[Bug libstdc++/18997] Segmentation Violation in pthread_getspecific
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Dec 14 19:34:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-14 19:34 -------
I really doubt that libstdc++ is at fault here, lets look at the backtrace:
#0 0x00405ec0 in pthread_getspecific ()
#1 0x0040528d in _Unwind_SjLj_Register (fc=0x22eee8)
at /home/User/cvsroot/gcc/gcc/gthr-posix.h:496
#2 0x00430f26 in std::ios_base::Init::Init() ()
See how we are in registering a exception handling, I think this is just a case where we are trying to
setup the exception location but exception handling is not initialized.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18997
More information about the Gcc-bugs
mailing list