On Tue, 03 Jun 2025 at 21:30:01 +0200, Stellan Klebom wrote:
Certbot crashes with segmentation fault with version 43.0.0-3_i386
of python-cryptography installed, and runs okey when version
38.0.4-3+deb12u1_i386 is installed.
...
APT policy: (900, 'testing'), (300, 'unstable')
Architecture: i386 (i686)
What hardware is this?
In Debian trixie, there is reduced support for i386, with it only
supported as a multiarch foreign architecture, a chroot or a container
on an x86_64 system, and no supported i386 kernel:
<https://www.debian.org/releases/testing/release-notes/issues.en.html#reduced-support-for-i386>
and in particular Rust code (which I believe includes
python3-cryptography) requires a CPU that supports SSE2:
<https://bugs.debian.org/1105027>
smcv