https://issues.apache.org/bugzilla/show_bug.cgi?id=44160
Andreas L. Delmelle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW Component|pdf |page-master/layout Platform|PC |All OS/Version|Linux |All --- Comment #3 from Andreas L. Delmelle <[email protected]> 2011-06-02 19:40:50 UTC --- Adding the comment here, since it was being referred to in the code: If I judge correctly, a more proper fix entails a change in PageBreakingAlgorithm.resetFootnotes(). Right now, it only alters the footnotesList and lengthList, but not the accompanying indices. That is only done in computeDifference(). As such, it seems understandable that at some point, situations will arise where they are out of synch, and footnotesListIndex points to an element that was already removed. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
