JVM crashes on T2000/Solaris 10 8/07 with SIGBUS:
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGBUS (0xa) at pc=0xfe582a20, pid=26618, tid=1
#
# Java VM: Java HotSpot(TM) Server VM (1.5.0_12-b04 mixed mode)
# Problematic frame:
# C [libzip.so+0x2a20]
...
Stack: [0xffb80000,0xffc00000), sp=0xffbfd030, free space=500k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [libzip.so+0x2a20]
C [libzip.so+0x22ec]
C [libzip.so+0x20e8]
C [libzip.so+0x3598] Java_java_util_zip_ZipFile_open+0x84
j java.util.zip.ZipFile.open(Ljava/lang/String;IJ)J+0
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGBUS (0xa) at pc=0xfe582a20, pid=26618, tid=1
#
# Java VM: Java HotSpot(TM) Server VM (1.5.0_12-b04 mixed mode)
# Problematic frame:
# C [libzip.so+0x2a20]
...
Stack: [0xffb80000,0xffc00000), sp=0xffbfd030, free space=500k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [libzip.so+0x2a20]
C [libzip.so+0x22ec]
C [libzip.so+0x20e8]
C [libzip.so+0x3598] Java_java_util_zip_ZipFile_open+0x84
j java.util.zip.ZipFile.open(Ljava/lang/String;IJ)J+0
- relates to
-
JDK-6390352 SIGBUS in libzip.so when using java.util.zip
- Closed
-
JDK-6571563 Bus error in libzip.so; related to si_errno=Stale NFS file handle
- Closed
-
JDK-5086611 Reading of JarEntry results in Hotspot error instead of throwing Java Exception
- Closed
-
JDK-4425695 Updating jar files crashes running programs
- Open