After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 436589 - xsltproc --maxdepth seg faults
xsltproc --maxdepth seg faults
Status: RESOLVED FIXED
Product: libxslt
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2007-05-07 13:41 UTC by Oliver Kiddle
Modified: 2013-09-30 02:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Oliver Kiddle 2007-05-07 13:41:11 UTC
If I pass --maxdepth to xsltproc but omit the number argument, xsltproc seg faults. While this doesn't really matter, the command-line argument handling should be fixed.

To reproduce:
% xsltproc --maxdepth
zsh: 22987 segmentation fault  xsltproc --maxdepth

Occurs on both Solaris and Linux.
Comment 1 jorge niedbalski 2007-08-23 09:35:36 UTC
¿What version?
Comment 2 Oliver Kiddle 2007-10-05 14:29:04 UTC
It occurs with every different version I have around which is quite a few. At the time I raised the issue, I did check with what was the latest version at the time.

If you really want a version number, my current system has:

Using libxml 20630, libxslt 10122 and libexslt 813
xsltproc was compiled against libxml 20629, libxslt 10122 and libexslt 813
libxslt 10122 was compiled against libxml 20629
libexslt 813 was compiled against libxml 20629
Comment 3 Daniel Veillard 2013-09-30 02:22:17 UTC
Fixed now:

https://git.gnome.org/browse/libxslt/commit/?id=02b30799fe2f8a572f6eefb27b2b9f1265fc0db7

 thanks,

Daniel