Hello Stephan,

I have filed an issue : 50955.

Regards

Andreas

> -----Original Message-----
> From: Andreas Bröker [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 17, 2005 5:22 PM
> To: '[email protected]'
> Subject: RE: [api-dev] How stable is the Java API ?
> 
> 
> Hello Stephan,
> 
> my login does not work properly. Sorry. Here is my code snippet:
> 
> XCellRange xCellRange = null;
> for(int i=0; i<100000; i++) {
>       if(xCellRange == null)
>         xCellRange = 
> (XCellRange)UnoRuntime.queryInterface(XCellRange.class, xTextTable);
>       XCellRange newXCellRange = 
> xCellRange.getCellRangeByPosition(1,1,2,2);
> }
> 
> Regards
> 
> Andreas
> 
> > -----Original Message-----
> > From: Stephan Bergmann [mailto:[EMAIL PROTECTED]
> > Sent: Friday, June 17, 2005 4:51 PM
> > To: [email protected]
> > Subject: Re: [api-dev] How stable is the Java API ?
> > 
> > 
> > Andreas Bröker wrote:
> > > Hello Martin,
> > > 
> > > we have made a simple test programm that uses the 
> > XCellRange interface of an XTextTable in order to return a 
> > cell range in a loop. That is enough in order to crash 
> OpenOffice.org.
> > 
> > Please send me the code, or, preferably, open an issue and 
> attach the 
> > code there (and let me know the issue ID).  We can have a look then.
> > 
> > -Stephan
> > 
> > > Best regards
> > > 
> > > Andreas
> > > 
> > > 
> > >>-----Original Message-----
> > >>From: Martin Thoma [mailto:[EMAIL PROTECTED]
> > >>Sent: Friday, June 17, 2005 3:58 PM
> > >>To: [email protected]
> > >>Subject: RE: [api-dev] How stable is the Java API ?
> > >>
> > >>
> > >>Hi Andreas,
> > >>
> > >>then I think the profis have to start ;-)
> > >>
> > >>Could you provide a simple code which crashes after a lot of 
> > >>executions? I
> > >>weren't able to do so, but I could not spend much time on it 
> > >>in the past.
> > >>Perhaps, if we find a peace of code that crashes in Java 
> > and C++ after
> > >>executing a lot of times we could raise an issue.
> > >>
> > >>Regards
> > >>
> > >>Martin
> > >>
> > >>
> > >>>-----Original Message-----
> > >>>From: Andreas Bröker [mailto:[EMAIL PROTECTED]
> > >>>Sent: Friday, June 17, 2005 3:34 PM
> > >>>To: '[email protected]'
> > >>>Subject: RE: [api-dev] How stable is the Java API ?
> > >>>
> > >>>Hello Martin,
> > >>>
> > >>>yes - with OpenOffice.org 1.1.4 we have the same problems.
> > >>>
> > >>>Best Regards
> > >>>
> > >>>Andreas
> > 
> > 
> ---------------------------------------------------------------------
> > 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]
> 

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

Reply via email to