runtime: segment violation when large slice allocation on riscv64 #51835
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Trying to run a sample GO program cross compiled to RISCV platform.
Sample GO Program:
Compile Command :
What did you expect to see?
Display random value in array list in RISCV platform
What did you see instead?
Getting segmentation violation issue when performing read and write in large array list.
Text Log:
Screenshot:

The text was updated successfully, but these errors were encountered: