| "make update-unicode DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make update-download DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| From https://github.com/ruby/rbs |
| * branch c24c65ce867c7d1cc3cc1ca871fc002579bd8854 -> FETCH_HEAD |
| HEAD is now at c24c65ce Merge pull request #1291 from pocke/Avoid_to_test__Pathname__taint_untaint___when_it_is_not_defined |
| "make update-rubyspec DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make update-src DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| From https://github.com/ruby/ruby |
| a8c6ba2..1b06422 master -> origin/master |
| "make after-update DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| From https://github.com/ruby/rbs |
| * branch c24c65ce867c7d1cc3cc1ca871fc002579bd8854 -> FETCH_HEAD |
| HEAD is now at c24c65ce Merge pull request #1291 from pocke/Avoid_to_test__Pathname__taint_untaint___when_it_is_not_defined |
| "make miniruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:1369:17 |
| | |
| 1367 | unsafe fn add_block_version(blockref: BlockRef, cb: &CodeBlock) { |
| | --------------------------------------------------------------- because it's nested under this `unsafe` fn |
| 1368 | // SAFETY: caller ensures initialization |
| 1369 | let block = unsafe { blockref.as_ref() }; |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: `#[warn(unused_unsafe)]` on by default |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| = note: `#[allow(unsafe_op_in_unsafe_fn)]` on by default |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/cruby.rs:617:9 |
| | |
| 617 | unsafe { rb_yjit_obj_written(old, young, src_loc.file.as_ptr(), src_loc.line) }; |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| ::: /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:1367:1 |
| | |
| 1367 | unsafe fn add_block_version(blockref: BlockRef, cb: &CodeBlock) { |
| | --------------------------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 1383 | obj_written!(iseq, dep.into()); |
| | ------------------------------ in this macro invocation |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| = note: this warning originates in the macro `obj_written` (in Nightly builds, run with -Z macro-backtrace for more info) |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:1392:22 |
| | |
| 1367 | unsafe fn add_block_version(blockref: BlockRef, cb: &CodeBlock) { |
| | --------------------------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 1392 | let object = unsafe { value_address.read_unaligned() }; |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/cruby.rs:617:9 |
| | |
| 617 | unsafe { rb_yjit_obj_written(old, young, src_loc.file.as_ptr(), src_loc.line) }; |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| ::: /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:1367:1 |
| | |
| 1367 | unsafe fn add_block_version(blockref: BlockRef, cb: &CodeBlock) { |
| | --------------------------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 1393 | obj_written!(iseq, object); |
| | -------------------------- in this macro invocation |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| = note: this warning originates in the macro `obj_written` (in Nightly builds, run with -Z macro-backtrace for more info) |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:2689:17 |
| | |
| 2688 | unsafe fn remove_from_graph(blockref: BlockRef) { |
| | ----------------------------------------------- because it's nested under this `unsafe` fn |
| 2689 | let block = unsafe { blockref.as_ref() }; |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:2694:27 |
| | |
| 2688 | unsafe fn remove_from_graph(blockref: BlockRef) { |
| | ----------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2694 | let pred_branch = unsafe { pred_branchref.as_ref() }; |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:2699:32 |
| | |
| 2688 | unsafe fn remove_from_graph(blockref: BlockRef) { |
| | ----------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2699 | let target_is_us = unsafe { |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:2716:26 |
| | |
| 2688 | unsafe fn remove_from_graph(blockref: BlockRef) { |
| | ----------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2716 | let out_branch = unsafe { out_branchref.as_ref() }; |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:2720:48 |
| | |
| 2688 | unsafe fn remove_from_graph(blockref: BlockRef) { |
| | ----------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2720 | let succ_block: Option<BlockRef> = unsafe { |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:2727:34 |
| | |
| 2688 | unsafe fn remove_from_graph(blockref: BlockRef) { |
| | ----------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2727 | let succ_block = unsafe { succ_block.as_ref() }; |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:2753:5 |
| | |
| 2750 | pub unsafe fn free_block(blockref: BlockRef, graph_intact: bool) { |
| | ---------------------------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2753 | unsafe { |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:2762:5 |
| | |
| 2750 | pub unsafe fn free_block(blockref: BlockRef, graph_intact: bool) { |
| | ---------------------------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2762 | unsafe { dealloc_block(blockref) } |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:2768:5 |
| | |
| 2767 | unsafe fn dealloc_block(blockref: BlockRef) { |
| | ------------------------------------------- because it's nested under this `unsafe` fn |
| 2768 | unsafe { |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:2776:5 |
| | |
| 2767 | unsafe fn dealloc_block(blockref: BlockRef) { |
| | ------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2776 | unsafe { |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/core.rs:3001:9 |
| | |
| 2997 | unsafe fn ref_unchecked(&self) -> &Self::Contained { |
| | -------------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 3001 | unsafe { self.as_ptr().as_ref().unwrap() } |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: 15 warnings emitted |
| "make ruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make all DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make install DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| From https://github.com/ruby/rbs |
| * branch c24c65ce867c7d1cc3cc1ca871fc002579bd8854 -> FETCH_HEAD |
| HEAD is now at c24c65ce Merge pull request #1291 from pocke/Avoid_to_test__Pathname__taint_untaint___when_it_is_not_defined |
| "make yes-btest TESTOPTS='-q -j4'" exit with 0. |
| |
| "make yes-test-basic TESTS=--repeat-count=20" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20" exit with 512. |
| 1) Failure: |
| TestRipper::Generic#test_parse_files:test/ruby [/tmp/ruby/src/trunk-repeat20-asserts/test/ripper/test_files_test_2.rb:6]: |
| pid 138784 killed by SIGABRT (signal 6) (core dumped) |
| | <test_pattern_matching.rb>:1: [BUG] Segmentation fault at 0x0000000000000000 |
| | ruby 3.3.0dev (2023-03-29T21:57:52Z master 1b06422767) [x86_64-linux] |
| | |
| | -- Control frame information ----------------------------------------------- |
| | c:0011 p:---- s:0054 e:000053 CFUNC :parse |
| | c:0010 p:0003 s:0050 e:000049 EVAL <test_pattern_matching.rb>:1 [FINISH] |
| | c:0009 p:---- s:0047 e:000046 CFUNC :instance_eval |
| | c:0008 p:0019 s:0041 e:000040 BLOCK -:33 |
| | c:0007 p:0024 s:0038 e:000037 METHOD /tmp/ruby/src/trunk-repeat20-asserts/tool/lib/envutil.rb:243 |
| | c:0006 p:0039 s:0033 e:000032 BLOCK -:32 |
| | c:0005 p:0033 s:0029 e:000028 METHOD /tmp/ruby/src/trunk-repeat20-asserts/tool/lib/core_assertions.rb:182 |
| | c:0004 p:0009 s:0022 e:000021 BLOCK -:30 [FINISH] |
| | c:0003 p:---- s:0018 e:000017 CFUNC :each |
| | c:0002 p:0129 s:0014 E:000460 EVAL -:29 [FINISH] |
| | c:0001 p:0000 s:0003 E:001460 DUMMY [FINISH] |
| | |
| | -- Ruby level backtrace information ---------------------------------------- |
| | -:29:in `<main>' |
| | -:29:in `each' |
| | -:30:in `block in <main>' |
| | /tmp/ruby/src/trunk-repeat20-asserts/tool/lib/core_assertions.rb:182:in `assert_nothing_raised' |
| | -:32:in `block (2 levels) in <main>' |
| | /tmp/ruby/src/trunk-repeat20-asserts/tool/lib/envutil.rb:243:in `under_gc_stress' |
| | -:33:in `block (3 levels) in <main>' |
| | -:33:in `instance_eval' |
| | <test_pattern_matching.rb>:1:in `block (3 levels) in <main>' |
| | <test_pattern_matching.rb>:1:in `parse' |
| | |
| | -- Threading information --------------------------------------------------- |
| | Total ractor count: 1 |
| | Ruby thread count for this ractor: 1 |
| | |
| | -- Machine register context ------------------------------------------------ |
| | RIP: 0x00007ff2cc0ea5b8 RBP: 0x000055bd7e78e0a8 RSP: 0x00007ffc45d85610 |
| | RAX: 0x6c69662065737520 RBX: 0x000000000000002e RCX: 0xaaaaaaaaaaaaaaab |
| | RDX: 0x6c696620657376a0 RDI: 0x000055bd7e3c60e0 RSI: 0x000055bd7e78e0a8 |
| | R8: 0x000000000000001a R9: 0x0000000000000040 R10: 0x00007ff2cbdf30e0 |
| | R11: 0x0000000000000007 R12: 0x000055bd7e3c60e0 R13: 0x0000000000000090 |
| | R14: 0x000055bd7e780000 R15: 0x0000000000000000 EFL: 0x0000000000010246 |
| | |
| | -- C level backtrace information ------------------------------------------- |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_print_backtrace+0xd) [0x7ff2cc2ae516] /tmp/ruby/src/trunk-repeat20-asserts/vm_dump.c:785 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_vm_bugreport) /tmp/ruby/src/trunk-repeat20-asserts/vm_dump.c:1101 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_bug_for_fatal_signal+0xf6) [0x7ff2cc0c0e56] /tmp/ruby/src/trunk-repeat20-asserts/error.c:813 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(sigsegv+0x4d) [0x7ff2cc20097d] /tmp/ruby/src/trunk-repeat20-asserts/signal.c:964 |
| | /lib/x86_64-linux-gnu/libc.so.6(0x7ff2cbc1b520) [0x7ff2cbc1b520] |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(RVALUE_MARKED+0xb) [0x7ff2cc0ea5b8] /tmp/ruby/src/trunk-repeat20-asserts/gc.c:1636 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(gc_mark_set) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:6948 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(gc_mark_ptr) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:7060 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(mark_ast_value+0x9) [0x7ff2cc14c8cc] /tmp/ruby/src/trunk-repeat20-asserts/node.c:1379 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(iterate_buffer_elements) /tmp/ruby/src/trunk-repeat20-asserts/node.c:1338 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(iterate_node_values) /tmp/ruby/src/trunk-repeat20-asserts/node.c:1348 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_ast_mark) /tmp/ruby/src/trunk-repeat20-asserts/node.c:1436 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(gc_mark_stacked_objects+0x2e) [0x7ff2cc0edb7e] /tmp/ruby/src/trunk-repeat20-asserts/gc.c:7512 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(gc_mark_stacked_objects_all) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:7550 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(gc_marks_rest) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:8717 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(gc_marks+0x445) [0x7ff2cc0f01d0] /tmp/ruby/src/trunk-repeat20-asserts/gc.c:8774 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(gc_start) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:9557 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(heap_prepare+0x64) [0x7ff2cc0f195d] /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2416 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(heap_next_free_page) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2685 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(newobj_alloc) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2791 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(newobj_of0+0x6b) [0x7ff2cc0f2681] /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2893 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(newobj_of) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2913 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_wb_protected_newobj_of) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2935 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(str_alloc_embed+0x29) [0x7ff2cc219311] /tmp/ruby/src/trunk-repeat20-asserts/string.c:907 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(str_new0) /tmp/ruby/src/trunk-repeat20-asserts/string.c:943 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_enc_str_new+0x2b) [0x7ff2cc21c72b] /tmp/ruby/src/trunk-repeat20-asserts/string.c:1000 |
| | /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so(ripper_scan_event_val+0xf) [0x7ff2c80e9d90] /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.y:6271 |
| | /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so(ripper_dispatch_scan_event) /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.y:6282 |
| | /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so(yylex+0xc) [0x7ff2c80f154e] /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.y:10490 |
| | /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so(ripper_yyparse) /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.c:10528 |
| | /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so(ripper_parse0+0xe2) [0x7ff2c8100ab2] /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.y:14371 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_ensure+0x145) [0x7ff2cc0cb615] /tmp/ruby/src/trunk-repeat20-asserts/eval.c:1005 |
| | /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so(ripper_parse+0x95) [0x7ff2c80e6ec5] /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.y:14409 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_call_cfunc_with_frame_+0xc7) [0x7ff2cc281f8a] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3357 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3385 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_sendish+0x168) [0x7ff2cc2864b8] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:5225 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_exec_core+0xa6) [0x7ff2cc2924d6] ../../src/trunk-repeat20-asserts/insns.def:835 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_vm_exec+0x421) [0x7ff2cc29a9b1] /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2375 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(eval_string_with_cref+0x16b) [0x7ff2cc29b47b] /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1701 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(eval_under+0x4e) [0x7ff2cc29e70c] /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1946 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(specific_eval) /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1970 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_call_cfunc_with_frame_+0xc7) [0x7ff2cc281f8a] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3357 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3385 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_sendish+0x168) [0x7ff2cc2864b8] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:5225 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_exec_core+0xa6) [0x7ff2cc2924d6] ../../src/trunk-repeat20-asserts/insns.def:835 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_vm_exec+0x421) [0x7ff2cc29a9b1] /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2375 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_yield+0x30a) [0x7ff2cc2a146a] /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1384 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_ary_each+0x9a) [0x7ff2cc03447a] /tmp/ruby/src/trunk-repeat20-asserts/array.c:2747 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_call_cfunc_with_frame_+0xc7) [0x7ff2cc281f8a] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3357 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3385 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_sendish+0x168) [0x7ff2cc2864b8] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:5225 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_exec_core+0x137) [0x7ff2cc292567] ../../src/trunk-repeat20-asserts/insns.def:815 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_vm_exec+0x421) [0x7ff2cc29a9b1] /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2375 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_ec_exec_node+0xc1) [0x7ff2cc0c6e61] /tmp/ruby/src/trunk-repeat20-asserts/eval.c:287 |
| | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(ruby_run_node+0xa3) [0x7ff2cc0cd6b3] /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328 |
| | /tmp/ruby/build/trunk-repeat20-asserts/ruby(rb_main+0x21) [0x55bd7d2c6187] /tmp/ruby/src/trunk-repeat20-asserts/main.c:39 |
| | /tmp/ruby/build/trunk-repeat20-asserts/ruby(main) /tmp/ruby/src/trunk-repeat20-asserts/main.c:58 |
| | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x80) [0x7ff2cbc02d90] ../sysdeps/nptl/libc_start_call_main.h:58 |
| | /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7ff2cbc02e40] ../csu/libc-start.c:392 |
| | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:379 |
| | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0 |
| | [0x55bd7d2c61d5] |
| | |
| | -- Other runtime information ----------------------------------------------- |
| | |
| | * Process memory map: |
| | |
| | 55bd7d2c5000-55bd7d2c6000 r--p 00000000 00:65 15868817 /tmp/ruby/build/trunk-repeat20-asserts/ruby |
| | 55bd7d2c6000-55bd7d2c7000 r-xp 00001000 00:65 15868817 /tmp/ruby/build/trunk-repeat20-asserts/ruby |
| | 55bd7d2c7000-55bd7d2c8000 r--p 00002000 00:65 15868817 /tmp/ruby/build/trunk-repeat20-asserts/ruby |
| | 55bd7d2c8000-55bd7d2c9000 r--p 00002000 00:65 15868817 /tmp/ruby/build/trunk-repeat20-asserts/ruby |
| | 55bd7d2c9000-55bd7d2ca000 rw-p 00003000 00:65 15868817 /tmp/ruby/build/trunk-repeat20-asserts/ruby |
| | 55bd7e3c3000-55bd7e8bd000 rw-p 00000000 00:00 0 [heap] |
| | 7ff2c4c1c000-7ff2c5444000 rw-p 00000000 00:00 0 |
| | 7ff2c5444000-7ff2c587b000 r--s 00000000 00:65 14692161 /usr/lib/debug/.build-id/69/389d485a9793dbe873f0ea2c93e02efaa9aa3d.debug |
| | 7ff2c587b000-7ff2c5a99000 r--s 00000000 00:65 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7ff2c5a99000-7ff2c6db5000 rw-p 00000000 00:00 0 |
| | 7ff2c6db5000-7ff2c7e20000 r--s 00000000 00:65 15868815 /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3.0 |
| | 7ff2c7e20000-7ff2c7e90000 rw-p 00000000 00:00 0 |
| | 7ff2c7e9a000-7ff2c7ed0000 r--s 00000000 00:65 15868817 /tmp/ruby/build/trunk-repeat20-asserts/ruby |
| | 7ff2c7ed0000-7ff2c8040000 rw-p 00000000 00:00 0 |
| | 7ff2c8045000-7ff2c8047000 r--p 00000000 00:65 16671871 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/console.so |
| | 7ff2c8047000-7ff2c804c000 r-xp 00002000 00:65 16671871 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/console.so |
| | 7ff2c804c000-7ff2c804e000 r--p 00007000 00:65 16671871 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/console.so |
| | 7ff2c804e000-7ff2c804f000 r--p 00008000 00:65 16671871 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/console.so |
| | 7ff2c804f000-7ff2c8050000 rw-p 00009000 00:65 16671871 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/console.so |
| | 7ff2c8050000-7ff2c80d0000 rw-p 00000000 00:00 0 |
| | 7ff2c80d9000-7ff2c80da000 r--p 00000000 00:65 16789511 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7ff2c80da000-7ff2c80dc000 r-xp 00001000 00:65 16789511 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7ff2c80dc000-7ff2c80dd000 r--p 00003000 00:65 16789511 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7ff2c80dd000-7ff2c80de000 r--p 00003000 00:65 16789511 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7ff2c80de000-7ff2c80df000 rw-p 00004000 00:65 16789511 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7ff2c80df000-7ff2c80e5000 r--p 00000000 00:65 16672200 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so |
| | 7ff2c80e5000-7ff2c8103000 r-xp 00006000 00:65 16672200 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so |
| | 7ff2c8103000-7ff2c811c000 r--p 00024000 00:65 16672200 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so |
| | 7ff2c811c000-7ff2c811d000 ---p 0003d000 00:65 16672200 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so |
| | 7ff2c811d000-7ff2c811f000 r--p 0003d000 00:65 16672200 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so |
| | 7ff2c811f000-7ff2c8120000 rw-p 0003f000 00:65 16672200 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so |
| | 7ff2c8120000-7ff2c8160000 rw-p 00000000 00:00 0 |
| | 7ff2c8160000-7ff2c8161000 ---p 00000000 00:00 0 |
| | 7ff2c8161000-7ff2c81a2000 rw-p 00000000 00:00 0 |
| | 7ff2c81a2000-7ff2c81a3000 ---p 00000000 00:00 0 |
| | 7ff2c81a3000-7ff2c81e4000 rw-p 00000000 00:00 0 |
| | 7ff2c81e4000-7ff2c81e5000 ---p 00000000 00:00 0 |
| | 7ff2c81e5000-7ff2c8226000 rw-p 00000000 00:00 0 |
| | 7ff2c8226000-7ff2c8227000 ---p 00000000 00:00 0 |
| | 7ff2c8227000-7ff2c8268000 rw-p 00000000 00:00 0 |
| | 7ff2c8268000-7ff2c8269000 ---p 00000000 00:00 0 |
| | 7ff2c8269000-7ff2c82aa000 rw-p 00000000 00:00 0 |
| | 7ff2c82aa000-7ff2c82ab000 ---p 00000000 00:00 0 |
| | 7ff2c82ab000-7ff2c82ec000 rw-p 00000000 00:00 0 |
| | 7ff2c82ec000-7ff2c82ed000 ---p 00000000 00:00 0 |
| | 7ff2c82ed000-7ff2c832e000 rw-p 00000000 00:00 0 |
| | 7ff2c832e000-7ff2c832f000 ---p 00000000 00:00 0 |
| | 7ff2c832f000-7ff2c8370000 rw-p 00000000 00:00 0 |
| | 7ff2c8370000-7ff2c8371000 ---p 00000000 00:00 0 |
| | 7ff2c8371000-7ff2c83b2000 rw-p 00000000 00:00 0 |
| | 7ff2c83b2000-7ff2c83b3000 ---p 00000000 00:00 0 |
| | 7ff2c83b3000-7ff2c83f4000 rw-p 00000000 00:00 0 |
| | 7ff2c83f4000-7ff2c83f5000 ---p 00000000 00:00 0 |
| | 7ff2c83f5000-7ff2c8436000 rw-p 00000000 00:00 0 |
| | 7ff2c8436000-7ff2c8437000 ---p 00000000 00:00 0 |
| | 7ff2c8437000-7ff2c8478000 rw-p 00000000 00:00 0 |
| | 7ff2c8478000-7ff2c8479000 ---p 00000000 00:00 0 |
| | 7ff2c8479000-7ff2c84ba000 rw-p 00000000 00:00 0 |
| | 7ff2c84ba000-7ff2c84bb000 ---p 00000000 00:00 0 |
| | 7ff2c84bb000-7ff2c84fc000 rw-p 00000000 00:00 0 |
| | 7ff2c84fc000-7ff2c84fd000 ---p 00000000 00:00 0 |
| | 7ff2c84fd000-7ff2c853e000 rw-p 00000000 00:00 0 |
| | 7ff2c853e000-7ff2c853f000 ---p 00000000 00:00 0 |
| | 7ff2c853f000-7ff2c8580000 rw-p 00000000 00:00 0 |
| | 7ff2c8580000-7ff2c8581000 ---p 00000000 00:00 0 |
| | 7ff2c8581000-7ff2c85c2000 rw-p 00000000 00:00 0 |
| | 7ff2c85c2000-7ff2c85c3000 ---p 00000000 00:00 0 |
| | 7ff2c85c3000-7ff2c8604000 rw-p 00000000 00:00 0 |
| | 7ff2c8604000-7ff2c8605000 ---p 00000000 00:00 0 |
| | 7ff2c8605000-7ff2c8646000 rw-p 00000000 00:00 0 |
| | 7ff2c8646000-7ff2c8647000 ---p 00000000 00:00 0 |
| | 7ff2c8647000-7ff2c8688000 rw-p 00000000 00:00 0 |
| | 7ff2c8688000-7ff2c8689000 ---p 00000000 00:00 0 |
| | 7ff2c8689000-7ff2c86ca000 rw-p 00000000 00:00 0 |
| | 7ff2c86ca000-7ff2c86cb000 ---p 00000000 00:00 0 |
| | 7ff2c86cb000-7ff2c870c000 rw-p 00000000 00:00 0 |
| | 7ff2c870c000-7ff2c870d000 ---p 00000000 00:00 0 |
| | 7ff2c870d000-7ff2c874e000 rw-p 00000000 00:00 0 |
| | 7ff2c874e000-7ff2c874f000 ---p 00000000 00:00 0 |
| | 7ff2c874f000-7ff2c8790000 rw-p 00000000 00:00 0 |
| | 7ff2c8790000-7ff2c8791000 ---p 00000000 00:00 0 |
| | 7ff2c8791000-7ff2c87d2000 rw-p 00000000 00:00 0 |
| | 7ff2c87d2000-7ff2c87d3000 ---p 00000000 00:00 0 |
| | 7ff2c87d3000-7ff2c8814000 rw-p 00000000 00:00 0 |
| | 7ff2c8814000-7ff2c8815000 ---p 00000000 00:00 0 |
| | 7ff2c8815000-7ff2c8856000 rw-p 00000000 00:00 0 |
| | 7ff2c8856000-7ff2c8857000 ---p 00000000 00:00 0 |
| | 7ff2c8857000-7ff2c8898000 rw-p 00000000 00:00 0 |
| | 7ff2c8898000-7ff2c8899000 ---p 00000000 00:00 0 |
| | 7ff2c8899000-7ff2c88da000 rw-p 00000000 00:00 0 |
| | 7ff2c88da000-7ff2c88db000 ---p 00000000 00:00 0 |
| | 7ff2c88db000-7ff2c891c000 rw-p 00000000 00:00 0 |
| | 7ff2c891c000-7ff2c891d000 ---p 00000000 00:00 0 |
| | 7ff2c891d000-7ff2c895e000 rw-p 00000000 00:00 0 |
| | 7ff2c895e000-7ff2c895f000 ---p 00000000 00:00 0 |
| | 7ff2c895f000-7ff2c89d0000 rw-p 00000000 00:00 0 |
| | 7ff2c89d1000-7ff2c89d2000 r--p 00000000 00:65 16792493 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7ff2c89d2000-7ff2c89d3000 r-xp 00001000 00:65 16792493 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7ff2c89d3000-7ff2c89d4000 r--p 00002000 00:65 16792493 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7ff2c89d4000-7ff2c89d5000 r--p 00002000 00:65 16792493 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7ff2c89d5000-7ff2c89d6000 rw-p 00003000 00:65 16792493 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7ff2c89d6000-7ff2cbab0000 rw-p 00000000 00:00 0 |
| | 7ff2cbab1000-7ff2cbab2000 r--p 00000000 00:65 16792337 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/encdb.so |
| | 7ff2cbab2000-7ff2cbab3000 r-xp 00001000 00:65 16792337 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/encdb.so |
| | 7ff2cbab3000-7ff2cbab4000 r--p 00002000 00:65 16792337 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/encdb.so |
| | 7ff2cbab4000-7ff2cbab5000 r--p 00002000 00:65 16792337 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/encdb.so |
| | 7ff2cbab5000-7ff2cbab6000 rw-p 00003000 00:65 16792337 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/encdb.so |
| | 7ff2cbab6000-7ff2cbbb9000 rw-p 00000000 00:00 0 |
| | 7ff2cbbb9000-7ff2cbbbc000 r--p 00000000 00:65 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7ff2cbbbc000-7ff2cbbd3000 r-xp 00003000 00:65 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7ff2cbbd3000-7ff2cbbd7000 r--p 0001a000 00:65 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7ff2cbbd7000-7ff2cbbd8000 r--p 0001d000 00:65 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7ff2cbbd8000-7ff2cbbd9000 rw-p 0001e000 00:65 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7ff2cbbd9000-7ff2cbc01000 r--p 00000000 00:65 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7ff2cbc01000-7ff2cbd96000 r-xp 00028000 00:65 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7ff2cbd96000-7ff2cbdee000 r--p 001bd000 00:65 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7ff2cbdee000-7ff2cbdf2000 r--p 00214000 00:65 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7ff2cbdf2000-7ff2cbdf4000 rw-p 00218000 00:65 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7ff2cbdf4000-7ff2cbe03000 rw-p 00000000 00:00 0 |
| | 7ff2cbe03000-7ff2cbe11000 r--p 00000000 00:65 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7ff2cbe11000-7ff2cbe8d000 r-xp 0000e000 00:65 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7ff2cbe8d000-7ff2cbee8000 r--p 0008a000 00:65 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7ff2cbee8000-7ff2cbee9000 r--p 000e4000 00:65 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7ff2cbee9000-7ff2cbeea000 rw-p 000e5000 00:65 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7ff2cbeea000-7ff2cbeec000 r--p 00000000 00:65 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7ff2cbeec000-7ff2cbf00000 r-xp 00002000 00:65 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7ff2cbf00000-7ff2cbf19000 r--p 00016000 00:65 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7ff2cbf19000-7ff2cbf1a000 ---p 0002f000 00:65 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7ff2cbf1a000-7ff2cbf1b000 r--p 0002f000 00:65 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7ff2cbf1b000-7ff2cbf1c000 rw-p 00030000 00:65 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7ff2cbf1c000-7ff2cbf24000 rw-p 00000000 00:00 0 |
| | 7ff2cbf24000-7ff2cbf2e000 r--p 00000000 00:65 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7ff2cbf2e000-7ff2cbf8d000 r-xp 0000a000 00:65 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7ff2cbf8d000-7ff2cbfa4000 r--p 00069000 00:65 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7ff2cbfa4000-7ff2cbfa5000 r--p 0007f000 00:65 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7ff2cbfa5000-7ff2cbfa6000 rw-p 00080000 00:65 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7ff2cbfa6000-7ff2cbfa8000 r--p 00000000 00:65 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7ff2cbfa8000-7ff2cbfb9000 r-xp 00002000 00:65 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7ff2cbfb9000-7ff2cbfbf000 r--p 00013000 00:65 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7ff2cbfbf000-7ff2cbfc0000 ---p 00019000 00:65 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7ff2cbfc0000-7ff2cbfc1000 r--p 00019000 00:65 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7ff2cbfc1000-7ff2cbfc2000 rw-p 0001a000 00:65 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7ff2cbfc6000-7ff2cc00a000 r--p 00000000 00:65 15868815 /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3.0 |
| | 7ff2cc00a000-7ff2cc369000 r-xp 00044000 00:65 15868815 /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3.0 |
| | 7ff2cc369000-7ff2cc4f1000 r--p 003a3000 00:65 15868815 /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3.0 |
| | 7ff2cc4f1000-7ff2cc505000 r--p 0052a000 00:65 15868815 /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3.0 |
| | 7ff2cc505000-7ff2cc508000 rw-p 0053e000 00:65 15868815 /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3.0 |
| | 7ff2cc508000-7ff2cc51e000 rw-p 00000000 00:00 0 |
| | 7ff2cc51e000-7ff2cc520000 r--p 00000000 00:65 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7ff2cc520000-7ff2cc54a000 r-xp 00002000 00:65 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7ff2cc54a000-7ff2cc555000 r--p 0002c000 00:65 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7ff2cc556000-7ff2cc558000 r--p 00037000 00:65 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7ff2cc558000-7ff2cc55a000 rw-p 00039000 00:65 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7ffc4558d000-7ffc45d8c000 rw-p 00000000 00:00 0 [stack] |
| | 7ffc45df0000-7ffc45df4000 r--p 00000000 00:00 0 [vvar] |
| | 7ffc45df4000-7ffc45df6000 r-xp 00000000 00:00 0 [vdso] |
| | ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] |
| | |
| | |
| make: *** [uncommon.mk:828: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS=--repeat-count=20" exit with 0. |