This repository was archived by the owner on Nov 15, 2021. It is now read-only.

Description
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"}