[asterisk-bugs] [JIRA] (ASTERISK-21176) Call files on OS X, using KQueue, do not get processed (load 100%)

Rusty Newton (JIRA) noreply at issues.asterisk.org
Wed Mar 6 16:13:01 CST 2013


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

Rusty Newton commented on ASTERISK-21176:
-----------------------------------------

Issues affecting only platforms other than Linux are generally considered extended support, and would therefore be supported by community developers. This issue does appear rather annoying and since you have provided a patch I went ahead and put it on the core teams radar as well just in case they get the time to get around to review it.

Thanks!


                
> Call files on OS X, using KQueue, do not get processed (load 100%)
> ------------------------------------------------------------------
>
>                 Key: ASTERISK-21176
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21176
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: PBX/pbx_spool
>    Affects Versions: 11.2.1
>         Environment: OS X 10.8.2
>            Reporter: Carlton O'Riley
>         Attachments: kqueue_osx.patch
>
>
> When building Asterisk on 11.2.1 on OS X it properly detects and uses KQueue to watch for changes to the Asterisk spool directory, however placing call files in the spool directory do not get processed.  Asterisk also starts using 100% of the CPU.  Looking over the code the timeout value is being set to MAX_INT seconds when the spool directory is empty, which is an invalid value, causing call to kevent to error immediately and create a tight loop leading to the increased loading.

--
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