[Bug c++/13878] Uncaught exception on AIX with shared libraries
joerg dot richter at pdv-fs dot de
gcc-bugzilla@gcc.gnu.org
Sun Feb 1 10:26:00 GMT 2004
------- Additional Comments From joerg dot richter at pdv-fs dot de 2004-02-01 10:26 -------
There is a good chance that this is a duplicate of PR 13391. At least I
experienced the same problems. (Not reproducible with small testcases. Not even
reproducible when you run the same executable/libraries another time)
I modified GCC runtime to output object* and fde* for every fde found. How I
understand it, an object* is actually unique to every shared library.
I would expect an 1:n relationship between this pointer values. But you could
see an n:m relationship. So some FDEs are shared between some shared libraries.
Joerg
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13878
More information about the Gcc-bugs
mailing list