This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/24189] crash at exit after dlclose with -fuse-cxa-atexit
- From: "hidden_peak at mail dot ru" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Nov 2005 16:48:19 -0000
- Subject: [Bug c++/24189] crash at exit after dlclose with -fuse-cxa-atexit
- References: <bug-24189-9098@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #14 from hidden_peak at mail dot ru 2005-11-27 16:48 -------
Created an attachment (id=10348)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10348&action=view)
__cxa_atexit and __cxa_finalize that work correctly
cxa.c contain code with __cxa_atexit and __cxa_finalize that work correctly
with gcc 3.4.x (really I am check only 3.4.4). Useful when builded as so
library and used in LD_PRELOAD to fix glibc problem.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24189