Bug 651260 - java killed by SIGABRT while building with Eclipse
Summary: java killed by SIGABRT while building with Eclipse
Keywords:
Status: CLOSED DUPLICATE of bug 647737
Alias: None
Product: Fedora
Classification: Fedora
Component: java-1.6.0-openjdk
Version: 14
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: ---
Assignee: Deepak Bhole
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-11-09 05:39 UTC by Elio Maldonado Batiz
Modified: 2010-11-09 11:00 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-11-09 11:00:47 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
stack trace from ABRT (119.36 KB, text/plain)
2010-11-09 05:39 UTC, Elio Maldonado Batiz
no flags Details

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 ***


Note You need to log in before you can comment on or make changes to this bug.