[Libreoffice-bugs] [Bug 108189] inspection of object hangs LO - memory leak

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Mar 27 15:25:17 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=108189

--- Comment #7 from Noel Grandin <noelgrandin at gmail.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180327/64146004/attachment.html>


More information about the Libreoffice-bugs mailing list