[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 19:55:30 UTC 2020


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

--- Comment #3 from Tom <mbox.789 at posteo.org> ---
Well, as the loop is concerned, I have noticed that only the first routine from
that list responds to mouse/keyboard events.

   1. GtkSalData::Yield
   2. gboolean call_userEventFn
   3. GtkSalData::TriggerUserEventProcessing
   4. GtkSalData::TriggerAllUserEventsProcessed
   5. GtkSalDisplay::TriggerUserEventProcessing
   6. GtkSalDisplay::TriggerAllUserEventsProcessed

Unfortunately, I cannot offer to attach a second computer, but I have stopped
and continued LO a couple of times per ddd/gdb and checked the whereabout after
each stop. This is what I got (abbreviated repeating lines by "..."):

------

Thread 1 "soffice.bin" received signal SIGINT, Interrupt.
0x00007fffe866cbde in ?? () from /usr/lib/x86_64-linux-gnu/libfontconfig.so.1
(gdb) where
#0  0x00007fffe866cbde in ?? () from
/usr/lib/x86_64-linux-gnu/libfontconfig.so.1
#1  0x00007fffe866cec7 in ?? () from
/usr/lib/x86_64-linux-gnu/libfontconfig.so.1
#2  0x00007fffe866d005 in ?? () from
/usr/lib/x86_64-linux-gnu/libfontconfig.so.1
#3  0x00007fffe866d91f in FcFontSetMatch () from
/usr/lib/x86_64-linux-gnu/libfontconfig.so.1
#4  0x00007ffff07c55d0 in psp::PrintFontManager::matchFont (this=0x14b9d60,
rInfo=..., rLocale=...) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/unx/generic/fontmanager/fontconfig.cxx:1163
#5  0x00007fffe04e4615 in pango_to_vcl (font=0x1606a70, rLocale=...) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx:2968
#6  0x00007fffe04e43dc in getFont (pStyle=0x1393a80, rLocale=...) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx:2916
#7  0x00007fffe04e5756 in GtkSalGraphics::updateSettings (this=0x1603f20,
rSettings=...) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx:3213
#8  0x00007fffe05057ec in SalGraphics::UpdateSettings (this=0x1603f20,
rSettings=...) at /home/tmp/tom/libreoffice-7.0.1.2/vcl/inc/salgdi.hxx:624
#9  0x00007fffe04fdac7 in GtkSalFrame::UpdateSettings (this=0x16019b0,
rSettings=...) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/unx/gtk3/gtk3gtkframe.cxx:2266
#10 0x00007fffeff3ce7d in vcl::Window::ImplUpdateGlobalSettings
(this=0x15f6740, rSettings=..., bCallHdl=false) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/window/settings.cxx:150
#11 0x00007ffff063c75d in Application::MergeSystemSettings (rSettings=...) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/app/svapp.cxx:617
#12 0x00007ffff011e2a0 in ImplHandleSalSettings
(nEvent=SalEvent::SettingsChanged) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/window/winproc.cxx:2173
#13 0x00007ffff011f5b9 in ImplWindowFrameProc (_pWindow=0x15f6740,
nEvent=SalEvent::SettingsChanged, pEvent=0x0) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/window/winproc.cxx:2548
#14 0x00007ffff0791470 in SalFrame::CallCallback (this=0x16019b0,
nEvent=SalEvent::SettingsChanged, pEvent=0x0) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/inc/salframe.hxx:302
#15 0x00007ffff07ad887 in SalGenericDisplay::ProcessEvent (this=0x11a9350,
aEvent=...) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/unx/generic/app/gendisp.cxx:66
#16 0x00007ffff05bb388 in SalUserEventList::DispatchUserEvents (this=0x11a9350,
bHandleAllCurrentEvents=false) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/app/salusereventlist.cxx:110
#17 0x00007ffff07ad7ff in SalGenericDisplay::DispatchInternalEvent
(this=0x11a9350, bHandleAllCurrentEvent=false) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/unx/generic/app/gendisp.cxx:51
#18 0x00007fffe0439a08 in call_userEventFn (data=0x505df0) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/unx/gtk3/gtk3gtkdata.cxx:712
#19 0x00007fffe90e304a in g_main_context_dispatch () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#20 0x00007fffe90e33f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#21 0x00007fffe90e349c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#22 0x00007fffe0438991 in GtkSalData::Yield (this=0x505df0, bWait=true,
bHandleAllCurrentEvents=false) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/unx/gtk3/gtk3gtkdata.cxx:385
#23 0x00007fffe043bfa8 in GtkInstance::DoYield (this=0x507c60, bWait=true,
bHandleAllCurrentEvents=false) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/unx/gtk3/gtk3gtkinst.cxx:387
#24 0x00007ffff063becb in ImplYield (i_bWait=true, i_bAllEvents=false) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/app/svapp.cxx:455
#25 0x00007ffff063c3ed in Application::Yield () at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/app/svapp.cxx:519
#26 0x00007ffff063bcb1 in Application::Execute () at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/app/svapp.cxx:434
#27 0x00007ffff7c291f0 in (anonymous namespace)::Desktop::Main
(this=0x7fffffffdfe0) at
/home/tmp/tom/libreoffice-7.0.1.2/desktop/source/app/app.cxx:1602
#28 0x00007ffff064dda5 in ImplSVMain () at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/app/svmain.cxx:200
#29 0x00007ffff064deca in SVMain () at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/app/svmain.cxx:232
#30 0x00007ffff7c7a92b in soffice_main () at
/home/tmp/tom/libreoffice-7.0.1.2/desktop/source/app/sofficemain.cxx:98
#31 0x0000000000400796 in sal_main () at
/home/tmp/tom/libreoffice-7.0.1.2/desktop/source/app/main.c:48
#32 0x000000000040077c in main (argc=1, argv=0x7fffffffe328) at
/home/tmp/tom/libreoffice-7.0.1.2/desktop/source/app/main.c:47

