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@lists.freedesktop.org
          Reporter: mikekagan...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to