Issue 16219: segfault when using xml.etree.ElementTree.XMLTreeBuilder (original) (raw)
Issue16219
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) * ![]() |
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:37 | admin | set | github: 60423 |
2012-12-29 14:51:35 | eli.bendersky | set | status: open -> closed |
2012-10-25 16:48:39 | ezio.melotti | set | status: pending -> opennosy: + eli.bendersky |
2012-10-13 17:33:46 | christian.heimes | set | status: open -> pendingnosy: + christian.heimesmessages: + resolution: duplicatestage: resolved |
2012-10-13 17:22:21 | scottmax | create |