To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84092
Issue #|84092
Summary|basic ide: inspection of object crashes oo - memory le
|ak
Component|framework
Version|OOo 2.3
Platform|All
URL|
OS/Version|Windows Vista
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P2
Subcomponent|scripting
Assigned to|ab
Reported by|brinzing
------- Additional comments from [EMAIL PROTECTED] Thu Nov 29 17:13:59 +0000
2007 -------
Hi,
open a spreadsheet document, set a breakpoint at "msgbox"
run macro and try to inspect "oCursor" ...
OO 2.3 (Vista) crashes with a memory leak ...
(on my notebook it consumes 1,5MB memory before crashing ...)
no problems if you *use* the "oCursor" object before inspection
for example: oCursor.GotoEndOfUsedArea()
Oliver
REM ***** BASIC *****
OPTION EXPLICIT
Sub Main
Dim oSheet as Object
Dim oCursor as Object
oSheet = ThisComponent.getSheets().getByIndex(0)
oCursor = oSheet.createCursor()
' oCursor.GotoEndOfUsedArea()
Wait(50)
MsgBox "Set a BreakPoint at MsgBox, Enter >oCursor< into the watch
field" & Chr(13) & "Try to open the [+] oCursor - OO will
freeze -> memory leak "
End Sub
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]