虚無庵

徒然なるままに

今日の ruby build 2024-02-27

今日のビルド

d7730d3a0bd683b4d1c6f85763de7f0db7b0acf8 までを pull ってきてビルド。

In file included from thread.c:263:
thread_pthread.c: In function ‘rb_ractor_sched_sleep’:
thread_pthread.c:1323:18: warning: variable ‘th’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
 1323 |     rb_thread_t *th = rb_ec_thread_ptr(ec);
      |                  ^~
At top level:
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
  Files:        912

  Classes:     1183 ( 276 undocumented)
  Modules:      207 (  62 undocumented)
  Constants:   2467 ( 615 undocumented)
  Attributes:  1236 ( 225 undocumented)
  Methods:    12152 (1977 undocumented)

  Total:      17245 (3155 undocumented)
   81.70% documented

  Elapsed: 34.6s

今日のテスト

make test-all を実行。

Finished tests in 963.636879s, 25.6974 tests/s, 6499.3911 assertions/s.
24763 tests, 6263053 assertions, 0 failures, 0 errors, 120 skips

ruby -v: ruby 3.4.0dev (2024-02-27T10:40:39Z master d7730d3a0b) [x86_64-linux]

今日のビルド(Universal Parser 有効化)

d7730d3a0bd683b4d1c6f85763de7f0db7b0acf8 までを pull ってきてビルド。

ruby_parser.c:630:21: warning: initialization left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  630 |     .compile_warn = rb_compile_warn,
      |                     ^~~~~~~~~~~~~~~
ruby_parser.c:631:24: warning: initialization left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  631 |     .compile_warning = rb_compile_warning,
      |                        ^~~~~~~~~~~~~~~~~~
ruby_parser.c:632:12: warning: initialization left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  632 |     .bug = rb_bug,
      |            ^~~~~~
ruby_parser.c:633:14: warning: initialization left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  633 |     .fatal = rb_fatal,
      |              ^~~~~~~~
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
  0% [ 1/912]  COPYING
  0% [ 2/912]  COPYING.ja
  0% [ 3/912]  LEGAL
  0% [ 4/912]  NEWS.md
  0% [ 5/912]  README.ja.md
  0% [ 6/912]  README.md
  0% [ 7/912]  addr2line.c
  0% [ 8/912]  array.c
  0% [ 9/912]  array.rb
double free or corruption (!prev)
Aborted (core dumped)
make: *** [uncommon.mk:668: rdoc] エラー 134

今日のテスト(Universal Parser 有効化)

make test-all を実行。

malloc(): invalid size (unsorted)
make: *** [uncommon.mk:948: yes-test-all] 中止 (コアダンプしました)

今日のビルド(YJIT 有効化)

d7730d3a0bd683b4d1c6f85763de7f0db7b0acf8 までを pull ってきてビルド。

In file included from thread.c:263:
thread_pthread.c: In function ‘rb_ractor_sched_sleep’:
thread_pthread.c:1323:18: warning: variable ‘th’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
 1323 |     rb_thread_t *th = rb_ec_thread_ptr(ec);
      |                  ^~
At top level:
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics

今日のテスト(YJIT 有効化)

make test-all を実行。

Leaked file descriptor: TestSocket#test_accept_loop: 11 #<File::Stat dev=0x8, ino=378156, mode=0140777, nlink=1, uid=1000, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 09:00:00 +0900, mtime=1970-01-01 09:00:00 +0900, ctime=1970-01-01 09:00:00 +0900>
Closed file descriptor: TestSocket#test_tcp_socket_one_hostname_resolution_succeeded_at_least: 11
Finished tests in 935.968217s, 26.4571 tests/s, 6692.1418 assertions/s.
24763 tests, 6263632 assertions, 0 failures, 0 errors, 120 skips

ruby -v: ruby 3.4.0dev (2024-02-27T10:40:39Z master d7730d3a0b) [x86_64-linux]

今日のビルド(RJIT 有効化)

d7730d3a0bd683b4d1c6f85763de7f0db7b0acf8 までを pull ってきてビルド。

In file included from thread.c:263:
thread_pthread.c: In function ‘rb_ractor_sched_sleep’:
thread_pthread.c:1323:18: warning: variable ‘th’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
 1323 |     rb_thread_t *th = rb_ec_thread_ptr(ec);
      |                  ^~
At top level:
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics

今日のテスト(RJIT 有効化)

make test-all を実行。

  1) Failure:
TestGc#test_thrashing_for_young_objects [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_gc.rb:676]:
before_stats: {:count=>26, :time=>79, :marking_time=>48, :sweeping_time=>30, :heap_allocated_pages=>164, :heap_sorted_length=>310, :heap_allocatable_pages=>146, :heap_available_slots=>225739, :heap_live_slots=>201894, :heap_free_slots=>23845, :heap_final_slots=>0, :heap_marked_slots=>129532, :heap_eden_pages=>164, :heap_tomb_pages=>0, :total_allocated_pages=>172, :total_freed_pages=>8, :total_allocated_objects=>1395938, :total_freed_objects=>1194044, :malloc_increase_bytes=>2120, :malloc_increase_bytes_limit=>16777216, :minor_gc_count=>21, :major_gc_count=>5, :compact_count=>0, :read_barrier_faults=>0, :total_moved_objects=>0, :remembered_wb_unprotected_objects=>0, :remembered_wb_unprotected_objects_limit=>1295, :old_objects=>129521, :old_objects_limit=>259042, :oldmalloc_increase_bytes=>2120, :oldmalloc_increase_bytes_limit=>16777216}
before_stat_heap: {0=>{:slot_size=>40, :heap_allocatable_pages=>0, :heap_eden_pages=>126, :heap_eden_slots=>206312, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>126, :total_freed_pages=>0, :force_major_gc_count=>2, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>1354357, :total_freed_objects=>1157830}, 1=>{:slot_size=>80, :heap_allocatable_pages=>0, :heap_eden_pages=>12, :heap_eden_slots=>9821, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>14, :total_freed_pages=>2, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>23516, :total_freed_objects=>20149}, 2=>{:slot_size=>160, :heap_allocatable_pages=>0, :heap_eden_pages=>22, :heap_eden_slots=>8995, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>28, :total_freed_pages=>6, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>18044, :total_freed_objects=>15988}, 3=>{:slot_size=>320, :heap_allocatable_pages=>48, :heap_eden_pages=>2, :heap_eden_slots=>407, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>2, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>65, :total_freed_objects=>56}, 4=>{:slot_size=>640, :heap_allocatable_pages=>98, :heap_eden_pages=>2, :heap_eden_slots=>204, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>2, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>26, :total_freed_objects=>21}}
after_stats: {:count=>40, :time=>97, :marking_time=>50, :sweeping_time=>46, :heap_allocated_pages=>164, :heap_sorted_length=>310, :heap_allocatable_pages=>146, :heap_available_slots=>225739, :heap_live_slots=>129698, :heap_free_slots=>96041, :heap_final_slots=>0, :heap_marked_slots=>129637, :heap_eden_pages=>164, :heap_tomb_pages=>0, :total_allocated_pages=>172, :total_freed_pages=>8, :total_allocated_objects=>2400273, :total_freed_objects=>2270575, :malloc_increase_bytes=>1912, :malloc_increase_bytes_limit=>16777216, :minor_gc_count=>35, :major_gc_count=>5, :compact_count=>0, :read_barrier_faults=>0, :total_moved_objects=>0, :remembered_wb_unprotected_objects=>0, :remembered_wb_unprotected_objects_limit=>1295, :old_objects=>129624, :old_objects_limit=>259042, :oldmalloc_increase_bytes=>6032, :oldmalloc_increase_bytes_limit=>16777216}
after_stat_heap: {0=>{:slot_size=>40, :heap_allocatable_pages=>0, :heap_eden_pages=>126, :heap_eden_slots=>206312, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>126, :total_freed_pages=>0, :force_major_gc_count=>2, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>2358402, :total_freed_objects=>2234097}, 1=>{:slot_size=>80, :heap_allocatable_pages=>0, :heap_eden_pages=>12, :heap_eden_slots=>9821, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>14, :total_freed_pages=>2, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>23587, :total_freed_objects=>20208}, 2=>{:slot_size=>160, :heap_allocatable_pages=>0, :heap_eden_pages=>22, :heap_eden_slots=>8995, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>28, :total_freed_pages=>6, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>18257, :total_freed_objects=>16193}, 3=>{:slot_size=>320, :heap_allocatable_pages=>48, :heap_eden_pages=>2, :heap_eden_slots=>407, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>2, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>65, :total_freed_objects=>56}, 4=>{:slot_size=>640, :heap_allocatable_pages=>98, :heap_eden_pages=>2, :heap_eden_slots=>204, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>2, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>26, :total_freed_objects=>21}}.
<0> expected but was
<8>.

  2) Failure:
TestGc#test_gc_parameter_init_slots [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_gc.rb:477]:
{:slot_size=>80, :heap_allocatable_pages=>0, :heap_eden_pages=>12, :heap_eden_slots=>9821, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>14, :total_freed_pages=>2, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>23337, :total_freed_objects=>19826}.
Expected 9821 to be >= 10000.

  3) Failure:
TestYJIT#test_empty_splat [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:1710]:
Expected no use of fallback implementation.
<0> expected but was
<19>.

  4) Failure:
TestYJIT#test_send_polymorphic_method_name [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:1710]:
Expected no use of fallback implementation.
<0> expected but was
<19>.

  5) Failure:
