Actions
Bug #1613
closedSegfault due to stack overflow
Status:
Closed
Assignee:
-
ruby -v:
ruby 1.9.1p129 (2009-05-12 revision 23412) [i686-linux]
Description
=begin
When using a closure or param to cache values for recursive calls, the stack overflow is not caught but segfaults.
=end
Files
Updated by matz (Yukihiro Matsumoto) over 15 years ago
=begin
Hi,
In message "Re: [ruby-core:23813] [Bug #1613] Segfault due to stack overflow"
on Fri, 12 Jun 2009 09:21:00 +0900, Robert Dober redmine@ruby-lang.org writes:
|When using a closure or param to cache values for recursive calls, the stack overflow is not caught but segfaults.
It is pretty difficult to detect stack overflow 100%, but we will
improve.
matz.
=end
Updated by yugui (Yuki Sonoda) over 15 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
Applied in changeset r23794.
=end
Actions
Like0
Like0Like0