<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:xiscofauli@libreoffice.org" title="Xisco Faulí <xiscofauli@libreoffice.org>"> <span class="fn">Xisco Faulí</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Hang loading spreadsheet"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=114251">bug 114251</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;">Keywords</td>
           <td>possibleRegression
           </td>
           <td>bibisected, bisected, regression
           </td>
         </tr>

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

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>dennisfrancis.in@gmail.com, tml@iki.fi, xiscofauli@libreoffice.org
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Version</td>
           <td>6.1.0.0.alpha0+ Master
           </td>
           <td>6.0.0.0.beta1
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Ever confirmed</td>
           <td>
                
           </td>
           <td>1
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Hang loading spreadsheet"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=114251#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Hang loading spreadsheet"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=114251">bug 114251</a>
              from <span class="vcard"><a class="email" href="mailto:xiscofauli@libreoffice.org" title="Xisco Faulí <xiscofauli@libreoffice.org>"> <span class="fn">Xisco Faulí</span></a>
</span></b>
        <pre>Trying to reproduce it, I found sometimes it hungs and sometimes not and I
found a reliable way of reproducing the hang:

1. Launch LibreOffice in safe-mode: instdir/program/soffice --safe-mode
2. Open the document -> It doesn't hang
3. Go to sheet COST -> it hangs

Regression introduced by:

author  Tor Lillqvist <<a href="mailto:tml@collabora.com">tml@collabora.com</a>>       2017-08-29 22:11:06 +0300
committer       Dennis Francis <<a href="mailto:dennis.francis@collabora.co.uk">dennis.francis@collabora.co.uk</a>> 2017-11-21
16:09:40 +0530
commit  facc02e40557d382f8509f42f2340a692678d0e3 (patch)
tree    8aaf61c9f650aeabbabc50b07d2275114cd82e83
parent  91d0e65018300c259bba7b565bbf82f2e380784d (diff)
Make formula group weight take number of cells referenced into account
And not just the number of rows in the group. This means that even
relatively short formula groups that calculate over large ranges of
cells will be eligible for parallelized calculation. The weight of a
formula group is the number of rows in the group times the weight of
the formula.

The weight of a formula is for now the number of cells referenced by
all cell ranges in the formula, divided by 10. For instance, the
weight of SUM(A1:B100) would be 20. If no cell ranges are used, the
formula's weight is one.

Bisected with: bibisect-linux64-6.0

Adding Cc: to Tor Lillqvist and Dennis Francis</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>