Actions
Bug #12448
closedvm_call_cfunc - cfp consistency error
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.2.4p230 (2015-12-16 revision 53155) [x86_64-darwin15]
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
Updated by jneander (Jeremy Neander) over 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.
Updated by wanabe (_ wanabe) over 7 years ago
- Related to Bug #11903: [BUG] vm_call_cfunc - cfp consistency error added
Updated by jeremyevans0 (Jeremy Evans) over 5 years ago
- Status changed from Open to Closed
Actions
Like0
Like0Like0Like0