------- Comment #3 from pinskia at gcc dot gnu dot org 2007-11-02 06:27 ------- (In reply to comment #2) > I am using debugger. After the exception is thrown, the program asserts. So I > get a backtrace to the system fatal call, having no idea where the exception > was thrown.
Since GCC follows the IA64 C++ ABI, you can have a breakpoint at __cxa_throw (the function which is called for throwing the exception). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33903