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 08:52:56 +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
--- Comment #10 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Bernd Edlinger from comment #9)
> I still dont see what's wrong with tsan here, the signal could
> easily be from a kill -SIGSEGV .
Because this is while executing in the synchonous signal form. Yes TSAN should
realize that and not report it.