Community
Participate
Working Groups
Build Identifier: eclipse-java-helios-SR1-linux-gtk (can't get build id) I had an eclipse session open and had a power failure. Reboot was normal. Opening Eclipse resulted in a segmentation fault. see attached Reproducible: Always Steps to Reproduce: 1. open eclipse java session with some open files 2. Power fail 3. reboot 4. open eclipse
Created attachment 180798 [details] backtrace of crash package: eclipse-platform-1:3.5.2-2.fc13 component: eclipse executable: eclipse cmdline: eclipse arch: i686 kernel: 2.6.33..3-85.fc13.i686.PAE Reason: prose /usr/lib/eclipse was killed by siganl 11 (SIGSEGV)
If you unzip the eclipse-java-helios-SR1-linux-gtk build into a new location does it launch correctly?
MY BAD!!!!! This is a non-issue. For another project, I was using an older version of java (1.4.1_02) and absent mindedly put it in the path so this version was being used instead of the current version. Eclipse did not like this version!!! Sorry for the the alarm. Allen
I didn't even notice the 1.4.1 in the trace. Our JNI launching has been iffy on older vms, some portion of eclipse may run on 1.4.1, if you ever actually want to use that vm try running with "-vm /home/allgordo/bin/j2sdk1.4.1_02/jre/bin/java" which will start the vm in its own process instead of using the JNI invocation API.