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 #1

Updated by matz (Yukihiro Matsumoto) over 15 years ago

=begin
It's difficult to catch every stack overflow under the current implementation, so that it will be pending until the core overhaul (1.9).
=end

Actions #2

Updated by shyouhei (Shyouhei Urabe) over 15 years ago

  • Status changed from Open to Rejected

=begin

=end

Actions

Also available in: Atom PDF

Like0
Like0Like0