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

--- Comment #9 from David Edmundson <k...@davidedmundson.co.uk> ---
@Kai AFAIK, we're not in a QQuickWidget?

>When i trigger the bug it keeps printing "true" forever. The window is always 
>the same.

That's exactly what I half expected; we're told to re-render before we've
finished our first render.

Our end goal is to see what's setting updatePending=true between 

382:    data.updatePending = false;
and 469

I doubt it's a timer, as we shouldn't be processing events.

I don't suppose you could trigger the bug.

 Break after updatePending = false, and do
"watch data.updatePending" and get a trace


*or*

put breakpoints in  
maybeUpdate
exposureChanged

and get loads of traces.


>Calls made as a result of this timer are always in stack

How do you know which timer it was from a stack trace? It'll just say
QEventDispatcher::blahblah ?
Can you paste one.



----

Also thank you *so so much* for putting in the time here.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to