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
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to