|
From: Robert W. <rj...@du...> - 2005-08-11 20:01:15
|
> Does Valgrind have any constraints in memory debugging programs making > use of makecontext/swapcontext/setcontext system calls? We have it working, but you have to tell Valgrind about the stack for each thread. There's an example in memcheck/tests/stack_changes.c that should demonstrate what you need to do. This functionality is in 2.4.1 and 3.0.0 - earlier versions don't handle this. Regards, Robert. --=20 Robert Walsh Amalgamated Durables, Inc. - "We don't make the things you buy." Email: rj...@du... |