虚無庵

徒然なるままに

今日の ruby build 2024-02-26

今日のビルド

1ca3482e0a7a6a528a648ce285dc344b0f6eef14 までを 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:    12146 (1976 undocumented)

  Total:      17239 (3154 undocumented)
   81.70% documented

  Elapsed: 34.6s

今日のテスト

make test-all を実行。

Closed file descriptor: TestSocket#test_tcp_socket_one_hostname_resolution_succeeded_at_least: 11
Finished tests in 912.593182s, 27.1139 tests/s, 6862.1299 assertions/s.
24744 tests, 6262333 assertions, 0 failures, 0 errors, 121 skips

ruby -v: ruby 3.4.0dev (2024-02-26T11:45:48Z master 1ca3482e0a) [x86_64-linux]

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

1ca3482e0a7a6a528a648ce285dc344b0f6eef14 までを 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 を実行。

double free or corruption (!prev)
make: *** [uncommon.mk:948: yes-test-all] 中止 (コアダンプしました)

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

1ca3482e0a7a6a528a648ce285dc344b0f6eef14 までを 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=123254, 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_unix: 11
Finished tests in 893.374975s, 27.6972 tests/s, 7008.9102 assertions/s.
24744 tests, 6261585 assertions, 0 failures, 0 errors, 120 skips

ruby -v: ruby 3.4.0dev (2024-02-26T11:45:48Z master 1ca3482e0a) [x86_64-linux]

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

1ca3482e0a7a6a528a648ce285dc344b0f6eef14 までを 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=>56, :marking_time=>35, :sweeping_time=>20, :heap_allocated_pages=>164, :heap_sorted_length=>310, :heap_allocatable_pages=>146, :heap_available_slots=>225739, :heap_live_slots=>201812, :heap_free_slots=>23927, :heap_final_slots=>0, :heap_marked_slots=>129530, :heap_eden_pages=>164, :heap_tomb_pages=>0, :total_allocated_pages=>172, :total_freed_pages=>8, :total_allocated_objects=>1395933, :total_freed_objects=>1194121, :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=>129519, :old_objects_limit=>259038, :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=>206316, :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=>1157911}, 1=>{:slot_size=>80, :heap_allocatable_pages=>0, :heap_eden_pages=>12, :heap_eden_slots=>9819, :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=>8992, :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=>18039, :total_freed_objects=>15984}, 3=>{:slot_size=>320, :heap_allocatable_pages=>48, :heap_eden_pages=>2, :heap_eden_slots=>408, :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=>70, :marking_time=>37, :sweeping_time=>33, :heap_allocated_pages=>164, :heap_sorted_length=>310, :heap_allocatable_pages=>146, :heap_available_slots=>225739, :heap_live_slots=>129696, :heap_free_slots=>96043, :heap_final_slots=>0, :heap_marked_slots=>129635, :heap_eden_pages=>164, :heap_tomb_pages=>0, :total_allocated_pages=>172, :total_freed_pages=>8, :total_allocated_objects=>2400268, :total_freed_objects=>2270572, :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=>129622, :old_objects_limit=>259038, :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=>206316, :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=>2234098}, 1=>{:slot_size=>80, :heap_allocatable_pages=>0, :heap_eden_pages=>12, :heap_eden_slots=>9819, :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=>8992, :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=>18252, :total_freed_objects=>16189}, 3=>{:slot_size=>320, :heap_allocatable_pages=>48, :heap_eden_pages=>2, :heap_eden_slots=>408, :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=>160, :heap_allocatable_pages=>0, :heap_eden_pages=>24, :heap_eden_slots=>9814, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>26, :total_freed_pages=>2, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>17616, :total_freed_objects=>8331}.
Expected 9814 to be >= 10000.

  3) 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 205602 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:51: [BUG] Segmentation fault at 0x0000642fe8a986a5
