<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - inspection of object hangs LO - memory leak"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=108189#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - inspection of object hangs LO - memory leak"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=108189">bug 108189</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>This is trying to generate a string to represent the DataArray of the cursor,
down in 
    ScCellRangeObj::getDataArray

Unfortunately, (given the input file), this is an array of the entire
spreadsheet.

Also unfortunately, we are using UNO introspection APIs here, and there is no
way to say "we only first a representative sample of the data here, not the
whole thing", which is what most debuggers do.

Probably the easiest fix is to teach basic in
   SbUnoObject::Notify
to use some some kind of special case handling for property calls which can
generate such large chunks of data.</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>