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: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Oct 2005 14:34:32 -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 #8 from pinskia at gcc dot gnu dot org 2005-10-04 14:34 -------
Here is the output I have for those files in 3.4.0:
earth:~>nm ~/ia32_linux_gcc3_4/lib/gcc/i686-pc-linux-gnu/3.4.0/crtendS.o
00000000 d __CTOR_END__
00000000 t __do_global_ctors_aux
00000000 d __DTOR_END__
00000000 r __FRAME_END__
U _GLOBAL_OFFSET_TABLE_
00000000 T __i686.get_pc_thunk.bx
00000000 d __JCR_END__
earth:~>nm ~/ia32_linux_gcc3_4/lib/gcc/i686-pc-linux-gnu/3.4.0/crtbeginS.o
00000000 b completed.1
00000000 d __CTOR_LIST__
w __cxa_finalize
00000000 t __do_global_dtors_aux
00000000 D __dso_handle
00000000 d __DTOR_LIST__
00000060 t frame_dummy
U _GLOBAL_OFFSET_TABLE_
00000000 T __i686.get_pc_thunk.bx
00000000 d __JCR_LIST__
w _Jv_RegisterClasses
00000000 d p.0
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24189