Re: [mpls-linux-general] back trace of core
Status: Beta
Brought to you by:
jleu
From: Abhijit G. <gab...@ee...> - 2001-09-19 05:55:00
|
>#0 0x4007524b in chunk_free (ar_ptr=0x40109d60, p=0x80758e0) at malloc.c:3121 >#1 0x40074fba in __libc_free (mem=0x80758e8) at malloc.c:3023 >#2 0x8064add in ldp_free (mem=0x80758e8) at ldp_mm_impl.c:18 This ldp_free is the culprit most likely. Look at how many bytes are actually getting free. Are they same as malloced ones. --a |