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.

classification
Title: Segmentation fault
Type: Stage: resolved
Components: Versions: Python 3.10
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: eric.smith, ghost.in.the.wires
Priority: normal Keywords:

Created on 2021-11-05 11:16 by ghost.in.the.wires, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
log.txt ghost.in.the.wires, 2021-11-05 11:16 FaultHandler output
Messages (4)
msg405785 - (view) Author: ghost_in _the_wires (ghost.in.the.wires) Date: 2021-11-05 11:18
Test
msg405786 - (view) Author: ghost_in _the_wires (ghost.in.the.wires) Date: 2021-11-05 11:22
When trying to run this tool https://github.com/shmilylty/OneForAll in Parallels Desktop virtual environment (Ubuntu 20.0.4 aarch64) I've got segmentation fault in ssl, http client and threading. Full log in file
msg405793 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2021-11-05 13:06
I assume this is a problem with the third party library, not with Python itself. If so, you'll have to contact the authors of OneForAll.

But if you can create a small program that demonstrates the problem, maybe someone here could take a look at it. As it is, you've given us no way to duplicate the problem, so we can't help.
msg405805 - (view) Author: ghost_in _the_wires (ghost.in.the.wires) Date: 2021-11-05 15:41
Oh I see. Thanks for your response! I thought that it's something wrong with python on arm64.
History
Date User Action Args
2022-04-11 14:59:52adminsetgithub: 89887
2021-11-07 11:35:26iritkatrielsetstatus: open -> closed
resolution: third party
stage: resolved
2021-11-05 15:41:41ghost.in.the.wiressetmessages: + msg405805
2021-11-05 13:06:01eric.smithsetnosy: + eric.smith
messages: + msg405793
2021-11-05 11:22:09ghost.in.the.wiressetmessages: + msg405786
2021-11-05 11:18:53ghost.in.the.wiressetmessages: + msg405785
2021-11-05 11:16:05ghost.in.the.wirescreate