Project

General

Profile

Actions

Bug #21694

open

Crash when looking up super method from BasicObject

Bug #21694: Crash when looking up super method from BasicObject

Added by byroot (Jean Boussier) about 9 hours ago. Updated about 9 hours ago.

Status:
Open
Assignee:
-
Target version:
-
[ruby-core:123835]

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 9 hours ago Actions #1

  • Description updated (diff)
Actions

Also available in: PDF Atom