A fatal error has been detected by the Java Runtime Environment: SIGSEGV (0xb) at pc=0x00002b2f7e9b2744, pid=28778, tid=1138739520

前端 未结 7 728
轮回少年
轮回少年 2021-02-12 21:49

I am getting the following error while executing the program.

And this is not always happening. The code contains some complex calculations with a large volume of data

7条回答
  •  醉梦人生
    2021-02-12 22:39

    I had a similar case and I could repair changing my from Oracle SDK to OpenSDK, and verify if your library is compaible with your java version

提交回复
热议问题