I attempted to debug it, but my asterisk isn't compiled with all the possible debugging flags, which flags in the Makefile should I enable to help provide more information?
Here is what I have found so far.
gdb attach backtrace:
(gdb) bt
#0 0x401c4a76 in nanosleep () from /lib/libc.so.6
#1 0x0000000c in ?? ()
#2 0x401ef4ba in usleep () from /lib/libc.so.6
#3 0x00000000 in ?? ()
#4 0x8a9fa304 in ?? ()
#5 0x8a9ffbe0 in ?? ()
#6 0x00000000 in ?? ()
#7 0x000003e8 in ?? ()
#8 0x8a9fa504 in ?? ()
#9 0x40678bbb in zt_handle_event (ast=0x8a9fa504) at chan_zap.c:590
Previous frame inner to this frame (corrupt stack?)
(gdb) info threads
This is definitely something in zaptel (zt_handle) but the other errors like corrupt stack lead me to believe there is also something else wrong.
Any input would be greatly appreciated.
--
Sig Lange
http://www.signuts.net/
_______________________________________________ --Bandwidth and Colocation sponsored by Easynews.com --
Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
