As far as I know it is not defined (undefined behaviour) in C++STD how compiled application should handle situations when one shared library raises exception inside another one [shared lib]. The code produced by G++/Linux shows that it is possible to raise exceptions between shared libraries.As far as I know it is not defined (undefined b