[asterisk-bugs] [Asterisk 0019397]: Deadlock in queue handling

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Jun 1 14:18:59 CDT 2011


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=19397 
====================================================================== 
Reported By:                byronclark
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   19397
Category:                   Applications/app_queue
Reproducibility:            random
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:           1.8.4 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2011-06-01 13:11 CDT
Last Modified:              2011-06-01 14:18 CDT
====================================================================== 
Summary:                    Deadlock in queue handling
Description: 
Hit a deadlock on queue handling on a lightly loaded system. Output of
"core show locks" in the Additional Information section.

It looks like BETTER_BACKTRACES doesn't really work when the debug
information lives in a separate (installed) debuginfo package. Backtrace
attached to the ticket.

Here's a quick analysis (thread nubmers are gdb/core show locks):
Thread 20/1081149760
====================
Locks Held
----------
hints (pbx.c:4269)
hint (pbx.c:4270)

Blocking On
-----------
queues (app_queue.c:1563)


Thread 15/1088944448
====================
Locks Held
----------
dialogs (astobj2.c:657)
dialog [sip_pvt] (chan_sip.c:16147)

Blocking On
-----------
hints (pbx.c:4425)


Thread 11/1081657664
====================
Locks Held
----------

Blocking On
-----------
queues (app_queue.c:1463)


Thread 5/1102928192
===================
Locks Held
----------
queues (app_queue.c:4427)

Blocking On
-----------
dialogs (chan_sip.c:7358)


Thread 3/1109186880
===================
Locks Held
----------

Blocking On
-----------
queues (app_queue:2337)
====================================================================== 

---------------------------------------------------------------------- 
 (0135624) irroot (reporter) - 2011-06-01 14:18
 https://issues.asterisk.org/view.php?id=19397#c135624 
---------------------------------------------------------------------- 
https://reviewboard.asterisk.org/r/1166/diff/#index_header 

look at pbx.c patch this makes it go away but not fixes it ... the patch
is a mess looking at it again ... but the idea is there im one for DL
avoidance to make the problem not affect production while its fixed 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-06-01 14:18 irroot         Note Added: 0135624                          
======================================================================




More information about the asterisk-bugs mailing list