You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2009/06/25 13:44:23 UTC

DO NOT REPLY [Bug 47424] New: Trunk version of fop hangs

https://issues.apache.org/bugzilla/show_bug.cgi?id=47424

           Summary: Trunk version of fop hangs
           Product: Fop
           Version: 1.0dev
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P1
         Component: pdf
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: johanpretorius@jesuruncharity.com


See post http://www.nabble.com/fop-trunk-hangs-ts24166975.html

Attached is the fo file that refuses to run to completion.

I have downloaded the most recent trunk version from svn 2 days ago.
Compilation worked fine.

When trying to produce a pdf file from it fop hangs, it seems, after processing
all my paragraphs.

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

DO NOT REPLY [Bug 47424] Infinite loop in footnotes

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47424

Vincent Hennebert <vh...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|48063                       |

--- Comment #4 from Vincent Hennebert <vh...@gmail.com> 2009-10-29 04:21:59 UTC ---
Note: bug 48063 probably is a duplicate of this bug. Check that sample files
attached to that bug run fine after this one has been fixed.

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

DO NOT REPLY [Bug 47424] Infinite loop in footnotes

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47424





--- Comment #2 from Jordan <wr...@gmail.com>  2009-06-29 21:11:04 PST ---
Created an attachment (id=23907)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23907)
Another simple example of bug

PDF renders successfully if final footnote code is omitted.

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

DO NOT REPLY [Bug 47424] Infinite loop in footnotes

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47424





--- Comment #3 from Johan Pretorius <jo...@jesuruncharity.com>  2009-06-30 02:57:52 PST ---
I was able to create a pdf from my fo file.
Problem was in one footnote's footnote-body tag I have a fo:block element.

It has an attribute margin-top="5px". Now to create a pdf I have to either
remove some text in the block or remove the attribute.

I only needed to fix one footnote.

(I commented out every footnote and then tried to create a pdf until it failed.
Only one footnote had this problem.)

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

DO NOT REPLY [Bug 47424] Infinite loop in footnotes

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47424

Glenn Adams <gl...@skynav.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |normal

--- Comment #6 from Glenn Adams <gl...@skynav.com> 2012-04-07 01:37:03 UTC ---
resetting severity from major to normal pending further review

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

DO NOT REPLY [Bug 47424] Infinite loop in footnotes

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47424


Vincent Hennebert <vh...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Trunk version of fop hangs  |Infinite loop in footnotes




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

DO NOT REPLY [Bug 47424] Infinite loop in footnotes

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47424


Jordan <wr...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wraezor@gmail.com




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

DO NOT REPLY [Bug 47424] Trunk version of fop hangs

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47424





--- Comment #1 from Vincent Hennebert <vh...@gmail.com>  2009-06-26 02:42:56 PST ---
Created an attachment (id=23887)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23887)
Slightly simplified file showing the problem

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

DO NOT REPLY [Bug 47424] Infinite loop in footnotes

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47424

--- Comment #5 from Heidi Vanparys <he...@gmail.com> 2009-12-16 05:46:46 UTC ---
This bug does not seem to be related to bug 48063. The test files attached to
bug 47424 show an infinite loop in
org.apache.fop.layoutmgr.PageBreakingAlgorithm.getFootnoteSplit(int, int, int,
int, boolean), whereas the test file attached to bug 48063 encounters an
infinite loop in
org.apache.fop.layoutmgr.PageBreakingAlgorithm.createFootnotePages(KnuthPageNode).

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

DO NOT REPLY [Bug 47424] Infinite loop in footnotes

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47424

Glenn Adams <gl...@skynav.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--- Comment #7 from Glenn Adams <gl...@skynav.com> 2012-04-07 01:39:43 UTC ---
resetting P1 open bugs to P3 pending further review

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

DO NOT REPLY [Bug 47424] Infinite loop in footnotes

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47424

Vincent Hennebert <vh...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |48063

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