openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #03029
[Bug 533295] Re: OpenJDK crashes using Eclipse in Lucid
I'm the one that reported the bug (but I was not connected).
I found so more information in workspace/.metadata/.log, showing an
error just before jvm crash. The error seems to occur when trying to
access an invalid (?) zip file, in java.util.zip.ZipFile.open() native
method :
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:131)
...
Hope this can help.
** Attachment added: "eclipse log file showing error just before crash"
http://launchpadlibrarian.net/40345515/.log
--
OpenJDK crashes using Eclipse in Lucid
https://bugs.launchpad.net/bugs/533295
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.
Status in “openjdk-6” package in Ubuntu: New
Bug description:
In "latest" Lucid Lynx, jvm will regularly crash using Eclipse.
The problem seemed to be random, but I found a context where it will crash every time on autocompletion in a certain point of my code editing.
Version of OpenJDK package is 6b18-pre1-1ubuntu1, on amd64 architecture.
I am using stock eclipse galileo build 20090619-0625.
On crash, no hs_err file is produced, but /var/log/messages always says :
kernel : (...) trap int3 ip:.... sp:...... error: 0
I don't know how to get more debugging context...
References