[issue45724] Segmentation fault

2021-11-07 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python

[issue45724] Segmentation fault

2021-11-05 Thread ghost_in _the_wires
ghost_in _the_wires added the comment: Oh I see. Thanks for your response! I thought that it's something wrong with python on arm64. -- ___ Python tracker ___ ___

[issue45724] Segmentation fault

2021-11-05 Thread Eric V. Smith
Eric V. Smith added the comment: 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,

[issue45724] Segmentation fault

2021-11-05 Thread ghost_in _the_wires
ghost_in _the_wires added the comment: 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 --

[issue45724] Segmentation fault

2021-11-05 Thread ghost_in _the_wires
New submission from ghost_in _the_wires : Test -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue45724] Segmentation fault

2021-11-05 Thread ghost_in _the_wires
Change by ghost_in _the_wires : -- files: log.txt nosy: ghost.in.the.wires priority: normal severity: normal status: open title: Segmentation fault versions: Python 3.10 Added file: https://bugs.python.org/file50426/log.txt ___ Python tracker