Bug 649769

Summary: [abrt] eclipse-platform-1:3.6.1-2.fc14: gtk_label_ensure_layout: Process /usr/lib64/eclipse/eclipse was killed by signal 8 (SIGFPE)
Product: [Fedora] Fedora Reporter: Israel Lins Albuquerque <israelins85>
Component: gtk2Assignee: Matthias Clasen <mclasen>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 14CC: akurtako, ebaron, mclasen, oliver, overholt, sgehwolf
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:4decc8bd6d2d1267ec8a5bdfd636ec7f7b99f760
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-11-09 15:54:38 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
File: backtrace
none
My full workspace for reproduce
none
My full workspace for reproduce
none
Comment none

Description Israel Lins Albuquerque 2010-11-04 14:19:40 UTC
abrt version: 1.1.13
architecture: x86_64
Attached file: backtrace
cmdline: /usr/lib64/eclipse/eclipse
component: eclipse
crash_function: gtk_label_ensure_layout
executable: /usr/lib64/eclipse/eclipse
kernel: 2.6.35.6-48.fc14.x86_64
package: eclipse-platform-1:3.6.1-2.fc14
rating: 4
reason: Process /usr/lib64/eclipse/eclipse was killed by signal 8 (SIGFPE)
release: Fedora release 14 (Laughlin)
time: 1288818852
uid: 500

Comment 1 Israel Lins Albuquerque 2010-11-04 14:19:44 UTC
Created attachment 457803 [details]
File: backtrace

Comment 2 Alexander Kurtakov 2010-11-08 19:04:12 UTC
What were you doing exactly when Eclipse crashed?
Can you reproduce it?

Comment 3 Alexander Kurtakov 2010-11-08 19:39:54 UTC
I'm going to reassign this to gtk as it is looks like a bug there.

Comment 4 Israel Lins Albuquerque 2010-11-08 22:08:07 UTC
I'm just using cdt  with some pieces of code...

Can I send the project?

Comment 5 Alexander Kurtakov 2010-11-09 10:01:44 UTC
Information like which button you have clicked?
Or what wizard was started?
Or what do you hover on?
i.e. we need the latest UI component you have interacted with
will help us more.

Comment 6 Israel Lins Albuquerque 2010-11-09 15:45:03 UTC
Created attachment 915166 [details]
Comment

(This comment was longer than 65,535 characters and has been moved to an attachment by Red Hat Bugzilla).

Comment 7 Israel Lins Albuquerque 2010-11-09 15:51:06 UTC
Created attachment 459152 [details]
My full workspace for reproduce

It's just open the files in the project and edit the C++ files (src/Sort.cpp),
In my machine always crashes with some while...

Comment 8 Alexander Kurtakov 2010-11-09 15:54:38 UTC
Oh, this problem. I got misguided from the first error log.
This is a know problem with known workaround.

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

Comment 9 Israel Lins Albuquerque 2010-11-09 15:57:59 UTC
Created attachment 459158 [details]
My full workspace for reproduce

My last Attach has password... for proxy auth, I remove them...
And I change that to '1234' if needed!



Its just open eclipse with this workspace and then edit src/Sort.cpp for some time (isn't instantly) and ALWAYS I have a crash!

Comment 10 Israel Lins Albuquerque 2010-11-09 16:08:25 UTC
I see the other bug report and the workaround works for me too!

Just adding the line above in /etc/eclipse.ini:
-XX:-UseCompressedOops


Thanks for your time...