<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:mstahl@redhat.com" title="Michael Stahl <mstahl@redhat.com>"> <span class="fn">Michael Stahl</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Scrolling and then clicking into document crashes Writer"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=101821">bug 101821</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Assignee</td>
           <td>libreoffice-bugs@lists.freedesktop.org
           </td>
           <td>mstahl@redhat.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Scrolling and then clicking into document crashes Writer"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=101821#c27">Comment # 27</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Scrolling and then clicking into document crashes Writer"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=101821">bug 101821</a>
              from <span class="vcard"><a class="email" href="mailto:mstahl@redhat.com" title="Michael Stahl <mstahl@redhat.com>"> <span class="fn">Michael Stahl</span></a>
</span></b>
        <pre>
looks like i was wrong about the layout loop, the layout does indeed never
finish and hog the CPU, but if you are more patient than i was initially
you can modify the document (probably it's easier if you don't use a
slow --enable-dbgutil build).

the section has the m_bEndnAtEnd flag set - this causes it to be created with a
SwColumnFrame despite only 1 column.

there is a single 1-column section covering the entire bugdoc.

there are endnotes but not footnotes in bugdoc.

crash is caused by: FindFootnoteBossFrame is called wrongly with
bFootnotes=true for a endnote, then it is placed in the endnote
SwFootnoteContFrame instead of the page's

... and then i asked valgrind and it reported a couple of user-after-frees ...

the crash is fixed on master, the layout still there but that's a separate bug
:)</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>