Actions
Bug #10289
closedSegmentation fault on ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-linux]
Description
The following program causes a segmentation fault when I run it. It is a reduced test case from a small experiment I was running with command line argument parsing.
results = Hash.new {|k, v| k[v] || []}
results[1] += []
I've attached the core dump.
Files
Actions
Like0
Like0