| Summary: | First launch of eclipse-sdk-3.0.0_pre8-r3 crashes | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Alan Schmitt <alan.schmitt> |
| Component: | [OLD] Development | Assignee: | Karl Trygve Kalleberg (RETIRED) <karltk> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
error log of eclipse crash
modified launcher |
||
|
Description
Alan Schmitt
2004-05-28 07:27:51 UTC
Created attachment 32205 [details]
error log of eclipse crash
This is the log dumped by eclipse when it crashes.
I cannot reproduce this. I have compiled my eclipse-sdk-3.0.0_pre8-r3 with both blackdown-jdk and sun-jdk, and I have run it on blackdown-jdk irrespective of which VM was used, but I cannot reproduce your problem. I did see similar behaviour with M9, though, but that was a result of insufficient disk space at compilation time, which was not caught by the eclipse build process. I need to know 1) which VM you used to compile eclipse with 2) which USE flags did you have 3) did you compile with jikes I did a few more tests (every time with no .eclipse, simulating the first start): - compile M8 and run M8 with blackdown 1.4.1 -> crashes - compile M9 and run M9 with blackdown 1.4.1 -> crashes (to finish compilation, I had to kill the javadoc process after a while) - compile M9 with sun 1.4.2 and run with blackdown 1.4.1 -> crashes - compile M9 and run M9 with sun -> works My USE flags: dev-util/eclipse-sdk-3.0.0_pre9 +gnome +gtk -jikes -kde -motif -mozilla I did not use jikes Created attachment 36596 [details] modified launcher I encountered this same bug and did some research on the net. The bug is not an eclipse bug. It happens when Java loads the wrong zip library. Look at the top of the attachment provided by Alan in "Additional comment #1" below. The workaround for this is to force the correct library usage. I did this by modifying /usr/bin/eclipse-2, following a (slightly adapted) recipe from a debian forum. Look at the bottom of the attached file. It might be better to derive JAVA_HOME from the location of the Java binary, but I'm not a true shell script hacker. |