Dinesh Nair wrote:

that occurs around line 469 in apps/app_dial.c. you may want to try adding ast_debug calls at each stage to see exactly where it crashes, or perhaps try debugging the core file with gdb to see why it crashes. it's most likely a pointer being doubly freed.

Not much info on gdb either:

Loaded symbols for /libexec/ld-elf.so.1
#0  0x2829d4ab in pthread_testcancel () from /usr/lib/libpthread.so.2
[New Thread 0x86c9600 (runnable)]
[New Thread 0x8809c00 (runnable)]
[New Thread 0x86b4a00 (runnable)]
[New Thread 0x86b4400 (runnable)]
[New Thread 0x8683e00 (runnable)]
[New Thread 0x86b4600 (runnable)]
[New Thread 0x8180600 (runnable)]
[New Thread 0x8180000 (runnable)]
[New Thread 0x8143a00 (runnable)]
[New Thread 0x8127a00 (sleeping)]
[New Thread 0x8112a00 (runnable)]
[New Thread 0x80fee00 (sleeping)]
[New Thread 0x80fec00 (runnable)]
[New Thread 0x80fe600 (runnable)]
[New Thread 0x80fe200 (LWP 100081)]
[New Thread 0x80fe000 (runnable)]
[New LWP 100129]
(gdb) bt
#0  0x2829d4ab in pthread_testcancel () from /usr/lib/libpthread.so.2
#1  0x28295e3c in pthread_mutexattr_init () from /usr/lib/libpthread.so.2
#2  0x2810a450 in ?? ()
(gdb) bt full
#0  0x2829d4ab in pthread_testcancel () from /usr/lib/libpthread.so.2
No symbol table info available.
#1  0x28295e3c in pthread_mutexattr_init () from /usr/lib/libpthread.so.2
No symbol table info available.
#2  0x2810a450 in ?? ()
No symbol table info available.
_______________________________________________
Asterisk-BSD mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-bsd

Reply via email to