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

--- Comment #13 from Björn Michaelsen <[email protected]> ---
>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@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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to