Package: qemu-user-static
Version: 1:7.2+dfsg-4
Severity: normal
X-Debbugs-Cc: none, Dima Kogan <[email protected]>
Hi. I'm running bookworm on an arm64 machine. I have an amd64 foreign
arch enabled, and running python3:amd64 in a loop sometimes segfaults.
I'm doing this:
for i in {1..400}; do echo $i; python3 -c "exit()"; done
I see 1-2 crashes usually. The symptoms look exactly like:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=988174
But this is emulating arm64->amd64, not the other way, like in that bug.
And the issue in that bug was /proc not being mounted, while it doesn't
appear to make a difference here.
I cannot debug deeper right now, but it appears to be very reproducible.
If nobody beats me to it in the next few weeks, I'll try to dig into it.
Thanks!