[issue12829] pyexpat segmentation fault caused by multiple calls to Parse()

Terry J. Reedy report at bugs.python.org
Sun Aug 28 20:32:33 CEST 2011


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Running with IDLE on Windows, I get no crash or uncaught exception but got these printed lines:

An error occurred during XML parsing.  Error ID: 9.  Error message: junk after document element
Line number: 1
An error occurred during XML parsing.  Error ID: 9.  Error message: junk after document element
Line number: 1
An error occurred during XML parsing.  Error ID: 9.  Error message: junk after document element
An error occurred during XML parsing.  Error ID: 9.  Error message: junk after document element
Line number: 1
An error occurred during XML parsing.  Error ID: 9.  Error message: junk after document element
Line number: 1
An error occurred during XML parsing.  Error ID: 9.  Error message: junk after document element

Is this the correct, expected output?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12829>
_______________________________________


More information about the Python-bugs-list mailing list