https://bugs.kde.org/show_bug.cgi?id=456304

David Edmundson <k...@davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WAITINGFORINFO
                 CC|                            |k...@davidedmundson.co.uk
             Status|REPORTED                    |NEEDSINFO

--- Comment #2 from David Edmundson <k...@davidedmundson.co.uk> ---
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.

Reply via email to