https://bugs.documentfoundation.org/show_bug.cgi?id=160944

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |haveBacktrace
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #8 from Julien Nabet <[email protected]> ---
with gtk3, I got a crash with:
terminate called after throwing an instance of
'com::sun::star::lang::IndexOutOfBoundsException'
#0  0x00007f2ed40b2191 in __cxa_throw () at
/lib/x86_64-linux-gnu/libstdc++.so.6
#1  0x00007f2e9f0a95d5 in ScAccessibleSpreadsheet::getAccessibleCellAt(int,
int) (this=0x5564ad85dec0, nRow=1048576, nColumn=0)
    at
/home/julien/lo/libreoffice/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx:945
#2  0x00007f2e9f0aaa33 in non-virtual thunk to
ScAccessibleSpreadsheet::getAccessibleCellAt(int, int) () at
/home/julien/lo/libreoffice/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx:1636
#3  0x00007f2e9f05c67d in ScChildrenShapes::GetRelationSet((anonymous
namespace)::ScAccessibleShapeData const*) const (this=0x5564b1e971c0,
pData=0x5564b1c45c10)
    at
/home/julien/lo/libreoffice/sc/source/ui/Accessibility/AccessibleDocument.cxx:1144
#4  0x00007f2e9f04726d in
ScChildrenShapes::SetAnchor(com::sun::star::uno::Reference<com::sun::star::drawing::XShape>
const&, (anonymous namespace)::ScAccessibleShapeData*) const
    (this=0x5564b1e971c0, xShape=uno::Reference to (SvxCustomShape *)
0x5564b439c158, pData=0x5564b1c45c10) at
/home/julien/lo/libreoffice/sc/source/ui/Accessibility/AccessibleDocument.cxx:1166
#5  0x00007f2e9f046b08 in ScChildrenShapes::Notify(SfxBroadcaster&, SfxHint
const&) (this=0x5564b1e971c0, rHint=...) at
/home/julien/lo/libreoffice/sc/source/ui/Accessibility/AccessibleDocument.cxx:387
#6  0x00007f2ecfb4c9c4 in SfxBroadcaster::Broadcast(SfxHint const&)
(this=0x5564ad7b2980, rHint=...) at
/home/julien/lo/libreoffice/svl/source/notify/SfxBroadcaster.cxx:40
#7  0x00007f2ece686e4f in SdrObject::BroadcastObjectChange() const
(this=0x5564adfffa80) at
/home/julien/lo/libreoffice/svx/source/svdraw/svdobj.cxx:1025
#8  0x00007f2e9e67f057 in ScDrawLayer::RecalcPos(SdrObject*, ScDrawObjData&,
bool, bool) (this=0x5564ad7b2980, pObj=0x5564adfffa80, rData=...,
bNegativePage=false, bUpdateNoteCaptionPos=true)
    at /home/julien/lo/libreoffice/sc/source/core/data/drwlayer.cxx:1335
#9  0x00007f2e9e67d043 in ScDrawLayer::MoveCells(short, short, int, short, int,
short, int, bool)
    (this=0x5564ad7b2980, nTab=1, nCol1=0, nRow1=3, nCol2=16383, nRow2=1048575,
nDx=0, nDy=1, bUpdateNoteCaptionPos=true) at
/home/julien/lo/libreoffice/sc/source/core/data/drwlayer.cxx:632
#10 0x00007f2e9e6840e2 in ScDrawLayer::MoveArea(short, short, int, short, int,
short, int, bool, bool)
    (this=0x5564ad7b2980, nTab=1, nCol1=0, nRow1=3, nCol2=16383, nRow2=1048575,
nDx=0, nDy=1, bInsDel=true, bUpdateNoteCaptionPos=true) at
/home/julien/lo/libreoffice/sc/source/core/data/drwlayer.cxx:1565
#11 0x00007f2e9e822151 in ScTable::UpdateDrawRef(UpdateRefMode, short, int,
short, short, int, short, short, int, short, bool)
    (this=0x5564ae1489f0, eUpdateRefMode=URM_INSDEL, nCol1=0, nRow1=3, nTab1=0,
nCol2=16383, nRow2=1048575, nTab2=4, nDx=0, nDy=1, nDz=0,
bUpdateNoteCaptionPos=true)
    at /home/julien/lo/libreoffice/sc/source/core/data/table1.cxx:1821
#12 0x00007f2e9e422737 in ScDocument::InsertRow(short, short, short, short,
int, unsigned long, ScDocument*, ScMarkData const*)
    (this=0x5564adb1e3f0, nStartCol=0, nStartTab=0, nEndCol=16383, nEndTab=4,
nStartRow=3, nSize=1, pRefUndoDoc=0x5564b3086680, pTabMark=0x7fff9f289c88)
    at /home/julien/lo/libreoffice/sc/source/core/data/document.cxx:1311
#13 0x00007f2e9f2be7d1 in ScDocFunc::InsertCells(ScRange const&, ScMarkData
const*, InsCellCmd, bool, bool, bool, unsigned long)
    (this=0x5564adafbd90, rRange=..., pTabMark=0x5564adebc158,
eCmd=INS_INSROWS_BEFORE, bRecord=true, bApi=false, bPartOfPaste=false,
nInsertCount=0)
    at /home/julien/lo/libreoffice/sc/source/ui/docshell/docfunc.cxx:2113
#14 0x00007f2e9fc0407c in ScViewFunc::InsertCells(InsCellCmd, bool, bool,
unsigned long) (this=0x5564adebc108, eCmd=INS_INSROWS_BEFORE, bRecord=true,
bPartOfPaste=false, nCount=0)
    at /home/julien/lo/libreoffice/sc/source/ui/view/viewfunc.cxx:1845
#15 0x00007f2e9f905b3b in ScCellShell::ExecuteEdit(SfxRequest&)
(this=0x5564ade56f80, rReq=...) at
/home/julien/lo/libreoffice/sc/source/ui/view/cellsh1.cxx:312

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to