<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: lcl_RecalcRow (comment 0 or comment 5)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134966#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash in: lcl_RecalcRow (comment 0 or comment 5)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134966">bug 134966</a>
              from <span class="vcard"><a class="email" href="mailto:telesto@surfxs.nl" title="Telesto <telesto@surfxs.nl>"> <span class="fn">Telesto</span></a>
</span></b>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=163534" name="attach_163534" title="Bibisect log">attachment 163534</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=163534&action=edit" title="Bibisect log">[details]</a></span>
Bibisect log

Bisected to
author  Michael Stahl <<a href="mailto:Michael.Stahl@cib.de">Michael.Stahl@cib.de</a>>    2019-06-27 13:04:51 +0200
committer       Michael Stahl <<a href="mailto:Michael.Stahl@cib.de">Michael.Stahl@cib.de</a>>    2019-06-27 15:04:15
+0200
commit  1cb7e4899b5ada902e99a0c964ee047950c07044 (patch)
tree    b3db27ca9748967bb1b1d240965233842e1637d1
parent  ef801197fcad9461390806a9fb42dd4566e55918 (diff)
sw: avoid deleting the iterated SwRowFrame on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED DUPLICATE - irritating disfunction in the table formatting"
   href="show_bug.cgi?id=104188">tdf104188</a>-4.odt
The change in commit 1e6dec4b4313212a3bdc6bb06155fd65e795368b
was not enough to fix this problem.

SwContentFrame::CalcLowers() may move a SwTextFrame to the previous
page; in that case Calc() on the upper is a bad idea because it may then
call RemoveFollowFlowLine() and delete the SwRowFrame that is being
iterated.

There is one other (unknown) bugdoc with this problem, let's hope it's
fixed as well...

(regression from commit 18765b9fa739337d2d891513f6e2fb7c3ce23b50)

STR
1. Delete all rows one by one until table gone
2. Press CTRL+Z until everything is back

So I ignored crashes while pressing deleting rows 

<a href="https://cgit.freedesktop.org/libreoffice/core/commit/?id=1cb7e4899b5ada902e99a0c964ee047950c07044">https://cgit.freedesktop.org/libreoffice/core/commit/?id=1cb7e4899b5ada902e99a0c964ee047950c07044</a></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>