
marvin at rectangular
Sep 10, 2008, 6:43 PM
Post #1 of 1
(2535 views)
Permalink
|
|
r3867 - trunk/perl/buildlib/Lucy
|
|
Author: creamyg Date: 2008-09-10 18:43:18 -0700 (Wed, 10 Sep 2008) New Revision: 3867 Modified: trunk/perl/buildlib/Lucy/Build.pm Log: Fix typo that was causing main suppressions file to be ignored. Cut down on num-callers so that fewer stack entries have to match. Modified: trunk/perl/buildlib/Lucy/Build.pm =================================================================== --- trunk/perl/buildlib/Lucy/Build.pm 2008-09-11 00:09:13 UTC (rev 3866) +++ trunk/perl/buildlib/Lucy/Build.pm 2008-09-11 01:43:18 UTC (rev 3867) @@ -325,7 +325,7 @@ return "PERL_DESTRUCT_LEVEL=2 KINO_VALGRIND=1 valgrind " . "--leak-check=yes " . "--show-reachable=yes " - . "--num-callers=100" + . "--num-callers=10 " . "--suppressions=../devel/conf/kinoperl.supp "; } _______________________________________________ kinosearch-commits mailing list kinosearch-commits [at] rectangular http://www.rectangular.com/mailman/listinfo/kinosearch-commits
|