[Asterisk-Dev] Frequent Crashes
DUSTIN WILDES
dwildes at pabbankshares.com
Fri Jul 25 07:52:29 MST 2003
Since our update to CVS - our system has been receiving crashes.
Here is the first load at GDB:
===========================================
Reading symbols from /lib/libnsl.so.1...done.
Loaded symbols for /lib/libnsl.so.1
#0 0x41cb25b3 in wait_for_answer (in=0x8165190, outgoing=0x80d7e70, to=0x46eff054, allowredir_in=0x46eff058, allowredir_out=0x46eff05c, allowdisconnect=0x46eff060)
at app_dial.c:191
191 if (strlen(o->chan->call_forward)) {
(gdb)
Here is a Backtrace:
===========================================
(gdb) bt
#0 0x41cb25b3 in wait_for_answer (in=0x8165190, outgoing=0x80d7e70, to=0x46eff054, allowredir_in=0x46eff058, allowredir_out=0x46eff05c, allowdisconnect=0x46eff060)
at app_dial.c:191
#1 0x41cb392d in dial_exec (chan=0x8165190, data=0x46eff73c) at app_dial.c:600
#2 0x0805ed76 in pbx_exec (c=0x8165190, app=0x8107ce8, data=0x46eff73c, newstack=1) at pbx.c:388
#3 0x0806089d in pbx_extension_helper (c=0x8165190, context=0x81652e0 "ciscophones", exten=0x8165380 "1400", priority=1, callerid=0x0, action=1) at pbx.c:1130
#4 0x0806154e in ast_pbx_run (c=0x8165190) at pbx.c:1614
#5 0x080672bf in pbx_thread (data=0x8165190) at pbx.c:1830
#6 0x4003afef in pthread_start_thread () from /lib/i686/libpthread.so.0
(gdb) quit
Here is my Dialplan entry for extension 1400:
===========================================
exten => 1400,1,Dial(SIP/1243&SIP/1315&SIP/1284&SIP/1490,15,t)
exten => 1400,2,Voicemail(u1400)
I upgraded from CVS of July 18th for today.
Also before the upgrade - I removed all the asterisk directories and then done an install to insure all the newest binaries were loaded. I then rebooted the computer to free up anything that may have been in memory.
if you need any more information - PLEASE let me know.
--Dustin
More information about the asterisk-dev
mailing list