Re: [go-nuts] GO program - RISCV Environment - Segmentation violation

2022-03-21 Thread Ian Lance Taylor
On Mon, Mar 21, 2022 at 6:58 PM Jagan Sivakumar wrote: > > Trying to run a sample GO program cross compiled to RISCV platform. > Getting segmentation violation issues when performing read and write > in a large array list. > Kindly let me know how to address the issue > > Sample GO Program: > pack

Re: [go-nuts] GO program - RISCV Environment - Segmentation violation

2022-03-21 Thread Jagan Sivakumar
HI Ian Thanks for your quick response. Send the mail in plain text mode. Trying to run a sample GO program cross compiled to RISCV platform. Getting segmentation violation issues when performing read and write in a large array list. Kindly let me know how to address the issue Sample GO Program: p