| "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 0. |
| |
| "make yes-test-basic TESTS='-j4'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 512. |
| [nil, 5, 5] |
| 1) Error: |
| TestGc#test_interrupt_in_finalizer: |
| Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_in_out_err expired timeout (10 sec) |
| pid 938876 killed by SIGKILL (signal 9) |
| | |
| | -e:11: [BUG] Segmentation fault at 0x000003e9000e2458 |
| | ruby 3.5.0dev (2025-03-04T14:23:38Z master 15ee450801) +PRISM [x86_64-linux] |
| | |
| | -- Control frame information ----------------------------------------------- |
| | c:0005 p:---- s:0022 e:000021 CFUNC :define_finalizer |
| | c:0004 p:0010 s:0016 e:000015 BLOCK -e:11 |
| | c:0003 p:0017 s:0013 e:000012 METHOD <internal:kernel>:168 |
| | c:0002 p:0029 s:0008 E:002350 EVAL -e:10 [FINISH] |
| | c:0001 p:0000 s:0003 E:000020 DUMMY [FINISH] |
| | |
| | -- Ruby level backtrace information ---------------------------------------- |
| | -e:10:in '<main>' |
| | <internal:kernel>:168:in 'loop' |
| | -e:11:in 'block in <main>' |
| | -e:11:in 'define_finalizer' |
| | |
| | -- Threading information --------------------------------------------------- |
| | Total ractor count: 1 |
| | Ruby thread count for this ractor: 2 |
| | |
| | -- Machine register context ------------------------------------------------ |
| | RIP: 0x0000557ea30139be RBP: 0x0000000000000015 RSP: 0x00007ffc80ed6910 |
| | RAX: 0x0000000000060906 RBX: 0x00007ff55fb996f8 RCX: 0x0000000000000015 |
| | RDX: 0x0000000000000002 RDI: 0x00000ffeabf732df RSI: 0x00007ff55fb996f8 |
| | R8: 0x0003f0515418c52d R9: 0x00007ff56035e010 R10: 0x0000000000000001 |
| | R11: 0x0000000000000010 R12: 0x0003f0515418c52d R13: 0x0000000000020302 |
| | R14: 0x0000557edaf3a500 R15: 0x000000000018c52d EFL: 0x0000000000000297 |
| | |
| | -- C level backtrace information ------------------------------------------- |
| /tmp/ruby/src/trunk_clang_18/test/ruby/test_gc.rb:734:in 'TestGc#test_interrupt_in_finalizer' |
| make: *** [uncommon.mk:953: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |