0
An unexpected error has been detected by Java Runtime Environment:

SIGSEGV (0xb) at pc=0xb7e50e81, pid=18299, tid=2909465488

 Java VM: Java HotSpot(TM) Client VM (10.0-b22 mixed mode linux-x86)
 Problematic frame:
 C  [libc.so.6+0x68e81]

 An error report file with more information is saved as:
 /home/user/hs_err_pid18299.log

 If you would like to submit a bug report, please visit:
  http://java.sun.com/webapps/bugreport/crash.jsp
 The crash happened outside the Java Virtual Machine in native code.
 See problematic frame for where to report the bug.

Experimental:  JNI_OnLoad called.
4

1 に答える 1

1

hs_err ファイルを使用して何が起こっているのかを診断することで、より多くの情報を取得しようとします。

于 2012-09-10T10:24:58.273 に答える