[asterisk-bugs] [Asterisk 0018950]: Deadlock: ast_taskprocessor_get and SIP
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Mar 9 15:55:35 CST 2011
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=18950
======================================================================
Reported By: alecdavis
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18950
Category: Core/General
Reproducibility: unable to reproduce
Severity: minor
Priority: normal
Status: new
Asterisk Version: 1.8.2.3
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-03-09 15:09 CST
Last Modified: 2011-03-09 15:55 CST
======================================================================
Summary: Deadlock: ast_taskprocessor_get and SIP
Description:
Has only locked up once, but have been running 1.8.2.3 for a few weeks now,
and are unable to reproduce at this stage.
======================================================================
----------------------------------------------------------------------
(0132785) pabelanger (administrator) - 2011-03-09 15:55
https://issues.asterisk.org/view.php?id=18950#c132785
----------------------------------------------------------------------
We'll need a backtrace too
---
Debugging deadlocks:
Please select DEBUG_THREADS and DONT_OPTIMIZE in the Compiler Flags
section of menuselect. Recompile and install Asterisk (i.e. make install)
This will then give you the console command:
core show locks
When the symptoms of the deadlock present themselves again, please provide
output of the deadlock via:
# asterisk -rx "core show locks" | tee /tmp/core-show-locks.txt
# gdb -se "asterisk" <pid of asterisk> | tee /tmp/backtrace.txt
gdb> bt
gdb> bt full
gdb> thread apply all bt
Then attach the core-show-locks.txt and backtrace.txt files to this issue.
Thanks!
Issue History
Date Modified Username Field Change
======================================================================
2011-03-09 15:55 pabelanger Note Added: 0132785
======================================================================
More information about the asterisk-bugs
mailing list