https://bugs.kde.org/show_bug.cgi?id=374740
Nagy Tibor <xnagyti...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xnagyti...@gmail.com --- Comment #4 from Nagy Tibor <xnagyti...@gmail.com> --- I can also reproduce this with 5.23. I may be entirely wrong but this is what I see happening: 1. You pull out the joystick cable. 2. Joystick's device file gets nuked. 3. This select call [1] starts always returning immediately without timeouts. No errors thrown. 4. This read call [2] doesn't read anything anymore. No errors thrown. 5. Event loop goes hyperspeed because of the lack of timeouts. [1] https://invent.kde.org/plasma/plasma-desktop/-/blob/58f29efd5d2975129c07dcdc4a9eb78669c5eb67/kcms/joystick/joydevice.cpp#L292 [2] https://invent.kde.org/plasma/plasma-desktop/-/blob/58f29efd5d2975129c07dcdc4a9eb78669c5eb67/kcms/joystick/joydevice.cpp#L298 No idea about how to properly fix it though. -- You are receiving this mail because: You are watching all bug changes.