search for: dundi_transact

Displaying 2 results from an estimated 2 matches for "dundi_transact".

2006 Dec 13
1
Core Dump: create_transaction (p=0x0) at pbx_dundi.c:2787
...are never accepted for submission. (gdb) bt full #0 0xb7da8d3c in mallopt () from /lib/libc.so.6 No symbol table info available. #1 0xb7da7e3a in malloc () from /lib/libc.so.6 No symbol table info available. #2 0xb7b30aa1 in create_transaction (p=0x0) at pbx_dundi.c:2787 trans = (struct dundi_transaction *) 0x0 #3 0xb7b3e616 in find_transaction (hdr=0xbe9fda40, sin=0xbe9ffa40) at pbx_dundi.c:361 trans = (struct dundi_transaction *) 0x0 #4 0xb7b3e0ef in handle_frame (h=0xbe9fda40, sin=0xbe9ffa40, datalen=-1209714176) at pbx_dundi.c:1944 trans = (struct dundi_transaction *) 0xbe9...
2006 Dec 13
0
Re: Core Dump: create_transaction (p=0x0) atpbx_dundi.c:2787
...#0 0xb7da8d3c in mallopt () from /lib/libc.so.6 > > No symbol table info available. > > #1 0xb7da7e3a in malloc () from /lib/libc.so.6 > > No symbol table info available. > > #2 0xb7b30aa1 in create_transaction (p=0x0) at pbx_dundi.c:2787 > > trans = (struct dundi_transaction *) 0x0 > > Hmmm, that will be a tricky one to track down. There's no > reason to get > a core dump from within malloc() unless something else has previously > stomped outside of its own malloced area, smashing the free list. > > So the problem is likely not within cre...