A fatal error has been detected by the Java Runtime Environment (SIGBUS (0x7))

心不动则不痛 提交于 2021-01-29 14:25:50

问题


We have written JMH custom bench marking to our test cases, expected inputs we are reading from properties file. For each iteration we read input from properties file then we execute our actual logic, we are capturing time in milliseconds before and after execution of our logic. While starting the test case we pass number of iterations as argument, until 2000 iterations it is working fine. If we give iteration number more than 2000 then we are getting below error.

A fatal error has been detected by the Java Runtime Environment:
SIGBUS (0x7) at pc=0xx, pid=xx, tid=0xx
Problematic frame:v StubRoutines:jlong_disjoint_arraycopy
forked VM failed with exit code 134

来源:https://stackoverflow.com/questions/53554542/a-fatal-error-has-been-detected-by-the-java-runtime-environment-sigbus-0x7

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!