| ruby 3.4.0dev (2024-02-26T11:45:48Z master 1ca3482e0a) +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:0021c0 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: 0x0000642fe8a986a5 RBP: 0x0000000000000000 RSP: 0x00007fffd54cc540
|  RAX: 0x00007a2b325fd8c3 RBX: 0x00007a2b32500ed8 RCX: 0x0000000000000003
|  RDX: 0x0000000000000014 RDI: 0x4000000000000001 RSI: 0x00007a2b17657590
|   R8: 0x0000000000000004  R9: 0x00007a2b17657590 R10: 0x00007a2b18065bb8
|  R11: 0x0000000000000003 R12: 0x0000000000000be1 R13: 0x00007a2b325fd800
|  R14: 0x0000642fe5ec3c70 R15: 0x00007a2b325fd870 EFL: 0x0000000000010202
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x642fe3c2bd73] /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) [0x642fe3dd748c] /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) [0x642fe3b716df] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/signal.c:926
| /lib/x86_64-linux-gnu/libc.so.6(0x7a2b32645320) [0x7a2b32645320]
| [0x642fe8a986a5]
| 
| -- 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:
| 
| 642fe39b8000-642fe39fc000 r--p 00000000 103:02 4334358                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 642fe39fc000-642fe3e41000 r-xp 00044000 103:02 4334358                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 642fe3e41000-642fe3fd7000 r--p 00489000 103:02 4334358                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 642fe3fd7000-642fe3fef000 r--p 0061e000 103:02 4334358                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 642fe3fef000-642fe3ff0000 rw-p 00636000 103:02 4334358                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 642fe3ff0000-642fe4005000 rw-p 00000000 00:00 0 
| 642fe5ec0000-642fe68f1000 rw-p 00000000 00:00 0                          [heap]
| 642fe6a97000-642fe8a97000 r-xp 00000000 00:00 0 
| 642fe8a97000-642feaa97000 rw-p 00000000 00:00 0 
| 642feac4f000-642feac8e000 r-xp 00000000 00:00 0 
| 642feac8e000-642fedc4f000 ---p 00000000 00:00 0 
| 7a2b13901000-7a2b13e00000 rw-p 00000000 00:00 0 
| 7a2b14200000-7a2b14407000 r--s 00000000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7a2b1445a000-7a2b14600000 rw-p 00000000 00:00 0 
| 7a2b14600000-7a2b1750e000 r--s 00000000 103:02 4334358                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 7a2b17650000-7a2b179b0000 rw-p 00000000 00:00 0 
| 7a2b179bf000-7a2b17c70000 rw-p 00000000 00:00 0 
| 7a2b17c80000-7a2b17d20000 rw-p 00000000 00:00 0 
| 7a2b17d30000-7a2b17d60000 rw-p 00000000 00:00 0 
| 7a2b17d70000-7a2b17ed0000 rw-p 00000000 00:00 0 
| 7a2b17ee0000-7a2b18080000 rw-p 00000000 00:00 0 
| 7a2b1808f000-7a2b18090000 ---p 00000000 00:00 0 
| 7a2b18090000-7a2b180d1000 rw-p 00000000 00:00 0 
| 7a2b180d1000-7a2b180d2000 ---p 00000000 00:00 0 
| 7a2b180d2000-7a2b18113000 rw-p 00000000 00:00 0 
| 7a2b18113000-7a2b18114000 ---p 00000000 00:00 0 
| 7a2b18114000-7a2b18155000 rw-p 00000000 00:00 0 
| 7a2b18155000-7a2b18156000 ---p 00000000 00:00 0 
| 7a2b18156000-7a2b18197000 rw-p 00000000 00:00 0 
| 7a2b18197000-7a2b18198000 ---p 00000000 00:00 0 
| 7a2b18198000-7a2b181d9000 rw-p 00000000 00:00 0 
| 7a2b181d9000-7a2b181da000 ---p 00000000 00:00 0 
| 7a2b181da000-7a2b1821b000 rw-p 00000000 00:00 0 
| 7a2b1821b000-7a2b1821c000 ---p 00000000 00:00 0 
| 7a2b1821c000-7a2b1825d000 rw-p 00000000 00:00 0 
| 7a2b1825d000-7a2b1825e000 ---p 00000000 00:00 0 
| 7a2b1825e000-7a2b1829f000 rw-p 00000000 00:00 0 
| 7a2b1829f000-7a2b182a0000 ---p 00000000 00:00 0 
| 7a2b182a0000-7a2b182e1000 rw-p 00000000 00:00 0 
| 7a2b182e1000-7a2b182e2000 ---p 00000000 00:00 0 
| 7a2b182e2000-7a2b18323000 rw-p 00000000 00:00 0 
| 7a2b18323000-7a2b18324000 ---p 00000000 00:00 0 
| 7a2b18324000-7a2b18365000 rw-p 00000000 00:00 0 
| 7a2b18365000-7a2b18366000 ---p 00000000 00:00 0 
| 7a2b18366000-7a2b183a7000 rw-p 00000000 00:00 0 
| 7a2b183a7000-7a2b183a8000 ---p 00000000 00:00 0 
| 7a2b183a8000-7a2b183e9000 rw-p 00000000 00:00 0 
| 7a2b183e9000-7a2b183ea000 ---p 00000000 00:00 0 
| 7a2b183ea000-7a2b1842b000 rw-p 00000000 00:00 0 
| 7a2b1842b000-7a2b1842c000 ---p 00000000 00:00 0 
| 7a2b1842c000-7a2b1846d000 rw-p 00000000 00:00 0 
| 7a2b1846d000-7a2b1846e000 ---p 00000000 00:00 0 
| 7a2b1846e000-7a2b184af000 rw-p 00000000 00:00 0 
| 7a2b184af000-7a2b184b0000 ---p 00000000 00:00 0 
| 7a2b184b0000-7a2b184f1000 rw-p 00000000 00:00 0 
| 7a2b184f1000-7a2b184f2000 ---p 00000000 00:00 0 
| 7a2b184f2000-7a2b18533000 rw-p 00000000 00:00 0 
| 7a2b18533000-7a2b18534000 ---p 00000000 00:00 0 
| 7a2b18534000-7a2b18575000 rw-p 00000000 00:00 0 
| 7a2b18575000-7a2b18576000 ---p 00000000 00:00 0 
| 7a2b18576000-7a2b185b7000 rw-p 00000000 00:00 0 
| 7a2b185b7000-7a2b185b8000 ---p 00000000 00:00 0 
| 7a2b185b8000-7a2b185f9000 rw-p 00000000 00:00 0 
| 7a2b185f9000-7a2b185fa000 ---p 00000000 00:00 0 
| 7a2b185fa000-7a2b1863b000 rw-p 00000000 00:00 0 
| 7a2b1863b000-7a2b1863c000 ---p 00000000 00:00 0 
| 7a2b1863c000-7a2b1867d000 rw-p 00000000 00:00 0 
| 7a2b1867d000-7a2b1867e000 ---p 00000000 00:00 0 
| 7a2b1867e000-7a2b186bf000 rw-p 00000000 00:00 0 
| 7a2b186bf000-7a2b186c0000 ---p 00000000 00:00 0 
| 7a2b186c0000-7a2b18701000 rw-p 00000000 00:00 0 
| 7a2b18701000-7a2b18702000 ---p 00000000 00:00 0 
| 7a2b18702000-7a2b18743000 rw-p 00000000 00:00 0 
| 7a2b18743000-7a2b18744000 ---p 00000000 00:00 0 
| 7a2b18744000-7a2b18785000 rw-p 00000000 00:00 0 
| 7a2b18785000-7a2b18786000 ---p 00000000 00:00 0 
| 7a2b18786000-7a2b187c7000 rw-p 00000000 00:00 0 
| 7a2b187c7000-7a2b187c8000 ---p 00000000 00:00 0 
| 7a2b187c8000-7a2b18809000 rw-p 00000000 00:00 0 
| 7a2b18809000-7a2b1880a000 ---p 00000000 00:00 0 
| 7a2b1880a000-7a2b1884b000 rw-p 00000000 00:00 0 
| 7a2b1884b000-7a2b1884c000 ---p 00000000 00:00 0 
| 7a2b1884c000-7a2b1888d000 rw-p 00000000 00:00 0 
| 7a2b1888d000-7a2b1888e000 ---p 00000000 00:00 0 
| 7a2b1888e000-7a2b188cf000 rw-p 00000000 00:00 0 
| 7a2b188cf000-7a2b188d0000 ---p 00000000 00:00 0 
| 7a2b188d0000-7a2b190f0000 rw-p 00000000 00:00 0 
| 7a2b190ff000-7a2b32600000 rw-p 00000000 00:00 0 
| 7a2b32600000-7a2b32628000 r--p 00000000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7a2b32628000-7a2b327b0000 r-xp 00028000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7a2b327b0000-7a2b327ff000 r--p 001b0000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7a2b327ff000-7a2b32803000 r--p 001fe000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7a2b32803000-7a2b32805000 rw-p 00202000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7a2b32805000-7a2b32812000 rw-p 00000000 00:00 0 
| 7a2b32815000-7a2b32817000 r--p 00000000 103:02 4461096                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7a2b32817000-7a2b3281c000 r-xp 00002000 103:02 4461096                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7a2b3281c000-7a2b3281d000 r--p 00007000 103:02 4461096                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7a2b3281d000-7a2b3281e000 r--p 00008000 103:02 4461096                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7a2b3281e000-7a2b3281f000 rw-p 00009000 103:02 4461096                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7a2b3281f000-7a2b32823000 r--p 00000000 103:02 4332204                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7a2b32823000-7a2b3282b000 r-xp 00004000 103:02 4332204                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7a2b3282b000-7a2b3282e000 r--p 0000c000 103:02 4332204                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7a2b3282e000-7a2b3282f000 r--p 0000e000 103:02 4332204                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7a2b3282f000-7a2b32830000 rw-p 0000f000 103:02 4332204                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7a2b32830000-7a2b32860000 rw-p 00000000 00:00 0 
| 7a2b32869000-7a2b3286a000 r--p 00000000 103:02 4461327                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7a2b3286a000-7a2b3286c000 r-xp 00001000 103:02 4461327                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7a2b3286c000-7a2b3286d000 r--p 00003000 103:02 4461327                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7a2b3286d000-7a2b3286e000 r--p 00003000 103:02 4461327                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7a2b3286e000-7a2b3286f000 rw-p 00004000 103:02 4461327                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7a2b3286f000-7a2b328e0000 rw-p 00000000 00:00 0 
| 7a2b328e4000-7a2b328e9000 rw-p 00000000 00:00 0 
| 7a2b328e9000-7a2b328ed000 r--p 00000000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7a2b328ed000-7a2b32910000 r-xp 00004000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7a2b32910000-7a2b32914000 r--p 00027000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7a2b32914000-7a2b32915000 r--p 0002b000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7a2b32915000-7a2b32916000 rw-p 0002c000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7a2b32916000-7a2b32926000 r--p 00000000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7a2b32926000-7a2b329a5000 r-xp 00010000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7a2b329a5000-7a2b329fd000 r--p 0008f000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7a2b329fd000-7a2b329fe000 r--p 000e7000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7a2b329fe000-7a2b329ff000 rw-p 000e8000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7a2b329ff000-7a2b32a01000 r--p 00000000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7a2b32a01000-7a2b32a16000 r-xp 00002000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7a2b32a16000-7a2b32a2f000 r--p 00017000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7a2b32a2f000-7a2b32a30000 r--p 0002f000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7a2b32a30000-7a2b32a31000 rw-p 00030000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7a2b32a31000-7a2b32a39000 rw-p 00000000 00:00 0 
| 7a2b32a39000-7a2b32a43000 r--p 00000000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7a2b32a43000-7a2b32aa5000 r-xp 0000a000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7a2b32aa5000-7a2b32abc000 r--p 0006c000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7a2b32abc000-7a2b32abd000 r--p 00083000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7a2b32abd000-7a2b32abe000 rw-p 00084000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7a2b32abe000-7a2b32ac1000 r--p 00000000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7a2b32ac1000-7a2b32ad4000 r-xp 00003000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7a2b32ad4000-7a2b32adb000 r--p 00016000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7a2b32adb000-7a2b32adc000 r--p 0001c000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7a2b32adc000-7a2b32add000 rw-p 0001d000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7a2b32adf000-7a2b32ae1000 r--p 00000000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7a2b32ae1000-7a2b32ae8000 r-xp 00002000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7a2b32ae8000-7a2b32ae9000 r--p 00009000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7a2b32ae9000-7a2b32aea000 r--p 0000a000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7a2b32aea000-7a2b32aeb000 rw-p 0000b000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7a2b32aeb000-7a2b32aec000 r--p 00000000 103:02 4461491                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7a2b32aec000-7a2b32aed000 r-xp 00001000 103:02 4461491                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7a2b32aed000-7a2b32aee000 r--p 00002000 103:02 4461491                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7a2b32aee000-7a2b32aef000 r--p 00002000 103:02 4461491                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7a2b32aef000-7a2b32af0000 rw-p 00003000 103:02 4461491                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7a2b32af0000-7a2b32af1000 r--p 00000000 103:02 4461416                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7a2b32af1000-7a2b32af2000 r-xp 00001000 103:02 4461416                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7a2b32af2000-7a2b32af3000 r--p 00002000 103:02 4461416                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7a2b32af3000-7a2b32af4000 r--p 00002000 103:02 4461416                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7a2b32af4000-7a2b32af5000 rw-p 00003000 103:02 4461416                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7a2b32af5000-7a2b32af7000 rw-p 00000000 00:00 0 
| 7a2b32af7000-7a2b32af8000 r--p 00000000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7a2b32af8000-7a2b32b23000 r-xp 00001000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7a2b32b23000-7a2b32b2d000 r--p 0002c000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7a2b32b2d000-7a2b32b2f000 r--p 00036000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7a2b32b2f000-7a2b32b31000 rw-p 00038000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fffd4cdb000-7fffd54da000 rw-p 00000000 00:00 0                          [stack]
| 7fffd5515000-7fffd5519000 r--p 00000000 00:00 0                          [vvar]
| 7fffd5519000-7fffd551b000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


  4) 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]


  5) 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>.

  6) 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>.

  7) 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>.

  8) Failure:
TestYJIT#test_yjit_enable [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:59]:
pid 205753 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:51: [BUG] Segmentation fault at 0x00005eda6f8386a5
| ruby 3.4.0dev (2024-02-26T11:45:48Z master 1ca3482e0a) +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:0019a0 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: 0x00005eda6f8386a5 RBP: 0x0000000000000000 RSP: 0x00007ffd989f75c0
|  RAX: 0x00007478e3f608c3 RBX: 0x00007478e3e63ed8 RCX: 0x0000000000000003
|  RDX: 0x0000000000000014 RDI: 0x4000000000000001 RSI: 0x00007478c916d530
|   R8: 0x0000000000000004  R9: 0x00007478c916d530 R10: 0x00007478c96f5bd8
|  R11: 0x0000000000000003 R12: 0x0000000000000be1 R13: 0x00007478e3f60800
|  R14: 0x00005eda6cb59c70 R15: 0x00007478e3f60870 EFL: 0x0000000000010202
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x5eda6c5cbd73] /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) [0x5eda6c77748c] /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) [0x5eda6c5116df] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/signal.c:926
| /lib/x86_64-linux-gnu/libc.so.6(0x7478e3c45320) [0x7478e3c45320]
| [0x5eda6f8386a5]
| 
| -- 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:
| 
| 5eda6c358000-5eda6c39c000 r--p 00000000 103:02 4334358                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5eda6c39c000-5eda6c7e1000 r-xp 00044000 103:02 4334358                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5eda6c7e1000-5eda6c977000 r--p 00489000 103:02 4334358                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5eda6c977000-5eda6c98f000 r--p 0061e000 103:02 4334358                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5eda6c98f000-5eda6c990000 rw-p 00636000 103:02 4334358                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5eda6c990000-5eda6c9a5000 rw-p 00000000 00:00 0 
| 5eda6cb56000-5eda6d767000 rw-p 00000000 00:00 0                          [heap]
| 5eda6d837000-5eda6f837000 r-xp 00000000 00:00 0 
| 5eda6f837000-5eda71837000 rw-p 00000000 00:00 0 
| 5eda719ef000-5eda71a2e000 r-xp 00000000 00:00 0 
| 5eda71a2e000-5eda749ef000 ---p 00000000 00:00 0 
| 7478c5501000-7478c5a00000 rw-p 00000000 00:00 0 
| 7478c5e00000-7478c6007000 r--s 00000000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7478c6200000-7478c910e000 r--s 00000000 103:02 4334358                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 7478c9160000-7478c9460000 rw-p 00000000 00:00 0 
| 7478c9470000-7478c9560000 rw-p 00000000 00:00 0 
| 7478c9570000-7478c9710000 rw-p 00000000 00:00 0 
| 7478c971f000-7478c9720000 ---p 00000000 00:00 0 
| 7478c9720000-7478c9761000 rw-p 00000000 00:00 0 
| 7478c9761000-7478c9762000 ---p 00000000 00:00 0 
| 7478c9762000-7478c97a3000 rw-p 00000000 00:00 0 
| 7478c97a3000-7478c97a4000 ---p 00000000 00:00 0 
| 7478c97a4000-7478c97e5000 rw-p 00000000 00:00 0 
| 7478c97e5000-7478c97e6000 ---p 00000000 00:00 0 
| 7478c97e6000-7478c9827000 rw-p 00000000 00:00 0 
| 7478c9827000-7478c9828000 ---p 00000000 00:00 0 
| 7478c9828000-7478c9869000 rw-p 00000000 00:00 0 
| 7478c9869000-7478c986a000 ---p 00000000 00:00 0 
| 7478c986a000-7478c98ab000 rw-p 00000000 00:00 0 
| 7478c98ab000-7478c98ac000 ---p 00000000 00:00 0 
| 7478c98ac000-7478c98ed000 rw-p 00000000 00:00 0 
| 7478c98ed000-7478c98ee000 ---p 00000000 00:00 0 
| 7478c98ee000-7478c992f000 rw-p 00000000 00:00 0 
| 7478c992f000-7478c9930000 ---p 00000000 00:00 0 
| 7478c9930000-7478c9971000 rw-p 00000000 00:00 0 
| 7478c9971000-7478c9972000 ---p 00000000 00:00 0 
| 7478c9972000-7478c99b3000 rw-p 00000000 00:00 0 
| 7478c99b3000-7478c99b4000 ---p 00000000 00:00 0 
| 7478c99b4000-7478c99f5000 rw-p 00000000 00:00 0 
| 7478c99f5000-7478c99f6000 ---p 00000000 00:00 0 
| 7478c99f6000-7478c9a37000 rw-p 00000000 00:00 0 
| 7478c9a37000-7478c9a38000 ---p 00000000 00:00 0 
| 7478c9a38000-7478c9a79000 rw-p 00000000 00:00 0 
| 7478c9a79000-7478c9a7a000 ---p 00000000 00:00 0 
| 7478c9a7a000-7478c9abb000 rw-p 00000000 00:00 0 
| 7478c9abb000-7478c9abc000 ---p 00000000 00:00 0 
| 7478c9abc000-7478c9afd000 rw-p 00000000 00:00 0 
| 7478c9afd000-7478c9afe000 ---p 00000000 00:00 0 
| 7478c9afe000-7478c9b3f000 rw-p 00000000 00:00 0 
| 7478c9b3f000-7478c9b40000 ---p 00000000 00:00 0 
| 7478c9b40000-7478c9b81000 rw-p 00000000 00:00 0 
| 7478c9b81000-7478c9b82000 ---p 00000000 00:00 0 
| 7478c9b82000-7478c9bc3000 rw-p 00000000 00:00 0 
| 7478c9bc3000-7478c9bc4000 ---p 00000000 00:00 0 
| 7478c9bc4000-7478c9c05000 rw-p 00000000 00:00 0 
| 7478c9c05000-7478c9c06000 ---p 00000000 00:00 0 
| 7478c9c06000-7478c9c47000 rw-p 00000000 00:00 0 
| 7478c9c47000-7478c9c48000 ---p 00000000 00:00 0 
| 7478c9c48000-7478c9c89000 rw-p 00000000 00:00 0 
| 7478c9c89000-7478c9c8a000 ---p 00000000 00:00 0 
| 7478c9c8a000-7478c9ccb000 rw-p 00000000 00:00 0 
| 7478c9ccb000-7478c9ccc000 ---p 00000000 00:00 0 
| 7478c9ccc000-7478c9d0d000 rw-p 00000000 00:00 0 
| 7478c9d0d000-7478c9d0e000 ---p 00000000 00:00 0 
| 7478c9d0e000-7478c9d4f000 rw-p 00000000 00:00 0 
| 7478c9d4f000-7478c9d50000 ---p 00000000 00:00 0 
| 7478c9d50000-7478c9d91000 rw-p 00000000 00:00 0 
| 7478c9d91000-7478c9d92000 ---p 00000000 00:00 0 
| 7478c9d92000-7478c9dd3000 rw-p 00000000 00:00 0 
| 7478c9dd3000-7478c9dd4000 ---p 00000000 00:00 0 
| 7478c9dd4000-7478c9e15000 rw-p 00000000 00:00 0 
| 7478c9e15000-7478c9e16000 ---p 00000000 00:00 0 
| 7478c9e16000-7478c9e57000 rw-p 00000000 00:00 0 
| 7478c9e57000-7478c9e58000 ---p 00000000 00:00 0 
| 7478c9e58000-7478c9e99000 rw-p 00000000 00:00 0 
| 7478c9e99000-7478c9e9a000 ---p 00000000 00:00 0 
| 7478c9e9a000-7478c9edb000 rw-p 00000000 00:00 0 
| 7478c9edb000-7478c9edc000 ---p 00000000 00:00 0 
| 7478c9edc000-7478c9f1d000 rw-p 00000000 00:00 0 
| 7478c9f1d000-7478c9f1e000 ---p 00000000 00:00 0 
| 7478c9f1e000-7478c9f5f000 rw-p 00000000 00:00 0 
| 7478c9f5f000-7478c9f60000 ---p 00000000 00:00 0 
| 7478c9f60000-7478ca790000 rw-p 00000000 00:00 0 
| 7478ca795000-7478ca797000 r--p 00000000 103:02 4461096                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7478ca797000-7478ca79c000 r-xp 00002000 103:02 4461096                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7478ca79c000-7478ca79d000 r--p 00007000 103:02 4461096                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7478ca79d000-7478ca79e000 r--p 00008000 103:02 4461096                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7478ca79e000-7478ca79f000 rw-p 00009000 103:02 4461096                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7478ca79f000-7478e3c00000 rw-p 00000000 00:00 0 
| 7478e3c00000-7478e3c28000 r--p 00000000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7478e3c28000-7478e3db0000 r-xp 00028000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7478e3db0000-7478e3dff000 r--p 001b0000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7478e3dff000-7478e3e03000 r--p 001fe000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7478e3e03000-7478e3e05000 rw-p 00202000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7478e3e05000-7478e3e12000 rw-p 00000000 00:00 0 
| 7478e3e19000-7478e3e1a000 r--p 00000000 103:02 4461327                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7478e3e1a000-7478e3e1c000 r-xp 00001000 103:02 4461327                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7478e3e1c000-7478e3e1d000 r--p 00003000 103:02 4461327                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7478e3e1d000-7478e3e1e000 r--p 00003000 103:02 4461327                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7478e3e1e000-7478e3e1f000 rw-p 00004000 103:02 4461327                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7478e3e1f000-7478e3e23000 r--p 00000000 103:02 4332204                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7478e3e23000-7478e3e2b000 r-xp 00004000 103:02 4332204                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7478e3e2b000-7478e3e2e000 r--p 0000c000 103:02 4332204                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7478e3e2e000-7478e3e2f000 r--p 0000e000 103:02 4332204                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7478e3e2f000-7478e3e30000 rw-p 0000f000 103:02 4332204                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7478e3e30000-7478e3e60000 rw-p 00000000 00:00 0 
| 7478e3e62000-7478e3f68000 rw-p 00000000 00:00 0 
| 7478e3f68000-7478e3f6c000 r--p 00000000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7478e3f6c000-7478e3f8f000 r-xp 00004000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7478e3f8f000-7478e3f93000 r--p 00027000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7478e3f93000-7478e3f94000 r--p 0002b000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7478e3f94000-7478e3f95000 rw-p 0002c000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7478e3f95000-7478e3fa5000 r--p 00000000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7478e3fa5000-7478e4024000 r-xp 00010000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7478e4024000-7478e407c000 r--p 0008f000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7478e407c000-7478e407d000 r--p 000e7000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7478e407d000-7478e407e000 rw-p 000e8000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7478e407e000-7478e4080000 r--p 00000000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7478e4080000-7478e4095000 r-xp 00002000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7478e4095000-7478e40ae000 r--p 00017000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7478e40ae000-7478e40af000 r--p 0002f000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7478e40af000-7478e40b0000 rw-p 00030000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7478e40b0000-7478e40b8000 rw-p 00000000 00:00 0 
| 7478e40b8000-7478e40c2000 r--p 00000000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7478e40c2000-7478e4124000 r-xp 0000a000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7478e4124000-7478e413b000 r--p 0006c000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7478e413b000-7478e413c000 r--p 00083000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7478e413c000-7478e413d000 rw-p 00084000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7478e413d000-7478e4140000 r--p 00000000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7478e4140000-7478e4153000 r-xp 00003000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7478e4153000-7478e415a000 r--p 00016000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7478e415a000-7478e415b000 r--p 0001c000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7478e415b000-7478e415c000 rw-p 0001d000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7478e415e000-7478e4160000 r--p 00000000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7478e4160000-7478e4167000 r-xp 00002000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7478e4167000-7478e4168000 r--p 00009000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7478e4168000-7478e4169000 r--p 0000a000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7478e4169000-7478e416a000 rw-p 0000b000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7478e416a000-7478e416b000 r--p 00000000 103:02 4461491                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7478e416b000-7478e416c000 r-xp 00001000 103:02 4461491                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7478e416c000-7478e416d000 r--p 00002000 103:02 4461491                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7478e416d000-7478e416e000 r--p 00002000 103:02 4461491                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7478e416e000-7478e416f000 rw-p 00003000 103:02 4461491                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7478e416f000-7478e4170000 r--p 00000000 103:02 4461416                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7478e4170000-7478e4171000 r-xp 00001000 103:02 4461416                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7478e4171000-7478e4172000 r--p 00002000 103:02 4461416                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7478e4172000-7478e4173000 r--p 00002000 103:02 4461416                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7478e4173000-7478e4174000 rw-p 00003000 103:02 4461416                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7478e4174000-7478e4176000 rw-p 00000000 00:00 0 
| 7478e4176000-7478e4177000 r--p 00000000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7478e4177000-7478e41a2000 r-xp 00001000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7478e41a2000-7478e41ac000 r--p 0002c000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7478e41ac000-7478e41ae000 r--p 00036000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7478e41ae000-7478e41b0000 rw-p 00038000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffd98206000-7ffd98a05000 rw-p 00000000 00:00 0                          [stack]
| 7ffd98ac3000-7ffd98ac7000 r--p 00000000 00:00 0                          [vvar]
| 7ffd98ac7000-7ffd98ac9000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


  9) 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>.

 10) 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 205848 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:51: [BUG] Segmentation fault at 0x00005fe870b886a5
| ruby 3.4.0dev (2024-02-26T11:45:48Z master 1ca3482e0a) +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:000d10 METHOD <internal:yjit>:39
| c:0002 p:0054 s:0006 e:000005 EVAL   -:9 [FINISH]
| c:0001 p:0000 s:0003 E:000460 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: 0x00005fe870b886a5 RBP: 0x0000000000000000 RSP: 0x00007ffc70ef6510
|  RAX: 0x00007daa7291d8c3 RBX: 0x00007daa72820ed8 RCX: 0x0000000000000003
|  RDX: 0x0000000000000014 RDI: 0x4000000000000001 RSI: 0x00007daa57b1d468
|   R8: 0x0000000000000004  R9: 0x00007daa57b1d468 R10: 0x00007daa580c5be0
|  R11: 0x0000000000000003 R12: 0x0000000000000be1 R13: 0x00007daa7291d800
|  R14: 0x00005fe86de41c70 R15: 0x00007daa7291d870 EFL: 0x0000000000010202
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x5fe86cd1bd73] /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) [0x5fe86cec748c] /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) [0x5fe86cc616df] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/signal.c:926
| /lib/x86_64-linux-gnu/libc.so.6(0x7daa72645320) [0x7daa72645320]
| [0x5fe870b886a5]
| 
| -- 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:
| 
| 5fe86caa8000-5fe86caec000 r--p 00000000 103:02 4334358                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5fe86caec000-5fe86cf31000 r-xp 00044000 103:02 4334358                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5fe86cf31000-5fe86d0c7000 r--p 00489000 103:02 4334358                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5fe86d0c7000-5fe86d0df000 r--p 0061e000 103:02 4334358                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5fe86d0df000-5fe86d0e0000 rw-p 00636000 103:02 4334358                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5fe86d0e0000-5fe86d0f5000 rw-p 00000000 00:00 0 
| 5fe86de3e000-5fe86ea4f000 rw-p 00000000 00:00 0                          [heap]
| 5fe86eb87000-5fe870b87000 r-xp 00000000 00:00 0 
| 5fe870b87000-5fe872b87000 rw-p 00000000 00:00 0 
| 5fe872d3f000-5fe872d92000 r-xp 00000000 00:00 0 
| 5fe872d92000-5fe875d3f000 ---p 00000000 00:00 0 
| 7daa53f01000-7daa54400000 rw-p 00000000 00:00 0 
| 7daa54800000-7daa54a07000 r--s 00000000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7daa54c00000-7daa57b0e000 r--s 00000000 103:02 4334358                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 7daa57b10000-7daa57e10000 rw-p 00000000 00:00 0 
| 7daa57e20000-7daa57f10000 rw-p 00000000 00:00 0 
| 7daa57f20000-7daa58030000 rw-p 00000000 00:00 0 
| 7daa5803f000-7daa58043000 r--p 00000000 103:02 4332204                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7daa58043000-7daa5804b000 r-xp 00004000 103:02 4332204                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7daa5804b000-7daa5804e000 r--p 0000c000 103:02 4332204                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7daa5804e000-7daa5804f000 r--p 0000e000 103:02 4332204                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7daa5804f000-7daa58050000 rw-p 0000f000 103:02 4332204                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7daa58050000-7daa580e0000 rw-p 00000000 00:00 0 
| 7daa580ef000-7daa580f0000 ---p 00000000 00:00 0 
| 7daa580f0000-7daa58131000 rw-p 00000000 00:00 0 
| 7daa58131000-7daa58132000 ---p 00000000 00:00 0 
| 7daa58132000-7daa58173000 rw-p 00000000 00:00 0 
| 7daa58173000-7daa58174000 ---p 00000000 00:00 0 
| 7daa58174000-7daa581b5000 rw-p 00000000 00:00 0 
| 7daa581b5000-7daa581b6000 ---p 00000000 00:00 0 
| 7daa581b6000-7daa581f7000 rw-p 00000000 00:00 0 
| 7daa581f7000-7daa581f8000 ---p 00000000 00:00 0 
| 7daa581f8000-7daa58239000 rw-p 00000000 00:00 0 
| 7daa58239000-7daa5823a000 ---p 00000000 00:00 0 
| 7daa5823a000-7daa5827b000 rw-p 00000000 00:00 0 
| 7daa5827b000-7daa5827c000 ---p 00000000 00:00 0 
| 7daa5827c000-7daa582bd000 rw-p 00000000 00:00 0 
| 7daa582bd000-7daa582be000 ---p 00000000 00:00 0 
| 7daa582be000-7daa582ff000 rw-p 00000000 00:00 0 
| 7daa582ff000-7daa58300000 ---p 00000000 00:00 0 
| 7daa58300000-7daa58341000 rw-p 00000000 00:00 0 
| 7daa58341000-7daa58342000 ---p 00000000 00:00 0 
| 7daa58342000-7daa58383000 rw-p 00000000 00:00 0 
| 7daa58383000-7daa58384000 ---p 00000000 00:00 0 
| 7daa58384000-7daa583c5000 rw-p 00000000 00:00 0 
| 7daa583c5000-7daa583c6000 ---p 00000000 00:00 0 
| 7daa583c6000-7daa58407000 rw-p 00000000 00:00 0 
| 7daa58407000-7daa58408000 ---p 00000000 00:00 0 
| 7daa58408000-7daa58449000 rw-p 00000000 00:00 0 
| 7daa58449000-7daa5844a000 ---p 00000000 00:00 0 
| 7daa5844a000-7daa5848b000 rw-p 00000000 00:00 0 
| 7daa5848b000-7daa5848c000 ---p 00000000 00:00 0 
| 7daa5848c000-7daa584cd000 rw-p 00000000 00:00 0 
| 7daa584cd000-7daa584ce000 ---p 00000000 00:00 0 
| 7daa584ce000-7daa5850f000 rw-p 00000000 00:00 0 
| 7daa5850f000-7daa58510000 ---p 00000000 00:00 0 
| 7daa58510000-7daa58551000 rw-p 00000000 00:00 0 
| 7daa58551000-7daa58552000 ---p 00000000 00:00 0 
| 7daa58552000-7daa58593000 rw-p 00000000 00:00 0 
| 7daa58593000-7daa58594000 ---p 00000000 00:00 0 
| 7daa58594000-7daa585d5000 rw-p 00000000 00:00 0 
| 7daa585d5000-7daa585d6000 ---p 00000000 00:00 0 
| 7daa585d6000-7daa58617000 rw-p 00000000 00:00 0 
| 7daa58617000-7daa58618000 ---p 00000000 00:00 0 
| 7daa58618000-7daa58659000 rw-p 00000000 00:00 0 
| 7daa58659000-7daa5865a000 ---p 00000000 00:00 0 
| 7daa5865a000-7daa5869b000 rw-p 00000000 00:00 0 
| 7daa5869b000-7daa5869c000 ---p 00000000 00:00 0 
| 7daa5869c000-7daa586dd000 rw-p 00000000 00:00 0 
| 7daa586dd000-7daa586de000 ---p 00000000 00:00 0 
| 7daa586de000-7daa5871f000 rw-p 00000000 00:00 0 
| 7daa5871f000-7daa58720000 ---p 00000000 00:00 0 
| 7daa58720000-7daa58761000 rw-p 00000000 00:00 0 
| 7daa58761000-7daa58762000 ---p 00000000 00:00 0 
| 7daa58762000-7daa587a3000 rw-p 00000000 00:00 0 
| 7daa587a3000-7daa587a4000 ---p 00000000 00:00 0 
| 7daa587a4000-7daa587e5000 rw-p 00000000 00:00 0 
| 7daa587e5000-7daa587e6000 ---p 00000000 00:00 0 
| 7daa587e6000-7daa58827000 rw-p 00000000 00:00 0 
| 7daa58827000-7daa58828000 ---p 00000000 00:00 0 
| 7daa58828000-7daa58869000 rw-p 00000000 00:00 0 
| 7daa58869000-7daa5886a000 ---p 00000000 00:00 0 
| 7daa5886a000-7daa588ab000 rw-p 00000000 00:00 0 
| 7daa588ab000-7daa588ac000 ---p 00000000 00:00 0 
| 7daa588ac000-7daa588ed000 rw-p 00000000 00:00 0 
| 7daa588ed000-7daa588ee000 ---p 00000000 00:00 0 
| 7daa588ee000-7daa5892f000 rw-p 00000000 00:00 0 
| 7daa5892f000-7daa58930000 ---p 00000000 00:00 0 
| 7daa58930000-7daa59180000 rw-p 00000000 00:00 0 
| 7daa59185000-7daa59187000 r--p 00000000 103:02 4461096                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7daa59187000-7daa5918c000 r-xp 00002000 103:02 4461096                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7daa5918c000-7daa5918d000 r--p 00007000 103:02 4461096                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7daa5918d000-7daa5918e000 r--p 00008000 103:02 4461096                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7daa5918e000-7daa5918f000 rw-p 00009000 103:02 4461096                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7daa5918f000-7daa72600000 rw-p 00000000 00:00 0 
| 7daa72600000-7daa72628000 r--p 00000000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7daa72628000-7daa727b0000 r-xp 00028000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7daa727b0000-7daa727ff000 r--p 001b0000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7daa727ff000-7daa72803000 r--p 001fe000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7daa72803000-7daa72805000 rw-p 00202000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7daa72805000-7daa72812000 rw-p 00000000 00:00 0 
| 7daa72819000-7daa7281a000 r--p 00000000 103:02 4461327                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7daa7281a000-7daa7281c000 r-xp 00001000 103:02 4461327                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7daa7281c000-7daa7281d000 r--p 00003000 103:02 4461327                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7daa7281d000-7daa7281e000 r--p 00003000 103:02 4461327                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7daa7281e000-7daa7281f000 rw-p 00004000 103:02 4461327                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7daa7281f000-7daa72925000 rw-p 00000000 00:00 0 
| 7daa72925000-7daa72929000 r--p 00000000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7daa72929000-7daa7294c000 r-xp 00004000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7daa7294c000-7daa72950000 r--p 00027000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7daa72950000-7daa72951000 r--p 0002b000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7daa72951000-7daa72952000 rw-p 0002c000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7daa72952000-7daa72962000 r--p 00000000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7daa72962000-7daa729e1000 r-xp 00010000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7daa729e1000-7daa72a39000 r--p 0008f000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7daa72a39000-7daa72a3a000 r--p 000e7000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7daa72a3a000-7daa72a3b000 rw-p 000e8000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7daa72a3b000-7daa72a3d000 r--p 00000000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7daa72a3d000-7daa72a52000 r-xp 00002000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7daa72a52000-7daa72a6b000 r--p 00017000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7daa72a6b000-7daa72a6c000 r--p 0002f000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7daa72a6c000-7daa72a6d000 rw-p 00030000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7daa72a6d000-7daa72a75000 rw-p 00000000 00:00 0 
| 7daa72a75000-7daa72a7f000 r--p 00000000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7daa72a7f000-7daa72ae1000 r-xp 0000a000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7daa72ae1000-7daa72af8000 r--p 0006c000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7daa72af8000-7daa72af9000 r--p 00083000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7daa72af9000-7daa72afa000 rw-p 00084000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7daa72afa000-7daa72afd000 r--p 00000000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7daa72afd000-7daa72b10000 r-xp 00003000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7daa72b10000-7daa72b17000 r--p 00016000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7daa72b17000-7daa72b18000 r--p 0001c000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7daa72b18000-7daa72b19000 rw-p 0001d000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7daa72b1b000-7daa72b1d000 r--p 00000000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7daa72b1d000-7daa72b24000 r-xp 00002000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7daa72b24000-7daa72b25000 r--p 00009000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7daa72b25000-7daa72b26000 r--p 0000a000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7daa72b26000-7daa72b27000 rw-p 0000b000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7daa72b27000-7daa72b28000 r--p 00000000 103:02 4461491                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7daa72b28000-7daa72b29000 r-xp 00001000 103:02 4461491                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7daa72b29000-7daa72b2a000 r--p 00002000 103:02 4461491                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7daa72b2a000-7daa72b2b000 r--p 00002000 103:02 4461491                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7daa72b2b000-7daa72b2c000 rw-p 00003000 103:02 4461491                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7daa72b2c000-7daa72b2d000 r--p 00000000 103:02 4461416                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7daa72b2d000-7daa72b2e000 r-xp 00001000 103:02 4461416                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7daa72b2e000-7daa72b2f000 r--p 00002000 103:02 4461416                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7daa72b2f000-7daa72b30000 r--p 00002000 103:02 4461416                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7daa72b30000-7daa72b31000 rw-p 00003000 103:02 4461416                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7daa72b31000-7daa72b33000 rw-p 00000000 00:00 0 
| 7daa72b33000-7daa72b34000 r--p 00000000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7daa72b34000-7daa72b5f000 r-xp 00001000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7daa72b5f000-7daa72b69000 r--p 0002c000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7daa72b69000-7daa72b6b000 r--p 00036000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7daa72b6b000-7daa72b6d000 rw-p 00038000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffc70705000-7ffc70f04000 rw-p 00000000 00:00 0                          [stack]
| 7ffc70f18000-7ffc70f1c000 r--p 00000000 00:00 0                          [vvar]
| 7ffc70f1c000-7ffc70f1e000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


 11) 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>.

 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 206116 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:51: [BUG] Segmentation fault at 0x00005ed2a0cd46a5
