[Libreoffice-bugs] [Bug 108118] Crash in: SwPageFrame::AppendDrawObjToPage(SwAnchoredObject & )

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed May 31 18:50:43 UTC 2017


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

--- Comment #13 from Björn Michaelsen <bjoern.michaelsen at libreoffice.org> ---
>From the stacktrace:
#1  0xe00dbcf4 in SwFrame::FindFlyFrame (this=0x0) at
/home/buildslave/source/libo-core/sw/source/core/inc/frame.hxx:938
#2  0xe05281af in SwPageFrame::AppendDrawObjToPage (this=this at entry=0xde4a4464,
_rNewObj=...) at
/home/buildslave/source/libo-core/sw/source/core/layout/flylay.cxx:804

So "this" in FindFlyFrame at #1 is a nullptr, which means
"_rNewObj.GetAnchorFrame()" at #2 (flylay.cxx:804) is a nullptr, which:

> OSL_ENSURE( _rNewObj.GetAnchorFrame(), "anchored draw object without anchor" );

in the line before says should never happen anyway.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170531/751103c2/attachment-0001.html>


More information about the Libreoffice-bugs mailing list