Your message dated Mon, 20 Feb 2006 10:02:18 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#347542: fixed in libxslt 1.1.15-4
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: xsltproc
Version: 1.1.15-2
Severity: normal
*** Please type your report below this line ***
Xsltproc exits with cryptic error messages in the following
situations:
Input files: (lines starting with -- are not parts of the files)
-- File: lista.xsl ----
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<xsl:output method="xml" encoding="UTF-8" />
<xsl:template match="/" >
<element xml:lang="en">
<xsl:for-each select="//entry">
<xsl:number value="position()" format="1" lang="de" />
</xsl:for-each>
</element>
</xsl:template>
</xsl:stylesheet>
-- End of lista.xsl ---
-- File: test.xml ---
<?xml version="1.0" encoding="UTF-8" ?>
<empty/>
-- End of test.xml ---
Let's try to apply the stylesheet:
xsltproc -o output.xml lista.xsl test.xml
Unimplemented block at preproc.c:877
XSL process segmentation fault at Wed Jan 11 13:22:26
If I change the attribute lang of xsl:number to "en" in lista.xsl
then I receive another message:
xsltproc -o output.xml lista.xsl test.xml
Unimplemented block at preproc.c:877
*** glibc detected *** free(): invalid pointer: 0x0805830f ***
XSL process aborted at Wed Jan 11 13:28:27
Gabor Braun
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (650, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.14-2-686
Locale: LANG=hu_HU.iso88592, LC_CTYPE=hu_HU.iso88592 (charmap=ISO-8859-2)
(ignored: LC_ALL set to hu_HU.iso88592)
Versions of packages xsltproc depends on:
ii libc6 2.3.5-8 GNU C Library: Shared libraries an
ii libgcrypt11 1.2.2-1 LGPL Crypto library - runtime libr
ii libgpg-error0 1.1-4 library for common error values an
ii libxml2 2.6.22-2 GNOME XML library
ii libxslt1.1 1.1.15-2 XSLT processing library - runtime
ii zlib1g 1:1.2.2-4.sarge.2 compression library - runtime
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: libxslt
Source-Version: 1.1.15-4
We believe that the bug you reported is fixed in the latest version of
libxslt, which is due to be installed in the Debian FTP archive:
libxslt1-dbg_1.1.15-4_i386.deb
to pool/main/libx/libxslt/libxslt1-dbg_1.1.15-4_i386.deb
libxslt1-dev_1.1.15-4_i386.deb
to pool/main/libx/libxslt/libxslt1-dev_1.1.15-4_i386.deb
libxslt1.1_1.1.15-4_i386.deb
to pool/main/libx/libxslt/libxslt1.1_1.1.15-4_i386.deb
libxslt_1.1.15-4.diff.gz
to pool/main/libx/libxslt/libxslt_1.1.15-4.diff.gz
libxslt_1.1.15-4.dsc
to pool/main/libx/libxslt/libxslt_1.1.15-4.dsc
python-libxslt1_1.1.15-4_all.deb
to pool/main/libx/libxslt/python-libxslt1_1.1.15-4_all.deb
python2.3-libxslt1_1.1.15-4_i386.deb
to pool/main/libx/libxslt/python2.3-libxslt1_1.1.15-4_i386.deb
python2.4-libxslt1_1.1.15-4_i386.deb
to pool/main/libx/libxslt/python2.4-libxslt1_1.1.15-4_i386.deb
xsltproc_1.1.15-4_i386.deb
to pool/main/libx/libxslt/xsltproc_1.1.15-4_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Mike Hommey <[EMAIL PROTECTED]> (supplier of updated libxslt package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 20 Feb 2006 11:21:15 +0100
Source: libxslt
Binary: xsltproc libxslt1-dbg python2.4-libxslt1 python2.3-libxslt1
python-libxslt1 libxslt1-dev libxslt1.1
Architecture: source i386 all
Version: 1.1.15-4
Distribution: unstable
Urgency: low
Maintainer: Mike Hommey <[EMAIL PROTECTED]>
Changed-By: Mike Hommey <[EMAIL PROTECTED]>
Description:
libxslt1-dbg - XSLT processing library - debugging symbols
libxslt1-dev - XSLT processing library - development kit
libxslt1.1 - XSLT processing library - runtime library
python-libxslt1 - Python bindings for libxslt1
python2.3-libxslt1 - Python 2.3 bindings for libxslt1
python2.4-libxslt1 - Python 2.4 bindings for libxslt1
xsltproc - XSLT command line processor
Closes: 345496 347542 351126 353557
Changes:
libxslt (1.1.15-4) unstable; urgency=low
.
* debian/control: Removed python2.2-libxslt and build-dep on python2.2-dev
and python2.2-libxml2. Closes: #351126.
* doc/xsltproc.xml, doc/xsltproc.1: Applied patch from upstream cvs. That
improves the manual page by many ways, and Closes: #345496, #353557.
Thanks Daniel Leidert.
* doc/xsltproc.html: Manually updated with changes from the .xml file.
* libxslt/preproc.c:
+ Fixed spurious free() when xsl:number/@lang is present.
+ Fixed spurious free() when xsl:number/@level has an invalid value.
+ Added a message about the fact that xsl:number/@lang is no implemented.
Closes: #347542.
Files:
566d9070db931ac6a3144e77c161be22 953 text optional libxslt_1.1.15-4.dsc
37dcc294a9157e6e70d164294740d38d 68519 text optional libxslt_1.1.15-4.diff.gz
c979db286dc028276b8616e41d2b40fe 8116 python optional
python-libxslt1_1.1.15-4_all.deb
ed380946e70fb0b4f163f78990bc464d 202124 libs optional
libxslt1.1_1.1.15-4_i386.deb
29ccd12f8ed16238c3cb598c3e58f8b2 528056 libdevel optional
libxslt1-dev_1.1.15-4_i386.deb
058303516841fe3ff116a1d12134fea5 316132 libdevel optional
libxslt1-dbg_1.1.15-4_i386.deb
1f33bdbc8dc66a9a0fa145f0532a6594 95666 text optional xsltproc_1.1.15-4_i386.deb
aee57788a1ca92ccfd827b326dbb548c 159736 python optional
python2.4-libxslt1_1.1.15-4_i386.deb
3c3032e34198798c1f11841579438dca 159696 python optional
python2.3-libxslt1_1.1.15-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFD+gB+3kvaLFT9KlgRAracAJ9fEhkYdldsUwFVgh0ILhHzIko/DgCfaz4k
A4msLGLJepMDlp2xJCqHrnM=
=0o81
-----END PGP SIGNATURE-----
--- End Message ---