[Home]

Summary:ASTERISK-04764: crash with missing extension?
Reporter:Roy Sigurd Karlsbakk (rkarlsba)Labels:
Date Opened:2005-08-03 05:26:32Date Closed:2011-06-07 14:10:50
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Asterisk Malloc Debugger Started (see /var/log/asterisk/mmlog)
   -- Going to extension s|1 because of Complete received
   -- Extension 's' in context 'zap_start' from '' does not exist.  Rejecting call on channel 0/1, span 1
Segmentation fault (core dumped)


****** ADDITIONAL INFORMATION ******

#0  0x408d95eb in q931_hangup (pri=0x8187270, c=0x1, cause=1) at q931.c:2843
2843            if (c->cause == PRI_CAUSE_MANDATORY_IE_MISSING)
(gdb) bt
#0  0x408d95eb in q931_hangup (pri=0x8187270, c=0x1, cause=1) at q931.c:2843
#1  0x408cfdb1 in pri_hangup (pri=0x8187270, call=0x1, cause=1) at pri.c:530
#2  0x4088acdc in pri_dchannel (vpri=0x4089dd00) at chan_zap.c:8247
#3  0x40037aa7 in start_thread () from /lib/tls/libpthread.so.0
#4  0x401a9c2e in clone () from /lib/tls/libc.so.6
(gdb)  
Comments:By: Roy Sigurd Karlsbakk (rkarlsba) 2005-08-03 05:39:44

Please close this - duplicate of 4888, and 4888 is a nicer number :)