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.
Jon Lin
  • 142,182
  • 29
  • 220
  • 220

1 Answers1

1

I would try to get more info by diagnosing what's going on using the hs_err file.

Brian Agnew
  • 268,207
  • 37
  • 334
  • 440