On 2026-03-24 23:22, Christian Kastner wrote: > It turns out that the process is not spinning, it's sleeping; so > something is blocking it. Looking at the code, the only thing I can > think of is the use of the RNG.
The 0.9.8-2 with a modified RNG seeding also fails its tests on amd64 on ci.debian.net, so the RNG wasn't the source of the problem. This is quite perplexing. It's very unlikely that this is an actual amd64 bug. And all my tests on various amd64 hardware also never revealed this issue. In an attempt to reproduce the issue, I set up a VM with a debci instance using the LXC backend that ci.debian.net uses, but still no hang there. So problem #1 right now is to find a way to reproduce this. Best, Christian

