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 128205 - xsltSaveResultToFile crashes on Windows
xsltSaveResultToFile crashes on Windows
Status: VERIFIED NOTABUG
Product: libxslt
Classification: Platform
Component: general
1.1.0
Other Windows
: Normal major
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2003-11-30 01:10 UTC by sengir
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sengir 2003-11-30 01:10:39 UTC
xsltSaveResultToFile crashes on Windows. It is also used in the "Tutorial",
so that also crashes.

xsltSaveResultToFilename works.

libxml2-2.6.2, standalone(no gnome) with libxslt 1.1.0

both compiled with MSVC .NET 2003.


great work, although having _no_ API documentation available in a version
1.1 product doesn't meet with the rest.

Thank You,
Stefan
Comment 1 John Fleck 2003-11-30 01:19:10 UTC
Not sure what you mean by "no API documentation." libxslt 1.1 includes
the usual complete API documentation in the doc/html/ directory of the
release tarball.
Comment 2 John Fleck 2003-11-30 01:33:46 UTC
As to the crash, a thread in June
(http://mail.gnome.org/archives/xslt/2003-June/msg00000.html)
generated the following response when another user had runtime errors
with xsltSaveResultToFile on Windows:

 On Windows you have different runtime C libraries. The symptoms
 you describe show that you use different runtime libraries in your
 application and in libxml/libxslt. Please read the FAQ or search
 mailing list. This was discussed zillions of times here.
Comment 3 Igor Zlatkovic 2003-12-01 18:46:56 UTC
API reference is available. The crash is probably due to the runtime
mismatch, which is user's error. I'll close this.