This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: segfault when using xml.etree.ElementTree.XMLTreeBuilder
Type: crash Stage: resolved
Components: Library (Lib) Versions: Python 3.3
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: christian.heimes, eli.bendersky, scottmax
Priority: normal Keywords:

Created on 2012-10-13 17:22 by scottmax, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg172815 - (view) Author: Scott Maxwell (scottmax) Date: 2012-10-13 17:22
I upgraded the meld3 module (used by Supervisord) to work on Py3K and discovered this segfault. It happens every time. I have seen this on the pre-built Mac 3.3.0 and a source-built 3.3.0 on Linux. It does not occur in 3.2.2. It appears to happen in native code so I can pinpoint the exact location of the crash. But it is easy to reproduce.

It is easy to reproduce. Just grab meld3.py and test_meld3.py from my GitHub and run test_meld3. Files are here:
https://raw.github.com/scottkmaxwell/meld3/master/meld3/meld3.py
https://raw.github.com/scottkmaxwell/meld3/master/meld3/test_meld3.py

On just clone my depot.
msg172817 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2012-10-13 17:33
Thanks for your report.It's a know issue and has already been fixed in HG. #16089 contains a patch if you like to give it a shot.
History
Date User Action Args
2022-04-11 14:57:37adminsetgithub: 60423
2012-12-29 14:51:35eli.benderskysetstatus: open -> closed
2012-10-25 16:48:39ezio.melottisetstatus: pending -> open
nosy: + eli.bendersky
2012-10-13 17:33:46christian.heimessetstatus: open -> pending

nosy: + christian.heimes
messages: + msg172817

resolution: duplicate
stage: resolved
2012-10-13 17:22:21scottmaxcreate