https://issues.apache.org/ooo/show_bug.cgi?id=105491
Andre <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Assignee|[email protected] |[email protected] |g | --- Comment #6 from Andre <[email protected]> --- I can reproduce the crash. It is a stack overflow due to this loop: svxcore.dll!SdrObject::SetObjectItemSet(const SfxItemSet & rSet) Line 2021 C++ svxcore.dll!SdrObjCustomShape::AdaptTextMinSize() Line 1763 C++ svxcore.dll!SdrObjCustomShape::NbcSetSnapRect(const Rectangle & rRect) Line 1777 C++ svxcore.dll!SdrObjCustomShape::SetSnapRect(const Rectangle & rRect) Line 1787 C++ svxcore.dll!SdrObjCustomShape::SetVerticalWriting(unsigned char bVertical) Line 2608 C++ svxcore.dll!sdr::properties::TextProperties::ItemChange(const unsigned short nWhich, const SfxPoolItem * pNewItem) Line 175 C++ svxcore.dll!sdr::properties::CustomShapeProperties::ItemChange(const unsigned short nWhich, const SfxPoolItem * pNewItem) Line 177 C++ svxcore.dll!sdr::properties::DefaultProperties::SetObjectItemSet(const SfxItemSet & rSet) Line 167 C++ svxcore.dll!SdrObject::SetObjectItemSet(const SfxItemSet & rSet) Line 2021 C++ -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
