[Libreoffice-bugs] [Bug 129839] New: Crash inspecting properties of cell range object in IDE
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Jan 6 17:31:33 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=129839
Bug ID: 129839
Summary: Crash inspecting properties of cell range object in
IDE
Product: LibreOffice
Version: 6.3.0.0.alpha0+
Hardware: All
OS: All
Status: UNCONFIRMED
Keywords: bibisected, bisected, regression
Severity: normal
Priority: medium
Component: BASIC
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: mikekaganski at hotmail.com
In a new text document create a table; in this BASIC code:
> sub Crash
> oCells = ThisComponent.getTextTables().getByIndex(0).getCellRangeByName("A1:A1")
> end sub
put breakpoint on the line "end sub". Run the code. When it pauses on the
breakpoint, add variable oCells to the Watch list, and try to expand => crash.
Regression after
https://git.libreoffice.org/core/+/1e2682235cded9a7cd90e55f0bfc60a1285e9a46
--
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/20200106/510790ef/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list