Actions
Bug #9900
closedSegmentation fault with recursive reference of a hash
Description
The following code raises a segmentation fault.
Hash.new{|h,k| h[k]}[:foo]
# => [BUG] Segmentation fault at 0x007fff5f3fff80
This bug was found on stackoverflow http://stackoverflow.com/questions/24028557/irb-crash-segmentation-bug-and-ruby-syntax-clarification
Updated by nobu (Nobuyoshi Nakada) over 10 years ago
- Is duplicate of Bug #9109: extend したモジュールメソッドと RSpec の let で 2 つ同名を使ったときに segmentation fault になる added
Updated by nobu (Nobuyoshi Nakada) over 10 years ago
- Status changed from Open to Closed
It may have been fixed already, but not sure because the link doesn't reveal the revision and the platform.
Actions
Like0
Like0Like0