[Libreoffice-bugs] [Bug 136512] Infinite event loop in vcl/unx/gtk3/gtk3gtkdata.cxx

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Sep 8 18:37:10 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=136512

--- Comment #15 from Caolán McNamara <caolanm at redhat.com> ---
The "recent files" toggled on is ok, the idea there (IIUC) is that the Recent
Files and Templates are two toggle buttons, when one or other is depressed the
start center is filled with icons of the matching category. You have no
recently used files so you get the default empty backdrop.

wrt the backtrace

a) does it make a difference if you find the line with "style-updated" in it
and replace m_pWindow with m_pFixedContainer or pEventWidget. Maybe we could
listen to something else which is less noisy.

b) if you comment out the SendInternalEvent and replace it with a

static int foo;
fprintf(stderr, "hello world %d\n", foo++);

does it print hello worlds forever, or does it stop at some point? Maybe we
could replace SendInternalEvent with a callback at idle time and batch together
all the updates into a single SendInternalEvent

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200908/8d6c400d/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list