This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


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

[Bug libc/5508] close does not work on sockets with pending aio


------- Additional Comments From jakub at redhat dot com  2008-04-02 20:55 -------
http://www.opengroup.org/onlinepubs/009695399/functions/aio_cancel.html

"Which operations are cancelable is implementation-defined."
and
"The value AIO_NOTCANCELED shall be returned if at least one of the requested
operation(s) cannot be canceled because it is in progress."

That's the case here for the pure userland aio implementation, if an operation
is already in progress as in this case, it is not cancellable.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=5508

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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