[asterisk-bugs] [Asterisk 0011080]: SIP channel stops processing calls, but no apparent deadlock
noreply at bugs.digium.com
noreply at bugs.digium.com
Fri Dec 7 17:45:34 CST 2007
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=11080
======================================================================
Reported By: callguy
Assigned To: russell
======================================================================
Project: Asterisk
Issue ID: 11080
Category: Channels/chan_sip/General
Reproducibility: always
Severity: block
Priority: normal
Status: assigned
Asterisk Version: 1.4.13
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 10-24-2007 15:58 CDT
Last Modified: 12-07-2007 17:45 CST
======================================================================
Summary: SIP channel stops processing calls, but no apparent
deadlock
Description:
Approximately once per week we are seeing asterisk stop processing SIP
calls. The behavior is the same as a deadlock, but core show locks does not
show any evidence that there is a deadlock.
The only way to resolve is to restart asterisk.
output of:
core show locks
info thread
thread apply all bt
from the running process is attached.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0011165 Deadlock in channel.c
======================================================================
----------------------------------------------------------------------
sekil - 12-07-07 17:45
----------------------------------------------------------------------
russel: I did the exact thing you explained. I'm getting now following
output from 'core show locks' (no * crashes any more):
=== Thread ID: 3084319632 (do_devstate_changes started at [ 378]
devicestate.c ast_device_state_engine_init())
=== ---> Tried and failed to get Lock http://bugs.digium.com/view.php?id=0
(channel.c): MUTEX 5007
ast_channel_trylock &chan->lock 0xb786b8a8 (16)
=== Thread ID: 3076918160 (do_monitor started at [15571]
chan_sip.c restart_monitor())
=== ---> Tried and failed to get Lock http://bugs.digium.com/view.php?id=0
(channel.c): MUTEX 5007
ast_channel_trylock &chan->lock 0xb786b8a8 (3)
This is accumulating in time and leads to a * stop processing SIP calls.
Problems began when I installed two phone sidecars configured to "watch"
same extensions. I have turned off hints on one of them, but still getting
deadlocks almost hourly now. Problem is hard to reproduce on a slow traffic
day.
B.t.w, I have 1.2 in production on other places with tens of SNOMs and
plenty of SUBSCRIBE/NOTIFYs and everything is working as a charm.
Issue History
Date Modified Username Field Change
======================================================================
12-07-07 17:45 sekil Note Added: 0075079
======================================================================
More information about the asterisk-bugs
mailing list