This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/64478] Ada Exception handlers call signal-unsafe malloc/free
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 03 Jan 2015 03:57:20 +0000
- Subject: [Bug ada/64478] Ada Exception handlers call signal-unsafe malloc/free
- Auto-submitted: auto-generated
- References: <bug-64478-4 at http dot gcc dot gnu dot org/bugzilla/>
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.