9aef0201c switched lircrcd over from select to poll, however rather than passing -1 to poll (the equivalent of passing NULL to select), the new code passes 0 as a timeout value. This causes poll to return immediately and use 100% of the CPU.
This problem does not exist in the current tree. I guess this ticket just refers to out of date code.
Log in to post a comment.
This problem does not exist in the current tree. I guess this ticket just refers to out of date code.