|
From: Joerg B. <jo...@we...> - 2003-08-05 09:01:04
|
Bor...@pd... wrote: > behaviour of valgrind in itself. With the above mentioned method, the user > would be sure, that this is a bug of his program and not one of > valgrind...which is really usefull, when the scenario for the Null-Pointer > Access gets much more complicated than my little example programm. For if you are in doubt about a tools, try to use a different tool to do the same job. In this case, maybe you could led gdb verify that this is a bug in you application. Joerg |