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: verbose terminate handler


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


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