← Back to team overview

openjdk team mailing list archive

[Bug 245099] Re: Segfaults (SIGSEGV) with Java 6, both Sun and OpenJDK

 

*** This bug is a duplicate of bug 174759 ***
    https://bugs.launchpad.net/bugs/174759

** This bug is no longer a duplicate of bug 238066
   segfault in libjvm with unknown cause

** This bug has been marked a duplicate of bug 174759
   Eclipse crashes due to jvm crash

-- 
Segfaults (SIGSEGV) with Java 6, both Sun and OpenJDK
https://bugs.launchpad.net/bugs/245099
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu (via bug 174759).

Status in Ubuntu: New

Bug description:
The virtual machine occasionally crashes with the following type of error:

#
# An unexpected error has been detected by Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fad1a62025a, pid=12503, tid=1107077456
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (10.0-b22 mixed mode linux-amd64)
# Problematic frame:
# V  [libjvm.so+0x1f125a]
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

A current workaround is to use the 32bit virtual machine instead. It is available only for Sun's JDK. The package name is: 

ia32-sun-java6-bin

Run it from:

/usr/lib/jvm/ia32-java-6-sun

I am attaching an example error log.