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.14:15:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430489742.91.0.610954411273.issue24104@psf.upfronthosting.co.za>
In-reply-to
Content
# Program received signal SIGSEGV, Segmentation fault.
# 0x4068565c in xmlparser_setevents (self=0x4064b13c, args=([], [<S2 at remote 0x4064b0e4>]))
#     at /home/p/Python-3.4.1/Modules/_elementtree.c:3562
# 3562            if (PyUnicode_Check(event_name_obj)) {
# (gdb) print *event_name_obj
# $6 = {_ob_next = 0xdbdbdbdb, _ob_prev = 0xdbdbdbdb, ob_refcnt = -606348325, ob_type = 0xdbdbdbdb}
# 
# 
# "event_name_obj" is deleted inside a custom destructor. Use after free.
History
Date User Action Args
2015-05-01 14:15:42pktsetrecipients: + pkt
2015-05-01 14:15:42pktsetmessageid: <1430489742.91.0.610954411273.issue24104@psf.upfronthosting.co.za>
2015-05-01 14:15:42pktlinkissue24104 messages
2015-05-01 14:15:42pktcreate