Dimitri Tcaciuc <dtcaciuc@xxxxxxxxx> writes: > Right... So then I imagine even the 'fix' where I'm compiling > exception destructor into a separate .so file is still subject to > breakage and std::exception catching works because every C++ program > actually links against libstdc++ and not just dlopens it, yes? Yes, I think that is correct. Ian