Bugzilla – Attachment 154365 Details for
Bug 127695
CRASH: Inserting textbox in a particular document
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gdb bt
gdb_bt.txt (text/plain), 13.02 KB, created by
Julien Nabet
on 2019-09-22 11:53:39 UTC
(
hide
)
Description:
gdb bt
Filename:
MIME Type:
Creator:
Julien Nabet
Created:
2019-09-22 11:53:39 UTC
Size:
13.02 KB
patch
obsolete
>warn:legacy.osl:31221:31221:sw/source/core/doc/doclay.cxx:1605: Found a FlySection but not a Format! >warn:sfx.view:31221:31221:sfx2/source/view/viewfrm.cxx:3192: SID_SIDEBAR state requested, but no task pane child window exists for this ID! >warn:sfx.view:31221:31221:sfx2/source/view/viewfrm.cxx:3192: SID_SIDEBAR state requested, but no task pane child window exists for this ID! >warn:vcl:31221:31221:vcl/source/window/winproc.cxx:840: ImplHandleKey: Keyboard-Input is sent to a frame without focus >warn:legacy.osl:31221:31221:vcl/source/gdi/bitmap3.cxx:887: BitDepth adaptation failed (!) >warn:legacy.osl:31221:31221:vcl/source/gdi/bitmap3.cxx:814: Bitmap::Scale has changed the ColorDepth, this should *not* happen (!) >warn:vcl.gdi:31221:31221:vcl/source/outdev/map.cxx:1491: MapUnit::MapPixel approximated with 72dpi >warn:vcl.gdi:31221:31221:vcl/source/outdev/map.cxx:1491: MapUnit::MapPixel approximated with 72dpi >warn:vcl.gdi:31221:31221:vcl/source/outdev/map.cxx:1491: MapUnit::MapPixel approximated with 72dpi >warn:vcl.gdi:31221:31221:vcl/source/outdev/map.cxx:1491: MapUnit::MapPixel approximated with 72dpi >warn:vcl.gdi:31221:31221:vcl/source/outdev/map.cxx:1491: MapUnit::MapPixel approximated with 72dpi >warn:vcl.gdi:31221:31221:vcl/source/outdev/map.cxx:1491: MapUnit::MapPixel approximated with 72dpi >warn:vcl.gdi:31221:31221:vcl/source/outdev/map.cxx:1491: MapUnit::MapPixel approximated with 72dpi >warn:vcl.gdi:31221:31221:vcl/source/outdev/map.cxx:1491: MapUnit::MapPixel approximated with 72dpi >warn:vcl.gdi:31221:31221:vcl/source/outdev/map.cxx:1491: MapUnit::MapPixel approximated with 72dpi >warn:vcl.gdi:31221:31221:vcl/source/outdev/map.cxx:1491: MapUnit::MapPixel approximated with 72dpi >warn:vcl.gdi:31221:31221:vcl/headless/svpgdi.cxx:129: unsupported SvpSalGraphics::blendAlphaBitmap case >warn:legacy.tools:31221:31221:sfx2/source/control/statcach.cxx:387: setting state of dirty message > >Thread 1 "soffice.bin" received signal SIGSEGV, Segmentation fault. >0x00007ffff371da09 in SdrObjList::GetObj (this=0x55555b503858, nNum=0) at /home/julien/lo/libreoffice/svx/source/svdraw/svdpage.cxx:646 >646 return maList[nNum]; >(gdb) p maList >$1 = std::__debug::vector of length -1151795604700004351, capacity 0 = {Cannot access memory at address 0x7fefffffffffffff >(gdb) bt >#0 0x00007ffff371da09 in SdrObjList::GetObj(unsigned long) const (this=0x55555b503858, nNum=0) at /home/julien/lo/libreoffice/svx/source/svdraw/svdpage.cxx:646 >#1 0x00007fffdd462d6d in lcl_SetNumUsedBit(std::__debug::vector<unsigned char, std::allocator<unsigned char> >&, size_t, sal_Int32, SdrObject const&, rtl::OUString const&) > (rSetFlags=std::__debug::vector of length 4, capacity 4 = {...}, nFormatSize=16, nNmLen=5, rObj=..., rCmpName="Shape") at /home/julien/lo/libreoffice/sw/source/core/doc/doclay.cxx:1312 >#2 0x00007fffdd462d96 in lcl_SetNumUsedBit(std::__debug::vector<unsigned char, std::allocator<unsigned char> >&, size_t, sal_Int32, SdrObject const&, rtl::OUString const&) > (rSetFlags=std::__debug::vector of length 4, capacity 4 = {...}, nFormatSize=16, nNmLen=5, rObj=..., rCmpName="Shape") at /home/julien/lo/libreoffice/sw/source/core/doc/doclay.cxx:1315 >#3 0x00007fffdd462d96 in lcl_SetNumUsedBit(std::__debug::vector<unsigned char, std::allocator<unsigned char> >&, size_t, sal_Int32, SdrObject const&, rtl::OUString const&) > (rSetFlags=std::__debug::vector of length 4, capacity 4 = {...}, nFormatSize=16, nNmLen=5, rObj=..., rCmpName="Shape") at /home/julien/lo/libreoffice/sw/source/core/doc/doclay.cxx:1315 >#4 0x00007fffdd4630f5 in lcl_GetUniqueFlyName(SwDoc const*, char const*, sal_uInt16) (pDoc=0x55555aed4280, pDefStrId=0x7fffde5ddd97 "STR_SHAPE_DEFNAME\004Shape", eType=157) > at /home/julien/lo/libreoffice/sw/source/core/doc/doclay.cxx:1347 >#5 0x00007fffdd463506 in SwDoc::GetUniqueShapeName() const (this=0x55555aed4280) at /home/julien/lo/libreoffice/sw/source/core/doc/doclay.cxx:1394 >#6 0x00007fffdd809589 in SwFEShell::GetUniqueShapeName() const (this=0x55555aff1910) at /home/julien/lo/libreoffice/sw/source/core/frmedt/feflyole.cxx:95 >#7 0x00007fffdd811a9a in SwFEShell::ImpEndCreate() (this=0x55555aff1910) at /home/julien/lo/libreoffice/sw/source/core/frmedt/feshview.cxx:2058 >#8 0x00007fffdd8105b2 in SwFEShell::EndCreate(SdrCreateCmd) (this=0x55555aff1910, eSdrCreateCmd=SdrCreateCmd::ForceEnd) at /home/julien/lo/libreoffice/sw/source/core/frmedt/feshview.cxx:1773 >#9 0x00007fffde29a5cc in SwDrawBase::MouseButtonUp(MouseEvent const&) (this=0x55555c1184a0, rMEvt=...) at /home/julien/lo/libreoffice/sw/source/uibase/ribbar/drawbase.cxx:274 >#10 0x00007fffde298c0a in ConstRectangle::MouseButtonUp(MouseEvent const&) (this=0x55555c1184a0, rMEvt=...) at /home/julien/lo/libreoffice/sw/source/uibase/ribbar/conrect.cxx:82 >#11 0x00007fffde1fd00f in SwEditWin::MouseButtonUp(MouseEvent const&) (this=0x55555b070ae0, rMEvt=...) at /home/julien/lo/libreoffice/sw/source/uibase/docvw/edtwin.cxx:4378 >#12 0x00007ffff05ec400 in ImplHandleMouseEvent(VclPtr<vcl::Window> const&, MouseNotifyEvent, bool, long, long, unsigned long, unsigned short, MouseEventModifiers) (xWindow= > ..., nSVEvent=MouseNotifyEvent::MOUSEBUTTONUP, bMouseLeave=false, nX=944, nY=871, nMsgTime=18604796, nCode=1, nMode=(MouseEventModifiers::SIMPLECLICK | MouseEventModifiers::SELECT)) > at /home/julien/lo/libreoffice/vcl/source/window/winproc.cxx:706 >#13 0x00007ffff05f1249 in ImplHandleSalMouseButtonUp(vcl::Window*, SalMouseEvent const*) (pWindow=0x555557df4030, pEvent=0x7fffffff1520) at /home/julien/lo/libreoffice/vcl/source/window/winproc.cxx:2026 >#14 0x00007ffff05f236c in ImplWindowFrameProc(vcl::Window*, SalEvent, void const*) (_pWindow=0x555557df4030, nEvent=SalEvent::MouseButtonUp, pEvent=0x7fffffff1520) > at /home/julien/lo/libreoffice/vcl/source/window/winproc.cxx:2364 >#15 0x00007fffe83c192c in SalFrame::CallCallback(SalEvent, void const*) const (this=0x555557e785a0, nEvent=SalEvent::MouseButtonUp, pEvent=0x7fffffff1520) at /home/julien/lo/libreoffice/vcl/inc/salframe.hxx:299 >#16 0x00007fffe83c11e2 in GtkSalFrame::CallCallbackExc(SalEvent, void const*) const (this=0x555557e785a0, nEvent=SalEvent::MouseButtonUp, pEvent=0x7fffffff1520) > at /home/julien/lo/libreoffice/vcl/unx/gtk3/gtk3gtkframe.cxx:4401 >#17 0x00007fffe83bb9e3 in GtkSalFrame::signalButton(_GtkWidget*, _GdkEventButton*, void*) (pEvent=0x55555df854b0, frame=0x555557e785a0) at /home/julien/lo/libreoffice/vcl/unx/gtk3/gtk3gtkframe.cxx:2584 >#18 0x00007fffe7e6cb7b in () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >#19 0x00007fffea5e5e8d in g_closure_invoke () at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >#20 0x00007fffea5f9555 in () at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >#21 0x00007fffea601b9b in g_signal_emit_valist () at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >#22 0x00007fffea602b6f in g_signal_emit () at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >#23 0x00007fffe7e189f2 in () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >#24 0x00007fffe7cd8fc8 in () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >#25 0x00007fffe7cdb12b in gtk_main_do_event () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >#26 0x00007fffe79d77d5 in () at /usr/lib/x86_64-linux-gnu/libgdk-3.so.0 >#27 0x00007fffe7a343a2 in () at /usr/lib/x86_64-linux-gnu/libgdk-3.so.0 >#28 0x00007fffea4ff9ee in g_main_context_dispatch () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#29 0x00007fffea4ffc88 in () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#30 0x00007fffea4ffd1c in g_main_context_iteration () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#31 0x00007fffe82c685e in GtkSalData::Yield(bool, bool) (this=0x555555647a60, bWait=true, bHandleAllCurrentEvents=false) at /home/julien/lo/libreoffice/vcl/unx/gtk3/gtk3gtkdata.cxx:528 >#32 0x00007fffe82ca95a in GtkInstance::DoYield(bool, bool) (this=0x555555658950, bWait=true, bHandleAllCurrentEvents=false) at /home/julien/lo/libreoffice/vcl/unx/gtk3/../gtk/gtkinst.cxx:393 >#33 0x00007ffff0c13af1 in ImplYield(bool, bool) (i_bWait=true, i_bAllEvents=false) at /home/julien/lo/libreoffice/vcl/source/app/svapp.cxx:446 >#34 0x00007ffff0c1400f in Application::Yield() () at /home/julien/lo/libreoffice/vcl/source/app/svapp.cxx:510 >#35 0x00007ffff0c138ee in Application::Execute() () at /home/julien/lo/libreoffice/vcl/source/app/svapp.cxx:427 >#36 0x00007ffff7ce97f8 in desktop::Desktop::Main() (this=0x7fffffff2410) at /home/julien/lo/libreoffice/desktop/source/app/app.cxx:1620 >#37 0x00007ffff0c2ea1e in ImplSVMain() () at /home/julien/lo/libreoffice/vcl/source/app/svmain.cxx:190 >#38 0x00007ffff0c2eb43 in SVMain() () at /home/julien/lo/libreoffice/vcl/source/app/svmain.cxx:224 >#39 0x00007ffff7d45196 in soffice_main() () at /home/julien/lo/libreoffice/desktop/source/app/sofficemain.cxx:177 >#40 0x000055555555495d in sal_main () at /home/julien/lo/libreoffice/desktop/source/app/main.c:48 >#41 0x0000555555554943 in main (argc=2, argv=0x7fffffff27d8) at /home/julien/lo/libreoffice/desktop/source/app/main.c:47 >(gdb) frame 1 >#1 0x00007fffdd462d6d in lcl_SetNumUsedBit (rSetFlags=std::__debug::vector of length 4, capacity 4 = {...}, nFormatSize=16, nNmLen=5, rObj=..., rCmpName="Shape") > at /home/julien/lo/libreoffice/sw/source/core/doc/doclay.cxx:1312 >1312 SdrObject* pObj = rGroupObj.GetObj(i); >(gdb) p rGroupObj.GetObj >$2 = {SdrObject *(const SdrObjList * const, size_t)} 0x7ffff371d97a <SdrObjList::GetObj(unsigned long) const> >(gdb) p *(rGroupObj.GetObj) >Attempt to take contents of a non-pointer value. >(gdb) p rSetFlags >$3 = std::__debug::vector of length 4, capacity 4 = {0 '\000', 0 '\000', 0 '\000', 0 '\000'} >(gdb) p rObj >$4 = (const SdrObject &) @0x55555b503770: {<SfxListener> = {_vptr.SfxListener = 0x7ffff42cebb8 <vtable for E3dScene+16>, mpImpl = std::unique_ptr<SfxListener::Impl> = { > get() = 0x55555b4fe980}}, <tools::WeakBase> = {_vptr.WeakBase = 0x7ffff42cefb8 <vtable for E3dScene+1040>, mpWeakConnection = rtl::Reference to 0x55555b4ffef0}, mpFillGeometryDefiningShape = 0x0, > mrSdrModelFromSdrObject = @0x55555aeea3b0, aOutRect = {static RECT_EMPTY = -32767, nLeft = 7674, nTop = 42421, nRight = 8782, nBottom = 42781}, aAnchor = Point = {x = 4806, y = 37604}, pUserCall = 0x0, > pPlusData = std::unique_ptr<SdrObjPlusData> = {get() = 0x0}, bVirtObj = false, bSnapRectDirty = false, bMovProt = false, bSizProt = false, bEmptyPresObj = false, bNotVisibleAsMaster = false, > bClosedObj = true, bIsEdge = false, bIs3DObj = true, bIsUnoObj = false, mbLineIsOutsideGeometry = false, mbSupportTextIndentingOnLineWidthChange = false, mpImpl = std::unique_ptr<SdrObject::Impl> = { > get() = 0x55555b4fea10}, mpParentOfSdrObject = 0x55555b4c3bd8, nOrdNum = 0, pGrabBagItem = std::unique_ptr<SfxGrabBagItem> = {get() = 0x0}, mnNavigationPosition = 4294967295, mnLayerID = { > m_value = 1 '\001'}, bNoPrint = false, mbVisible = true, bMarkProt = false, maBLIPSizeRectangle = {static RECT_EMPTY = -32767, nLeft = 0, nTop = 0, nRight = -32767, nBottom = -32767}, > mpProperties = std::unique_ptr<sdr::properties::BaseProperties> = {get() = 0x55555b4ff350}, mpViewContact = std::unique_ptr<sdr::contact::ViewContact> = {get() = 0x55555b4ff8d0}, static mpGlobalItemPool = > 0x55555b19bda0, mpSvxShape = 0x0, maWeakUnoShape = {<com::sun::star::uno::WeakReferenceHelper> = {m_pImpl = 0x55555b4fffa0}, <No data fields>}, mbDoNotInsertIntoPageAutomatically = false} >(gdb) p rGroupObj >$5 = (const SdrObjGroup &) @0x55555b503770: {<SdrObject> = {<SfxListener> = {_vptr.SfxListener = 0x7ffff42cebb8 <vtable for E3dScene+16>, mpImpl = std::unique_ptr<SfxListener::Impl> = { > get() = 0x55555b4fe980}}, <tools::WeakBase> = {_vptr.WeakBase = 0x7ffff42cefb8 <vtable for E3dScene+1040>, mpWeakConnection = rtl::Reference to 0x55555b4ffef0}, mpFillGeometryDefiningShape = 0x0, > mrSdrModelFromSdrObject = @0x55555aeea3b0, aOutRect = {static RECT_EMPTY = -32767, nLeft = 7674, nTop = 42421, nRight = 8782, nBottom = 42781}, aAnchor = Point = {x = 4806, y = 37604}, pUserCall = 0x0, > pPlusData = std::unique_ptr<SdrObjPlusData> = {get() = 0x0}, bVirtObj = false, bSnapRectDirty = false, bMovProt = false, bSizProt = false, bEmptyPresObj = false, bNotVisibleAsMaster = false, > bClosedObj = true, bIsEdge = false, bIs3DObj = true, bIsUnoObj = false, mbLineIsOutsideGeometry = false, mbSupportTextIndentingOnLineWidthChange = false, mpImpl = std::unique_ptr<SdrObject::Impl> = { > get() = 0x55555b4fea10}, mpParentOfSdrObject = 0x55555b4c3bd8, nOrdNum = 0, pGrabBagItem = std::unique_ptr<SfxGrabBagItem> = {get() = 0x0}, mnNavigationPosition = 4294967295, mnLayerID = { > m_value = 1 '\001'}, bNoPrint = false, mbVisible = true, bMarkProt = false, maBLIPSizeRectangle = {static RECT_EMPTY = -32767, nLeft = 0, nTop = 0, nRight = -32767, nBottom = -32767}, > mpProperties = std::unique_ptr<sdr::properties::BaseProperties> = {get() = 0x55555b4ff350}, mpViewContact = std::unique_ptr<sdr::contact::ViewContact> = {get() = 0x55555b4ff8d0}, > static mpGlobalItemPool = 0x55555b19bda0, mpSvxShape = 0x0, maWeakUnoShape = {<com::sun::star::uno::WeakReferenceHelper> = {m_pImpl = 0x55555b4fffa0}, <No data fields>}, > mbDoNotInsertIntoPageAutomatically = false}, <SdrObjList> = {_vptr.SdrObjList = 0x1dfa, maList = std::__debug::vector of length -1151795604700004351, capacity 0 = {<error reading variable> >(gdb) > >
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 127695
:
154363
|
154364
| 154365