Hi Antoine, Am Do, 14. Sep 2023 um 02:11:25 +0200 schrieb Antoine Le Gonidec:
I think the problem might actually be related to trying to play sounds using any i386 binary (so the i386 libasound.so.2) on an amd64 host.
I'd go so far to think that this is not constrained to i386 binaries on amd64 hosts. `aplay /dev/zero` segfaults on a plain i386 host with asound 1.2.10. Downgrading to 1.2.9 helps.
,----[ dmesg ]- | [135665.812694] aplay[25480]: segfault at 10b ip b7efda1a sp bfd11860 error 4 in libasound.so.2.0.0[b7e8a000+a4000] likely on CPU 0 (core 0, socket 0) | [135665.812732] Code: 55 57 56 53 e8 17 f7 f8 ff 81 c3 7b 69 09 00 83 ec 0c 8b 6c 24 20 8b 74 24 24 8b 85 08 01 00 00 8b 50 20 85 d2 74 11 8b 40 1c <8b> 80 08 01 00 00 85 c0 0f 84 88 00 00 00 8d 7e 04 89 f1 31 c0 c7 `---- Best regards, Dirk