openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #00389
[Bug 238066] Re: segfault in libjvm with unknown cause
My current workaround is to use Sun's latest JDK 6 binary for Linux. It
seems as if this bug was solved.
It's also pretty safe -- the archive opens in a single directory and
does not install files anywhere else. So, when this bug eventually is
fixed for Ubuntu, you can simply delete the directory.
Download from here:
http://download.java.net/jdk6/binaries/
Perhaps the solution is simply to update Ubuntu's repositories to the
latest build of JDK 6.
--
segfault in libjvm with unknown cause
https://bugs.launchpad.net/bugs/238066
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.
Status in “openjdk-6” source package in Ubuntu: New
Bug description:
While running a fairly Graphics2D-intensive visualization program of mine, it abruptly closed displaying the following:
#
# An unexpected error has been detected by Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f04fb22cfa0, pid=11397, tid=1108109648
#
# Java VM: OpenJDK 64-Bit Server VM (1.6.0-b09 mixed mode linux-amd64)
# Problematic frame:
# V [libjvm.so+0x20afa0]
#
# An error report file with more information is saved as:
# /home/zhz/viz/hs_err_pid11397.log
#
# If you would like to submit a bug report, please visit:
# https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Attached is the error report file mentioned.
References