On 1/2/22 21:46, Bruno Haible wrote: > Bernhard Voelker wrote: >> The error in the test-suite.log shows: >> >> FAIL: test-strerror_r >> ===================== >> >> test-strerror_r.c:112: assertion 'ret == ERANGE || ret == EINVAL' failed >> FAIL test-strerror_r (exit status: 134) >> > > I see this same test failure also on older glibc/Linux systems (CentOS 5 and > 6, > to be precise).
Debian/GNU/Hurd has no excitingly old glibc: $ dpkg -l libc0.3 ii libc0.3:hurd-i386 2.31-13+hurd.2 hurd-i386 GNU C Library: Shared libraries Well, the return values of the first two invocations look outlandish already: 1073741858: that's 2^30 +34 Have a nice day, Berny