TestYJIT#test_yjit_enable [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:59]:
pid 613341 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:51: [BUG] Segmentation fault at 0x00005d04a320e6a5
| ruby 3.4.0dev (2024-02-27T10:40:39Z master d7730d3a0b) +YJIT [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0108 p:0031 s:0985 e:000984 METHOD <internal:array>:51 [FINISH]
| c:0107 p:---- s:0979 e:000978 CFUNC  :each_with_index
| c:0106 p:0006 s:0975 e:000974 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1048
| c:0105 p:0011 s:0970 e:000969 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:58
| c:0104 p:0043 s:0965 e:000963 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22
| c:0103 p:0021 s:0957 e:000956 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5921
| c:0102 p:0014 s:0953 e:000952 METHOD <internal:kernel>:135
| c:0101 p:0034 s:0949 e:000945 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5919
| c:0100 p:0152 s:0940 e:000939 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1739
| c:0099 p:1317 s:0921 e:000920 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:97
| c:0098 p:0250 s:0910 e:000909 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321
| c:0097 p:0017 s:0895 e:000894 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150
| c:0096 p:0014 s:0891 e:000890 METHOD <internal:kernel>:135
| c:0095 p:0136 s:0887 e:000885 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149 [FINISH]
| c:0094 p:0025 s:0874 e:000872 METHOD <internal:array>:52
| c:0093 p:0023 s:0867 e:000866 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0092 p:0040 s:0857 e:000856 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0091 p:0025 s:0845 e:000843 METHOD <internal:array>:52
| c:0090 p:0023 s:0838 e:000837 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0089 p:0040 s:0828 e:000827 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0088 p:0025 s:0816 e:000814 METHOD <internal:array>:52
| c:0087 p:0023 s:0809 e:000808 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0086 p:0040 s:0799 e:000798 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0085 p:0025 s:0787 e:000785 METHOD <internal:array>:52
| c:0084 p:0023 s:0780 e:000779 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0083 p:0040 s:0770 e:000769 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0082 p:0025 s:0758 e:000756 METHOD <internal:array>:52
| c:0081 p:0023 s:0751 e:000750 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0080 p:0040 s:0741 e:000740 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0079 p:0025 s:0729 e:000727 METHOD <internal:array>:52
| c:0078 p:0023 s:0722 e:000721 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0077 p:0040 s:0712 e:000711 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0076 p:0025 s:0700 e:000698 METHOD <internal:array>:52
| c:0075 p:0023 s:0693 e:000692 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0074 p:0040 s:0683 e:000682 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0073 p:0025 s:0671 e:000669 METHOD <internal:array>:52
| c:0072 p:0023 s:0664 e:000663 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0071 p:0040 s:0654 e:000653 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0070 p:0025 s:0642 e:000640 METHOD <internal:array>:52
| c:0069 p:0023 s:0635 e:000634 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0068 p:0040 s:0625 e:000624 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0067 p:0025 s:0613 e:000611 METHOD <internal:array>:52
| c:0066 p:0023 s:0606 e:000605 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0065 p:0040 s:0596 e:000595 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0064 p:0025 s:0584 e:000582 METHOD <internal:array>:52
| c:0063 p:0023 s:0577 e:000576 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0062 p:0040 s:0567 e:000566 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0061 p:0025 s:0555 e:000553 METHOD <internal:array>:52
| c:0060 p:0023 s:0548 e:000547 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0059 p:0040 s:0538 e:000537 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0058 p:0025 s:0526 e:000524 METHOD <internal:array>:52
| c:0057 p:0023 s:0519 e:000518 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0056 p:0040 s:0509 e:000508 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0055 p:0025 s:0497 e:000495 METHOD <internal:array>:52
| c:0054 p:0023 s:0490 e:000489 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0053 p:0040 s:0480 e:000479 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0052 p:0025 s:0468 e:000466 METHOD <internal:array>:52
| c:0051 p:0023 s:0461 e:000460 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0050 p:0040 s:0451 e:000450 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0049 p:0025 s:0439 e:000437 METHOD <internal:array>:52
| c:0048 p:0023 s:0432 e:000431 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0047 p:0040 s:0422 e:000421 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0046 p:0025 s:0410 e:000408 METHOD <internal:array>:52
| c:0045 p:0023 s:0403 e:000402 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0044 p:0040 s:0393 e:000392 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0043 p:0025 s:0381 e:000379 METHOD <internal:array>:52
| c:0042 p:0023 s:0374 e:000373 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0041 p:0040 s:0364 e:000363 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0040 p:0025 s:0352 e:000350 METHOD <internal:array>:52
| c:0039 p:0023 s:0345 e:000344 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0038 p:0040 s:0335 e:000334 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0037 p:0025 s:0323 e:000321 METHOD <internal:array>:52
| c:0036 p:0023 s:0316 e:000315 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0035 p:0040 s:0306 e:000305 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0034 p:0025 s:0294 e:000292 METHOD <internal:array>:52
| c:0033 p:0023 s:0287 e:000286 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0032 p:0040 s:0277 e:000276 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0031 p:0025 s:0265 e:000263 METHOD <internal:array>:52
| c:0030 p:0023 s:0258 e:000257 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0029 p:0040 s:0248 e:000247 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0028 p:0025 s:0236 e:000234 METHOD <internal:array>:52
| c:0027 p:0023 s:0229 e:000228 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0026 p:0040 s:0219 e:000218 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0025 p:0025 s:0207 e:000205 METHOD <internal:array>:52
| c:0024 p:0023 s:0200 e:000199 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0023 p:0040 s:0190 e:000189 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0022 p:0025 s:0178 e:000176 METHOD <internal:array>:52
| c:0021 p:0023 s:0171 e:000170 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0020 p:0040 s:0161 e:000160 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0019 p:0025 s:0149 e:000147 METHOD <internal:array>:52
| c:0018 p:0023 s:0142 e:000141 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0017 p:0040 s:0132 e:000131 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0016 p:0025 s:0120 e:000118 METHOD <internal:array>:52
| c:0015 p:0023 s:0113 e:000112 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0014 p:0040 s:0103 e:000102 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0013 p:0025 s:0091 e:000089 METHOD <internal:array>:52
| c:0012 p:0023 s:0084 e:000083 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0011 p:0040 s:0074 e:000073 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0010 p:0025 s:0062 e:000060 METHOD <internal:array>:52
| c:0009 p:0023 s:0055 e:000054 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0008 p:0040 s:0045 e:000044 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0007 p:0033 s:0033 e:000032 METHOD <internal:array>:51
| c:0006 p:0012 s:0027 e:000026 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101
| c:0005 p:0006 s:0022 e:000021 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18 [FINISH]
| c:0004 p:---- s:0017 e:000016 CFUNC  :const_added
| c:0003 p:0028 s:0014 e:000011 METHOD <internal:yjit>:39
| c:0002 p:0054 s:0006 e:000005 EVAL   -:9 [FINISH]
| c:0001 p:0000 s:0003 E:001240 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -:9:in '<main>'
| <internal:yjit>:39:in 'enable'
| <internal:yjit>:39:in 'const_added'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18:in 'on_constant_state_changed'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101:in 'on_constant_state_changed'
| <internal:array>:51:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149:in 'branch_stub_hit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150:in 'block in branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321:in 'compile_block'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:97:in 'compile'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1739:in 'invokeblock'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5919:in 'side_exit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5921:in 'block in side_exit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22:in 'write'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:58:in 'assemble'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1048:in 'resolve_rel32'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1048:in 'each_with_index'
| <internal:array>:51:in 'each'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x00005d04a320e6a5 RBP: 0x0000000000000000 RSP: 0x00007ffdbf367da0
|  RAX: 0x0000748682d9c8c3 RBX: 0x0000748682c9fed8 RCX: 0x0000000000000003
|  RDX: 0x0000000000000014 RDI: 0x4000000000000001 RSI: 0x0000748667d6ba98
|   R8: 0x0000000000000004  R9: 0x0000748667d6ba98 R10: 0x0000748668545b60
|  R11: 0x0000000000000003 R12: 0x0000000000000be1 R13: 0x0000748682d9c800
|  R14: 0x00005d04a0483c70 R15: 0x0000748682d9c870 EFL: 0x0000000000010202
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x5d049efa1e23] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:820
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_vm_bugreport) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:1151
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_bug_for_fatal_signal+0xfc) [0x5d049f14d60c] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/error.c:1066
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(sigsegv+0x4f) [0x5d049eee778f] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/signal.c:926
| /lib/x86_64-linux-gnu/libc.so.6(0x748682a45320) [0x748682a45320]
| [0x5d04a320e6a5]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Loaded script: -
| 
| * Loaded features:
| 
|     0 enumerator.so
|     1 thread.rb
|     2 fiber.so
|     3 rational.so
|     4 complex.so
|     5 ruby2_keywords.rb
|     6 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
|     7 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
|     8 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
|     9 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/closure.rb
|    10 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/function.rb
|    11 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/version.rb
|    12 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle.rb
|    13 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/value.rb
|    14 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/pack.rb
|    15 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/struct.rb
|    16 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/cparser.rb
|    17 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/import.rb
|    18 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_pointer.rb
|    19 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_type.rb
|    20 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb
|    21 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/block.rb
|    22 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/branch_stub.rb
|    23 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb
|    24 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/context.rb
|    25 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/entry_stub.rb
|    26 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/exit_compiler.rb
|    27 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb
|    28 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/instruction.rb
|    29 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/set.rb
|    30 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb
|    31 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/jit_state.rb
|    32 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/type.rb
|    33 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb
|    34 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb
|    35 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/stats.rb
|    36 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3/version.rb
|    37 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3.rb
|    38 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/timeout.rb
|    39 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/rbconfig.rb
|    40 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/find_executable.rb
|    41 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
|    42 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/envutil.rb
|    43 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/colorize.rb
|    44 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/leakchecker.rb
|    45 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/prettyprint.rb
|    46 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/pp.rb
|    47 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/assertions.rb
|    48 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
|    49 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/core_assertions.rb
|    50 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/testcase.rb
|    51 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/optparse.rb
|    52 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit.rb
| 
| * Process memory map:
| 
| 5d049ed2e000-5d049ed72000 r--p 00000000 103:02 4334181                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5d049ed72000-5d049f1b8000 r-xp 00044000 103:02 4334181                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5d049f1b8000-5d049f34e000 r--p 0048a000 103:02 4334181                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5d049f34e000-5d049f366000 r--p 00620000 103:02 4334181                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5d049f366000-5d049f367000 rw-p 00638000 103:02 4334181                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5d049f367000-5d049f37c000 rw-p 00000000 00:00 0 
| 5d04a0480000-5d04a10d3000 rw-p 00000000 00:00 0                          [heap]
| 5d04a120d000-5d04a320d000 r-xp 00000000 00:00 0 
| 5d04a320d000-5d04a520d000 rw-p 00000000 00:00 0 
| 5d04a53c5000-5d04a5404000 r-xp 00000000 00:00 0 
| 5d04a5404000-5d04a83c5000 ---p 00000000 00:00 0 
| 748664101000-748664600000 rw-p 00000000 00:00 0 
| 748664a00000-748664c07000 r--s 00000000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 748664c5a000-748664e00000 rw-p 00000000 00:00 0 
| 748664e00000-748667d17000 r--s 00000000 103:02 4334181                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 748667d60000-748668080000 rw-p 00000000 00:00 0 
| 748668090000-748668120000 rw-p 00000000 00:00 0 
| 748668130000-748668190000 rw-p 00000000 00:00 0 
| 7486681a0000-748668390000 rw-p 00000000 00:00 0 
| 7486683a0000-7486684b0000 rw-p 00000000 00:00 0 
| 7486684bf000-7486684c3000 r--p 00000000 103:02 4332198                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7486684c3000-7486684cb000 r-xp 00004000 103:02 4332198                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7486684cb000-7486684ce000 r--p 0000c000 103:02 4332198                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7486684ce000-7486684cf000 r--p 0000e000 103:02 4332198                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7486684cf000-7486684d0000 rw-p 0000f000 103:02 4332198                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7486684d0000-748668560000 rw-p 00000000 00:00 0 
| 74866856f000-748668570000 ---p 00000000 00:00 0 
| 748668570000-7486685b1000 rw-p 00000000 00:00 0 
| 7486685b1000-7486685b2000 ---p 00000000 00:00 0 
| 7486685b2000-7486685f3000 rw-p 00000000 00:00 0 
| 7486685f3000-7486685f4000 ---p 00000000 00:00 0 
| 7486685f4000-748668635000 rw-p 00000000 00:00 0 
| 748668635000-748668636000 ---p 00000000 00:00 0 
| 748668636000-748668677000 rw-p 00000000 00:00 0 
| 748668677000-748668678000 ---p 00000000 00:00 0 
| 748668678000-7486686b9000 rw-p 00000000 00:00 0 
| 7486686b9000-7486686ba000 ---p 00000000 00:00 0 
| 7486686ba000-7486686fb000 rw-p 00000000 00:00 0 
| 7486686fb000-7486686fc000 ---p 00000000 00:00 0 
| 7486686fc000-74866873d000 rw-p 00000000 00:00 0 
| 74866873d000-74866873e000 ---p 00000000 00:00 0 
| 74866873e000-74866877f000 rw-p 00000000 00:00 0 
| 74866877f000-748668780000 ---p 00000000 00:00 0 
| 748668780000-7486687c1000 rw-p 00000000 00:00 0 
| 7486687c1000-7486687c2000 ---p 00000000 00:00 0 
| 7486687c2000-748668803000 rw-p 00000000 00:00 0 
| 748668803000-748668804000 ---p 00000000 00:00 0 
| 748668804000-748668845000 rw-p 00000000 00:00 0 
| 748668845000-748668846000 ---p 00000000 00:00 0 
| 748668846000-748668887000 rw-p 00000000 00:00 0 
| 748668887000-748668888000 ---p 00000000 00:00 0 
| 748668888000-7486688c9000 rw-p 00000000 00:00 0 
| 7486688c9000-7486688ca000 ---p 00000000 00:00 0 
| 7486688ca000-74866890b000 rw-p 00000000 00:00 0 
| 74866890b000-74866890c000 ---p 00000000 00:00 0 
| 74866890c000-74866894d000 rw-p 00000000 00:00 0 
| 74866894d000-74866894e000 ---p 00000000 00:00 0 
| 74866894e000-74866898f000 rw-p 00000000 00:00 0 
| 74866898f000-748668990000 ---p 00000000 00:00 0 
| 748668990000-7486689d1000 rw-p 00000000 00:00 0 
| 7486689d1000-7486689d2000 ---p 00000000 00:00 0 
| 7486689d2000-748668a13000 rw-p 00000000 00:00 0 
| 748668a13000-748668a14000 ---p 00000000 00:00 0 
| 748668a14000-748668a55000 rw-p 00000000 00:00 0 
| 748668a55000-748668a56000 ---p 00000000 00:00 0 
| 748668a56000-748668a97000 rw-p 00000000 00:00 0 
| 748668a97000-748668a98000 ---p 00000000 00:00 0 
| 748668a98000-748668ad9000 rw-p 00000000 00:00 0 
| 748668ad9000-748668ada000 ---p 00000000 00:00 0 
| 748668ada000-748668b1b000 rw-p 00000000 00:00 0 
| 748668b1b000-748668b1c000 ---p 00000000 00:00 0 
| 748668b1c000-748668b5d000 rw-p 00000000 00:00 0 
| 748668b5d000-748668b5e000 ---p 00000000 00:00 0 
| 748668b5e000-748668b9f000 rw-p 00000000 00:00 0 
| 748668b9f000-748668ba0000 ---p 00000000 00:00 0 
| 748668ba0000-748668be1000 rw-p 00000000 00:00 0 
| 748668be1000-748668be2000 ---p 00000000 00:00 0 
| 748668be2000-748668c23000 rw-p 00000000 00:00 0 
| 748668c23000-748668c24000 ---p 00000000 00:00 0 
| 748668c24000-748668c65000 rw-p 00000000 00:00 0 
| 748668c65000-748668c66000 ---p 00000000 00:00 0 
| 748668c66000-748668ca7000 rw-p 00000000 00:00 0 
| 748668ca7000-748668ca8000 ---p 00000000 00:00 0 
| 748668ca8000-748668ce9000 rw-p 00000000 00:00 0 
| 748668ce9000-748668cea000 ---p 00000000 00:00 0 
| 748668cea000-748668d2b000 rw-p 00000000 00:00 0 
| 748668d2b000-748668d2c000 ---p 00000000 00:00 0 
| 748668d2c000-748668d6d000 rw-p 00000000 00:00 0 
| 748668d6d000-748668d6e000 ---p 00000000 00:00 0 
| 748668d6e000-748668daf000 rw-p 00000000 00:00 0 
| 748668daf000-748668db0000 ---p 00000000 00:00 0 
| 748668db0000-748682a00000 rw-p 00000000 00:00 0 
| 748682a00000-748682a28000 r--p 00000000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 748682a28000-748682bb0000 r-xp 00028000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 748682bb0000-748682bff000 r--p 001b0000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 748682bff000-748682c03000 r--p 001fe000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 748682c03000-748682c05000 rw-p 00202000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 748682c05000-748682c12000 rw-p 00000000 00:00 0 
| 748682c15000-748682c17000 r--p 00000000 103:02 4461030                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 748682c17000-748682c1c000 r-xp 00002000 103:02 4461030                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 748682c1c000-748682c1d000 r--p 00007000 103:02 4461030                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 748682c1d000-748682c1e000 r--p 00008000 103:02 4461030                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 748682c1e000-748682c1f000 rw-p 00009000 103:02 4461030                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 748682c1f000-748682c90000 rw-p 00000000 00:00 0 
| 748682c98000-748682c99000 r--p 00000000 103:02 4461246                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 748682c99000-748682c9b000 r-xp 00001000 103:02 4461246                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 748682c9b000-748682c9c000 r--p 00003000 103:02 4461246                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 748682c9c000-748682c9d000 r--p 00003000 103:02 4461246                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 748682c9d000-748682c9e000 rw-p 00004000 103:02 4461246                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 748682c9e000-748682da4000 rw-p 00000000 00:00 0 
| 748682da4000-748682da8000 r--p 00000000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 748682da8000-748682dcb000 r-xp 00004000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 748682dcb000-748682dcf000 r--p 00027000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 748682dcf000-748682dd0000 r--p 0002b000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 748682dd0000-748682dd1000 rw-p 0002c000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 748682dd1000-748682de1000 r--p 00000000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 748682de1000-748682e60000 r-xp 00010000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 748682e60000-748682eb8000 r--p 0008f000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 748682eb8000-748682eb9000 r--p 000e7000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 748682eb9000-748682eba000 rw-p 000e8000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 748682eba000-748682ebc000 r--p 00000000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 748682ebc000-748682ed1000 r-xp 00002000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 748682ed1000-748682eea000 r--p 00017000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 748682eea000-748682eeb000 r--p 0002f000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 748682eeb000-748682eec000 rw-p 00030000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 748682eec000-748682ef4000 rw-p 00000000 00:00 0 
| 748682ef4000-748682efe000 r--p 00000000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 748682efe000-748682f60000 r-xp 0000a000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 748682f60000-748682f77000 r--p 0006c000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 748682f77000-748682f78000 r--p 00083000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 748682f78000-748682f79000 rw-p 00084000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 748682f79000-748682f7c000 r--p 00000000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 748682f7c000-748682f8f000 r-xp 00003000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 748682f8f000-748682f96000 r--p 00016000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 748682f96000-748682f97000 r--p 0001c000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 748682f97000-748682f98000 rw-p 0001d000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 748682f9a000-748682f9c000 r--p 00000000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 748682f9c000-748682fa3000 r-xp 00002000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 748682fa3000-748682fa4000 r--p 00009000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 748682fa4000-748682fa5000 r--p 0000a000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 748682fa5000-748682fa6000 rw-p 0000b000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 748682fa6000-748682fa7000 r--p 00000000 103:02 4461443                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 748682fa7000-748682fa8000 r-xp 00001000 103:02 4461443                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 748682fa8000-748682fa9000 r--p 00002000 103:02 4461443                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 748682fa9000-748682faa000 r--p 00002000 103:02 4461443                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 748682faa000-748682fab000 rw-p 00003000 103:02 4461443                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 748682fab000-748682fac000 r--p 00000000 103:02 4461367                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 748682fac000-748682fad000 r-xp 00001000 103:02 4461367                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 748682fad000-748682fae000 r--p 00002000 103:02 4461367                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 748682fae000-748682faf000 r--p 00002000 103:02 4461367                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 748682faf000-748682fb0000 rw-p 00003000 103:02 4461367                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 748682fb0000-748682fb2000 rw-p 00000000 00:00 0 
| 748682fb2000-748682fb3000 r--p 00000000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 748682fb3000-748682fde000 r-xp 00001000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 748682fde000-748682fe8000 r--p 0002c000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 748682fe8000-748682fea000 r--p 00036000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 748682fea000-748682fec000 rw-p 00038000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffdbeb75000-7ffdbf374000 rw-p 00000000 00:00 0                          [stack]
| 7ffdbf3a3000-7ffdbf3a7000 r--p 00000000 00:00 0                          [vvar]
| 7ffdbf3a7000-7ffdbf3a9000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


  6) Failure:
