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.

Author pkt
Recipients pkt
Date 2015-05-01.13:57:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430488625.39.0.290044967832.issue24092@psf.upfronthosting.co.za>
In-reply-to
Content
# Program received signal SIGSEGV, Segmentation fault.
# 0x4063cf19 in element_extend (self=0x405ddf74, args=([],)) at /home/p/Python-3.4.1/Modules/_elementtree.c:1056
# 1056            PyObject* element = PySequence_Fast_GET_ITEM(seq, i);
# (gdb) print i
# $3 = 1337
# (gdb) print *(PyListObject*)seq
# $4 = {ob_base = {ob_base = {_ob_next = 0x406373ec, _ob_prev = 0x405ddf74, ob_refcnt = 3, ob_type = 0x830e1c0 <PyList_Type>}, 
#     ob_size = 0}, ob_item = 0x0, allocated = 0}
# 
# Controlled read (resulting from a use after free). "seq" is cleared in a custom
# destructor (Y.__del__()).
#
History
Date User Action Args
2015-05-01 13:57:05pktsetrecipients: + pkt
2015-05-01 13:57:05pktsetmessageid: <1430488625.39.0.290044967832.issue24092@psf.upfronthosting.co.za>
2015-05-01 13:57:05pktlinkissue24092 messages
2015-05-01 13:57:05pktcreate