As encountered in sferik/twitter-ruby#332, the following causes debugger to raise an internal error:
threads = []
[1,2,3].each {|obj| threads << Thread.new { yield obj } }
threads.map(&:value)
I don't have time to look into this. Pull requests welcome to fix this.
@Gissues:{"order":75,"status":"notstarted"}