Python 3.8.3 get segmentation fault
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
lxml |
Triaged
|
Undecided
|
Unassigned |
Bug Description
When I do etree.tostring(
Python crushed with segmentation fault
See detail info below:
Process: Python [27175]
Path: /Library/
Identifier: Python
Version: 3.8.3 (3.8.3)
Code Type: X86-64 (Native)
Parent Process: zsh [24697]
Responsible: pycharm [8636]
User ID: 501
Date/Time: 2020-06-01 13:42:23.958 +0300
OS Version: Mac OS X 10.15.5 (19F96)
Report Version: 12
Bridge OS Version: 4.5 (17P5290)
Anonymous UUID: 5797C183-
Sleep/Wake UUID: 986C6236-
Time Awake Since Boot: 110000 seconds
Time Since Wake: 32000 seconds
System Integrity Protection: enabled
Crashed Thread: 0 Dispatch queue: com.apple.
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_
Exception Note: EXC_CORPSE_NOTIFY
Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [27175]
VM Regions Near 0:
-->
__TEXT 000000010b32400
Thread 0 Crashed:: Dispatch queue: com.apple.
0 libsystem_
1 etree.cpython-
2 etree.cpython-
3 etree.cpython-
4 etree.cpython-
5 etree.cpython-
6 org.python.python 0x000000010b351565 _PyObject_
7 org.python.python 0x000000010b41fca5 call_function + 533
8 org.python.python 0x000000010b41cbd8 _PyEval_
9 org.python.python 0x000000010b420a94 _PyEval_
10 org.python.python 0x000000010b35204e _PyFunction_
11 org.python.python 0x000000010b41fc4c call_function + 444
12 org.python.python 0x000000010b41cb45 _PyEval_
13 org.python.python 0x000000010b420a94 _PyEval_
14 org.python.python 0x000000010b35204e _PyFunction_
15 org.python.python 0x000000010b41fc4c call_function + 444
16 org.python.python 0x000000010b41cbd8 _PyEval_
17 org.python.python 0x000000010b36222e gen_send_ex + 206
18 _asyncio.
19 _asyncio.
20 org.python.python 0x000000010b351565 _PyObject_
21 org.python.python 0x000000010b43c7cd context_run + 253
22 org.python.python 0x000000010b38df64 cfunction_
.......
Python : sys.version_
lxml.etree : (4, 5, 0, 0)
libxml used : (2, 9, 10)
libxml compiled : (2, 9, 10)
libxslt used : (1, 1, 34)
libxslt compiled : (1, 1, 34)
tags: | added: python3.8 |
I cannot reproduce this. /github. com/lxml/ lxml/commit/ 6b7e5ecb1faf28d f62984c66f356c1 b8b768c4d1
See, for example: https:/
Could you provide a complete, minimal test that shows the crash?