[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[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 reported the bug, or are watching the reporter.
You are on the CC list for the bug, or are watching someone who is.


Reply to: