To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106226 Issue #|106226 Summary|Crash/freeze/leak on createEnumeration() Component|Word processor Version|OOo 3.2 Beta 1 Platform|All URL| OS/Version|All Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|programming Assigned to|writerneedsconfirm Reported by|mux2005
------- Additional comments from [email protected] Fri Oct 23 15:09:33 +0000 2009 ------- If you click the button in the attached document, OOo will consume all CPU and memory. Depending on your system you may need to do a hard reset. The problem happens when the macro attempts to enumerate over the 1st paragraph to which the folding mark line in the left margin is anchored. The problem only happens when enumerating via the bookmark. If the enumeration is done via the ThisComponent.Text object, the paragraph can safely be enumerated. The macro code is as follows: ThisComponent.Bookmarks.getByIndex(0).getAnchor().createEnumeration().nextElement().createEnumeration() The issue has been confirmed under Windows and Linux. --------------------------------------------------------------------- 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]
