[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
Sun Sep 6 18:02:48 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=136512
--- Comment #2 from Caolán McNamara <caolanm at redhat.com> ---
Unfortunately
GtkSalData::Yield
gboolean call_userEventFn
GtkSalData::TriggerUserEventProcessing
GtkSalData::TriggerAllUserEventsProcessed
GtkSalDisplay::TriggerUserEventProcessing
GtkSalDisplay::TriggerAllUserEventsProcessed
is just the main loop processing events so all that shows is that there is a
lot of events to process
Typically I'd debug that by running libreoffice then sshing in from another
machine, attach gdb to it and sample backtraces by ctrl+c, bt and cont a few
times to get a feel for what is getting called a lot. Debugging within the same
machine is a pain with irrelevant redraw/mouse/keyboards events getting
triggered by moving focus between the application and debugger
--
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/20200906/18880180/attachment.htm>
More information about the Libreoffice-bugs
mailing list