node.js - SIGSEGV 0xb on Java 1.6 and 1.7 on Ubuntu -


i have annoying problems java 1.6 , java 1.7 on ubuntu 13.10 (and xubuntu 12.10), both x64. problem doesn't occur on debian 6.0 x64.

i run test code nodejs application running java code per jni (if understand correctly, i'm not developer of code). developers said, worked no problems on systems.

# # fatal error has been detected java runtime environment: # #  sigsegv (0xb) @ pc=0x00007f0aef63e2fb, pid=3442, tid=139685052057408 # # jre version: 7.0_21-b11 # java vm: java hotspot(tm) 64-bit server vm (23.21-b01 mixed mode linux-amd64 compressed oops) # problematic frame: # v  [libjvm.so+0x5842fb]  jni_argumentpushervaarg::jni_argumentpushervaarg(_jmethodid*, __va_list_tag*)+0x1b # # failed write core dump. core dumps have been disabled. enable core dumping, try "ulimit -c unlimited" before starting java again # # if submit bug report, please visit: #   http://bugreport.sun.com/bugreport/crash.jsp # 

full log on pastebin: http://pastebin.com/bexyihhj

i using vmware workstation 9.0.2 virtualize ubuntu 13.10 x64, xubuntu 12.10 x64 , debian 6.0. same error java 1.6. tried openjdk java. works completly fine under debian 6.0 kernel 2.8 doesn't work on ubuntu 13.10 , xubuntu (here kernels 3.5 , 3.8, should matter?).

what can now? searched lot in internet , board here. defected hardware virtualize here , works on debian. others said add parameters don't know add these parameters because don't run java command line, automatically started in node.js application.

please help!

i have similar problem , solved java parameter: -xx:-usecompressedoops


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -