https://issues.apache.org/bugzilla/show_bug.cgi?id=48397
Summary: [PATCH] infinite loop in footnotes (see also #47424)
Product: Fop
Version: 1.0dev
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: page-master/layout
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=24712)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24712)
Patch for #47424
This patch solves the problem of an infinite loop in footnotes as reported in
bug 47424.
The infinite loop occurred in
org.apache.fop.layoutmgr.PageBreakingAlgorithm.getFootnoteSplit(int, int, int,
int, boolean).
This patch does not solve the problem of another infinite loop in footnotes as
reported in bugs 48063 and 48162. This infinite loop occurs in
org.apache.fop.layoutmgr.PageBreakingAlgorithm.createFootnotePages(KnuthPageNode).
The test attached to 48063 is converted to a testcase and added to the list of
disabled testcases.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.