<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:noelgrandin@gmail.com" title="Noel Grandin <noelgrandin@gmail.com>"> <span class="fn">Noel Grandin</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - calc crashes on opening this specific file"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=119922">bug 119922</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;">CC</td>
           <td>
                
           </td>
           <td>markus.mohrhard@googlemail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - calc crashes on opening this specific file"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=119922#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - calc crashes on opening this specific file"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=119922">bug 119922</a>
              from <span class="vcard"><a class="email" href="mailto:noelgrandin@gmail.com" title="Noel Grandin <noelgrandin@gmail.com>"> <span class="fn">Noel Grandin</span></a>
</span></b>
        <pre>The actual problem here is that we are trying to allocate a regression curve
with nPointCount=625001323, which throws a std::bad_alloc, which gets munged a
little bit by the event loop catch block for some reason.

Attached a backtrace.

Which means the most likely culprit commit is this one:

  
<a href="https://cgit.freedesktop.org/libreoffice/core/commit/?id=4c7116413af091a30f5fa60c63d29bc694730518">https://cgit.freedesktop.org/libreoffice/core/commit/?id=4c7116413af091a30f5fa60c63d29bc694730518</a>

  committer  Markus Mohrhard <<a href="mailto:markus.mohrhard@googlemail.com">markus.mohrhard@googlemail.com</a>>
  fix odf validation errors around new chart regression curves


I'm guessing that this file is broken, and the above commit improved things by
allowing us to try and load bad data, which we would formerly ignore, which
causes the allocation exception</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>