This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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: Exceptions aborting the program


Hi Fernando,

 This entry in the trace, you provided, makes me think,
that your problem could be due to mismatching exception
specifications, which will lead to std::unexpected being
called. The default handler for unexpected simply terminates
the program.

> #4  0x40178440 in __cxxabiv1::__unexpected(void (*)()) (handler=0x8633500)
>     at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:57

Yours sincerely,

Bjorn


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