Project

General

Profile

Actions

Bug #10289

closed

Segmentation fault on ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-linux]

Added by davidk01 (david karapetyan) about 11 years ago. Updated about 11 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-linux]
[ruby-core:65252]

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

output (916 KB) output core dump davidk01 (david karapetyan), 09/24/2014 05:22 AM
Actions

Also available in: Atom PDF

Like0
Like0