openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #03200
[Bug 533295] Re: OpenJDK crashes using Eclipse in Lucid
Nicolas resolution is working. You need to add path to the xulrunner in version 1.9.2.
My working eclipse.ini :
-startup
plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.0.200.v20090519
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-vmargs
-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner-1.9.2
-Xms128m
-Xmx512m
-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=/usr/share/eclipse/dropins
--
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