[lxml-dev] News on the dump() crash ?
Hello all, Any news on the dump() crash ? ###################################################### from lxml import etree as ElementTree ElementTree.dump(ElementTree.Element('a')) ###################################################### This is crashing Python 2.4.1 on XP. Could anyone please anyone confirm if this crashes interpreters on other platforms too ? -- Best regards, Steve mailto:howe@carcass.dhs.org
Steve Howe writes:
This is crashing Python 2.4.1 on XP. Could anyone please anyone confirm if this crashes interpreters on other platforms too ?
Works fine here:
from lxml import etree as ElementTree ElementTree.dump(ElementTree.Element('a')) <a/>
This is with Python 2.3 on x86 GNU/Linux, with a week-old CVS build of lxml. Jamie -- Artefact Publishing: http://www.artefact.org.nz/ GnuPG Public Key: http://www.artefact.org.nz/people/jamie.html
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Python 2.4.1 (#1, May 16 2005, 15:19:29) [GCC 4.0.0 20050512 (Red Hat 4.0.0-5)] on linux2 Type "help", "copyright", "credits" or "license" for more information.
from lxml import etree as ElementTree ElementTree.dump(ElementTree.Element('a')) <a/>
ok de mon côté aussi avec lxml trunk et libxml version 20620-CVS2579 J. Steve Howe wrote:
Hello all,
Any news on the dump() crash ?
######################################################
from lxml import etree as ElementTree ElementTree.dump(ElementTree.Element('a'))
######################################################
This is crashing Python 2.4.1 on XP. Could anyone please anyone confirm if this crashes interpreters on other platforms too ?
- -- Julien Anguenot | Nuxeo R&D (Paris, France) CPS Platform : http://www.cps-project.org Zope3 / ECM : http://www.z3lab.org mail: anguenot at nuxeo.com; tel: +33 (0) 6 72 57 57 66 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD8DBQFDFDIbGhoG8MxZ/pIRAk6VAJsHqJ8d2bB7fmCNkfVU6Rn4gQ1r+wCggEfX Ekx4roW+SOt5LghpuksFQtM= =qDEZ -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Oups, sorry for the French... didn't notice... J. Julien Anguenot wrote:
Python 2.4.1 (#1, May 16 2005, 15:19:29) [GCC 4.0.0 20050512 (Red Hat 4.0.0-5)] on linux2 Type "help", "copyright", "credits" or "license" for more information.
from lxml import etree as ElementTree ElementTree.dump(ElementTree.Element('a'))
<a/>
ok de mon côté aussi avec lxml trunk et libxml version 20620-CVS2579
J.
Steve Howe wrote:
Hello all,
Any news on the dump() crash ?
######################################################
from lxml import etree as ElementTree ElementTree.dump(ElementTree.Element('a'))
######################################################
This is crashing Python 2.4.1 on XP. Could anyone please anyone confirm if this crashes interpreters on other platforms too ?
-- Julien Anguenot | Nuxeo R&D (Paris, France) CPS Platform : http://www.cps-project.org Zope3 / ECM : http://www.z3lab.org mail: anguenot at nuxeo.com; tel: +33 (0) 6 72 57 57 66
lxml-dev mailing list lxml-dev@codespeak.net http://codespeak.net/mailman/listinfo/lxml-dev - -- Julien Anguenot | Nuxeo R&D (Paris, France) CPS Platform : http://www.cps-project.org Zope3 / ECM : http://www.z3lab.org mail: anguenot at nuxeo.com; tel: +33 (0) 6 72 57 57 66 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD8DBQFDFDKMGhoG8MxZ/pIRAlH8AJ92KHXT2XVc9IVW2BMH6og//iDtGgCffYEE ZTwGImsEA7I1qlGC8YyN0mI= =Vmfp -----END PGP SIGNATURE-----
Steve Howe wrote:
Hello all,
Any news on the dump() crash ?
######################################################
from lxml import etree as ElementTree ElementTree.dump(ElementTree.Element('a'))
######################################################
This is crashing Python 2.4.1 on XP. Could anyone please anyone confirm if this crashes interpreters on other platforms too ?
I cannot seem to reproduce this one either. I tried to run it through valgrind but didn't get errors (well, since (I think) my valgrind is updated I get error reports even when I start up Python, even with suppressions..asking around for a fix) Regards, Martijn
participants (4)
-
Jamie Norrish
-
Julien Anguenot
-
Martijn Faassen
-
Steve Howe