<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash in: SwPageFrame::AppendDrawObjToPage(SwAnchoredObject &)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=108118#c13">Comment # 13</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash in: SwPageFrame::AppendDrawObjToPage(SwAnchoredObject &)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=108118">bug 108118</a>
              from <span class="vcard"><a class="email" href="mailto:bjoern.michaelsen@libreoffice.org" title="Björn Michaelsen <bjoern.michaelsen@libreoffice.org>"> <span class="fn">Björn Michaelsen</span></a>
</span></b>
        <pre>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:

<span class="quote">> OSL_ENSURE( _rNewObj.GetAnchorFrame(), "anchored draw object without anchor" );</span >

in the line before says should never happen anyway.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>