This is the mail archive of the gcc-patches@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]

Re: [patch-rfc] N2179: Exception Propagation in C++


Sebastian Redl wrote:

Problems arise only if there are multiple conflicting versions of the library in a loaded image, e.g. when an executable statically linked against libsupc++ loads an .so that loads libstdc++ dynamically, and the libstdc++ is new, *and* exceptions travel between the two parts.

I don't think there's any expectation that doing something like this should work. If you have more than one copy of libsupc++/libstdc++ in your application, including via dynamic loading, I think you lose.


Thanks,

--
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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