Bug 217775

Summary: gcj-dbtool crashes
Product: [Fedora] Fedora Reporter: Stepan Kasal <kasal>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: overholt
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64   
OS: Linux   
Whiteboard:
Fixed In Version: 2.5.90-10 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-12-01 12:35:29 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:

Description Stepan Kasal 2006-11-29 21:09:57 UTC
gcj-dbtool seems to crash with signal 6 (Abort) each time is is called, or at
least when called as

gcj-dbtool -n foo.db.tmp

This was in mock, in pure ppc64 chrooted environment.
The underlying kernel is 2.6.9-34.EL.

Comment 4 Jakub Jelinek 2006-11-30 11:01:12 UTC
Initial investigation shows this might not be related to any recent change in
gcc, but glibc, particularly:
- add -fasynchronous-unwind-tables to CFLAGS (#216518)
in glibc-2.5.90-8.


Comment 5 Jakub Jelinek 2006-11-30 13:22:00 UTC
In particular it is something in unwind info of libc-2.5.90.so, replacing
2.5.90-8 /lib64/libc-2.5.90.so with 2.5.90-7 libc-2.5.90.so cures this.
Unfortunately gdb is upset too so it is hard to debug it and I haven't managed
to reproduce it with more simple testcases so far.

Comment 6 Jakub Jelinek 2006-12-01 12:35:29 UTC
Should be fixed in glibc-2.5.90-10 in rawhide.

Comment 7 Jakub Jelinek 2006-12-01 12:36:52 UTC
*** Bug 217729 has been marked as a duplicate of this bug. ***