| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| 4a1b88a..1d903b7 master -> origin/master |
| "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. |
| Unable to attach: program terminated with signal SIGSEGV, Segmentation fault. |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| /tmp/ruby/src/trunk_clang_15/tool/lib/dump.gdb:12: Error in sourced command file: |
| No symbol table is loaded. Use the "file" command. |
| 1) Error: |
| TestGc#test_interrupt_in_finalizer: |
| Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_in_out_err expired timeout (100 sec) |
| pid 702113 killed by SIGSEGV (signal 11) (core dumped) |
| | |
| | -e:11: [BUG] Segmentation fault at 0x000003e9000a641e |
| | ruby 4.0.0dev (2025-11-13T14:33:22Z master 1d903b727f) +PRISM [x86_64-linux] |
| | |
| | -- Control frame information ----------------------------------------------- |
| | c:0005 p:---- s:0022 e:000021 l:y b:---- CFUNC :define_finalizer |
| | c:0004 p:0021 s:0016 e:000015 l:n b:---- BLOCK -e:11 |
| | c:0003 p:0017 s:0013 e:000012 l:y b:0001 METHOD <internal:kernel>:169 |
| | c:0002 p:0029 s:0008 E:001cd0 l:n b:---- EVAL -e:10 [FINISH] |
| | c:0001 p:0000 s:0003 E:001f90 l:y b:---- DUMMY [FINISH] |
| | |
| | -- Ruby level backtrace information ---------------------------------------- |
| | -e:10:in '<main>' |
| | <internal:kernel>:169: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: 0x0000650a617124f4 RBP: 0x0000000000000000 RSP: 0x00007fff15831450 |
| | RAX: 0x0000000002000000 RBX: 0x000078ad0afe1ea8 RCX: 0x0000000000012807 |
| | RDX: 0x0000000000000006 RDI: 0x000078ad0afe1ea8 RSI: 0x000078ad2419f6c8 |
| | R8: 0x0000000000000000 R9: 0x00000000000000f9 R10: 0x0000650a664ce0f0 |
| | R11: 0x0000000000000010 R12: 0x0000650a663fabd0 R13: 0x0000650a61b832c0 |
| | R14: 0x000078ad2419f6c8 R15: 0x000078ad0afe2128 EFL: 0x0000000000000206 |
| | |
| | -- C level backtrace information ------------------------------------------- |
| | /tmp/ruby/build/trunk_clang_15/ruby(rb_print_backtrace+0x14) [0x650a6196b6c6] /tmp/ruby/src/trunk_clang_15/vm_dump.c:1102 |
| | /tmp/ruby/build/trunk_clang_15/ruby(rb_vm_bugreport) /tmp/ruby/src/trunk_clang_15/vm_dump.c:1447 |
| | /tmp/ruby/build/trunk_clang_15/ruby(rb_bug_for_fatal_signal+0x160) [0x650a6192a580] /tmp/ruby/src/trunk_clang_15/error.c:1130 |
| | /tmp/ruby/build/trunk_clang_15/ruby(sigsegv+0x59) [0x650a616b0f19] /tmp/ruby/src/trunk_clang_15/signal.c:948 |
| | /lib/x86_64-linux-gnu/libc.so.6(0x78ad3e832320) [0x78ad3e832320] |
| | /tmp/ruby/build/trunk_clang_15/ruby(RB_SET_SHAPE_ID+0x8) [0x650a617124f4] /tmp/ruby/src/trunk_clang_15/shape.h:185 |
| | /tmp/ruby/build/trunk_clang_15/ruby(rb_obj_freeze_inline) /tmp/ruby/src/trunk_clang_15/variable.c:1967 |
| | /tmp/ruby/build/trunk_clang_15/ruby(rb_define_finalizer+0x225) [0x650a615c5395] /tmp/ruby/src/trunk_clang_15/gc.c:1725 |
| | /tmp/ruby/build/trunk_clang_15/ruby(vm_call_cfunc_with_frame_+0xf4) [0x650a61744304] /tmp/ruby/src/trunk_clang_15/vm_insnhelper.c:3915 |
| | /tmp/ruby/build/trunk_clang_15/ruby(vm_sendish+0xd7) [0x650a61723f1f] /tmp/ruby/src/trunk_clang_15/vm_insnhelper.c:6134 |
| | /tmp/ruby/build/trunk_clang_15/ruby(vm_exec_core) ../../src/trunk_clang_15/insns.def:902 |
| | /tmp/ruby/build/trunk_clang_15/ruby(vm_exec_loop+0x0) [0x650a6171f62f] /tmp/ruby/src/trunk_clang_15/vm.c:2784 |
| | /tmp/ruby/build/trunk_clang_15/ruby(rb_vm_exec) /tmp/ruby/src/trunk_clang_15/vm.c:2787 |
| | /tmp/ruby/build/trunk_clang_15/ruby(rb_ec_exec_node+0x2b) [0x650a615b3a71] /tmp/ruby/src/trunk_clang_15/eval.c:283 |
| | /tmp/ruby/build/trunk_clang_15/ruby(ruby_run_node) /tmp/ruby/src/trunk_clang_15/eval.c:321 |
| | /tmp/ruby/build/trunk_clang_15/ruby(rb_main+0x1c) [0x650a615b1535] /tmp/ruby/src/trunk_clang_15/main.c:42 |
| | /tmp/ruby/build/trunk_clang_15/ruby(main) /tmp/ruby/src/trunk_clang_15/main.c:62 |
| | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x7a) [0x78ad3e8171ca] ../sysdeps/nptl/libc_start_call_main.h:58 |
| | /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x78ad3e81728b] ../csu/libc-start.c:360 |
| | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:347 |
| | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0 |
| | [0x650a615b13f5] |
| | |
| | -- Other runtime information ----------------------------------------------- |
| | |
| | * Loaded script: -e |
| | |
| | * Ruby Box: disabled |
| | * Loaded features: |
| | |
| | 0 enumerator.so |
| | 1 thread.rb |
| | 2 fiber.so |
| | 3 rational.so |
| | 4 complex.so |
| | 5 pathname.so |
| | 6 ruby2_keywords.rb |
| | 7 set.rb |
| | 8 /tmp/ruby/build/trunk_clang_15/.ext/x86_64-linux/enc/encdb.so |
| | 9 /tmp/ruby/build/trunk_clang_15/.ext/x86_64-linux/enc/trans/transdb.so |
| | |
| | * Process memory map: |
| | |
| | 650a61560000-650a615a5000 r--p 00000000 00:a6 14045070 /tmp/ruby/build/trunk_clang_15/ruby |
| | 650a615a5000-650a619d4000 r-xp 00045000 00:a6 14045070 /tmp/ruby/build/trunk_clang_15/ruby |
| | 650a619d4000-650a61b6a000 r--p 00474000 00:a6 14045070 /tmp/ruby/build/trunk_clang_15/ruby |
| | 650a61b6a000-650a61b7f000 r--p 0060a000 00:a6 14045070 /tmp/ruby/build/trunk_clang_15/ruby |
| | 650a61b7f000-650a61b81000 rw-p 0061f000 00:a6 14045070 /tmp/ruby/build/trunk_clang_15/ruby |
| | 650a61b81000-650a61b95000 rw-p 00000000 00:00 0 |
| | 650a663f8000-650a6e344000 rw-p 00000000 00:00 0 [heap] |
| | 78acc46de000-78ace46e0000 rw-p 00000000 00:00 0 |
| | 78ace46e0000-78acef760000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 78acfcfd9000-78acfd1e0000 r--s 00000000 00:a6 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 78acfd1e0000-78acff770000 r--s 00000000 00:a6 14045070 /tmp/ruby/build/trunk_clang_15/ruby |
| | 78acff770000-78ad097a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 78ad097b0000-78ad14b60000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 78ad14b70000-78ad19ff0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 78ad1a000000-78ad1c000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 78ad1c000000-78ad1c021000 rw-p 00000000 00:00 0 |
| | 78ad1c021000-78ad20000000 ---p 00000000 00:00 0 |
| | 78ad20010000-78ad21200000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 78ad21210000-78ad227c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 78ad227d0000-78ad23500000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 78ad23510000-78ad23a70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 78ad23a80000-78ad23de0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 78ad23df0000-78ad23f40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 78ad23f50000-78ad24000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 78ad24010000-78ad24060000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 78ad2406e000-78ad2406f000 ---p 00000000 00:00 0 |
| | 78ad2406f000-78ad2408f000 rw-p 00000000 00:00 0 |
| | 78ad2408f000-78ad24190000 rw-p 00000000 00:00 0 |
| | 78ad24190000-78ad241b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 78ad241bf000-78ad241c0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad241c0000-78ad24201000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad24201000-78ad24202000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad24202000-78ad24243000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad24243000-78ad24244000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad24244000-78ad24285000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad24285000-78ad24286000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad24286000-78ad242c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad242c7000-78ad242c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad242c8000-78ad24309000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad24309000-78ad2430a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad2430a000-78ad2434b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad2434b000-78ad2434c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad2434c000-78ad2438d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad2438d000-78ad2438e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad2438e000-78ad243cf000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad243cf000-78ad243d0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad243d0000-78ad24411000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad24411000-78ad24412000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad24412000-78ad24453000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad24453000-78ad24454000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad24454000-78ad24495000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad24495000-78ad24496000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad24496000-78ad244d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad244d7000-78ad244d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad244d8000-78ad24519000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad24519000-78ad2451a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad2451a000-78ad2455b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad2455b000-78ad2455c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad2455c000-78ad2459d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad2459d000-78ad2459e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad2459e000-78ad245df000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad245df000-78ad245e0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad245e0000-78ad24621000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad24621000-78ad24622000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad24622000-78ad24663000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad24663000-78ad24664000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad24664000-78ad246a5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad246a5000-78ad246a6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad246a6000-78ad246e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad246e7000-78ad246e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad246e8000-78ad24729000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad24729000-78ad2472a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad2472a000-78ad2476b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad2476b000-78ad2476c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad2476c000-78ad247ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad247ad000-78ad247ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad247ae000-78ad247ef000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad247ef000-78ad247f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad247f0000-78ad24831000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad24831000-78ad24832000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad24832000-78ad24873000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad24873000-78ad24874000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad24874000-78ad248b5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad248b5000-78ad248b6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad248b6000-78ad248f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad248f7000-78ad248f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad248f8000-78ad24939000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad24939000-78ad2493a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad2493a000-78ad2497b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad2497b000-78ad2497c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad2497c000-78ad249bd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad249bd000-78ad249be000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad249be000-78ad249ff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 78ad249ff000-78ad24a00000 ---p 00000000 00:00 0 |
| | 78ad24a00000-78ad25200000 rw-p 00000000 00:00 0 |
| | 78ad25200000-78ad3d200000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] |
| | 78ad3d200000-78ad3e600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] |
| | 78ad3e610000-78ad3e6a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 78ad3e6af000-78ad3e6d0000 rw-p 00000000 00:00 0 |
| | 78ad3e6d0000-78ad3e6e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 78ad3e6e4000-78ad3e6e5000 r--p 00000000 00:a6 15733472 /tmp/ruby/build/trunk_clang_15/.ext/x86_64-linux/enc/trans/transdb.so |
| | 78ad3e6e5000-78ad3e6e6000 r-xp 00001000 00:a6 15733472 /tmp/ruby/build/trunk_clang_15/.ext/x86_64-linux/enc/trans/transdb.so |
| | 78ad3e6e6000-78ad3e6e7000 r--p 00002000 00:a6 15733472 /tmp/ruby/build/trunk_clang_15/.ext/x86_64-linux/enc/trans/transdb.so |
| | 78ad3e6e7000-78ad3e6e8000 r--p 00002000 00:a6 15733472 /tmp/ruby/build/trunk_clang_15/.ext/x86_64-linux/enc/trans/transdb.so |
| | 78ad3e6e8000-78ad3e6e9000 rw-p 00003000 00:a6 15733472 /tmp/ruby/build/trunk_clang_15/.ext/x86_64-linux/enc/trans/transdb.so |
| | 78ad3e6e9000-78ad3e7ed000 rw-p 00000000 00:00 0 |
| | 78ad3e7ed000-78ad3e815000 r--p 00000000 00:a6 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 78ad3e815000-78ad3e99d000 r-xp 00028000 00:a6 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 78ad3e99d000-78ad3e9ec000 r--p 001b0000 00:a6 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 78ad3e9ec000-78ad3e9f0000 r--p 001fe000 00:a6 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 78ad3e9f0000-78ad3e9f2000 rw-p 00202000 00:a6 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 78ad3e9f2000-78ad3ea01000 rw-p 00000000 00:00 0 |
| | 78ad3ea01000-78ad3ea05000 r--p 00000000 00:a6 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 78ad3ea05000-78ad3ea28000 r-xp 00004000 00:a6 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 78ad3ea28000-78ad3ea2c000 r--p 00027000 00:a6 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 78ad3ea2c000-78ad3ea2d000 r--p 0002b000 00:a6 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 78ad3ea2d000-78ad3ea2e000 rw-p 0002c000 00:a6 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 78ad3ea2e000-78ad3ea3e000 r--p 00000000 00:a6 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 78ad3ea3e000-78ad3eabd000 r-xp 00010000 00:a6 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 78ad3eabd000-78ad3eb15000 r--p 0008f000 00:a6 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 78ad3eb15000-78ad3eb16000 r--p 000e7000 00:a6 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 78ad3eb16000-78ad3eb17000 rw-p 000e8000 00:a6 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 78ad3eb17000-78ad3eb19000 r--p 00000000 00:a6 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 78ad3eb19000-78ad3eb2e000 r-xp 00002000 00:a6 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 78ad3eb2e000-78ad3eb47000 r--p 00017000 00:a6 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 78ad3eb47000-78ad3eb48000 r--p 0002f000 00:a6 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 78ad3eb48000-78ad3eb49000 rw-p 00030000 00:a6 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 78ad3eb49000-78ad3eb51000 rw-p 00000000 00:00 0 |
| | 78ad3eb51000-78ad3eb5b000 r--p 00000000 00:a6 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 78ad3eb5b000-78ad3ebbe000 r-xp 0000a000 00:a6 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 78ad3ebbe000-78ad3ebd3000 r--p 0006d000 00:a6 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 78ad3ebd3000-78ad3ebd4000 r--p 00081000 00:a6 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 78ad3ebd4000-78ad3ebd5000 rw-p 00082000 00:a6 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 78ad3ebd5000-78ad3ebd7000 r--p 00000000 00:a6 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 78ad3ebd7000-78ad3ebe9000 r-xp 00002000 00:a6 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 78ad3ebe9000-78ad3ebef000 r--p 00014000 00:a6 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 78ad3ebef000-78ad3ebf0000 r--p 0001a000 00:a6 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 78ad3ebf0000-78ad3ebf1000 rw-p 0001b000 00:a6 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 78ad3ebf1000-78ad3ebf2000 r--p 00000000 00:a6 15753964 /tmp/ruby/build/trunk_clang_15/.ext/x86_64-linux/enc/encdb.so |
| | 78ad3ebf2000-78ad3ebf3000 r-xp 00001000 00:a6 15753964 /tmp/ruby/build/trunk_clang_15/.ext/x86_64-linux/enc/encdb.so |
| | 78ad3ebf3000-78ad3ebf4000 r--p 00002000 00:a6 15753964 /tmp/ruby/build/trunk_clang_15/.ext/x86_64-linux/enc/encdb.so |
| | 78ad3ebf4000-78ad3ebf5000 r--p 00002000 00:a6 15753964 /tmp/ruby/build/trunk_clang_15/.ext/x86_64-linux/enc/encdb.so |
| | 78ad3ebf5000-78ad3ebf6000 rw-p 00003000 00:a6 15753964 /tmp/ruby/build/trunk_clang_15/.ext/x86_64-linux/enc/encdb.so |
| | 78ad3ebf6000-78ad3ebf8000 rw-p 00000000 00:00 0 |
| | 78ad3ebf8000-78ad3ebf9000 r--p 00000000 00:a6 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 78ad3ebf9000-78ad3ec24000 r-xp 00001000 00:a6 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 78ad3ec24000-78ad3ec2e000 r--p 0002c000 00:a6 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 78ad3ec2e000-78ad3ec30000 r--p 00036000 00:a6 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 78ad3ec30000-78ad3ec32000 rw-p 00038000 00:a6 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7fff15813000-7fff15834000 rw-p 00000000 00:00 0 [stack] |
| | 7fff158b3000-7fff158b7000 r--p 00000000 00:00 0 [vvar] |
| | 7fff158b7000-7fff158b9000 r-xp 00000000 00:00 0 [vdso] |
| | ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] |
| | |
| | |
| /tmp/ruby/src/trunk_clang_15/test/ruby/test_gc.rb:761:in 'TestGc#test_interrupt_in_finalizer' |
| Children under /tmp/rubytest.n0cea6: |
| * -rw-r--r-- 1 24288 2025-11-13 15:38:42 +0000 _ruby_box_p705581_2_monitor.so |
| * -rw-r--r-- 1 88696 2025-11-13 15:38:42 +0000 _ruby_box_p705581_2_stringio.so |
| * -rw-r--r-- 1 155256 2025-11-13 15:38:42 +0000 _ruby_box_p705581_2_zlib.so |
| * -rw-r--r-- 1 17824 2025-11-13 15:38:43 +0000 _ruby_box_p705676_2_-test-+sanitizers.so |
| * -rw-r--r-- 1 26816 2025-11-13 15:38:44 +0000 _ruby_box_p705766_2_rbconfig+sizeof.so |
| * -rw-r--r-- 1 26816 2025-11-13 15:38:42 +0000 _ruby_box_p705581_2_rbconfig+sizeof.so |
| * -rw-r--r-- 1 41048 2025-11-13 15:38:42 +0000 _ruby_box_p705581_2_digest.so |
| * -rw-r--r-- 1 63072 2025-11-13 15:38:44 +0000 _ruby_box_p705802_2_io+console.so |
| * -rw-r--r-- 1 851096 2025-11-13 15:38:42 +0000 _ruby_box_p705581_2_openssl.so |
| * -rw-r--r-- 1 494768 2025-11-13 15:38:42 +0000 _ruby_box_p705581_2_socket.so |
| * -rw-r--r-- 1 63072 2025-11-13 15:38:44 +0000 _ruby_box_p705766_2_io+console.so |
| * -rw-r--r-- 1 17824 2025-11-13 15:38:42 +0000 _ruby_box_p705581_2_-test-+sanitizers.so |
| * -rw-r--r-- 1 63072 2025-11-13 15:38:43 +0000 _ruby_box_p705676_2_io+console.so |
| * -rw-r--r-- 1 26816 2025-11-13 15:38:43 +0000 _ruby_box_p705676_2_rbconfig+sizeof.so |
| * -rw-r--r-- 1 55728 2025-11-13 15:38:42 +0000 _ruby_box_p705581_2_etc.so |
| * -rw-r--r-- 1 119992 2025-11-13 15:38:42 +0000 _ruby_box_p705581_2_json+ext+generator.so |
| * -rw-r--r-- 1 16544 2025-11-13 15:38:42 +0000 _ruby_box_p705581_2_io+wait.so |
| * -rw-r--r-- 1 63496 2025-11-13 15:38:42 +0000 _ruby_box_p705581_2_strscan.so |
| * -rw-r--r-- 1 17824 2025-11-13 15:38:43 +0000 _ruby_box_p705701_2_-test-+sanitizers.so |
| * -rw-r--r-- 1 17824 2025-11-13 15:38:44 +0000 _ruby_box_p705766_2_-test-+sanitizers.so |
| * -rw-r--r-- 1 71040 2025-11-13 15:38:42 +0000 _ruby_box_p705581_2_psych.so |
| * -rw-r--r-- 1 544080 2025-11-13 15:38:42 +0000 _ruby_box_p705581_2_date_core.so |
| * -rw-r--r-- 1 23072 2025-11-13 15:38:42 +0000 _ruby_box_p705581_2_io+nonblock.so |
| * -rw-r--r-- 1 26816 2025-11-13 15:38:43 +0000 _ruby_box_p705701_2_rbconfig+sizeof.so |
| * -rw-r--r-- 1 41664 2025-11-13 15:38:42 +0000 _ruby_box_p705581_2_cgi+escape.so |
| * -rw-r--r-- 1 22728 2025-11-13 15:38:42 +0000 _ruby_box_p705581_2_erb+escape.so |
| * -rw-r--r-- 1 17824 2025-11-13 15:38:44 +0000 _ruby_box_p705802_2_-test-+sanitizers.so |
| * -rw-r--r-- 1 63072 2025-11-13 15:38:43 +0000 _ruby_box_p705701_2_io+console.so |
| * -rw-r--r-- 1 26816 2025-11-13 15:38:44 +0000 _ruby_box_p705802_2_rbconfig+sizeof.so |
| * -rw-r--r-- 1 95240 2025-11-13 15:38:42 +0000 _ruby_box_p705581_2_json+ext+parser.so |
| * -rw-r--r-- 1 63072 2025-11-13 15:38:42 +0000 _ruby_box_p705581_2_io+console.so |
| make: *** [uncommon.mk:915: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |