Skip to content

Instantly share code, notes, and snippets.

@JoshCheek
Last active August 29, 2015 14:03
Show Gist options
  • Save JoshCheek/8aee8ef4a5f8593db351 to your computer and use it in GitHub Desktop.
Save JoshCheek/8aee8ef4a5f8593db351 to your computer and use it in GitHub Desktop.
This hangs indefinitely on Ruby 2.1
# warning, this completely locked up my shell when I ran it under Ruby 2.1
# and then I had to go kill zombie processes
trap 'INT', 'IGNORE'
Process.kill 'INT', Process.pid
@JoshCheek
Copy link
Author

Fixed here but doesn't look like its released yet. I got it by building from source... but there were other changes that didn't work for my code :/

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