Re: bug: fop crashes when using float and span=all

2015-03-20 Thread Andreas Argirakis
OK, thanks for your reply. I've created a bug in Jira at https://issues.apache.org/jira/browse/FOP-2458 Best regards, Andreas Argirakis On 2015-03-19 23:22, Luis Bernardo wrote: Please create a bug in Jira. I think that span, like float does, may trigger a restart of the layout engine and

Re: bug: fop crashes when using float and span=all

2015-03-19 Thread Luis Bernardo
Please create a bug in Jira. I think that span, like float does, may trigger a restart of the layout engine and the two restarts are not playing well together... On 3/19/15 5:01 PM, Andreas Argirakis wrote: Hi. Using fop nightly 20150319 on Windows 7. Attached are three .fo files showing

RE: bug: fop crashes when using float and span=all

2015-03-19 Thread Robert Meyer
Hi, It seems the source of the NPE is a debug line: AbstractBreaker.log.debug(restart: optimalPageCount= + optimalPageCount+ pageBreaks.size()= + algRestart.getPageBreaks().size()); The algRestart.getPageBreaks() is null here causing the issue. When I comment out the