https://bugs.documentfoundation.org/show_bug.cgi?id=108189
Bug ID: 108189
Summary: inspection of object crashes LO - memory leak
Product: LibreOffice
Version: Inherited From OOo
Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: BASIC
Assignee: [email protected]
Reporter: [email protected]
steps to reproduce:
- open new spreadsheet document
- insert macro
- set breakpoint
- try to inspect variable "oCursor"
-> LO will use all memory until operating system freezes
REM ***** BASIC *****
OPTION EXPLICIT
Sub Main
Dim oSheet as Object
Dim oCursor as Object
oSheet = ThisComponent.getSheets().getByIndex(0)
oCursor = oSheet.createCursor()
Wait(50)
MsgBox "Set a BreakPoint at MsgBox, Enter >oCursor< into the watch
field"
& Chr(13) & "Try to open the [+] oCursor"
End Sub
--
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