[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
__cxa_call_unexpected ()
From: |
gappodi |
Subject: |
__cxa_call_unexpected () |
Date: |
8 Mar 2006 02:22:43 -0800 |
User-agent: |
G2/0.2 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- __cxa_call_unexpected (),
gappodi <=