[Bug 533295] Re: OpenJDK crashes using Eclipse in Lucid

2010-10-08 Thread Anatoli Cholakov
Thank's this works for me! I'm using eclipse galileo Version: 3.5.2 Build id: M20100211-1343 -- OpenJDK crashes using Eclipse in Lucid https://bugs.launchpad.net/bugs/533295 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 533295] Re: OpenJDK crashes using Eclipse in Lucid

2010-04-05 Thread Marcello Nuccio
I only needed to sudo apt-get --purge remove xulrunner-1.9.1 No need to edit eclipse.ini. (I have upgraded from Ubuntu 9.10) -- OpenJDK crashes using Eclipse in Lucid https://bugs.launchpad.net/bugs/533295 You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 533295] Re: OpenJDK crashes using Eclipse in Lucid

2010-03-22 Thread Matthias Klose
** Changed in: openjdk-6 (Ubuntu) Status: New => Fix Released -- OpenJDK crashes using Eclipse in Lucid https://bugs.launchpad.net/bugs/533295 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bug

[Bug 533295] Re: OpenJDK crashes using Eclipse in Lucid

2010-03-22 Thread maslokm
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.eclip

[Bug 533295] Re: OpenJDK crashes using Eclipse in Lucid

2010-03-17 Thread Aleksey Vorona
Workaround did not work for me, but I found another one - remove all installed version of xulrunner. After this binary distribution from eclipse.org works. -- OpenJDK crashes using Eclipse in Lucid https://bugs.launchpad.net/bugs/533295 You received this bug notification because you are a member

[Bug 533295] Re: OpenJDK crashes using Eclipse in Lucid

2010-03-09 Thread della
workaround works for me as well. always nice to see that an autocomplete crash is related to the xulrunner :D -- OpenJDK crashes using Eclipse in Lucid https://bugs.launchpad.net/bugs/533295 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 533295] Re: OpenJDK crashes using Eclipse in Lucid

2010-03-07 Thread Franck
Thanks Nicolas for the workaround. I can now get back to work :-) -- OpenJDK crashes using Eclipse in Lucid https://bugs.launchpad.net/bugs/533295 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@l

[Bug 533295] Re: OpenJDK crashes using Eclipse in Lucid

2010-03-06 Thread Franck
Created bug report https://bugs.launchpad.net/ubuntu/+source/xulrunner/+bug/533415 in ubuntu-xulrunner... -- OpenJDK crashes using Eclipse in Lucid https://bugs.launchpad.net/bugs/533295 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 533295] Re: OpenJDK crashes using Eclipse in Lucid

2010-03-06 Thread Nicolás Lichtmaier
My workaround was to add -Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner-1.9.2.1pre to eclipse.ini (after -vmargs). This needs, of course, the package xulrunner-1.9.2 . -- OpenJDK crashes using Eclipse in Lucid https://bugs.launchpad.net/bugs/533295 You received this bug notification b

[Bug 533295] Re: OpenJDK crashes using Eclipse in Lucid

2010-03-06 Thread Nicolás Lichtmaier
It seems this was reported to Eclipse and they found it's a xulrunner bug. Here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=303372 and here https://bugs.eclipse.org/bugs/show_bug.cgi?id=304718 ** Bug watch added: Eclipse bugs #303372 https://bugs.eclipse.org/bugs/show_bug.cgi?id=303372 **

[Bug 533295] Re: OpenJDK crashes using Eclipse in Lucid

2010-03-06 Thread Nicolás Lichtmaier
I got this from a core dump: #0 0x7fa282d40302 in g_logv () from /lib/libglib-2.0.so.0 #1 0x7fa282d406e3 in g_log () from /lib/libglib-2.0.so.0 #2 0x7fa28287a436 in gdk_x_error (display=, error=) at /build/buildd/gtk+2.0-2.19.6/gdk/x11/gdkmain-x11.c:466 #3 0x7fa280502db4 i

[Bug 533295] Re: OpenJDK crashes using Eclipse in Lucid

2010-03-06 Thread Nicolás Lichtmaier
This happens to me in Lucid too, but with the original JDK build. -- OpenJDK crashes using Eclipse in Lucid https://bugs.launchpad.net/bugs/533295 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@l

[Bug 533295] Re: OpenJDK crashes using Eclipse in Lucid

2010-03-06 Thread Franck Routier
calling eclpse with strace gives me the following output when crashing : [{WIFSIGNALED(s) && WTERMSIG(s) == SIGTRAP && WCOREDUMP(s)}], 0, NULL) = 25825 --- SIGCHLD (Child exited) @ 0 (0) --- shmat(6455314, 0, 0)= ? shmdt(0x7f3d47a1e000) = 0 shmctl(6455314, IPC

[Bug 533295] Re: OpenJDK crashes using Eclipse in Lucid

2010-03-06 Thread Franck Routier
Me again. Zip error is probably not related... removing the "corrupted" file (in fact it's a xml pom file), refreshing and trying again to edit my piece of code will still crash, but without the error in .metadata/.log :-( -- OpenJDK crashes using Eclipse in Lucid https://bugs.launchpad.net/bugs

[Bug 533295] Re: OpenJDK crashes using Eclipse in Lucid

2010-03-06 Thread Franck Routier
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.ZipEx