Bug 14963 - Fix for #8878 causes problems
Summary: Fix for #8878 causes problems
Status: CLOSED FIXED
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: page-master/layout (show other bugs)
Version: 0.20.4
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-29 16:44 UTC by Jens Stanstrup
Modified: 2012-04-01 06:38 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jens Stanstrup 2002-11-29 16:44:48 UTC
A quite large document suddenly breaks (due to an idefinite loop), works just
fine with FOP Maintain CVS from Nov 11, 2002:
 
 [INFO] [108]
 org.apache.fop.apps.FOPException: No meaningful layout in block after many
attempts.  Infinite loop is assumed.  Processing halted.
 	at org.apache.fop.fo.flow.Block.layout(Block.java:87)
 [ERROR] No meaningful layout in block after many attempts.  Infinite loop is
assumed.  Processing halted.
 	at org.apache.fop.fo.flow.StaticContent.layout(StaticContent.java:73)
 	at
org.apache.fop.fo.pagination.PageSequence.layoutStaticContent(PageSequence.java:428)
 	at
org.apache.fop.fo.pagination.PageSequence.formatStaticContent(PageSequence.java:379)
<snip/>
 	at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
 	at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
 	at org.apache.fop.apps.Driver.render(Driver.java:454)
 	at org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:69)
 	at org.apache.fop.apps.Fop.main(Fop.java:19)
 Java Result: 2
Comment 1 klease 2002-12-01 16:43:58 UTC
I also noticed this. I think it is happens because the blocks in the static
flows are composed on each page. Could perhaps also happen if you have a very
long table with headers or footers. I committed a change which makes this
problem go away, but I suspect that the looping behavior will now not be
detected either in all cases. It does still fix the bug #8878 however.

Please retest your document with latest CVS and close this bug if it is now
fixed. Thanks!
Comment 2 Pascal Sancho 2007-10-23 07:47:28 UTC
The previous comment sais that this bug is fixed for 5 years. 
Comment 3 Glenn Adams 2012-04-01 06:38:15 UTC
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed