To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=98421 Issue #|98421 Summary|Memory and resource leak when closing presentation and | drawing docs Component|framework Version|OOo 3.0 Platform|PC URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|tm Reported by|haggai
------- Additional comments from [email protected] Fri Jan 23 22:12:23 +0000 2009 ------- To reproduce: 1. Start xrestop 2. Start openoffice 3. Keep an eye on the resources used by openoffice 4. Open a drawing or presentation document 5. Close it again 6. Goto 3 There is an issue with X resources and memory usage. Over time OOo will use all available system memory. Things I have already found out about this: - The problem also exists in OOo 2.4. - The leak is due to the presentation document not being cleaned up when it is closed. - The problem is not specific to the framework code: writer documents do not exhibit the same problem when closed in the same way - The problem is common to both the presentation and drawing modules, and is therefore probably in the common sd code. - The problem is reproducible using the GUI as above, or using API calls to open documents. The method we tried was to create a frame and then use loadComponentFromURL repeatedly on the same frame. - The problem cannot be worked around by calling dispose() on the document object after the frame has been reused. --------------------------------------------------------------------- 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]
