[issue16219] segfault when using xml.etree.ElementTree.XMLTreeBuilder

2012-12-29 Thread Eli Bendersky

Changes by Eli Bendersky eli...@gmail.com:


--
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16219
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16219] segfault when using xml.etree.ElementTree.XMLTreeBuilder

2012-10-25 Thread Ezio Melotti

Changes by Ezio Melotti ezio.melo...@gmail.com:


--
nosy: +eli.bendersky
status: pending - open

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16219
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16219] segfault when using xml.etree.ElementTree.XMLTreeBuilder

2012-10-13 Thread Scott Maxwell

New submission from Scott Maxwell:

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.

--
components: Library (Lib)
messages: 172815
nosy: scottmax
priority: normal
severity: normal
status: open
title: segfault when using xml.etree.ElementTree.XMLTreeBuilder
type: crash
versions: Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16219
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16219] segfault when using xml.etree.ElementTree.XMLTreeBuilder

2012-10-13 Thread Christian Heimes

Christian Heimes added the comment:

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.

--
nosy: +christian.heimes
resolution:  - duplicate
stage:  - committed/rejected
status: open - pending

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16219
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com