Bug 596657

Summary: [abrt] compat-libstdc++-295-0:2.95.3-86.el6: __do_global_dtors_aux: Process /usr/lib64/libstdc++-3-libc6.2-2-2.10.0.so was killed by signal 11 (SIGSEGV)
Product: Red Hat Enterprise Linux 6 Reporter: Michal Nowak <mnowak>
Component: compat-gcc-295Assignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact: qe-baseos-tools-bugs
Severity: medium Docs Contact:
Priority: low    
Version: 6.0CC: ohudlick
Target Milestone: rc   
Target Release: ---   
Hardware: s390x   
OS: Linux   
Whiteboard: abrt_hash:3158c4306426f3ffd33bf66774fb150ab779745c
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-05-27 10:57:03 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

Description Michal Nowak 2010-05-27 09:14:45 UTC
abrt version: 1.1.4
architecture: s390x
Attached file: backtrace
cmdline: /usr/lib64/libstdc++-3-libc6.2-2-2.10.0.so
component: compat-gcc-295
crash_function: __do_global_dtors_aux
executable: /usr/lib64/libstdc++-3-libc6.2-2-2.10.0.so
global_uuid: 3158c4306426f3ffd33bf66774fb150ab779745c
kernel: 2.6.32-30.el6.s390x
package: compat-libstdc++-295-0:2.95.3-86.el6
rating: 4
reason: Process /usr/lib64/libstdc++-3-libc6.2-2-2.10.0.so was killed by signal 11 (SIGSEGV)
release: Red Hat Enterprise Linux Server release 6.0 Beta (Santiago)

Comment 1 Michal Nowak 2010-05-27 09:14:47 UTC
Created attachment 417157 [details]
File: backtrace

Comment 3 Jakub Jelinek 2010-05-27 09:46:37 UTC
You are executing the library as executable?  The vast majority of libraries aren't meant to be executed and will crash when you do so, there are only very few exceptions (the dynamic linker for something useful, of course PIE executables and then a couple of libraries like libc.so.6 will print some message
when you execute them).

Comment 4 Michal Nowak 2010-05-27 10:57:03 UTC
I see, makes no sence to "fix" it. Thanks.