This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/34152] Erratic behaviour: Exception translation (throw from signal handlers)



------- Comment #10 from asteinarson at gmail dot com  2008-01-07 13:24 -------
(In reply to comment #9)
> (In reply to comment #8)
> > Subject: Bug 34152
> > 
> >         * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Check
> >         _GLIBCXX_HAVE_GETIPINFO instead of HAVE_GETIPINFO.
> 
> I've checked this. From line 446 of libsupc++/eh_personality.cc: 

The trouble was that the GCC 4.3 was linking executables to the old version of
libstdc++ (4.1). 

Setting LD_LIBRARY_PATH did the trick. Both test cases work now.

Regards
// ATS


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34152


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]