Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Sep 2010 23:56:56 GMT
From:      arundel@FreeBSD.org
To:        dave@fly.srk.fer.hr, arundel@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:   Re: kern/76144: [fifo] poll doesn't set POLLHUP when FIFO is closed
Message-ID:  <201009062356.o86Nuu3a009952@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: [fifo] poll doesn't set POLLHUP when FIFO is closed

State-Changed-From-To: open->feedback
State-Changed-By: arundel
State-Changed-When: Mon Sep 6 23:52:19 UTC 2010
State-Changed-Why: 
I ran the test you mentioned in this PR under a very recent HEAD and got the
following output with 'fifo_poll' exiting (not looping):

poll() returned 1
revents = 1
read() returned 4
poll() returned 1
revents = 17
read() returned 0

Recompiling and running 'fifo_poll' under Linux returned the same result. Could
you check, if this issue still exists in a supported branch?
Thanks.

http://www.freebsd.org/cgi/query-pr.cgi?pr=76144



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009062356.o86Nuu3a009952>