[asterisk-bugs] [JIRA] (ASTERISK-22859) Deadlock random
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Mon Nov 18 09:02:06 CST 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=211908#comment-211908 ]
Matt Jordan commented on ASTERISK-22859:
----------------------------------------
Hi Walter:
My guess is this is not a deadlock.
{noformat}
[Nov 18 13:49:00] ERROR[25224][C-000029b7] res_timing_timerfd.c: Failed to create timerfd timer: Too many open files
{noformat}
There are two scenarios that could be occurring here:
# You have a rather small number of file descriptors allowed on your system, 1024.
{quote}
open files (-n) 1024
{quote}
Asterisk tends to require a rather substantial number of file descriptors. You should probably increase this limit.
# If increasing the limit of file descriptors does not resolve the problem, then you may be running into a more systemic problem wherein the file descriptors are not getting released by Asterisk. With such a low limit currently in place, however, it is difficult to tell.
I would increase the number of open files allowed and see if this resolves your problem. If not, we can look at how to get information about what is occurring.
> Deadlock random
> ---------------
>
> Key: ASTERISK-22859
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-22859
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Channels/chan_sip/Subscriptions
> Affects Versions: 11.6.0
> Environment: Ubuntu 12.04 latest updates
> Reporter: Walter Klomp
> Attachments: backtrace-threads-201311162357.txt, backtrace-threads-201311170115.txt, backtrace-threads-201311170140.txt, backtrace-threads-201311170208.txt, backtrace-threads-201311170305.txt, backtrace-threads-201311170413.txt, core-show-locks-201311162357.txt, core-show-locks-201311170115.txt, core-show-locks-201311170140.txt, core-show-locks-201311170208.txt, core-show-locks-201311170305.txt, core-show-locks-201311170413.txt
>
>
> Happened with 11.6.0.x and now also svn of asterisk-11...
--
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