TestYJIT#test_kwrest [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:1710]:
Expected no use of fallback implementation.
<0> expected but was
<19>.

  7) Failure:
TestYJIT#test_yjit_enable_stats_true [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:85]:
pid 613515 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:51: [BUG] Segmentation fault at 0x00005a7a559d06a5
| ruby 3.4.0dev (2024-02-27T10:40:39Z master d7730d3a0b) +YJIT [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0108 p:0031 s:0985 e:000984 METHOD <internal:array>:51 [FINISH]
| c:0107 p:---- s:0979 e:000978 CFUNC  :each_with_index
| c:0106 p:0006 s:0975 e:000974 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1048
| c:0105 p:0011 s:0970 e:000969 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:58
| c:0104 p:0043 s:0965 e:000963 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22
| c:0103 p:0021 s:0957 e:000956 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5921
| c:0102 p:0014 s:0953 e:000952 METHOD <internal:kernel>:135
| c:0101 p:0034 s:0949 e:000945 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5919
| c:0100 p:0152 s:0940 e:000939 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1739
| c:0099 p:1317 s:0921 e:000920 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:97
| c:0098 p:0250 s:0910 e:000909 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321
| c:0097 p:0017 s:0895 e:000894 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150
| c:0096 p:0014 s:0891 e:000890 METHOD <internal:kernel>:135
| c:0095 p:0136 s:0887 e:000885 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149 [FINISH]
| c:0094 p:0025 s:0874 e:000872 METHOD <internal:array>:52
| c:0093 p:0023 s:0867 e:000866 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0092 p:0040 s:0857 e:000856 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0091 p:0025 s:0845 e:000843 METHOD <internal:array>:52
| c:0090 p:0023 s:0838 e:000837 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0089 p:0040 s:0828 e:000827 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0088 p:0025 s:0816 e:000814 METHOD <internal:array>:52
| c:0087 p:0023 s:0809 e:000808 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0086 p:0040 s:0799 e:000798 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0085 p:0025 s:0787 e:000785 METHOD <internal:array>:52
| c:0084 p:0023 s:0780 e:000779 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0083 p:0040 s:0770 e:000769 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0082 p:0025 s:0758 e:000756 METHOD <internal:array>:52
| c:0081 p:0023 s:0751 e:000750 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0080 p:0040 s:0741 e:000740 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0079 p:0025 s:0729 e:000727 METHOD <internal:array>:52
| c:0078 p:0023 s:0722 e:000721 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0077 p:0040 s:0712 e:000711 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0076 p:0025 s:0700 e:000698 METHOD <internal:array>:52
| c:0075 p:0023 s:0693 e:000692 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0074 p:0040 s:0683 e:000682 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0073 p:0025 s:0671 e:000669 METHOD <internal:array>:52
| c:0072 p:0023 s:0664 e:000663 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0071 p:0040 s:0654 e:000653 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0070 p:0025 s:0642 e:000640 METHOD <internal:array>:52
| c:0069 p:0023 s:0635 e:000634 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0068 p:0040 s:0625 e:000624 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0067 p:0025 s:0613 e:000611 METHOD <internal:array>:52
| c:0066 p:0023 s:0606 e:000605 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0065 p:0040 s:0596 e:000595 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0064 p:0025 s:0584 e:000582 METHOD <internal:array>:52
| c:0063 p:0023 s:0577 e:000576 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0062 p:0040 s:0567 e:000566 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0061 p:0025 s:0555 e:000553 METHOD <internal:array>:52
| c:0060 p:0023 s:0548 e:000547 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0059 p:0040 s:0538 e:000537 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0058 p:0025 s:0526 e:000524 METHOD <internal:array>:52
| c:0057 p:0023 s:0519 e:000518 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0056 p:0040 s:0509 e:000508 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0055 p:0025 s:0497 e:000495 METHOD <internal:array>:52
| c:0054 p:0023 s:0490 e:000489 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0053 p:0040 s:0480 e:000479 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0052 p:0025 s:0468 e:000466 METHOD <internal:array>:52
| c:0051 p:0023 s:0461 e:000460 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0050 p:0040 s:0451 e:000450 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0049 p:0025 s:0439 e:000437 METHOD <internal:array>:52
| c:0048 p:0023 s:0432 e:000431 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0047 p:0040 s:0422 e:000421 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0046 p:0025 s:0410 e:000408 METHOD <internal:array>:52
| c:0045 p:0023 s:0403 e:000402 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0044 p:0040 s:0393 e:000392 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0043 p:0025 s:0381 e:000379 METHOD <internal:array>:52
| c:0042 p:0023 s:0374 e:000373 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0041 p:0040 s:0364 e:000363 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0040 p:0025 s:0352 e:000350 METHOD <internal:array>:52
| c:0039 p:0023 s:0345 e:000344 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0038 p:0040 s:0335 e:000334 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0037 p:0025 s:0323 e:000321 METHOD <internal:array>:52
| c:0036 p:0023 s:0316 e:000315 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0035 p:0040 s:0306 e:000305 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0034 p:0025 s:0294 e:000292 METHOD <internal:array>:52
| c:0033 p:0023 s:0287 e:000286 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0032 p:0040 s:0277 e:000276 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0031 p:0025 s:0265 e:000263 METHOD <internal:array>:52
| c:0030 p:0023 s:0258 e:000257 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0029 p:0040 s:0248 e:000247 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0028 p:0025 s:0236 e:000234 METHOD <internal:array>:52
| c:0027 p:0023 s:0229 e:000228 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0026 p:0040 s:0219 e:000218 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0025 p:0025 s:0207 e:000205 METHOD <internal:array>:52
| c:0024 p:0023 s:0200 e:000199 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0023 p:0040 s:0190 e:000189 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0022 p:0025 s:0178 e:000176 METHOD <internal:array>:52
| c:0021 p:0023 s:0171 e:000170 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0020 p:0040 s:0161 e:000160 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0019 p:0025 s:0149 e:000147 METHOD <internal:array>:52
| c:0018 p:0023 s:0142 e:000141 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0017 p:0040 s:0132 e:000131 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0016 p:0025 s:0120 e:000118 METHOD <internal:array>:52
| c:0015 p:0023 s:0113 e:000112 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0014 p:0040 s:0103 e:000102 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0013 p:0025 s:0091 e:000089 METHOD <internal:array>:52
| c:0012 p:0023 s:0084 e:000083 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0011 p:0040 s:0074 e:000073 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0010 p:0025 s:0062 e:000060 METHOD <internal:array>:52
| c:0009 p:0023 s:0055 e:000054 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0008 p:0040 s:0045 e:000044 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0007 p:0033 s:0033 e:000032 METHOD <internal:array>:51
| c:0006 p:0012 s:0027 e:000026 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101
| c:0005 p:0006 s:0022 e:000021 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18 [FINISH]
| c:0004 p:---- s:0017 e:000016 CFUNC  :const_added
| c:0003 p:0028 s:0014 E:000640 METHOD <internal:yjit>:39
| c:0002 p:0054 s:0006 e:000005 EVAL   -:9 [FINISH]
| c:0001 p:0000 s:0003 E:000760 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -:9:in '<main>'
| <internal:yjit>:39:in 'enable'
| <internal:yjit>:39:in 'const_added'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18:in 'on_constant_state_changed'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101:in 'on_constant_state_changed'
| <internal:array>:51:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149:in 'branch_stub_hit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150:in 'block in branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321:in 'compile_block'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:97:in 'compile'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1739:in 'invokeblock'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5919:in 'side_exit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5921:in 'block in side_exit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22:in 'write'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:58:in 'assemble'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1048:in 'resolve_rel32'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1048:in 'each_with_index'
| <internal:array>:51:in 'each'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x00005a7a559d06a5 RBP: 0x0000000000000000 RSP: 0x00007ffc114d9610
|  RAX: 0x00007e04023fd8c3 RBX: 0x00007e0402300ed8 RCX: 0x0000000000000003
|  RDX: 0x0000000000000014 RDI: 0x4000000000000001 RSI: 0x00007e03e782d408
|   R8: 0x0000000000000004  R9: 0x00007e03e782d408 R10: 0x00007e03e7dd5b80
|  R11: 0x0000000000000003 R12: 0x0000000000000be1 R13: 0x00007e04023fd800
|  R14: 0x00005a7a52dbac70 R15: 0x00007e04023fd870 EFL: 0x0000000000010202
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x5a7a51763e23] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:820
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_vm_bugreport) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:1151
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_bug_for_fatal_signal+0xfc) [0x5a7a5190f60c] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/error.c:1066
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(sigsegv+0x4f) [0x5a7a516a978f] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/signal.c:926
| /lib/x86_64-linux-gnu/libc.so.6(0x7e0402445320) [0x7e0402445320]
| [0x5a7a559d06a5]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Loaded script: -
| 
| * Loaded features:
| 
|     0 enumerator.so
|     1 thread.rb
|     2 fiber.so
|     3 rational.so
|     4 complex.so
|     5 ruby2_keywords.rb
|     6 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
|     7 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
|     8 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
|     9 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/closure.rb
|    10 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/function.rb
|    11 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/version.rb
|    12 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle.rb
|    13 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/value.rb
|    14 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/pack.rb
|    15 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/struct.rb
|    16 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/cparser.rb
|    17 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/import.rb
|    18 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_pointer.rb
|    19 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_type.rb
|    20 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb
|    21 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/block.rb
|    22 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/branch_stub.rb
|    23 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb
|    24 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/context.rb
|    25 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/entry_stub.rb
|    26 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/exit_compiler.rb
|    27 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb
|    28 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/instruction.rb
|    29 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/set.rb
|    30 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb
|    31 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/jit_state.rb
|    32 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/type.rb
|    33 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb
|    34 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb
|    35 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/stats.rb
|    36 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3/version.rb
|    37 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3.rb
|    38 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/timeout.rb
|    39 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/rbconfig.rb
|    40 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/find_executable.rb
|    41 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
|    42 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/envutil.rb
|    43 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/colorize.rb
|    44 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/leakchecker.rb
|    45 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/prettyprint.rb
|    46 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/pp.rb
|    47 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/assertions.rb
|    48 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
|    49 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/core_assertions.rb
|    50 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/testcase.rb
|    51 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/optparse.rb
|    52 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit.rb
| 
| * Process memory map:
| 
| 5a7a514f0000-5a7a51534000 r--p 00000000 103:02 4334181                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5a7a51534000-5a7a5197a000 r-xp 00044000 103:02 4334181                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5a7a5197a000-5a7a51b10000 r--p 0048a000 103:02 4334181                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5a7a51b10000-5a7a51b28000 r--p 00620000 103:02 4334181                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5a7a51b28000-5a7a51b29000 rw-p 00638000 103:02 4334181                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5a7a51b29000-5a7a51b3e000 rw-p 00000000 00:00 0 
| 5a7a52db7000-5a7a539c8000 rw-p 00000000 00:00 0                          [heap]
| 5a7a539cf000-5a7a559cf000 r-xp 00000000 00:00 0 
| 5a7a559cf000-5a7a579cf000 rw-p 00000000 00:00 0 
| 5a7a57b87000-5a7a57bda000 r-xp 00000000 00:00 0 
| 5a7a57bda000-5a7a5ab87000 ---p 00000000 00:00 0 
| 7e03e3b00000-7e03e4000000 rw-p 00000000 00:00 0 
| 7e03e4400000-7e03e4607000 r--s 00000000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7e03e4800000-7e03e7717000 r--s 00000000 103:02 4334181                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 7e03e7820000-7e03e7b20000 rw-p 00000000 00:00 0 
| 7e03e7b30000-7e03e7c20000 rw-p 00000000 00:00 0 
| 7e03e7c30000-7e03e7d40000 rw-p 00000000 00:00 0 
| 7e03e7d4f000-7e03e7d53000 r--p 00000000 103:02 4332198                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7e03e7d53000-7e03e7d5b000 r-xp 00004000 103:02 4332198                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7e03e7d5b000-7e03e7d5e000 r--p 0000c000 103:02 4332198                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7e03e7d5e000-7e03e7d5f000 r--p 0000e000 103:02 4332198                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7e03e7d5f000-7e03e7d60000 rw-p 0000f000 103:02 4332198                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7e03e7d60000-7e03e7df0000 rw-p 00000000 00:00 0 
| 7e03e7dff000-7e03e7e00000 ---p 00000000 00:00 0 
| 7e03e7e00000-7e03e7e41000 rw-p 00000000 00:00 0 
| 7e03e7e41000-7e03e7e42000 ---p 00000000 00:00 0 
| 7e03e7e42000-7e03e7e83000 rw-p 00000000 00:00 0 
| 7e03e7e83000-7e03e7e84000 ---p 00000000 00:00 0 
| 7e03e7e84000-7e03e7ec5000 rw-p 00000000 00:00 0 
| 7e03e7ec5000-7e03e7ec6000 ---p 00000000 00:00 0 
| 7e03e7ec6000-7e03e7f07000 rw-p 00000000 00:00 0 
| 7e03e7f07000-7e03e7f08000 ---p 00000000 00:00 0 
| 7e03e7f08000-7e03e7f49000 rw-p 00000000 00:00 0 
| 7e03e7f49000-7e03e7f4a000 ---p 00000000 00:00 0 
| 7e03e7f4a000-7e03e7f8b000 rw-p 00000000 00:00 0 
| 7e03e7f8b000-7e03e7f8c000 ---p 00000000 00:00 0 
| 7e03e7f8c000-7e03e7fcd000 rw-p 00000000 00:00 0 
| 7e03e7fcd000-7e03e7fce000 ---p 00000000 00:00 0 
| 7e03e7fce000-7e03e800f000 rw-p 00000000 00:00 0 
| 7e03e800f000-7e03e8010000 ---p 00000000 00:00 0 
| 7e03e8010000-7e03e8051000 rw-p 00000000 00:00 0 
| 7e03e8051000-7e03e8052000 ---p 00000000 00:00 0 
| 7e03e8052000-7e03e8093000 rw-p 00000000 00:00 0 
| 7e03e8093000-7e03e8094000 ---p 00000000 00:00 0 
| 7e03e8094000-7e03e80d5000 rw-p 00000000 00:00 0 
| 7e03e80d5000-7e03e80d6000 ---p 00000000 00:00 0 
| 7e03e80d6000-7e03e8117000 rw-p 00000000 00:00 0 
| 7e03e8117000-7e03e8118000 ---p 00000000 00:00 0 
| 7e03e8118000-7e03e8159000 rw-p 00000000 00:00 0 
| 7e03e8159000-7e03e815a000 ---p 00000000 00:00 0 
| 7e03e815a000-7e03e819b000 rw-p 00000000 00:00 0 
| 7e03e819b000-7e03e819c000 ---p 00000000 00:00 0 
| 7e03e819c000-7e03e81dd000 rw-p 00000000 00:00 0 
| 7e03e81dd000-7e03e81de000 ---p 00000000 00:00 0 
| 7e03e81de000-7e03e821f000 rw-p 00000000 00:00 0 
| 7e03e821f000-7e03e8220000 ---p 00000000 00:00 0 
| 7e03e8220000-7e03e8261000 rw-p 00000000 00:00 0 
| 7e03e8261000-7e03e8262000 ---p 00000000 00:00 0 
| 7e03e8262000-7e03e82a3000 rw-p 00000000 00:00 0 
| 7e03e82a3000-7e03e82a4000 ---p 00000000 00:00 0 
| 7e03e82a4000-7e03e82e5000 rw-p 00000000 00:00 0 
| 7e03e82e5000-7e03e82e6000 ---p 00000000 00:00 0 
| 7e03e82e6000-7e03e8327000 rw-p 00000000 00:00 0 
| 7e03e8327000-7e03e8328000 ---p 00000000 00:00 0 
| 7e03e8328000-7e03e8369000 rw-p 00000000 00:00 0 
| 7e03e8369000-7e03e836a000 ---p 00000000 00:00 0 
| 7e03e836a000-7e03e83ab000 rw-p 00000000 00:00 0 
| 7e03e83ab000-7e03e83ac000 ---p 00000000 00:00 0 
| 7e03e83ac000-7e03e83ed000 rw-p 00000000 00:00 0 
| 7e03e83ed000-7e03e83ee000 ---p 00000000 00:00 0 
| 7e03e83ee000-7e03e842f000 rw-p 00000000 00:00 0 
| 7e03e842f000-7e03e8430000 ---p 00000000 00:00 0 
| 7e03e8430000-7e03e8471000 rw-p 00000000 00:00 0 
| 7e03e8471000-7e03e8472000 ---p 00000000 00:00 0 
| 7e03e8472000-7e03e84b3000 rw-p 00000000 00:00 0 
| 7e03e84b3000-7e03e84b4000 ---p 00000000 00:00 0 
| 7e03e84b4000-7e03e84f5000 rw-p 00000000 00:00 0 
| 7e03e84f5000-7e03e84f6000 ---p 00000000 00:00 0 
| 7e03e84f6000-7e03e8537000 rw-p 00000000 00:00 0 
| 7e03e8537000-7e03e8538000 ---p 00000000 00:00 0 
| 7e03e8538000-7e03e8579000 rw-p 00000000 00:00 0 
| 7e03e8579000-7e03e857a000 ---p 00000000 00:00 0 
| 7e03e857a000-7e03e85bb000 rw-p 00000000 00:00 0 
| 7e03e85bb000-7e03e85bc000 ---p 00000000 00:00 0 
| 7e03e85bc000-7e03e85fd000 rw-p 00000000 00:00 0 
| 7e03e85fd000-7e03e85fe000 ---p 00000000 00:00 0 
| 7e03e85fe000-7e03e863f000 rw-p 00000000 00:00 0 
| 7e03e863f000-7e03e8640000 ---p 00000000 00:00 0 
| 7e03e8640000-7e03e8e90000 rw-p 00000000 00:00 0 
| 7e03e8e9e000-7e0402400000 rw-p 00000000 00:00 0 
| 7e0402400000-7e0402428000 r--p 00000000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7e0402428000-7e04025b0000 r-xp 00028000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7e04025b0000-7e04025ff000 r--p 001b0000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7e04025ff000-7e0402603000 r--p 001fe000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7e0402603000-7e0402605000 rw-p 00202000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7e0402605000-7e0402612000 rw-p 00000000 00:00 0 
| 7e0402616000-7e0402618000 r--p 00000000 103:02 4461030                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7e0402618000-7e040261d000 r-xp 00002000 103:02 4461030                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7e040261d000-7e040261e000 r--p 00007000 103:02 4461030                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7e040261e000-7e040261f000 r--p 00008000 103:02 4461030                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7e040261f000-7e0402620000 rw-p 00009000 103:02 4461030                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7e0402620000-7e0402630000 rw-p 00000000 00:00 0 
| 7e0402632000-7e0402633000 r--p 00000000 103:02 4461246                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7e0402633000-7e0402635000 r-xp 00001000 103:02 4461246                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7e0402635000-7e0402636000 r--p 00003000 103:02 4461246                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7e0402636000-7e0402637000 r--p 00003000 103:02 4461246                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7e0402637000-7e0402638000 rw-p 00004000 103:02 4461246                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7e0402638000-7e040263d000 rw-p 00000000 00:00 0 
| 7e040263d000-7e0402641000 r--p 00000000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7e0402641000-7e0402664000 r-xp 00004000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7e0402664000-7e0402668000 r--p 00027000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7e0402668000-7e0402669000 r--p 0002b000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7e0402669000-7e040266a000 rw-p 0002c000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7e040266a000-7e040267a000 r--p 00000000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7e040267a000-7e04026f9000 r-xp 00010000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7e04026f9000-7e0402751000 r--p 0008f000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7e0402751000-7e0402752000 r--p 000e7000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7e0402752000-7e0402753000 rw-p 000e8000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7e0402753000-7e0402755000 r--p 00000000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7e0402755000-7e040276a000 r-xp 00002000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7e040276a000-7e0402783000 r--p 00017000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7e0402783000-7e0402784000 r--p 0002f000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7e0402784000-7e0402785000 rw-p 00030000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7e0402785000-7e040278d000 rw-p 00000000 00:00 0 
| 7e040278d000-7e0402797000 r--p 00000000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7e0402797000-7e04027f9000 r-xp 0000a000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7e04027f9000-7e0402810000 r--p 0006c000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7e0402810000-7e0402811000 r--p 00083000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7e0402811000-7e0402812000 rw-p 00084000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7e0402812000-7e0402815000 r--p 00000000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7e0402815000-7e0402828000 r-xp 00003000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7e0402828000-7e040282f000 r--p 00016000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7e040282f000-7e0402830000 r--p 0001c000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7e0402830000-7e0402831000 rw-p 0001d000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7e0402833000-7e0402835000 r--p 00000000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7e0402835000-7e040283c000 r-xp 00002000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7e040283c000-7e040283d000 r--p 00009000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7e040283d000-7e040283e000 r--p 0000a000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7e040283e000-7e040283f000 rw-p 0000b000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7e040283f000-7e0402840000 r--p 00000000 103:02 4461443                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7e0402840000-7e0402841000 r-xp 00001000 103:02 4461443                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7e0402841000-7e0402842000 r--p 00002000 103:02 4461443                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7e0402842000-7e0402843000 r--p 00002000 103:02 4461443                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7e0402843000-7e0402844000 rw-p 00003000 103:02 4461443                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7e0402844000-7e0402845000 r--p 00000000 103:02 4461367                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7e0402845000-7e0402846000 r-xp 00001000 103:02 4461367                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7e0402846000-7e0402847000 r--p 00002000 103:02 4461367                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7e0402847000-7e0402848000 r--p 00002000 103:02 4461367                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7e0402848000-7e0402849000 rw-p 00003000 103:02 4461367                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7e0402849000-7e040284b000 rw-p 00000000 00:00 0 
| 7e040284b000-7e040284c000 r--p 00000000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7e040284c000-7e0402877000 r-xp 00001000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7e0402877000-7e0402881000 r--p 0002c000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7e0402881000-7e0402883000 r--p 00036000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7e0402883000-7e0402885000 rw-p 00038000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffc10ce8000-7ffc114e7000 rw-p 00000000 00:00 0                          [stack]
| 7ffc1154f000-7ffc11553000 r--p 00000000 00:00 0                          [vvar]
| 7ffc11553000-7ffc11555000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


  8) Failure:
TestYJIT#test_byteslice_sp_invalidation [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:1710]:
Expected no use of fallback implementation.
<0> expected but was
<19>.

  9) Failure:
TestYJIT#test_odd_calls_to_attr_reader [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:1710]:
Expected no use of fallback implementation.
<0> expected but was
<43>.

 10) Failure:
TestYJIT#test_yjit_enable_with_monkey_patch [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:124]:
pid 613757 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:51: [BUG] Segmentation fault at 0x00005d885b9fb6a5
| ruby 3.4.0dev (2024-02-27T10:40:39Z master d7730d3a0b) +YJIT [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0108 p:0031 s:0985 e:000984 METHOD <internal:array>:51 [FINISH]
| c:0107 p:---- s:0979 e:000978 CFUNC  :each_with_index
| c:0106 p:0006 s:0975 e:000974 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1048
| c:0105 p:0011 s:0970 e:000969 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:58
| c:0104 p:0043 s:0965 e:000963 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22
| c:0103 p:0021 s:0957 e:000956 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5921
| c:0102 p:0014 s:0953 e:000952 METHOD <internal:kernel>:135
| c:0101 p:0034 s:0949 e:000945 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5919
| c:0100 p:0152 s:0940 e:000939 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1739
| c:0099 p:1317 s:0921 e:000920 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:97
| c:0098 p:0250 s:0910 e:000909 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321
| c:0097 p:0017 s:0895 e:000894 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150
| c:0096 p:0014 s:0891 e:000890 METHOD <internal:kernel>:135
| c:0095 p:0136 s:0887 e:000885 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149 [FINISH]
| c:0094 p:0025 s:0874 e:000872 METHOD <internal:array>:52
| c:0093 p:0023 s:0867 e:000866 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0092 p:0040 s:0857 e:000856 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0091 p:0025 s:0845 e:000843 METHOD <internal:array>:52
| c:0090 p:0023 s:0838 e:000837 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0089 p:0040 s:0828 e:000827 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0088 p:0025 s:0816 e:000814 METHOD <internal:array>:52
| c:0087 p:0023 s:0809 e:000808 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0086 p:0040 s:0799 e:000798 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0085 p:0025 s:0787 e:000785 METHOD <internal:array>:52
| c:0084 p:0023 s:0780 e:000779 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0083 p:0040 s:0770 e:000769 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0082 p:0025 s:0758 e:000756 METHOD <internal:array>:52
| c:0081 p:0023 s:0751 e:000750 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0080 p:0040 s:0741 e:000740 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0079 p:0025 s:0729 e:000727 METHOD <internal:array>:52
| c:0078 p:0023 s:0722 e:000721 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0077 p:0040 s:0712 e:000711 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0076 p:0025 s:0700 e:000698 METHOD <internal:array>:52
| c:0075 p:0023 s:0693 e:000692 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0074 p:0040 s:0683 e:000682 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0073 p:0025 s:0671 e:000669 METHOD <internal:array>:52
| c:0072 p:0023 s:0664 e:000663 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0071 p:0040 s:0654 e:000653 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0070 p:0025 s:0642 e:000640 METHOD <internal:array>:52
| c:0069 p:0023 s:0635 e:000634 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0068 p:0040 s:0625 e:000624 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0067 p:0025 s:0613 e:000611 METHOD <internal:array>:52
| c:0066 p:0023 s:0606 e:000605 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0065 p:0040 s:0596 e:000595 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0064 p:0025 s:0584 e:000582 METHOD <internal:array>:52
| c:0063 p:0023 s:0577 e:000576 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0062 p:0040 s:0567 e:000566 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0061 p:0025 s:0555 e:000553 METHOD <internal:array>:52
| c:0060 p:0023 s:0548 e:000547 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0059 p:0040 s:0538 e:000537 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0058 p:0025 s:0526 e:000524 METHOD <internal:array>:52
| c:0057 p:0023 s:0519 e:000518 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0056 p:0040 s:0509 e:000508 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0055 p:0025 s:0497 e:000495 METHOD <internal:array>:52
| c:0054 p:0023 s:0490 e:000489 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0053 p:0040 s:0480 e:000479 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0052 p:0025 s:0468 e:000466 METHOD <internal:array>:52
| c:0051 p:0023 s:0461 e:000460 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0050 p:0040 s:0451 e:000450 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0049 p:0025 s:0439 e:000437 METHOD <internal:array>:52
| c:0048 p:0023 s:0432 e:000431 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0047 p:0040 s:0422 e:000421 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0046 p:0025 s:0410 e:000408 METHOD <internal:array>:52
| c:0045 p:0023 s:0403 e:000402 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0044 p:0040 s:0393 e:000392 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0043 p:0025 s:0381 e:000379 METHOD <internal:array>:52
| c:0042 p:0023 s:0374 e:000373 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0041 p:0040 s:0364 e:000363 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0040 p:0025 s:0352 e:000350 METHOD <internal:array>:52
| c:0039 p:0023 s:0345 e:000344 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0038 p:0040 s:0335 e:000334 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0037 p:0025 s:0323 e:000321 METHOD <internal:array>:52
| c:0036 p:0023 s:0316 e:000315 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0035 p:0040 s:0306 e:000305 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0034 p:0025 s:0294 e:000292 METHOD <internal:array>:52
| c:0033 p:0023 s:0287 e:000286 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0032 p:0040 s:0277 e:000276 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0031 p:0025 s:0265 e:000263 METHOD <internal:array>:52
| c:0030 p:0023 s:0258 e:000257 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0029 p:0040 s:0248 e:000247 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0028 p:0025 s:0236 e:000234 METHOD <internal:array>:52
| c:0027 p:0023 s:0229 e:000228 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0026 p:0040 s:0219 e:000218 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0025 p:0025 s:0207 e:000205 METHOD <internal:array>:52
| c:0024 p:0023 s:0200 e:000199 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0023 p:0040 s:0190 e:000189 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0022 p:0025 s:0178 e:000176 METHOD <internal:array>:52
| c:0021 p:0023 s:0171 e:000170 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0020 p:0040 s:0161 e:000160 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0019 p:0025 s:0149 e:000147 METHOD <internal:array>:52
| c:0018 p:0023 s:0142 e:000141 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0017 p:0040 s:0132 e:000131 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0016 p:0025 s:0120 e:000118 METHOD <internal:array>:52
| c:0015 p:0023 s:0113 e:000112 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0014 p:0040 s:0103 e:000102 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0013 p:0025 s:0091 e:000089 METHOD <internal:array>:52
| c:0012 p:0023 s:0084 e:000083 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0011 p:0040 s:0074 e:000073 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0010 p:0025 s:0062 e:000060 METHOD <internal:array>:52
| c:0009 p:0023 s:0055 e:000054 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0008 p:0040 s:0045 e:000044 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0007 p:0033 s:0033 e:000032 METHOD <internal:array>:51
| c:0006 p:0012 s:0027 e:000026 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101
| c:0005 p:0006 s:0022 e:000021 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18 [FINISH]
| c:0004 p:---- s:0017 e:000016 CFUNC  :const_added
| c:0003 p:0028 s:0014 e:000011 METHOD <internal:yjit>:39
| c:0002 p:0045 s:0006 e:000005 EVAL   -:10 [FINISH]
| c:0001 p:0000 s:0003 E:000d30 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -:10:in '<main>'
| <internal:yjit>:39:in 'enable'
| <internal:yjit>:39:in 'const_added'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18:in 'on_constant_state_changed'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101:in 'on_constant_state_changed'
| <internal:array>:51:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149:in 'branch_stub_hit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150:in 'block in branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321:in 'compile_block'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:97:in 'compile'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1739:in 'invokeblock'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5919:in 'side_exit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5921:in 'block in side_exit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22:in 'write'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:58:in 'assemble'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1048:in 'resolve_rel32'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1048:in 'each_with_index'
| <internal:array>:51:in 'each'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x00005d885b9fb6a5 RBP: 0x0000000000000000 RSP: 0x00007ffdc400b850
|  RAX: 0x0000768f355fd8c3 RBX: 0x0000768f35500ed8 RCX: 0x0000000000000003
|  RDX: 0x0000000000000014 RDI: 0x4000000000000001 RSI: 0x0000768f1a5fcbc8
|   R8: 0x0000000000000004  R9: 0x0000768f1a5fcbc8 R10: 0x0000768f1aff5bc0
|  R11: 0x0000000000000003 R12: 0x0000000000000be1 R13: 0x0000768f355fd800
|  R14: 0x00005d8858f77c70 R15: 0x0000768f355fd870 EFL: 0x0000000000010202
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x5d885838ee23] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:820
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_vm_bugreport) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:1151
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_bug_for_fatal_signal+0xfc) [0x5d885853a60c] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/error.c:1066
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(sigsegv+0x4f) [0x5d88582d478f] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/signal.c:926
| /lib/x86_64-linux-gnu/libc.so.6(0x768f35645320) [0x768f35645320]
| [0x5d885b9fb6a5]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Loaded script: -
| 
| * Loaded features:
| 
|     0 enumerator.so
|     1 thread.rb
|     2 fiber.so
|     3 rational.so
|     4 complex.so
|     5 ruby2_keywords.rb
|     6 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
|     7 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
|     8 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
|     9 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/closure.rb
|    10 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/function.rb
|    11 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/version.rb
|    12 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle.rb
|    13 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/value.rb
|    14 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/pack.rb
|    15 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/struct.rb
|    16 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/cparser.rb
|    17 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/import.rb
|    18 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_pointer.rb
|    19 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_type.rb
|    20 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb
|    21 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/block.rb
|    22 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/branch_stub.rb
|    23 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb
|    24 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/context.rb
|    25 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/entry_stub.rb
|    26 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/exit_compiler.rb
|    27 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb
|    28 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/instruction.rb
|    29 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/set.rb
|    30 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb
|    31 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/jit_state.rb
|    32 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/type.rb
|    33 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb
|    34 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb
|    35 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/stats.rb
|    36 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3/version.rb
|    37 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3.rb
|    38 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/timeout.rb
|    39 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/rbconfig.rb
|    40 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/find_executable.rb
|    41 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
|    42 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/envutil.rb
|    43 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/colorize.rb
|    44 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/leakchecker.rb
|    45 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/prettyprint.rb
|    46 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/pp.rb
|    47 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/assertions.rb
|    48 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
|    49 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/core_assertions.rb
|    50 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/testcase.rb
|    51 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/optparse.rb
|    52 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit.rb
| 
| * Process memory map:
| 
| 5d885811b000-5d885815f000 r--p 00000000 103:02 4334181                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5d885815f000-5d88585a5000 r-xp 00044000 103:02 4334181                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5d88585a5000-5d885873b000 r--p 0048a000 103:02 4334181                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5d885873b000-5d8858753000 r--p 00620000 103:02 4334181                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5d8858753000-5d8858754000 rw-p 00638000 103:02 4334181                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5d8858754000-5d8858769000 rw-p 00000000 00:00 0 
| 5d8858f74000-5d88599a3000 rw-p 00000000 00:00 0                          [heap]
| 5d88599fa000-5d885b9fa000 r-xp 00000000 00:00 0 
| 5d885b9fa000-5d885d9fa000 rw-p 00000000 00:00 0 
| 5d885dbb2000-5d885dbf1000 r-xp 00000000 00:00 0 
| 5d885dbf1000-5d8860bb2000 ---p 00000000 00:00 0 
| 768f16901000-768f16e00000 rw-p 00000000 00:00 0 
| 768f17200000-768f17407000 r--s 00000000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 768f1745a000-768f17600000 rw-p 00000000 00:00 0 
| 768f17600000-768f1a517000 r--s 00000000 103:02 4334181                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 768f1a5f0000-768f1a8d0000 rw-p 00000000 00:00 0 
| 768f1a8df000-768f1abd0000 rw-p 00000000 00:00 0 
| 768f1abe0000-768f1ac00000 rw-p 00000000 00:00 0 
| 768f1ac10000-768f1ac50000 rw-p 00000000 00:00 0 
| 768f1ac60000-768f1ad60000 rw-p 00000000 00:00 0 
| 768f1ad70000-768f1ae60000 rw-p 00000000 00:00 0 
| 768f1ae70000-768f1b010000 rw-p 00000000 00:00 0 
| 768f1b01f000-768f1b020000 ---p 00000000 00:00 0 
| 768f1b020000-768f1b061000 rw-p 00000000 00:00 0 
| 768f1b061000-768f1b062000 ---p 00000000 00:00 0 
| 768f1b062000-768f1b0a3000 rw-p 00000000 00:00 0 
| 768f1b0a3000-768f1b0a4000 ---p 00000000 00:00 0 
| 768f1b0a4000-768f1b0e5000 rw-p 00000000 00:00 0 
| 768f1b0e5000-768f1b0e6000 ---p 00000000 00:00 0 
| 768f1b0e6000-768f1b127000 rw-p 00000000 00:00 0 
| 768f1b127000-768f1b128000 ---p 00000000 00:00 0 
| 768f1b128000-768f1b169000 rw-p 00000000 00:00 0 
| 768f1b169000-768f1b16a000 ---p 00000000 00:00 0 
| 768f1b16a000-768f1b1ab000 rw-p 00000000 00:00 0 
| 768f1b1ab000-768f1b1ac000 ---p 00000000 00:00 0 
| 768f1b1ac000-768f1b1ed000 rw-p 00000000 00:00 0 
| 768f1b1ed000-768f1b1ee000 ---p 00000000 00:00 0 
| 768f1b1ee000-768f1b22f000 rw-p 00000000 00:00 0 
| 768f1b22f000-768f1b230000 ---p 00000000 00:00 0 
| 768f1b230000-768f1b271000 rw-p 00000000 00:00 0 
| 768f1b271000-768f1b272000 ---p 00000000 00:00 0 
| 768f1b272000-768f1b2b3000 rw-p 00000000 00:00 0 
| 768f1b2b3000-768f1b2b4000 ---p 00000000 00:00 0 
| 768f1b2b4000-768f1b2f5000 rw-p 00000000 00:00 0 
| 768f1b2f5000-768f1b2f6000 ---p 00000000 00:00 0 
| 768f1b2f6000-768f1b337000 rw-p 00000000 00:00 0 
| 768f1b337000-768f1b338000 ---p 00000000 00:00 0 
| 768f1b338000-768f1b379000 rw-p 00000000 00:00 0 
| 768f1b379000-768f1b37a000 ---p 00000000 00:00 0 
| 768f1b37a000-768f1b3bb000 rw-p 00000000 00:00 0 
| 768f1b3bb000-768f1b3bc000 ---p 00000000 00:00 0 
| 768f1b3bc000-768f1b3fd000 rw-p 00000000 00:00 0 
| 768f1b3fd000-768f1b3fe000 ---p 00000000 00:00 0 
| 768f1b3fe000-768f1b43f000 rw-p 00000000 00:00 0 
| 768f1b43f000-768f1b440000 ---p 00000000 00:00 0 
| 768f1b440000-768f1b481000 rw-p 00000000 00:00 0 
| 768f1b481000-768f1b482000 ---p 00000000 00:00 0 
| 768f1b482000-768f1b4c3000 rw-p 00000000 00:00 0 
| 768f1b4c3000-768f1b4c4000 ---p 00000000 00:00 0 
| 768f1b4c4000-768f1b505000 rw-p 00000000 00:00 0 
| 768f1b505000-768f1b506000 ---p 00000000 00:00 0 
| 768f1b506000-768f1b547000 rw-p 00000000 00:00 0 
| 768f1b547000-768f1b548000 ---p 00000000 00:00 0 
| 768f1b548000-768f1b589000 rw-p 00000000 00:00 0 
| 768f1b589000-768f1b58a000 ---p 00000000 00:00 0 
| 768f1b58a000-768f1b5cb000 rw-p 00000000 00:00 0 
| 768f1b5cb000-768f1b5cc000 ---p 00000000 00:00 0 
| 768f1b5cc000-768f1b60d000 rw-p 00000000 00:00 0 
| 768f1b60d000-768f1b60e000 ---p 00000000 00:00 0 
| 768f1b60e000-768f1b64f000 rw-p 00000000 00:00 0 
| 768f1b64f000-768f1b650000 ---p 00000000 00:00 0 
| 768f1b650000-768f1b691000 rw-p 00000000 00:00 0 
| 768f1b691000-768f1b692000 ---p 00000000 00:00 0 
| 768f1b692000-768f1b6d3000 rw-p 00000000 00:00 0 
| 768f1b6d3000-768f1b6d4000 ---p 00000000 00:00 0 
| 768f1b6d4000-768f1b715000 rw-p 00000000 00:00 0 
| 768f1b715000-768f1b716000 ---p 00000000 00:00 0 
| 768f1b716000-768f1b757000 rw-p 00000000 00:00 0 
| 768f1b757000-768f1b758000 ---p 00000000 00:00 0 
| 768f1b758000-768f1b799000 rw-p 00000000 00:00 0 
| 768f1b799000-768f1b79a000 ---p 00000000 00:00 0 
| 768f1b79a000-768f1b7db000 rw-p 00000000 00:00 0 
| 768f1b7db000-768f1b7dc000 ---p 00000000 00:00 0 
| 768f1b7dc000-768f1b81d000 rw-p 00000000 00:00 0 
| 768f1b81d000-768f1b81e000 ---p 00000000 00:00 0 
| 768f1b81e000-768f1b85f000 rw-p 00000000 00:00 0 
| 768f1b85f000-768f1b860000 ---p 00000000 00:00 0 
| 768f1b860000-768f1c090000 rw-p 00000000 00:00 0 
| 768f1c09e000-768f35600000 rw-p 00000000 00:00 0 
| 768f35600000-768f35628000 r--p 00000000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 768f35628000-768f357b0000 r-xp 00028000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 768f357b0000-768f357ff000 r--p 001b0000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 768f357ff000-768f35803000 r--p 001fe000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 768f35803000-768f35805000 rw-p 00202000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 768f35805000-768f35812000 rw-p 00000000 00:00 0 
| 768f35815000-768f35817000 r--p 00000000 103:02 4461030                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 768f35817000-768f3581c000 r-xp 00002000 103:02 4461030                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 768f3581c000-768f3581d000 r--p 00007000 103:02 4461030                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 768f3581d000-768f3581e000 r--p 00008000 103:02 4461030                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 768f3581e000-768f3581f000 rw-p 00009000 103:02 4461030                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 768f3581f000-768f35823000 r--p 00000000 103:02 4332198                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 768f35823000-768f3582b000 r-xp 00004000 103:02 4332198                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 768f3582b000-768f3582e000 r--p 0000c000 103:02 4332198                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 768f3582e000-768f3582f000 r--p 0000e000 103:02 4332198                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 768f3582f000-768f35830000 rw-p 0000f000 103:02 4332198                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 768f35830000-768f35860000 rw-p 00000000 00:00 0 
| 768f35866000-768f35867000 r--p 00000000 103:02 4461246                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 768f35867000-768f35869000 r-xp 00001000 103:02 4461246                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 768f35869000-768f3586a000 r--p 00003000 103:02 4461246                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 768f3586a000-768f3586b000 r--p 00003000 103:02 4461246                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 768f3586b000-768f3586c000 rw-p 00004000 103:02 4461246                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 768f3586c000-768f35871000 rw-p 00000000 00:00 0 
| 768f35871000-768f35875000 r--p 00000000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 768f35875000-768f35898000 r-xp 00004000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 768f35898000-768f3589c000 r--p 00027000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 768f3589c000-768f3589d000 r--p 0002b000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 768f3589d000-768f3589e000 rw-p 0002c000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 768f3589e000-768f358ae000 r--p 00000000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 768f358ae000-768f3592d000 r-xp 00010000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 768f3592d000-768f35985000 r--p 0008f000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 768f35985000-768f35986000 r--p 000e7000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 768f35986000-768f35987000 rw-p 000e8000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 768f35987000-768f35989000 r--p 00000000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 768f35989000-768f3599e000 r-xp 00002000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 768f3599e000-768f359b7000 r--p 00017000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 768f359b7000-768f359b8000 r--p 0002f000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 768f359b8000-768f359b9000 rw-p 00030000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 768f359b9000-768f359c1000 rw-p 00000000 00:00 0 
| 768f359c1000-768f359cb000 r--p 00000000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 768f359cb000-768f35a2d000 r-xp 0000a000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 768f35a2d000-768f35a44000 r--p 0006c000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 768f35a44000-768f35a45000 r--p 00083000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 768f35a45000-768f35a46000 rw-p 00084000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 768f35a46000-768f35a49000 r--p 00000000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 768f35a49000-768f35a5c000 r-xp 00003000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 768f35a5c000-768f35a63000 r--p 00016000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 768f35a63000-768f35a64000 r--p 0001c000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 768f35a64000-768f35a65000 rw-p 0001d000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 768f35a67000-768f35a69000 r--p 00000000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 768f35a69000-768f35a70000 r-xp 00002000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 768f35a70000-768f35a71000 r--p 00009000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 768f35a71000-768f35a72000 r--p 0000a000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 768f35a72000-768f35a73000 rw-p 0000b000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 768f35a73000-768f35a74000 r--p 00000000 103:02 4461443                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 768f35a74000-768f35a75000 r-xp 00001000 103:02 4461443                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 768f35a75000-768f35a76000 r--p 00002000 103:02 4461443                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 768f35a76000-768f35a77000 r--p 00002000 103:02 4461443                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 768f35a77000-768f35a78000 rw-p 00003000 103:02 4461443                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 768f35a78000-768f35a79000 r--p 00000000 103:02 4461367                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 768f35a79000-768f35a7a000 r-xp 00001000 103:02 4461367                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 768f35a7a000-768f35a7b000 r--p 00002000 103:02 4461367                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 768f35a7b000-768f35a7c000 r--p 00002000 103:02 4461367                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 768f35a7c000-768f35a7d000 rw-p 00003000 103:02 4461367                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 768f35a7d000-768f35a7f000 rw-p 00000000 00:00 0 
| 768f35a7f000-768f35a80000 r--p 00000000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 768f35a80000-768f35aab000 r-xp 00001000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 768f35aab000-768f35ab5000 r--p 0002c000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 768f35ab5000-768f35ab7000 r--p 00036000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 768f35ab7000-768f35ab9000 rw-p 00038000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffdc381a000-7ffdc4019000 rw-p 00000000 00:00 0                          [stack]
| 7ffdc4037000-7ffdc403b000 r--p 00000000 00:00 0                          [vvar]
| 7ffdc403b000-7ffdc403d000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


 11) Failure:
