| "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. |
| 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_gcc10/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 1321613 killed by SIGSEGV (signal 11) (core dumped) |
| | |
| | -e:11: [BUG] Segmentation fault at 0x000003e90013e142 |
| | ruby 3.5.0dev (2025-07-18T23:30:24Z master b49ae45b88) +PRISM [x86_64-linux] |
| | |
| | -- Control frame information ----------------------------------------------- |
| | c:0006 p:---- s:0025 e:000024 CFUNC :receiver |
| | c:0005 p:---- s:0022 e:000021 CFUNC :define_finalizer |
| | c:0004 p:0021 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:001cf0 EVAL -e:10 [FINISH] |
| | c:0001 p:0000 s:0003 E:001350 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' |
| | -e:11:in 'receiver' |
| | |
| | -- Threading information --------------------------------------------------- |
| | Total ractor count: 1 |
| | Ruby thread count for this ractor: 2 |
| | |
| | -- Machine register context ------------------------------------------------ |
| | RIP: 0x000073e7c5e22d61 RBP: 0x00007ffec544c050 RSP: 0x00007ffec544c010 |
| | RAX: 0xfffffffffffffffc RBX: 0x000064ec58670818 RCX: 0x000073e7c5e22d61 |
| | RDX: 0x0000000000000000 RDI: 0x000064ec58670844 RSI: 0x0000000000000189 |
| | R8: 0x0000000000000000 R9: 0x00000000ffffffff R10: 0x0000000000000000 |
| | R11: 0x0000000000000246 R12: 0x0000000000000000 R13: 0x0000000000000000 |
| | R14: 0x000064ec58670938 R15: 0x000064ec58670844 EFL: 0x0000000000000246 |
| | |
| | -- C level backtrace information ------------------------------------------- |
| | /tmp/ruby/build/trunk_gcc10/ruby(rb_print_backtrace+0x11) [0x64ec3b0a4f97] /tmp/ruby/src/trunk_gcc10/vm_dump.c:843 |
| | /tmp/ruby/build/trunk_gcc10/ruby(rb_vm_bugreport) /tmp/ruby/src/trunk_gcc10/vm_dump.c:1175 |
| | /tmp/ruby/build/trunk_gcc10/ruby(rb_bug_for_fatal_signal+0x102) [0x64ec3b05bfd2] /tmp/ruby/src/trunk_gcc10/error.c:1130 |
| | /tmp/ruby/build/trunk_gcc10/ruby(sigsegv+0x48) [0x64ec3ad9b518] /tmp/ruby/src/trunk_gcc10/signal.c:946 |
| | /lib/x86_64-linux-gnu/libc.so.6(0x73e7c5dcf320) [0x73e7c5dcf320] |
| | /lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_common64+0x2a) [0x73e7c5e22d61] ./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) [0x73e7c5e257dd] ./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_gcc10/ruby(rb_native_cond_wait+0x8) [0x64ec3ade8213] /tmp/ruby/src/trunk_gcc10/thread_pthread.c:221 |
| | /tmp/ruby/build/trunk_gcc10/ruby(thread_sched_wait_running_turn) /tmp/ruby/src/trunk_gcc10/thread_pthread.c:847 |
| | /tmp/ruby/build/trunk_gcc10/ruby(thread_sched_unlock_+0x0) [0x64ec3ade8c58] /tmp/ruby/src/trunk_gcc10/thread_pthread.c:1147 |
| | /tmp/ruby/build/trunk_gcc10/ruby(thread_sched_yield) /tmp/ruby/src/trunk_gcc10/thread_pthread.c:1153 |
| | /tmp/ruby/build/trunk_gcc10/ruby(rb_thread_schedule_limits) /tmp/ruby/src/trunk_gcc10/thread.c:1482 |
| | /tmp/ruby/build/trunk_gcc10/ruby(rb_threadptr_execute_interrupts+0x3fc) [0x64ec3ade90dc] /tmp/ruby/src/trunk_gcc10/thread.c:2692 |
| | /tmp/ruby/build/trunk_gcc10/ruby(rb_ec_thread_ptr+0x0) [0x64ec3ae4596d] /tmp/ruby/src/trunk_gcc10/vm_insnhelper.c:452 |
| | /tmp/ruby/build/trunk_gcc10/ruby(rb_ec_ractor_ptr) /tmp/ruby/src/trunk_gcc10/vm_core.h:1971 |
| | /tmp/ruby/build/trunk_gcc10/ruby(rb_ec_ractor_hooks) /tmp/ruby/src/trunk_gcc10/vm_core.h:2226 |
| | /tmp/ruby/build/trunk_gcc10/ruby(vm_call0_cfunc_with_frame) /tmp/ruby/src/trunk_gcc10/vm_eval.c:169 |
| | /tmp/ruby/build/trunk_gcc10/ruby(vm_call0_cfunc) /tmp/ruby/src/trunk_gcc10/vm_eval.c:178 |
| | /tmp/ruby/build/trunk_gcc10/ruby(vm_call0_body) /tmp/ruby/src/trunk_gcc10/vm_eval.c:229 |
| | /tmp/ruby/build/trunk_gcc10/ruby(vm_call0_cc+0xfb) [0x64ec3ae4675b] /tmp/ruby/src/trunk_gcc10/vm_eval.c:101 |
| | /tmp/ruby/build/trunk_gcc10/ruby(rb_funcallv_scope+0x14f) [0x64ec3ae4916f] /tmp/ruby/src/trunk_gcc10/vm_eval.c:1065 |
| | /tmp/ruby/build/trunk_gcc10/ruby(define_final+0x28) [0x64ec3ac80908] /tmp/ruby/src/trunk_gcc10/gc.c:1714 |
| | /tmp/ruby/build/trunk_gcc10/ruby(vm_cfp_consistent_p+0x0) [0x64ec3ae2e263] /tmp/ruby/src/trunk_gcc10/vm_insnhelper.c:3784 |
| | /tmp/ruby/build/trunk_gcc10/ruby(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk_gcc10/vm_insnhelper.c:3786 |
| | /tmp/ruby/build/trunk_gcc10/ruby(vm_sendish+0xf9) [0x64ec3ae36ed9] /tmp/ruby/src/trunk_gcc10/vm_insnhelper.c:5991 |
| | /tmp/ruby/build/trunk_gcc10/ruby(vm_exec_core+0x82) [0x64ec3ae4fd12] ../../src/trunk_gcc10/insns.def:899 |
| | /tmp/ruby/build/trunk_gcc10/ruby(rb_vm_exec+0x223) [0x64ec3ae40573] /tmp/ruby/src/trunk_gcc10/vm.c:2621 |
| | /tmp/ruby/build/trunk_gcc10/ruby(rb_ec_exec_node+0xb5) [0x64ec3ac64015] /tmp/ruby/src/trunk_gcc10/eval.c:282 |
| | /tmp/ruby/build/trunk_gcc10/ruby(ruby_run_node+0x3c) [0x64ec3ac6661c] /tmp/ruby/src/trunk_gcc10/eval.c:320 |
| | /tmp/ruby/build/trunk_gcc10/ruby(rb_main+0x21) [0x64ec3ac61027] /tmp/ruby/src/trunk_gcc10/main.c:42 |
| | /tmp/ruby/build/trunk_gcc10/ruby(main) /tmp/ruby/src/trunk_gcc10/main.c:62 |
| | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x7a) [0x73e7c5db41ca] ../sysdeps/nptl/libc_start_call_main.h:58 |
| | /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x73e7c5db428b] ../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 |
| | [0x64ec3ac61075] |
| | |
| | -- Other runtime information ----------------------------------------------- |
| | |
| | * Loaded script: -e |
| | |
| | * 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_gcc10/.ext/x86_64-linux/enc/encdb.so |
| | 9 /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/enc/trans/transdb.so |
| | |
| | * Process memory map: |
| | |
| | 64ec3ac10000-64ec3ac4f000 r--p 00000000 00:76 13410789 /tmp/ruby/build/trunk_gcc10/ruby |
| | 64ec3ac4f000-64ec3b11e000 r-xp 0003f000 00:76 13410789 /tmp/ruby/build/trunk_gcc10/ruby |
| | 64ec3b11e000-64ec3b2c3000 r--p 0050e000 00:76 13410789 /tmp/ruby/build/trunk_gcc10/ruby |
| | 64ec3b2c3000-64ec3b2d9000 r--p 006b2000 00:76 13410789 /tmp/ruby/build/trunk_gcc10/ruby |
| | 64ec3b2d9000-64ec3b2da000 rw-p 006c8000 00:76 13410789 /tmp/ruby/build/trunk_gcc10/ruby |
| | 64ec3b2da000-64ec3b2ef000 rw-p 00000000 00:00 0 |
| | 64ec58669000-64ec60208000 rw-p 00000000 00:00 0 [heap] |
| | 73e768b3a000-73e768d41000 r--s 00000000 00:76 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 73e768d41000-73e76d070000 r--s 00000000 00:76 13410789 /tmp/ruby/build/trunk_gcc10/ruby |
| | 73e76d070000-73e7788c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 73e7788ce000-73e7888d0000 rw-p 00000000 00:00 0 |
| | 73e7888d0000-73e78f050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 73e78f060000-73e79b390000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 73e79b3a0000-73e7a1530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 73e7a1540000-73e7a4000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 73e7a4000000-73e7a4021000 rw-p 00000000 00:00 0 |
| | 73e7a4021000-73e7a8000000 ---p 00000000 00:00 0 |
| | 73e7a8010000-73e7a85b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 73e7a85c0000-73e7a9ee0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 73e7a9ef0000-73e7aaa30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 73e7aaa40000-73e7ab070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 73e7ab080000-73e7ab380000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 73e7ab390000-73e7ab4e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 73e7ab4f0000-73e7ab5b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 73e7ab5c0000-73e7ab620000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 73e7ab62e000-73e7ab62f000 ---p 00000000 00:00 0 |
| | 73e7ab62f000-73e7ab64f000 rw-p 00000000 00:00 0 |
| | 73e7ab64f000-73e7ab750000 rw-p 00000000 00:00 0 |
| | 73e7ab750000-73e7ab790000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 73e7ab79f000-73e7ab7a0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7ab7a0000-73e7ab7e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7ab7e1000-73e7ab7e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7ab7e2000-73e7ab823000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7ab823000-73e7ab824000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7ab824000-73e7ab865000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7ab865000-73e7ab866000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7ab866000-73e7ab8a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7ab8a7000-73e7ab8a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7ab8a8000-73e7ab8e9000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7ab8e9000-73e7ab8ea000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7ab8ea000-73e7ab92b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7ab92b000-73e7ab92c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7ab92c000-73e7ab96d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7ab96d000-73e7ab96e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7ab96e000-73e7ab9af000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7ab9af000-73e7ab9b0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7ab9b0000-73e7ab9f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7ab9f1000-73e7ab9f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7ab9f2000-73e7aba33000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7aba33000-73e7aba34000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7aba34000-73e7aba75000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7aba75000-73e7aba76000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7aba76000-73e7abab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abab7000-73e7abab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abab8000-73e7abaf9000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abaf9000-73e7abafa000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abafa000-73e7abb3b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abb3b000-73e7abb3c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abb3c000-73e7abb7d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abb7d000-73e7abb7e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abb7e000-73e7abbbf000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abbbf000-73e7abbc0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abbc0000-73e7abc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abc01000-73e7abc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abc02000-73e7abc43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abc43000-73e7abc44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abc44000-73e7abc85000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abc85000-73e7abc86000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abc86000-73e7abcc7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abcc7000-73e7abcc8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abcc8000-73e7abd09000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abd09000-73e7abd0a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abd0a000-73e7abd4b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abd4b000-73e7abd4c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abd4c000-73e7abd8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abd8d000-73e7abd8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abd8e000-73e7abdcf000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abdcf000-73e7abdd0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abdd0000-73e7abe11000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abe11000-73e7abe12000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abe12000-73e7abe53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abe53000-73e7abe54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abe54000-73e7abe95000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abe95000-73e7abe96000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abe96000-73e7abed7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abed7000-73e7abed8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abed8000-73e7abf19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abf19000-73e7abf1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abf1a000-73e7abf5b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abf5b000-73e7abf5c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abf5c000-73e7abf9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abf9d000-73e7abf9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abf9e000-73e7abfdf000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 73e7abfdf000-73e7abfe0000 ---p 00000000 00:00 0 |
| | 73e7abfe0000-73e7ac7e0000 rw-p 00000000 00:00 0 |
| | 73e7ac7e0000-73e7ac800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 73e7ac800000-73e7c4800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] |
| | 73e7c4800000-73e7c5c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] |
| | 73e7c5c10000-73e7c5c40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 73e7c5c4f000-73e7c5c70000 rw-p 00000000 00:00 0 |
| | 73e7c5c70000-73e7c5c80000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 73e7c5c80000-73e7c5c81000 r--p 00000000 00:76 15744566 /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/enc/trans/transdb.so |
| | 73e7c5c81000-73e7c5c83000 r-xp 00001000 00:76 15744566 /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/enc/trans/transdb.so |
| | 73e7c5c83000-73e7c5c84000 r--p 00003000 00:76 15744566 /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/enc/trans/transdb.so |
| | 73e7c5c84000-73e7c5c85000 r--p 00003000 00:76 15744566 /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/enc/trans/transdb.so |
| | 73e7c5c85000-73e7c5c86000 rw-p 00004000 00:76 15744566 /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/enc/trans/transdb.so |
| | 73e7c5c86000-73e7c5d8a000 rw-p 00000000 00:00 0 |
| | 73e7c5d8a000-73e7c5db2000 r--p 00000000 00:76 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 73e7c5db2000-73e7c5f3a000 r-xp 00028000 00:76 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 73e7c5f3a000-73e7c5f89000 r--p 001b0000 00:76 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 73e7c5f89000-73e7c5f8d000 r--p 001fe000 00:76 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 73e7c5f8d000-73e7c5f8f000 rw-p 00202000 00:76 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 73e7c5f8f000-73e7c5f9e000 rw-p 00000000 00:00 0 |
| | 73e7c5f9e000-73e7c5fa2000 r--p 00000000 00:76 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 73e7c5fa2000-73e7c5fc5000 r-xp 00004000 00:76 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 73e7c5fc5000-73e7c5fc9000 r--p 00027000 00:76 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 73e7c5fc9000-73e7c5fca000 r--p 0002b000 00:76 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 73e7c5fca000-73e7c5fcb000 rw-p 0002c000 00:76 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 73e7c5fcb000-73e7c5fdb000 r--p 00000000 00:76 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 73e7c5fdb000-73e7c605a000 r-xp 00010000 00:76 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 73e7c605a000-73e7c60b2000 r--p 0008f000 00:76 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 73e7c60b2000-73e7c60b3000 r--p 000e7000 00:76 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 73e7c60b3000-73e7c60b4000 rw-p 000e8000 00:76 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 73e7c60b4000-73e7c60b6000 r--p 00000000 00:76 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 73e7c60b6000-73e7c60cb000 r-xp 00002000 00:76 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 73e7c60cb000-73e7c60e4000 r--p 00017000 00:76 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 73e7c60e4000-73e7c60e5000 r--p 0002f000 00:76 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 73e7c60e5000-73e7c60e6000 rw-p 00030000 00:76 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 73e7c60e6000-73e7c60ee000 rw-p 00000000 00:00 0 |
| | 73e7c60ee000-73e7c60f8000 r--p 00000000 00:76 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 73e7c60f8000-73e7c615b000 r-xp 0000a000 00:76 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 73e7c615b000-73e7c6170000 r--p 0006d000 00:76 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 73e7c6170000-73e7c6171000 r--p 00081000 00:76 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 73e7c6171000-73e7c6172000 rw-p 00082000 00:76 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 73e7c6172000-73e7c6174000 r--p 00000000 00:76 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 73e7c6174000-73e7c6186000 r-xp 00002000 00:76 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 73e7c6186000-73e7c618c000 r--p 00014000 00:76 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 73e7c618c000-73e7c618d000 r--p 0001a000 00:76 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 73e7c618d000-73e7c618e000 rw-p 0001b000 00:76 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 73e7c618e000-73e7c618f000 r--p 00000000 00:76 15744504 /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/enc/encdb.so |
| | 73e7c618f000-73e7c6190000 r-xp 00001000 00:76 15744504 /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/enc/encdb.so |
| | 73e7c6190000-73e7c6191000 r--p 00002000 00:76 15744504 /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/enc/encdb.so |
| | 73e7c6191000-73e7c6192000 r--p 00002000 00:76 15744504 /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/enc/encdb.so |
| | 73e7c6192000-73e7c6193000 rw-p 00003000 00:76 15744504 /tmp/ruby/build/trunk_gcc10/.ext/x86_64-linux/enc/encdb.so |
| | 73e7c6193000-73e7c6195000 rw-p 00000000 00:00 0 |
| | 73e7c6195000-73e7c6196000 r--p 00000000 00:76 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 73e7c6196000-73e7c61c1000 r-xp 00001000 00:76 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 73e7c61c1000-73e7c61cb000 r--p 0002c000 00:76 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 73e7c61cb000-73e7c61cd000 r--p 00036000 00:76 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 73e7c61cd000-73e7c61cf000 rw-p 00038000 00:76 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7ffec542e000-7ffec544f000 rw-p 00000000 00:00 0 [stack] |
| | 7ffec55cf000-7ffec55d3000 r--p 00000000 00:00 0 [vvar] |
| | 7ffec55d3000-7ffec55d5000 r-xp 00000000 00:00 0 [vdso] |
| | ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] |
| | |
| | |
| /tmp/ruby/src/trunk_gcc10/test/ruby/test_gc.rb:763:in 'TestGc#test_interrupt_in_finalizer' |
| make: *** [uncommon.mk:980: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |