]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix 308711 - give more info about aspacemgr and arenas in out_of_memory
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 21 Oct 2012 21:03:11 +0000 (21:03 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 21 Oct 2012 21:03:11 +0000 (21:03 +0000)
commit6c471293d4d6898cd96ab27472ecbdedbb7ee9d2
tree9d97036264764112e0eeeb2fb9ae6d04b82653ba
parentb83003a1e07acbcbfcea45e0132eb0a67068447f
Fix 308711 - give more info about aspacemgr and arenas in out_of_memory
In case of out of memory, Valgrind will output
the state of the address space manager and of the arena.
Then it will output a message to inform the user about the out of memory.

In case out of memory happens again while outputting the aspacemgr
or arena info, then another trial is done to only output the user msg.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13077
NEWS
coregrind/m_mallocfree.c