This project is closed and read-only.
Actions
Backport #8220
closedSegmentation fault when providing defined? operator with empty parentheses
Backport #8220:
Segmentation fault when providing defined? operator with empty parentheses
Status:
Closed
Assignee:
Description
=begin
Reproducing steps:
- Execute the code: (({defined? ()}))
Ruby version:
- ((%ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-linux]%))
Expected result:
- Expected the same error as ruby 1.9.3: ((%syntax error, unexpected ')'%))
Actual result:
- Ruby crashed with the attached error log:
=end
Files
Actions