From: Julian Seward Date: Wed, 24 Apr 2002 21:24:18 +0000 (+0000) Subject: adjust error count thresholds X-Git-Tag: svn/VALGRIND_1_0_3~311 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f36ab7016f82e245995786dd70039f8206107547;p=thirdparty%2Fvalgrind.git adjust error count thresholds git-svn-id: svn://svn.valgrind.org/valgrind/trunk@140 --- diff --git a/coregrind/vg_include.h b/coregrind/vg_include.h index 7ffafa0a29..b51ef059a8 100644 --- a/coregrind/vg_include.h +++ b/coregrind/vg_include.h @@ -98,11 +98,11 @@ /* 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. */ diff --git a/vg_include.h b/vg_include.h index 7ffafa0a29..b51ef059a8 100644 --- a/vg_include.h +++ b/vg_include.h @@ -98,11 +98,11 @@ /* 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. */