Project

General

Profile

Actions

Bug #13324

closed

IRB Segmentation Fault from eval infinite loop

Added by srodman7689@gmail.com (Sean Rodman) about 7 years ago. Updated almost 7 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-darwin15]
[ruby-core:80209]

Description

I am not sure if this has already been taken care of or not but I am using ruby 2.3.0 and irb 0.9.6(09/06/30) and when I run the below code I get a segmentation fault

a = "eval a"; eval a

when running the same code with just the ruby interpreter I get the below error which is what I would expect

-e:1:in `eval': stack level too deep (SystemStackError)
	from (eval):1:in `<main>'
	from (eval):1:in `eval'
	from (eval):1:in `<main>'
	from (eval):1:in `eval'
	from (eval):1:in `<main>'
	from (eval):1:in `eval'
	from (eval):1:in `<main>'
	from (eval):1:in `eval'
	 ... 9507 levels...
	from (eval):1:in `eval'
	from (eval):1:in `<main>'
	from -e:1:in `eval'
	from -e:1:in `<main>'

Updated by srodman7689@gmail.com (Sean Rodman) about 7 years ago

The command I use to run it directly on the ruby interpreter is ruby -e "a = "eval a"; eval a"

Actions #2

Updated by nobu (Nobuyoshi Nakada) almost 7 years ago

  • Description updated (diff)

Updated by ko1 (Koichi Sasada) almost 7 years ago

  • Status changed from Open to Closed

Fundamentally, we can't control machine stack overflow.
We will improve the situation (but can't solve completely).

Updated by srodman7689@gmail.com (Sean Rodman) almost 7 years ago

  • Status changed from Closed to Open

The issue is not the stack overflow but the segmentation fault I described when running the same code in the above listed irb version.

Actions #5

Updated by ko1 (Koichi Sasada) almost 7 years ago

  • Status changed from Open to Closed

(Sean Rodman) wrote:

The issue is not the stack overflow but the segmentation fault I described when running the same code in the above listed irb version.

SEGV because of machine stack overflow.

Actions #6

Updated by usa (Usaku NAKAMURA) almost 7 years ago

  • Status changed from Closed to Rejected
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0