| "make update-download -j20" exit with 0. |
| "make update-src -j20" exit with 0. |
| "make after-update -j20" exit with 0. |
| "make miniruby -j20" exit with 0. |
| "make ruby -j20" exit with 0. |
| "make all -j20" exit with 0. |
| "make install -j20" exit with 0. |
| "make yes-btest TESTOPTS='-q -j20'" exit with 512. |
| Fstderr output is not empty |
| malloc(): unaligned fastbin chunk detected |
| <internal:ractor>:238: [BUG] Aborted at 0x000003e8002aa14a |
| ruby 4.1.0dev (2026-01-24T03:41:36Z master 3dd928c284) +PRISM [x86_64-linux] |
| |
| -- Control frame information ----------------------------------------------- |
| c:0005 p:0074 s:0033 e:000028 l:y b:0001 METHOD <internal:ractor>:238 |
| c:0004 p:0007 s:0019 E:0016b0 l:n b:---- BLOCK bootstraptest.test_ractor.rb_2491_1415.rb:5 |
| c:0003 p:0024 s:0012 e:000011 l:y b:0001 METHOD <internal:numeric>:262 |
| c:0002 p:0018 s:0007 E:000540 l:n b:---- EVAL bootstraptest.test_ractor.rb_2491_1415.rb:4 [FINISH] |
| c:0001 p:0000 s:0003 E:001df0 l:y b:---- DUMMY [FINISH] |
| |
| -- Ruby level backtrace information ---------------------------------------- |
| bootstraptest.test_ractor.rb_2491_1415.rb:4:in '<main>' |
| <internal:numeric>:262:in 'times' |
| bootstraptest.test_ractor.rb_2491_1415.rb:5:in 'block in <main>' |
| <internal:ractor>:238:in 'new' |
| |
| -- Threading information --------------------------------------------------- |
| Total ractor count: 1 |
| Ruby thread count for this ractor: 1 |
| |
| -- Machine register context ------------------------------------------------ |
| RIP: 0x0000728dc6e9eb2c RBP: 0x00007fff75851b90 RSP: 0x00007fff75851b50 |
| RAX: 0x0000000000000000 RBX: 0x00000000002aa14a RCX: 0x0000728dc6e9eb2c |
| RDX: 0x0000000000000006 RDI: 0x00000000002aa14a RSI: 0x00000000002aa14a |
| R8: 0x00000000ffffffff R9: 0x0000000000000000 R10: 0x0000000000000008 |
| R11: 0x0000000000000246 R12: 0x0000000000000006 R13: 0x00007fff75851cd0 |
| R14: 0x0000000000000016 R15: 0x00007fff75851cd0 EFL: 0x0000000000000246 |
| |
| -- C level backtrace information ------------------------------------------- |
| #1415 test_ractor.rb:2491: |
| begin |
| 100.times do |i| |
| Ractor.new(i) do |j| |
| 1000.times do |i| |
| "#{j}-#{i}" |
| end |
| end |
| pid = fork do |
| GC.verify_internal_consistency |
| end |
| _, status = Process.waitpid2 pid |
| raise unless status.success? |
| end |
| |
| :ok |
| rescue NotImplementedError |
| :ok |
| end |
| #=> #<Assertion::Timeout: timed out after 180 seconds> (expected "ok") |
| FAIL 1/2037 tests failed |
| make: *** [uncommon.mk:846: yes-btest] Error 1 |
| "make yes-test-basic TESTS='-j20'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j20'" exit with 0. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j20'" exit with 0. |