https://bugs.kde.org/show_bug.cgi?id=456304
David Edmundson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WAITINGFORINFO CC| |[email protected] Status|REPORTED |NEEDSINFO --- Comment #2 from David Edmundson <[email protected]> --- Does it also happen just going to an empty TTY. The perf trace doesn't show anything special other than timers firing and us idling, but we're probably doing that constantly with zero interval timers. Can you shove a debug in: ``` QObject::connect(&compositeTimer, &QTimer::timeout, q, [this]() { dispatch(); }); ``` in renderloop.cpp and confirm if that's going crazy -- You are receiving this mail because: You are watching all bug changes.
