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

--- Comment #7 from Noel Grandin <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to