Project

General

Profile

Actions

Bug #488

closed

Segfault on unrescued infinite recursion

Added by xsdg (Omari Stephens) over 15 years ago. Updated almost 13 years ago.

Status:
Rejected
Assignee:
-
ruby -v:
[ruby-core:18379]

Description

=begin
20:04:14> [xsdg{intercal}@~]
$ruby --version
ruby 1.8.7 (2008-06-20 patchlevel 22) [x86_64-linux]

20:04:19> [xsdg{intercal}@~]
$ruby -e 'def foo; begin; foo; rescue SystemStackError; foo; end; end; foo'
Segmentation fault
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0