To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116193
                 Issue #|116193
                 Summary|[WW8] bookmark export loops
               Component|Word processor
                 Version|DEV300m95
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P2
            Subcomponent|save-export
             Assigned to|os
             Reported by|mst





------- Additional comments from m...@openoffice.org Tue Dec 21 12:35:46 +0000 
2010 -------
the sw complex test CheckBookmarks creates a document with many bookmarks
and stores it via the WW8 filter as DOC.

this goes into an infinite recursion in DEV300m95:
in wrtw8nds.cxx there is some current index into a text node,
and that apparently goes from 0 to 1 to 0 to 1...

seems to be caused by the interaction of the SwAttrIter and the bookmark export:
the SwAttrIter has a current position 2^16-1, and then is incremented again
(by calling NextPos()) to 0.

---------------------------------------------------------------------
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to