Skip to content

Instantly share code, notes, and snippets.

@cjbottaro
Created February 7, 2012 17:29
Show Gist options
  • Save cjbottaro/1760846 to your computer and use it in GitHub Desktop.
Save cjbottaro/1760846 to your computer and use it in GitHub Desktop.
bug with Queue
# ruby-1.9.3-p0
# Run in IRB...
require "thread"
q = Queue.new
q.pop # fatal: deadlock detected
q.pop # blocks properly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment