Internal Error (safepoint.cpp:261)
843829Dec 17 2008 — edited Dec 21 2008Hi,
We have embedded Java to our software through JNI. We did upgrade to our Java version to 1.6.0_06 recently, one reason we did this was that 1.4.2 wouldn't start on Linux (Red Hat Enterprise Linux ES release 3) environments. Now, 1.6.0_06 starts ok, and usually runs for 5-6 hours and then crashes with error that is beyond our knowledge. We've had this problem with several of our customers so if anyone could give us a hint what to do with it?
The error we get keeps pointing to safepoint.cpp line 261.
Here's the error log, I couldn't attach full log because of message size limit, but let me know if you need anything else:
#
# An unexpected error has been detected by Java Runtime Environment:
#
# Internal Error (safepoint.cpp:261), pid=13063, tid=13589424
# Error: guarantee(PageArmed == 0,"invariant")
#
# Java VM: Java HotSpot(TM) Client VM (10.0-b22 mixed mode, sharing linux-x86)
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
--------------- T H R E A D ---------------
Current thread (0xb74fe000): VMThread [stack: 0x00c75000,0x00cf6000] [id=13075]
Stack: [0x00c75000,0x00cf6000], sp=0x00cf54c0, free space=513k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x3bdb69]
V [libjvm.so+0x1c002f]
V [libjvm.so+0x3436d9]
V [libjvm.so+0x3cb283]
V [libjvm.so+0x3cae6f]
V [libjvm.so+0x3113f9]
C [libpthread.so.0+0x4dd8]
VM_Operation (0x00487360): RevokeBias, mode: safepoint, requested by thread 0xb7500800
--------------- S Y S T E M ---------------
OS:Red Hat Enterprise Linux ES release 3 (Taroon Update 8)
uname:Linux 2.4.21-47.ELsmp #1 SMP Wed Jul 5 20:38:41 EDT 2006 i686
libc:glibc 2.3.2 NPTL 0.60
rlimit: STACK 10240k, CORE 0k, NPROC 7168, NOFILE 1024, AS infinity
load average:1.24 1.42 1.10
CPU:total 2 (1 cores per cpu, 1 threads per core) family 6 model 15 stepping 11, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3
Memory: 4k page, physical 2055464k(23988k free), swap 3148700k(3120236k free)
vm_info: Java HotSpot(TM) Client VM (10.0-b22) for linux-x86 JRE (1.6.0_06-b02), built on Mar 25 2008 00:39:19 by "java_re" with gcc 3.2.1-7a (J2SE release)
time: Mon Dec 8 10:05:48 2008
elapsed time: 16411 seconds
Best Regards,
Janne