| "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. |
| Could not attach to process. If your uid matches the uid of the target |
| process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try |
| again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf |
| warning: process 1362010 is a zombie - the process has already terminated |
| ptrace: Inappropriate ioctl for device. |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| /tmp/ruby/src/trunk_clang_16/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 1362010 killed by SIGSEGV (signal 11) (core dumped) |
| | |
| | -e:11: [BUG] Segmentation fault at 0x000003e90014a014 |
| | ruby 4.1.0dev (2026-03-20T03:10:19Z master 8b9635e141) +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:0010c0 l:n b:---- EVAL -e:10 [FINISH] |
| | c:0001 p:0000 s:0003 E:002440 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: 0x000075709c60fd61 RBP: 0x00007ffddd5cbcd0 RSP: 0x00007ffddd5cbc90 |
| | RAX: 0xfffffffffffffffc RBX: 0x000061a75d64de28 RCX: 0x000075709c60fd61 |
| | RDX: 0x0000000000000000 RDI: 0x000061a75d64de50 RSI: 0x0000000000000189 |
| | R8: 0x0000000000000000 R9: 0x00000000ffffffff R10: 0x0000000000000000 |
| | R11: 0x0000000000000246 R12: 0x0000000000000000 R13: 0x0000000000000000 |
| | R14: 0x000061a71ef5ca98 R15: 0x000061a75d64de50 EFL: 0x0000000000000246 |
| | |
| | -- C level backtrace information ------------------------------------------- |
| | /tmp/ruby/build/trunk_clang_16/ruby(rb_print_backtrace+0x14) [0x61a71eb19196] /tmp/ruby/src/trunk_clang_16/vm_dump.c:1105 |
| | /tmp/ruby/build/trunk_clang_16/ruby(rb_vm_bugreport) /tmp/ruby/src/trunk_clang_16/vm_dump.c:1450 |
| | /tmp/ruby/build/trunk_clang_16/ruby(rb_bug_for_fatal_signal+0x15c) [0x61a71ecfa7dc] /tmp/ruby/src/trunk_clang_16/error.c:1131 |
| | /tmp/ruby/build/trunk_clang_16/ruby(sigsegv+0x5a) [0x61a71ea7037a] /tmp/ruby/src/trunk_clang_16/signal.c:948 |
| | /lib/x86_64-linux-gnu/libc.so.6(0x75709c5bc320) [0x75709c5bc320] |
| | /lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_common64+0x2a) [0x75709c60fd61] ./nptl/futex-internal.c:57 |
| | /lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_common) ./nptl/futex-internal.c:87 |
| | /lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_cancelable64) ./nptl/futex-internal.c:139 |
| | /lib/x86_64-linux-gnu/libc.so.6(__pthread_cond_wait_common+0xed) [0x75709c6127dd] ./nptl/pthread_cond_wait.c:503 |
| | /lib/x86_64-linux-gnu/libc.so.6(___pthread_cond_wait) ./nptl/pthread_cond_wait.c:627 |
| | /lib/x86_64-linux-gnu/libc.so.6(pthread_cond_wait) (null):0 |
| | /tmp/ruby/build/trunk_clang_16/ruby(rb_native_cond_wait+0xb) [0x61a71eaa61c2] /tmp/ruby/src/trunk_clang_16/thread_pthread.c:231 |
| | /tmp/ruby/build/trunk_clang_16/ruby(thread_sched_wait_running_turn) /tmp/ruby/src/trunk_clang_16/thread_pthread.c:851 |
| | /tmp/ruby/build/trunk_clang_16/ruby(thread_sched_yield+0xc8) [0x61a71eaac202] /tmp/ruby/src/trunk_clang_16/thread_pthread.c:1135 |
| | /tmp/ruby/build/trunk_clang_16/ruby(rb_thread_schedule_limits) /tmp/ruby/src/trunk_clang_16/thread.c:1505 |
| | /tmp/ruby/build/trunk_clang_16/ruby(threadptr_get_interrupts+0x0) [0x61a71eaad5ce] /tmp/ruby/src/trunk_clang_16/thread.c:2719 |
| | /tmp/ruby/build/trunk_clang_16/ruby(rb_threadptr_execute_interrupts) /tmp/ruby/src/trunk_clang_16/thread.c:2627 |
| | /tmp/ruby/build/trunk_clang_16/ruby(rb_vm_check_ints+0xb) [0x61a71eb0867f] /tmp/ruby/src/trunk_clang_16/vm_core.h:2277 |
| | /tmp/ruby/build/trunk_clang_16/ruby(vm_pop_frame) /tmp/ruby/src/trunk_clang_16/vm_insnhelper.c:452 |
| | /tmp/ruby/build/trunk_clang_16/ruby(rb_vm_pop_frame) /tmp/ruby/src/trunk_clang_16/vm_insnhelper.c:461 |
| | /tmp/ruby/build/trunk_clang_16/ruby(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk_clang_16/vm_insnhelper.c:3909 |
| | /tmp/ruby/build/trunk_clang_16/ruby(vm_sendish+0xd6) [0x61a71eae81af] /tmp/ruby/src/trunk_clang_16/vm_insnhelper.c:6127 |
| | /tmp/ruby/build/trunk_clang_16/ruby(vm_exec_core) ../../src/trunk_clang_16/insns.def:906 |
| | /tmp/ruby/build/trunk_clang_16/ruby(vm_exec_loop+0x0) [0x61a71eae37ee] /tmp/ruby/src/trunk_clang_16/vm.c:2799 |
| | /tmp/ruby/build/trunk_clang_16/ruby(rb_vm_exec) /tmp/ruby/src/trunk_clang_16/vm.c:2802 |
| | /tmp/ruby/build/trunk_clang_16/ruby(rb_ec_exec_node+0x2b) [0x61a71e96ca54] /tmp/ruby/src/trunk_clang_16/eval.c:283 |
| | /tmp/ruby/build/trunk_clang_16/ruby(ruby_run_node) /tmp/ruby/src/trunk_clang_16/eval.c:321 |
| | /tmp/ruby/build/trunk_clang_16/ruby(rb_main+0x1c) [0x61a71e96a4e5] /tmp/ruby/src/trunk_clang_16/main.c:42 |
| | /tmp/ruby/build/trunk_clang_16/ruby(main) /tmp/ruby/src/trunk_clang_16/main.c:62 |
| | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x7a) [0x75709c5a11ca] ../sysdeps/nptl/libc_start_call_main.h:58 |
| | /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x75709c5a128b] ../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 |
| | [0x61a71e96a3a5] |
| | |
| | -- Other runtime information ----------------------------------------------- |
| | |
| | * Loaded script: -e |
| | |
| | * Ruby Box: disabled |
| | * Loaded features: |
| | |
| | 0 enumerator.so |
| | 1 monitor.so |
| | 2 thread.rb |
| | 3 fiber.so |
| | 4 rational.so |
| | 5 complex.so |
| | 6 pathname.so |
| | 7 ruby2_keywords.rb |
| | 8 set.rb |
| | 9 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/encdb.so |
| | 10 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/trans/transdb.so |
| | |
| | * Process memory map: |
| | |
| | 61a71e91d000-61a71e95e000 r--p 00000000 00:ad 14581472 /tmp/ruby/build/trunk_clang_16/ruby |
| | 61a71e95e000-61a71eda6000 r-xp 00041000 00:ad 14581472 /tmp/ruby/build/trunk_clang_16/ruby |
| | 61a71eda6000-61a71ef45000 r--p 00489000 00:ad 14581472 /tmp/ruby/build/trunk_clang_16/ruby |
| | 61a71ef45000-61a71ef5c000 r--p 00627000 00:ad 14581472 /tmp/ruby/build/trunk_clang_16/ruby |
| | 61a71ef5c000-61a71ef5e000 rw-p 0063e000 00:ad 14581472 /tmp/ruby/build/trunk_clang_16/ruby |
| | 61a71ef5e000-61a71ef75000 rw-p 00000000 00:00 0 |
| | 61a75d649000-61a767440000 rw-p 00000000 00:00 0 [heap] |
| | 757020a6f000-75702309e000 r--s 00000000 00:ad 14581472 /tmp/ruby/build/trunk_clang_16/ruby |
| | 75702309e000-7570430a0000 rw-p 00000000 00:00 0 |
| | 7570430a0000-75704d5f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 75704f0c9000-75704f2d0000 r--s 00000000 00:ad 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 75704f2d0000-757067430000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 757067440000-757072950000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 757072960000-7570782d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7570782e0000-75707afa0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 75707afb0000-75707c000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 75707c000000-75707c021000 rw-p 00000000 00:00 0 |
| | 75707c021000-757080000000 ---p 00000000 00:00 0 |
| | 757080010000-757080540000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 757080550000-7570812a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7570812b0000-7570817f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 757081800000-757081b70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 757081b80000-757081cd0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 757081ce0000-757081d90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 757081da0000-757081df0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 757081dfe000-757081dff000 ---p 00000000 00:00 0 |
| | 757081dff000-757081e1f000 rw-p 00000000 00:00 0 |
| | 757081e1f000-757081f20000 rw-p 00000000 00:00 0 |
| | 757081f20000-757081f80000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 757081f8f000-757081f90000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 757081f90000-757081fd1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 757081fd1000-757081fd2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 757081fd2000-757082013000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 757082013000-757082014000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 757082014000-757082055000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 757082055000-757082056000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 757082056000-757082097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 757082097000-757082098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 757082098000-7570820d9000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7570820d9000-7570820da000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7570820da000-75708211b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 75708211b000-75708211c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 75708211c000-75708215d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 75708215d000-75708215e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 75708215e000-75708219f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 75708219f000-7570821a0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7570821a0000-7570821e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7570821e1000-7570821e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7570821e2000-757082223000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 757082223000-757082224000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 757082224000-757082265000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 757082265000-757082266000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 757082266000-7570822a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7570822a7000-7570822a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7570822a8000-7570822e9000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7570822e9000-7570822ea000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7570822ea000-75708232b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 75708232b000-75708232c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 75708232c000-75708236d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 75708236d000-75708236e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 75708236e000-7570823af000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7570823af000-7570823b0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7570823b0000-7570823f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7570823f1000-7570823f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7570823f2000-757082433000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 757082433000-757082434000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 757082434000-757082475000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 757082475000-757082476000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 757082476000-7570824b7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7570824b7000-7570824b8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7570824b8000-7570824f9000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7570824f9000-7570824fa000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7570824fa000-75708253b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 75708253b000-75708253c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 75708253c000-75708257d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 75708257d000-75708257e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 75708257e000-7570825bf000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7570825bf000-7570825c0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7570825c0000-757082601000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 757082601000-757082602000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 757082602000-757082643000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 757082643000-757082644000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 757082644000-757082685000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 757082685000-757082686000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 757082686000-7570826c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7570826c7000-7570826c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7570826c8000-757082709000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 757082709000-75708270a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 75708270a000-75708274b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 75708274b000-75708274c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 75708274c000-75708278d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 75708278d000-75708278e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 75708278e000-7570827cf000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7570827cf000-7570827d0000 ---p 00000000 00:00 0 |
| | 7570827d0000-757082fd0000 rw-p 00000000 00:00 0 |
| | 757082fd0000-757083000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 757083000000-75709b000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] |
| | 75709b000000-75709c400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] |
| | 75709c410000-75709c430000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 75709c43a000-75709c43b000 r--p 00000000 00:ad 17047689 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/trans/transdb.so |
| | 75709c43b000-75709c43c000 r-xp 00001000 00:ad 17047689 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/trans/transdb.so |
| | 75709c43c000-75709c43d000 r--p 00002000 00:ad 17047689 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/trans/transdb.so |
| | 75709c43d000-75709c43e000 r--p 00002000 00:ad 17047689 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/trans/transdb.so |
| | 75709c43e000-75709c43f000 rw-p 00003000 00:ad 17047689 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/trans/transdb.so |
| | 75709c43f000-75709c460000 rw-p 00000000 00:00 0 |
| | 75709c460000-75709c470000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 75709c473000-75709c577000 rw-p 00000000 00:00 0 |
| | 75709c577000-75709c59f000 r--p 00000000 00:ad 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 75709c59f000-75709c727000 r-xp 00028000 00:ad 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 75709c727000-75709c776000 r--p 001b0000 00:ad 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 75709c776000-75709c77a000 r--p 001fe000 00:ad 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 75709c77a000-75709c77c000 rw-p 00202000 00:ad 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 75709c77c000-75709c78b000 rw-p 00000000 00:00 0 |
| | 75709c78b000-75709c78f000 r--p 00000000 00:ad 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 75709c78f000-75709c7b2000 r-xp 00004000 00:ad 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 75709c7b2000-75709c7b6000 r--p 00027000 00:ad 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 75709c7b6000-75709c7b7000 r--p 0002b000 00:ad 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 75709c7b7000-75709c7b8000 rw-p 0002c000 00:ad 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 75709c7b8000-75709c7c8000 r--p 00000000 00:ad 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 75709c7c8000-75709c847000 r-xp 00010000 00:ad 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 75709c847000-75709c89f000 r--p 0008f000 00:ad 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 75709c89f000-75709c8a0000 r--p 000e7000 00:ad 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 75709c8a0000-75709c8a1000 rw-p 000e8000 00:ad 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 75709c8a1000-75709c8a3000 r--p 00000000 00:ad 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 75709c8a3000-75709c8b8000 r-xp 00002000 00:ad 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 75709c8b8000-75709c8d1000 r--p 00017000 00:ad 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 75709c8d1000-75709c8d2000 r--p 0002f000 00:ad 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 75709c8d2000-75709c8d3000 rw-p 00030000 00:ad 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 75709c8d3000-75709c8db000 rw-p 00000000 00:00 0 |
| | 75709c8db000-75709c8e5000 r--p 00000000 00:ad 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 75709c8e5000-75709c948000 r-xp 0000a000 00:ad 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 75709c948000-75709c95d000 r--p 0006d000 00:ad 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 75709c95d000-75709c95e000 r--p 00081000 00:ad 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 75709c95e000-75709c95f000 rw-p 00082000 00:ad 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 75709c95f000-75709c961000 r--p 00000000 00:ad 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 75709c961000-75709c973000 r-xp 00002000 00:ad 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 75709c973000-75709c979000 r--p 00014000 00:ad 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 75709c979000-75709c97a000 r--p 0001a000 00:ad 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 75709c97a000-75709c97b000 rw-p 0001b000 00:ad 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 75709c97b000-75709c97c000 r--p 00000000 00:ad 17046776 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/encdb.so |
| | 75709c97c000-75709c97d000 r-xp 00001000 00:ad 17046776 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/encdb.so |
| | 75709c97d000-75709c97e000 r--p 00002000 00:ad 17046776 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/encdb.so |
| | 75709c97e000-75709c97f000 r--p 00002000 00:ad 17046776 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/encdb.so |
| | 75709c97f000-75709c980000 rw-p 00003000 00:ad 17046776 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/encdb.so |
| | 75709c980000-75709c982000 rw-p 00000000 00:00 0 |
| | 75709c982000-75709c983000 r--p 00000000 00:ad 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 75709c983000-75709c9ae000 r-xp 00001000 00:ad 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 75709c9ae000-75709c9b8000 r--p 0002c000 00:ad 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 75709c9b8000-75709c9ba000 r--p 00036000 00:ad 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 75709c9ba000-75709c9bc000 rw-p 00038000 00:ad 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7ffddd5ad000-7ffddd5ce000 rw-p 00000000 00:00 0 [stack] |
| | 7ffddd5e8000-7ffddd5ec000 r--p 00000000 00:00 0 [vvar] |
| | 7ffddd5ec000-7ffddd5ee000 r-xp 00000000 00:00 0 [vdso] |
| | ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] |
| | |
| | |
| /tmp/ruby/src/trunk_clang_16/test/ruby/test_gc.rb:742:in 'TestGc#test_interrupt_in_finalizer' |
| make: *** [uncommon.mk:920: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |