[asterisk-bugs] [Asterisk 0014625]: Random deadlocks leading to lockup on 1.4.23.1
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Apr 9 00:12:09 CDT 2009
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=14625
======================================================================
Reported By: acunningham
Assigned To: tilghman
======================================================================
Project: Asterisk
Issue ID: 14625
Category: General
Reproducibility: random
Severity: major
Priority: normal
Status: feedback
Asterisk Version: 1.4.23
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-03-08 19:36 CDT
Last Modified: 2009-04-09 00:12 CDT
======================================================================
Summary: Random deadlocks leading to lockup on 1.4.23.1
Description:
Random channels seem to be giving deadlocks on a 1.4.23.1 system:
# tail -f /var/log/asterisk/full | grep -i deadlock
[Mar 8 20:35:37] DEBUG[4249] channel.c: Avoiding initial deadlock for
channel '0x8779688'
[Mar 8 20:35:37] DEBUG[4249] channel.c: Avoiding initial deadlock for
channel '0x87ff698'
[Mar 8 20:35:42] DEBUG[4249] channel.c: Avoiding initial deadlock for
channel '0x8314468'
[Mar 8 20:35:46] DEBUG[4249] channel.c: Avoiding initial deadlock for
channel '0x861ddd0'
I've also seen "Avoiding deadlock" as well as "Avoiding initial deadlock",
though these are less common. The system is continually busy at medium load
(tens of calls). Over a period of days, the problem gets worse and worse
until Asterisk stops handling calls and needs to be killed with "kill -9".
Compiling with DEBUG_THREADS and running "core show locks" always shows:
=======================================================================
=== Currently Held Locks ==============================================
=======================================================================
===
=== <file> <line num> <function> <lock name> <lock addr> (times locked)
===
=======================================================================
with no further output. I've tried the patch in ticket
http://bugs.digium.com/view.php?id=13116 but this
doesn't help.
I'm not sure what debugs would be useful, but if someone can advise what
would be useful I'm happy to take them.
======================================================================
----------------------------------------------------------------------
(0102972) svnbot (reporter) - 2009-04-09 00:12
http://bugs.digium.com/view.php?id=14625#c102972
----------------------------------------------------------------------
Repository: asterisk
Revision: 187303
_U branches/1.6.2/
U branches/1.6.2/agi/Makefile
U branches/1.6.2/build_tools/cflags.xml
U branches/1.6.2/include/asterisk.h
U branches/1.6.2/main/Makefile
U branches/1.6.2/main/asterisk.c
A branches/1.6.2/main/astfd.c
U branches/1.6.2/main/file.c
U branches/1.6.2/utils/Makefile
------------------------------------------------------------------------
r187303 | tilghman | 2009-04-09 00:12:07 -0500 (Thu, 09 Apr 2009) | 21
lines
Merged revisions 187302 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r187302 | tilghman | 2009-04-08 23:59:05 -0500 (Wed, 08 Apr 2009) | 14
lines
Merged revisions 187300-187301 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r187300 | tilghman | 2009-04-08 23:31:38 -0500 (Wed, 08 Apr 2009) | 3
lines
Add debugging mode for diagnosing file descriptor leaks.
(Related to issue http://bugs.digium.com/view.php?id=14625)
........
r187301 | tilghman | 2009-04-08 23:32:40 -0500 (Wed, 08 Apr 2009) | 2
lines
Oops, missed this file in the last commit.
........
................
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=187303
Issue History
Date Modified Username Field Change
======================================================================
2009-04-09 00:12 svnbot Note Added: 0102972
======================================================================
More information about the asterisk-bugs
mailing list