verbose terminate handler
Joerg Richter
j_richter@gmx.de
Fri May 28 00:20:00 GMT 2004
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.
Joerg
More information about the Libstdc++
mailing list