Originally posted by: Pra_A
I am facing issue with uncaught exception in a shared library that is created on AIX 7.1 with gcc/g++ version 4.8.1. The exceptions are thrown but never caught in any of the catch blocks not even in literal catch block (catch(...)). Immediately after the throw the , binary crashes saying , Terminated after throwing "ABC::XYZ expection"(Example) .
Can any body help me to understand where is the issue here. Your quick help is very much appreciated.
#AIX-Forum