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


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

Re: 2.95 pre-release, Solaris 2.6, shared library cause core dump with purify


> 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

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