Project

General

Profile

Actions

Bug #12448

closed

vm_call_cfunc - cfp consistency error

Added by jneander (Jeremy Neander) almost 8 years ago. Updated over 4 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.2.4p230 (2015-12-16 revision 53155) [x86_64-darwin15]
[ruby-core:75803]

Description

I am not sure what to say about this bug. I captured multiple ruby crash logs, plus the console output from one execution.


Files

Archive.zip (114 KB) Archive.zip log files jneander (Jeremy Neander), 05/31/2016 07:03 PM

Related issues 1 (0 open1 closed)

Related to Ruby master - Bug #11903: [BUG] vm_call_cfunc - cfp consistency errorClosedActions

Updated by jneander (Jeremy Neander) almost 8 years ago

describe "DELETE destroy" do
  let(:term) { root_account.enrollment_terms.create! }
  let(:group) { group_helper.create_for_enrollment_term(term) }
  let(:period) { period.create_for_group(group) } # this is part of the problem

  it "destroys the requested grading period" do
    period
  end
end

Attempts to reproduce outside of the project result in stack overflows. The above code lives in a Rails 4.0.13 project.

Actions #2

Updated by wanabe (_ wanabe) about 7 years ago

  • Related to Bug #11903: [BUG] vm_call_cfunc - cfp consistency error added
Actions #3

Updated by jeremyevans0 (Jeremy Evans) over 4 years ago

  • Status changed from Open to Closed
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0