<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Infinite event loop in vcl/unx/gtk3/gtk3gtkdata.cxx"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=136512#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Infinite event loop in vcl/unx/gtk3/gtk3gtkdata.cxx"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=136512">bug 136512</a>
              from <span class="vcard"><a class="email" href="mailto:caolanm@redhat.com" title="Caolán McNamara <caolanm@redhat.com>"> <span class="fn">Caolán McNamara</span></a>
</span></b>
        <pre>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</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>