Bug 651260

Summary: java killed by SIGABRT while building with Eclipse
Product: [Fedora] Fedora Reporter: Elio Maldonado Batiz <emaldona>
Component: java-1.6.0-openjdkAssignee: Deepak Bhole <dbhole>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 14CC: ahughes, dbhole, jvanek, langel, lkundrak, mjw, mjw, mmatejov, omajid
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-11-09 11:00:47 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
stack trace from ABRT none

Description Elio Maldonado Batiz 2010-11-09 05:39:33 UTC
Created attachment 458979 [details]
stack trace from ABRT

Description of problem: Crash occurred while Eclipse was building its index for a project. I created an Eclipse C project based on sources checked out from a remote cvs repo. .

Version-Release number of selected component (if applicable): 
java-1.6.0-openjdk-1.6.0.0-44.1.9.1.fc14.x86_64

How reproducible: Always

Steps to Reproduce:
1. mkdir NSPR; cd NSPR; and set CVSROOT
If you have a mozilla account
 export CVSROOT=loginname%redhat.com.org:/cvsroot
if not
export CVSROOT=:pserver:anonymous.org:/cvsroot
2. cvs co NSPR
3. cd mozilla; touch Makefile
4. Contents of Makefile
----------------
all: build

configure:
	(cd nsprpub/build; ../configure --enable-64bit)
	
build: configure
	(cd nsprpub/build; make)
	
clean:
	(cd nsprpub/build; make clean)
-------------------

5. Launch Eclipse in worskpace path-to-NSPR
6. Open a C/C++ perspective and Create a New C project
7. Project name: mozilla, Project type: Makefile project -> Empty Project
    Toolchains: select Linux GCC
building C/C++ Index Task starts and the crash happens.

Actual results: Eclipse closes and ABRT reports a crash

Expected results: It shouldn't crash.

Additional info: It happens on Fedora 14 for x86_64, not on i386. Works fine with Fedora 13. Though I had done debuginfo-install java-1.6.0-openjdk plus others, I get an incomplete stack trace. There isn't debuginfo for some of the Eclipse plugins.

Comment 1 Mark Wielaard 2010-11-09 11:00:47 UTC

*** This bug has been marked as a duplicate of bug 647737 ***