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 2010/04/07 19:52:26 UTC

DO NOT REPLY [Bug 44965] NPE in FopPDFImage

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

--- Comment #11 from Robin Bramley <as...@rbramley.com> 2010-04-07 17:52:22 UTC ---
(In reply to comment #10)
> (In reply to comment #9)
> > Note that upgrading to FOP 0.95 didn't work in our situation; instead it caused
> > a StackOverflowError (infinite loop seemingly linked to flowing a table).
> 
> Dear Robin,
> 
> you said your using openjdk 1.6.0b9. Could you check with a later version (b10
> worked for me)

Hi Max,

I still see the same stack overflow error with FOP 0.95 (plus upgraded
dependencies e.g. Batik 1.7) and a later OpenJDK 1.6.0 build

# cat /etc/redhat-release
CentOS release 5.4 (Final)
# uname -srvo
Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009 GNU/Linux
# java -version
java version "1.6.0_0"
OpenJDK Runtime Environment (IcedTea6 1.6) (6b16-Argeo-5)
OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)


        at java.lang.String.valueOf(String.java:2838)
        at java.lang.StringBuffer.append(StringBuffer.java:236)
        at org.apache.fop.datatypes.LengthBase.toString(LengthBase.java:135)
        at java.lang.String.valueOf(String.java:2838)
        at java.lang.StringBuffer.append(StringBuffer.java:236)
        at
org.apache.fop.fo.properties.PercentLength.toString(PercentLength.java:121)
        at java.lang.String.valueOf(String.java:2838)
        at java.lang.StringBuffer.append(StringBuffer.java:236)
        at
org.apache.fop.fo.flow.table.TableColumn.toString(TableColumn.java:233)

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