You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can confirm the upstream libui tester program as built by make tester doesn't have this problem, it has no CPU usage on idle and no strace output. It passes -1 to poll() for infinite timeout.
E.g.
libui-simple-counter-example
, 100% CPU in htopIn
strace
it's busy-looping around poll (becausepoll()
is given a 0-timeout):Not sure if it's an issue with libui or haskell-libuil, or the example code calling the functions wrong.
The text was updated successfully, but these errors were encountered: