| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| "make miniruby -j4" exit with 0. |
| "make ruby -j4" exit with 0. |
| "make all -j4" exit with 0. |
| "make install -j4" exit with 0. |
| "make yes-btest TESTOPTS='-q -j4'" exit with 512. |
| Fstderr output is not empty |
| malloc_consolidate(): unaligned fastbin chunk detected |
| bootstraptest.test_ractor.rb_2137_1403.rb:8: [BUG] Segmentation fault at 0x00000000000036a0 |
| ruby 3.5.0dev (2025-07-26T13:07:28Z master abafb662ea) +PRISM [riscv64-linux] |
| |
| -- Control frame information ----------------------------------------------- |
| c:0010 p:---- s:0039 e:000038 CFUNC :initialize |
| c:0009 p:0009 s:0035 e:000033 BLOCK bootstraptest.test_ractor.rb_2137_1403.rb:8 [FINISH] |
| c:0008 p:---- s:0031 e:000030 IFUNC |
| c:0007 p:0024 s:0028 e:000026 METHOD <internal:numeric>:257 [FINISH] |
| c:0006 p:---- s:0022 e:000021 CFUNC :each |
| c:0005 p:---- s:0019 e:000018 CFUNC :map |
| c:0004 p:0007 s:0015 e:000014 BLOCK bootstraptest.test_ractor.rb_2137_1403.rb:8 |
| c:0003 p:0017 s:0012 e:000011 METHOD <internal:kernel>:168 |
| c:0002 p:0004 s:0007 e:000006 BLOCK bootstraptest.test_ractor.rb_2137_1403.rb:7 [FINISH] |
| c:0001 p:---- s:0003 e:000002 DUMMY [FINISH] |
| |
| -- Ruby level backtrace information ---------------------------------------- |
| bootstraptest.test_ractor.rb_2137_1403.rb:7:in 'block (2 levels) in <main>' |
| <internal:kernel>:168:in 'loop' |
| bootstraptest.test_ractor.rb_2137_1403.rb:8:in 'block (3 levels) in <main>' |
| bootstraptest.test_ractor.rb_2137_1403.rb:8:in 'map' |
| bootstraptest.test_ractor.rb_2137_1403.rb:8:in 'each' |
| <internal:numeric>:257:in 'times' |
| bootstraptest.test_ractor.rb_2137_1403.rb:8:in 'block (4 levels) in <main>' |
| bootstraptest.test_ractor.rb_2137_1403.rb:8:in 'initialize' |
| |
| -- Threading information --------------------------------------------------- |
| Total ractor count: 9 |
| Ruby thread count for this ractor: 1 |
| |
| -- Machine register context ------------------------------------------------ |
| sp: 0x0000003f9d0406f0 s0: 0x0000003fd8238990 s1: 0x0000002ae0ccffb0 |
| a0: 0x0000000000000000 a1: 0x0000000000000000 a2: 0x0000003f98052270 |
| a3: 0x0000002ae0ccfee0 a4: 0x0000000000000000 a5: 0x00000000000036a1 |
| a6: 0x0000000000000010 a7: 0x0000000000000000 s2: 0x0000003fd839ed18 |
| s3: 0x0000000000000000 s4: 0x0000000000000000 s5: 0x0000003f98052270 |
| s6: 0x0000003fd839ed18 s7: 0x0000003fbeb1f978 s8: 0x0000003fd839ed18 |
| s9: 0x0000000000000000 s10: 0x0000003f9ce41120 s11: 0x0000002ae0dd72b0 |
| |
| -- C level backtrace information ------------------------------------------- |
| #1403 test_ractor.rb:2137: |
| 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/2029 tests failed |
| make: *** [uncommon.mk:913: yes-btest] Error 1 |
| "make yes-test-basic TESTS='-j4'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |