[asterisk-bugs] [JIRA] Commented: (ASTERISK-20262) Asterisk console becomes unresponsive under heavy call load

Richard Mudgett (JIRA) noreply at issues.asterisk.org
Mon Aug 20 14:46:07 CDT 2012


    [ https://issues.asterisk.org/jira/browse/ASTERISK-20262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=195996#comment-195996 ] 

Richard Mudgett commented on ASTERISK-20262:
--------------------------------------------

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!



> Asterisk console becomes unresponsive under heavy call load
> -----------------------------------------------------------
>
>                 Key: ASTERISK-20262
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20262
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>    Affects Versions: 11.0.0-beta1
>         Environment: Ubuntu 10.04.1 LTS
>            Reporter: Jeremy Pepper
>
> I've only managed to trigger this a couple times so far. Each time, I've held up 100 simultaneous SIP calls via the manager between a queue and another test server. It works for a while, but eventually I stop seeing verbose messages on the console, and when I run {{core show channels}} to confirm there are still calls up, the console hangs.
> The last time I triggered it, I had passed the {{-p}} option to Asterisk. I don't remember if I had the first time as well. There are still free CPU cycles to be had, though—Apache and SSH remained responsive on the same box.
> I have triggered this issue with both {{-r}} and {{-c}}.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list