Re: [PATCH] MALLOC_CHECK: Allow checking to be disabled from config.mak

2012-10-11 Thread Ramsay Jones
Junio C Hamano wrote: > Ramsay Jones writes: > >> Yes, so I can simply disable the malloc checks in my ~/.bashrc file. >> However, it would be disappointing to have my config tweeks in two >> places ... :( >> >> I guess I can live with it ... > > You could write "export that-variable" in your co

Re: [PATCH] MALLOC_CHECK: Allow checking to be disabled from config.mak

2012-10-10 Thread Junio C Hamano
Ramsay Jones writes: > Yes, so I can simply disable the malloc checks in my ~/.bashrc file. > However, it would be disappointing to have my config tweeks in two > places ... :( > > I guess I can live with it ... You could write "export that-variable" in your config.mak yourself ;-) Let's apply

Re: [PATCH] MALLOC_CHECK: Allow checking to be disabled from config.mak

2012-10-10 Thread Elia Pinto
No reboot. lsb-release -a from memory or something similar, always on travel... Regards 2012/10/10, Elia Pinto : > Hemm, too old release distro , no ? 4-5 year ago. It is time to > upgrade to something more recent , 5.7 5.8 . Rhel5.3 is not a good > distro for a developer isn't it ? > > 2012/10/

Re: [PATCH] MALLOC_CHECK: Allow checking to be disabled from config.mak

2012-10-10 Thread Elia Pinto
Hemm, too old release distro , no ? 4-5 year ago. It is time to upgrade to something more recent , 5.7 5.8 . Rhel5.3 is not a good distro for a developer isn't it ? 2012/10/10, Ramsay Jones : > Junio C Hamano wrote: >> Ramsay Jones writes: >> >>> The malloc checks can be disabled using the TEST_N

Re: [PATCH] MALLOC_CHECK: Allow checking to be disabled from config.mak

2012-10-10 Thread Ramsay Jones
Elia Pinto wrote: > 2012/10/6 Junio C Hamano : >> Ramsay Jones writes: >> Elia, you brought the MALLOC_CHECK_ up. Did you hear about this >> issue elsewhere before, and if you did, do you know how other >> projects solves it? > Ok. I have found. For me this is not a problem any more these days. >

Re: [PATCH] MALLOC_CHECK: Allow checking to be disabled from config.mak

2012-10-10 Thread Ramsay Jones
Junio C Hamano wrote: > Ramsay Jones writes: > >> The malloc checks can be disabled using the TEST_NO_MALLOC_CHECK >> variable, either from the environment or command line of an >> 'make test' invocation. In order to allow the malloc checks to be >> disabled from the 'config.mak' file, we add TES

Re: [PATCH] MALLOC_CHECK: Allow checking to be disabled from config.mak

2012-10-09 Thread Christian Couder
Hi, On Mon, Oct 8, 2012 at 3:19 PM, Elia Pinto wrote: > Ok. I have found. For me this is not a problem any more these days. > Was fixed in glibc 2.8.90-9 2008 > > * Wed Jul 16 2008 Jakub Jelinek 2.8.90-9 > - update from trunk > - fix unbuffered vfprintf if writing to the stream fails (#455360)

Re: [PATCH] MALLOC_CHECK: Allow checking to be disabled from config.mak

2012-10-08 Thread Elia Pinto
2012/10/6 Junio C Hamano : > Ramsay Jones writes: > >> The malloc checks can be disabled using the TEST_NO_MALLOC_CHECK >> variable, either from the environment or command line of an >> 'make test' invocation. In order to allow the malloc checks to be >> disabled from the 'config.mak' file, we add

Re: [PATCH] MALLOC_CHECK: Allow checking to be disabled from config.mak

2012-10-07 Thread Elia Pinto
Hi Julio. No, i don't know this message before. Difficult that can be related to a recent glibc change, i think. Perhaps eglibc ? I tomorrow take a look, i am on travel now. Best 2012/10/6, Junio C Hamano : > Ramsay Jones writes: > >> The malloc checks can be disabled using the TEST_NO_MALLOC_CH

Re: [PATCH] MALLOC_CHECK: Allow checking to be disabled from config.mak

2012-10-06 Thread Junio C Hamano
Ramsay Jones writes: > The malloc checks can be disabled using the TEST_NO_MALLOC_CHECK > variable, either from the environment or command line of an > 'make test' invocation. In order to allow the malloc checks to be > disabled from the 'config.mak' file, we add TEST_NO_MALLOC_CHECK > to the env

[PATCH] MALLOC_CHECK: Allow checking to be disabled from config.mak

2012-10-06 Thread Ramsay Jones
The malloc checks can be disabled using the TEST_NO_MALLOC_CHECK variable, either from the environment or command line of an 'make test' invocation. In order to allow the malloc checks to be disabled from the 'config.mak' file, we add TEST_NO_MALLOC_CHECK to the environment using an export directi