Re: uio.test failure

2015-10-09 Thread Lennart Sorensen
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 ha

uio.test failure

2015-10-07 Thread Lennart Sorensen
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 ch