Re: [dev] inspection of object crashes basic ide

2007-12-04 Thread Oliver Brinzing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Matthias,

 I can confirm this with 2.3.1rc1 under Linux. OOo freezes and its
 memory consumption grows and grows and grows ...

thanks, i submitted an issues for this:
http://www.openoffice.org/issues/show_bug.cgi?id=84092

Oliver

- --

GnuPG key 0xCFD04A45: 8822 057F 4956 46D3 352C 1A06 4E2C AB40 CFD0 4A45
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHVY0pTiyrQM/QSkURAq31AJ9pTmdL9+HraaO00xcMyHOPw0FVuACfYXYq
B8JnwmkxEv+L/5N9oHY9U9A=
=Jm2/
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] inspection of object crashes basic ide

2007-11-28 Thread Oliver Brinzing
Hi,

can somebody confirm this ? 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 ...

Oliver


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 - OO will freeze - memory leak 

End Sub
-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]