|
From: Lee K. <lki...@cs...> - 2003-11-19 12:41:58
|
Paul Haas writes: > Don't nest the functions and it just works. Granted, but that's not really a solution. Valgrind should handle nested function calls. Your added debug has shown that when run under Valgrind the program flow is altered - I'd say that's a Valgrind bug and to work around it isn't the best long-term solution, afterall who's to say the same bug does not affect "more normal" programing practices? Thanks, L. |