[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: test-cloexec.c:97: assertion failed
From: |
Jim Meyering |
Subject: |
Re: test-cloexec.c:97: assertion failed |
Date: |
Mon, 08 Oct 2012 19:53:26 +0200 |
Richard W.M. Jones wrote:
> Turning off coredumps reveals a load more problems. I wonder if the
> latest glibc in Fedora Rawhide is broken?
>
> test-dup2.c:173: assertion failed
> # ASSERT (!is_inheritable (fd + 1));
>
> test-dup3.c:108: assertion failed
> # ASSERT (dup3 (fd, fd, o_flags) == -1);
>
> test-fcntl.c:291: assertion failed
> # ASSERT (!is_inheritable (fd + 2));
Hi Rich,
Thanks for the report! That is suspicious, indeed.
In coreutils, I confirm that there are three brand new failures
that were not present in rawhide a day or two ago:
../build-aux/test-driver: line 95: 27442 Aborted "$@" > $log_file 2>&1
FAIL: test-cloexec
...
../build-aux/test-driver: line 95: 27545 Aborted "$@" > $log_file 2>&1
FAIL: test-dup2
...
../build-aux/test-driver: line 95: 27828 Aborted "$@" > $log_file 2>&1
FAIL: test-fcntl
For the record, this is rawhide:
$ rpm -q glibc glibc-headers
glibc-2.16.90-22.fc19.x86_64
glibc-headers-2.16.90-22.fc19.x86_64
I won't have time to investigate tonight.
- test-cloexec.c:97: assertion failed, Richard W.M. Jones, 2012/10/08
- Re: test-cloexec.c:97: assertion failed, Richard W.M. Jones, 2012/10/08
- Re: test-cloexec.c:97: assertion failed,
Jim Meyering <=
- Re: test-cloexec.c:97: assertion failed, Richard W.M. Jones, 2012/10/08
- Re: test-cloexec.c:97: assertion failed, Richard W.M. Jones, 2012/10/08
- Re: test-cloexec.c:97: assertion failed, Eric Blake, 2012/10/08
- [regression] F_DUPFD_CLOEXEC breakage fix, Al Viro, 2012/10/08
- Re: [regression] F_DUPFD_CLOEXEC breakage fix, Richard W.M. Jones, 2012/10/09
- test-dup3.c:108: assertion failed (was: Re: test-cloexec.c:97: assertion failed), Richard W.M. Jones, 2012/10/09