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
Updated by nobu (Nobuyoshi Nakada) about 11 years ago
- Description updated (diff)
- Status changed from Open to Closed
It's an already fixed stack overflow detection bug.
Actions
Like0
Like0