--------

Thread 1 "soffice.bin" received signal SIGINT, Interrupt.
0x00007ffff694dfc8 in __GI___pthread_rwlock_unlock (rwlock=0x43bb20) at
pthread_rwlock_unlock.c:70
(gdb) where
#0  0x00007ffff694dfc8 in __GI___pthread_rwlock_unlock (rwlock=0x43bb20) at
pthread_rwlock_unlock.c:70
#1  0x00007fffe93df0fe in g_type_check_value () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#2  0x00007fffe93e1436 in g_value_unset () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#3  0x00007fffe93d4d92 in g_signal_emit_valist () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#4  0x00007fffe93d508f in g_signal_emit () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#5  0x00007fffdfb2ef88 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
...
#1469 0x00007fffdfb2f076 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#1470 0x00007fffdfc7873a in gtk_style_context_get_property () from
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#1471 0x00007fffdfc788c4 in gtk_style_context_get_valist () from
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#1472 0x00007fffdfc78b83 in gtk_style_context_get () from
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#1473 0x00007fffdfc7b34a in gtk_style_context_get_background_color () from
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#1474 0x00007fffe04e4e82 in GtkSalGraphics::updateSettings (this=0x1603f20,
rSettings=...) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx:3094
#1475 0x00007fffe05057ec in SalGraphics::UpdateSettings (this=0x1603f20,
rSettings=...) at /home/tmp/tom/libreoffice-7.0.1.2/vcl/inc/salgdi.hxx:624
#1476 0x00007fffe04fdac7 in GtkSalFrame::UpdateSettings (this=0x16019b0,
rSettings=...) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/unx/gtk3/gtk3gtkframe.cxx:2266
#1477 0x00007fffeff3ce7d in vcl::Window::ImplUpdateGlobalSettings
(this=0x15f6740, rSettings=..., bCallHdl=false) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/window/settings.cxx:150
#1478 0x00007ffff063c75d in Application::MergeSystemSettings (rSettings=...) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/app/svapp.cxx:617
#1479 0x00007ffff011e2a0 in ImplHandleSalSettings
(nEvent=SalEvent::SettingsChanged) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/window/winproc.cxx:2173
#1480 0x00007ffff011f5b9 in ImplWindowFrameProc (_pWindow=0x15f6740,
nEvent=SalEvent::SettingsChanged, pEvent=0x0) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/window/winproc.cxx:2548
#1481 0x00007ffff0791470 in SalFrame::CallCallback (this=0x16019b0,
nEvent=SalEvent::SettingsChanged, pEvent=0x0) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/inc/salframe.hxx:302
#1482 0x00007ffff07ad887 in SalGenericDisplay::ProcessEvent (this=0x11a9350,
aEvent=...) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/unx/generic/app/gendisp.cxx:66
#1483 0x00007ffff05bb388 in SalUserEventList::DispatchUserEvents
(this=0x11a9350, bHandleAllCurrentEvents=false) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/app/salusereventlist.cxx:110
#1484 0x00007ffff07ad7ff in SalGenericDisplay::DispatchInternalEvent
(this=0x11a9350, bHandleAllCurrentEvent=false) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/unx/generic/app/gendisp.cxx:51
#1485 0x00007fffe0439a08 in call_userEventFn (data=0x505df0) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/unx/gtk3/gtk3gtkdata.cxx:712
#1486 0x00007fffe90e304a in g_main_context_dispatch () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1487 0x00007fffe90e33f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1488 0x00007fffe90e349c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1489 0x00007fffe0438991 in GtkSalData::Yield (this=0x505df0, bWait=true,
bHandleAllCurrentEvents=false) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/unx/gtk3/gtk3gtkdata.cxx:385
#1490 0x00007fffe043bfa8 in GtkInstance::DoYield (this=0x507c60, bWait=true,
bHandleAllCurrentEvents=false) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/unx/gtk3/gtk3gtkinst.cxx:387
#1491 0x00007ffff063becb in ImplYield (i_bWait=true, i_bAllEvents=false) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/app/svapp.cxx:455
#1492 0x00007ffff063c3ed in Application::Yield () at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/app/svapp.cxx:519
#1493 0x00007ffff063bcb1 in Application::Execute () at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/app/svapp.cxx:434
#1494 0x00007ffff7c291f0 in (anonymous namespace)::Desktop::Main
(this=0x7fffffffdfe0) at
/home/tmp/tom/libreoffice-7.0.1.2/desktop/source/app/app.cxx:1602
#1495 0x00007ffff064dda5 in ImplSVMain () at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/app/svmain.cxx:200
#1496 0x00007ffff064deca in SVMain () at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/app/svmain.cxx:232
#1497 0x00007ffff7c7a92b in soffice_main () at
/home/tmp/tom/libreoffice-7.0.1.2/desktop/source/app/sofficemain.cxx:98
#1498 0x0000000000400796 in sal_main () at
/home/tmp/tom/libreoffice-7.0.1.2/desktop/source/app/main.c:48
#1499 0x000000000040077c in main (argc=1, argv=0x7fffffffe328) at
/home/tmp/tom/libreoffice-7.0.1.2/desktop/source/app/main.c:47

