[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#405937: exception/segmentation fault when trying to process an XML document with Xalan2/Xerces



Am Montag, den 23.07.2007, 15:21 +0200 schrieb Daniel Leidert:
> Am Montag, den 23.07.2007, 09:16 +0200 schrieb Matthias Klose:
> 
> > - please recheck with gij-4.1/gij-4.2 from unstable.
> 
> If libgcj7-jar or libgcj8-jar are installed, the reported issue occurs
> (with java|gij-4.1|gij-4.2). Removing these packages makes the command
> work.
> 
> > - please provide a testcase
> 
> As mentioned, the issue occurs independent from the document, that is
> processed or the stylesheet that is used. Process the attached file (a
> simple test article taken from the docbook-xsl test files) with the
> following command:
> 
> $ /usr/bin/java \
>     -Djava.endorsed.dirs=/usr/share/java \
>     org.apache.xalan.xslt.Process \
>     -out myfile.html \
>     -in article.001.xml \
>     -xsl /usr/share/xml/docbook/stylesheet/nwalsh/html/docbook.xsl
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Please use the online location here. The docbook-xsl package has a bug
inside glossary.xsl (the language variable is undefined in the glosslist
template). So this must be:

-xsl http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl

Then you should be able to observe the issue I reported.

Regards, Daniel




Reply to: