Re: [Python-Dev] segfault - potential double free when using iterparse

2012-06-12 Thread Terry Reedy
On 6/12/2012 9:40 AM, Alon Horev wrote: Hi All, First of all, I'm not opening a bug yet as I'm not certain whether this is a CPython bug or lxml bug. lxml is more likely, making this a topic for python-list and whatever lxml list. ... from lxml.etree import iterparse ... anyone familiar

[Python-Dev] segfault - potential double free when using iterparse

2012-06-12 Thread Alon Horev
Hi All, First of all, I'm not opening a bug yet as I'm not certain whether this is a CPython bug or lxml bug. I'm getting a segfault within python's GC (garbage collector) module. here's the stack trace: #0 0x7fc7e9f6b76e in gc_list_remove (op=0x7fc79cef3d98) at Modules/gcmodule.c:211 #1 P