* [ruby-core:121778] [Ruby Bug#21296] The builds of `RUBY_DEBUG` and `VM_CHECK_MODE` are broken
@ 2025-04-30 5:19 hsbt (Hiroshi SHIBATA) via ruby-core
2025-05-01 6:44 ` [ruby-core:121789] " alanwu (Alan Wu) via ruby-core
2025-05-01 7:13 ` [ruby-core:121790] " hsbt (Hiroshi SHIBATA) via ruby-core
0 siblings, 2 replies; 3+ messages in thread
From: hsbt (Hiroshi SHIBATA) via ruby-core @ 2025-04-30 5:19 UTC (permalink / raw)
To: ruby-core; +Cc: hsbt (Hiroshi SHIBATA)
Issue #21296 has been reported by hsbt (Hiroshi SHIBATA).
----------------------------------------
Bug #21296: The builds of `RUBY_DEBUG` and `VM_CHECK_MODE` are broken
https://bugs.ruby-lang.org/issues/21296
* Author: hsbt (Hiroshi SHIBATA)
* Status: Open
* Backport: 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN
----------------------------------------
`RUBY_DEBUG` and `VM_CHECK_MODE` are broken from 4-5 days ago.
* https://github.com/ruby/ruby/actions/runs/14731314851/job/41346072323?pr=13200#step:10:1872
* https://github.com/ruby/ruby/actions/runs/14731314851/job/41346071897?pr=13200#step:6:1832
```
/github/workspace/src/vm_core.h:1990: Assertion Failed: rb_current_execution_context:ec == rb_current_ec_noinline()
ruby 3.5.0dev (2025-04-29T12:32:24Z pull/13200/merge 22fe2a6945) +PRISM [x86_64-linux]
```
I'm not sure what's root cause for that. But omnibus compilations 8 and 9 are broken since merging https://github.com/ruby/ruby/pull/13080.
You can track that results from https://github.com/ruby/ruby/actions/workflows/compilers.yml
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* [ruby-core:121789] [Ruby Bug#21296] The builds of `RUBY_DEBUG` and `VM_CHECK_MODE` are broken
2025-04-30 5:19 [ruby-core:121778] [Ruby Bug#21296] The builds of `RUBY_DEBUG` and `VM_CHECK_MODE` are broken hsbt (Hiroshi SHIBATA) via ruby-core
@ 2025-05-01 6:44 ` alanwu (Alan Wu) via ruby-core
2025-05-01 7:13 ` [ruby-core:121790] " hsbt (Hiroshi SHIBATA) via ruby-core
1 sibling, 0 replies; 3+ messages in thread
From: alanwu (Alan Wu) via ruby-core @ 2025-05-01 6:44 UTC (permalink / raw)
To: ruby-core; +Cc: alanwu (Alan Wu)
Issue #21296 has been updated by alanwu (Alan Wu).
Looks like John fixed it in commit:7866e124a852c344b5762eb917c03a1f95d9058d.
----------------------------------------
Bug #21296: The builds of `RUBY_DEBUG` and `VM_CHECK_MODE` are broken
https://bugs.ruby-lang.org/issues/21296#change-112848
* Author: hsbt (Hiroshi SHIBATA)
* Status: Open
* Backport: 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN
----------------------------------------
`RUBY_DEBUG` and `VM_CHECK_MODE` are broken from 4-5 days ago.
* https://github.com/ruby/ruby/actions/runs/14731314851/job/41346072323?pr=13200#step:10:1872
* https://github.com/ruby/ruby/actions/runs/14731314851/job/41346071897?pr=13200#step:6:1832
```
/github/workspace/src/vm_core.h:1990: Assertion Failed: rb_current_execution_context:ec == rb_current_ec_noinline()
ruby 3.5.0dev (2025-04-29T12:32:24Z pull/13200/merge 22fe2a6945) +PRISM [x86_64-linux]
```
I'm not sure what's root cause for that. But omnibus compilations 8 and 9 are broken since merging https://github.com/ruby/ruby/pull/13080.
You can track that results from https://github.com/ruby/ruby/actions/workflows/compilers.yml
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* [ruby-core:121790] [Ruby Bug#21296] The builds of `RUBY_DEBUG` and `VM_CHECK_MODE` are broken
2025-04-30 5:19 [ruby-core:121778] [Ruby Bug#21296] The builds of `RUBY_DEBUG` and `VM_CHECK_MODE` are broken hsbt (Hiroshi SHIBATA) via ruby-core
2025-05-01 6:44 ` [ruby-core:121789] " alanwu (Alan Wu) via ruby-core
@ 2025-05-01 7:13 ` hsbt (Hiroshi SHIBATA) via ruby-core
1 sibling, 0 replies; 3+ messages in thread
From: hsbt (Hiroshi SHIBATA) via ruby-core @ 2025-05-01 7:13 UTC (permalink / raw)
To: ruby-core; +Cc: hsbt (Hiroshi SHIBATA)
Issue #21296 has been updated by hsbt (Hiroshi SHIBATA).
Yes, Thanks @jhawthorn !
----------------------------------------
Bug #21296: The builds of `RUBY_DEBUG` and `VM_CHECK_MODE` are broken
https://bugs.ruby-lang.org/issues/21296#change-112850
* Author: hsbt (Hiroshi SHIBATA)
* Status: Closed
* Backport: 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN
----------------------------------------
`RUBY_DEBUG` and `VM_CHECK_MODE` are broken from 4-5 days ago.
* https://github.com/ruby/ruby/actions/runs/14731314851/job/41346072323?pr=13200#step:10:1872
* https://github.com/ruby/ruby/actions/runs/14731314851/job/41346071897?pr=13200#step:6:1832
```
/github/workspace/src/vm_core.h:1990: Assertion Failed: rb_current_execution_context:ec == rb_current_ec_noinline()
ruby 3.5.0dev (2025-04-29T12:32:24Z pull/13200/merge 22fe2a6945) +PRISM [x86_64-linux]
```
I'm not sure what's root cause for that. But omnibus compilations 8 and 9 are broken since merging https://github.com/ruby/ruby/pull/13080.
You can track that results from https://github.com/ruby/ruby/actions/workflows/compilers.yml
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-05-01 7:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-30 5:19 [ruby-core:121778] [Ruby Bug#21296] The builds of `RUBY_DEBUG` and `VM_CHECK_MODE` are broken hsbt (Hiroshi SHIBATA) via ruby-core
2025-05-01 6:44 ` [ruby-core:121789] " alanwu (Alan Wu) via ruby-core
2025-05-01 7:13 ` [ruby-core:121790] " hsbt (Hiroshi SHIBATA) via ruby-core
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).