This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/34152] Erratic behaviour: Exception translation (throw from signal handlers)
- From: "asteinarson at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Jan 2008 13:24:09 -0000
- Subject: [Bug c++/34152] Erratic behaviour: Exception translation (throw from signal handlers)
- References: <bug-34152-15034@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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