Actions
Bug #488
closedSegfault on unrescued infinite recursion
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
Updated by matz (Yukihiro Matsumoto) about 16 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
Updated by shyouhei (Shyouhei Urabe) about 16 years ago
- Status changed from Open to Rejected
=begin
=end
Actions
Like0
Like0Like0