| "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. |
| 1) Error: |
| TestGc#test_interrupt_in_finalizer: |
| Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_in_out_err expired timeout (10 sec) |
| pid 2869794 killed by SIGKILL (signal 9) |
| | |
| | -e:11: [BUG] Segmentation fault at 0x000003e9002b84fb |
| | ruby 3.5.0dev (2025-03-15T07:02:19Z master 35920f7a44) +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:000ab0 EVAL -e:10 [FINISH] |
| | c:0001 p:0000 s:0003 E:001e90 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: 0x000055759aeee244 RBP: 0x00005575d0c33500 RSP: 0x00007ffc69c2d100 |
| | RAX: 0x0000000000000020 RBX: 0x000000000008c84a RCX: 0x000000000000006a |
| | RDX: 0x000000000000006a RDI: 0x00005575d0c2ec20 RSI: 0x00007fc747b510b0 |
| | R8: 0x0000000000000008 R9: 0x00005575d157a970 R10: 0x0000000000000007 |
| | R11: 0x00005575d157aeb0 R12: 0x00007fc747b51100 R13: 0x0003f1c7151e5c82 |
| | R14: 0x00007fc7447fa700 R15: 0x0000000000000015 EFL: 0x0000000000000212 |
| | |
| | -- C level backtrace information ------------------------------------------- |
| /tmp/ruby/src/trunk_gcc10/test/ruby/test_gc.rb:735: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. |