From: "alanwu (Alan Wu)" Date: 2021-11-26T20:34:13+00:00 Subject: [ruby-core:106295] [Ruby master Bug#18347] Newly introduced assertion failure for cc->cme_ != NULL Issue #18347 has been updated by alanwu (Alan Wu). Status changed from Open to Closed This should be addressed by ca21eed6ebbceca68daa7b2a88e69a58b8d56806. Feel free to reopen if that's not the case. ---------------------------------------- Bug #18347: Newly introduced assertion failure for cc->cme_ != NULL https://bugs.ruby-lang.org/issues/18347#change-94920 * Author: jeremyevans0 (Jeremy Evans) * Status: Closed * Priority: Normal * Assignee: ko1 (Koichi Sasada) * Backport: 2.6: DONTNEED, 2.7: DONTNEED, 3.0: DONTNEED ---------------------------------------- commit:8d7116552dace6d0a9a8f0bbe2fe0f02fcff6532 added an assertion failure for `!vm_cc_markable(cc) || cc->cme_ != NULL`, but it turns out that valid code can trigger this assertion, as found by CI: https://github.com/ruby/ruby/runs/4256783080?check_suite_focus=true#step:15:159 -- https://bugs.ruby-lang.org/ Unsubscribe: