This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the EGCS project.
Re: 2.95 pre-release, Solaris 2.6, shared library cause core dump with purify
- To: geocaris@pobox.com
- Subject: Re: 2.95 pre-release, Solaris 2.6, shared library cause core dump with purify
- From: "Martin v. Loewis" <martin@mira.isdn.cs.tu-berlin.de>
- Date: Thu, 29 Jul 1999 10:48:08 +0200
- CC: gcc-bugs@gcc.gnu.org
- References: <000e01bed99b$235cdfc0$6664a8c0@future>
> When running purify on a binary produce with a shared library built
> from gcc, program crashes in __register_frame_info(), it appears the
> symbol __register_frame_info is not defined. Note this happens on
> any shared library produce from this version of gcc, I used "stdc++'
> as an example.
Thanks for your bug report. This is a known Purify bug; please contact
Rational for an update. They are currently beta-testing a new release
of Purify that works nicely with g++ exception handling.
In older versions, there is a good chance that static linking will
solve the problem - at least as long as no exceptions are thrown.
Regards,
Martin