Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2012 15:16:45 +0300
From:      Volodymyr Kostyrko <c.kworr@gmail.com>
To:        freebsd-hackers@freebsd.org, freebsd-standards@FreeBSD.org
Subject:   kern/149857: [kqueue] kqueue not reporting EOF under certain circumstances
Message-ID:  <4FFC1D2D.4020405@gmail.com>

next in thread | raw e-mail | index | archive | help
Hi all.

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

This PR is rather old. I just had submitted new test case, now in plain c.

It doesn't work exactly like python version, but the result is the same:

 > clang test.c
 > cat test.c | ./a.out
-1 916 0 0 0
-1 0 32768 0 0
 > ./a.out < test.c
-1 916 0 0 0
<- and here we have a complete hang in [kqread].

-- 
Sphinx of black quartz judge my vow.



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