TestYJIT#test_build_large_struct [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:1725]:
Expected to compile instructions opt_send_without_block but didn't.
iseq:
== disasm: #<ISeq:block in <main>@-e:2 (2,15)-(12,1)>
0000 putobject                              Object                    (   3)[LiBc]
0002 opt_getconstant_path                   <ic:0 Struct>
0004 putobject                              :a
0006 putobject                              :b
0008 putobject                              :c
0010 putobject                              :d
0012 putobject                              :e
0014 putobject                              :f
0016 putobject                              :g
0018 putobject                              :h
0020 opt_send_without_block                 <calldata!mid:new, argc:8, ARGS_SIMPLE>
0022 swap
0023 setconstant                            :Foo
0025 definemethod                           :build_foo, build_foo     (   5)[Li]
0028 putself                                                          (   9)[Li]
0029 opt_send_without_block                 <calldata!mid:build_foo, argc:0, FCALL|VCALL|ARGS_SIMPLE>
0031 pop
0032 putself                                                          (  10)[Li]
0033 opt_send_without_block                 <calldata!mid:build_foo, argc:0, FCALL|VCALL|ARGS_SIMPLE>
0035 leave                                                            (  12)[Br]

== disasm: #<ISeq:build_foo@-e:5 (5,0)-(7,3)>
0000 opt_getconstant_path                   <ic:0 ::Foo>              (   6)[LiCa]
0002 putobject                              :a
0004 putobject                              :b
0006 putobject                              :c
0008 putobject                              :d
0010 putobject                              :e
0012 putobject                              :f
0014 putobject                              :g
0016 putobject                              :h
0018 opt_send_without_block                 <calldata!mid:new, argc:8, ARGS_SIMPLE>
0020 leave                                                            (   7)[Re]


 12) Failure:
