AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
 View Only

Exceptions not caught with AIX 7.1 and GCC 4.8.1

  • 1.  Exceptions not caught with AIX 7.1 and GCC 4.8.1

    Posted Fri June 27, 2014 11:30 AM

    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