[Python-bugs-list] [ python-Bugs-814726 ] RedHat 9 blows up at
dlclose of pyexpat.so
SourceForge.net
noreply at sourceforge.net
Mon Sep 29 16:55:10 EDT 2003
Bugs item #814726, was opened at 2003-09-29 16:55
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=814726&group_id=5470
Category: Extension Modules
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: benson margulies (benson_basis)
Assigned to: Nobody/Anonymous (nobody)
Summary: RedHat 9 blows up at dlclose of pyexpat.so
Initial Comment:
With python 2.3, built with GCC 3.2.
With RedHat 9.0 ... glibc-2.3.2-27.9
With python linked into the application as a shared
library...
a SIGSEGV at exit. Perhaps the modules should be
marked -z nodelete to duck this latest incarnation of an
old familiar glibc bug?
atexit:
(gdb) where
#0 0x42073771 in free () from /lib/tls/libc.so.6
#1 0x420ebd8e in __unregister_atfork ()
from /lib/tls/libc.so.6
#2 0x42029fb8 in __cxa_finalize ()
from /lib/tls/libc.so.6
#3 0x41fd19fc in __do_global_dtors_aux ()
from /vobs/rex/bin_g/RH72-gcc-3.2/python/pyexpat.so
#4 0x41fef3a9 in _fini () from /vobs/rex/bin_g/RH72-
gcc-3.2/python/pyexpat.so
#5 0x4000ce44 in _dl_fini () from /lib/ld-linux.so.2
#6 0x42029d40 in exit () from /lib/tls/libc.so.6
#7 0x42015708 in __libc_start_main ()
from /lib/tls/libc.so.6
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=814726&group_id=5470
More information about the Python-bugs-list
mailing list