Plippo / twofing

Daemon for two finger gestures
http://www.plippo.de/p/twofing
27 stars 15 forks source link

twofing seems capable of entering endless loops #11

Closed mgrouch closed 3 years ago

mgrouch commented 3 years ago

twofing seems capable of entering endless loops

I see CPU constantly at 25% consumed by twofing.

Thanks, --MG

mgrouch commented 3 years ago

it is looping after select() call. Timeout on select() call goes to 0, so it is spinning constantly.

Plippo commented 3 years ago

Thank you, this bug should now be fixed. Please verify that it is also fixed for you with the recent change.

mgrouch commented 3 years ago

Thanks. Works now.