This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/13878] Uncaught exception on AIX with shared libraries


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]