[asterisk-bugs] [JIRA] (ASTERISK-22835) Random lock ups up to 8 times per day (have to kill -9 it to be able to restart)

Matt Jordan (JIRA) noreply at issues.asterisk.org
Sun Nov 10 18:18:03 CST 2013


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

Matt Jordan commented on ASTERISK-22835:
----------------------------------------

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!


                
> Random lock ups up to 8 times per day (have to kill -9 it to be able to restart)
> --------------------------------------------------------------------------------
>
>                 Key: ASTERISK-22835
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22835
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_config_odbc
>    Affects Versions: 11.6.0
>         Environment: Ubuntu 12.04 64 bit - latest updates
>            Reporter: Walter Klomp
>         Attachments: asterisk-11.6.0.random.crash.txt
>
>
> Asterisk will regularly just stop processing calls, it happens at random intervals during the day. At that time we can still connect but no more issue any command - it just doesn't respond.  Only a killall -9 asterisk will kill the process and agi processes associated with it.
> Needless to say this is very disruptive to my service (about 2000 registered users)
> Tried different versions all with the same result.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list