Skip to content

Instantly share code, notes, and snippets.

@gdamore
Created April 5, 2018 22:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdamore/3567cc5d211c126c45705eb130f8a997 to your computer and use it in GitHub Desktop.
Save gdamore/3567cc5d211c126c45705eb130f8a997 to your computer and use it in GitHub Desktop.
eventfd kernel bug?
eventfd2(0, 0) = 5
write(5, "\1\0\0\0\0\0\0\0", 8) = 8
poll([{fd=5, events=POLLRDNORM}], 1, 100) = 0 (Timeout)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment