To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=50955
                  Issue #:|50955
                  Summary:|OOo crashes after several API calls
                Component:|api
                  Version:|680m104
                 Platform:|PC
                      URL:|
               OS/Version:|Windows XP
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P1
             Subcomponent:|code
              Assigned to:|sw
              Reported by:|ooandreas





------- Additional comments from [EMAIL PROTECTED] Sun Jun 19 03:56:18 -0700 
2005 -------
OpenOffice.org crashes after a great many of API calls. Here is a java code
example which uses a writer document with one table :

XCellRange xCellRange = (XCellRange)UnoRuntime.queryInterface(XCellRange.class,
xTextTable);
for(int i=0; i<100000; i++) {
   XCellRange newXCellRange = xCellRange.getCellRangeByPosition(1,1,2,2);
}

After 500-1000 calls of the method getCellRangeByPosition(...) OpenOffice.org
will crash. If you integrate a call of the java carbage collector,
OpenOffice.org will stay longer alive - but it will crash in the end too.

---------------------------------------------------------------------
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]

Reply via email to