[Bug 224297] Re: eclipse crashes in libpthread while compiling java
I'm pretty sure this is the same bug as: https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/174759 -- eclipse crashes in libpthread while compiling java https://bugs.launchpad.net/bugs/224297 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 174759] Re: Eclipse crashes due to jvm crash
That switches the ENTIRE JVM into interpreted mode. Not really a smart idea. It's better to just disable the function causing the crash. Also, Fedora and Red Hat maintain their own JVM port, IcedTea. There's a good chance they don't have the same problems (or that it's already fixed). They seem to move faster than Sun when it comes to stuff like this. I realize IcedTea is also in Ubuntu, but it originally comes from the Red Hat folks, so they probably have a more up to date version. They generally do a much better job maintain eclipse and eclipse related software. -- Eclipse crashes due to jvm crash https://bugs.launchpad.net/bugs/174759 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 174759] Re: Eclipse crashes due to jvm crash
You're right, I may have jumped the gun a little. It's just a major problem when you can't do any work because your tools crash at random intervals. So far excluding this from the hotspot JIT: echo "exclude org/eclipse/core/internal/dtree/DataTreeNode forwardDeltaWith" > ~/.hotspot_compiler ...and modifying eclipse's VM args (edit /usr/bin/eclipse). VMARGS="-XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith -Xms512m -Xmx1024m" ...seems to help reduce the amount of crashes. However, it still has crashed, just not everytime eclipse tries to compile something. -- Eclipse crashes due to jvm crash https://bugs.launchpad.net/bugs/174759 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 174759] Re: Eclipse crashes due to jvm crash
I'm switching to fedora. -- Eclipse crashes due to jvm crash https://bugs.launchpad.net/bugs/174759 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 174759] Re: Eclipse crashes due to jvm crash
Okay, I take that back. 6u3 crashes as well. -- Eclipse crashes due to jvm crash https://bugs.launchpad.net/bugs/174759 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 174759] Re: Eclipse crashes due to jvm crash
It looks like this issue is caused by a bug introduced with JDK 6u5. Here is an eclipse bug report: https://bugs.eclipse.org/bugs/show_bug.cgi?id=214092 Here is the bug on Sun's bug tracker: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6614100 A workaround for this is to exclude the method from being optimized by hotspot or to downgrade the JDK before 6u5, namely JDK 6u3. -- Eclipse crashes due to jvm crash https://bugs.launchpad.net/bugs/174759 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 174759] Re: Eclipse crashes due to jvm crash
The issue occurs with Java JDK 6 Update 6 as well. -- Eclipse crashes due to jvm crash https://bugs.launchpad.net/bugs/174759 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 174759] Re: Eclipse crashes due to jvm crash
I've tried both jdk 6 u10, Sun Java 6 and the most recent version of OpenJDK in the repos. They all cause Eclipse to crash. Nothing like this happened with Gutsy. -- Eclipse crashes due to jvm crash https://bugs.launchpad.net/bugs/174759 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs