Closed jagan-sivakumar closed 1 year ago
I can't reproduce your issue on both Hifive unmatched and qemu(amd64) BTW, Please edit your issue with text based log instead of screenshots.
I can't reproduce your issue on both Hifive unmatched and qemu(amd64) BTW, Please edit your issue with text based log instead of screenshots.
Thanks for quick response, Update the text log
cc @cherrymui @4a6f656c
Update, I've tried on master(https://github.com/golang/go/commit/9956996f6e32a8001457b057bbff3070f869ddbf) can't reproduce either.
Timeouted for waiting, closed.
@jagan-sivakumar you can reopen this issue if it's still affected.
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: