Re: [xslt] Bug with multiple documents output



On Fri, Apr 26, 2002 at 05:02:51PM +0200, Fabrice DESRE - FT.BD/FTR&D/DTL/TAL wrote:
>  Hello,
> 
>  I just found a strange bug affecting multiple document genration with
> <xsl:document/>
>  I get a bus error on my Solaris box, so not even a core dump to
> backtrace the problem.

  The problem is occuring quite before. One attribute generation routine
wasn't checking that the target wasn't an element node, in your case it 
was a document node, the attribute was added as if it was a internal subset
node and the freeing routine crapped out !

  Fix commited in CVS:

http://cvs.gnome.org/bonsai/cvsquery.cgi?module=libxslt&branch=HEAD&branchtype=match&dir=libxslt&file=&filetype=match&who=veillard&whotype=match&sortby=Date&hours=&date=explicit&mindate=04%2F30%2F02+12%3A08&maxdate=04%2F30%2F02+12%3A10&cvsroot=%2Fcvs%2Fgnome

 thanks

Daniel

-- 
Daniel Veillard      | Red Hat Network https://rhn.redhat.com/
veillard@redhat.com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



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