Skip to content

Instantly share code, notes, and snippets.

@kui
Created May 26, 2012 08:10
Show Gist options
  • Save kui/2792869 to your computer and use it in GitHub Desktop.
Save kui/2792869 to your computer and use it in GitHub Desktop.
uinput に関わるとろくな目に合わない。これでも write で無限書き込みブロックが発生する。
t = Thread.new do
File.read '/dev/null'
end
file = open '/dev/uinput', 'w'
file.sync = true
file.write 'foo' # block
t.join
@loveybot
Copy link

Yay Ruby!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment