| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-gc-asserts" exit with 0. |
| Cloning into 'trunk-gc-asserts'... |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk-gc-asserts/configure --prefix=/tmp/ruby/install/trunk-gc-asserts --disable-install-doc --enable-shared" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-download DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| Cloning into '/tmp/ruby/src/trunk-gc-asserts/gems/src/power_assert'... |
| From https://github.com/ruby/power_assert |
| * branch f88e406e7c9e0810cc149869582afbae1fb84c4a -> FETCH_HEAD |
| HEAD is now at f88e406 Support Ruby 3.5 style Set inspection result |
| Cloning into '/tmp/ruby/src/trunk-gc-asserts/gems/src/net-imap'... |
| From https://github.com/ruby/net-imap |
| * branch 71c0288b9a8f78a7125a4ce2980ab421acdf5836 -> FETCH_HEAD |
| HEAD is now at 71c0288 support new `Ractor.shareable_proc` |
| Cloning into '/tmp/ruby/src/trunk-gc-asserts/gems/src/repl_type_completor'... |
| From https://github.com/ruby/repl_type_completor |
| * branch 25108aa8d69ddaba0b5da3feff1c0035371524b2 -> FETCH_HEAD |
| HEAD is now at 25108aa Merge pull request #62 from ruby/fix_require_completion_test |
| Cloning into '/tmp/ruby/src/trunk-gc-asserts/gems/src/irb'... |
| From https://github.com/ruby/irb |
| * branch 331c4e851296b115db766c291e8cf54a2492fb36 -> FETCH_HEAD |
| HEAD is now at 331c4e8 Update the expected values of backtraces |
| "make update-src DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make after-update DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| + cp /tmp/ruby/src/trunk-gc-asserts/enc/jis/props.h.blt /tmp/ruby/src/trunk-gc-asserts/enc/jis/props.h |
| "make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make ruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make all DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make install DEFS=\"-DRGENGC_CHECK_MODE=2\"" 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) Failure: |
| TestTranscode#test_ractor_lazy_load_encoding_random [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_transcode.rb:2347]: |
| pid 2602441 killed by SIGABRT (signal 6) (core dumped) |
| | /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:6047: Assertion Failed: rb_gc_impl_writebarrier:!during_gc |
| | ruby 3.5.0dev (2025-10-06T09:13:27Z master 443b17a587) +PRISM [x86_64-linux] |
| | |
| | -- Control frame information ----------------------------------------------- |
| | c:0002 p:0006 s:0008 e:000005 BLOCK -:17 [FINISH] |
| | c:0001 p:---- s:0003 e:000002 DUMMY [FINISH] |
| | |
| | -- Ruby level backtrace information ---------------------------------------- |
| | -:17:in 'block (2 levels) in <main>' |
| | |
| | -- Threading information --------------------------------------------------- |
| | Total ractor count: 42 |
| | Ruby thread count for this ractor: 1 |
| | |
| | -- C level backtrace information ------------------------------------------- |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_print_backtrace+0x8) [0x721172235dfe] /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:845 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_vm_bugreport) /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:1178 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_assert_failure_detail+0x157) [0x721171f21aea] /tmp/ruby/src/trunk-gc-asserts/error.c:1215 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_assert_failure+0x11) [0x721171f21b0c] /tmp/ruby/src/trunk-gc-asserts/error.c:1191 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(unexpected_type) (null):0 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_gc_impl_writebarrier+0x3e) [0x721171f2337e] /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:6047 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_gc_writebarrier) /tmp/ruby/src/trunk-gc-asserts/gc.c:3371 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_obj_written+0xb) [0x72117220b675] /tmp/ruby/src/trunk-gc-asserts/include/ruby/internal/gc.h:788 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_search_method_slowpath0) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:2328 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_search_method_fastpath) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:2382 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_sendish) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:6117 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_exec_core+0x84) [0x7211722187a4] ../../src/trunk-gc-asserts/insns.def:901 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_vm_exec+0x20e) [0x72117221e39e] /tmp/ruby/src/trunk-gc-asserts/vm.c:2710 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(thread_do_start_proc+0x2c0) [0x7211721c24c0] /tmp/ruby/src/trunk-gc-asserts/thread.c:593 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(thread_do_start+0xa) [0x7211721c2f58] /tmp/ruby/src/trunk-gc-asserts/thread.c:635 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(thread_start_func_2) /tmp/ruby/src/trunk-gc-asserts/thread.c:686 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(thread_sched_lock_+0x0) [0x7211721c334d] /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2234 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(co_start) /tmp/ruby/src/trunk-gc-asserts/thread_pthread_mn.c:464 |
| | |
| | -- Other runtime information ----------------------------------------------- |
| | |
| | * Process memory map: |
| | |
| | 58785977d000-58785977e000 r--p 00000000 00:4e 13285434 /tmp/ruby/build/trunk-gc-asserts/ruby |
| | 58785977e000-58785977f000 r-xp 00001000 00:4e 13285434 /tmp/ruby/build/trunk-gc-asserts/ruby |
| | 58785977f000-587859780000 r--p 00002000 00:4e 13285434 /tmp/ruby/build/trunk-gc-asserts/ruby |
| | 587859780000-587859781000 r--p 00002000 00:4e 13285434 /tmp/ruby/build/trunk-gc-asserts/ruby |
| | 587859781000-587859782000 rw-p 00003000 00:4e 13285434 /tmp/ruby/build/trunk-gc-asserts/ruby |
| | 58785fbb5000-58786002d000 rw-p 00000000 00:00 0 [heap] |
| | 721110000000-721110021000 rw-p 00000000 00:00 0 |
| | 721110021000-721114000000 ---p 00000000 00:00 0 |
| | 721118000000-721118021000 rw-p 00000000 00:00 0 |
| | 721118021000-72111c000000 ---p 00000000 00:00 0 |
| | 72111c000000-72111c021000 rw-p 00000000 00:00 0 |
| | 72111c021000-721120000000 ---p 00000000 00:00 0 |
| | 721120000000-721120021000 rw-p 00000000 00:00 0 |
| | 721120021000-721124000000 ---p 00000000 00:00 0 |
| | 721124000000-721124021000 rw-p 00000000 00:00 0 |
| | 721124021000-721128000000 ---p 00000000 00:00 0 |
| | 721128000000-721128021000 rw-p 00000000 00:00 0 |
| | 721128021000-72112c000000 ---p 00000000 00:00 0 |
| | 72112c000000-72112c021000 rw-p 00000000 00:00 0 |
| | 72112c021000-721130000000 ---p 00000000 00:00 0 |
| | 721130000000-721130021000 rw-p 00000000 00:00 0 |
| | 721130021000-721134000000 ---p 00000000 00:00 0 |
| | 721134432000-721134470000 r--s 00000000 00:4e 13285434 /tmp/ruby/build/trunk-gc-asserts/ruby |
| | 721134470000-721134480000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 72113448f000-721134590000 rw-p 00000000 00:00 0 |
| | 721134590000-7211345b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7211345b8000-7211345b9000 ---p 00000000 00:00 0 |
| | 7211345b9000-7211345d9000 rw-p 00000000 00:00 0 |
| | 7211345d9000-7211346da000 rw-p 00000000 00:00 0 |
| | 7211346da000-7211346db000 ---p 00000000 00:00 0 |
| | 7211346db000-7211346fb000 rw-p 00000000 00:00 0 |
| | 7211346fb000-7211347fc000 rw-p 00000000 00:00 0 |
| | 7211347fc000-7211347fd000 ---p 00000000 00:00 0 |
| | 7211347fd000-72113481d000 rw-p 00000000 00:00 0 |
| | 72113481d000-72113491e000 rw-p 00000000 00:00 0 |
| | 72113491e000-72113491f000 ---p 00000000 00:00 0 |
| | 72113491f000-72113493f000 rw-p 00000000 00:00 0 |
| | 72113493f000-721134a40000 rw-p 00000000 00:00 0 |
| | 721134a40000-721134a41000 ---p 00000000 00:00 0 |
| | 721134a41000-721134a61000 rw-p 00000000 00:00 0 |
| | 721134a61000-721134b62000 rw-p 00000000 00:00 0 |
| | 721134b62000-721134b63000 ---p 00000000 00:00 0 |
| | 721134b63000-721134b83000 rw-p 00000000 00:00 0 |
| | 721134b83000-721134c84000 rw-p 00000000 00:00 0 |
| | 721134c84000-721134c85000 ---p 00000000 00:00 0 |
| | 721134c85000-721134ca5000 rw-p 00000000 00:00 0 |
| | 721134ca5000-721134da6000 rw-p 00000000 00:00 0 |
| | 721134da6000-721134da7000 ---p 00000000 00:00 0 |
| | 721134da7000-721134dc7000 rw-p 00000000 00:00 0 |
| | 721134dc7000-721134ec8000 rw-p 00000000 00:00 0 |
| | 721134ec8000-721134ec9000 ---p 00000000 00:00 0 |
| | 721134ec9000-721134ee9000 rw-p 00000000 00:00 0 |
| | 721134ee9000-721134fea000 rw-p 00000000 00:00 0 |
| | 721134fea000-721134feb000 ---p 00000000 00:00 0 |
| | 721134feb000-72113500b000 rw-p 00000000 00:00 0 |
| | 72113500b000-72113510c000 rw-p 00000000 00:00 0 |
| | 72113510c000-72113510d000 ---p 00000000 00:00 0 |
| | 72113510d000-72113512d000 rw-p 00000000 00:00 0 |
| | 72113512d000-72113522e000 rw-p 00000000 00:00 0 |
| | 72113522e000-72113522f000 ---p 00000000 00:00 0 |
| | 72113522f000-72113524f000 rw-p 00000000 00:00 0 |
| | 72113524f000-721135350000 rw-p 00000000 00:00 0 |
| | 721135350000-721135351000 ---p 00000000 00:00 0 |
| | 721135351000-721135371000 rw-p 00000000 00:00 0 |
| | 721135371000-721135472000 rw-p 00000000 00:00 0 |
| | 721135472000-721135473000 ---p 00000000 00:00 0 |
| | 721135473000-721135493000 rw-p 00000000 00:00 0 |
| | 721135493000-721135594000 rw-p 00000000 00:00 0 |
| | 721135594000-721135595000 ---p 00000000 00:00 0 |
| | 721135595000-7211355b5000 rw-p 00000000 00:00 0 |
| | 7211355b5000-7211356b6000 rw-p 00000000 00:00 0 |
| | 7211356b6000-7211356b7000 ---p 00000000 00:00 0 |
| | 7211356b7000-7211356d7000 rw-p 00000000 00:00 0 |
| | 7211356d7000-7211357d8000 rw-p 00000000 00:00 0 |
| | 7211357d8000-7211357d9000 ---p 00000000 00:00 0 |
| | 7211357d9000-7211357f9000 rw-p 00000000 00:00 0 |
| | 7211357f9000-7211358fa000 rw-p 00000000 00:00 0 |
| | 7211358fa000-7211358fb000 ---p 00000000 00:00 0 |
| | 7211358fb000-72113591b000 rw-p 00000000 00:00 0 |
| | 72113591b000-721135a1c000 rw-p 00000000 00:00 0 |
| | 721135a1c000-721135a1d000 ---p 00000000 00:00 0 |
| | 721135a1d000-721135a3d000 rw-p 00000000 00:00 0 |
| | 721135a3d000-721135b3e000 rw-p 00000000 00:00 0 |
| | 721135b3e000-721135b3f000 ---p 00000000 00:00 0 |
| | 721135b3f000-721135b5f000 rw-p 00000000 00:00 0 |
| | 721135b5f000-721135c60000 rw-p 00000000 00:00 0 |
| | 721135c60000-721135cc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 721135cce000-721135ccf000 ---p 00000000 00:00 0 |
| | 721135ccf000-721135cef000 rw-p 00000000 00:00 0 |
| | 721135cef000-721135df0000 rw-p 00000000 00:00 0 |
| | 721135df0000-721135e00000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 721135e0c000-721135e0d000 ---p 00000000 00:00 0 |
| | 721135e0d000-721135e2d000 rw-p 00000000 00:00 0 |
| | 721135e2d000-721135f2e000 rw-p 00000000 00:00 0 |
| | 721135f2e000-721135f2f000 ---p 00000000 00:00 0 |
| | 721135f2f000-721135f4f000 rw-p 00000000 00:00 0 |
| | 721135f4f000-721136050000 rw-p 00000000 00:00 0 |
| | 721136050000-721136060000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 721136064000-721136065000 ---p 00000000 00:00 0 |
| | 721136065000-721136085000 rw-p 00000000 00:00 0 |
| | 721136090000-7211360a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7211360a5000-7211361a6000 rw-p 00000000 00:00 0 |
| | 7211361a6000-7211361a7000 ---p 00000000 00:00 0 |
| | 7211361a7000-7211361c7000 rw-p 00000000 00:00 0 |
| | 7211361c7000-7211362c8000 rw-p 00000000 00:00 0 |
| | 7211362c8000-7211362c9000 ---p 00000000 00:00 0 |
| | 7211362c9000-7211362e9000 rw-p 00000000 00:00 0 |
| | 7211362e9000-7211363ea000 rw-p 00000000 00:00 0 |
| | 7211363ea000-7211363eb000 ---p 00000000 00:00 0 |
| | 7211363eb000-72113640b000 rw-p 00000000 00:00 0 |
| | 72113640b000-72113650c000 rw-p 00000000 00:00 0 |
| | 72113650c000-72113650d000 ---p 00000000 00:00 0 |
| | 72113650d000-72113652d000 rw-p 00000000 00:00 0 |
| | 72113652d000-72113662e000 rw-p 00000000 00:00 0 |
| | 72113662e000-72113662f000 ---p 00000000 00:00 0 |
| | 72113662f000-72113664f000 rw-p 00000000 00:00 0 |
| | 72113664f000-721136750000 rw-p 00000000 00:00 0 |
| | 721136750000-721136760000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 72113676e000-72113676f000 ---p 00000000 00:00 0 |
| | 72113676f000-72113678f000 rw-p 00000000 00:00 0 |
| | 72113678f000-721136890000 rw-p 00000000 00:00 0 |
| | 721136890000-7211368b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7211368bc000-7211368bd000 ---p 00000000 00:00 0 |
| | 7211368bd000-7211368dd000 rw-p 00000000 00:00 0 |
| | 7211368dd000-7211369de000 rw-p 00000000 00:00 0 |
| | 7211369de000-7211369df000 ---p 00000000 00:00 0 |
| | 7211369df000-7211369ff000 rw-p 00000000 00:00 0 |
| | 7211369ff000-721136b00000 rw-p 00000000 00:00 0 |
| | 721136b00000-721136b20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 721136b2f000-721136b30000 ---p 00000000 00:00 0 |
| | 721136b30000-721136b50000 rw-p 00000000 00:00 0 |
| | 721136b50000-721136b70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 721136b7d000-721136b7e000 ---p 00000000 00:00 0 |
| | 721136b7e000-721136b9e000 rw-p 00000000 00:00 0 |
| | 721136b9e000-721136b9f000 ---p 00000000 00:00 0 |
| | 721136b9f000-721136bbf000 rw-p 00000000 00:00 0 |
| | 721136bbf000-721136cc0000 rw-p 00000000 00:00 0 |
| | 721136cc0000-721136cd0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 721136cdd000-721136cde000 ---p 00000000 00:00 0 |
| | 721136cde000-721136cfe000 rw-p 00000000 00:00 0 |
| | 721136cfe000-721136cff000 ---p 00000000 00:00 0 |
| | 721136cff000-721136d1f000 rw-p 00000000 00:00 0 |
| | 721136d1f000-721136e20000 rw-p 00000000 00:00 0 |
| | 721136e20000-721136e30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 721136e37000-721136e38000 ---p 00000000 00:00 0 |
| | 721136e38000-721136e58000 rw-p 00000000 00:00 0 |
| | 721136e58000-721136f59000 rw-p 00000000 00:00 0 |
| | 721136f59000-721136f5a000 ---p 00000000 00:00 0 |
| | 721136f5a000-721136f7a000 rw-p 00000000 00:00 0 |
| | 721136f7a000-721136f7b000 ---p 00000000 00:00 0 |
| | 721136f7b000-721136f9b000 rw-p 00000000 00:00 0 |
| | 721136f9b000-72113709c000 rw-p 00000000 00:00 0 |
| | 72113709c000-72113709d000 ---p 00000000 00:00 0 |
| | 72113709d000-7211370bd000 rw-p 00000000 00:00 0 |
| | 7211370bd000-7211370be000 ---p 00000000 00:00 0 |
| | 7211370be000-7211370de000 rw-p 00000000 00:00 0 |
| | 7211370de000-7211370df000 ---p 00000000 00:00 0 |
| | 7211370df000-7211370ff000 rw-p 00000000 00:00 0 |
| | 7211370ff000-721137200000 rw-p 00000000 00:00 0 |
| | 721137200000-721137301000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721137301000-721137302000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721137302000-721137422000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721137422000-721137423000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721137423000-721137543000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721137543000-721137544000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721137544000-721137664000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721137664000-721137665000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721137665000-721137785000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721137785000-721137786000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721137786000-7211378a6000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 7211378a6000-7211378a7000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 7211378a7000-7211379c7000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 7211379c7000-7211379c8000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 7211379c8000-721137ae8000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721137ae8000-721137ae9000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721137ae9000-721137c09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721137c09000-721137c0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721137c0a000-721137d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721137d2a000-721137d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721137d2b000-721137e4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721137e4b000-721137e4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721137e4c000-721137f6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721137f6c000-721137f6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721137f6d000-72113808d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 72113808d000-72113808e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 72113808e000-7211381ae000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 7211381ae000-7211381af000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 7211381af000-7211382cf000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 7211382cf000-7211382d0000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 7211382d0000-7211383f0000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 7211383f0000-7211383f1000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 7211383f1000-721138511000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721138511000-721138512000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721138512000-721138632000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721138632000-721138633000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721138633000-721138753000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721138753000-721138754000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721138754000-721138874000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721138874000-721138875000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721138875000-721138995000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721138995000-721138996000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721138996000-721138ab6000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721138ab6000-721138ab7000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721138ab7000-721138bd7000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721138bd7000-721138bd8000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721138bd8000-721138cf8000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721138cf8000-721138cf9000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721138cf9000-721138e19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721138e19000-721138e1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721138e1a000-721138f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721138f3a000-721138f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721138f3b000-72113905b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 72113905b000-72113905c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 72113905c000-72113917c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 72113917c000-72113917d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 72113917d000-72113929d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 72113929d000-72113929e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 72113929e000-7211393be000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 7211393be000-7211393bf000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 7211393bf000-7211394df000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 7211394df000-7211394e0000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 7211394e0000-721139600000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721139600000-721139601000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721139601000-721139721000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721139721000-721139722000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721139722000-721139842000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721139842000-721139843000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721139843000-721139963000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721139963000-721139964000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721139964000-721139a84000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721139a84000-721139a85000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721139a85000-721139ba5000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721139ba5000-721139ba6000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721139ba6000-721139cc6000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721139cc6000-721139cc7000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721139cc7000-721139de7000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721139de7000-721139de8000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721139de8000-721139f08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721139f08000-721139f09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 721139f09000-72113a029000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 72113a029000-72113a02a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 72113a02a000-72113a14a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 72113a14a000-72113a14b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 72113a14b000-721157200000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 72115721c000-72115721d000 ---p 00000000 00:00 0 |
| | 72115721d000-72115723d000 rw-p 00000000 00:00 0 |
| | 72115723d000-72115733e000 rw-p 00000000 00:00 0 |
| | 72115733e000-72115733f000 ---p 00000000 00:00 0 |
| | 72115733f000-72115735f000 rw-p 00000000 00:00 0 |
| | 72115735f000-721157360000 ---p 00000000 00:00 0 |
| | 721157360000-721157380000 rw-p 00000000 00:00 0 |
| | 721157380000-7211573b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7211573bf000-7211573c0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7211573c0000-721157401000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157401000-721157402000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157402000-721157443000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157443000-721157444000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157444000-721157485000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157485000-721157486000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157486000-7211574c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7211574c7000-7211574c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7211574c8000-721157509000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157509000-72115750a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 72115750a000-72115754b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 72115754b000-72115754c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 72115754c000-72115758d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 72115758d000-72115758e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 72115758e000-7211575cf000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7211575cf000-7211575d0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7211575d0000-721157611000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157611000-721157612000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157612000-721157653000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157653000-721157654000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157654000-721157695000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157695000-721157696000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157696000-7211576d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7211576d7000-7211576d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7211576d8000-721157719000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157719000-72115771a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 72115771a000-72115775b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 72115775b000-72115775c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 72115775c000-72115779d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 72115779d000-72115779e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 72115779e000-7211577df000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7211577df000-7211577e0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7211577e0000-721157821000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157821000-721157822000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157822000-721157863000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157863000-721157864000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157864000-7211578a5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7211578a5000-7211578a6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7211578a6000-7211578e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7211578e7000-7211578e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7211578e8000-721157929000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157929000-72115792a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 72115792a000-72115796b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 72115796b000-72115796c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 72115796c000-7211579ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7211579ad000-7211579ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7211579ae000-7211579ef000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7211579ef000-7211579f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7211579f0000-721157a31000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157a31000-721157a32000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157a32000-721157a73000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157a73000-721157a74000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157a74000-721157ab5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157ab5000-721157ab6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157ab6000-721157af7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157af7000-721157af8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157af8000-721157b39000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157b39000-721157b3a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157b3a000-721157b7b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157b7b000-721157b7c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157b7c000-721157bbd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157bbd000-721157bbe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157bbe000-721157bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 721157bff000-721157c00000 ---p 00000000 00:00 0 |
| | 721157c00000-721158400000 rw-p 00000000 00:00 0 |
| | 721158400000-721170400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] |
| | 721170400000-721171800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] |
| | 721171810000-721171820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 72117182f000-721171870000 rw-p 00000000 00:00 0 |
| | 721171870000-7211718c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7211718c5000-7211718c7000 r--p 00000000 00:4e 13527494 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/console.so |
| | 7211718c7000-7211718cc000 r-xp 00002000 00:4e 13527494 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/console.so |
| | 7211718cc000-7211718cd000 r--p 00007000 00:4e 13527494 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/console.so |
| | 7211718cd000-7211718ce000 r--p 00008000 00:4e 13527494 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/console.so |
| | 7211718ce000-7211718cf000 rw-p 00009000 00:4e 13527494 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/console.so |
| | 7211718cf000-7211718f0000 rw-p 00000000 00:00 0 |
| | 7211718f0000-721171980000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 721171985000-721171986000 r--p 00000000 00:4e 13525575 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/asan.so |
| | 721171986000-721171987000 r-xp 00001000 00:4e 13525575 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/asan.so |
| | 721171987000-721171988000 r--p 00002000 00:4e 13525575 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/asan.so |
| | 721171988000-721171989000 r--p 00002000 00:4e 13525575 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/asan.so |
| | 721171989000-72117198a000 rw-p 00003000 00:4e 13525575 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/asan.so |
| | 72117198a000-72117198b000 r--p 00000000 00:4e 13528626 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 72117198b000-72117198d000 r-xp 00001000 00:4e 13528626 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 72117198d000-72117198e000 r--p 00003000 00:4e 13528626 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 72117198e000-72117198f000 r--p 00003000 00:4e 13528626 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 72117198f000-721171990000 rw-p 00004000 00:4e 13528626 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 721171990000-7211719c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7211719c1000-7211719c2000 r--p 00000000 00:4e 13529852 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7211719c2000-7211719c3000 r-xp 00001000 00:4e 13529852 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7211719c3000-7211719c4000 r--p 00002000 00:4e 13529852 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7211719c4000-7211719c5000 r--p 00002000 00:4e 13529852 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7211719c5000-7211719c6000 rw-p 00003000 00:4e 13529852 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7211719c6000-721171ac9000 rw-p 00000000 00:00 0 |
| | 721171ac9000-721171acd000 r--p 00000000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 721171acd000-721171af0000 r-xp 00004000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 721171af0000-721171af4000 r--p 00027000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 721171af4000-721171af5000 r--p 0002b000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 721171af5000-721171af6000 rw-p 0002c000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 721171af6000-721171b1e000 r--p 00000000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 721171b1e000-721171ca6000 r-xp 00028000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 721171ca6000-721171cf5000 r--p 001b0000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 721171cf5000-721171cf9000 r--p 001fe000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 721171cf9000-721171cfb000 rw-p 00202000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 721171cfb000-721171d0a000 rw-p 00000000 00:00 0 |
| | 721171d0a000-721171d1a000 r--p 00000000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 721171d1a000-721171d99000 r-xp 00010000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 721171d99000-721171df1000 r--p 0008f000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 721171df1000-721171df2000 r--p 000e7000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 721171df2000-721171df3000 rw-p 000e8000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 721171df3000-721171df5000 r--p 00000000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 721171df5000-721171e0a000 r-xp 00002000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 721171e0a000-721171e23000 r--p 00017000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 721171e23000-721171e24000 r--p 0002f000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 721171e24000-721171e25000 rw-p 00030000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 721171e25000-721171e2d000 rw-p 00000000 00:00 0 |
| | 721171e2d000-721171e37000 r--p 00000000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 721171e37000-721171e9a000 r-xp 0000a000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 721171e9a000-721171eaf000 r--p 0006d000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 721171eaf000-721171eb0000 r--p 00081000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 721171eb0000-721171eb1000 rw-p 00082000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 721171eb1000-721171eb3000 r--p 00000000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 721171eb3000-721171ec5000 r-xp 00002000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 721171ec5000-721171ecb000 r--p 00014000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 721171ecb000-721171ecc000 r--p 0001a000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 721171ecc000-721171ecd000 rw-p 0001b000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 721171ecd000-721171ece000 r--p 00000000 00:4e 13529382 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so |
| | 721171ece000-721171ecf000 r-xp 00001000 00:4e 13529382 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so |
| | 721171ecf000-721171ed0000 r--p 00002000 00:4e 13529382 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so |
| | 721171ed0000-721171ed1000 r--p 00002000 00:4e 13529382 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so |
| | 721171ed1000-721171ed2000 rw-p 00003000 00:4e 13529382 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so |
| | 721171ed2000-721171f1a000 r--p 00000000 00:4e 13285431 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0 |
| | 721171f1a000-7211723d4000 r-xp 00048000 00:4e 13285431 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0 |
| | 7211723d4000-721172575000 r--p 00502000 00:4e 13285431 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0 |
| | 721172575000-72117258b000 r--p 006a3000 00:4e 13285431 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0 |
| | 72117258b000-72117258f000 rw-p 006b9000 00:4e 13285431 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0 |
| | 72117258f000-7211725a6000 rw-p 00000000 00:00 0 |
| | 7211725a6000-7211725a7000 r--p 00000000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7211725a7000-7211725d2000 r-xp 00001000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7211725d2000-7211725dc000 r--p 0002c000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7211725dc000-7211725de000 r--p 00036000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7211725de000-7211725e0000 rw-p 00038000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7ffe9d663000-7ffe9d685000 rw-p 00000000 00:00 0 [stack] |
| | 7ffe9d70a000-7ffe9d70e000 r--p 00000000 00:00 0 [vvar] |
| | 7ffe9d70e000-7ffe9d710000 r-xp 00000000 00:00 0 [vdso] |
| | ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] |
| | |
| | |
| make: *** [uncommon.mk:910: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |