| "make update-download -j3" exit with 0. |
| "make update-src -j3" exit with 0. |
| "make after-update -j3" exit with 0. |
| "make miniruby -j3" exit with 0. |
| "make ruby -j3" exit with 0. |
| "make all -j3" exit with 0. |
| "make install -j3" exit with 0. |
| "make yes-btest TESTOPTS='-q -j3'" exit with 512. |
| Fstderr output is not empty |
| malloc_consolidate(): unaligned fastbin chunk detected |
| bootstraptest.test_ractor.rb_2089_1390.rb:8: [BUG] Segmentation fault at 0x0000fffe848cf478 |
| ruby 3.5.0dev (2025-10-21T01:38:18Z master 3b87e76cc6) +PRISM [aarch64-linux] |
| |
| -- Control frame information ----------------------------------------------- |
| c:0010 p:---- s:0039 e:000038 l:y n:---- CFUNC :initialize |
| c:0009 p:0009 s:0035 e:000033 l:n n:---- BLOCK bootstraptest.test_ractor.rb_2089_1390.rb:8 [FINISH] |
| c:0008 p:---- s:0031 e:000030 l:n n:---- IFUNC |
| c:0007 p:0024 s:0028 e:000026 l:y n:0001 METHOD <internal:numeric>:257 [FINISH] |
| c:0006 p:---- s:0022 e:000021 l:y n:---- CFUNC :each |
| c:0005 p:---- s:0019 e:000018 l:y n:---- CFUNC :map |
| c:0004 p:0007 s:0015 e:000014 l:n n:---- BLOCK bootstraptest.test_ractor.rb_2089_1390.rb:8 |
| c:0003 p:0017 s:0012 e:000011 l:y n:0001 METHOD <internal:kernel>:169 |
| c:0002 p:0004 s:0007 e:000006 l:n n:---- BLOCK bootstraptest.test_ractor.rb_2089_1390.rb:7 [FINISH] |
| c:0001 p:---- s:0003 e:000002 l:y n:---- DUMMY [FINISH] |
| |
| -- Ruby level backtrace information ---------------------------------------- |
| bootstraptest.test_ractor.rb_2089_1390.rb:7:in 'block (2 levels) in <main>' |
| <internal:kernel>:169:in 'loop' |
| bootstraptest.test_ractor.rb_2089_1390.rb:8:in 'block (3 levels) in <main>' |
| bootstraptest.test_ractor.rb_2089_1390.rb:8:in 'map' |
| bootstraptest.test_ractor.rb_2089_1390.rb:8:in 'each' |
| <internal:numeric>:257:in 'times' |
| bootstraptest.test_ractor.rb_2089_1390.rb:8:in 'block (4 levels) in <main>' |
| bootstraptest.test_ractor.rb_2089_1390.rb:8:in 'initialize' |
| |
| -- Threading information --------------------------------------------------- |
| Total ractor count: 9 |
| Ruby thread count for this ractor: 1 |
| |
| -- Machine register context ------------------------------------------------ |
| x0: 0x0000000000000001 x1: 0x0000fffe848cf478 x2: 0x0000fffec0d0fb88 |
| x3: 0x0000000000000000 x4: 0x0000fffe85b1dcd8 x5: 0x0000000000000000 |
| x6: 0x0000000000000007 x7: 0x0000fffe85910120 x18: 0x0000000000000000 |
| x19: 0x0000fffe700059e0 x20: 0x0000fffec0aa0a88 x21: 0x0000fffe848ac810 |
| x22: 0x0000aaae6803b0f0 x23: 0x0000aaae4843f000 x24: 0x0000000000000001 |
| x25: 0x0000000000000001 x26: 0x0000fffe85b1dc50 x27: 0x0000fffe85910118 |
| x28: 0x0000fffe848ac8b0 x29: 0x0000fffe85b1dc60 sp: 0x0000fffe85b1dc50 |
| fau: 0x0000fffe848cf478 |
| |
| -- C level backtrace information ------------------------------------------- |
| #1390 test_ractor.rb:2089: |
| port = Ractor::Port.new |
| workers = (0...8).map do |
| Ractor.new port do |port| |
| loop do |
| 100.times.map { Class.new } |
| port << nil |
| end |
| end |
| end |
| |
| 100.times { port.receive } |
| |
| 'ok' |
| #=> "" (expected "ok") |
| FAIL 1/2017 tests failed |
| make: *** [uncommon.mk:843: yes-btest] Error 1 |
| "make yes-test-basic TESTS='-j3'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j3'" exit with 0. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j3'" exit with 0. |