Actions
Bug #21694
openCrash when looking up super method from BasicObject
Bug #21694:
Crash when looking up super method from BasicObject
Description
Initially reported on Reddit by easydwh https://old.reddit.com/r/ruby/comments/1ozhupr/is_a_ruby_segmentation_fault_a_bug_if_you_are/
Repro:
class BasicObject
def basic_call_no_super
super
end
end
"test".basic_call_no_super
Pull Request: https://github.com/ruby/ruby/pull/15221
Updated by byroot (Jean Boussier) about 7 hours ago
- Description updated (diff)
Actions