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


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs/src ChangeLog sanity.sh
Date: Wed, 01 Mar 2006 22:05:15 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         
Changes by:     Derek Robert Price <address@hidden>     06/03/01 22:05:15

Modified files:
        src            : ChangeLog sanity.sh 

Log message:
        Merge changes from 1.11.x.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/src/ChangeLog.diff?tr1=1.3355&tr2=1.3356&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/src/sanity.sh.diff?tr1=1.1118&tr2=1.1119&r1=text&r2=text

Patches:
Index: ccvs/src/ChangeLog
diff -u ccvs/src/ChangeLog:1.3355 ccvs/src/ChangeLog:1.3356
--- ccvs/src/ChangeLog:1.3355   Wed Mar  1 21:58:09 2006
+++ ccvs/src/ChangeLog  Wed Mar  1 22:05:15 2006
@@ -1,5 +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.
+
        * sanity.sh (rdiff, env, diffmerge1): Remove unnecessary cd command.
 
 2006-02-28  Derek Price  <address@hidden>
Index: ccvs/src/sanity.sh
diff -u ccvs/src/sanity.sh:1.1118 ccvs/src/sanity.sh:1.1119
--- ccvs/src/sanity.sh:1.1118   Wed Mar  1 21:58:09 2006
+++ ccvs/src/sanity.sh  Wed Mar  1 22:05:15 2006
@@ -95,6 +95,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]