[Bug libstdc++/96817] __cxa_guard_acquire unsafe against dynamically loaded pthread
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Sep 25 19:55:35 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96817
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=97211
--- Comment #14 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Jonathan Wakely from comment #13)
> I'm not sure what these examples are very helpful. Throwing
> recursive_init_error is the correct behaviour here, it's a bug that we fail
> to detect the recursion when it happens in the same thread.
I created PR 97211 for that.
More information about the Gcc-bugs
mailing list