Hello,
I compiled and build python 3.13.1 using openSSL. Running it fails with segfault:
doas egdb /var/run/www/run_unit_0/venv/bin/python3 python3.13.core
Reading symbols from /var/run/www/run_unit_0/venv/bin/python3...
[New process 101020]
Core was generated by `python3.13'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 _bsaes_key_convert () at crypto/aes/bsaes-armv8.S:926
warning: 926 crypto/aes/bsaes-armv8.S: No such file or directory
Reading symbols from /var/run/www/run_unit_0/venv/bin/python3...
[New process 101020]
Core was generated by `python3.13'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 _bsaes_key_convert () at crypto/aes/bsaes-armv8.S:926
warning: 926 crypto/aes/bsaes-armv8.S: No such file or directory
For now I would revert to system packaged python3.12 but was wondering if something obvious stand out maybe about what version of openSSL to use
Thanks
Sandeep
No comments:
Post a Comment