Hello, Somewhere in my application an exception is thrown and not being caught.
#0 0x40c13d1b in raise () from /lib/tls/libc.so.6 #1 0x40c154e5 in abort () from /lib/tls/libc.so.6 #2 0x40754a4b in jtc_abort () at Thread.cpp:132 #3 0x40b99567 in std::terminate () from /usr/lib/libstdc++.so.5 #4 0x40b993f5 in __cxa_call_unexpected () from /usr/lib/libstdc++.so.5 Is there a way to find out which was the exception that wasn't caught by inspecting the core file in the debugger? gcc version 3.2.3 20030502 Thank you. Gap _______________________________________________ help-gplusplus mailing list help-gplusplus@gnu.org http://lists.gnu.org/mailman/listinfo/help-gplusplus