JDK-6236070 : Unexpected eeror in HotSpot VM. It got a SIGBUS.
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 5.0u1
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2005-03-04
  • Updated: 2011-02-16
  • Resolved: 2005-04-12
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Description
While running NetBeans 4.1EA2 IDE using JDK 1.5.0_01, I got a JVM crash as follows...

# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  SIGBUS (0xa) at pc=0xfe772ee8, pid=11331, tid=195
#
# Java VM: Java HotSpot(TM) Server VM (1.5.0_01-b08 mixed mode)
# Problematic frame:
# C  [libzip.so+0x2ee8]
#
# An error report file with more information is saved as hs_err_pid11331.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#
Abort

Please see the attached log file for more information.
###@###.### 2005-03-04 07:25:07 GMT

Comments
EVALUATION This can be caused on Unix if a JAR used by the VM is modified in any way or deleted, since all the JARs are mmaped into the process memory. Is this reproducible, if so please provide details on how to reproduce this bug. ###@###.### 2005-03-07 20:25:29 GMT
07-03-2005