Normally I would leave it unprocessed and the debugger (gdb, Eclipse CDT) will show me the call stack. Unfortunately, the code is called by a third-party library that absorbs all exceptions. I can catch the exception in front of the third-party library, but I do not see the call stack (deleting the stack?).
How can I find out where the exception was thrown?
source share