[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: test-strerror_r fails on GNU/Hurd
From: |
Bernhard Voelker |
Subject: |
Re: test-strerror_r fails on GNU/Hurd |
Date: |
Mon, 3 Jan 2022 01:28:55 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.4.1 |
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