|
From: Elia P. <git...@gm...> - 2012-09-14 15:18:02
|
2012/9/14 John Reiser <jr...@bi...>:
> The documentation mentions only {0,1,2} as values for MALLOC_CHECK_:
> $ info libc
> This is Edition 0.13, last updated 2011-07-19, of `The GNU C Library
> Reference Manual', for Version 2.14 of the GNU C Library.
>
> MALLOC_CHECK_ environment variable:
> un-set: no checking
> 0: no checking
> 1: checking; write complaints to stderr
> 2: checking; abort() upon error
> Perhaps the value of MALLOC_CHECK_ is used as a bitmap, so that
> 3 implies both 1 and 2; but this is not documented.
Sorry forgot. Yes it is like a bitmap
http://www.novell.com/support/kb/doc.php?id=3113982
Best Regards
|