[Bug sanitizer/77538] segmentation fault: thread sanitizer shadow stack overflow
dvyukov at google dot com
gcc-bugzilla@gcc.gnu.org
Mon Nov 7 18:22:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77538
--- Comment #18 from Dmitry Vyukov <dvyukov at google dot com> ---
Looks like shadow stack overflow.
Do you use fibers, ucontext, longjmp, exceptions or any other non-obvious
control flow constructs?
Fibers and exceptions are not supported. Longjmp should work.
More information about the Gcc-bugs
mailing list