New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/pull/34030#issuecomment-994663537 Comment: Does this help? ``` Attaching gdb to process id 21891. GNU gdb (GDB) 11.1 Copyright (C) 2021 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-unknown-linux-musl". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word". [New LWP 21956] 0x00007fc45a241388 in __cp_end () from /lib/ld-musl-x86_64.so.1 Stack backtrace --------------- No symbol table info available. #1 0x00007fc45a232fc1 in __syscall_cp_c () from /lib/ld-musl-x86_64.so.1 No symbol table info available. #2 0x00007fc45a27cb44 in builtin_tls () from /lib/ld-musl-x86_64.so.1 No symbol table info available. #3 0x0000000000000000 in ?? () No symbol table info available. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [Inferior 1 (process 21891) detached] Traceback (most recent call last): File "", line 25, in ModuleNotFoundError: No module named 'Cython' Error while executing Python code. Saved trace to /home/nicolo/.sage/crash_logs/crash_552os0mo.log ------------------------------------------------------------------------ Unhandled SIGSEGV: A segmentation fault occurred. This probably occurred because a *compiled* module has a bug in it and is not properly wrapped with sig_on(), sig_off(). Python will now terminate. ------------------------------------------------------------------------ Segmentation fault ``` or what should I do?