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.
Created on 2015年05月01日 14:15 by pkt, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| poc_xml_setevents2.py | pkt, 2015年05月01日 14:15 | |||
| Messages (5) | |||
|---|---|---|---|
| msg242321 - (view) | Author: paul (pkt) | Date: 2015年05月01日 14:15 | |
# 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. |
|||
| msg242839 - (view) | Author: Alex LordThorsen (Alex.LordThorsen) * | Date: 2015年05月09日 20:37 | |
../cpython/python.exe test_xmlparser_setevents.py __del__ 1 __del__ 3 Segmentation fault: 11 Confirmation on 3.5.0a4 Python 3.5.0a4+ |
|||
| msg246067 - (view) | Author: paul (pkt) | Date: 2015年07月02日 10:26 | |
ping |
|||
| msg246146 - (view) | Author: paul (pkt) | Date: 2015年07月03日 07:45 | |
ping |
|||
| msg257389 - (view) | Author: Martin Panter (martin.panter) * (Python committer) | Date: 2016年01月03日 00:40 | |
Serhiy, you mentioned your Issue 24103 patch also fixes this. Should we close this one now as well, or is there more to do? |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:16 | admin | set | github: 68292 |
| 2016年01月03日 06:22:14 | serhiy.storchaka | set | status: open -> closed superseder: Use after free in xmlparser_setevents (1) resolution: duplicate stage: needs patch -> resolved |
| 2016年01月03日 00:40:37 | martin.panter | set | nosy:
+ martin.panter messages: + msg257389 |
| 2015年07月03日 07:45:54 | pkt | set | messages: + msg246146 |
| 2015年07月02日 10:26:31 | pkt | set | messages: + msg246067 |
| 2015年05月09日 20:37:25 | Alex.LordThorsen | set | nosy:
+ Alex.LordThorsen messages: + msg242839 |
| 2015年05月03日 06:55:25 | Arfrever | set | nosy:
+ Arfrever |
| 2015年05月02日 04:53:31 | serhiy.storchaka | set | nosy:
+ serhiy.storchaka components: + XML |
| 2015年05月01日 14:18:37 | christian.heimes | set | nosy:
+ christian.heimes stage: needs patch components: + Extension Modules versions: + Python 3.5 |
| 2015年05月01日 14:15:42 | pkt | create | |