epoll_wait displaying fixes

Dmitry V. Levin ldv at altlinux.org
Wed Oct 12 09:14:52 UTC 2011


On Wed, Oct 12, 2011 at 10:31:27AM +0600, Марк Коренберг wrote:
> 12 октября 2011 г. 2:23 пользователь Dmitry V. Levin написал:
> > On Mon, Oct 10, 2011 at 11:00:49AM +0600, Марк Коренберг wrote:
> >> -- 1 --------------------------
> >> Please add displaying EPOLLRDHUP to epoll_wait instead of 0x200
> >>
> >> current vesion (4.5.20-2ubuntu2)
> >
> > Why don't they update to 4.6?  It was released more than 6 months ago.
> >
> >> epoll_wait(15, {{EPOLLIN|EPOLLOUT|0x2000, {u32=3601723040,
> >> u64=140376017858208}}}, 100, 4294967295) = 1
> >>
> >> What I expect:
> >> epoll_wait(15, {{EPOLLIN|EPOLLOUT|EPOLLRDHUP, {u32=3601723040,
> >> u64=140376017858208}}}, 100, 4294967295) = 1
> >
> > I've just pushed commit v4.6-146-g5967c1a that implements EPOLLRDHUP
> > decoding.
> I can not lookup in git now, did you add 0x2000? (instead of 0x200) ?

I suppose you can have a look using gitweb:
http://strace.git.sourceforge.net/git/gitweb.cgi?p=strace/strace;a=commitdiff;h=v4.6-146-g5967c1a


-- 
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20111012/5520b23f/attachment.bin>


More information about the Strace-devel mailing list