https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84428
--- Comment #15 from Vojtech Fried ---
I am also getting this error. Our code is a big python extension. I run python3
and use LD_PRELOAD. In our code it throws an exception that would normally be
caught.
==23331==AddressSanitizer CHECK failed:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84428
--- Comment #17 from Vojtech Fried ---
(In reply to Martin Liška from comment #16)
> Is it public, so that I can reproduce that?
No, it is not public and it is also a large project, so it is not useful for
reproducing the issue. I am sorry.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84428
--- Comment #18 from Vojtech Fried ---
Created attachment 43866
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43866&action=edit
simple repro
I have added a simple way to reproduce it.
Unpack and run run.sh.
You need python3 installed (inc
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: vfried at opentext dot com
Target Milestone: ---
When an exception is thrown inside a function called from std::call_once, the
process is aborted. The exception should be
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71025
--- Comment #1 from Vojtech Fried ---
I am sorry, probably duplicate of
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66146