[Libreoffice-bugs] [Bug 108189] New: inspection of object crashes LO - memory leak
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun May 28 08:30:05 UTC 2017
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: libreoffice-bugs at lists.freedesktop.org
Reporter: oliver.brinzing at gmx.de
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170528/943f1ef7/attachment.html>
More information about the Libreoffice-bugs
mailing list