This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix tst-aio7.


> No, this does not sound right.  This works around the symptoms.

How so?  The test looks clearly wrong to me.  aio_suspend will return when
the CB0 request is done, and the CB1 request is still outstanding.  Unless
we synchronize with that request, CB1 is still in the aio data structures
when it is no longer live on the stack.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]