Package: python3.13
Version: 3.13.5-2
Severity: important
Tags: armhf

Subject: _ssl and _hashlib modules crash with SIGSEGV on ARMv7
(Raspberry Pi 3)

The _ssl.cpython-313-arm-linux-gnueabihf.so and _hashlib.cpython-313-
arm-linux-gnueabihf.so 
modules cause immediate segmentation faults on ARMv7 hardware
(Raspberry Pi 3, BCM2835).

CPU Info:
- ARMv7 Processor rev 4 (v7l)
- Features: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva
idivt vfpd32 lpae evtstrm crc32

Steps to reproduce:
  python3.13 -c "import _ssl"
  python3.13 -c "import _hashlib"

Both commands result in SIGSEGV.

GDB backtrace shows crash in _dl_map_object_deps during dynamic
linking.
objdump shows corrupted dynamic section entries (0xffffffff,
0xffff00ff).

This affects apt-listchanges and other tools that depend on SSL
functionality.

Workaround: Renaming the .so files to disable them.sudo apt-get 

Reply via email to