Project

General

Profile

Actions

Bug #11254

closed

[BUG] no corresponding cfp

Added by nobu (Nobuyoshi Nakada) almost 9 years ago. Updated over 8 years ago.

Status:
Closed
Target version:
-
[ruby-core:69548]

Description

2.1以降、以下のコードが[BUG] rb_vm_search_cf_from_ep: no corresponding cfpになります。

empty = Object.new
class << empty
  attr_reader :block
  def each(&block)
    @block = block
    self
  end
end
empty.first
empty.block.call

Related issues 1 (0 open1 closed)

Related to Ruby master - Bug #18475: Yielding an element for Enumerator in another thread dumps coreClosedActions
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0