DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=44071>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=44071

           Summary: endless loop in
                    org.apache.fop.layoutmgr.ElementListUtils.removeLegalBre
                    aks(..)
           Product: Fop
           Version: 1.0dev
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: normal
          Priority: P2
         Component: page-master/layout
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: [EMAIL PROTECTED]


Hi,

Some of our FO that we use to generate PDF is locking FOP in an endless loop.
Looking at the code there is a "while" loop with a ListIterator.hasNext() exit
clause,  iteration is endlessly looping because of a ListIterator.next() call
and then a ListIterator.previous() call is made.

I included a simplified version of our FO to reproduce the bug.

Thanks

Guillaume

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to