[asterisk-bugs] [Asterisk 0018310]: [patch] hint state changes deadlock/race
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Mar 28 05:47:09 CDT 2011
The following issue has been set as RELATED TO issue 0018950.
======================================================================
https://issues.asterisk.org/view.php?id=18310
======================================================================
Reported By: one47
Assigned To: jpeeler
======================================================================
Project: Asterisk
Issue ID: 18310
Category: Core/PBX
Reproducibility: always
Severity: major
Priority: normal
Status: closed
Target Version: 1.6.2.17
Asterisk Version: 1.6.2.14
JIRA: SWP-2541
Regression: No
Reviewboard Link: https://reviewboard.asterisk.org/r/1072
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2010-11-15 12:19 CST
Last Modified: 2011-03-28 05:47 CDT
======================================================================
Summary: [patch] hint state changes deadlock/race
Description:
VERY similar to https://issues.asterisk.org/view.php?id=18165, but this is a
different deadlock path, so I have
raised a separate report.
Thread 1: taskprocessor -> handle_statechange
Lock order = conlock, hints, hint, pvt
Thread 2: chan_sip.c: handle_request_do -> handle_response_notify
Lock order = pvt, conlock
Thread2 only gets into the conlock if STATECHANGEQUEUE is true, ie. there
are rapid state changes happening on a subscribed hint.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0018165 [patch] hint state changes deadlock pro...
has duplicate 0018535 app_queue deadlocks if weight is set
related to 0018619 Asterisk deadlocks with no errors
related to 0018950 Deadlock: ast_taskprocessor_get and SIP
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-03-28 05:47 alecdavis Relationship added related to 0018950
======================================================================
More information about the asterisk-bugs
mailing list