This is the mail archive of the
libc-alpha@sources.redhat.com
mailing list for the glibc project.
Re: rt/tst-aio7 weirdness on ppc
- From: Roland McGrath <roland at frob dot com>
- To: libc-alpha at sources dot redhat dot com
- Date: Mon, 30 Sep 2002 00:20:47 -0700
- Subject: Re: rt/tst-aio7 weirdness on ppc
Well, lo and behold. The dag burn test does an aio_read on stdin. That's
a stupid thing to do. It's racey because it sometimes hasn't started yet
when the program finishes. I made tst-aio7 not do that, and get the effect
it needs (a read that blocks) using a pipe.