[Bug ada/64478] Ada Exception handlers call signal-unsafe malloc/free

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Jan 3 03:57:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64478

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I think in this case tsan is incorrect, as the signal handler never returns. 
This is how C++ exceptions work with non-call signals also.



More information about the Gcc-bugs mailing list