]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
adjust error count thresholds
authorJulian Seward <jseward@acm.org>
Wed, 24 Apr 2002 21:24:18 +0000 (21:24 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 24 Apr 2002 21:24:18 +0000 (21:24 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@140

coregrind/vg_include.h
vg_include.h

index 7ffafa0a2917c473e6ae0611a2e42f81df48f0b3..b51ef059a87aeb28b6648440440725712a9cce15 100644 (file)
 /* After this many different unsuppressed errors have been observed,
    stop collecting errors at all, and tell the user their program is
    evidently a steaming pile of camel dung. */
-#define M_VG_COLLECT_NO_ERRORS_AFTER_SHOWN 500
+#define M_VG_COLLECT_NO_ERRORS_AFTER_SHOWN 300
 
 /* After this many total errors have been observed, stop collecting
    errors at all.  Counterpart to M_VG_COLLECT_NO_ERRORS_AFTER_SHOWN. */
-#define M_VG_COLLECT_NO_ERRORS_AFTER_FOUND 5000
+#define M_VG_COLLECT_NO_ERRORS_AFTER_FOUND 30000
 
 /* These many bytes below %ESP are considered addressible if we're
    doing the --workaround-gcc296-bugs hack. */
index 7ffafa0a2917c473e6ae0611a2e42f81df48f0b3..b51ef059a87aeb28b6648440440725712a9cce15 100644 (file)
 /* After this many different unsuppressed errors have been observed,
    stop collecting errors at all, and tell the user their program is
    evidently a steaming pile of camel dung. */
-#define M_VG_COLLECT_NO_ERRORS_AFTER_SHOWN 500
+#define M_VG_COLLECT_NO_ERRORS_AFTER_SHOWN 300
 
 /* After this many total errors have been observed, stop collecting
    errors at all.  Counterpart to M_VG_COLLECT_NO_ERRORS_AFTER_SHOWN. */
-#define M_VG_COLLECT_NO_ERRORS_AFTER_FOUND 5000
+#define M_VG_COLLECT_NO_ERRORS_AFTER_FOUND 30000
 
 /* These many bytes below %ESP are considered addressible if we're
    doing the --workaround-gcc296-bugs hack. */