|
From: vamsi y. <va...@gm...> - 2009-10-20 00:33:28
|
I am facing a memory corruption issue which is causing the server to crash infrequently. It uses lot of JNI code and the stack trace shows that the crash is occurring in one of the C++ libraries. I am not able to start tomcat with valgrind because of the following error: # # An unexpected error has been detected by Java Runtime Environment: # # SIGILL (0x4) at pc=0x0000000005c06546, pid=26976, tid=87324992 # # Java VM: Java HotSpot(TM) 64-Bit Server VM (11.3-b02 mixed mode linux-amd64) # Problematic frame: # v ~RuntimeStub::resolve_static_call # # An error report file with more information is saved as: #server/tomcat/bin/hs_err_pid26976.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # Did anyone see this error before or has any idea how to resolve this issue? I'd really appreciate some help on this. |