* [ruby-core:120580] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1
@ 2025-01-09 15:43 Benoit_Tigeot (Benoit Tigeot) via ruby-core
2025-01-09 16:05 ` [ruby-core:120582] " Benoit_Tigeot (Benoit Tigeot) via ruby-core
` (14 more replies)
0 siblings, 15 replies; 16+ messages in thread
From: Benoit_Tigeot (Benoit Tigeot) via ruby-core @ 2025-01-09 15:43 UTC (permalink / raw)
To: ruby-core; +Cc: Benoit_Tigeot (Benoit Tigeot)
Issue #21021 has been reported by Benoit_Tigeot (Benoit Tigeot).
----------------------------------------
Bug #21021: "try to mark T_NONE object" with 3.4.1
https://bugs.ruby-lang.org/issues/21021
* Author: Benoit_Tigeot (Benoit Tigeot)
* Status: Open
* ruby -v: ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +YJIT +PRISM [x86_64-linux] │
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN
----------------------------------------
Hello
We upgraded to 3.4.1 yesterday but we are seeing crash since then.
```
/bundle/ruby/3.4.0/gems/activejob-7.2.2.1/lib/active_job/enqueuing.rb:93: [BUG] try to mark T_NONE object
```
I saw the other issue related to ffi gem https://bugs.ruby-lang.org/issues/20694
But in our case the `C level backtrace information` looks different.
https://gist.github.com/benoittgt/13507c2000281aa7740bc782adab68c5
We migrated this part of the code to parallel->concurrent-ruby and we do not see the error yet again but I am a little bit worried we could see the issue again.
--
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] 16+ messages in thread
* [ruby-core:120582] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1
2025-01-09 15:43 [ruby-core:120580] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1 Benoit_Tigeot (Benoit Tigeot) via ruby-core
@ 2025-01-09 16:05 ` Benoit_Tigeot (Benoit Tigeot) via ruby-core
2025-01-09 17:10 ` [ruby-core:120586] " Benoit_Tigeot (Benoit Tigeot) via ruby-core
` (13 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Benoit_Tigeot (Benoit Tigeot) via ruby-core @ 2025-01-09 16:05 UTC (permalink / raw)
To: ruby-core; +Cc: Benoit_Tigeot (Benoit Tigeot)
Issue #21021 has been updated by Benoit_Tigeot (Benoit Tigeot).
Benoit_Tigeot (Benoit Tigeot) wrote:
> We migrated this part of the code to parallel->concurrent-ruby and we do not see the error yet again but I am a little bit worried we could see the issue again.
I was wrong. We still have the issue. Here is a new crash dump : https://gist.github.com/benoittgt/f0ad6476002b2a33c30070833e1d17c5
----------------------------------------
Bug #21021: "try to mark T_NONE object" with 3.4.1
https://bugs.ruby-lang.org/issues/21021#change-111407
* Author: Benoit_Tigeot (Benoit Tigeot)
* Status: Open
* ruby -v: ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +YJIT +PRISM [x86_64-linux] │
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN
----------------------------------------
Hello
We upgraded to 3.4.1 yesterday but we are seeing crash since then.
```
/bundle/ruby/3.4.0/gems/activejob-7.2.2.1/lib/active_job/enqueuing.rb:93: [BUG] try to mark T_NONE object
```
I saw the other issue related to ffi gem https://bugs.ruby-lang.org/issues/20694
But in our case the `C level backtrace information` looks different.
https://gist.github.com/benoittgt/13507c2000281aa7740bc782adab68c5
We migrated this part of the code to parallel->concurrent-ruby and we do not see the error yet again but I am a little bit worried we could see the issue again.
--
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] 16+ messages in thread
* [ruby-core:120586] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1
2025-01-09 15:43 [ruby-core:120580] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1 Benoit_Tigeot (Benoit Tigeot) via ruby-core
2025-01-09 16:05 ` [ruby-core:120582] " Benoit_Tigeot (Benoit Tigeot) via ruby-core
@ 2025-01-09 17:10 ` Benoit_Tigeot (Benoit Tigeot) via ruby-core
2025-01-09 20:26 ` [ruby-core:120590] " tenderlovemaking (Aaron Patterson) via ruby-core
` (12 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Benoit_Tigeot (Benoit Tigeot) via ruby-core @ 2025-01-09 17:10 UTC (permalink / raw)
To: ruby-core; +Cc: Benoit_Tigeot (Benoit Tigeot)
Issue #21021 has been updated by Benoit_Tigeot (Benoit Tigeot).
Benoit_Tigeot (Benoit Tigeot) wrote in #note-1:
> I was wrong. We still have the issue. Here is a new crash dump : [https://gist.github.com/benoittgt/f0ad6476002b2a33c30070833e1d17c5](https://gist.github.com/benoittgt/f0ad6476002b2a33c30070833e1d17c5)
Same with last psych update (it was present in crash dump but an old version). https://gist.github.com/benoittgt/13507c2000281aa7740bc782adab68c5?permalink_comment_id=5380956#gistcomment-5380956
----------------------------------------
Bug #21021: "try to mark T_NONE object" with 3.4.1
https://bugs.ruby-lang.org/issues/21021#change-111411
* Author: Benoit_Tigeot (Benoit Tigeot)
* Status: Open
* ruby -v: ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +YJIT +PRISM [x86_64-linux] │
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN
----------------------------------------
Hello
We upgraded to 3.4.1 yesterday but we are seeing crash since then.
```
/bundle/ruby/3.4.0/gems/activejob-7.2.2.1/lib/active_job/enqueuing.rb:93: [BUG] try to mark T_NONE object
```
I saw the other issue related to ffi gem https://bugs.ruby-lang.org/issues/20694
But in our case the `C level backtrace information` looks different.
https://gist.github.com/benoittgt/13507c2000281aa7740bc782adab68c5
We migrated this part of the code to parallel->concurrent-ruby and we do not see the error yet again but I am a little bit worried we could see the issue again.
--
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] 16+ messages in thread
* [ruby-core:120590] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1
2025-01-09 15:43 [ruby-core:120580] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1 Benoit_Tigeot (Benoit Tigeot) via ruby-core
2025-01-09 16:05 ` [ruby-core:120582] " Benoit_Tigeot (Benoit Tigeot) via ruby-core
2025-01-09 17:10 ` [ruby-core:120586] " Benoit_Tigeot (Benoit Tigeot) via ruby-core
@ 2025-01-09 20:26 ` tenderlovemaking (Aaron Patterson) via ruby-core
2025-01-09 22:33 ` [ruby-core:120591] " alanwu (Alan Wu) via ruby-core
` (11 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: tenderlovemaking (Aaron Patterson) via ruby-core @ 2025-01-09 20:26 UTC (permalink / raw)
To: ruby-core; +Cc: tenderlovemaking (Aaron Patterson)
Issue #21021 has been updated by tenderlovemaking (Aaron Patterson).
Are you able to get a core file or a backtrace from gdb? The bug is that some object has a T_NONE reference and is trying to mark that reference. We can't really tell what object has a broken reference without a core file (or possibly a gdb backtrace).
----------------------------------------
Bug #21021: "try to mark T_NONE object" with 3.4.1
https://bugs.ruby-lang.org/issues/21021#change-111417
* Author: Benoit_Tigeot (Benoit Tigeot)
* Status: Open
* ruby -v: ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +YJIT +PRISM [x86_64-linux] │
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN
----------------------------------------
Hello
We upgraded to 3.4.1 yesterday but we are seeing crash since then.
```
/bundle/ruby/3.4.0/gems/activejob-7.2.2.1/lib/active_job/enqueuing.rb:93: [BUG] try to mark T_NONE object
```
I saw the other issue related to ffi gem https://bugs.ruby-lang.org/issues/20694
But in our case the `C level backtrace information` looks different.
https://gist.github.com/benoittgt/13507c2000281aa7740bc782adab68c5
We migrated this part of the code to parallel->concurrent-ruby and we do not see the error yet again but I am a little bit worried we could see the issue again.
--
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] 16+ messages in thread
* [ruby-core:120591] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1
2025-01-09 15:43 [ruby-core:120580] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1 Benoit_Tigeot (Benoit Tigeot) via ruby-core
` (2 preceding siblings ...)
2025-01-09 20:26 ` [ruby-core:120590] " tenderlovemaking (Aaron Patterson) via ruby-core
@ 2025-01-09 22:33 ` alanwu (Alan Wu) via ruby-core
2025-01-10 8:52 ` [ruby-core:120595] " Benoit_Tigeot (Benoit Tigeot) via ruby-core
` (10 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: alanwu (Alan Wu) via ruby-core @ 2025-01-09 22:33 UTC (permalink / raw)
To: ruby-core; +Cc: alanwu (Alan Wu)
Issue #21021 has been updated by alanwu (Alan Wu).
There seems to be a weakmap bug that's been around since at least November 2024 that could be responsible: http://ci.rvm.jp/results/trunk-O0@ruby-sp2-noble-docker/5392991
```
rb_obj_info_dump: @\a)��\x7f
/tmp/ruby/src/trunk-O0/test/ruby/test_weakkeymap.rb:142: [BUG] try to mark T_NONE object
ruby 3.4.0dev (2024-11-05T22:08:35Z master 4203c70dfa) +PRISM [x86_64-linux]
-- Control frame information -----------------------------------------------
c:0018 p:---- s:0114 e:000113 CFUNC :new
c:0017 p:0004 s:0110 e:000109 BLOCK /tmp/ruby/src/trunk-O0/test/ruby/test_weakkeymap.rb:142
```
----------------------------------------
Bug #21021: "try to mark T_NONE object" with 3.4.1
https://bugs.ruby-lang.org/issues/21021#change-111418
* Author: Benoit_Tigeot (Benoit Tigeot)
* Status: Open
* ruby -v: ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +YJIT +PRISM [x86_64-linux] │
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN
----------------------------------------
Hello
We upgraded to 3.4.1 yesterday but we are seeing crash since then.
```
/bundle/ruby/3.4.0/gems/activejob-7.2.2.1/lib/active_job/enqueuing.rb:93: [BUG] try to mark T_NONE object
```
I saw the other issue related to ffi gem https://bugs.ruby-lang.org/issues/20694
But in our case the `C level backtrace information` looks different.
https://gist.github.com/benoittgt/13507c2000281aa7740bc782adab68c5
We migrated this part of the code to parallel->concurrent-ruby and we do not see the error yet again but I am a little bit worried we could see the issue again.
--
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] 16+ messages in thread
* [ruby-core:120595] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1
2025-01-09 15:43 [ruby-core:120580] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1 Benoit_Tigeot (Benoit Tigeot) via ruby-core
` (3 preceding siblings ...)
2025-01-09 22:33 ` [ruby-core:120591] " alanwu (Alan Wu) via ruby-core
@ 2025-01-10 8:52 ` Benoit_Tigeot (Benoit Tigeot) via ruby-core
2025-01-10 11:40 ` [ruby-core:120599] " Benoit_Tigeot (Benoit Tigeot) via ruby-core
` (9 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Benoit_Tigeot (Benoit Tigeot) via ruby-core @ 2025-01-10 8:52 UTC (permalink / raw)
To: ruby-core; +Cc: Benoit_Tigeot (Benoit Tigeot)
Issue #21021 has been updated by Benoit_Tigeot (Benoit Tigeot).
tenderlovemaking (Aaron Patterson) wrote in #note-3:
> Are you able to get a core file or a backtrace from gdb? The bug is that some object has a T_NONE reference and is trying to mark that reference. We can't really tell what object has a broken reference without a core file (or possibly a gdb backtrace).
I'm gonna try but it will take some time.
----------------------------------------
Bug #21021: "try to mark T_NONE object" with 3.4.1
https://bugs.ruby-lang.org/issues/21021#change-111423
* Author: Benoit_Tigeot (Benoit Tigeot)
* Status: Open
* ruby -v: ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +YJIT +PRISM [x86_64-linux] │
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN
----------------------------------------
Hello
We upgraded to 3.4.1 yesterday but we are seeing crash since then.
```
/bundle/ruby/3.4.0/gems/activejob-7.2.2.1/lib/active_job/enqueuing.rb:93: [BUG] try to mark T_NONE object
```
I saw the other issue related to ffi gem https://bugs.ruby-lang.org/issues/20694
But in our case the `C level backtrace information` looks different.
https://gist.github.com/benoittgt/13507c2000281aa7740bc782adab68c5
We migrated this part of the code to parallel->concurrent-ruby and we do not see the error yet again but I am a little bit worried we could see the issue again.
--
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] 16+ messages in thread
* [ruby-core:120599] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1
2025-01-09 15:43 [ruby-core:120580] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1 Benoit_Tigeot (Benoit Tigeot) via ruby-core
` (4 preceding siblings ...)
2025-01-10 8:52 ` [ruby-core:120595] " Benoit_Tigeot (Benoit Tigeot) via ruby-core
@ 2025-01-10 11:40 ` Benoit_Tigeot (Benoit Tigeot) via ruby-core
2025-01-15 16:41 ` [ruby-core:120699] " Benoit_Tigeot (Benoit Tigeot) via ruby-core
` (8 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Benoit_Tigeot (Benoit Tigeot) via ruby-core @ 2025-01-10 11:40 UTC (permalink / raw)
To: ruby-core; +Cc: Benoit_Tigeot (Benoit Tigeot)
Issue #21021 has been updated by Benoit_Tigeot (Benoit Tigeot).
We are not seeing the issue if we disable YJIT, but it could be a side effect.
----------------------------------------
Bug #21021: "try to mark T_NONE object" with 3.4.1
https://bugs.ruby-lang.org/issues/21021#change-111427
* Author: Benoit_Tigeot (Benoit Tigeot)
* Status: Open
* ruby -v: ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +YJIT +PRISM [x86_64-linux] │
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN
----------------------------------------
Hello
We upgraded to 3.4.1 yesterday but we are seeing crash since then.
```
/bundle/ruby/3.4.0/gems/activejob-7.2.2.1/lib/active_job/enqueuing.rb:93: [BUG] try to mark T_NONE object
```
I saw the other issue related to ffi gem https://bugs.ruby-lang.org/issues/20694
But in our case the `C level backtrace information` looks different.
https://gist.github.com/benoittgt/13507c2000281aa7740bc782adab68c5
We migrated this part of the code to parallel->concurrent-ruby and we do not see the error yet again but I am a little bit worried we could see the issue again.
--
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] 16+ messages in thread
* [ruby-core:120699] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1
2025-01-09 15:43 [ruby-core:120580] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1 Benoit_Tigeot (Benoit Tigeot) via ruby-core
` (5 preceding siblings ...)
2025-01-10 11:40 ` [ruby-core:120599] " Benoit_Tigeot (Benoit Tigeot) via ruby-core
@ 2025-01-15 16:41 ` Benoit_Tigeot (Benoit Tigeot) via ruby-core
2025-01-15 17:30 ` [ruby-core:120700] " tenderlovemaking (Aaron Patterson) via ruby-core
` (7 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Benoit_Tigeot (Benoit Tigeot) via ruby-core @ 2025-01-15 16:41 UTC (permalink / raw)
To: ruby-core; +Cc: Benoit_Tigeot (Benoit Tigeot)
Issue #21021 has been updated by Benoit_Tigeot (Benoit Tigeot).
Sorry for the delay. I removed the concurrency mecanism and let our crontask ran multiple times. The crash output seems to be more interesting.
https://gist.github.com/benoittgt/13507c2000281aa7740bc782adab68c5?permalink_comment_id=5391753#gistcomment-5391753
```
/bundle/ruby/3.4.0/gems/psych-5.2.2/lib/psych.so(parse+0x5c5) [0x7f3274e2bbd5] /bundle/ruby/3.4.0/gems/psych-5.2.2/ext/psych/psych_parser.c:384
[0x7f326bd3b3cf]
```
----------------------------------------
Bug #21021: "try to mark T_NONE object" with 3.4.1
https://bugs.ruby-lang.org/issues/21021#change-111534
* Author: Benoit_Tigeot (Benoit Tigeot)
* Status: Open
* ruby -v: ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +YJIT +PRISM [x86_64-linux] │
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN
----------------------------------------
Hello
We upgraded to 3.4.1 yesterday but we are seeing crash since then.
```
/bundle/ruby/3.4.0/gems/activejob-7.2.2.1/lib/active_job/enqueuing.rb:93: [BUG] try to mark T_NONE object
```
I saw the other issue related to ffi gem https://bugs.ruby-lang.org/issues/20694
But in our case the `C level backtrace information` looks different.
https://gist.github.com/benoittgt/13507c2000281aa7740bc782adab68c5
We migrated this part of the code to parallel->concurrent-ruby and we do not see the error yet again but I am a little bit worried we could see the issue again.
--
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] 16+ messages in thread
* [ruby-core:120700] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1
2025-01-09 15:43 [ruby-core:120580] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1 Benoit_Tigeot (Benoit Tigeot) via ruby-core
` (6 preceding siblings ...)
2025-01-15 16:41 ` [ruby-core:120699] " Benoit_Tigeot (Benoit Tigeot) via ruby-core
@ 2025-01-15 17:30 ` tenderlovemaking (Aaron Patterson) via ruby-core
2025-01-15 19:58 ` [ruby-core:120704] " alanwu (Alan Wu) via ruby-core
` (6 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: tenderlovemaking (Aaron Patterson) via ruby-core @ 2025-01-15 17:30 UTC (permalink / raw)
To: ruby-core; +Cc: tenderlovemaking (Aaron Patterson)
Issue #21021 has been updated by tenderlovemaking (Aaron Patterson).
Odd. This may be a weak map bug as @alanwu is saying.
The C level back trace has these lines:
```
/usr/local/lib/libruby.so.3.4(rb_gc_mark_vm_stack_values) /usr/include/ruby-3.4.1/gc.c:2346
/usr/local/lib/libruby.so.3.4(rb_execution_context_mark+0x39) [0x7f329134af49] /usr/include/ruby-3.4.1/vm.c:3415
```
The GC is scanning the VM stack marking any Ruby objects it finds in the stack. This means something has pushed an invalid reference on the Ruby stack.
Do you know if any of the code in your Ruby level backtrace are using WeakMaps?
----------------------------------------
Bug #21021: "try to mark T_NONE object" with 3.4.1
https://bugs.ruby-lang.org/issues/21021#change-111535
* Author: Benoit_Tigeot (Benoit Tigeot)
* Status: Open
* ruby -v: ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +YJIT +PRISM [x86_64-linux] │
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN
----------------------------------------
Hello
We upgraded to 3.4.1 yesterday but we are seeing crash since then.
```
/bundle/ruby/3.4.0/gems/activejob-7.2.2.1/lib/active_job/enqueuing.rb:93: [BUG] try to mark T_NONE object
```
I saw the other issue related to ffi gem https://bugs.ruby-lang.org/issues/20694
But in our case the `C level backtrace information` looks different.
https://gist.github.com/benoittgt/13507c2000281aa7740bc782adab68c5
We migrated this part of the code to parallel->concurrent-ruby and we do not see the error yet again but I am a little bit worried we could see the issue again.
--
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] 16+ messages in thread
* [ruby-core:120704] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1
2025-01-09 15:43 [ruby-core:120580] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1 Benoit_Tigeot (Benoit Tigeot) via ruby-core
` (7 preceding siblings ...)
2025-01-15 17:30 ` [ruby-core:120700] " tenderlovemaking (Aaron Patterson) via ruby-core
@ 2025-01-15 19:58 ` alanwu (Alan Wu) via ruby-core
2025-01-15 22:38 ` [ruby-core:120709] " Benoit_Tigeot (Benoit Tigeot) via ruby-core
` (5 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: alanwu (Alan Wu) via ruby-core @ 2025-01-15 19:58 UTC (permalink / raw)
To: ruby-core; +Cc: alanwu (Alan Wu)
Issue #21021 has been updated by alanwu (Alan Wu).
T_NONE on the stack is reminiscent of a class of YJIT bugs we see during development. I recommend building Ruby while passing `--enable-yjit=dev` to `./configure` then attempting to re-trigger the crash. This build configuration runs debug assertions that can reveal more information about the bug. Note that you'll need `cargo` for this development build configuration and the build process will download some Rust dependencies from the internet.
If you use a third-party tool to build Ruby, you'll need to pass options to `./configure` through that tool.
* For `ruby-install`, it's `$ ruby-install -- --enable-yjit=dev`
* For `ruby-build`, you can use the `CONFIGURE_OPTS` environment variable, e.g `$ CONFIGURE_OPTS=--enable-yjit=dev ruby-build ....`
You should be able to verify that you have a dev build by checking `$ ruby --yjit -v`. It should include "+YJIT dev" like the following:
ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +YJIT dev +PRISM [arm64-darwin24]
----------------------------------------
Bug #21021: "try to mark T_NONE object" with 3.4.1
https://bugs.ruby-lang.org/issues/21021#change-111538
* Author: Benoit_Tigeot (Benoit Tigeot)
* Status: Open
* ruby -v: ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +YJIT +PRISM [x86_64-linux] │
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN
----------------------------------------
Hello
We upgraded to 3.4.1 yesterday but we are seeing crash since then.
```
/bundle/ruby/3.4.0/gems/activejob-7.2.2.1/lib/active_job/enqueuing.rb:93: [BUG] try to mark T_NONE object
```
I saw the other issue related to ffi gem https://bugs.ruby-lang.org/issues/20694
But in our case the `C level backtrace information` looks different.
https://gist.github.com/benoittgt/13507c2000281aa7740bc782adab68c5
We migrated this part of the code to parallel->concurrent-ruby and we do not see the error yet again but I am a little bit worried we could see the issue again.
--
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] 16+ messages in thread
* [ruby-core:120709] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1
2025-01-09 15:43 [ruby-core:120580] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1 Benoit_Tigeot (Benoit Tigeot) via ruby-core
` (8 preceding siblings ...)
2025-01-15 19:58 ` [ruby-core:120704] " alanwu (Alan Wu) via ruby-core
@ 2025-01-15 22:38 ` Benoit_Tigeot (Benoit Tigeot) via ruby-core
2025-01-16 16:37 ` [ruby-core:120718] " Benoit_Tigeot (Benoit Tigeot) via ruby-core
` (4 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Benoit_Tigeot (Benoit Tigeot) via ruby-core @ 2025-01-15 22:38 UTC (permalink / raw)
To: ruby-core; +Cc: Benoit_Tigeot (Benoit Tigeot)
Issue #21021 has been updated by Benoit_Tigeot (Benoit Tigeot).
tenderlovemaking (Aaron Patterson) wrote in #note-8:
> Do you know if any of the code in your Ruby level backtrace are using WeakMaps?
I see no matching between the two
```
~/.rbenv/versions/3.4.1/lib/ruby/gems/3.4.0/gems ❯ rg WeakMap -g '*.rb' --max-count 1
debug-1.10.0/lib/debug/source_repository.rb
32: @cmap = ObjectSpace::WeakMap.new
bundler-2.6.2/lib/bundler/vendor/connection_pool/lib/connection_pool.rb
49: INSTANCES = ObjectSpace::WeakMap.new
connection_pool-2.5.0/lib/connection_pool.rb
49: INSTANCES = ObjectSpace::WeakMap.new
activerecord-7.2.2.1/lib/active_record/connection_adapters/pool_config.rb
16: INSTANCES = ObjectSpace::WeakMap.new
activerecord-7.2.2.1/lib/active_record/connection_adapters/abstract/transaction.rb
190: @lazy_enrollment_records ||= ObjectSpace::WeakMap.new
mustermann-3.0.3/lib/mustermann/equality_map.rb
3:[Omitted long line with 1 matches]
sorbet-runtime-0.5.11751/lib/types/types/typed_array.rb
32: ObjectSpace::WeakMap.new[1] = 1
sorbet-runtime-0.5.11751/lib/types/types/typed_class.rb
50: ObjectSpace::WeakMap.new[1] = 1
sorbet-runtime-0.5.11751/lib/types/types/simple.rb
81: ObjectSpace::WeakMap.new[1] = 1
activesupport-7.2.2.1/lib/active_support/descendants_tracker.rb
18: # On MRI `ObjectSpace::WeakMap` keys are weak references.
drb-2.2.1/lib/drb/weakidconv.rb
17: @map = ObjectSpace::WeakMap.new
```
Thanks Alan for the detailed guide. I was able to use `YJIT dev`, get a crash but the output seems to be quite similar at first sight. I have a valid version
```
$ ruby --yjit -v
ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +YJIT dev +PRISM [x86_64-linux]
```
Here is a dump https://gist.github.com/benoittgt/74d83534b9a2d8837d643cdcad318367
Thanks
----------------------------------------
Bug #21021: "try to mark T_NONE object" with 3.4.1
https://bugs.ruby-lang.org/issues/21021#change-111543
* Author: Benoit_Tigeot (Benoit Tigeot)
* Status: Open
* ruby -v: ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +YJIT +PRISM [x86_64-linux] │
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN
----------------------------------------
Hello
We upgraded to 3.4.1 yesterday but we are seeing crash since then.
```
/bundle/ruby/3.4.0/gems/activejob-7.2.2.1/lib/active_job/enqueuing.rb:93: [BUG] try to mark T_NONE object
```
I saw the other issue related to ffi gem https://bugs.ruby-lang.org/issues/20694
But in our case the `C level backtrace information` looks different.
https://gist.github.com/benoittgt/13507c2000281aa7740bc782adab68c5
We migrated this part of the code to parallel->concurrent-ruby and we do not see the error yet again but I am a little bit worried we could see the issue again.
--
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] 16+ messages in thread
* [ruby-core:120718] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1
2025-01-09 15:43 [ruby-core:120580] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1 Benoit_Tigeot (Benoit Tigeot) via ruby-core
` (9 preceding siblings ...)
2025-01-15 22:38 ` [ruby-core:120709] " Benoit_Tigeot (Benoit Tigeot) via ruby-core
@ 2025-01-16 16:37 ` Benoit_Tigeot (Benoit Tigeot) via ruby-core
2025-01-16 19:52 ` [ruby-core:120719] " tenderlovemaking (Aaron Patterson) via ruby-core
` (3 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Benoit_Tigeot (Benoit Tigeot) via ruby-core @ 2025-01-16 16:37 UTC (permalink / raw)
To: ruby-core; +Cc: Benoit_Tigeot (Benoit Tigeot)
Issue #21021 has been updated by Benoit_Tigeot (Benoit Tigeot).
Benoit_Tigeot (Benoit Tigeot) wrote in #note-10:
> I've look a little bit before but those are mostly app logs.
I am wondering if we could provide much more info on [the crash dump](https://github.com/ruby/ruby/blob/v3_4_1/gc/default/default.c#L4455-L4456). Could it be possible?
----------------------------------------
Bug #21021: "try to mark T_NONE object" with 3.4.1
https://bugs.ruby-lang.org/issues/21021#change-111551
* Author: Benoit_Tigeot (Benoit Tigeot)
* Status: Open
* ruby -v: ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +YJIT +PRISM [x86_64-linux] │
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN
----------------------------------------
Hello
We upgraded to 3.4.1 yesterday but we are seeing crash since then.
```
/bundle/ruby/3.4.0/gems/activejob-7.2.2.1/lib/active_job/enqueuing.rb:93: [BUG] try to mark T_NONE object
```
I saw the other issue related to ffi gem https://bugs.ruby-lang.org/issues/20694
But in our case the `C level backtrace information` looks different.
https://gist.github.com/benoittgt/13507c2000281aa7740bc782adab68c5
We migrated this part of the code to parallel->concurrent-ruby and we do not see the error yet again but I am a little bit worried we could see the issue again.
--
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] 16+ messages in thread
* [ruby-core:120719] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1
2025-01-09 15:43 [ruby-core:120580] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1 Benoit_Tigeot (Benoit Tigeot) via ruby-core
` (10 preceding siblings ...)
2025-01-16 16:37 ` [ruby-core:120718] " Benoit_Tigeot (Benoit Tigeot) via ruby-core
@ 2025-01-16 19:52 ` tenderlovemaking (Aaron Patterson) via ruby-core
2025-01-17 13:20 ` [ruby-core:120727] " Benoit_Tigeot (Benoit Tigeot) via ruby-core
` (2 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: tenderlovemaking (Aaron Patterson) via ruby-core @ 2025-01-16 19:52 UTC (permalink / raw)
To: ruby-core; +Cc: tenderlovemaking (Aaron Patterson)
Issue #21021 has been updated by tenderlovemaking (Aaron Patterson).
Benoit_Tigeot (Benoit Tigeot) wrote in #note-11:
> Benoit_Tigeot (Benoit Tigeot) wrote in #note-10:
> > I've look a little bit before but those are mostly app logs.
>
> I am wondering if we could provide much more info on [the crash dump](https://github.com/ruby/ruby/blob/v3_4_1/gc/default/default.c#L4455-L4456). Could it be possible?
We could add more info, but the problem is that the crash dump is happening too late. Something pushed a `T_NONE` on the VM stack, and by the time it crashes it's pretty hard to tell _who_ did it. It might be possible to find with a core file, but would take some digging.
If you're able to build from source and reproduce the problem, could you try applying this patch:
```diff
diff --git a/tool/ruby_vm/views/_insn_entry.erb b/tool/ruby_vm/views/_insn_entry.erb
index 6ec33461c4..bc9a1d44b4 100644
--- a/tool/ruby_vm/views/_insn_entry.erb
+++ b/tool/ruby_vm/views/_insn_entry.erb
@@ -64,7 +64,7 @@ INSN_ENTRY(<%= insn.name %>)
INC_SP(INSN_ATTR(sp_inc));
% insn.rets.reverse_each.with_index do |ret, i|
TOPN(<%= i %>) = <%= insn.cast_to_VALUE ret %>;
- VM_ASSERT(!RB_TYPE_P(TOPN(<%= i %>), T_NONE));
+ assert(!RB_TYPE_P(TOPN(<%= i %>), T_NONE));
VM_ASSERT(!RB_TYPE_P(TOPN(<%= i %>), T_MOVED));
% end
% end
```
The above patch should crash the process when something pushes a T_NONE on the stack. If we can catch the problem at the time it gets pushed, we can probably figure out why it's happening.
----------------------------------------
Bug #21021: "try to mark T_NONE object" with 3.4.1
https://bugs.ruby-lang.org/issues/21021#change-111552
* Author: Benoit_Tigeot (Benoit Tigeot)
* Status: Open
* ruby -v: ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +YJIT +PRISM [x86_64-linux] │
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN
----------------------------------------
Hello
We upgraded to 3.4.1 yesterday but we are seeing crash since then.
```
/bundle/ruby/3.4.0/gems/activejob-7.2.2.1/lib/active_job/enqueuing.rb:93: [BUG] try to mark T_NONE object
```
I saw the other issue related to ffi gem https://bugs.ruby-lang.org/issues/20694
But in our case the `C level backtrace information` looks different.
https://gist.github.com/benoittgt/13507c2000281aa7740bc782adab68c5
We migrated this part of the code to parallel->concurrent-ruby and we do not see the error yet again but I am a little bit worried we could see the issue again.
--
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] 16+ messages in thread
* [ruby-core:120727] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1
2025-01-09 15:43 [ruby-core:120580] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1 Benoit_Tigeot (Benoit Tigeot) via ruby-core
` (11 preceding siblings ...)
2025-01-16 19:52 ` [ruby-core:120719] " tenderlovemaking (Aaron Patterson) via ruby-core
@ 2025-01-17 13:20 ` Benoit_Tigeot (Benoit Tigeot) via ruby-core
2025-01-17 17:22 ` [ruby-core:120729] " tenderlovemaking (Aaron Patterson) via ruby-core
2025-01-18 11:45 ` [ruby-core:120734] " Benoit_Tigeot (Benoit Tigeot) via ruby-core
14 siblings, 0 replies; 16+ messages in thread
From: Benoit_Tigeot (Benoit Tigeot) via ruby-core @ 2025-01-17 13:20 UTC (permalink / raw)
To: ruby-core; +Cc: Benoit_Tigeot (Benoit Tigeot)
Issue #21021 has been updated by Benoit_Tigeot (Benoit Tigeot).
tenderlovemaking (Aaron Patterson) wrote in #note-12:
> If you're able to build from source and reproduce the problem, could you try applying this patch:
Thanks Aaron. I was able to make a [custom docker image](https://github.com/benoittgt/ruby/tree/crash-on-t_none) with this patch proposal but for the moment I am not able to reproduce any error. I will let the cron task run and see if I can catch an occurence of crash.
----------------------------------------
Bug #21021: "try to mark T_NONE object" with 3.4.1
https://bugs.ruby-lang.org/issues/21021#change-111560
* Author: Benoit_Tigeot (Benoit Tigeot)
* Status: Open
* ruby -v: ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +YJIT +PRISM [x86_64-linux] │
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN
----------------------------------------
Hello
We upgraded to 3.4.1 yesterday but we are seeing crash since then.
```
/bundle/ruby/3.4.0/gems/activejob-7.2.2.1/lib/active_job/enqueuing.rb:93: [BUG] try to mark T_NONE object
```
I saw the other issue related to ffi gem https://bugs.ruby-lang.org/issues/20694
But in our case the `C level backtrace information` looks different.
https://gist.github.com/benoittgt/13507c2000281aa7740bc782adab68c5
We migrated this part of the code to parallel->concurrent-ruby and we do not see the error yet again but I am a little bit worried we could see the issue again.
--
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] 16+ messages in thread
* [ruby-core:120729] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1
2025-01-09 15:43 [ruby-core:120580] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1 Benoit_Tigeot (Benoit Tigeot) via ruby-core
` (12 preceding siblings ...)
2025-01-17 13:20 ` [ruby-core:120727] " Benoit_Tigeot (Benoit Tigeot) via ruby-core
@ 2025-01-17 17:22 ` tenderlovemaking (Aaron Patterson) via ruby-core
2025-01-18 11:45 ` [ruby-core:120734] " Benoit_Tigeot (Benoit Tigeot) via ruby-core
14 siblings, 0 replies; 16+ messages in thread
From: tenderlovemaking (Aaron Patterson) via ruby-core @ 2025-01-17 17:22 UTC (permalink / raw)
To: ruby-core; +Cc: tenderlovemaking (Aaron Patterson)
Issue #21021 has been updated by tenderlovemaking (Aaron Patterson).
Benoit_Tigeot (Benoit Tigeot) wrote in #note-13:
> tenderlovemaking (Aaron Patterson) wrote in #note-12:
> > If you're able to build from source and reproduce the problem, could you try applying this patch:
>
> Thanks Aaron. I was able to make a [custom docker image](https://github.com/benoittgt/ruby/tree/crash-on-t_none) with this patch proposal but for the moment I am not able to reproduce any error. I will let the cron task run and see if I can catch an occurence of crash.
Sounds good, thanks.
If this doesn't catch the error _before_ GC, and it only reproduces with YJIT, then I suspect a YJIT bug. AFAIK, the only way anything can get pushed on the VM stack is either via VM instructions, or via machine code generated from YJIT.
----------------------------------------
Bug #21021: "try to mark T_NONE object" with 3.4.1
https://bugs.ruby-lang.org/issues/21021#change-111562
* Author: Benoit_Tigeot (Benoit Tigeot)
* Status: Open
* ruby -v: ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +YJIT +PRISM [x86_64-linux] │
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN
----------------------------------------
Hello
We upgraded to 3.4.1 yesterday but we are seeing crash since then.
```
/bundle/ruby/3.4.0/gems/activejob-7.2.2.1/lib/active_job/enqueuing.rb:93: [BUG] try to mark T_NONE object
```
I saw the other issue related to ffi gem https://bugs.ruby-lang.org/issues/20694
But in our case the `C level backtrace information` looks different.
https://gist.github.com/benoittgt/13507c2000281aa7740bc782adab68c5
We migrated this part of the code to parallel->concurrent-ruby and we do not see the error yet again but I am a little bit worried we could see the issue again.
--
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] 16+ messages in thread
* [ruby-core:120734] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1
2025-01-09 15:43 [ruby-core:120580] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1 Benoit_Tigeot (Benoit Tigeot) via ruby-core
` (13 preceding siblings ...)
2025-01-17 17:22 ` [ruby-core:120729] " tenderlovemaking (Aaron Patterson) via ruby-core
@ 2025-01-18 11:45 ` Benoit_Tigeot (Benoit Tigeot) via ruby-core
14 siblings, 0 replies; 16+ messages in thread
From: Benoit_Tigeot (Benoit Tigeot) via ruby-core @ 2025-01-18 11:45 UTC (permalink / raw)
To: ruby-core; +Cc: Benoit_Tigeot (Benoit Tigeot)
Issue #21021 has been updated by Benoit_Tigeot (Benoit Tigeot).
tenderlovemaking (Aaron Patterson) wrote in #note-14:
> If this doesn't catch the error _before_ GC, and it only reproduces with YJIT, then I suspect a YJIT bug. AFAIK, the only way anything can get pushed on the VM stack is either via VM instructions, or via machine code generated from YJIT.
Ok, I got a crash again with the custom Ruby build with the `assert` but as you mention, it was not cached before. Alan do you have any idea of what can I do? I can make easily custom build, so I could add more logs maybe. https://gist.github.com/benoittgt/7a9ad5223ab2587827f09bc8ef9144b3
----------------------------------------
Bug #21021: "try to mark T_NONE object" with 3.4.1
https://bugs.ruby-lang.org/issues/21021#change-111566
* Author: Benoit_Tigeot (Benoit Tigeot)
* Status: Open
* ruby -v: ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +YJIT +PRISM [x86_64-linux] │
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN
----------------------------------------
Hello
We upgraded to 3.4.1 yesterday but we are seeing crash since then.
```
/bundle/ruby/3.4.0/gems/activejob-7.2.2.1/lib/active_job/enqueuing.rb:93: [BUG] try to mark T_NONE object
```
I saw the other issue related to ffi gem https://bugs.ruby-lang.org/issues/20694
But in our case the `C level backtrace information` looks different.
https://gist.github.com/benoittgt/13507c2000281aa7740bc782adab68c5
We migrated this part of the code to parallel->concurrent-ruby and we do not see the error yet again but I am a little bit worried we could see the issue again.
--
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] 16+ messages in thread
end of thread, other threads:[~2025-01-18 11:46 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-09 15:43 [ruby-core:120580] [Ruby master Bug#21021] "try to mark T_NONE object" with 3.4.1 Benoit_Tigeot (Benoit Tigeot) via ruby-core
2025-01-09 16:05 ` [ruby-core:120582] " Benoit_Tigeot (Benoit Tigeot) via ruby-core
2025-01-09 17:10 ` [ruby-core:120586] " Benoit_Tigeot (Benoit Tigeot) via ruby-core
2025-01-09 20:26 ` [ruby-core:120590] " tenderlovemaking (Aaron Patterson) via ruby-core
2025-01-09 22:33 ` [ruby-core:120591] " alanwu (Alan Wu) via ruby-core
2025-01-10 8:52 ` [ruby-core:120595] " Benoit_Tigeot (Benoit Tigeot) via ruby-core
2025-01-10 11:40 ` [ruby-core:120599] " Benoit_Tigeot (Benoit Tigeot) via ruby-core
2025-01-15 16:41 ` [ruby-core:120699] " Benoit_Tigeot (Benoit Tigeot) via ruby-core
2025-01-15 17:30 ` [ruby-core:120700] " tenderlovemaking (Aaron Patterson) via ruby-core
2025-01-15 19:58 ` [ruby-core:120704] " alanwu (Alan Wu) via ruby-core
2025-01-15 22:38 ` [ruby-core:120709] " Benoit_Tigeot (Benoit Tigeot) via ruby-core
2025-01-16 16:37 ` [ruby-core:120718] " Benoit_Tigeot (Benoit Tigeot) via ruby-core
2025-01-16 19:52 ` [ruby-core:120719] " tenderlovemaking (Aaron Patterson) via ruby-core
2025-01-17 13:20 ` [ruby-core:120727] " Benoit_Tigeot (Benoit Tigeot) via ruby-core
2025-01-17 17:22 ` [ruby-core:120729] " tenderlovemaking (Aaron Patterson) via ruby-core
2025-01-18 11:45 ` [ruby-core:120734] " Benoit_Tigeot (Benoit Tigeot) 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).