-------

Thread 1 "soffice.bin" received signal SIGINT, Interrupt.
0x00007fffe90b9375 in g_pointer_bit_lock () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
(gdb) where
#0  0x00007fffe90b9375 in g_pointer_bit_lock () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007fffe90c71ef in g_datalist_id_dup_data () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fffdfb2fcf1 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
...
#3689 0x00007fffdfb2f076 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#3690 0x00007fffdfc7873a in gtk_style_context_get_property () from
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#3691 0x00007fffdfc788c4 in gtk_style_context_get_valist () from
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#3692 0x00007fffdfc78b83 in gtk_style_context_get () from
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#3693 0x00007fffdfc7b34a in gtk_style_context_get_background_color () from
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#3694 0x00007fffe04e4e82 in GtkSalGraphics::updateSettings (this=0x1603f20,
rSettings=...) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx:3094
#3695 0x00007fffe05057ec in SalGraphics::UpdateSettings (this=0x1603f20,
rSettings=...) at /home/tmp/tom/libreoffice-7.0.1.2/vcl/inc/salgdi.hxx:624
#3696 0x00007fffe04fdac7 in GtkSalFrame::UpdateSettings (this=0x16019b0,
rSettings=...) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/unx/gtk3/gtk3gtkframe.cxx:2266
#3697 0x00007fffeff3ce7d in vcl::Window::ImplUpdateGlobalSettings
(this=0x15f6740, rSettings=..., bCallHdl=false) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/window/settings.cxx:150
#3698 0x00007ffff063c75d in Application::MergeSystemSettings (rSettings=...) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/app/svapp.cxx:617
#3699 0x00007ffff011e2a0 in ImplHandleSalSettings
(nEvent=SalEvent::SettingsChanged) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/window/winproc.cxx:2173
#3700 0x00007ffff011f5b9 in ImplWindowFrameProc (_pWindow=0x15f6740,
nEvent=SalEvent::SettingsChanged, pEvent=0x0) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/window/winproc.cxx:2548
#3701 0x00007ffff0791470 in SalFrame::CallCallback (this=0x16019b0,
nEvent=SalEvent::SettingsChanged, pEvent=0x0) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/inc/salframe.hxx:302
#3702 0x00007ffff07ad887 in SalGenericDisplay::ProcessEvent (this=0x11a9350,
aEvent=...) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/unx/generic/app/gendisp.cxx:66
#3703 0x00007ffff05bb388 in SalUserEventList::DispatchUserEvents
(this=0x11a9350, bHandleAllCurrentEvents=false) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/app/salusereventlist.cxx:110
#3704 0x00007ffff07ad7ff in SalGenericDisplay::DispatchInternalEvent
(this=0x11a9350, bHandleAllCurrentEvent=false) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/unx/generic/app/gendisp.cxx:51
#3705 0x00007fffe0439a08 in call_userEventFn (data=0x505df0) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/unx/gtk3/gtk3gtkdata.cxx:712
#3706 0x00007fffe90e304a in g_main_context_dispatch () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3707 0x00007fffe90e33f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3708 0x00007fffe90e349c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3709 0x00007fffe0438991 in GtkSalData::Yield (this=0x505df0, bWait=true,
bHandleAllCurrentEvents=false) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/unx/gtk3/gtk3gtkdata.cxx:385
#3710 0x00007fffe043bfa8 in GtkInstance::DoYield (this=0x507c60, bWait=true,
bHandleAllCurrentEvents=false) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/unx/gtk3/gtk3gtkinst.cxx:387
#3711 0x00007ffff063becb in ImplYield (i_bWait=true, i_bAllEvents=false) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/app/svapp.cxx:455
#3712 0x00007ffff063c3ed in Application::Yield () at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/app/svapp.cxx:519
#3713 0x00007ffff063bcb1 in Application::Execute () at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/app/svapp.cxx:434
#3714 0x00007ffff7c291f0 in (anonymous namespace)::Desktop::Main
(this=0x7fffffffdfe0) at
/home/tmp/tom/libreoffice-7.0.1.2/desktop/source/app/app.cxx:1602
#3715 0x00007ffff064dda5 in ImplSVMain () at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/app/svmain.cxx:200
#3716 0x00007ffff064deca in SVMain () at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/app/svmain.cxx:232
#3717 0x00007ffff7c7a92b in soffice_main () at
/home/tmp/tom/libreoffice-7.0.1.2/desktop/source/app/sofficemain.cxx:98
#3718 0x0000000000400796 in sal_main () at
/home/tmp/tom/libreoffice-7.0.1.2/desktop/source/app/main.c:48
#3719 0x000000000040077c in main (argc=1, argv=0x7fffffffe328) at
/home/tmp/tom/libreoffice-7.0.1.2/desktop/source/app/main.c:47

