<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:telesto@surfxs.nl" title="Telesto <telesto@surfxs.nl>"> <span class="fn">Telesto</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash scrolling down in large file while still loading"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134996">bug 134996</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>NEEDINFO
           </td>
           <td>NEW
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash scrolling down in large file while still loading"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134996#c16">Comment # 16</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash scrolling down in large file while still loading"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134996">bug 134996</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>And I also reproduce this with a accepted all changes variant.. only less often
(scrolls up faster etc). But not quite a surprise 

1417  void vcl::Region::SetEmpty()
1418  {
1419      // reset all content
1420      mpB2DPolyPolygon.reset();
1421      mpPolyPolygon.reset();
1422      mpRegionBand.reset();
1423      mbIsNull = false;
1424  }
1425  
1426  Region& vcl::Region::operator=( const vcl::Region& ) = default;

Resetting all content as it's probably still needed somewhere. I would say it's
more co-incidence; timing element. Being at the wrong place at the wrong moment</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>