This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Re: Problems with __cxa_demangle and the verbose terminate handler


On Mon, Feb 23, 2004 at 05:04:09PM -0600, Benjamin Kosnik wrote:
> This is
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10246
> 
> Three solutions to this problem are: 
> 
> 1) keep the default terminate handler __verbose_terminate_handler, and
> make people using libsupc++ set the new handler to std::abort 
> 
> 2) keep the default terminate handler __verbose_terminate_handler, and
> make __cxa_demangle self-contained.
> 
> 3) switch the default terminate handler to std::abort

I'll vote for "anything that isn't #3".


-- 
The spirit is willing, but the flesh is spongy and bruised.  - Zapp


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