cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] ccvs/src ChangeLog sanity.sh [cvs1-11-x-branch]


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs/src ChangeLog sanity.sh [cvs1-11-x-branch]
Date: Wed, 01 Mar 2006 22:04:28 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         cvs1-11-x-branch
Changes by:     Derek Robert Price <address@hidden>     06/03/01 22:04:27

Modified files:
        src            : ChangeLog sanity.sh 

Log message:
        * sanity.sh: Set MALLOC_CHECK_ in hopes of exposing common memory
        errors when CVS is linked with glibc 2.x.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/src/ChangeLog.diff?only_with_tag=cvs1-11-x-branch&tr1=1.2336.2.427&tr2=1.2336.2.428&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/src/sanity.sh.diff?only_with_tag=cvs1-11-x-branch&tr1=1.752.2.188&tr2=1.752.2.189&r1=text&r2=text

Patches:
Index: ccvs/src/ChangeLog
diff -u ccvs/src/ChangeLog:1.2336.2.427 ccvs/src/ChangeLog:1.2336.2.428
--- ccvs/src/ChangeLog:1.2336.2.427     Mon Feb 27 17:04:56 2006
+++ ccvs/src/ChangeLog  Wed Mar  1 22:04:26 2006
@@ -1,3 +1,8 @@
+2006-03-01  Derek Price  <address@hidden>
+
+       * sanity.sh: Set MALLOC_CHECK_ in hopes of exposing common memory
+       errors when CVS is linked with glibc 2.x.
+
 2006-02-27  Derek Price  <address@hidden>
 
        * lock.c (internal_lock): Back out previous change, we don't change
Index: ccvs/src/sanity.sh
diff -u ccvs/src/sanity.sh:1.752.2.188 ccvs/src/sanity.sh:1.752.2.189
--- ccvs/src/sanity.sh:1.752.2.188      Sun Feb 26 18:08:19 2006
+++ ccvs/src/sanity.sh  Wed Mar  1 22:04:26 2006
@@ -63,6 +63,10 @@
 # required to make this script work properly.
 unset CVSREAD
 
+# This will cause malloc to run slower but should also catch some common errors
+# when CVS is linked with glibc 2.x.
+MALLOC_CHECK_=2; export MALLOC_CHECK_
+
 # We want to invoke a predictable set of i18n behaviors, not whatever
 # the user running this script might have set.
 # In particular:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]