https://bugs.documentfoundation.org/show_bug.cgi?id=91073
--- Comment #1 from Jacobo Aragunde Pérez <[email protected]> --- GDB output: Program received signal SIGSEGV, Segmentation fault. 0x00007ffff457f9ab in vcl::Window::dispose (this=0x1d45260) at /home/jaragunde/projects/libreoffice/core/vcl/source/window/window.cxx:554 554 if ( mpWindowImpl->mbFrame ) ... (gdb) bt #0 0x00007ffff457f9ab in vcl::Window::dispose (this=0x1d45260) at /home/jaragunde/projects/libreoffice/core/vcl/source/window/window.cxx:554 #1 0x00007ffff452d28f in SystemWindow::dispose (this=0x1d45260) at /home/jaragunde/projects/libreoffice/core/vcl/source/window/syswin.cxx:123 #2 0x00007ffff448e24c in FloatingWindow::dispose (this=0x1d45260) at /home/jaragunde/projects/libreoffice/core/vcl/source/window/floatwin.cxx:213 #3 0x00007ffff6da0c66 in SfxPopupWindow::dispose (this=0x1d45260) at /home/jaragunde/projects/libreoffice/core/sfx2/source/toolbox/tbxitem.cxx:1217 #4 0x00007fffe057582e in TableWindow::dispose (this=0x1d45260) at /home/jaragunde/projects/libreoffice/core/svx/source/tbxctrls/layctrl.cxx:166 #5 0x00007ffff46d7678 in OutputDevice::disposeOnce (this=0x1d45260) at /home/jaragunde/projects/libreoffice/core/vcl/source/outdev/outdev.cxx:203 #6 0x00007ffff6da120c in SfxPopupWindow::Delete (this=0x1d45260) at /home/jaragunde/projects/libreoffice/core/sfx2/source/toolbox/tbxitem.cxx:1387 #7 0x00007ffff6da0ed1 in SfxPopupWindow::Close (this=0x1d45260) at /home/jaragunde/projects/libreoffice/core/sfx2/source/toolbox/tbxitem.cxx:1271 #8 0x00007ffff6da0f32 in SfxPopupWindow::PopupModeEnd (this=0x1d45260) at /home/jaragunde/projects/libreoffice/core/sfx2/source/toolbox/tbxitem.cxx:1289 #9 0x00007fffe0576725 in TableWindow::PopupModeEnd (this=0x1d45260) at /home/jaragunde/projects/libreoffice/core/svx/source/tbxctrls/layctrl.cxx:355 #10 0x00007ffff448f476 in FloatingWindow::ImplEndPopupModeHdl (this=0x1d45260) at /home/jaragunde/projects/libreoffice/core/vcl/source/window/floatwin.cxx:525 #11 0x00007ffff448f421 in FloatingWindow::LinkStubImplEndPopupModeHdl (instance=0x1d45260, data=0x0) at /home/jaragunde/projects/libreoffice/core/vcl/source/window/floatwin.cxx:520 #12 0x00007ffff43d2eb7 in Link<void*, long>::Call (this=0x1d33f10, data=0x0) at /home/jaragunde/projects/libreoffice/core/include/tools/link.hxx:141 #13 0x00007ffff45a22af in ImplHandleUserEvent (pSVEvent=0x1d44a40) at /home/jaragunde/projects/libreoffice/core/vcl/source/window/winproc.cxx:2030 #14 0x00007ffff45a38d9 in ImplWindowFrameProc (pWindow=0x118b210, nEvent=22, pEvent=0x1d44a40) at /home/jaragunde/projects/libreoffice/core/vcl/source/window/winproc.cxx:2583 #15 0x00007ffff4aa38d4 in SalFrame::CallCallback (this=0x118bb20, nEvent=22, pEvent=0x1d44a40) at /home/jaragunde/projects/libreoffice/core/vcl/inc/salframe.hxx:244 #16 0x00007ffff4aa337a in SalGenericDisplay::DispatchInternalEvent (this=0x10e8cb0) at /home/jaragunde/projects/libreoffice/core/vcl/generic/app/gendisp.cxx:90 #17 0x00007fffea532f18 in GtkData::userEventFn (data=0x424320) at /home/jaragunde/projects/libreoffice/core/vcl/unx/gtk/app/gtkdata.cxx:944 #18 0x00007fffea532f94 in call_userEventFn (data=0x424320) at /home/jaragunde/projects/libreoffice/core/vcl/unx/gtk/app/gtkdata.cxx:954 #19 0x00000035f84492a6 in g_main_context_dispatch () from /lib64/libglib-2.0.so.0 #20 0x00000035f8449628 in g_main_context_iterate.isra () from /lib64/libglib-2.0.so.0 #21 0x00000035f84496dc in g_main_context_iteration () from /lib64/libglib-2.0.so.0 #22 0x00007fffea531d16 in GtkData::Yield (this=0x424320, bWait=true, bHandleAllCurrentEvents=false) at /home/jaragunde/projects/libreoffice/core/vcl/unx/gtk/app/gtkdata.cxx:579 #23 0x00007fffea536334 in GtkInstance::Yield (this=0x424240, bWait=true, bHandleAllCurrentEvents=false) at /home/jaragunde/projects/libreoffice/core/vcl/unx/gtk/app/gtkinst.cxx:394 #24 0x00007ffff49e146c in ImplYield (i_bWait=true, i_bAllEvents=false) at /home/jaragunde/projects/libreoffice/core/vcl/source/app/svapp.cxx:353 #25 0x00007ffff49dd889 in Application::Yield () at /home/jaragunde/projects/libreoffice/core/vcl/source/app/svapp.cxx:382 #26 0x00007ffff49dd837 in Application::Execute () at /home/jaragunde/projects/libreoffice/core/vcl/source/app/svapp.cxx:336 #27 0x00007ffff7e03cc4 in desktop::Desktop::Main (this=0x7fffffffdc10) at /home/jaragunde/projects/libreoffice/core/desktop/source/app/app.cxx:1605 #28 0x00007ffff49e619a in ImplSVMain () at /home/jaragunde/projects/libreoffice/core/vcl/source/app/svmain.cxx:162 #29 0x00007ffff49e62d7 in SVMain () at /home/jaragunde/projects/libreoffice/core/vcl/source/app/svmain.cxx:196 #30 0x00007ffff7e4b55d in soffice_main () at /home/jaragunde/projects/libreoffice/core/desktop/source/app/sofficemain.cxx:96 #31 0x00000000004008f7 in sal_main () at /home/jaragunde/projects/libreoffice/core/desktop/source/app/main.c:48 #32 0x00000000004008dd in main (argc=1, argv=0x7fffffffdf38) at /home/jaragunde/projects/libreoffice/core/desktop/source/app/main.c:47 -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
