|
From: Duncan S. <bal...@fr...> - 2006-03-16 22:06:58
|
While running valgrind valgrind-3.1.0RC1 (compiled from svn repository of a few days ago) valgrind --tool=memcheck --show-reachable=yes --leak-check=yes --db-attach=yes ./program a total of four errors were reported. Then, after a few hours of running, this message was printed: ==26861== ==26861== More than 100000 total errors detected. I'm not reporting any more. ==26861== Final error counts will be inaccurate. Go fix your program! ==26861== Rerun with --error-limit=no to disable this cutoff. Note ==26861== that errors may occur in your program without prior warning from ==26861== Valgrind, because errors are no longer being displayed. ==26861== valgrind may have detected 100000 errors, but it didn't mention them! Any idea what's going on here? Best wishes, Duncan. |