[Home]

Summary:ASTERISK-04765: crash with missing extension?
Reporter:Roy Sigurd Karlsbakk (rkarlsba)Labels:
Date Opened:2005-08-03 05:26:32Date Closed:2005-08-03 16:27:59
Priority:CriticalRegression?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:45:28

after the crash, one process is left
# strace -p 532
Process 532 attached - interrupt to quit
futex(0x40206eac, FUTEX_WAIT, 2, NULL

By: Michael Jerris (mikej) 2005-08-03 11:07:06

can you do bt full please?

By: Mark Spencer (markster) 2005-08-03 13:10:18

Also please rebuild both libpri and asterisk.  This sounds like a libpri / asterisk mismatch.

By: Roy Sigurd Karlsbakk (rkarlsba) 2005-08-03 16:18:12

I rebuilt everything and it seems it's a false alert
Please close this

sorry

By: Clod Patry (junky) 2005-08-03 16:27:51

close like asked by reporter.