[asterisk-bugs] [Asterisk 0012098]: Segmentation fault in chan_sip.c
noreply at bugs.digium.com
noreply at bugs.digium.com
Fri Mar 14 09:22:32 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=12098
======================================================================
Reported By: wegbert
Assigned To: putnopvut
======================================================================
Project: Asterisk
Issue ID: 12098
Category: Channels/chan_sip/General
Reproducibility: have not tried
Severity: crash
Priority: normal
Status: ready for testing
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): 1.4
SVN Revision (number only!): 104334
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 02-28-2008 09:50 CST
Last Modified: 03-14-2008 09:22 CDT
======================================================================
Summary: Segmentation fault in chan_sip.c
Description:
Using svn version from yesterday (svn download reported revision 104534,
'show version on cli reports 'SVN-branch-1.4-r104334'), asterisk crashed
with an segmentation fault:
Program terminated with signal 11, Segmentation fault.
0 0xb7509bfe in __ast_pthread_mutex_lock (filename=0xb755bdf4
"chan_sip.c", lineno=1900, func=0xb755c318 "retrans_pkt",
mutex_name=0xb755c324 "&pkt->owner->lock", t=0x0) at
/usr/src/asterisk-1.4/include/asterisk/lock.h:302
302 int canlog = strcmp(filename, "logger.c") & t->track;
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0012089 Random crashes in different places
======================================================================
----------------------------------------------------------------------
jvandal - 03-14-08 09:22
----------------------------------------------------------------------
Hi,
To try to see if this is an error on dialplan or whatever, I have made it
more simple and here the dialplan I use to made my test.
We call to 5551000 and press 2.
[default]
exten => 5551000,1,Goto(default-aa-ivr_01,s,1)
[default-aa-ivr_01]
exten => s,1,Answer
exten => s,2,Wait(1)
exten => s,3,Set(TIMEOUT(digit)=15)
exten => s,4,Set(TIMEOUT(response)=25)
exten => s,5,Set(CHANNEL(language)=fr)
exten => 2,1,NoOp()
exten => 2,2,Dial(SIP/1121&SIP/1122&SIP/1123&SIP/1124&SIP/1125&SIP/1126&
SIP/1127&SIP/1128&SIP/1129&SIP/1130&SIP/1131&SIP/1132,60,o)
(on a single line... trunk to fit on screen)
Issue History
Date Modified Username Field Change
======================================================================
03-14-08 09:22 jvandal Note Added: 0083947
======================================================================
More information about the asterisk-bugs
mailing list