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 168504 - Python win32 binding SAXParseFile crashes
Python win32 binding SAXParseFile crashes
Status: VERIFIED FIXED
Product: libxml2
Classification: Platform
Component: general
2.4.17
Other All
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-25 14:52 UTC by Andrey Tatarinov
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andrey Tatarinov 2005-02-25 14:52:37 UTC
Steps to reproduce:
the following code crashes:

import libxml2
libxml2.SAXParseFile(libxml2.SAXCallback(), "c:/path/to/valid.xml", False)

Alternative solution: provide documentation on using SAX parser with Python
bindings.

Stack trace:


Other information:
Comment 1 Daniel Veillard 2005-03-31 11:05:26 UTC
Okay, fixed in CVS,

Daniel
Comment 2 Daniel Veillard 2005-09-05 08:59:34 UTC
This should be closed by release of libxml2-2.6.21,

  thanks,

Daniel