--------

Thread 1 "soffice.bin" received signal SIGINT, Interrupt.
0x00007fffdfd22194 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
(gdb) where
#0  0x00007fffdfd22194 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#1  0x00007fffdfb48005 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#2  0x00007fffdfc7a35d in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#3  0x00007fffdfd24a70 in gtk_widget_style_get_valist () from
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#4  0x00007fffdfd24d64 in gtk_widget_style_get () from
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#5  0x00007fffdfc59d40 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
...
#27 0x00007fffdfd2114b in gtk_widget_send_expose () from
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#28 0x00007fffdfbd5052 in gtk_main_do_event () from
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#29 0x00007fffdf725d08 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
#30 0x00007fffdf726e2c in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
#31 0x00007fffdf726fe3 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
#32 0x00007fffe93ba1d4 in ?? () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#33 0x00007fffe93d49a6 in g_signal_emit_valist () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#34 0x00007fffe93d5555 in g_signal_emit_by_name () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#35 0x00007fffdf71ffc7 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
#36 0x00007fffdf70f3c8 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
#37 0x00007fffe90e3ab3 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#38 0x00007fffe90e304a in g_main_context_dispatch () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#39 0x00007fffe90e33f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#40 0x00007fffe90e349c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#41 0x00007fffe0438991 in GtkSalData::Yield (this=0x505df0, bWait=true,
bHandleAllCurrentEvents=false) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/unx/gtk3/gtk3gtkdata.cxx:385
#42 0x00007fffe043bfa8 in GtkInstance::DoYield (this=0x507c60, bWait=true,
bHandleAllCurrentEvents=false) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/unx/gtk3/gtk3gtkinst.cxx:387
#43 0x00007ffff063becb in ImplYield (i_bWait=true, i_bAllEvents=false) at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/app/svapp.cxx:455
#44 0x00007ffff063c3ed in Application::Yield () at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/app/svapp.cxx:519
#45 0x00007ffff063bcb1 in Application::Execute () at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/app/svapp.cxx:434
#46 0x00007ffff7c291f0 in (anonymous namespace)::Desktop::Main
(this=0x7fffffffdfe0) at
/home/tmp/tom/libreoffice-7.0.1.2/desktop/source/app/app.cxx:1602
#47 0x00007ffff064dda5 in ImplSVMain () at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/app/svmain.cxx:200
#48 0x00007ffff064deca in SVMain () at
/home/tmp/tom/libreoffice-7.0.1.2/vcl/source/app/svmain.cxx:232
#49 0x00007ffff7c7a92b in soffice_main () at
/home/tmp/tom/libreoffice-7.0.1.2/desktop/source/app/sofficemain.cxx:98
#50 0x0000000000400796 in sal_main () at
/home/tmp/tom/libreoffice-7.0.1.2/desktop/source/app/main.c:48
#51 0x000000000040077c in main (argc=1, argv=0x7fffffffe328) at
/home/tmp/tom/libreoffice-7.0.1.2/desktop/source/app/main.c:47

------

Sorry, that's a lot of output code, but maybe it helps to narrow down the
problem?

Regards
Tom

-- 
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/6d2fd9a8/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list