[Gestalt-users] Bug with --trace
Status: Alpha
Brought to you by:
colin-adams
From: Florent G. <dar...@ya...> - 2007-01-22 23:38:28
|
Hi Colin I just experimented a bug in Gexslt from the latest CVS. Here is the test case: $ cat style.xsl <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0"> <xsl:template match="/"> <html/> </xsl:template> </xsl:stylesheet> $ cat input.xml <t/> $ gexslt style.xsl input.xml --trace=trace.out gexslt: system execution failed. Following is the set of recorded exceptions: ------------------------------------------------------------------------------- Class / Object Routine Nature of exception Effect ------------------------------------------------------------------------------- GEXSLT root's creation Segmentation violation: <00000000016B003C> Operating system signal. Exit ------------------------------------------------------------------------------- GEXSLT root's creation <00000000016B003C> Routine failure. Exit ------------------------------------------------------------------------------- make: *** [debug] Error 1 Please note the --trace argument. It is required to reproduce the bug. trace.out contains: <trace xmlns="http://www.gobosoft.com/eiffel/gobo/gexslt/trace" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" timing="false"> <node path="/" line="0" base_uri="file:/c%3A/Documents+and+Settings/.../tmp/test-hello-world.xml"> <TODO-Unknown-tag-1323 gexslt-name=" Regards, --drkm ___________________________________________________________________________ Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses http://fr.answers.yahoo.com |