https://bugs.documentfoundation.org/show_bug.cgi?id=94024
Julien Nabet <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
--- Comment #2 from Julien Nabet <[email protected]> ---
Part of backtrace:
#0 SdrObject::GetOrdNum (this=0x89ca6f0) at
/home/julien/lo/libreoffice/svx/source/svdraw/svdobj.cxx:777
#1 0x00002aaab0d950af in SvxShape::getPropertyValueImpl (this=0x89c8ff0,
pProperty=0x4196350, rValue=uno::Any(void))
at /home/julien/lo/libreoffice/svx/source/unodraw/unoshape.cxx:2576
#2 0x00002aaab0d9d86a in SvxShapeText::getPropertyValueImpl (this=0x89c8ff0,
rName="ZOrder", pProperty=0x4196350, rValue=uno::Any(void))
at /home/julien/lo/libreoffice/svx/source/unodraw/unoshape.cxx:4077
#3 0x00002aaab0d91dc8 in SvxShape::_getPropertyValue (this=0x89c8ff0,
PropertyName="ZOrder") at
/home/julien/lo/libreoffice/svx/source/unodraw/unoshape.cxx:1744
#4 0x00002aaad3f47292 in SdXShape::getPropertyValue (this=0x89a62b0,
PropertyName="ZOrder") at
/home/julien/lo/libreoffice/sd/source/ui/unoidl/unoobj.cxx:831
#5 0x00002aaab0d91c60 in SvxShape::getPropertyValue (this=0x89c8ff0,
PropertyName="ZOrder") at
/home/julien/lo/libreoffice/svx/source/unodraw/unoshape.cxx:1725
#6 0x00002aaaf23e66e3 in (anonymous
namespace)::IntrospectionAccessStatic_Impl::getPropertyValueByIndex
(this=0x83c8cf0, obj=
uno::Any("com.sun.star.uno.XInterface": {_vptr.XInterface = 0x89c9028}),
nSequenceIndex=40) at
/home/julien/lo/libreoffice/stoc/source/inspect/introspection.cxx:571
I'm not sure but it seems to depend on SdrObjList::RecalcObjOrdNums() which
depends on SdrObjList::GetObjCount() which corresponds to maList.size();
finally maList is defined as ListType which is typedef
std::vector<std::unique_ptr<SdrObjUserData> > ListType;
So might be system constraint.
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs