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

Re: Shared library annoyance with gcc-3_0-branch


On Tue, Feb 20, 2001 at 07:34:41AM -0500, dewar@gnat.com wrote:
> Why is this the case? It sounds a bit suspicious (in particular, one
> wonders how this can be true, and yet exceptions work fine in a 
> multi-threaded environment).

The frame unwind information is registered with __register_frame_info.
If there are two live copies of the exception handling routines, then
neither has all of the unwind info.


r~


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