| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-repeat50" exit with 0. |
| Cloning into 'trunk-repeat50'... |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk-repeat50/configure --prefix=/tmp/ruby/install/trunk-repeat50 --disable-install-doc --enable-shared" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-unicode -j4" exit with 0. |
| "make update-download -j4" exit with 0. |
| Cloning into '/tmp/ruby/src/trunk-repeat50/gems/src/rbs'... |
| 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 -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| + cp /tmp/ruby/src/trunk-repeat50/enc/jis/props.h.blt /tmp/ruby/src/trunk-repeat50/enc/jis/props.h |
| 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 -j4" exit with 0. |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/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 -j4" exit with 0. |
| "make all -j4" exit with 0. |
| "make install -j4" 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=50" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=50" exit with 512. |
| 1) Failure: |
| TestRipper::Generic#test_parse_files:test/ruby [/tmp/ruby/src/trunk-repeat50/test/ripper/test_files_test_2.rb:6]: |
| pid 2621962 killed by SIGABRT (signal 6) (core dumped) |
| | <test_pattern_matching.rb>:1: [BUG] Segmentation fault at 0x0000000000000178 |
| | ruby 3.3.0dev (2023-03-29T16:31:41Z master a8c6ba23a6) [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-repeat50/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-repeat50/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:0000b0 EVAL -:29 [FINISH] |
| | c:0001 p:0000 s:0003 E:002090 DUMMY [FINISH] |
| | |
| | -- Ruby level backtrace information ---------------------------------------- |
| | -:29:in `<main>' |
| | -:29:in `each' |
| | -:30:in `block in <main>' |
| | /tmp/ruby/src/trunk-repeat50/tool/lib/core_assertions.rb:182:in `assert_nothing_raised' |
| | -:32:in `block (2 levels) in <main>' |
| | /tmp/ruby/src/trunk-repeat50/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: 0x00007fd59881275f RBP: 0x00005593abfb8238 RSP: 0x00007ffe5e839480 |
| | RAX: 0x000000000000000d RBX: 0x0000000000000004 RCX: 0x0000000000000178 |
| | RDX: 0x0000000000000341 RDI: 0x00005593abc5f0e0 RSI: 0x0000000000000001 |
| | R8: 0x0000000000002047 R9: 0x0000000000000040 R10: 0x00007fd598528300 |
| | R11: 0x000000000000001a R12: 0x00005593abc5f0e0 R13: 0x00005593ac00d720 |
| | R14: 0x0000000000000000 R15: 0x00005593ac00d710 EFL: 0x0000000000010202 |
| | |
| | -- C level backtrace information ------------------------------------------- |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_print_backtrace+0xd) [0x7fd5989e421f] /tmp/ruby/src/trunk-repeat50/vm_dump.c:785 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_vm_bugreport) /tmp/ruby/src/trunk-repeat50/vm_dump.c:1101 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_bug_for_fatal_signal+0xf4) [0x7fd5987eb4a4] /tmp/ruby/src/trunk-repeat50/error.c:813 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(sigsegv+0x4d) [0x7fd598930c6d] /tmp/ruby/src/trunk-repeat50/signal.c:964 |
| | /lib/x86_64-linux-gnu/libc.so.6(0x7fd598350520) [0x7fd598350520] |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(RVALUE_MARKED+0x34) [0x7fd59881275f] /tmp/ruby/src/trunk-repeat50/gc.c:1636 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(gc_mark_set) /tmp/ruby/src/trunk-repeat50/gc.c:6948 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(gc_mark_ptr) /tmp/ruby/src/trunk-repeat50/gc.c:7060 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(mark_ast_value+0x9) [0x7fd598876c5c] /tmp/ruby/src/trunk-repeat50/node.c:1379 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(iterate_buffer_elements) /tmp/ruby/src/trunk-repeat50/node.c:1338 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(iterate_node_values) /tmp/ruby/src/trunk-repeat50/node.c:1348 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_ast_mark) /tmp/ruby/src/trunk-repeat50/node.c:1436 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(gc_mark_stacked_objects+0x78) [0x7fd598815a88] /tmp/ruby/src/trunk-repeat50/gc.c:7512 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(gc_mark_stacked_objects_all) /tmp/ruby/src/trunk-repeat50/gc.c:7550 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(gc_marks_rest) /tmp/ruby/src/trunk-repeat50/gc.c:8717 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(gc_marking_exit+0x0) [0x7fd598816a42] /tmp/ruby/src/trunk-repeat50/gc.c:8774 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(gc_marks) /tmp/ruby/src/trunk-repeat50/gc.c:8785 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(gc_start) /tmp/ruby/src/trunk-repeat50/gc.c:9557 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(heap_prepare+0x26) [0x7fd59881995d] /tmp/ruby/src/trunk-repeat50/gc.c:2416 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(heap_next_free_page) /tmp/ruby/src/trunk-repeat50/gc.c:2685 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(newobj_alloc) /tmp/ruby/src/trunk-repeat50/gc.c:2791 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(newobj_of0+0x66) [0x7fd59881a0a1] /tmp/ruby/src/trunk-repeat50/gc.c:2893 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(newobj_of) /tmp/ruby/src/trunk-repeat50/gc.c:2913 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_wb_protected_newobj_of) /tmp/ruby/src/trunk-repeat50/gc.c:2935 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(str_alloc_embed+0x10) [0x7fd59894c1b0] /tmp/ruby/src/trunk-repeat50/string.c:907 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(str_new0) /tmp/ruby/src/trunk-repeat50/string.c:943 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_enc_str_new) /tmp/ruby/src/trunk-repeat50/string.c:1000 |
| | /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so(ripper_token2eventid+0x0) [0x7fd594847efd] /tmp/ruby/build/trunk-repeat50/ext/ripper/ripper.y:6271 |
| | /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so(ripper_scan_event_val) /tmp/ruby/build/trunk-repeat50/ext/ripper/ripper.y:6272 |
| | /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so(ripper_dispatch_scan_event) /tmp/ruby/build/trunk-repeat50/ext/ripper/ripper.y:6282 |
| | /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so(yylex+0x3e) [0x7fd59484ff85] /tmp/ruby/build/trunk-repeat50/ext/ripper/ripper.y:10490 |
| | /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so(ripper_yyparse) /tmp/ruby/build/trunk-repeat50/ext/ripper/ripper.c:10528 |
| | /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so(ripper_parse0+0xe2) [0x7fd5948615b2] /tmp/ruby/build/trunk-repeat50/ext/ripper/ripper.y:14371 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_ensure+0x126) [0x7fd5987f4fe6] /tmp/ruby/src/trunk-repeat50/eval.c:1005 |
| | /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so(ripper_parse+0x95) [0x7fd594844315] /tmp/ruby/build/trunk-repeat50/ext/ripper/ripper.y:14409 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7fd5989b8ed4] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3357 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3359 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3385 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_sendish+0x90) [0x7fd5989c825d] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:5225 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_exec_core) ../../src/trunk-repeat50/insns.def:835 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_vm_exec+0x99b) [0x7fd5989ce9fb] /tmp/ruby/src/trunk-repeat50/vm.c:2366 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(eval_string_with_cref+0xd9) [0x7fd5989cebf9] /tmp/ruby/src/trunk-repeat50/vm_eval.c:1701 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(eval_under+0x48) [0x7fd5989def6a] /tmp/ruby/src/trunk-repeat50/vm_eval.c:1946 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_obj_instance_eval_internal) /tmp/ruby/src/trunk-repeat50/vm_eval.c:1970 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7fd5989b8ed4] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3357 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3359 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3385 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_sendish+0x90) [0x7fd5989c825d] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:5225 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_exec_core) ../../src/trunk-repeat50/insns.def:835 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_vm_exec+0x99b) [0x7fd5989ce9fb] /tmp/ruby/src/trunk-repeat50/vm.c:2366 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_yield+0x27b) [0x7fd5989ddf6b] /tmp/ruby/src/trunk-repeat50/vm.c:1384 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(RB_FL_TEST_RAW+0x0) [0x7fd59875130c] /tmp/ruby/src/trunk-repeat50/array.c:2747 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(RB_FL_ANY_RAW) /tmp/ruby/src/trunk-repeat50/include/ruby/internal/fl_type.h:552 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_array_len) /tmp/ruby/src/trunk-repeat50/include/ruby/internal/core/rarray.h:321 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_ary_each) /tmp/ruby/src/trunk-repeat50/array.c:2746 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7fd5989b8ed4] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3357 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3359 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3385 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_sendish+0x98) [0x7fd5989c9bd9] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:5225 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_exec_core) ../../src/trunk-repeat50/insns.def:815 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_vm_exec+0x99b) [0x7fd5989ce9fb] /tmp/ruby/src/trunk-repeat50/vm.c:2366 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_ec_exec_node+0xb1) [0x7fd5987f08a1] /tmp/ruby/src/trunk-repeat50/eval.c:287 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(ruby_run_node+0x93) [0x7fd5987f6d63] /tmp/ruby/src/trunk-repeat50/eval.c:328 |
| | /tmp/ruby/build/trunk-repeat50/ruby(rb_main+0x21) [0x5593ab490187] /tmp/ruby/src/trunk-repeat50/main.c:39 |
| | /tmp/ruby/build/trunk-repeat50/ruby(main) /tmp/ruby/src/trunk-repeat50/main.c:58 |
| | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x80) [0x7fd598337d90] ../sysdeps/nptl/libc_start_call_main.h:58 |
| | /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7fd598337e40] ../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 |
| | [0x5593ab4901d5] |
| | |
| | -- Other runtime information ----------------------------------------------- |
| | |
| | * Process memory map: |
| | |
| | 5593ab48f000-5593ab490000 r--p 00000000 00:71 14443162 /tmp/ruby/build/trunk-repeat50/ruby |
| | 5593ab490000-5593ab491000 r-xp 00001000 00:71 14443162 /tmp/ruby/build/trunk-repeat50/ruby |
| | 5593ab491000-5593ab492000 r--p 00002000 00:71 14443162 /tmp/ruby/build/trunk-repeat50/ruby |
| | 5593ab492000-5593ab493000 r--p 00002000 00:71 14443162 /tmp/ruby/build/trunk-repeat50/ruby |
| | 5593ab493000-5593ab494000 rw-p 00003000 00:71 14443162 /tmp/ruby/build/trunk-repeat50/ruby |
| | 5593abc5c000-5593ac1f0000 rw-p 00000000 00:00 0 [heap] |
| | 7fd591320000-7fd591b48000 rw-p 00000000 00:00 0 |
| | 7fd591b48000-7fd591f7f000 r--s 00000000 00:71 14692161 /usr/lib/debug/.build-id/69/389d485a9793dbe873f0ea2c93e02efaa9aa3d.debug |
| | 7fd591f7f000-7fd59219d000 r--s 00000000 00:71 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7fd59219d000-7fd59350d000 rw-p 00000000 00:00 0 |
| | 7fd59350d000-7fd59455a000 r--s 00000000 00:71 14443159 /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0 |
| | 7fd59455a000-7fd594590000 r--s 00000000 00:71 14443162 /tmp/ruby/build/trunk-repeat50/ruby |
| | 7fd594590000-7fd5945e0000 rw-p 00000000 00:00 0 |
| | 7fd5945f0000-7fd5947a0000 rw-p 00000000 00:00 0 |
| | 7fd5947aa000-7fd5947ab000 r--p 00000000 00:71 16533563 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/shift_jis.so |
| | 7fd5947ab000-7fd5947ac000 r-xp 00001000 00:71 16533563 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/shift_jis.so |
| | 7fd5947ac000-7fd5947ad000 r--p 00002000 00:71 16533563 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/shift_jis.so |
| | 7fd5947ad000-7fd5947ae000 ---p 00003000 00:71 16533563 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/shift_jis.so |
| | 7fd5947ae000-7fd5947af000 r--p 00003000 00:71 16533563 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/shift_jis.so |
| | 7fd5947af000-7fd5947b0000 rw-p 00004000 00:71 16533563 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/shift_jis.so |
| | 7fd5947b0000-7fd594830000 rw-p 00000000 00:00 0 |
| | 7fd594831000-7fd594833000 r--p 00000000 00:71 16535689 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so |
| | 7fd594833000-7fd594838000 r-xp 00002000 00:71 16535689 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so |
| | 7fd594838000-7fd594839000 r--p 00007000 00:71 16535689 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so |
| | 7fd594839000-7fd59483a000 ---p 00008000 00:71 16535689 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so |
| | 7fd59483a000-7fd59483b000 r--p 00008000 00:71 16535689 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so |
| | 7fd59483b000-7fd59483c000 rw-p 00009000 00:71 16535689 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so |
| | 7fd59483c000-7fd594842000 r--p 00000000 00:71 16539403 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so |
| | 7fd594842000-7fd594864000 r-xp 00006000 00:71 16539403 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so |
| | 7fd594864000-7fd59487d000 r--p 00028000 00:71 16539403 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so |
| | 7fd59487d000-7fd59487f000 r--p 00040000 00:71 16539403 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so |
| | 7fd59487f000-7fd594880000 rw-p 00042000 00:71 16539403 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so |
| | 7fd594880000-7fd5948a0000 rw-p 00000000 00:00 0 |
| | 7fd5948a0000-7fd5948a1000 ---p 00000000 00:00 0 |
| | 7fd5948a1000-7fd5948e2000 rw-p 00000000 00:00 0 |
| | 7fd5948e2000-7fd5948e3000 ---p 00000000 00:00 0 |
| | 7fd5948e3000-7fd594924000 rw-p 00000000 00:00 0 |
| | 7fd594924000-7fd594925000 ---p 00000000 00:00 0 |
| | 7fd594925000-7fd594966000 rw-p 00000000 00:00 0 |
| | 7fd594966000-7fd594967000 ---p 00000000 00:00 0 |
| | 7fd594967000-7fd5949a8000 rw-p 00000000 00:00 0 |
| | 7fd5949a8000-7fd5949a9000 ---p 00000000 00:00 0 |
| | 7fd5949a9000-7fd5949ea000 rw-p 00000000 00:00 0 |
| | 7fd5949ea000-7fd5949eb000 ---p 00000000 00:00 0 |
| | 7fd5949eb000-7fd594a2c000 rw-p 00000000 00:00 0 |
| | 7fd594a2c000-7fd594a2d000 ---p 00000000 00:00 0 |
| | 7fd594a2d000-7fd594a6e000 rw-p 00000000 00:00 0 |
| | 7fd594a6e000-7fd594a6f000 ---p 00000000 00:00 0 |
| | 7fd594a6f000-7fd594ab0000 rw-p 00000000 00:00 0 |
| | 7fd594ab0000-7fd594ab1000 ---p 00000000 00:00 0 |
| | 7fd594ab1000-7fd594af2000 rw-p 00000000 00:00 0 |
| | 7fd594af2000-7fd594af3000 ---p 00000000 00:00 0 |
| | 7fd594af3000-7fd594b34000 rw-p 00000000 00:00 0 |
| | 7fd594b34000-7fd594b35000 ---p 00000000 00:00 0 |
| | 7fd594b35000-7fd594b76000 rw-p 00000000 00:00 0 |
| | 7fd594b76000-7fd594b77000 ---p 00000000 00:00 0 |
| | 7fd594b77000-7fd594bb8000 rw-p 00000000 00:00 0 |
| | 7fd594bb8000-7fd594bb9000 ---p 00000000 00:00 0 |
| | 7fd594bb9000-7fd594bfa000 rw-p 00000000 00:00 0 |
| | 7fd594bfa000-7fd594bfb000 ---p 00000000 00:00 0 |
| | 7fd594bfb000-7fd594c3c000 rw-p 00000000 00:00 0 |
| | 7fd594c3c000-7fd594c3d000 ---p 00000000 00:00 0 |
| | 7fd594c3d000-7fd594c7e000 rw-p 00000000 00:00 0 |
| | 7fd594c7e000-7fd594c7f000 ---p 00000000 00:00 0 |
| | 7fd594c7f000-7fd594cc0000 rw-p 00000000 00:00 0 |
| | 7fd594cc0000-7fd594cc1000 ---p 00000000 00:00 0 |
| | 7fd594cc1000-7fd594d02000 rw-p 00000000 00:00 0 |
| | 7fd594d02000-7fd594d03000 ---p 00000000 00:00 0 |
| | 7fd594d03000-7fd594d44000 rw-p 00000000 00:00 0 |
| | 7fd594d44000-7fd594d45000 ---p 00000000 00:00 0 |
| | 7fd594d45000-7fd594d86000 rw-p 00000000 00:00 0 |
| | 7fd594d86000-7fd594d87000 ---p 00000000 00:00 0 |
| | 7fd594d87000-7fd594dc8000 rw-p 00000000 00:00 0 |
| | 7fd594dc8000-7fd594dc9000 ---p 00000000 00:00 0 |
| | 7fd594dc9000-7fd594e0a000 rw-p 00000000 00:00 0 |
| | 7fd594e0a000-7fd594e0b000 ---p 00000000 00:00 0 |
| | 7fd594e0b000-7fd594e4c000 rw-p 00000000 00:00 0 |
| | 7fd594e4c000-7fd594e4d000 ---p 00000000 00:00 0 |
| | 7fd594e4d000-7fd594e8e000 rw-p 00000000 00:00 0 |
| | 7fd594e8e000-7fd594e8f000 ---p 00000000 00:00 0 |
| | 7fd594e8f000-7fd594ed0000 rw-p 00000000 00:00 0 |
| | 7fd594ed0000-7fd594ed1000 ---p 00000000 00:00 0 |
| | 7fd594ed1000-7fd594f12000 rw-p 00000000 00:00 0 |
| | 7fd594f12000-7fd594f13000 ---p 00000000 00:00 0 |
| | 7fd594f13000-7fd594f54000 rw-p 00000000 00:00 0 |
| | 7fd594f54000-7fd594f55000 ---p 00000000 00:00 0 |
| | 7fd594f55000-7fd594f96000 rw-p 00000000 00:00 0 |
| | 7fd594f96000-7fd594f97000 ---p 00000000 00:00 0 |
| | 7fd594f97000-7fd594fd8000 rw-p 00000000 00:00 0 |
| | 7fd594fd8000-7fd594fd9000 ---p 00000000 00:00 0 |
| | 7fd594fd9000-7fd59501a000 rw-p 00000000 00:00 0 |
| | 7fd59501a000-7fd59501b000 ---p 00000000 00:00 0 |
| | 7fd59501b000-7fd59505c000 rw-p 00000000 00:00 0 |
| | 7fd59505c000-7fd59505d000 ---p 00000000 00:00 0 |
| | 7fd59505d000-7fd59509e000 rw-p 00000000 00:00 0 |
| | 7fd59509e000-7fd59509f000 ---p 00000000 00:00 0 |
| | 7fd59509f000-7fd595110000 rw-p 00000000 00:00 0 |
| | 7fd595110000-7fd595111000 r--p 00000000 00:71 16537401 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7fd595111000-7fd595113000 r-xp 00001000 00:71 16537401 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7fd595113000-7fd595114000 r--p 00003000 00:71 16537401 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7fd595114000-7fd595115000 r--p 00003000 00:71 16537401 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7fd595115000-7fd595116000 rw-p 00004000 00:71 16537401 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7fd595116000-7fd5981e0000 rw-p 00000000 00:00 0 |
| | 7fd5981e1000-7fd5981e2000 r--p 00000000 00:71 16533521 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7fd5981e2000-7fd5981e3000 r-xp 00001000 00:71 16533521 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7fd5981e3000-7fd5981e4000 r--p 00002000 00:71 16533521 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7fd5981e4000-7fd5981e5000 r--p 00002000 00:71 16533521 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7fd5981e5000-7fd5981e6000 rw-p 00003000 00:71 16533521 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7fd5981e6000-7fd5981e7000 r--p 00000000 00:71 16533499 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so |
| | 7fd5981e7000-7fd5981e8000 r-xp 00001000 00:71 16533499 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so |
| | 7fd5981e8000-7fd5981e9000 r--p 00002000 00:71 16533499 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so |
| | 7fd5981e9000-7fd5981ea000 r--p 00002000 00:71 16533499 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so |
| | 7fd5981ea000-7fd5981eb000 rw-p 00003000 00:71 16533499 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so |
| | 7fd5981eb000-7fd5982ee000 rw-p 00000000 00:00 0 |
| | 7fd5982ee000-7fd5982f1000 r--p 00000000 00:71 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7fd5982f1000-7fd598308000 r-xp 00003000 00:71 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7fd598308000-7fd59830c000 r--p 0001a000 00:71 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7fd59830c000-7fd59830d000 r--p 0001d000 00:71 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7fd59830d000-7fd59830e000 rw-p 0001e000 00:71 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7fd59830e000-7fd598336000 r--p 00000000 00:71 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7fd598336000-7fd5984cb000 r-xp 00028000 00:71 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7fd5984cb000-7fd598523000 r--p 001bd000 00:71 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7fd598523000-7fd598527000 r--p 00214000 00:71 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7fd598527000-7fd598529000 rw-p 00218000 00:71 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7fd598529000-7fd598538000 rw-p 00000000 00:00 0 |
| | 7fd598538000-7fd598546000 r--p 00000000 00:71 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7fd598546000-7fd5985c2000 r-xp 0000e000 00:71 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7fd5985c2000-7fd59861d000 r--p 0008a000 00:71 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7fd59861d000-7fd59861e000 r--p 000e4000 00:71 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7fd59861e000-7fd59861f000 rw-p 000e5000 00:71 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7fd59861f000-7fd598621000 r--p 00000000 00:71 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7fd598621000-7fd598635000 r-xp 00002000 00:71 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7fd598635000-7fd59864e000 r--p 00016000 00:71 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7fd59864e000-7fd59864f000 ---p 0002f000 00:71 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7fd59864f000-7fd598650000 r--p 0002f000 00:71 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7fd598650000-7fd598651000 rw-p 00030000 00:71 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7fd598651000-7fd598659000 rw-p 00000000 00:00 0 |
| | 7fd598659000-7fd598663000 r--p 00000000 00:71 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7fd598663000-7fd5986c2000 r-xp 0000a000 00:71 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7fd5986c2000-7fd5986d9000 r--p 00069000 00:71 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7fd5986d9000-7fd5986da000 r--p 0007f000 00:71 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7fd5986da000-7fd5986db000 rw-p 00080000 00:71 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7fd5986db000-7fd5986dd000 r--p 00000000 00:71 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7fd5986dd000-7fd5986ee000 r-xp 00002000 00:71 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7fd5986ee000-7fd5986f4000 r--p 00013000 00:71 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7fd5986f4000-7fd5986f5000 ---p 00019000 00:71 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7fd5986f5000-7fd5986f6000 r--p 00019000 00:71 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7fd5986f6000-7fd5986f7000 rw-p 0001a000 00:71 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7fd5986fb000-7fd59873f000 r--p 00000000 00:71 14443159 /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0 |
| | 7fd59873f000-7fd598a9e000 r-xp 00044000 00:71 14443159 /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0 |
| | 7fd598a9e000-7fd598c00000 r--p 003a3000 00:71 14443159 /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0 |
| | 7fd598c00000-7fd598c14000 r--p 00504000 00:71 14443159 /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0 |
| | 7fd598c14000-7fd598c17000 rw-p 00518000 00:71 14443159 /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0 |
| | 7fd598c17000-7fd598c2d000 rw-p 00000000 00:00 0 |
| | 7fd598c2d000-7fd598c2f000 r--p 00000000 00:71 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7fd598c2f000-7fd598c59000 r-xp 00002000 00:71 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7fd598c59000-7fd598c64000 r--p 0002c000 00:71 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7fd598c65000-7fd598c67000 r--p 00037000 00:71 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7fd598c67000-7fd598c69000 rw-p 00039000 00:71 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7ffe5e040000-7ffe5e83f000 rw-p 00000000 00:00 0 [stack] |
| | 7ffe5e9a0000-7ffe5e9a4000 r--p 00000000 00:00 0 [vvar] |
| | 7ffe5e9a4000-7ffe5e9a6000 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=50" exit with 0. |