Project

General

Profile

This project is closed and read-only.

Actions

Bug #488

closed

Segfault on unrescued infinite recursion

Bug #488: Segfault on unrescued infinite recursion

Added by xsdg (Omari Stephens) about 18 years ago. Updated over 15 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: PDF Atom