TestYJIT#test_kw_splat_nil [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:1710]:
Expected no use of fallback implementation.
<0> expected but was
<19>.

 13) Failure:
TestYJIT#test_yjit_enable_stats_false [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:71]:
pid 614628 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:51: [BUG] Segmentation fault at 0x000064e0772cc6a5
| ruby 3.4.0dev (2024-02-27T10:40:39Z master d7730d3a0b) +YJIT [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0108 p:0031 s:0985 e:000984 METHOD <internal:array>:51 [FINISH]
| c:0107 p:---- s:0979 e:000978 CFUNC  :each_with_index
| c:0106 p:0006 s:0975 e:000974 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1048
| c:0105 p:0011 s:0970 e:000969 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:58
| c:0104 p:0043 s:0965 e:000963 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22
| c:0103 p:0021 s:0957 e:000956 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5921
| c:0102 p:0014 s:0953 e:000952 METHOD <internal:kernel>:135
| c:0101 p:0034 s:0949 e:000945 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5919
| c:0100 p:0152 s:0940 e:000939 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1739
| c:0099 p:1317 s:0921 e:000920 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:97
| c:0098 p:0250 s:0910 e:000909 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321
| c:0097 p:0017 s:0895 e:000894 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150
| c:0096 p:0014 s:0891 e:000890 METHOD <internal:kernel>:135
| c:0095 p:0136 s:0887 e:000885 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149 [FINISH]
| c:0094 p:0025 s:0874 e:000872 METHOD <internal:array>:52
| c:0093 p:0023 s:0867 e:000866 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0092 p:0040 s:0857 e:000856 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0091 p:0025 s:0845 e:000843 METHOD <internal:array>:52
| c:0090 p:0023 s:0838 e:000837 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0089 p:0040 s:0828 e:000827 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0088 p:0025 s:0816 e:000814 METHOD <internal:array>:52
| c:0087 p:0023 s:0809 e:000808 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0086 p:0040 s:0799 e:000798 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0085 p:0025 s:0787 e:000785 METHOD <internal:array>:52
| c:0084 p:0023 s:0780 e:000779 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0083 p:0040 s:0770 e:000769 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0082 p:0025 s:0758 e:000756 METHOD <internal:array>:52
| c:0081 p:0023 s:0751 e:000750 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0080 p:0040 s:0741 e:000740 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0079 p:0025 s:0729 e:000727 METHOD <internal:array>:52
| c:0078 p:0023 s:0722 e:000721 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0077 p:0040 s:0712 e:000711 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0076 p:0025 s:0700 e:000698 METHOD <internal:array>:52
| c:0075 p:0023 s:0693 e:000692 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0074 p:0040 s:0683 e:000682 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0073 p:0025 s:0671 e:000669 METHOD <internal:array>:52
| c:0072 p:0023 s:0664 e:000663 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0071 p:0040 s:0654 e:000653 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0070 p:0025 s:0642 e:000640 METHOD <internal:array>:52
| c:0069 p:0023 s:0635 e:000634 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0068 p:0040 s:0625 e:000624 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0067 p:0025 s:0613 e:000611 METHOD <internal:array>:52
| c:0066 p:0023 s:0606 e:000605 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0065 p:0040 s:0596 e:000595 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0064 p:0025 s:0584 e:000582 METHOD <internal:array>:52
| c:0063 p:0023 s:0577 e:000576 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0062 p:0040 s:0567 e:000566 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0061 p:0025 s:0555 e:000553 METHOD <internal:array>:52
| c:0060 p:0023 s:0548 e:000547 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0059 p:0040 s:0538 e:000537 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0058 p:0025 s:0526 e:000524 METHOD <internal:array>:52
| c:0057 p:0023 s:0519 e:000518 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0056 p:0040 s:0509 e:000508 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0055 p:0025 s:0497 e:000495 METHOD <internal:array>:52
| c:0054 p:0023 s:0490 e:000489 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0053 p:0040 s:0480 e:000479 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0052 p:0025 s:0468 e:000466 METHOD <internal:array>:52
| c:0051 p:0023 s:0461 e:000460 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0050 p:0040 s:0451 e:000450 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0049 p:0025 s:0439 e:000437 METHOD <internal:array>:52
| c:0048 p:0023 s:0432 e:000431 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0047 p:0040 s:0422 e:000421 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0046 p:0025 s:0410 e:000408 METHOD <internal:array>:52
| c:0045 p:0023 s:0403 e:000402 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0044 p:0040 s:0393 e:000392 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0043 p:0025 s:0381 e:000379 METHOD <internal:array>:52
| c:0042 p:0023 s:0374 e:000373 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0041 p:0040 s:0364 e:000363 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0040 p:0025 s:0352 e:000350 METHOD <internal:array>:52
| c:0039 p:0023 s:0345 e:000344 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0038 p:0040 s:0335 e:000334 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0037 p:0025 s:0323 e:000321 METHOD <internal:array>:52
| c:0036 p:0023 s:0316 e:000315 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0035 p:0040 s:0306 e:000305 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0034 p:0025 s:0294 e:000292 METHOD <internal:array>:52
| c:0033 p:0023 s:0287 e:000286 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0032 p:0040 s:0277 e:000276 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0031 p:0025 s:0265 e:000263 METHOD <internal:array>:52
| c:0030 p:0023 s:0258 e:000257 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0029 p:0040 s:0248 e:000247 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0028 p:0025 s:0236 e:000234 METHOD <internal:array>:52
| c:0027 p:0023 s:0229 e:000228 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0026 p:0040 s:0219 e:000218 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0025 p:0025 s:0207 e:000205 METHOD <internal:array>:52
| c:0024 p:0023 s:0200 e:000199 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0023 p:0040 s:0190 e:000189 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0022 p:0025 s:0178 e:000176 METHOD <internal:array>:52
| c:0021 p:0023 s:0171 e:000170 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0020 p:0040 s:0161 e:000160 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0019 p:0025 s:0149 e:000147 METHOD <internal:array>:52
| c:0018 p:0023 s:0142 e:000141 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0017 p:0040 s:0132 e:000131 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0016 p:0025 s:0120 e:000118 METHOD <internal:array>:52
| c:0015 p:0023 s:0113 e:000112 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0014 p:0040 s:0103 e:000102 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0013 p:0025 s:0091 e:000089 METHOD <internal:array>:52
| c:0012 p:0023 s:0084 e:000083 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0011 p:0040 s:0074 e:000073 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0010 p:0025 s:0062 e:000060 METHOD <internal:array>:52
| c:0009 p:0023 s:0055 e:000054 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0008 p:0040 s:0045 e:000044 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0007 p:0033 s:0033 e:000032 METHOD <internal:array>:51
| c:0006 p:0012 s:0027 e:000026 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101
| c:0005 p:0006 s:0022 e:000021 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18 [FINISH]
| c:0004 p:---- s:0017 e:000016 CFUNC  :const_added
| c:0003 p:0028 s:0014 e:000011 METHOD <internal:yjit>:39
| c:0002 p:0052 s:0006 e:000005 EVAL   -:9 [FINISH]
| c:0001 p:0000 s:0003 E:002080 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -:9:in '<main>'
| <internal:yjit>:39:in 'enable'
| <internal:yjit>:39:in 'const_added'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18:in 'on_constant_state_changed'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101:in 'on_constant_state_changed'
| <internal:array>:51:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149:in 'branch_stub_hit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150:in 'block in branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321:in 'compile_block'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:97:in 'compile'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1739:in 'invokeblock'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5919:in 'side_exit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5921:in 'block in side_exit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22:in 'write'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:58:in 'assemble'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1048:in 'resolve_rel32'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1048:in 'each_with_index'
| <internal:array>:51:in 'each'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x000064e0772cc6a5 RBP: 0x0000000000000000 RSP: 0x00007ffe169f5c00
|  RAX: 0x00007ba5af7648c3 RBX: 0x00007ba5af667ed8 RCX: 0x0000000000000003
|  RDX: 0x0000000000000014 RDI: 0x4000000000000001 RSI: 0x00007ba594749310
|   R8: 0x0000000000000004  R9: 0x00007ba594749310 R10: 0x00007ba594ef5b90
|  R11: 0x0000000000000003 R12: 0x0000000000000be1 R13: 0x00007ba5af764800
|  R14: 0x000064e074564c70 R15: 0x00007ba5af764870 EFL: 0x0000000000010202
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x64e07405fe23] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:820
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_vm_bugreport) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:1151
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_bug_for_fatal_signal+0xfc) [0x64e07420b60c] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/error.c:1066
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(sigsegv+0x4f) [0x64e073fa578f] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/signal.c:926
| /lib/x86_64-linux-gnu/libc.so.6(0x7ba5af445320) [0x7ba5af445320]
| [0x64e0772cc6a5]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Loaded script: -
| 
| * Loaded features:
| 
|     0 enumerator.so
|     1 thread.rb
|     2 fiber.so
|     3 rational.so
|     4 complex.so
|     5 ruby2_keywords.rb
|     6 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
|     7 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
|     8 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
|     9 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/closure.rb
|    10 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/function.rb
|    11 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/version.rb
|    12 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle.rb
|    13 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/value.rb
|    14 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/pack.rb
|    15 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/struct.rb
|    16 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/cparser.rb
|    17 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/import.rb
|    18 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_pointer.rb
|    19 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_type.rb
|    20 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb
|    21 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/block.rb
|    22 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/branch_stub.rb
|    23 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb
|    24 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/context.rb
|    25 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/entry_stub.rb
|    26 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/exit_compiler.rb
|    27 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb
|    28 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/instruction.rb
|    29 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/set.rb
|    30 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb
|    31 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/jit_state.rb
|    32 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/type.rb
|    33 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb
|    34 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb
|    35 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/stats.rb
|    36 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3/version.rb
|    37 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3.rb
|    38 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/timeout.rb
|    39 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/rbconfig.rb
|    40 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/find_executable.rb
|    41 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
|    42 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/envutil.rb
|    43 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/colorize.rb
|    44 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/leakchecker.rb
|    45 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/prettyprint.rb
|    46 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/pp.rb
|    47 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/assertions.rb
|    48 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
|    49 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/core_assertions.rb
|    50 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/testcase.rb
|    51 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/optparse.rb
|    52 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit.rb
| 
| * Process memory map:
| 
| 64e073dec000-64e073e30000 r--p 00000000 103:02 4334181                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 64e073e30000-64e074276000 r-xp 00044000 103:02 4334181                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 64e074276000-64e07440c000 r--p 0048a000 103:02 4334181                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 64e07440c000-64e074424000 r--p 00620000 103:02 4334181                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 64e074424000-64e074425000 rw-p 00638000 103:02 4334181                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 64e074425000-64e07443a000 rw-p 00000000 00:00 0 
| 64e074561000-64e0751bc000 rw-p 00000000 00:00 0                          [heap]
| 64e0752cb000-64e0772cb000 r-xp 00000000 00:00 0 
| 64e0772cb000-64e0792cb000 rw-p 00000000 00:00 0 
| 64e079483000-64e0794d6000 r-xp 00000000 00:00 0 
| 64e0794d6000-64e07c483000 ---p 00000000 00:00 0 
| 7ba590b00000-7ba591000000 rw-p 00000000 00:00 0 
| 7ba591400000-7ba591607000 r--s 00000000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7ba59165a000-7ba591800000 rw-p 00000000 00:00 0 
| 7ba591800000-7ba594717000 r--s 00000000 103:02 4334181                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 7ba594740000-7ba594ab0000 rw-p 00000000 00:00 0 
| 7ba594ac0000-7ba594b00000 rw-p 00000000 00:00 0 
| 7ba594b10000-7ba594c20000 rw-p 00000000 00:00 0 
| 7ba594c30000-7ba594d60000 rw-p 00000000 00:00 0 
| 7ba594d70000-7ba594f10000 rw-p 00000000 00:00 0 
| 7ba594f1f000-7ba594f20000 ---p 00000000 00:00 0 
| 7ba594f20000-7ba594f61000 rw-p 00000000 00:00 0 
| 7ba594f61000-7ba594f62000 ---p 00000000 00:00 0 
| 7ba594f62000-7ba594fa3000 rw-p 00000000 00:00 0 
| 7ba594fa3000-7ba594fa4000 ---p 00000000 00:00 0 
| 7ba594fa4000-7ba594fe5000 rw-p 00000000 00:00 0 
| 7ba594fe5000-7ba594fe6000 ---p 00000000 00:00 0 
| 7ba594fe6000-7ba595027000 rw-p 00000000 00:00 0 
| 7ba595027000-7ba595028000 ---p 00000000 00:00 0 
| 7ba595028000-7ba595069000 rw-p 00000000 00:00 0 
| 7ba595069000-7ba59506a000 ---p 00000000 00:00 0 
| 7ba59506a000-7ba5950ab000 rw-p 00000000 00:00 0 
| 7ba5950ab000-7ba5950ac000 ---p 00000000 00:00 0 
| 7ba5950ac000-7ba5950ed000 rw-p 00000000 00:00 0 
| 7ba5950ed000-7ba5950ee000 ---p 00000000 00:00 0 
| 7ba5950ee000-7ba59512f000 rw-p 00000000 00:00 0 
| 7ba59512f000-7ba595130000 ---p 00000000 00:00 0 
| 7ba595130000-7ba595171000 rw-p 00000000 00:00 0 
| 7ba595171000-7ba595172000 ---p 00000000 00:00 0 
| 7ba595172000-7ba5951b3000 rw-p 00000000 00:00 0 
| 7ba5951b3000-7ba5951b4000 ---p 00000000 00:00 0 
| 7ba5951b4000-7ba5951f5000 rw-p 00000000 00:00 0 
| 7ba5951f5000-7ba5951f6000 ---p 00000000 00:00 0 
| 7ba5951f6000-7ba595237000 rw-p 00000000 00:00 0 
| 7ba595237000-7ba595238000 ---p 00000000 00:00 0 
| 7ba595238000-7ba595279000 rw-p 00000000 00:00 0 
| 7ba595279000-7ba59527a000 ---p 00000000 00:00 0 
| 7ba59527a000-7ba5952bb000 rw-p 00000000 00:00 0 
| 7ba5952bb000-7ba5952bc000 ---p 00000000 00:00 0 
| 7ba5952bc000-7ba5952fd000 rw-p 00000000 00:00 0 
| 7ba5952fd000-7ba5952fe000 ---p 00000000 00:00 0 
| 7ba5952fe000-7ba59533f000 rw-p 00000000 00:00 0 
| 7ba59533f000-7ba595340000 ---p 00000000 00:00 0 
| 7ba595340000-7ba595381000 rw-p 00000000 00:00 0 
| 7ba595381000-7ba595382000 ---p 00000000 00:00 0 
| 7ba595382000-7ba5953c3000 rw-p 00000000 00:00 0 
| 7ba5953c3000-7ba5953c4000 ---p 00000000 00:00 0 
| 7ba5953c4000-7ba595405000 rw-p 00000000 00:00 0 
| 7ba595405000-7ba595406000 ---p 00000000 00:00 0 
| 7ba595406000-7ba595447000 rw-p 00000000 00:00 0 
| 7ba595447000-7ba595448000 ---p 00000000 00:00 0 
| 7ba595448000-7ba595489000 rw-p 00000000 00:00 0 
| 7ba595489000-7ba59548a000 ---p 00000000 00:00 0 
| 7ba59548a000-7ba5954cb000 rw-p 00000000 00:00 0 
| 7ba5954cb000-7ba5954cc000 ---p 00000000 00:00 0 
| 7ba5954cc000-7ba59550d000 rw-p 00000000 00:00 0 
| 7ba59550d000-7ba59550e000 ---p 00000000 00:00 0 
| 7ba59550e000-7ba59554f000 rw-p 00000000 00:00 0 
| 7ba59554f000-7ba595550000 ---p 00000000 00:00 0 
| 7ba595550000-7ba595591000 rw-p 00000000 00:00 0 
| 7ba595591000-7ba595592000 ---p 00000000 00:00 0 
| 7ba595592000-7ba5955d3000 rw-p 00000000 00:00 0 
| 7ba5955d3000-7ba5955d4000 ---p 00000000 00:00 0 
| 7ba5955d4000-7ba595615000 rw-p 00000000 00:00 0 
| 7ba595615000-7ba595616000 ---p 00000000 00:00 0 
| 7ba595616000-7ba595657000 rw-p 00000000 00:00 0 
| 7ba595657000-7ba595658000 ---p 00000000 00:00 0 
| 7ba595658000-7ba595699000 rw-p 00000000 00:00 0 
| 7ba595699000-7ba59569a000 ---p 00000000 00:00 0 
| 7ba59569a000-7ba5956db000 rw-p 00000000 00:00 0 
| 7ba5956db000-7ba5956dc000 ---p 00000000 00:00 0 
| 7ba5956dc000-7ba59571d000 rw-p 00000000 00:00 0 
| 7ba59571d000-7ba59571e000 ---p 00000000 00:00 0 
| 7ba59571e000-7ba59575f000 rw-p 00000000 00:00 0 
| 7ba59575f000-7ba595760000 ---p 00000000 00:00 0 
| 7ba595760000-7ba595f90000 rw-p 00000000 00:00 0 
| 7ba595f9f000-7ba5af400000 rw-p 00000000 00:00 0 
| 7ba5af400000-7ba5af428000 r--p 00000000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7ba5af428000-7ba5af5b0000 r-xp 00028000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7ba5af5b0000-7ba5af5ff000 r--p 001b0000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7ba5af5ff000-7ba5af603000 r--p 001fe000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7ba5af603000-7ba5af605000 rw-p 00202000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7ba5af605000-7ba5af612000 rw-p 00000000 00:00 0 
| 7ba5af615000-7ba5af617000 r--p 00000000 103:02 4461030                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7ba5af617000-7ba5af61c000 r-xp 00002000 103:02 4461030                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7ba5af61c000-7ba5af61d000 r--p 00007000 103:02 4461030                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7ba5af61d000-7ba5af61e000 r--p 00008000 103:02 4461030                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7ba5af61e000-7ba5af61f000 rw-p 00009000 103:02 4461030                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7ba5af61f000-7ba5af623000 r--p 00000000 103:02 4332198                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7ba5af623000-7ba5af62b000 r-xp 00004000 103:02 4332198                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7ba5af62b000-7ba5af62e000 r--p 0000c000 103:02 4332198                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7ba5af62e000-7ba5af62f000 r--p 0000e000 103:02 4332198                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7ba5af62f000-7ba5af630000 rw-p 0000f000 103:02 4332198                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7ba5af630000-7ba5af660000 rw-p 00000000 00:00 0 
| 7ba5af660000-7ba5af661000 r--p 00000000 103:02 4461246                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7ba5af661000-7ba5af663000 r-xp 00001000 103:02 4461246                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7ba5af663000-7ba5af664000 r--p 00003000 103:02 4461246                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7ba5af664000-7ba5af665000 r--p 00003000 103:02 4461246                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7ba5af665000-7ba5af666000 rw-p 00004000 103:02 4461246                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7ba5af666000-7ba5af76c000 rw-p 00000000 00:00 0 
| 7ba5af76c000-7ba5af770000 r--p 00000000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7ba5af770000-7ba5af793000 r-xp 00004000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7ba5af793000-7ba5af797000 r--p 00027000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7ba5af797000-7ba5af798000 r--p 0002b000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7ba5af798000-7ba5af799000 rw-p 0002c000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7ba5af799000-7ba5af7a9000 r--p 00000000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7ba5af7a9000-7ba5af828000 r-xp 00010000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7ba5af828000-7ba5af880000 r--p 0008f000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7ba5af880000-7ba5af881000 r--p 000e7000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7ba5af881000-7ba5af882000 rw-p 000e8000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7ba5af882000-7ba5af884000 r--p 00000000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7ba5af884000-7ba5af899000 r-xp 00002000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7ba5af899000-7ba5af8b2000 r--p 00017000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7ba5af8b2000-7ba5af8b3000 r--p 0002f000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7ba5af8b3000-7ba5af8b4000 rw-p 00030000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7ba5af8b4000-7ba5af8bc000 rw-p 00000000 00:00 0 
| 7ba5af8bc000-7ba5af8c6000 r--p 00000000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7ba5af8c6000-7ba5af928000 r-xp 0000a000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7ba5af928000-7ba5af93f000 r--p 0006c000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7ba5af93f000-7ba5af940000 r--p 00083000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7ba5af940000-7ba5af941000 rw-p 00084000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7ba5af941000-7ba5af944000 r--p 00000000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7ba5af944000-7ba5af957000 r-xp 00003000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7ba5af957000-7ba5af95e000 r--p 00016000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7ba5af95e000-7ba5af95f000 r--p 0001c000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7ba5af95f000-7ba5af960000 rw-p 0001d000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7ba5af962000-7ba5af964000 r--p 00000000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7ba5af964000-7ba5af96b000 r-xp 00002000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7ba5af96b000-7ba5af96c000 r--p 00009000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7ba5af96c000-7ba5af96d000 r--p 0000a000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7ba5af96d000-7ba5af96e000 rw-p 0000b000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7ba5af96e000-7ba5af96f000 r--p 00000000 103:02 4461443                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7ba5af96f000-7ba5af970000 r-xp 00001000 103:02 4461443                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7ba5af970000-7ba5af971000 r--p 00002000 103:02 4461443                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7ba5af971000-7ba5af972000 r--p 00002000 103:02 4461443                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7ba5af972000-7ba5af973000 rw-p 00003000 103:02 4461443                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7ba5af973000-7ba5af974000 r--p 00000000 103:02 4461367                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7ba5af974000-7ba5af975000 r-xp 00001000 103:02 4461367                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7ba5af975000-7ba5af976000 r--p 00002000 103:02 4461367                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7ba5af976000-7ba5af977000 r--p 00002000 103:02 4461367                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7ba5af977000-7ba5af978000 rw-p 00003000 103:02 4461367                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7ba5af978000-7ba5af97a000 rw-p 00000000 00:00 0 
| 7ba5af97a000-7ba5af97b000 r--p 00000000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ba5af97b000-7ba5af9a6000 r-xp 00001000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ba5af9a6000-7ba5af9b0000 r--p 0002c000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ba5af9b0000-7ba5af9b2000 r--p 00036000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ba5af9b2000-7ba5af9b4000 rw-p 00038000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffe16203000-7ffe16a02000 rw-p 00000000 00:00 0                          [stack]
| 7ffe16bf4000-7ffe16bf8000 r--p 00000000 00:00 0                          [vvar]
| 7ffe16bf8000-7ffe16bfa000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


 14) Failure:
