Bug 369861

Summary: segfault in eclipse while compiling java code
Product: [Fedora] Fedora Reporter: Colin Walters <walters>
Component: java-1.6.0-openjdkAssignee: Andrew Haley <aph>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8CC: fitzsim, paul.0000.black
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-07-15 15:52:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
error log
none
Error log
none
Stack trace of Segfault none

Description Colin Walters 2007-11-07 16:48:03 UTC
Description of problem:

Eclipse consistently segfaults when trying to compile a checkout of the Mugshot
source tree.

Version-Release number of selected component (if applicable):
java-1.7.0-icedtea-1.7.0.0-0.19.b21.snapshot.fc8
eclipse-platform-3.3.0-30.fc8

How reproducible:
100%

Steps to Reproduce:
1. Check out http://svn.mugshot.org/dumbhippo/trunk/
2. Import into project
3. Compile

Comment 1 Colin Walters 2007-11-07 16:48:03 UTC
Created attachment 250391 [details]
error log

Comment 2 Paul Black 2007-11-13 10:55:39 UTC
I'm seeing the same whilst trying to synchronize a CVS repository inside
Eclipse. Using the java-1.5.0 VM is fine.


Comment 3 Paul Black 2007-11-13 10:56:00 UTC
Created attachment 256771 [details]
Error log

Comment 4 Lillian Angel 2008-02-01 15:29:55 UTC
I can get this segfault with both IcedTea and OpenJDK. This is a problem we need
to track down in OpenJDK and report upstream.

Comment 5 Lillian Angel 2008-02-01 18:07:57 UTC
Created attachment 293751 [details]
Stack trace of Segfault

Stack traces (from all threads) of segfault and abort signal received at the
exact moment eclipse crashes. (used fcatch)

Comment 6 Lillian Angel 2008-02-04 18:07:30 UTC
I reported this upstream with a stack trace/hs_err_pid*.log relevant to openjdk.
I will post the link to the bug report as soon as it is accepted.

Comment 7 Lillian Angel 2008-02-04 20:22:50 UTC
For the time being, you can use this work around:

run eclipse with "-vm /path/to/lib/i386/libjvm.so" instead of "-vm
/path/to/bin/java"

Comment 8 Lillian Angel 2008-02-08 16:30:34 UTC
This has been determined a bug by Sun. It will probably show up in a day or two,
here:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6661016

Comment 9 Lillian Angel 2008-07-15 15:43:50 UTC
Fixed upstream. Will be in the next update

Comment 10 Lillian Angel 2008-07-15 15:52:57 UTC
Updated in rawhide, will be in soon.