srodman7689@gmail.com (Sean Rodman)
- Login: srodman7689@gmail.com
- Registered on: 03/17/2017
- Last sign in: 06/07/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/07/2017
-
02:18 PM Ruby Bug #13324 (Open): IRB Segmentation Fault from eval infinite loop
- The issue is not the stack overflow but the segmentation fault I described when running the same code in the above listed irb version.
03/17/2017
-
04:02 PM Ruby Bug #13324: IRB Segmentation Fault from eval infinite loop
- The command I use to run it directly on the ruby interpreter is ruby -e "a = \"eval a\"; eval a"
-
04:01 PM Ruby Bug #13324 (Rejected): IRB Segmentation Fault from eval infinite loop
- 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...