| ruby 3.4.0dev (2024-02-26T11:45:48Z master 1ca3482e0a) +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:001290 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: 0x00005ed2a0cd46a5 RBP: 0x0000000000000000 RSP: 0x00007fff6244fdb0
|  RAX: 0x00007a8f503fd8c3 RBX: 0x00007a8f50300ed8 RCX: 0x0000000000000003
|  RDX: 0x0000000000000014 RDI: 0x4000000000000001 RSI: 0x00007a8f3568bdb8
|   R8: 0x0000000000000004  R9: 0x00007a8f3568bdb8 R10: 0x00007a8f35e45bf8
|  R11: 0x0000000000000003 R12: 0x0000000000000be1 R13: 0x00007a8f503fd800
|  R14: 0x00005ed29e1d1c70 R15: 0x00007a8f503fd870 EFL: 0x0000000000010202
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x5ed29c267d73] /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) [0x5ed29c41348c] /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) [0x5ed29c1ad6df] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/signal.c:926
| /lib/x86_64-linux-gnu/libc.so.6(0x7a8f50445320) [0x7a8f50445320]
| [0x5ed2a0cd46a5]
| 
| -- 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:
| 
| 5ed29bff4000-5ed29c038000 r--p 00000000 103:02 4334358                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5ed29c038000-5ed29c47d000 r-xp 00044000 103:02 4334358                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5ed29c47d000-5ed29c613000 r--p 00489000 103:02 4334358                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5ed29c613000-5ed29c62b000 r--p 0061e000 103:02 4334358                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5ed29c62b000-5ed29c62c000 rw-p 00636000 103:02 4334358                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 5ed29c62c000-5ed29c641000 rw-p 00000000 00:00 0 
| 5ed29e1ce000-5ed29ebe6000 rw-p 00000000 00:00 0                          [heap]
| 5ed29ecd3000-5ed2a0cd3000 r-xp 00000000 00:00 0 
| 5ed2a0cd3000-5ed2a2cd3000 rw-p 00000000 00:00 0 
| 5ed2a2e8b000-5ed2a2ede000 r-xp 00000000 00:00 0 
| 5ed2a2ede000-5ed2a5e8b000 ---p 00000000 00:00 0 
| 7a8f31901000-7a8f31e00000 rw-p 00000000 00:00 0 
| 7a8f32200000-7a8f32407000 r--s 00000000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7a8f32600000-7a8f3550e000 r--s 00000000 103:02 4334358                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 7a8f35570000-7a8f35590000 rw-p 00000000 00:00 0 
| 7a8f355a0000-7a8f35600000 rw-p 00000000 00:00 0 
| 7a8f35610000-7a8f35640000 rw-p 00000000 00:00 0 
| 7a8f35650000-7a8f35790000 rw-p 00000000 00:00 0 
| 7a8f3579f000-7a8f359f0000 rw-p 00000000 00:00 0 
| 7a8f35a00000-7a8f35b20000 rw-p 00000000 00:00 0 
| 7a8f35b30000-7a8f35b60000 rw-p 00000000 00:00 0 
| 7a8f35b70000-7a8f35cb0000 rw-p 00000000 00:00 0 
| 7a8f35cc0000-7a8f35e60000 rw-p 00000000 00:00 0 
| 7a8f35e6f000-7a8f35e70000 ---p 00000000 00:00 0 
| 7a8f35e70000-7a8f35eb1000 rw-p 00000000 00:00 0 
| 7a8f35eb1000-7a8f35eb2000 ---p 00000000 00:00 0 
| 7a8f35eb2000-7a8f35ef3000 rw-p 00000000 00:00 0 
| 7a8f35ef3000-7a8f35ef4000 ---p 00000000 00:00 0 
| 7a8f35ef4000-7a8f35f35000 rw-p 00000000 00:00 0 
| 7a8f35f35000-7a8f35f36000 ---p 00000000 00:00 0 
| 7a8f35f36000-7a8f35f77000 rw-p 00000000 00:00 0 
| 7a8f35f77000-7a8f35f78000 ---p 00000000 00:00 0 
| 7a8f35f78000-7a8f35fb9000 rw-p 00000000 00:00 0 
| 7a8f35fb9000-7a8f35fba000 ---p 00000000 00:00 0 
| 7a8f35fba000-7a8f35ffb000 rw-p 00000000 00:00 0 
| 7a8f35ffb000-7a8f35ffc000 ---p 00000000 00:00 0 
| 7a8f35ffc000-7a8f3603d000 rw-p 00000000 00:00 0 
| 7a8f3603d000-7a8f3603e000 ---p 00000000 00:00 0 
| 7a8f3603e000-7a8f3607f000 rw-p 00000000 00:00 0 
| 7a8f3607f000-7a8f36080000 ---p 00000000 00:00 0 
| 7a8f36080000-7a8f360c1000 rw-p 00000000 00:00 0 
| 7a8f360c1000-7a8f360c2000 ---p 00000000 00:00 0 
| 7a8f360c2000-7a8f36103000 rw-p 00000000 00:00 0 
| 7a8f36103000-7a8f36104000 ---p 00000000 00:00 0 
| 7a8f36104000-7a8f36145000 rw-p 00000000 00:00 0 
| 7a8f36145000-7a8f36146000 ---p 00000000 00:00 0 
| 7a8f36146000-7a8f36187000 rw-p 00000000 00:00 0 
| 7a8f36187000-7a8f36188000 ---p 00000000 00:00 0 
| 7a8f36188000-7a8f361c9000 rw-p 00000000 00:00 0 
| 7a8f361c9000-7a8f361ca000 ---p 00000000 00:00 0 
| 7a8f361ca000-7a8f3620b000 rw-p 00000000 00:00 0 
| 7a8f3620b000-7a8f3620c000 ---p 00000000 00:00 0 
| 7a8f3620c000-7a8f3624d000 rw-p 00000000 00:00 0 
| 7a8f3624d000-7a8f3624e000 ---p 00000000 00:00 0 
| 7a8f3624e000-7a8f3628f000 rw-p 00000000 00:00 0 
| 7a8f3628f000-7a8f36290000 ---p 00000000 00:00 0 
| 7a8f36290000-7a8f362d1000 rw-p 00000000 00:00 0 
| 7a8f362d1000-7a8f362d2000 ---p 00000000 00:00 0 
| 7a8f362d2000-7a8f36313000 rw-p 00000000 00:00 0 
| 7a8f36313000-7a8f36314000 ---p 00000000 00:00 0 
| 7a8f36314000-7a8f36355000 rw-p 00000000 00:00 0 
| 7a8f36355000-7a8f36356000 ---p 00000000 00:00 0 
| 7a8f36356000-7a8f36397000 rw-p 00000000 00:00 0 
| 7a8f36397000-7a8f36398000 ---p 00000000 00:00 0 
| 7a8f36398000-7a8f363d9000 rw-p 00000000 00:00 0 
| 7a8f363d9000-7a8f363da000 ---p 00000000 00:00 0 
| 7a8f363da000-7a8f3641b000 rw-p 00000000 00:00 0 
| 7a8f3641b000-7a8f3641c000 ---p 00000000 00:00 0 
| 7a8f3641c000-7a8f3645d000 rw-p 00000000 00:00 0 
| 7a8f3645d000-7a8f3645e000 ---p 00000000 00:00 0 
| 7a8f3645e000-7a8f3649f000 rw-p 00000000 00:00 0 
| 7a8f3649f000-7a8f364a0000 ---p 00000000 00:00 0 
| 7a8f364a0000-7a8f364e1000 rw-p 00000000 00:00 0 
| 7a8f364e1000-7a8f364e2000 ---p 00000000 00:00 0 
| 7a8f364e2000-7a8f36523000 rw-p 00000000 00:00 0 
| 7a8f36523000-7a8f36524000 ---p 00000000 00:00 0 
| 7a8f36524000-7a8f36565000 rw-p 00000000 00:00 0 
| 7a8f36565000-7a8f36566000 ---p 00000000 00:00 0 
| 7a8f36566000-7a8f365a7000 rw-p 00000000 00:00 0 
| 7a8f365a7000-7a8f365a8000 ---p 00000000 00:00 0 
| 7a8f365a8000-7a8f365e9000 rw-p 00000000 00:00 0 
| 7a8f365e9000-7a8f365ea000 ---p 00000000 00:00 0 
| 7a8f365ea000-7a8f3662b000 rw-p 00000000 00:00 0 
| 7a8f3662b000-7a8f3662c000 ---p 00000000 00:00 0 
| 7a8f3662c000-7a8f3666d000 rw-p 00000000 00:00 0 
| 7a8f3666d000-7a8f3666e000 ---p 00000000 00:00 0 
| 7a8f3666e000-7a8f366af000 rw-p 00000000 00:00 0 
| 7a8f366af000-7a8f366b0000 ---p 00000000 00:00 0 
| 7a8f366b0000-7a8f36ef0000 rw-p 00000000 00:00 0 
| 7a8f36eff000-7a8f50400000 rw-p 00000000 00:00 0 
| 7a8f50400000-7a8f50428000 r--p 00000000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7a8f50428000-7a8f505b0000 r-xp 00028000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7a8f505b0000-7a8f505ff000 r--p 001b0000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7a8f505ff000-7a8f50603000 r--p 001fe000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7a8f50603000-7a8f50605000 rw-p 00202000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7a8f50605000-7a8f50612000 rw-p 00000000 00:00 0 
| 7a8f5061f000-7a8f50623000 r--p 00000000 103:02 4332204                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7a8f50623000-7a8f5062b000 r-xp 00004000 103:02 4332204                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7a8f5062b000-7a8f5062e000 r--p 0000c000 103:02 4332204                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7a8f5062e000-7a8f5062f000 r--p 0000e000 103:02 4332204                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7a8f5062f000-7a8f50630000 rw-p 0000f000 103:02 4332204                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7a8f50630000-7a8f50640000 rw-p 00000000 00:00 0 
| 7a8f50645000-7a8f50647000 r--p 00000000 103:02 4461096                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7a8f50647000-7a8f5064c000 r-xp 00002000 103:02 4461096                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7a8f5064c000-7a8f5064d000 r--p 00007000 103:02 4461096                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7a8f5064d000-7a8f5064e000 r--p 00008000 103:02 4461096                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7a8f5064e000-7a8f5064f000 rw-p 00009000 103:02 4461096                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7a8f5064f000-7a8f506c0000 rw-p 00000000 00:00 0 
| 7a8f506c4000-7a8f506c5000 r--p 00000000 103:02 4461327                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7a8f506c5000-7a8f506c7000 r-xp 00001000 103:02 4461327                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7a8f506c7000-7a8f506c8000 r--p 00003000 103:02 4461327                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7a8f506c8000-7a8f506c9000 r--p 00003000 103:02 4461327                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7a8f506c9000-7a8f506ca000 rw-p 00004000 103:02 4461327                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7a8f506ca000-7a8f506cf000 rw-p 00000000 00:00 0 
| 7a8f506cf000-7a8f506d3000 r--p 00000000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7a8f506d3000-7a8f506f6000 r-xp 00004000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7a8f506f6000-7a8f506fa000 r--p 00027000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7a8f506fa000-7a8f506fb000 r--p 0002b000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7a8f506fb000-7a8f506fc000 rw-p 0002c000 103:02 2097764                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7a8f506fc000-7a8f5070c000 r--p 00000000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7a8f5070c000-7a8f5078b000 r-xp 00010000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7a8f5078b000-7a8f507e3000 r--p 0008f000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7a8f507e3000-7a8f507e4000 r--p 000e7000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7a8f507e4000-7a8f507e5000 rw-p 000e8000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7a8f507e5000-7a8f507e7000 r--p 00000000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7a8f507e7000-7a8f507fc000 r-xp 00002000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7a8f507fc000-7a8f50815000 r--p 00017000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7a8f50815000-7a8f50816000 r--p 0002f000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7a8f50816000-7a8f50817000 rw-p 00030000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7a8f50817000-7a8f5081f000 rw-p 00000000 00:00 0 
| 7a8f5081f000-7a8f50829000 r--p 00000000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7a8f50829000-7a8f5088b000 r-xp 0000a000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7a8f5088b000-7a8f508a2000 r--p 0006c000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7a8f508a2000-7a8f508a3000 r--p 00083000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7a8f508a3000-7a8f508a4000 rw-p 00084000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7a8f508a4000-7a8f508a7000 r--p 00000000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7a8f508a7000-7a8f508ba000 r-xp 00003000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7a8f508ba000-7a8f508c1000 r--p 00016000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7a8f508c1000-7a8f508c2000 r--p 0001c000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7a8f508c2000-7a8f508c3000 rw-p 0001d000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7a8f508c5000-7a8f508c7000 r--p 00000000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7a8f508c7000-7a8f508ce000 r-xp 00002000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7a8f508ce000-7a8f508cf000 r--p 00009000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7a8f508cf000-7a8f508d0000 r--p 0000a000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7a8f508d0000-7a8f508d1000 rw-p 0000b000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7a8f508d1000-7a8f508d2000 r--p 00000000 103:02 4461491                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7a8f508d2000-7a8f508d3000 r-xp 00001000 103:02 4461491                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7a8f508d3000-7a8f508d4000 r--p 00002000 103:02 4461491                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7a8f508d4000-7a8f508d5000 r--p 00002000 103:02 4461491                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7a8f508d5000-7a8f508d6000 rw-p 00003000 103:02 4461491                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7a8f508d6000-7a8f508d7000 r--p 00000000 103:02 4461416                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7a8f508d7000-7a8f508d8000 r-xp 00001000 103:02 4461416                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7a8f508d8000-7a8f508d9000 r--p 00002000 103:02 4461416                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7a8f508d9000-7a8f508da000 r--p 00002000 103:02 4461416                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7a8f508da000-7a8f508db000 rw-p 00003000 103:02 4461416                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7a8f508db000-7a8f508dd000 rw-p 00000000 00:00 0 
| 7a8f508dd000-7a8f508de000 r--p 00000000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7a8f508de000-7a8f50909000 r-xp 00001000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7a8f50909000-7a8f50913000 r--p 0002c000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7a8f50913000-7a8f50915000 r--p 00036000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7a8f50915000-7a8f50917000 rw-p 00038000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fff61c5e000-7fff6245d000 rw-p 00000000 00:00 0                          [stack]
| 7fff625a6000-7fff625aa000 r--p 00000000 00:00 0                          [vvar]
| 7fff625aa000-7fff625ac000 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 1250.300839s, 19.7904 tests/s, 5155.4992 assertions/s.
24744 tests, 6445925 assertions, 15 failures, 0 errors, 129 skips

ruby -v: ruby 3.4.0dev (2024-02-26T11:45:48Z master 1ca3482e0a) +RJIT [x86_64-linux]
make: *** [uncommon.mk:948: yes-test-all] エラー 15