|
From: Remus C. <rem...@gm...> - 2018-06-23 23:53:45
|
Hi, I tried to use valgrind's memcheck on a C copy-stack coroutine program, and got many false positive reports about the invalid write/read on the shared stack when memcpy occurred. (I already used the VALGRIND_STACK_REGISTER/VALGRIND_STACK_DEREGISTER.) Valgrind works fine when I use valgrind on a standalone stack coroutine program. So, the question is: Does valgrind support copy-stack coroutine yet? Thank you very much. All best |