Displaying 1 result from an estimated 1 matches for "chunk_realloc".
Did you mean:
chunk_alloc
2003 Oct 28
0
Oh323 segmentation fault in asterisk...
...indicative of someone stomping on memory somewhere previously, or else a
memory bug in the pwlib library itself. (Which I find hard to believe given
the several years its been around.) My suspicion is an out of bounds memory
access previously.
Here is the trace:
(gdb) where
#0 0x4207b2ef in chunk_realloc () from /lib/i686/libc.so.6
#1 0x4207b1f8 in realloc () from /lib/i686/libc.so.6
#2 0x489d2176 in PAbstractArray::SetSize ()
from /usr/local/lib/libpt_linux_x86_r.so.1.5.2
#3 0x489d1a3d in PContainer::SetMinSize ()
from /usr/local/lib/libpt_linux_x86_r.so.1.5.2
#4 0x483eedd7 in RTP_Data...