TestYJIT#test_compile_opt_getconstant_path [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:1725]:
Expected to compile instructions opt_getconstant_path but didn't.
iseq:
== disasm: #<ISeq:block in <main>@-e:2 (2,15)-(12,1)>
0000 definemethod                           :get_foo, get_foo         (   3)[LiBc]
0003 putobject                              123                       (   7)[Li]
0005 putspecialobject                       3
0007 setconstant                            :FOO
0009 putself                                                          (   9)[Li]
0010 opt_send_without_block                 <calldata!mid:get_foo, argc:0, FCALL|VCALL|ARGS_SIMPLE>
0012 pop
0013 putself                                                          (  10)[Li]
0014 opt_send_without_block                 <calldata!mid:get_foo, argc:0, FCALL|VCALL|ARGS_SIMPLE>
0016 leave                                                            (  12)[Br]

== disasm: #<ISeq:get_foo@-e:3 (3,2)-(5,3)>
0000 opt_getconstant_path                   <ic:0 FOO>                (   4)[LiCa]
0002 leave                                                            (   5)[Re]


 15) Failure:
TestRubyOptimization#test_block_parameter_should_not_create_objects [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_optimization.rb:796]:
<0> expected but was
<19>.

Finished tests in 1378.428038s, 17.9647 tests/s, 4673.1224 assertions/s.
24763 tests, 6441563 assertions, 15 failures, 0 errors, 129 skips

ruby -v: ruby 3.4.0dev (2024-02-27T10:40:39Z master d7730d3a0b) +RJIT [x86_64-linux]
make: *** [uncommon.mk:948: yes-test-all] エラー 15