Bugzilla – Attachment 168324 Details for
Bug 139063
Crash when add a new sheet to a RTL sheet
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gdb bt
gdb_bt.txt (text/plain), 3.70 KB, created by
Julien Nabet
on 2020-12-19 14:38:57 UTC
(
hide
)
Description:
gdb bt
Filename:
MIME Type:
Creator:
Julien Nabet
Created:
2020-12-19 14:38:57 UTC
Size:
3.70 KB
patch
obsolete
>Thread 1 "soffice.bin" received signal SIGSEGV, Segmentation fault. >0x00007f11c8b450a1 in weld::ButtonPressRepeater::MousePressHdl (this=0x3785ff0, rMouseEvent=...) at vcl/source/app/weldutils.cxx:580 >580 if (!m_rButton.get_sensitive()) >(gdb) bt >#0 0x00007f11c8b450a1 in weld::ButtonPressRepeater::MousePressHdl(MouseEvent const&) (this=0x3785ff0, rMouseEvent=...) at vcl/source/app/weldutils.cxx:580 >#1 0x00007f11c8b44f60 in weld::ButtonPressRepeater::LinkStubMousePressHdl(void*, MouseEvent const&) (instance=0x3785ff0, data=...) at vcl/source/app/weldutils.cxx:568 >#2 0x00007f11bcf3b6dd in Link<MouseEvent const&, bool>::Call(MouseEvent const&) const (this=0x3d5fe28, data=...) at include/tools/link.hxx:111 >#3 0x00007f11bceb0a19 in (anonymous namespace)::GtkInstanceWidget::signal_button(_GdkEventButton*) (this=0x3d5fbf0, pEvent=0x553a560) at vcl/unx/gtk3/gtk3gtkinst.cxx:2232 >#4 0x00007f11bceb056f in (anonymous namespace)::GtkInstanceWidget::signalButton(_GtkWidget*, _GdkEventButton*, void*) (pEvent=0x553a560, widget=0x3d5fbf0) at vcl/unx/gtk3/gtk3gtkinst.cxx:2146 >#5 0x00007f11bc94e9db in () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >#6 0x00007f11c2341092 in g_closure_invoke () at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >#7 0x00007f11c2353403 in () at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >#8 0x00007f11c2359229 in g_signal_emit_valist () at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >#9 0x00007f11c2359c0f in g_signal_emit () at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >#10 0x00007f11bc8f8dd4 in () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >#11 0x00007f11bc7abf40 in () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >#12 0x00007f11bc7adba3 in gtk_main_do_event () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >#13 0x00007f11bc496775 in () at /usr/lib/x86_64-linux-gnu/libgdk-3.so.0 >#14 0x00007f11bc4ca272 in () at /usr/lib/x86_64-linux-gnu/libgdk-3.so.0 >#15 0x00007f11c224fbdb in g_main_context_dispatch () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#16 0x00007f11c224fe88 in () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#17 0x00007f11c224ff3f in g_main_context_iteration () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#18 0x00007f11bce8e48c in GtkSalData::Yield(bool, bool) (this=0x1858160, bWait=true, bHandleAllCurrentEvents=false) at vcl/unx/gtk3/gtk3gtkdata.cxx:390 >#19 0x00007f11bce93ce2 in GtkInstance::DoYield(bool, bool) (this=0x1857f80, bWait=true, bHandleAllCurrentEvents=false) at vcl/unx/gtk3/gtk3gtkinst.cxx:390 >#20 0x00007f11c8afa830 in ImplYield(bool, bool) (i_bWait=true, i_bAllEvents=false) at vcl/source/app/svapp.cxx:444 >#21 0x00007f11c8afa4a0 in Application::Yield() () at vcl/source/app/svapp.cxx:509 >#22 0x00007f11c8afa419 in Application::Execute() () at vcl/source/app/svapp.cxx:423 >#23 0x00007f11d0a2397c in desktop::Desktop::Main() (this=0x7ffd9440afc8) at desktop/source/app/app.cxx:1585 >#24 0x00007f11c8b1ce20 in ImplSVMain() () at vcl/source/app/svmain.cxx:196 >#25 0x00007f11c8b1ea39 in SVMain() () at vcl/source/app/svmain.cxx:228 >#26 0x00007f11d0a9cc0e in soffice_main() () at desktop/source/app/sofficemain.cxx:98 >#27 0x000000000040088d in sal_main () at desktop/source/app/main.c:49 >#28 0x0000000000400867 in main (argc=3, argv=0x7ffd9440b1a8) at desktop/source/app/main.c:47 >(gdb) frame 0 >#0 0x00007f11c8b450a1 in weld::ButtonPressRepeater::MousePressHdl (this=0x3785ff0, rMouseEvent=...) at vcl/source/app/weldutils.cxx:580 >580 if (!m_rButton.get_sensitive()) >(gdb) p m_rButton >$1 = (weld::Button &) <error reading variable> >(gdb) p rMouseEvent >$2 = (const MouseEvent &) @0x7ffd94409038: {maPos = Point = {x = 10, y = 17}, mnMode = (MouseEventModifiers::SIMPLECLICK | MouseEventModifiers::SELECT), mnClicks = 1, mnCode = 1, > maLogicPosition = std::optional<Point> [no contained value]} >
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 139063
:
168323
| 168324