Bugzilla – Attachment 150216 Details for
Bug 124142
Segfault after removing html and changing view ( GTK3 / KDE5 )
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
GDB backtrace with debug build
gdbtrace.log (text/x-log), 46.48 KB, created by
Michael Weghorn
on 2019-03-22 23:44:10 UTC
(
hide
)
Description:
GDB backtrace with debug build
Filename:
MIME Type:
Creator:
Michael Weghorn
Created:
2019-03-22 23:44:10 UTC
Size:
46.48 KB
patch
obsolete
>warning: Currently logging to gdbtrace.log. Turn the logging off and on to make the new setting effective. >warning: File "/mnt/data/development/git/libreoffice/instdir/program/libuno_sal.so.3-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load". >To enable execution of this file add > add-auto-load-safe-path /mnt/data/development/git/libreoffice/instdir/program/libuno_sal.so.3-gdb.py >line to your configuration file "/home/michi/.gdbinit". >To completely disable this security protection add > set auto-load safe-path / >line to your configuration file "/home/michi/.gdbinit". >For more information about this security protection see the >"Auto-loading safe path" section in the GDB manual. E.g., run from the shell: > info "(gdb)Auto-loading safe path" >[Thread debugging using libthread_db enabled] >Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". >warning: File "/mnt/data/development/git/libreoffice/instdir/program/libuno_cppu.so.3-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load". >warning: File "/mnt/data/development/git/libreoffice/instdir/program/libsvllo.so-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load". >warning: File "/mnt/data/development/git/libreoffice/instdir/program/libtllo.so-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load". >warning: File "/mnt/data/development/git/libreoffice/instdir/program/libvcllo.so-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load". >warning: File "/mnt/data/development/git/libreoffice/instdir/program/libbasegfxlo.so-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load". >[Detaching after fork from child process 3450] >[New Thread 0x7fffe6ef1700 (LWP 3452)] >[New Thread 0x7fffe66f0700 (LWP 3453)] >[New Thread 0x7fffe5be2700 (LWP 3454)] >[New Thread 0x7fffe53e1700 (LWP 3455)] >[New Thread 0x7fffe46fb700 (LWP 3456)] >[New Thread 0x7fffe3efa700 (LWP 3457)] >[Thread 0x7fffe46fb700 (LWP 3456) exited] >[Thread 0x7fffe6ef1700 (LWP 3452) exited] >[New Thread 0x7fffe6ef1700 (LWP 3458)] >[New Thread 0x7fffe46fb700 (LWP 3459)] >[New Thread 0x7fffdcb2e700 (LWP 3460)] >[New Thread 0x7fffdb742700 (LWP 3461)] >[Thread 0x7fffdb742700 (LWP 3461) exited] >[New Thread 0x7fffdb742700 (LWP 3462)] >[Thread 0x7fffdb742700 (LWP 3462) exited] >[Detaching after fork from child process 3463] >[New Thread 0x7fffdb742700 (LWP 3465)] >[Thread 0x7fffdcb2e700 (LWP 3460) exited] >[Thread 0x7fffdb742700 (LWP 3465) exited] >[Thread 0x7fffe3efa700 (LWP 3457) exited] >warning: File "/mnt/data/development/git/libreoffice/instdir/program/libswlo.so-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load". >[New Thread 0x7fffe3efa700 (LWP 3466)] >[Thread 0x7fffe3efa700 (LWP 3466) exited] >[New Thread 0x7fffe3efa700 (LWP 3467)] >[New Thread 0x7fffdb742700 (LWP 3468)] >[New Thread 0x7fffdcb2e700 (LWP 3469)] >[Thread 0x7fffe3efa700 (LWP 3467) exited] >[Thread 0x7fffdcb2e700 (LWP 3469) exited] >[New Thread 0x7fffdcb2e700 (LWP 3471)] >[New Thread 0x7fffe3efa700 (LWP 3472)] >[New Thread 0x7fffd75d5700 (LWP 3474)] >[Thread 0x7fffd75d5700 (LWP 3474) exited] >[Thread 0x7fffdb742700 (LWP 3468) exited] >[New Thread 0x7fffdb742700 (LWP 3476)] >[Thread 0x7fffdb742700 (LWP 3476) exited] >[New Thread 0x7fffdb742700 (LWP 3499)] >[Thread 0x7fffdb742700 (LWP 3499) exited] >[New Thread 0x7fffdb742700 (LWP 3501)] > >Thread 1 "soffice.bin" received signal SIGSEGV, Segmentation fault. >std::__uniq_ptr_impl<SfxBroadcaster::Impl, std::default_delete<SfxBroadcaster::Impl> >::_M_ptr (this=0x8) at /usr/include/c++/8/bits/unique_ptr.h:150 >150 pointer _M_ptr() const { return std::get<0>(_M_t); } >#0 0x00007ffff4ec4f26 in std::__uniq_ptr_impl<SfxBroadcaster::Impl, std::default_delete<SfxBroadcaster::Impl> >::_M_ptr() const (this=0x8) at /usr/include/c++/8/bits/unique_ptr.h:150 >#1 0x00007ffff4ec4352 in std::unique_ptr<SfxBroadcaster::Impl, std::default_delete<SfxBroadcaster::Impl> >::get() const (this=0x8) at /usr/include/c++/8/bits/unique_ptr.h:343 >#2 0x00007ffff4ec3aa8 in std::unique_ptr<SfxBroadcaster::Impl, std::default_delete<SfxBroadcaster::Impl> >::operator->() const (this=0x8) at /usr/include/c++/8/bits/unique_ptr.h:337 >#3 0x00007ffff4ec32ed in SfxBroadcaster::AddListener(SfxListener&) (this=0x0, rListener=...) at /mnt/data/development/git/libreoffice/svl/source/notify/SfxBroadcaster.cxx:95 >#4 0x00007ffff4ed70d4 in SfxListener::StartListening(SfxBroadcaster&, DuplicateHandling) (this=0x555557908428, rBroadcaster=..., eDuplicateHanding=DuplicateHandling::Unexpected) at /mnt/data/development/git/libreoffice/svl/source/notify/lstner.cxx:107 >#5 0x00007fffd9397d21 in sw::XStyleFamily::XStyleFamily(SwDocShell*, SfxStyleFamily) (this=0x5555579083e0, pDocShell=0x5555574a2570, eFamily=SfxStyleFamily::Para) at /mnt/data/development/git/libreoffice/sw/source/core/unocore/unostyle.cxx:206 >#6 0x00007fffd9370e17 in SwXStyleFamilies::getByIndex(int) (this=0x5555567b51a0, nIndex=1) at /mnt/data/development/git/libreoffice/sw/source/core/unocore/unostyle.cxx:513 >#7 0x00007fffd9370951 in SwXStyleFamilies::getByName(rtl::OUString const&) (this=0x5555567b51a0, Name=...) at /mnt/data/development/git/libreoffice/sw/source/core/unocore/unostyle.cxx:477 >#8 0x00007fffe2bf44a2 in (anonymous namespace)::GetDisplayFromInternalName(com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, rtl::OUString const&, rtl::OUString const&) (rFrame=..., rStyleName=..., rFamilyName=...) at /mnt/data/development/git/libreoffice/framework/source/uielement/styletoolbarcontroller.cxx:59 >#9 0x00007fffe2bf4c6a in framework::StyleDispatcher::StyleDispatcher(com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, com::sun::star::uno::Reference<com::sun::star::util::XURLTransformer> const&, com::sun::star::util::URL const&) (this=0x5555570336e0, rFrame=..., rUrlTransformer=..., rURL=...) at /mnt/data/development/git/libreoffice/framework/source/uielement/styletoolbarcontroller.cxx:123 >#10 0x00007fffe2bc0e6c in framework::MenuBarManager::Activate(Menu*) (this=0x555557483350, pMenu=0x5555578d96f0) at /mnt/data/development/git/libreoffice/framework/source/uielement/menubarmanager.cxx:726 >#11 0x00007fffe2bc04dd in framework::MenuBarManager::LinkStubActivate(void*, Menu*) (instance=0x555557483350, data=0x5555578d96f0) at /mnt/data/development/git/libreoffice/framework/source/uielement/menubarmanager.cxx:605 >#12 0x00007ffff07e3313 in Link<Menu*, bool>::Call(Menu*) const (this=0x5555578d9730, data=0x5555578d96f0) at /mnt/data/development/git/libreoffice/include/tools/link.hxx:84 >#13 0x00007ffff07d40eb in Menu::Activate() (this=0x5555578d96f0) at /mnt/data/development/git/libreoffice/vcl/source/window/menu.cxx:270 >#14 0x00007ffff07de4fd in Menu::HandleMenuActivateEvent(Menu*) const (this=0x55555849b990, pMenu=0x5555578d96f0) at /mnt/data/development/git/libreoffice/vcl/source/window/menu.cxx:2584 >#15 0x00007fffe8ad468d in GtkSalMenu::ActivateAllSubmenus(Menu*) (this=0x55555843b020, pMenuBar=0x55555849b990) at /mnt/data/development/git/libreoffice/vcl/unx/gtk3/../gtk/gtksalmenu.cxx:1236 >#16 0x00007fffe8abd84a in GtkSalMenu::UpdateFull() (this=0x55555843b020) at /mnt/data/development/git/libreoffice/vcl/inc/unx/gtk/gtksalmenu.hxx:132 >#17 0x00007fffe8ad35b3 in GtkSalMenu::SetFrame(SalFrame const*) (this=0x55555843b020, pFrame=0x555556e85d30) at /mnt/data/development/git/libreoffice/vcl/unx/gtk3/../gtk/gtksalmenu.cxx:973 >#18 0x00007ffff07ed94e in MenuBarWindow::SetMenu(MenuBar*) (this=0x5555584b3fe0, pMen=0x55555849b990) at /mnt/data/development/git/libreoffice/vcl/source/window/menubarwindow.cxx:193 >#19 0x00007ffff07ddee6 in MenuBar::ImplCreate(vcl::Window*, vcl::Window*, MenuBar*) (pParent=0x555556e855f0, pWindow=0x5555584b3fe0, pMenu=0x55555849b990) at /mnt/data/development/git/libreoffice/vcl/source/window/menu.cxx:2467 >#20 0x00007ffff085f410 in SystemWindow::SetMenuBar(MenuBar*) (this=0x555556e778d0, pMenuBar=0x55555849b990) at /mnt/data/development/git/libreoffice/vcl/source/window/syswin.cxx:929 >#21 0x00007fffe2a7022e in framework::LayoutManager::implts_createMenuBar(rtl::OUString const&) (this=0x555556ea5cc0, rMenuBarName=...) at /mnt/data/development/git/libreoffice/framework/source/layoutmanager/layoutmanager.cxx:205 >#22 0x00007fffe2a7641e in framework::LayoutManager::createElement(rtl::OUString const&) (this=0x555556ea5cc0, aName=...) at /mnt/data/development/git/libreoffice/framework/source/layoutmanager/layoutmanager.cxx:1481 >#23 0x00007ffff54dc1c8 in SfxDispatcher::SetMenu_Impl() (this=0x5555575ad3b0) at /mnt/data/development/git/libreoffice/sfx2/source/control/dispatch.cxx:1128 >#24 0x00007ffff54dc7ab in SfxDispatcher::Update_Impl(bool) (this=0x5555575ad3b0, bForce=true) at /mnt/data/development/git/libreoffice/sfx2/source/control/dispatch.cxx:1193 >#25 0x00007ffff59000a4 in SfxBaseController::ConnectSfxFrame_Impl(SfxBaseController::ConnectSfxFrame) (this=0x555557d1aac0, i_eConnect=SfxBaseController::E_CONNECT) at /mnt/data/development/git/libreoffice/sfx2/source/view/sfxbasecontroller.cxx:1222 >#26 0x00007ffff58fc5c5 in SfxBaseController::attachFrame(com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) (this=0x555557d1aac0, xFrame=...) at /mnt/data/development/git/libreoffice/sfx2/source/view/sfxbasecontroller.cxx:530 >#27 0x00007ffff58e9f0c in (anonymous namespace)::SfxFrameLoader_Impl::impl_createDocumentView(com::sun::star::uno::Reference<com::sun::star::frame::XModel2> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, comphelper::NamedValueCollection const&, rtl::OUString const&) (i_rModel=..., i_rFrame=..., i_rViewFactoryArgs=..., i_rViewName=...) at /mnt/data/development/git/libreoffice/sfx2/source/view/frmload.cxx:595 >#28 0x00007ffff58eaa41 in (anonymous namespace)::SfxFrameLoader_Impl::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) (this=0x55555765a5e0, rArgs=..., _rTargetFrame=...) at /mnt/data/development/git/libreoffice/sfx2/source/view/frmload.cxx:712 >#29 0x00007fffe2ab5bb1 in framework::LoadEnv::impl_loadContent() (this=0x7fffffffb850) at /mnt/data/development/git/libreoffice/framework/source/loadenv/loadenv.cxx:1150 >#30 0x00007fffe2ab1a09 in framework::LoadEnv::startLoading() (this=0x7fffffffb850) at /mnt/data/development/git/libreoffice/framework/source/loadenv/loadenv.cxx:384 >#31 0x00007fffe2ab0495 in framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader> const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (xLoader=..., xContext=..., sURL=..., sTarget=..., nSearchFlags=0, lArgs=...) at /mnt/data/development/git/libreoffice/framework/source/loadenv/loadenv.cxx:170 >#32 0x00007fffe2b0109f in (anonymous namespace)::XFrameImpl::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, sal_Int32, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x555556e9a3e0, sURL=..., sTargetFrameName=..., nSearchFlags=0, lArguments=...) at /mnt/data/development/git/libreoffice/framework/source/services/frame.cxx:598 >#33 0x00007ffff5911390 in SfxViewFrame::LoadViewIntoFrame_Impl(SfxObjectShell const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, o3tl::strong_int<unsigned short, SfxInterfaceIdTag>, bool) (i_rDoc=..., i_rFrame=..., i_rLoadArgs=..., i_nViewId=..., i_bHidden=false) at /mnt/data/development/git/libreoffice/sfx2/source/view/viewfrm.cxx:1886 >#34 0x00007ffff59126f0 in SfxViewFrame::SwitchToViewShell_Impl(unsigned short, bool) (this=0x5555578782b0, nViewIdOrNo=0, bIsIndex=true) at /mnt/data/development/git/libreoffice/sfx2/source/view/viewfrm.cxx:2085 >#35 0x00007ffff5912b4c in SfxViewFrame::ExecView_Impl(SfxRequest&) (this=0x5555578782b0, rReq=...) at /mnt/data/development/git/libreoffice/sfx2/source/view/viewfrm.cxx:2170 >#36 0x00007ffff5907e07 in SfxStubSfxViewFrameExecView_Impl(SfxShell*, SfxRequest&) (pShell=0x5555578782b0, rReq=...) at /mnt/data/development/git/libreoffice/workdir/SdiTarget/sfx2/sdi/sfxslots.hxx:741 >#37 0x00007ffff54e1790 in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) (this=0x5555578782b0, pFunc=0x7ffff5907dd9 <SfxStubSfxViewFrameExecView_Impl(SfxShell*, SfxRequest&)>, rReq=...) at /mnt/data/development/git/libreoffice/include/sfx2/shell.hxx:206 >#38 0x00007ffff54d862d in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) (this=0x5555575ad3b0, rShell=..., rSlot=..., rReq=..., bRecord=false) at /mnt/data/development/git/libreoffice/sfx2/source/control/dispatch.cxx:355 >#39 0x00007ffff54db069 in SfxDispatcher::Execute_(SfxShell&, SfxSlot const&, SfxRequest&, SfxCallMode) (this=0x5555575ad3b0, rShell=..., rSlot=..., rReq=..., eCallMode=SfxCallMode::SYNCHRON) at /mnt/data/development/git/libreoffice/sfx2/source/control/dispatch.cxx:855 >#40 0x00007ffff54db749 in SfxDispatcher::Execute(unsigned short, SfxCallMode, SfxPoolItem const**, unsigned short, SfxPoolItem const**) (this=0x5555575ad3b0, nSlot=5630, eCall=SfxCallMode::SYNCHRON, pArgs=0x0, nModi=0, pInternalArgs=0x0) at /mnt/data/development/git/libreoffice/sfx2/source/control/dispatch.cxx:961 >#41 0x00007fffd9618ba4 in SwDocShell::ReloadFromHtml(rtl::OUString const&, SwSrcView*) (this=0x5555574a2570, rStreamName=..., pSrcView=0x555558683e50) at /mnt/data/development/git/libreoffice/sw/source/uibase/app/docsh2.cxx:1538 >#42 0x00007fffd96141b7 in SwDocShell::Execute(SfxRequest&) (this=0x5555574a2570, rReq=...) at /mnt/data/development/git/libreoffice/sw/source/uibase/app/docsh2.cxx:738 >#43 0x00007fffd99d6d10 in SfxStubSwWebDocShellExecute(SfxShell*, SfxRequest&) (pShell=0x5555574a2570, rReq=...) at /mnt/data/development/git/libreoffice/workdir/SdiTarget/sw/sdi/swslots.hxx:1694 >#44 0x00007ffff54e1790 in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) (this=0x5555574a2570, pFunc=0x7fffd99d6ce2 <SfxStubSwWebDocShellExecute(SfxShell*, SfxRequest&)>, rReq=...) at /mnt/data/development/git/libreoffice/include/sfx2/shell.hxx:206 >#45 0x00007ffff54d862d in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) (this=0x5555575ad3b0, rShell=..., rSlot=..., rReq=..., bRecord=true) at /mnt/data/development/git/libreoffice/sfx2/source/control/dispatch.cxx:355 >#46 0x00007ffff54dbf06 in SfxDispatcher::PostMsgHandler(std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >) (this=0x5555575ad3b0, pReq=std::unique_ptr<SfxRequest> = {...}) at /mnt/data/development/git/libreoffice/sfx2/source/control/dispatch.cxx:1092 >#47 0x00007ffff5500b36 in std::__invoke_impl<void, void (SfxDispatcher::*&)(std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >), SfxDispatcher*&, std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> > >(std::__invoke_memfun_deref, void (SfxDispatcher::*&)(std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >), SfxDispatcher*&, std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >&&) (__f=@0x555557878ec0: (void (SfxDispatcher::*)(SfxDispatcher * const, std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >)) 0x7ffff54dbd88 <SfxDispatcher::PostMsgHandler(std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >)>, __t=@0x555557878ed0: 0x5555575ad3b0, __args#0=...) at /usr/include/c++/8/bits/invoke.h:73 >#48 0x00007ffff54fd125 in std::__invoke<void (SfxDispatcher::*&)(std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >), SfxDispatcher*&, std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> > >(void (SfxDispatcher::*&)(std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >), SfxDispatcher*&, std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >&&) (__fn=@0x555557878ec0: (void (SfxDispatcher::*)(SfxDispatcher * const, std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >)) 0x7ffff54dbd88 <SfxDispatcher::PostMsgHandler(std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >)>, __args#0=@0x555557878ed0: 0x5555575ad3b0, __args#1=...) at /usr/include/c++/8/bits/invoke.h:95 >#49 0x00007ffff54f7dda in std::_Bind<void (SfxDispatcher::*(SfxDispatcher*, std::_Placeholder<1>))(std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >)>::__call<void, std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >&&, 0ul, 1ul>(std::tuple<std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >&&>&&, std::_Index_tuple<0ul, 1ul>) (this=0x555557878ec0, __args=...) at /usr/include/c++/8/functional:400 >#50 0x00007ffff54efd80 in std::_Bind<void (SfxDispatcher::*(SfxDispatcher*, std::_Placeholder<1>))(std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >)>::operator()<std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >, void>(std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >&&) (this=0x555557878ec0, __args#0=...) at /usr/include/c++/8/functional:484 >#51 0x00007ffff54e8f42 in std::_Function_handler<void (std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >), std::_Bind<void (SfxDispatcher::*(SfxDispatcher*, std::_Placeholder<1>))(std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >)> >::_M_invoke(std::_Any_data const&, std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >&&) (__functor=..., __args#0=...) at /usr/include/c++/8/bits/std_function.h:297 >#52 0x00007ffff582c429 in std::function<void (std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >)>::operator()(std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >) const (this=0x555557878460, __args#0=std::unique_ptr<SfxRequest> = {...}) at /usr/include/c++/8/bits/std_function.h:687 >#53 0x00007ffff582c254 in SfxHintPoster::DoEvent_Impl(void*) (this=0x555557878450, pPostedHint=0x5555583085e0) at /mnt/data/development/git/libreoffice/sfx2/source/notify/hintpost.cxx:46 >#54 0x00007ffff582c1f3 in SfxHintPoster::LinkStubDoEvent_Impl(void*, void*) (instance=0x555557878450, data=0x5555583085e0) at /mnt/data/development/git/libreoffice/sfx2/source/notify/hintpost.cxx:43 >#55 0x00007ffff08dc845 in Link<void*, void>::Call(void*) const (this=0x5555585a2ec8, data=0x5555583085e0) at /mnt/data/development/git/libreoffice/include/tools/link.hxx:84 >#56 0x00007ffff08d9788 in ImplHandleUserEvent(ImplSVEvent*) (pSVEvent=0x5555585a2ec0) at /mnt/data/development/git/libreoffice/vcl/source/window/winproc.cxx:1933 >#57 0x00007ffff08db46c in ImplWindowFrameProc(vcl::Window*, SalEvent, void const*) (_pWindow=0x555556c08440, nEvent=SalEvent::UserEvent, pEvent=0x5555585a2ec0) at /mnt/data/development/git/libreoffice/vcl/source/window/winproc.cxx:2486 >#58 0x00007ffff10180b2 in SalFrame::CallCallback(SalEvent, void const*) const (this=0x555556c08d90, nEvent=SalEvent::UserEvent, pEvent=0x5555585a2ec0) at /mnt/data/development/git/libreoffice/vcl/inc/salframe.hxx:294 >#59 0x00007ffff1031727 in SalGenericDisplay::ProcessEvent(SalUserEventList::SalUserEvent) (this=0x55555652df50, aEvent=...) at /mnt/data/development/git/libreoffice/vcl/unx/generic/app/gendisp.cxx:67 >#60 0x00007ffff0e1837b in SalUserEventList::DispatchUserEvents(bool) (this=0x55555652df50, bHandleAllCurrentEvents=false) at /mnt/data/development/git/libreoffice/vcl/source/app/salusereventlist.cxx:111 >#61 0x00007ffff103169f in SalGenericDisplay::DispatchInternalEvent(bool) (this=0x55555652df50, bHandleAllCurrentEvent=false) at /mnt/data/development/git/libreoffice/vcl/unx/generic/app/gendisp.cxx:52 >#62 0x00007fffe89db1c4 in call_userEventFn(void*) (data=0x55555563f7f0) at /mnt/data/development/git/libreoffice/vcl/unx/gtk3/gtk3gtkdata.cxx:853 >#63 0x00007fffeae3add8 in g_main_context_dispatch () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#64 0x00007fffeae3b1c8 in () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#65 0x00007fffeae3b25c in g_main_context_iteration () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#66 0x00007fffe89da18e in GtkSalData::Yield(bool, bool) (this=0x55555563f7f0, bWait=true, bHandleAllCurrentEvents=false) at /mnt/data/development/git/libreoffice/vcl/unx/gtk3/gtk3gtkdata.cxx:528 >#67 0x00007fffe89de316 in GtkInstance::DoYield(bool, bool) (this=0x55555564ef00, bWait=true, bHandleAllCurrentEvents=false) at /mnt/data/development/git/libreoffice/vcl/unx/gtk3/../gtk/gtkinst.cxx:406 >#68 0x00007ffff0e82645 in ImplYield(bool, bool) (i_bWait=true, i_bAllEvents=false) at /mnt/data/development/git/libreoffice/vcl/source/app/svapp.cxx:441 >#69 0x00007ffff0e82b67 in Application::Yield() () at /mnt/data/development/git/libreoffice/vcl/source/app/svapp.cxx:505 >#70 0x00007ffff0e8243d in Application::Execute() () at /mnt/data/development/git/libreoffice/vcl/source/app/svapp.cxx:422 >#71 0x00007ffff7d46196 in desktop::Desktop::Main() (this=0x7fffffffd9e0) at /mnt/data/development/git/libreoffice/desktop/source/app/app.cxx:1620 >#72 0x00007ffff0e9ae7f in ImplSVMain() () at /mnt/data/development/git/libreoffice/vcl/source/app/svmain.cxx:203 >#73 0x00007ffff0e9afa4 in SVMain() () at /mnt/data/development/git/libreoffice/vcl/source/app/svmain.cxx:237 >#74 0x00007ffff7d9ef37 in soffice_main() () at /mnt/data/development/git/libreoffice/desktop/source/app/sofficemain.cxx:169 >#75 0x000055555555495d in sal_main () at /mnt/data/development/git/libreoffice/desktop/source/app/main.c:48 >#76 0x0000555555554943 in main (argc=2, argv=0x7fffffffdd28) at /mnt/data/development/git/libreoffice/desktop/source/app/main.c:47 > >Thread 23 (Thread 0x7fffdb742700 (LWP 3501)): >#0 0x00007ffff7ae835b in futex_abstimed_wait_cancelable (private=0, abstime=0x7fffdb741510, expected=0, futex_word=0x55555765f738) at ../sysdeps/unix/sysv/linux/futex-internal.h:205 >#1 0x00007ffff7ae835b in __pthread_cond_wait_common (abstime=0x7fffdb741510, mutex=0x55555765f740, cond=0x55555765f710) at pthread_cond_wait.c:539 >#2 0x00007ffff7ae835b in __pthread_cond_timedwait (cond=0x55555765f710, mutex=0x55555765f740, abstime=0x7fffdb741510) at pthread_cond_wait.c:667 >#3 0x00007ffff7f5d5e0 in osl_waitCondition(oslCondition, TimeValue const*) (Condition=0x55555765f710, pTimeout=0x7fffdb741748) at /mnt/data/development/git/libreoffice/sal/osl/unx/conditn.cxx:200 >#4 0x00007fffe7002b86 in osl::Condition::wait(TimeValue const*) (this=0x555557bdb238, pTimeout=0x7fffdb741748) at /mnt/data/development/git/libreoffice/include/osl/conditn.hxx:119 >#5 0x00007fffe7002bab in osl::Condition::wait(TimeValue const&) (this=0x555557bdb238, timeout=...) at /mnt/data/development/git/libreoffice/include/osl/conditn.hxx:123 >#6 0x00007fffe6ffa029 in configmgr::Components::WriteThread::execute() (this=0x555557bdb1f0) at /mnt/data/development/git/libreoffice/configmgr/source/components.cxx:182 >#7 0x00007ffff61f056e in salhelper::Thread::run() (this=0x555557bdb1f0) at /mnt/data/development/git/libreoffice/salhelper/source/thread.cxx:40 >#8 0x00007ffff61f08c8 in osl::threadFunc(void*) (param=0x555557bdb200) at /mnt/data/development/git/libreoffice/include/osl/thread.hxx:185 >#9 0x00007ffff7f84776 in osl_thread_start_Impl(void*) (pData=0x55555765f780) at /mnt/data/development/git/libreoffice/sal/osl/unx/thread.cxx:235 >#10 0x00007ffff7ae1fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486 >#11 0x00007ffff7bf482f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 > >Thread 19 (Thread 0x7fffe3efa700 (LWP 3472)): >#0 0x00007ffff7be9b69 in __GI___poll (fds=0x5555567a24e0, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 >#1 0x00007fffeae3b136 in () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#2 0x00007fffeae3b25c in g_main_context_iteration () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#3 0x00007fffd765cffd in () at /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so >#4 0x00007fffeae63425 in () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#5 0x00007ffff7ae1fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486 >#6 0x00007ffff7bf482f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 > >Thread 18 (Thread 0x7fffdcb2e700 (LWP 3471)): >#0 0x00007ffff7bef2a9 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 >#1 0x00007fffeae850ba in g_cond_wait_until () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#2 0x00007fffeae0d091 in () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#3 0x00007fffeae0d651 in g_async_queue_timeout_pop () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#4 0x00007fffeae63e61 in () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#5 0x00007fffeae63425 in () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#6 0x00007ffff7ae1fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486 >#7 0x00007ffff7bf482f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 > >Thread 9 (Thread 0x7fffe46fb700 (LWP 3459)): >#0 0x00007ffff7be9b69 in __GI___poll (fds=0x555556bca580, nfds=2, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 >#1 0x00007fffeae3b136 in () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#2 0x00007fffeae3b25c in g_main_context_iteration () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#3 0x00007fffe2121033 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (this=0x555556bcaac0, flags=...) at kernel/qeventdispatcher_glib.cpp:422 >#4 0x00007fffe20ce14b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) (this=this@entry=0x7fffe46fa8b0, flags=..., flags@entry=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:140 >#5 0x00007fffe1f1d0d6 in QThread::exec() (this=<optimized out>) at ../../include/QtCore/../../src/corelib/global/qflags.h:120 >#6 0x00007fffe1062545 in () at /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5 >#7 0x00007fffe1f26c77 in QThreadPrivate::start(void*) (arg=0x7fffe10dcd60) at thread/qthread_unix.cpp:367 >#8 0x00007ffff7ae1fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486 >#9 0x00007ffff7bf482f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 > >Thread 8 (Thread 0x7fffe6ef1700 (LWP 3458)): >#0 0x00007ffff7be9b69 in __GI___poll (fds=0x7fffe6ef07f8, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 >#1 0x00007fffee1b1cf7 in () at /usr/lib/x86_64-linux-gnu/libxcb.so.1 >#2 0x00007fffee1b391a in xcb_wait_for_event () at /usr/lib/x86_64-linux-gnu/libxcb.so.1 >#3 0x00007fffe0167519 in QXcbEventReader::run() (this=0x555556b843d0) at qxcbconnection.h:409 >#4 0x00007fffe1f26c77 in QThreadPrivate::start(void*) (arg=0x555556b843d0) at thread/qthread_unix.cpp:367 >#5 0x00007ffff7ae1fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486 >#6 0x00007ffff7bf482f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 > >Thread 5 (Thread 0x7fffe53e1700 (LWP 3455)): >#0 0x00007ffff7be9b69 in __GI___poll (fds=0x5555586b8c50, nfds=6, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 >#1 0x00007fffeae3b136 in () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#2 0x00007fffeae3b4c2 in g_main_loop_run () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#3 0x00007fffeb066f66 in () at /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 >#4 0x00007fffeae63425 in () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#5 0x00007ffff7ae1fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486 >#6 0x00007ffff7bf482f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 > >Thread 4 (Thread 0x7fffe5be2700 (LWP 3454)): >#0 0x00007ffff7be9b69 in __GI___poll (fds=0x55555659b6f0, nfds=2, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 >#1 0x00007fffeae3b136 in () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#2 0x00007fffeae3b25c in g_main_context_iteration () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#3 0x00007fffeae3b2a1 in () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#4 0x00007fffeae63425 in () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#5 0x00007ffff7ae1fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486 >#6 0x00007ffff7bf482f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 > >Thread 3 (Thread 0x7fffe66f0700 (LWP 3453)): >#0 0x00007ffff7bf5797 in __libc_accept (fd=8, addr=..., len=0x0) at ../sysdeps/unix/sysv/linux/accept.c:26 >#1 0x00007ffff7f6f8d0 in osl_acceptPipe(oslPipe) (pPipe=0x55555579f120) at /mnt/data/development/git/libreoffice/sal/osl/unx/pipe.cxx:379 >#2 0x00007ffff7d98349 in osl::Pipe::accept(osl::StreamPipe&) (this=0x55555579efc0, Connection=...) at /mnt/data/development/git/libreoffice/include/osl/pipe.hxx:151 >#3 0x00007ffff7d96863 in desktop::PipeIpcThread::execute() (this=0x55555579ef90) at /mnt/data/development/git/libreoffice/desktop/source/app/officeipcthread.cxx:1136 >#4 0x00007ffff61f056e in salhelper::Thread::run() (this=0x55555579ef90) at /mnt/data/development/git/libreoffice/salhelper/source/thread.cxx:40 >#5 0x00007ffff61f08c8 in osl::threadFunc(void*) (param=0x55555579efa0) at /mnt/data/development/git/libreoffice/include/osl/thread.hxx:185 >#6 0x00007ffff7f84776 in osl_thread_start_Impl(void*) (pData=0x5555564b9f70) at /mnt/data/development/git/libreoffice/sal/osl/unx/thread.cxx:235 >#7 0x00007ffff7ae1fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486 >#8 0x00007ffff7bf482f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 > >Thread 1 (Thread 0x7fffe90be1c0 (LWP 3446)): >#0 0x00007ffff4ec4f26 in std::__uniq_ptr_impl<SfxBroadcaster::Impl, std::default_delete<SfxBroadcaster::Impl> >::_M_ptr() const (this=0x8) at /usr/include/c++/8/bits/unique_ptr.h:150 >#1 0x00007ffff4ec4352 in std::unique_ptr<SfxBroadcaster::Impl, std::default_delete<SfxBroadcaster::Impl> >::get() const (this=0x8) at /usr/include/c++/8/bits/unique_ptr.h:343 >#2 0x00007ffff4ec3aa8 in std::unique_ptr<SfxBroadcaster::Impl, std::default_delete<SfxBroadcaster::Impl> >::operator->() const (this=0x8) at /usr/include/c++/8/bits/unique_ptr.h:337 >#3 0x00007ffff4ec32ed in SfxBroadcaster::AddListener(SfxListener&) (this=0x0, rListener=...) at /mnt/data/development/git/libreoffice/svl/source/notify/SfxBroadcaster.cxx:95 >#4 0x00007ffff4ed70d4 in SfxListener::StartListening(SfxBroadcaster&, DuplicateHandling) (this=0x555557908428, rBroadcaster=..., eDuplicateHanding=DuplicateHandling::Unexpected) at /mnt/data/development/git/libreoffice/svl/source/notify/lstner.cxx:107 >#5 0x00007fffd9397d21 in sw::XStyleFamily::XStyleFamily(SwDocShell*, SfxStyleFamily) (this=0x5555579083e0, pDocShell=0x5555574a2570, eFamily=SfxStyleFamily::Para) at /mnt/data/development/git/libreoffice/sw/source/core/unocore/unostyle.cxx:206 >#6 0x00007fffd9370e17 in SwXStyleFamilies::getByIndex(int) (this=0x5555567b51a0, nIndex=1) at /mnt/data/development/git/libreoffice/sw/source/core/unocore/unostyle.cxx:513 >#7 0x00007fffd9370951 in SwXStyleFamilies::getByName(rtl::OUString const&) (this=0x5555567b51a0, Name=...) at /mnt/data/development/git/libreoffice/sw/source/core/unocore/unostyle.cxx:477 >#8 0x00007fffe2bf44a2 in (anonymous namespace)::GetDisplayFromInternalName(com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, rtl::OUString const&, rtl::OUString const&) (rFrame=..., rStyleName=..., rFamilyName=...) at /mnt/data/development/git/libreoffice/framework/source/uielement/styletoolbarcontroller.cxx:59 >#9 0x00007fffe2bf4c6a in framework::StyleDispatcher::StyleDispatcher(com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, com::sun::star::uno::Reference<com::sun::star::util::XURLTransformer> const&, com::sun::star::util::URL const&) (this=0x5555570336e0, rFrame=..., rUrlTransformer=..., rURL=...) at /mnt/data/development/git/libreoffice/framework/source/uielement/styletoolbarcontroller.cxx:123 >#10 0x00007fffe2bc0e6c in framework::MenuBarManager::Activate(Menu*) (this=0x555557483350, pMenu=0x5555578d96f0) at /mnt/data/development/git/libreoffice/framework/source/uielement/menubarmanager.cxx:726 >#11 0x00007fffe2bc04dd in framework::MenuBarManager::LinkStubActivate(void*, Menu*) (instance=0x555557483350, data=0x5555578d96f0) at /mnt/data/development/git/libreoffice/framework/source/uielement/menubarmanager.cxx:605 >#12 0x00007ffff07e3313 in Link<Menu*, bool>::Call(Menu*) const (this=0x5555578d9730, data=0x5555578d96f0) at /mnt/data/development/git/libreoffice/include/tools/link.hxx:84 >#13 0x00007ffff07d40eb in Menu::Activate() (this=0x5555578d96f0) at /mnt/data/development/git/libreoffice/vcl/source/window/menu.cxx:270 >#14 0x00007ffff07de4fd in Menu::HandleMenuActivateEvent(Menu*) const (this=0x55555849b990, pMenu=0x5555578d96f0) at /mnt/data/development/git/libreoffice/vcl/source/window/menu.cxx:2584 >#15 0x00007fffe8ad468d in GtkSalMenu::ActivateAllSubmenus(Menu*) (this=0x55555843b020, pMenuBar=0x55555849b990) at /mnt/data/development/git/libreoffice/vcl/unx/gtk3/../gtk/gtksalmenu.cxx:1236 >#16 0x00007fffe8abd84a in GtkSalMenu::UpdateFull() (this=0x55555843b020) at /mnt/data/development/git/libreoffice/vcl/inc/unx/gtk/gtksalmenu.hxx:132 >#17 0x00007fffe8ad35b3 in GtkSalMenu::SetFrame(SalFrame const*) (this=0x55555843b020, pFrame=0x555556e85d30) at /mnt/data/development/git/libreoffice/vcl/unx/gtk3/../gtk/gtksalmenu.cxx:973 >#18 0x00007ffff07ed94e in MenuBarWindow::SetMenu(MenuBar*) (this=0x5555584b3fe0, pMen=0x55555849b990) at /mnt/data/development/git/libreoffice/vcl/source/window/menubarwindow.cxx:193 >#19 0x00007ffff07ddee6 in MenuBar::ImplCreate(vcl::Window*, vcl::Window*, MenuBar*) (pParent=0x555556e855f0, pWindow=0x5555584b3fe0, pMenu=0x55555849b990) at /mnt/data/development/git/libreoffice/vcl/source/window/menu.cxx:2467 >#20 0x00007ffff085f410 in SystemWindow::SetMenuBar(MenuBar*) (this=0x555556e778d0, pMenuBar=0x55555849b990) at /mnt/data/development/git/libreoffice/vcl/source/window/syswin.cxx:929 >#21 0x00007fffe2a7022e in framework::LayoutManager::implts_createMenuBar(rtl::OUString const&) (this=0x555556ea5cc0, rMenuBarName=...) at /mnt/data/development/git/libreoffice/framework/source/layoutmanager/layoutmanager.cxx:205 >#22 0x00007fffe2a7641e in framework::LayoutManager::createElement(rtl::OUString const&) (this=0x555556ea5cc0, aName=...) at /mnt/data/development/git/libreoffice/framework/source/layoutmanager/layoutmanager.cxx:1481 >#23 0x00007ffff54dc1c8 in SfxDispatcher::SetMenu_Impl() (this=0x5555575ad3b0) at /mnt/data/development/git/libreoffice/sfx2/source/control/dispatch.cxx:1128 >#24 0x00007ffff54dc7ab in SfxDispatcher::Update_Impl(bool) (this=0x5555575ad3b0, bForce=true) at /mnt/data/development/git/libreoffice/sfx2/source/control/dispatch.cxx:1193 >#25 0x00007ffff59000a4 in SfxBaseController::ConnectSfxFrame_Impl(SfxBaseController::ConnectSfxFrame) (this=0x555557d1aac0, i_eConnect=SfxBaseController::E_CONNECT) at /mnt/data/development/git/libreoffice/sfx2/source/view/sfxbasecontroller.cxx:1222 >#26 0x00007ffff58fc5c5 in SfxBaseController::attachFrame(com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) (this=0x555557d1aac0, xFrame=...) at /mnt/data/development/git/libreoffice/sfx2/source/view/sfxbasecontroller.cxx:530 >#27 0x00007ffff58e9f0c in (anonymous namespace)::SfxFrameLoader_Impl::impl_createDocumentView(com::sun::star::uno::Reference<com::sun::star::frame::XModel2> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, comphelper::NamedValueCollection const&, rtl::OUString const&) (i_rModel=..., i_rFrame=..., i_rViewFactoryArgs=..., i_rViewName=...) at /mnt/data/development/git/libreoffice/sfx2/source/view/frmload.cxx:595 >#28 0x00007ffff58eaa41 in (anonymous namespace)::SfxFrameLoader_Impl::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) (this=0x55555765a5e0, rArgs=..., _rTargetFrame=...) at /mnt/data/development/git/libreoffice/sfx2/source/view/frmload.cxx:712 >#29 0x00007fffe2ab5bb1 in framework::LoadEnv::impl_loadContent() (this=0x7fffffffb850) at /mnt/data/development/git/libreoffice/framework/source/loadenv/loadenv.cxx:1150 >#30 0x00007fffe2ab1a09 in framework::LoadEnv::startLoading() (this=0x7fffffffb850) at /mnt/data/development/git/libreoffice/framework/source/loadenv/loadenv.cxx:384 >#31 0x00007fffe2ab0495 in framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader> const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (xLoader=..., xContext=..., sURL=..., sTarget=..., nSearchFlags=0, lArgs=...) at /mnt/data/development/git/libreoffice/framework/source/loadenv/loadenv.cxx:170 >#32 0x00007fffe2b0109f in (anonymous namespace)::XFrameImpl::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, sal_Int32, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x555556e9a3e0, sURL=..., sTargetFrameName=..., nSearchFlags=0, lArguments=...) at /mnt/data/development/git/libreoffice/framework/source/services/frame.cxx:598 >#33 0x00007ffff5911390 in SfxViewFrame::LoadViewIntoFrame_Impl(SfxObjectShell const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, o3tl::strong_int<unsigned short, SfxInterfaceIdTag>, bool) (i_rDoc=..., i_rFrame=..., i_rLoadArgs=..., i_nViewId=..., i_bHidden=false) at /mnt/data/development/git/libreoffice/sfx2/source/view/viewfrm.cxx:1886 >#34 0x00007ffff59126f0 in SfxViewFrame::SwitchToViewShell_Impl(unsigned short, bool) (this=0x5555578782b0, nViewIdOrNo=0, bIsIndex=true) at /mnt/data/development/git/libreoffice/sfx2/source/view/viewfrm.cxx:2085 >#35 0x00007ffff5912b4c in SfxViewFrame::ExecView_Impl(SfxRequest&) (this=0x5555578782b0, rReq=...) at /mnt/data/development/git/libreoffice/sfx2/source/view/viewfrm.cxx:2170 >#36 0x00007ffff5907e07 in SfxStubSfxViewFrameExecView_Impl(SfxShell*, SfxRequest&) (pShell=0x5555578782b0, rReq=...) at /mnt/data/development/git/libreoffice/workdir/SdiTarget/sfx2/sdi/sfxslots.hxx:741 >#37 0x00007ffff54e1790 in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) (this=0x5555578782b0, pFunc=0x7ffff5907dd9 <SfxStubSfxViewFrameExecView_Impl(SfxShell*, SfxRequest&)>, rReq=...) at /mnt/data/development/git/libreoffice/include/sfx2/shell.hxx:206 >#38 0x00007ffff54d862d in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) (this=0x5555575ad3b0, rShell=..., rSlot=..., rReq=..., bRecord=false) at /mnt/data/development/git/libreoffice/sfx2/source/control/dispatch.cxx:355 >#39 0x00007ffff54db069 in SfxDispatcher::Execute_(SfxShell&, SfxSlot const&, SfxRequest&, SfxCallMode) (this=0x5555575ad3b0, rShell=..., rSlot=..., rReq=..., eCallMode=SfxCallMode::SYNCHRON) at /mnt/data/development/git/libreoffice/sfx2/source/control/dispatch.cxx:855 >#40 0x00007ffff54db749 in SfxDispatcher::Execute(unsigned short, SfxCallMode, SfxPoolItem const**, unsigned short, SfxPoolItem const**) (this=0x5555575ad3b0, nSlot=5630, eCall=SfxCallMode::SYNCHRON, pArgs=0x0, nModi=0, pInternalArgs=0x0) at /mnt/data/development/git/libreoffice/sfx2/source/control/dispatch.cxx:961 >#41 0x00007fffd9618ba4 in SwDocShell::ReloadFromHtml(rtl::OUString const&, SwSrcView*) (this=0x5555574a2570, rStreamName=..., pSrcView=0x555558683e50) at /mnt/data/development/git/libreoffice/sw/source/uibase/app/docsh2.cxx:1538 >#42 0x00007fffd96141b7 in SwDocShell::Execute(SfxRequest&) (this=0x5555574a2570, rReq=...) at /mnt/data/development/git/libreoffice/sw/source/uibase/app/docsh2.cxx:738 >#43 0x00007fffd99d6d10 in SfxStubSwWebDocShellExecute(SfxShell*, SfxRequest&) (pShell=0x5555574a2570, rReq=...) at /mnt/data/development/git/libreoffice/workdir/SdiTarget/sw/sdi/swslots.hxx:1694 >#44 0x00007ffff54e1790 in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) (this=0x5555574a2570, pFunc=0x7fffd99d6ce2 <SfxStubSwWebDocShellExecute(SfxShell*, SfxRequest&)>, rReq=...) at /mnt/data/development/git/libreoffice/include/sfx2/shell.hxx:206 >#45 0x00007ffff54d862d in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) (this=0x5555575ad3b0, rShell=..., rSlot=..., rReq=..., bRecord=true) at /mnt/data/development/git/libreoffice/sfx2/source/control/dispatch.cxx:355 >#46 0x00007ffff54dbf06 in SfxDispatcher::PostMsgHandler(std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >) (this=0x5555575ad3b0, pReq=std::unique_ptr<class SfxRequest> = {...}) at /mnt/data/development/git/libreoffice/sfx2/source/control/dispatch.cxx:1092 >#47 0x00007ffff5500b36 in std::__invoke_impl<void, void (SfxDispatcher::*&)(std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >), SfxDispatcher*&, std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> > >(std::__invoke_memfun_deref, void (SfxDispatcher::*&)(std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >), SfxDispatcher*&, std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >&&) (__f=@0x555557878ec0: (void (SfxDispatcher::*)(class SfxDispatcher * const, class std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >)) 0x7ffff54dbd88 <SfxDispatcher::PostMsgHandler(std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >)>, __t=@0x555557878ed0: 0x5555575ad3b0, __args#0=...) at /usr/include/c++/8/bits/invoke.h:73 >#48 0x00007ffff54fd125 in std::__invoke<void (SfxDispatcher::*&)(std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >), SfxDispatcher*&, std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> > >(void (SfxDispatcher::*&)(std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >), SfxDispatcher*&, std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >&&) (__fn=@0x555557878ec0: (void (SfxDispatcher::*)(class SfxDispatcher * const, class std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >)) 0x7ffff54dbd88 <SfxDispatcher::PostMsgHandler(std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >)>, __args#0=@0x555557878ed0: 0x5555575ad3b0, __args#1=...) at /usr/include/c++/8/bits/invoke.h:95 >#49 0x00007ffff54f7dda in std::_Bind<void (SfxDispatcher::*(SfxDispatcher*, std::_Placeholder<1>))(std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >)>::__call<void, std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >&&, 0ul, 1ul>(std::tuple<std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >&&>&&, std::_Index_tuple<0ul, 1ul>) (this=0x555557878ec0, __args=...) at /usr/include/c++/8/functional:400 >#50 0x00007ffff54efd80 in std::_Bind<void (SfxDispatcher::*(SfxDispatcher*, std::_Placeholder<1>))(std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >)>::operator()<std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >, void>(std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >&&) (this=0x555557878ec0, __args#0=...) at /usr/include/c++/8/functional:484 >#51 0x00007ffff54e8f42 in std::_Function_handler<void (std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >), std::_Bind<void (SfxDispatcher::*(SfxDispatcher*, std::_Placeholder<1>))(std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >)> >::_M_invoke(std::_Any_data const&, std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >&&) (__functor=..., __args#0=...) at /usr/include/c++/8/bits/std_function.h:297 >#52 0x00007ffff582c429 in std::function<void (std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >)>::operator()(std::unique_ptr<SfxRequest, std::default_delete<SfxRequest> >) const (this=0x555557878460, __args#0=std::unique_ptr<class SfxRequest> = {...}) at /usr/include/c++/8/bits/std_function.h:687 >#53 0x00007ffff582c254 in SfxHintPoster::DoEvent_Impl(void*) (this=0x555557878450, pPostedHint=0x5555583085e0) at /mnt/data/development/git/libreoffice/sfx2/source/notify/hintpost.cxx:46 >#54 0x00007ffff582c1f3 in SfxHintPoster::LinkStubDoEvent_Impl(void*, void*) (instance=0x555557878450, data=0x5555583085e0) at /mnt/data/development/git/libreoffice/sfx2/source/notify/hintpost.cxx:43 >#55 0x00007ffff08dc845 in Link<void*, void>::Call(void*) const (this=0x5555585a2ec8, data=0x5555583085e0) at /mnt/data/development/git/libreoffice/include/tools/link.hxx:84 >#56 0x00007ffff08d9788 in ImplHandleUserEvent(ImplSVEvent*) (pSVEvent=0x5555585a2ec0) at /mnt/data/development/git/libreoffice/vcl/source/window/winproc.cxx:1933 >#57 0x00007ffff08db46c in ImplWindowFrameProc(vcl::Window*, SalEvent, void const*) (_pWindow=0x555556c08440, nEvent=SalEvent::UserEvent, pEvent=0x5555585a2ec0) at /mnt/data/development/git/libreoffice/vcl/source/window/winproc.cxx:2486 >#58 0x00007ffff10180b2 in SalFrame::CallCallback(SalEvent, void const*) const (this=0x555556c08d90, nEvent=SalEvent::UserEvent, pEvent=0x5555585a2ec0) at /mnt/data/development/git/libreoffice/vcl/inc/salframe.hxx:294 >#59 0x00007ffff1031727 in SalGenericDisplay::ProcessEvent(SalUserEventList::SalUserEvent) (this=0x55555652df50, aEvent=...) at /mnt/data/development/git/libreoffice/vcl/unx/generic/app/gendisp.cxx:67 >#60 0x00007ffff0e1837b in SalUserEventList::DispatchUserEvents(bool) (this=0x55555652df50, bHandleAllCurrentEvents=false) at /mnt/data/development/git/libreoffice/vcl/source/app/salusereventlist.cxx:111 >#61 0x00007ffff103169f in SalGenericDisplay::DispatchInternalEvent(bool) (this=0x55555652df50, bHandleAllCurrentEvent=false) at /mnt/data/development/git/libreoffice/vcl/unx/generic/app/gendisp.cxx:52 >#62 0x00007fffe89db1c4 in call_userEventFn(void*) (data=0x55555563f7f0) at /mnt/data/development/git/libreoffice/vcl/unx/gtk3/gtk3gtkdata.cxx:853 >#63 0x00007fffeae3add8 in g_main_context_dispatch () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#64 0x00007fffeae3b1c8 in () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#65 0x00007fffeae3b25c in g_main_context_iteration () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#66 0x00007fffe89da18e in GtkSalData::Yield(bool, bool) (this=0x55555563f7f0, bWait=true, bHandleAllCurrentEvents=false) at /mnt/data/development/git/libreoffice/vcl/unx/gtk3/gtk3gtkdata.cxx:528 >#67 0x00007fffe89de316 in GtkInstance::DoYield(bool, bool) (this=0x55555564ef00, bWait=true, bHandleAllCurrentEvents=false) at /mnt/data/development/git/libreoffice/vcl/unx/gtk3/../gtk/gtkinst.cxx:406 >#68 0x00007ffff0e82645 in ImplYield(bool, bool) (i_bWait=true, i_bAllEvents=false) at /mnt/data/development/git/libreoffice/vcl/source/app/svapp.cxx:441 >#69 0x00007ffff0e82b67 in Application::Yield() () at /mnt/data/development/git/libreoffice/vcl/source/app/svapp.cxx:505 >#70 0x00007ffff0e8243d in Application::Execute() () at /mnt/data/development/git/libreoffice/vcl/source/app/svapp.cxx:422 >#71 0x00007ffff7d46196 in desktop::Desktop::Main() (this=0x7fffffffd9e0) at /mnt/data/development/git/libreoffice/desktop/source/app/app.cxx:1620 >#72 0x00007ffff0e9ae7f in ImplSVMain() () at /mnt/data/development/git/libreoffice/vcl/source/app/svmain.cxx:203 >#73 0x00007ffff0e9afa4 in SVMain() () at /mnt/data/development/git/libreoffice/vcl/source/app/svmain.cxx:237 >#74 0x00007ffff7d9ef37 in soffice_main() () at /mnt/data/development/git/libreoffice/desktop/source/app/sofficemain.cxx:169 >#75 0x000055555555495d in sal_main () at /mnt/data/development/git/libreoffice/desktop/source/app/main.c:48 >#76 0x0000555555554943 in main (argc=2, argv=0x7fffffffdd28) at /mnt/data/development/git/libreoffice/desktop/source/app/main.c:47 >A debugging session is active. > > Inferior 1 [process 3446] will be killed. > >Quit anyway? (y or n) [answered Y; input not from terminal]
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 124142
:
150090
|
150198
| 150216 |
150224