uio.test failure
Lennart Sorensen
lsorense at csclub.uwaterloo.ca
Fri Oct 9 18:03:20 UTC 2015
On Fri, Oct 09, 2015 at 01:46:31AM +0300, Dmitry V. Levin wrote:
> On Wed, Oct 07, 2015 at 06:10:26PM -0400, Lennart Sorensen wrote:
> > I have been seeing uio.test failing consistently in one build scenario
> > and finally tracked down the problem.
> >
> > My build has an extra file handle open when it builds strace, and uio.test
> > assumes only stdin, stdout and stderr are open at the time of the test.
> >
> > Simple way to cause the failure:
> >
> > make check 3<&0
>
> Thanks, I've fixed the test by changing it to use descriptor 0
> like many other strace tests do.
Well that looks like it ought to work.
--
Len Sorensen
More information about the Strace-devel
mailing list