This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: verbose terminate handler
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Joerg Richter <j_richter at gmx dot de>
- Cc: libstdc++ at gcc dot gnu dot org, jason at redhat dot com
- Date: 28 May 2004 01:02:47 +0200
- Subject: Re: verbose terminate handler
- Organization: Integrable Solutions
- References: <xCjlfKPYbUwkNNzYRbyMbCRpJSISpxRaGrJaCcIYhxB@akmail>
Joerg Richter <j_richter@gmx.de> writes:
| I had today a crash with output like this:
|
| pure virtual function called
| terminate called after throwing a `...'
| what(): ...
|
| It took me a little bit to discover that there wasn't actually any
| uncaught exception but a pure virtual call deep inside a catch. A
| little bit confusing if you don't know that this 'terminate called
| ...'-thing doesn't alway indicate an uncaught exception.
Do you prefer no message at all?
-- Gaby