From: srodman7689@... Date: 2017-06-07T14:18:44+00:00 Subject: [ruby-core:81607] [Ruby trunk Bug#13324][Open] IRB Segmentation Fault from eval infinite loop Issue #13324 has been updated by srodman7689@gmail.com (Sean Rodman). Status changed from Closed to Open The issues is not the stack overflow but the segmentation fault I described when running the same code in the above listed irb version. ---------------------------------------- Bug #13324: IRB Segmentation Fault from eval infinite loop https://bugs.ruby-lang.org/issues/13324#change-65305 * Author: srodman7689@gmail.com (Sean Rodman) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-darwin15] * Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- 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 ```ruby 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 `
' from (eval):1:in `eval' from (eval):1:in `
' from (eval):1:in `eval' from (eval):1:in `
' from (eval):1:in `eval' from (eval):1:in `
' from (eval):1:in `eval' ... 9507 levels... from (eval):1:in `eval' from (eval):1:in `
' from -e:1:in `eval' from -e:1:in `
' ``` -- https://bugs.ruby-lang.org/ Unsubscribe: