* Petter Reinholdtsen: > [Hilko Bengen] >> Running nbdkit --help under gdb on the porterbox (eberlin) shows that >> the segfault happens inside libc's I/O code when called from printf: > > Did you try to run it under valgrind too?
Not yet, but I was able to replicate the segfault in a qemu VM. Downgrading libc from 2.40 to 2.39 made the problem go away; to me this is a strong indicator that something in glibc broke. I suppose I will be disabling tests on mips64el for now and I'll file a Serious bug against glibc. Cheers, -Hilko