This code is not work(segfault). ``` ruby th = Thread.new do Array.new end a = th.join ```
This code is not work(segfault).