Bugzilla – Attachment 164702 Details for
Bug 136133
LibreOffice crash with GetInvolved and Donate infobar
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
bt with debug symbols
bt.txt (text/plain), 3.76 KB, created by
Julien Nabet
on 2020-08-26 08:43:22 UTC
(
hide
)
Description:
bt with debug symbols
Filename:
MIME Type:
Creator:
Julien Nabet
Created:
2020-08-26 08:43:22 UTC
Size:
3.76 KB
patch
obsolete
>warn:vcl:151484:151484:vcl/source/window/stacking.cxx:837: Window::SetParent(): pParent == NULL > >Thread 1 "soffice.bin" received signal SIGSEGV, Segmentation fault. >std::__cxx1998::vector<VclPtr<PushButton>, std::allocator<VclPtr<PushButton> > >::size (this=0x2a8) at /usr/bin/../lib/gcc/x86_64-linux-gnu/10/../../../../include/c++/10/bits/stl_vector.h:919 >919 { return size_type(this->_M_impl._M_finish - this->_M_impl._M_start); } >(gdb) bt >#0 std::__cxx1998::vector<VclPtr<PushButton>, std::allocator<VclPtr<PushButton> > >::size() const (this=0x2a8) at /usr/bin/../lib/gcc/x86_64-linux-gnu/10/../../../../include/c++/10/bits/stl_vector.h:919 >#1 0x00007ffff4955ec8 in std::__debug::vector<VclPtr<PushButton>, std::allocator<VclPtr<PushButton> > >::emplace_back<PushButton*&>(PushButton*&) (this=0x290, __args=@0x7ffffffee2e0: 0x498cce0) > at /usr/bin/../lib/gcc/x86_64-linux-gnu/10/../../../../include/c++/10/debug/vector:498 >#2 0x00007ffff4952117 in SfxInfoBarWindow::addButton(PushButton*) (this=0x0, pButton=0x498cce0) at sfx2/source/dialog/infobar.cxx:234 >#3 0x00007ffff4dafd86 in SfxViewFrame::Notify(SfxBroadcaster&, SfxHint const&) (this=0x3a31ee0, rHint=...) at sfx2/source/view/viewfrm.cxx:1416 >#4 0x00007ffff412a017 in SfxBroadcaster::Broadcast(SfxHint const&) (this=0x38180b0, rHint=...) at svl/source/notify/SfxBroadcaster.cxx:49 >#5 0x00007ffff4617fc9 in (anonymous namespace)::SfxEventAsyncer_Impl::IdleHdl(Timer*) (this=0x52effc0, pAsyncIdle=0x52f0e00) at sfx2/source/appl/appcfg.cxx:108 >#6 0x00007ffff4617b70 in (anonymous namespace)::SfxEventAsyncer_Impl::LinkStubIdleHdl(void*, Timer*) (instance=0x52effc0, data=0x52f0e00) at sfx2/source/appl/appcfg.cxx:101 >#7 0x00007fffefdf8648 in Link<Timer*, void>::Call(Timer*) const (this=0x52f0e20, data=0x52f0e00) at include/tools/link.hxx:111 >#8 0x00007fffefdf8495 in Timer::Invoke() (this=0x52f0e00) at vcl/source/app/timer.cxx:75 >#9 0x00007fffefd9adae in Scheduler::ProcessTaskScheduling() () at vcl/source/app/scheduler.cxx:486 >#10 0x00007fffefd998e9 in Scheduler::CallbackTaskScheduling() () at vcl/source/app/scheduler.cxx:288 >#11 0x00007fffe605a9d6 in SalTimer::CallCallback() (this=0x2be8b20) at vcl/inc/saltimer.hxx:54 >#12 0x00007fffe60598b3 in sal_gtk_timeout_dispatch(_GSource*, int (*)(void*), void*) (pSource=0x4983dd0) at vcl/unx/gtk3/gtk3gtkdata.cxx:615 >#13 0x00007fffe966a4ce in g_main_context_dispatch () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#14 0x00007fffe966a880 in () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#15 0x00007fffe966a90f in g_main_context_iteration () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#16 0x00007fffe6057fbc in GtkSalData::Yield(bool, bool) (this=0x52f930, bWait=true, bHandleAllCurrentEvents=false) at vcl/unx/gtk3/gtk3gtkdata.cxx:382 >#17 0x00007fffe605d4f2 in GtkInstance::DoYield(bool, bool) (this=0x51e500, bWait=true, bHandleAllCurrentEvents=false) at vcl/unx/gtk3/gtk3gtkinst.cxx:387 >#18 0x00007fffefdd0e20 in ImplYield(bool, bool) (i_bWait=true, i_bAllEvents=false) at vcl/source/app/svapp.cxx:445 >#19 0x00007fffefdd0a90 in Application::Yield() () at vcl/source/app/svapp.cxx:509 >#20 0x00007fffefdd0a09 in Application::Execute() () at vcl/source/app/svapp.cxx:424 >#21 0x00007ffff7c76103 in desktop::Desktop::Main() (this=0x7fffffff2408) at desktop/source/app/app.cxx:1551 >#22 0x00007fffefdf3670 in ImplSVMain() () at vcl/source/app/svmain.cxx:196 >#23 0x00007fffefdf5239 in SVMain() () at vcl/source/app/svmain.cxx:228 >#24 0x00007ffff7cece7e in soffice_main() () at desktop/source/app/sofficemain.cxx:98 >#25 0x000000000040088d in sal_main () at desktop/source/app/main.c:48 >#26 0x0000000000400867 in main (argc=4, argv=0x7fffffff25e8) at desktop/source/app/main.c:47 >(gdb) frame 2 >#2 0x00007ffff4952117 in SfxInfoBarWindow::addButton (this=0x0, pButton=0x498cce0) at sfx2/source/dialog/infobar.cxx:234 >
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 136133
: 164702 |
164703