------- 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

Reply via email to