[Bug 203162] when close(fd) on a fifo fails with EINTR, the file descriptor is not really closed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Sep 18 23:17:43 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203162

Konstantin Belousov <kib at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #161150|0                           |1
        is obsolete|                            |

--- Comment #9 from Konstantin Belousov <kib at FreeBSD.org> ---
Created attachment 161179
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=161179&action=edit
Ignore signal after a wakeup, if there was a complimentary open, even transient
v2

Thank Jilles, patch is updated to use unsigned type.  Also, I think there is no
reason to use longs, int generation counter should be enough.

Probably, readers and writers counters should be also reduced to int, but this
is for different change.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list