https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95137
Bug ID: 95137
Summary: Sanitizers seem to be missing support for coroutines
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: sanitizer
Assignee: unassigned at gcc dot gnu.org
Reporter: rafael at espindo dot la
CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org,
jakub at gcc dot gnu.org, kcc at gcc dot gnu.org, marxin at
gcc dot gnu.org
Target Milestone: ---
In seastar (http://seastar.io/) we have experimental support for coroutines and
a simple test to check that it is working.
It currently passes with clang+asan and gcc+valgrind. Unfortunately it fails
with gcc + asan. It is not even that gcc's asan reports an error, it seems to
corrupt memory and the test hits a segmentation fault.
Sorry for the super generic bug report. I just wanted to check if it is a know
issue before I try to create a smallish testcase to add here.