虚無庵

徒然なるままに

今日の ruby build 2024-03-09

今日のビルド

2976d91aff4b6dd47d24df92ace6758593b00a3f までを 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:        914

  Classes:     1184 ( 276 undocumented)
  Modules:      206 (  62 undocumented)
  Constants:   2475 ( 615 undocumented)
  Attributes:  1241 ( 225 undocumented)
  Methods:    12282 (1977 undocumented)

  Total:      17388 (3155 undocumented)
   81.86% documented

  Elapsed: 33.2s

今日のテスト

make test-all を実行。

Leaked file descriptor: TestSocket#test_accept_loop_multi_port: 14 #<File::Stat dev=0x8, ino=1067857, 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>
COMMAND     PID   USER   FD   TYPE  DEVICE SIZE/OFF NODE NAME
ruby    1869200 jinroq   14u  IPv4 1067857      0t0  UDP 192.168.0.195:44850->dns.google:domain 
Closed file descriptor: TestSocket#test_closed_read: 14
Leaked file descriptor: TestSocket#test_accept_loop: 12 #<File::Stat dev=0x8, ino=1066718, 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>
COMMAND     PID   USER   FD   TYPE  DEVICE SIZE/OFF NODE NAME
ruby    1869200 jinroq   12u  IPv4 1066718      0t0  UDP 192.168.0.195:44251->dns.google:domain 
Closed file descriptor: TestSocket#test_unix: 12
Finished tests in 868.268816s, 29.6360 tests/s, 7222.8253 assertions/s.
25732 tests, 6271354 assertions, 0 failures, 0 errors, 137 skips

ruby -v: ruby 3.4.0dev (2024-03-09T10:34:36Z master 2976d91aff) [x86_64-linux]

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

2976d91aff4b6dd47d24df92ace6758593b00a3f までを 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
Generating RDoc documentation
Parsing sources...
  0% [ 1/914]  COPYING
  0% [ 2/914]  COPYING.ja
  0% [ 3/914]  LEGAL
  0% [ 4/914]  NEWS.md
  0% [ 5/914]  README.ja.md
  0% [ 6/914]  README.md
  0% [ 7/914]  addr2line.c
  0% [ 8/914]  array.c
  0% [ 9/914]  array.rb
double free or corruption (!prev)
Aborted (core dumped)
make: *** [uncommon.mk:676: rdoc] エラー 134

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

make test-all を実行。

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

昨日のやつが直ったとは思ってないけど、エラーは変わった。

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

2976d91aff4b6dd47d24df92ace6758593b00a3f までを 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=1111915, 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>
COMMAND     PID   USER   FD   TYPE  DEVICE SIZE/OFF NODE NAME
ruby    1814982 jinroq   11u  IPv4 1111915      0t0  UDP 192.168.0.195:55868->dns.google:domain 
Closed file descriptor: TestSocket#test_unix: 11
Finished tests in 896.769664s, 28.6941 tests/s, 6994.1215 assertions/s.
25732 tests, 6272116 assertions, 0 failures, 0 errors, 139 skips

ruby -v: ruby 3.4.0dev (2024-03-09T10:34:36Z master 2976d91aff) [x86_64-linux]

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

2976d91aff4b6dd47d24df92ace6758593b00a3f までを 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:
TestYJIT#test_yjit_enable_stats_true [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:85]:
pid 1970160 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:51: [BUG] Segmentation fault at 0x0000581fe7137648
| ruby 3.4.0dev (2024-03-09T10:34:36Z master 2976d91aff) +YJIT [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0109 p:0031 s:0990 e:000989 METHOD <internal:array>:51
| c:0108 p:0012 s:0984 e:000983 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035
| c:0107 p:0024 s:0980 e:000979 METHOD <internal:numeric>:238
| c:0106 p:0011 s:0975 e:000974 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034
| c:0105 p:0005 s:0970 e:000969 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57
| 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:0014e0 METHOD <internal:yjit>:39
| c:0002 p:0054 s:0006 e:000005 EVAL   -:9 [FINISH]
| c:0001 p:0000 s:0003 E:000c60 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:57:in 'assemble'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034:in 'set_code_addrs'
| <internal:numeric>:238:in 'times'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035:in 'block in set_code_addrs'
| <internal:array>:51:in 'each'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x0000581fe7137648 RBP: 0x0000581fe46cdee8 RSP: 0x00007fff94d30890
|  RAX: 0x0000000000000000 RBX: 0x00007e66b4d00f00 RCX: 0x0000000000000004
|  RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x00007e6699f1a210
|   R8: 0x0000000000000004  R9: 0x00007e669b7f5c08 R10: 0x00007e6699f1a210
|  R11: 0x0000000000000001 R12: 0x0000000000000024 R13: 0x0000581fe4541c60
|  R14: 0x0000581fe4541c60 R15: 0x00007e66b4dfd838 EFL: 0x0000000000010246
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x581fe36cb8d3] /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) [0x581fe3878b4c] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/error.c:1067
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(sigsegv+0x4f) [0x581fe3610c2f] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/signal.c:926
| /lib/x86_64-linux-gnu/libc.so.6(0x7e66b4e45320) [0x7e66b4e45320]
| [0x581fe7137648]
| 
| -- 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/-test-/asan.so
|    49 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
|    50 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/core_assertions.rb
|    51 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/testcase.rb
|    52 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/optparse.rb
|    53 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit.rb
| 
| * Process memory map:
| 
| 581fe3457000-581fe349b000 r--p 00000000 103:02 4327422                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 581fe349b000-581fe38e6000 r-xp 00044000 103:02 4327422                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 581fe38e6000-581fe3a7f000 r--p 0048f000 103:02 4327422                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 581fe3a7f000-581fe3a97000 r--p 00627000 103:02 4327422                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 581fe3a97000-581fe3a98000 rw-p 0063f000 103:02 4327422                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 581fe3a98000-581fe3aad000 rw-p 00000000 00:00 0 
| 581fe453e000-581fe4f8b000 rw-p 00000000 00:00 0                          [heap]
| 581fe5136000-581fe7136000 r-xp 00000000 00:00 0 
| 581fe7136000-581fe9136000 rw-p 00000000 00:00 0 
| 581fe92f0000-581fe932f000 r-xp 00000000 00:00 0 
| 581fe932f000-581fec2f0000 ---p 00000000 00:00 0 
| 7e6696000000-7e66964ff000 rw-p 00000000 00:00 0 
| 7e6696a00000-7e6696c07000 r--s 00000000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7e6696e00000-7e6699d47000 r--s 00000000 103:02 4327422                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 7e6699e10000-7e6699ed0000 rw-p 00000000 00:00 0 
| 7e6699ee0000-7e6699f00000 rw-p 00000000 00:00 0 
| 7e6699f10000-7e669a221000 rw-p 00000000 00:00 0 
| 7e669a240000-7e669a370000 rw-p 00000000 00:00 0 
| 7e669a380000-7e669a400000 rw-p 00000000 00:00 0 
| 7e669a400000-7e669a401000 ---p 00000000 00:00 0 
| 7e669a401000-7e669a442000 rw-p 00000000 00:00 0 
| 7e669a442000-7e669a443000 ---p 00000000 00:00 0 
| 7e669a443000-7e669a484000 rw-p 00000000 00:00 0 
| 7e669a484000-7e669a485000 ---p 00000000 00:00 0 
| 7e669a485000-7e669a4c6000 rw-p 00000000 00:00 0 
| 7e669a4c6000-7e669a4c7000 ---p 00000000 00:00 0 
| 7e669a4c7000-7e669a508000 rw-p 00000000 00:00 0 
| 7e669a508000-7e669a509000 ---p 00000000 00:00 0 
| 7e669a509000-7e669a54a000 rw-p 00000000 00:00 0 
| 7e669a54a000-7e669a54b000 ---p 00000000 00:00 0 
| 7e669a54b000-7e669a58c000 rw-p 00000000 00:00 0 
| 7e669a58c000-7e669a58d000 ---p 00000000 00:00 0 
| 7e669a58d000-7e669a5ce000 rw-p 00000000 00:00 0 
| 7e669a5ce000-7e669a5cf000 ---p 00000000 00:00 0 
| 7e669a5cf000-7e669a610000 rw-p 00000000 00:00 0 
| 7e669a610000-7e669a611000 ---p 00000000 00:00 0 
| 7e669a611000-7e669a652000 rw-p 00000000 00:00 0 
| 7e669a652000-7e669a653000 ---p 00000000 00:00 0 
| 7e669a653000-7e669a694000 rw-p 00000000 00:00 0 
| 7e669a694000-7e669a695000 ---p 00000000 00:00 0 
| 7e669a695000-7e669a6d6000 rw-p 00000000 00:00 0 
| 7e669a6d6000-7e669a6d7000 ---p 00000000 00:00 0 
| 7e669a6d7000-7e669a718000 rw-p 00000000 00:00 0 
| 7e669a718000-7e669a719000 ---p 00000000 00:00 0 
| 7e669a719000-7e669a75a000 rw-p 00000000 00:00 0 
| 7e669a75a000-7e669a75b000 ---p 00000000 00:00 0 
| 7e669a75b000-7e669a79c000 rw-p 00000000 00:00 0 
| 7e669a79c000-7e669a79d000 ---p 00000000 00:00 0 
| 7e669a79d000-7e669a7de000 rw-p 00000000 00:00 0 
| 7e669a7de000-7e669a7df000 ---p 00000000 00:00 0 
| 7e669a7df000-7e669a820000 rw-p 00000000 00:00 0 
| 7e669a820000-7e669a821000 ---p 00000000 00:00 0 
| 7e669a821000-7e669a862000 rw-p 00000000 00:00 0 
| 7e669a862000-7e669a863000 ---p 00000000 00:00 0 
| 7e669a863000-7e669a8a4000 rw-p 00000000 00:00 0 
| 7e669a8a4000-7e669a8a5000 ---p 00000000 00:00 0 
| 7e669a8a5000-7e669a8e6000 rw-p 00000000 00:00 0 
| 7e669a8e6000-7e669a8e7000 ---p 00000000 00:00 0 
| 7e669a8e7000-7e669a928000 rw-p 00000000 00:00 0 
| 7e669a928000-7e669a929000 ---p 00000000 00:00 0 
| 7e669a929000-7e669a96a000 rw-p 00000000 00:00 0 
| 7e669a96a000-7e669a96b000 ---p 00000000 00:00 0 
| 7e669a96b000-7e669a9ac000 rw-p 00000000 00:00 0 
| 7e669a9ac000-7e669a9ad000 ---p 00000000 00:00 0 
| 7e669a9ad000-7e669a9ee000 rw-p 00000000 00:00 0 
| 7e669a9ee000-7e669a9ef000 ---p 00000000 00:00 0 
| 7e669a9ef000-7e669aa30000 rw-p 00000000 00:00 0 
| 7e669aa30000-7e669aa31000 ---p 00000000 00:00 0 
| 7e669aa31000-7e669aa72000 rw-p 00000000 00:00 0 
| 7e669aa72000-7e669aa73000 ---p 00000000 00:00 0 
| 7e669aa73000-7e669aab4000 rw-p 00000000 00:00 0 
| 7e669aab4000-7e669aab5000 ---p 00000000 00:00 0 
| 7e669aab5000-7e669aaf6000 rw-p 00000000 00:00 0 
| 7e669aaf6000-7e669aaf7000 ---p 00000000 00:00 0 
| 7e669aaf7000-7e669ab38000 rw-p 00000000 00:00 0 
| 7e669ab38000-7e669ab39000 ---p 00000000 00:00 0 
| 7e669ab39000-7e669ab7a000 rw-p 00000000 00:00 0 
| 7e669ab7a000-7e669ab7b000 ---p 00000000 00:00 0 
| 7e669ab7b000-7e669abbc000 rw-p 00000000 00:00 0 
| 7e669abbc000-7e669abbd000 ---p 00000000 00:00 0 
| 7e669abbd000-7e669abfe000 rw-p 00000000 00:00 0 
| 7e669abfe000-7e669abff000 ---p 00000000 00:00 0 
| 7e669abff000-7e669ac40000 rw-p 00000000 00:00 0 
| 7e669ac50000-7e669ac70000 rw-p 00000000 00:00 0 
| 7e669ac80000-7e669acb0000 rw-p 00000000 00:00 0 
| 7e669acc0000-7e669ae00000 rw-p 00000000 00:00 0 
| 7e669ae00000-7e669ae01000 ---p 00000000 00:00 0 
| 7e669ae01000-7e669b601000 rw-p 00000000 00:00 0 
| 7e669b620000-7e669b660000 rw-p 00000000 00:00 0 
| 7e669b670000-7e66b4c00000 rw-p 00000000 00:00 0 
| 7e66b4c10000-7e66b4c70000 rw-p 00000000 00:00 0 
| 7e66b4c75000-7e66b4c77000 r--p 00000000 103:02 4326970                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7e66b4c77000-7e66b4c7c000 r-xp 00002000 103:02 4326970                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7e66b4c7c000-7e66b4c7d000 r--p 00007000 103:02 4326970                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7e66b4c7d000-7e66b4c7e000 r--p 00008000 103:02 4326970                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7e66b4c7e000-7e66b4c7f000 rw-p 00009000 103:02 4326970                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7e66b4c7f000-7e66b4cf0000 rw-p 00000000 00:00 0 
| 7e66b4cf4000-7e66b4cf5000 r--p 00000000 103:02 4326449                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7e66b4cf5000-7e66b4cf6000 r-xp 00001000 103:02 4326449                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7e66b4cf6000-7e66b4cf7000 r--p 00002000 103:02 4326449                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7e66b4cf7000-7e66b4cf8000 r--p 00002000 103:02 4326449                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7e66b4cf8000-7e66b4cf9000 rw-p 00003000 103:02 4326449                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 7e66b4cf9000-7e66b4cfa000 r--p 00000000 103:02 4327310                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7e66b4cfa000-7e66b4cfc000 r-xp 00001000 103:02 4327310                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7e66b4cfc000-7e66b4cfd000 r--p 00003000 103:02 4327310                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7e66b4cfd000-7e66b4cfe000 r--p 00003000 103:02 4327310                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7e66b4cfe000-7e66b4cff000 rw-p 00004000 103:02 4327310                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7e66b4cff000-7e66b4e00000 rw-p 00000000 00:00 0 
| 7e66b4e00000-7e66b4e28000 r--p 00000000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7e66b4e28000-7e66b4fb0000 r-xp 00028000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7e66b4fb0000-7e66b4fff000 r--p 001b0000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7e66b4fff000-7e66b5003000 r--p 001fe000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7e66b5003000-7e66b5005000 rw-p 00202000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7e66b5005000-7e66b5012000 rw-p 00000000 00:00 0 
| 7e66b5016000-7e66b501a000 r--p 00000000 103:02 4326933                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7e66b501a000-7e66b5022000 r-xp 00004000 103:02 4326933                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7e66b5022000-7e66b5025000 r--p 0000c000 103:02 4326933                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7e66b5025000-7e66b5026000 r--p 0000e000 103:02 4326933                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7e66b5026000-7e66b5027000 rw-p 0000f000 103:02 4326933                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7e66b5027000-7e66b502c000 rw-p 00000000 00:00 0 
| 7e66b502c000-7e66b5030000 r--p 00000000 103:02 2098762                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7e66b5030000-7e66b5053000 r-xp 00004000 103:02 2098762                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7e66b5053000-7e66b5057000 r--p 00027000 103:02 2098762                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7e66b5057000-7e66b5058000 r--p 0002b000 103:02 2098762                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7e66b5058000-7e66b5059000 rw-p 0002c000 103:02 2098762                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7e66b5059000-7e66b5069000 r--p 00000000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7e66b5069000-7e66b50e8000 r-xp 00010000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7e66b50e8000-7e66b5140000 r--p 0008f000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7e66b5140000-7e66b5141000 r--p 000e7000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7e66b5141000-7e66b5142000 rw-p 000e8000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7e66b5142000-7e66b5144000 r--p 00000000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7e66b5144000-7e66b5159000 r-xp 00002000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7e66b5159000-7e66b5172000 r--p 00017000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7e66b5172000-7e66b5173000 r--p 0002f000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7e66b5173000-7e66b5174000 rw-p 00030000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7e66b5174000-7e66b517c000 rw-p 00000000 00:00 0 
| 7e66b517c000-7e66b5186000 r--p 00000000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7e66b5186000-7e66b51e8000 r-xp 0000a000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7e66b51e8000-7e66b51ff000 r--p 0006c000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7e66b51ff000-7e66b5200000 r--p 00083000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7e66b5200000-7e66b5201000 rw-p 00084000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7e66b5201000-7e66b5204000 r--p 00000000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7e66b5204000-7e66b5217000 r-xp 00003000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7e66b5217000-7e66b521e000 r--p 00016000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7e66b521e000-7e66b521f000 r--p 0001c000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7e66b521f000-7e66b5220000 rw-p 0001d000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7e66b5222000-7e66b5224000 r--p 00000000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7e66b5224000-7e66b522b000 r-xp 00002000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7e66b522b000-7e66b522c000 r--p 00009000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7e66b522c000-7e66b522d000 r--p 0000a000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7e66b522d000-7e66b522e000 rw-p 0000b000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 7e66b522e000-7e66b522f000 r--p 00000000 103:02 4327570                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7e66b522f000-7e66b5230000 r-xp 00001000 103:02 4327570                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7e66b5230000-7e66b5231000 r--p 00002000 103:02 4327570                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7e66b5231000-7e66b5232000 r--p 00002000 103:02 4327570                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7e66b5232000-7e66b5233000 rw-p 00003000 103:02 4327570                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7e66b5233000-7e66b5234000 r--p 00000000 103:02 4327433                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7e66b5234000-7e66b5235000 r-xp 00001000 103:02 4327433                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7e66b5235000-7e66b5236000 r--p 00002000 103:02 4327433                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7e66b5236000-7e66b5237000 r--p 00002000 103:02 4327433                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7e66b5237000-7e66b5238000 rw-p 00003000 103:02 4327433                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7e66b5238000-7e66b523a000 rw-p 00000000 00:00 0 
| 7e66b523a000-7e66b523b000 r--p 00000000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7e66b523b000-7e66b5266000 r-xp 00001000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7e66b5266000-7e66b5270000 r--p 0002c000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7e66b5270000-7e66b5272000 r--p 00036000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7e66b5272000-7e66b5274000 rw-p 00038000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fff9453f000-7fff94d3e000 rw-p 00000000 00:00 0                          [stack]
| 7fff94dc9000-7fff94dcd000 r--p 00000000 00:00 0                          [vvar]
| 7fff94dcd000-7fff94dcf000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


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

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

  4) Failure:
TestYJIT#test_yjit_enable [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:59]:
pid 1970264 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:51: [BUG] Segmentation fault at 0x00006432c53c5648
| ruby 3.4.0dev (2024-03-09T10:34:36Z master 2976d91aff) +YJIT [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0109 p:0031 s:0990 e:000989 METHOD <internal:array>:51
| c:0108 p:0012 s:0984 e:000983 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035
| c:0107 p:0024 s:0980 e:000979 METHOD <internal:numeric>:238
| c:0106 p:0011 s:0975 e:000974 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034
| c:0105 p:0005 s:0970 e:000969 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57
| 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:000e90 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:57:in 'assemble'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034:in 'set_code_addrs'
| <internal:numeric>:238:in 'times'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035:in 'block in set_code_addrs'
| <internal:array>:51:in 'each'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x00006432c53c5648 RBP: 0x00006432c281aac8 RSP: 0x00007ffe9ba54220
|  RAX: 0x0000000000000000 RBX: 0x0000702c14e1ff00 RCX: 0x0000000000000004
|  RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x0000702bf9ea88b0
|   R8: 0x0000000000000004  R9: 0x0000702c14b15bd8 R10: 0x0000702bf9ea88b0
|  R11: 0x0000000000000001 R12: 0x0000000000000024 R13: 0x00006432c268ec60
|  R14: 0x00006432c268ec60 R15: 0x0000702c14f1c838 EFL: 0x0000000000010246
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x6432c09598d3] /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) [0x6432c0b06b4c] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/error.c:1067
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(sigsegv+0x4f) [0x6432c089ec2f] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/signal.c:926
| /lib/x86_64-linux-gnu/libc.so.6(0x702c14c45320) [0x702c14c45320]
| [0x6432c53c5648]
| 
| -- 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/-test-/asan.so
|    49 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
|    50 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/core_assertions.rb
|    51 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/testcase.rb
|    52 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/optparse.rb
|    53 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit.rb
| 
| * Process memory map:
| 
| 6432c06e5000-6432c0729000 r--p 00000000 103:02 4327422                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 6432c0729000-6432c0b74000 r-xp 00044000 103:02 4327422                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 6432c0b74000-6432c0d0d000 r--p 0048f000 103:02 4327422                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 6432c0d0d000-6432c0d25000 r--p 00627000 103:02 4327422                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 6432c0d25000-6432c0d26000 rw-p 0063f000 103:02 4327422                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 6432c0d26000-6432c0d3b000 rw-p 00000000 00:00 0 
| 6432c268b000-6432c32f3000 rw-p 00000000 00:00 0                          [heap]
| 6432c33c4000-6432c53c4000 r-xp 00000000 00:00 0 
| 6432c53c4000-6432c73c4000 rw-p 00000000 00:00 0 
| 6432c757e000-6432c75ae000 r-xp 00000000 00:00 0 
| 6432c75ae000-6432ca57e000 ---p 00000000 00:00 0 
| 702bf6000000-702bf64ff000 rw-p 00000000 00:00 0 
| 702bf6a00000-702bf6c07000 r--s 00000000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 702bf6c5a000-702bf6e00000 rw-p 00000000 00:00 0 
| 702bf6e00000-702bf9d47000 r--s 00000000 103:02 4327422                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 702bf9ea0000-702bfa200000 rw-p 00000000 00:00 0 
| 702bfa200000-702bfa201000 ---p 00000000 00:00 0 
| 702bfa201000-702bfa242000 rw-p 00000000 00:00 0 
| 702bfa242000-702bfa243000 ---p 00000000 00:00 0 
| 702bfa243000-702bfa284000 rw-p 00000000 00:00 0 
| 702bfa284000-702bfa285000 ---p 00000000 00:00 0 
| 702bfa285000-702bfa2c6000 rw-p 00000000 00:00 0 
| 702bfa2c6000-702bfa2c7000 ---p 00000000 00:00 0 
| 702bfa2c7000-702bfa308000 rw-p 00000000 00:00 0 
| 702bfa308000-702bfa309000 ---p 00000000 00:00 0 
| 702bfa309000-702bfa34a000 rw-p 00000000 00:00 0 
| 702bfa34a000-702bfa34b000 ---p 00000000 00:00 0 
| 702bfa34b000-702bfa38c000 rw-p 00000000 00:00 0 
| 702bfa38c000-702bfa38d000 ---p 00000000 00:00 0 
| 702bfa38d000-702bfa3ce000 rw-p 00000000 00:00 0 
| 702bfa3ce000-702bfa3cf000 ---p 00000000 00:00 0 
| 702bfa3cf000-702bfa410000 rw-p 00000000 00:00 0 
| 702bfa410000-702bfa411000 ---p 00000000 00:00 0 
| 702bfa411000-702bfa452000 rw-p 00000000 00:00 0 
| 702bfa452000-702bfa453000 ---p 00000000 00:00 0 
| 702bfa453000-702bfa494000 rw-p 00000000 00:00 0 
| 702bfa494000-702bfa495000 ---p 00000000 00:00 0 
| 702bfa495000-702bfa4d6000 rw-p 00000000 00:00 0 
| 702bfa4d6000-702bfa4d7000 ---p 00000000 00:00 0 
| 702bfa4d7000-702bfa518000 rw-p 00000000 00:00 0 
| 702bfa518000-702bfa519000 ---p 00000000 00:00 0 
| 702bfa519000-702bfa55a000 rw-p 00000000 00:00 0 
| 702bfa55a000-702bfa55b000 ---p 00000000 00:00 0 
| 702bfa55b000-702bfa59c000 rw-p 00000000 00:00 0 
| 702bfa59c000-702bfa59d000 ---p 00000000 00:00 0 
| 702bfa59d000-702bfa5de000 rw-p 00000000 00:00 0 
| 702bfa5de000-702bfa5df000 ---p 00000000 00:00 0 
| 702bfa5df000-702bfa620000 rw-p 00000000 00:00 0 
| 702bfa620000-702bfa621000 ---p 00000000 00:00 0 
| 702bfa621000-702bfa662000 rw-p 00000000 00:00 0 
| 702bfa662000-702bfa663000 ---p 00000000 00:00 0 
| 702bfa663000-702bfa6a4000 rw-p 00000000 00:00 0 
| 702bfa6a4000-702bfa6a5000 ---p 00000000 00:00 0 
| 702bfa6a5000-702bfa6e6000 rw-p 00000000 00:00 0 
| 702bfa6e6000-702bfa6e7000 ---p 00000000 00:00 0 
| 702bfa6e7000-702bfa728000 rw-p 00000000 00:00 0 
| 702bfa728000-702bfa729000 ---p 00000000 00:00 0 
| 702bfa729000-702bfa76a000 rw-p 00000000 00:00 0 
| 702bfa76a000-702bfa76b000 ---p 00000000 00:00 0 
| 702bfa76b000-702bfa7ac000 rw-p 00000000 00:00 0 
| 702bfa7ac000-702bfa7ad000 ---p 00000000 00:00 0 
| 702bfa7ad000-702bfa7ee000 rw-p 00000000 00:00 0 
| 702bfa7ee000-702bfa7ef000 ---p 00000000 00:00 0 
| 702bfa7ef000-702bfa830000 rw-p 00000000 00:00 0 
| 702bfa830000-702bfa831000 ---p 00000000 00:00 0 
| 702bfa831000-702bfa872000 rw-p 00000000 00:00 0 
| 702bfa872000-702bfa873000 ---p 00000000 00:00 0 
| 702bfa873000-702bfa8b4000 rw-p 00000000 00:00 0 
| 702bfa8b4000-702bfa8b5000 ---p 00000000 00:00 0 
| 702bfa8b5000-702bfa8f6000 rw-p 00000000 00:00 0 
| 702bfa8f6000-702bfa8f7000 ---p 00000000 00:00 0 
| 702bfa8f7000-702bfa938000 rw-p 00000000 00:00 0 
| 702bfa938000-702bfa939000 ---p 00000000 00:00 0 
| 702bfa939000-702bfa97a000 rw-p 00000000 00:00 0 
| 702bfa97a000-702bfa97b000 ---p 00000000 00:00 0 
| 702bfa97b000-702bfa9bc000 rw-p 00000000 00:00 0 
| 702bfa9bc000-702bfa9bd000 ---p 00000000 00:00 0 
| 702bfa9bd000-702bfa9fe000 rw-p 00000000 00:00 0 
| 702bfa9fe000-702bfa9ff000 ---p 00000000 00:00 0 
| 702bfa9ff000-702bfaa40000 rw-p 00000000 00:00 0 
| 702bfaa50000-702bfaad0000 rw-p 00000000 00:00 0 
| 702bfaae0000-702bfab70000 rw-p 00000000 00:00 0 
| 702bfab80000-702bfabb0000 rw-p 00000000 00:00 0 
| 702bfabc0000-702bfac00000 rw-p 00000000 00:00 0 
| 702bfac00000-702bfac01000 ---p 00000000 00:00 0 
| 702bfac01000-702bfb401000 rw-p 00000000 00:00 0 
| 702bfb420000-702c14a00000 rw-p 00000000 00:00 0 
| 702c14a10000-702c14a80000 rw-p 00000000 00:00 0 
| 702c14a8f000-702c14a93000 r--p 00000000 103:02 4326933                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 702c14a93000-702c14a9b000 r-xp 00004000 103:02 4326933                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 702c14a9b000-702c14a9e000 r--p 0000c000 103:02 4326933                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 702c14a9e000-702c14a9f000 r--p 0000e000 103:02 4326933                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 702c14a9f000-702c14aa0000 rw-p 0000f000 103:02 4326933                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 702c14aa0000-702c14b80000 rw-p 00000000 00:00 0 
| 702c14b85000-702c14b87000 r--p 00000000 103:02 4326970                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 702c14b87000-702c14b8c000 r-xp 00002000 103:02 4326970                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 702c14b8c000-702c14b8d000 r--p 00007000 103:02 4326970                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 702c14b8d000-702c14b8e000 r--p 00008000 103:02 4326970                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 702c14b8e000-702c14b8f000 rw-p 00009000 103:02 4326970                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 702c14b8f000-702c14c00000 rw-p 00000000 00:00 0 
| 702c14c00000-702c14c28000 r--p 00000000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 702c14c28000-702c14db0000 r-xp 00028000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 702c14db0000-702c14dff000 r--p 001b0000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 702c14dff000-702c14e03000 r--p 001fe000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 702c14e03000-702c14e05000 rw-p 00202000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 702c14e05000-702c14e12000 rw-p 00000000 00:00 0 
| 702c14e13000-702c14e14000 r--p 00000000 103:02 4326449                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 702c14e14000-702c14e15000 r-xp 00001000 103:02 4326449                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 702c14e15000-702c14e16000 r--p 00002000 103:02 4326449                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 702c14e16000-702c14e17000 r--p 00002000 103:02 4326449                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 702c14e17000-702c14e18000 rw-p 00003000 103:02 4326449                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 702c14e18000-702c14e19000 r--p 00000000 103:02 4327310                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 702c14e19000-702c14e1b000 r-xp 00001000 103:02 4327310                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 702c14e1b000-702c14e1c000 r--p 00003000 103:02 4327310                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 702c14e1c000-702c14e1d000 r--p 00003000 103:02 4327310                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 702c14e1d000-702c14e1e000 rw-p 00004000 103:02 4327310                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 702c14e1e000-702c14f24000 rw-p 00000000 00:00 0 
| 702c14f24000-702c14f28000 r--p 00000000 103:02 2098762                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 702c14f28000-702c14f4b000 r-xp 00004000 103:02 2098762                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 702c14f4b000-702c14f4f000 r--p 00027000 103:02 2098762                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 702c14f4f000-702c14f50000 r--p 0002b000 103:02 2098762                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 702c14f50000-702c14f51000 rw-p 0002c000 103:02 2098762                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 702c14f51000-702c14f61000 r--p 00000000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 702c14f61000-702c14fe0000 r-xp 00010000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 702c14fe0000-702c15038000 r--p 0008f000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 702c15038000-702c15039000 r--p 000e7000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 702c15039000-702c1503a000 rw-p 000e8000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 702c1503a000-702c1503c000 r--p 00000000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 702c1503c000-702c15051000 r-xp 00002000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 702c15051000-702c1506a000 r--p 00017000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 702c1506a000-702c1506b000 r--p 0002f000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 702c1506b000-702c1506c000 rw-p 00030000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 702c1506c000-702c15074000 rw-p 00000000 00:00 0 
| 702c15074000-702c1507e000 r--p 00000000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 702c1507e000-702c150e0000 r-xp 0000a000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 702c150e0000-702c150f7000 r--p 0006c000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 702c150f7000-702c150f8000 r--p 00083000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 702c150f8000-702c150f9000 rw-p 00084000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 702c150f9000-702c150fc000 r--p 00000000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 702c150fc000-702c1510f000 r-xp 00003000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 702c1510f000-702c15116000 r--p 00016000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 702c15116000-702c15117000 r--p 0001c000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 702c15117000-702c15118000 rw-p 0001d000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 702c1511a000-702c1511c000 r--p 00000000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 702c1511c000-702c15123000 r-xp 00002000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 702c15123000-702c15124000 r--p 00009000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 702c15124000-702c15125000 r--p 0000a000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 702c15125000-702c15126000 rw-p 0000b000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 702c15126000-702c15127000 r--p 00000000 103:02 4327570                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 702c15127000-702c15128000 r-xp 00001000 103:02 4327570                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 702c15128000-702c15129000 r--p 00002000 103:02 4327570                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 702c15129000-702c1512a000 r--p 00002000 103:02 4327570                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 702c1512a000-702c1512b000 rw-p 00003000 103:02 4327570                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 702c1512b000-702c1512c000 r--p 00000000 103:02 4327433                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 702c1512c000-702c1512d000 r-xp 00001000 103:02 4327433                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 702c1512d000-702c1512e000 r--p 00002000 103:02 4327433                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 702c1512e000-702c1512f000 r--p 00002000 103:02 4327433                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 702c1512f000-702c15130000 rw-p 00003000 103:02 4327433                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 702c15130000-702c15132000 rw-p 00000000 00:00 0 
| 702c15132000-702c15133000 r--p 00000000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 702c15133000-702c1515e000 r-xp 00001000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 702c1515e000-702c15168000 r--p 0002c000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 702c15168000-702c1516a000 r--p 00036000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 702c1516a000-702c1516c000 rw-p 00038000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffe9b262000-7ffe9ba61000 rw-p 00000000 00:00 0                          [stack]
| 7ffe9bb04000-7ffe9bb08000 r--p 00000000 00:00 0                          [vvar]
| 7ffe9bb08000-7ffe9bb0a000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


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

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

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

  8) 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 1970464 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:51: [BUG] Segmentation fault at 0x0000645975981648
| ruby 3.4.0dev (2024-03-09T10:34:36Z master 2976d91aff) +YJIT [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0109 p:0031 s:0990 e:000989 METHOD <internal:array>:51
| c:0108 p:0012 s:0984 e:000983 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035
| c:0107 p:0024 s:0980 e:000979 METHOD <internal:numeric>:238
| c:0106 p:0011 s:0975 e:000974 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034
| c:0105 p:0005 s:0970 e:000969 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57
| 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:001150 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:57:in 'assemble'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034:in 'set_code_addrs'
| <internal:numeric>:238:in 'times'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035:in 'block in set_code_addrs'
| <internal:array>:51:in 'each'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x0000645975981648 RBP: 0x0000645972d62da8 RSP: 0x00007ffc9b024b10
|  RAX: 0x0000000000000000 RBX: 0x000071297f2bef00 RCX: 0x0000000000000004
|  RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x000071296435a8f0
|   R8: 0x0000000000000004  R9: 0x0000712965ba5ba8 R10: 0x000071296435a8f0
|  R11: 0x0000000000000001 R12: 0x0000000000000024 R13: 0x0000645972bfcc60
|  R14: 0x0000645972bfcc60 R15: 0x000071297f3bb838 EFL: 0x0000000000010246
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x6459717158d3] /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) [0x6459718c2b4c] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/error.c:1067
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(sigsegv+0x4f) [0x64597165ac2f] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/signal.c:926
| /lib/x86_64-linux-gnu/libc.so.6(0x71297f045320) [0x71297f045320]
| [0x645975981648]
| 
| -- 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/-test-/asan.so
|    49 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
|    50 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/core_assertions.rb
|    51 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/testcase.rb
|    52 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/optparse.rb
|    53 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit.rb
| 
| * Process memory map:
| 
| 6459714a1000-6459714e5000 r--p 00000000 103:02 4327422                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 6459714e5000-645971930000 r-xp 00044000 103:02 4327422                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 645971930000-645971ac9000 r--p 0048f000 103:02 4327422                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 645971ac9000-645971ae1000 r--p 00627000 103:02 4327422                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 645971ae1000-645971ae2000 rw-p 0063f000 103:02 4327422                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 645971ae2000-645971af7000 rw-p 00000000 00:00 0 
| 645972bf9000-64597386a000 rw-p 00000000 00:00 0                          [heap]
| 645973980000-645975980000 r-xp 00000000 00:00 0 
| 645975980000-645977980000 rw-p 00000000 00:00 0 
| 645977b3a000-645977b6a000 r-xp 00000000 00:00 0 
| 645977b6a000-64597ab3a000 ---p 00000000 00:00 0 
| 712960600000-712960aff000 rw-p 00000000 00:00 0 
| 712961000000-712961207000 r--s 00000000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 71296125a000-712961400000 rw-p 00000000 00:00 0 
| 712961400000-712964347000 r--s 00000000 103:02 4327422                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 712964350000-712964700000 rw-p 00000000 00:00 0 
| 712964710000-712964720000 rw-p 00000000 00:00 0 
| 712964730000-712964770000 rw-p 00000000 00:00 0 
| 712964780000-712964800000 rw-p 00000000 00:00 0 
| 712964800000-712964801000 ---p 00000000 00:00 0 
| 712964801000-712964842000 rw-p 00000000 00:00 0 
| 712964842000-712964843000 ---p 00000000 00:00 0 
| 712964843000-712964884000 rw-p 00000000 00:00 0 
| 712964884000-712964885000 ---p 00000000 00:00 0 
| 712964885000-7129648c6000 rw-p 00000000 00:00 0 
| 7129648c6000-7129648c7000 ---p 00000000 00:00 0 
| 7129648c7000-712964908000 rw-p 00000000 00:00 0 
| 712964908000-712964909000 ---p 00000000 00:00 0 
| 712964909000-71296494a000 rw-p 00000000 00:00 0 
| 71296494a000-71296494b000 ---p 00000000 00:00 0 
| 71296494b000-71296498c000 rw-p 00000000 00:00 0 
| 71296498c000-71296498d000 ---p 00000000 00:00 0 
| 71296498d000-7129649ce000 rw-p 00000000 00:00 0 
| 7129649ce000-7129649cf000 ---p 00000000 00:00 0 
| 7129649cf000-712964a10000 rw-p 00000000 00:00 0 
| 712964a10000-712964a11000 ---p 00000000 00:00 0 
| 712964a11000-712964a52000 rw-p 00000000 00:00 0 
| 712964a52000-712964a53000 ---p 00000000 00:00 0 
| 712964a53000-712964a94000 rw-p 00000000 00:00 0 
| 712964a94000-712964a95000 ---p 00000000 00:00 0 
| 712964a95000-712964ad6000 rw-p 00000000 00:00 0 
| 712964ad6000-712964ad7000 ---p 00000000 00:00 0 
| 712964ad7000-712964b18000 rw-p 00000000 00:00 0 
| 712964b18000-712964b19000 ---p 00000000 00:00 0 
| 712964b19000-712964b5a000 rw-p 00000000 00:00 0 
| 712964b5a000-712964b5b000 ---p 00000000 00:00 0 
| 712964b5b000-712964b9c000 rw-p 00000000 00:00 0 
| 712964b9c000-712964b9d000 ---p 00000000 00:00 0 
| 712964b9d000-712964bde000 rw-p 00000000 00:00 0 
| 712964bde000-712964bdf000 ---p 00000000 00:00 0 
| 712964bdf000-712964c20000 rw-p 00000000 00:00 0 
| 712964c20000-712964c21000 ---p 00000000 00:00 0 
| 712964c21000-712964c62000 rw-p 00000000 00:00 0 
| 712964c62000-712964c63000 ---p 00000000 00:00 0 
| 712964c63000-712964ca4000 rw-p 00000000 00:00 0 
| 712964ca4000-712964ca5000 ---p 00000000 00:00 0 
| 712964ca5000-712964ce6000 rw-p 00000000 00:00 0 
| 712964ce6000-712964ce7000 ---p 00000000 00:00 0 
| 712964ce7000-712964d28000 rw-p 00000000 00:00 0 
| 712964d28000-712964d29000 ---p 00000000 00:00 0 
| 712964d29000-712964d6a000 rw-p 00000000 00:00 0 
| 712964d6a000-712964d6b000 ---p 00000000 00:00 0 
| 712964d6b000-712964dac000 rw-p 00000000 00:00 0 
| 712964dac000-712964dad000 ---p 00000000 00:00 0 
| 712964dad000-712964dee000 rw-p 00000000 00:00 0 
| 712964dee000-712964def000 ---p 00000000 00:00 0 
| 712964def000-712964e30000 rw-p 00000000 00:00 0 
| 712964e30000-712964e31000 ---p 00000000 00:00 0 
| 712964e31000-712964e72000 rw-p 00000000 00:00 0 
| 712964e72000-712964e73000 ---p 00000000 00:00 0 
| 712964e73000-712964eb4000 rw-p 00000000 00:00 0 
| 712964eb4000-712964eb5000 ---p 00000000 00:00 0 
| 712964eb5000-712964ef6000 rw-p 00000000 00:00 0 
| 712964ef6000-712964ef7000 ---p 00000000 00:00 0 
| 712964ef7000-712964f38000 rw-p 00000000 00:00 0 
| 712964f38000-712964f39000 ---p 00000000 00:00 0 
| 712964f39000-712964f7a000 rw-p 00000000 00:00 0 
| 712964f7a000-712964f7b000 ---p 00000000 00:00 0 
| 712964f7b000-712964fbc000 rw-p 00000000 00:00 0 
| 712964fbc000-712964fbd000 ---p 00000000 00:00 0 
| 712964fbd000-712964ffe000 rw-p 00000000 00:00 0 
| 712964ffe000-712964fff000 ---p 00000000 00:00 0 
| 712964fff000-712965040000 rw-p 00000000 00:00 0 
| 712965050000-7129650e0000 rw-p 00000000 00:00 0 
| 7129650f0000-712965200000 rw-p 00000000 00:00 0 
| 712965200000-712965201000 ---p 00000000 00:00 0 
| 712965201000-712965a01000 rw-p 00000000 00:00 0 
| 712965a20000-712965b10000 rw-p 00000000 00:00 0 
| 712965b1f000-712965b23000 r--p 00000000 103:02 4326933                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 712965b23000-712965b2b000 r-xp 00004000 103:02 4326933                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 712965b2b000-712965b2e000 r--p 0000c000 103:02 4326933                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 712965b2e000-712965b2f000 r--p 0000e000 103:02 4326933                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 712965b2f000-712965b30000 rw-p 0000f000 103:02 4326933                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 712965b30000-71297f000000 rw-p 00000000 00:00 0 
| 71297f000000-71297f028000 r--p 00000000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 71297f028000-71297f1b0000 r-xp 00028000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 71297f1b0000-71297f1ff000 r--p 001b0000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 71297f1ff000-71297f203000 r--p 001fe000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 71297f203000-71297f205000 rw-p 00202000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 71297f205000-71297f212000 rw-p 00000000 00:00 0 
| 71297f220000-71297f230000 rw-p 00000000 00:00 0 
| 71297f235000-71297f237000 r--p 00000000 103:02 4326970                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 71297f237000-71297f23c000 r-xp 00002000 103:02 4326970                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 71297f23c000-71297f23d000 r--p 00007000 103:02 4326970                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 71297f23d000-71297f23e000 r--p 00008000 103:02 4326970                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 71297f23e000-71297f23f000 rw-p 00009000 103:02 4326970                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 71297f23f000-71297f2b0000 rw-p 00000000 00:00 0 
| 71297f2b2000-71297f2b3000 r--p 00000000 103:02 4326449                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 71297f2b3000-71297f2b4000 r-xp 00001000 103:02 4326449                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 71297f2b4000-71297f2b5000 r--p 00002000 103:02 4326449                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 71297f2b5000-71297f2b6000 r--p 00002000 103:02 4326449                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 71297f2b6000-71297f2b7000 rw-p 00003000 103:02 4326449                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 71297f2b7000-71297f2b8000 r--p 00000000 103:02 4327310                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 71297f2b8000-71297f2ba000 r-xp 00001000 103:02 4327310                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 71297f2ba000-71297f2bb000 r--p 00003000 103:02 4327310                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 71297f2bb000-71297f2bc000 r--p 00003000 103:02 4327310                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 71297f2bc000-71297f2bd000 rw-p 00004000 103:02 4327310                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 71297f2bd000-71297f3c3000 rw-p 00000000 00:00 0 
| 71297f3c3000-71297f3c7000 r--p 00000000 103:02 2098762                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 71297f3c7000-71297f3ea000 r-xp 00004000 103:02 2098762                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 71297f3ea000-71297f3ee000 r--p 00027000 103:02 2098762                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 71297f3ee000-71297f3ef000 r--p 0002b000 103:02 2098762                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 71297f3ef000-71297f3f0000 rw-p 0002c000 103:02 2098762                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 71297f3f0000-71297f400000 r--p 00000000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 71297f400000-71297f47f000 r-xp 00010000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 71297f47f000-71297f4d7000 r--p 0008f000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 71297f4d7000-71297f4d8000 r--p 000e7000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 71297f4d8000-71297f4d9000 rw-p 000e8000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 71297f4d9000-71297f4db000 r--p 00000000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 71297f4db000-71297f4f0000 r-xp 00002000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 71297f4f0000-71297f509000 r--p 00017000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 71297f509000-71297f50a000 r--p 0002f000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 71297f50a000-71297f50b000 rw-p 00030000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 71297f50b000-71297f513000 rw-p 00000000 00:00 0 
| 71297f513000-71297f51d000 r--p 00000000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 71297f51d000-71297f57f000 r-xp 0000a000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 71297f57f000-71297f596000 r--p 0006c000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 71297f596000-71297f597000 r--p 00083000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 71297f597000-71297f598000 rw-p 00084000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 71297f598000-71297f59b000 r--p 00000000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 71297f59b000-71297f5ae000 r-xp 00003000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 71297f5ae000-71297f5b5000 r--p 00016000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 71297f5b5000-71297f5b6000 r--p 0001c000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 71297f5b6000-71297f5b7000 rw-p 0001d000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 71297f5b9000-71297f5bb000 r--p 00000000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 71297f5bb000-71297f5c2000 r-xp 00002000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 71297f5c2000-71297f5c3000 r--p 00009000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 71297f5c3000-71297f5c4000 r--p 0000a000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 71297f5c4000-71297f5c5000 rw-p 0000b000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 71297f5c5000-71297f5c6000 r--p 00000000 103:02 4327570                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 71297f5c6000-71297f5c7000 r-xp 00001000 103:02 4327570                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 71297f5c7000-71297f5c8000 r--p 00002000 103:02 4327570                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 71297f5c8000-71297f5c9000 r--p 00002000 103:02 4327570                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 71297f5c9000-71297f5ca000 rw-p 00003000 103:02 4327570                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 71297f5ca000-71297f5cb000 r--p 00000000 103:02 4327433                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 71297f5cb000-71297f5cc000 r-xp 00001000 103:02 4327433                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 71297f5cc000-71297f5cd000 r--p 00002000 103:02 4327433                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 71297f5cd000-71297f5ce000 r--p 00002000 103:02 4327433                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 71297f5ce000-71297f5cf000 rw-p 00003000 103:02 4327433                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 71297f5cf000-71297f5d1000 rw-p 00000000 00:00 0 
| 71297f5d1000-71297f5d2000 r--p 00000000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 71297f5d2000-71297f5fd000 r-xp 00001000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 71297f5fd000-71297f607000 r--p 0002c000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 71297f607000-71297f609000 r--p 00036000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 71297f609000-71297f60b000 rw-p 00038000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffc9a832000-7ffc9b031000 rw-p 00000000 00:00 0                          [stack]
| 7ffc9b083000-7ffc9b087000 r--p 00000000 00:00 0                          [vvar]
| 7ffc9b087000-7ffc9b089000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


  9) Failure:
TestYJIT#test_build_large_struct [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:1738]:
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]


 10) Failure:
TestYJIT#test_compile_opt_getconstant_path [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:1738]:
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]


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

 12) 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 1971459 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:51: [BUG] Segmentation fault at 0x0000625ace435648
| ruby 3.4.0dev (2024-03-09T10:34:36Z master 2976d91aff) +YJIT [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0109 p:0031 s:0990 e:000989 METHOD <internal:array>:51
| c:0108 p:0012 s:0984 e:000983 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035
| c:0107 p:0024 s:0980 e:000979 METHOD <internal:numeric>:238
| c:0106 p:0011 s:0975 e:000974 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034
| c:0105 p:0005 s:0970 e:000969 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:57
| 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:000ae0 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:57:in 'assemble'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1034:in 'set_code_addrs'
| <internal:numeric>:238:in 'times'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1035:in 'block in set_code_addrs'
| <internal:array>:51:in 'each'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x0000625ace435648 RBP: 0x0000625acb7cdf08 RSP: 0x00007ffcf436df20
|  RAX: 0x0000000000000000 RBX: 0x000078923f300f00 RCX: 0x0000000000000004
|  RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x00007892248a4920
|   R8: 0x0000000000000004  R9: 0x000078923f225bd8 R10: 0x00007892248a4920
|  R11: 0x0000000000000001 R12: 0x0000000000000024 R13: 0x0000625acb6a1c60
|  R14: 0x0000625acb6a1c60 R15: 0x000078923f3fd838 EFL: 0x0000000000010246
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x625aca5c98d3] /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) [0x625aca776b4c] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/error.c:1067
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(sigsegv+0x4f) [0x625aca50ec2f] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/signal.c:926
| /lib/x86_64-linux-gnu/libc.so.6(0x78923f445320) [0x78923f445320]
| [0x625ace435648]
| 
| -- 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/-test-/asan.so
|    49 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
|    50 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/core_assertions.rb
|    51 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/testcase.rb
|    52 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/optparse.rb
|    53 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit.rb
| 
| * Process memory map:
| 
| 625aca355000-625aca399000 r--p 00000000 103:02 4327422                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 625aca399000-625aca7e4000 r-xp 00044000 103:02 4327422                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 625aca7e4000-625aca97d000 r--p 0048f000 103:02 4327422                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 625aca97d000-625aca995000 r--p 00627000 103:02 4327422                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 625aca995000-625aca996000 rw-p 0063f000 103:02 4327422                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 625aca996000-625aca9ab000 rw-p 00000000 00:00 0 
| 625acb69e000-625acc2f5000 rw-p 00000000 00:00 0                          [heap]
| 625acc434000-625ace434000 r-xp 00000000 00:00 0 
| 625ace434000-625ad0434000 rw-p 00000000 00:00 0 
| 625ad05ee000-625ad062d000 r-xp 00000000 00:00 0 
| 625ad062d000-625ad35ee000 ---p 00000000 00:00 0 
| 789220a00000-789220eff000 rw-p 00000000 00:00 0 
| 789221400000-789221607000 r--s 00000000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 789221800000-789224747000 r--s 00000000 103:02 4327422                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 789224890000-7892249b0000 rw-p 00000000 00:00 0 
| 7892249c0000-789224a00000 rw-p 00000000 00:00 0 
| 789224a00000-789224a01000 ---p 00000000 00:00 0 
| 789224a01000-789224a42000 rw-p 00000000 00:00 0 
| 789224a42000-789224a43000 ---p 00000000 00:00 0 
| 789224a43000-789224a84000 rw-p 00000000 00:00 0 
| 789224a84000-789224a85000 ---p 00000000 00:00 0 
| 789224a85000-789224ac6000 rw-p 00000000 00:00 0 
| 789224ac6000-789224ac7000 ---p 00000000 00:00 0 
| 789224ac7000-789224b08000 rw-p 00000000 00:00 0 
| 789224b08000-789224b09000 ---p 00000000 00:00 0 
| 789224b09000-789224b4a000 rw-p 00000000 00:00 0 
| 789224b4a000-789224b4b000 ---p 00000000 00:00 0 
| 789224b4b000-789224b8c000 rw-p 00000000 00:00 0 
| 789224b8c000-789224b8d000 ---p 00000000 00:00 0 
| 789224b8d000-789224bce000 rw-p 00000000 00:00 0 
| 789224bce000-789224bcf000 ---p 00000000 00:00 0 
| 789224bcf000-789224c10000 rw-p 00000000 00:00 0 
| 789224c10000-789224c11000 ---p 00000000 00:00 0 
| 789224c11000-789224c52000 rw-p 00000000 00:00 0 
| 789224c52000-789224c53000 ---p 00000000 00:00 0 
| 789224c53000-789224c94000 rw-p 00000000 00:00 0 
| 789224c94000-789224c95000 ---p 00000000 00:00 0 
| 789224c95000-789224cd6000 rw-p 00000000 00:00 0 
| 789224cd6000-789224cd7000 ---p 00000000 00:00 0 
| 789224cd7000-789224d18000 rw-p 00000000 00:00 0 
| 789224d18000-789224d19000 ---p 00000000 00:00 0 
| 789224d19000-789224d5a000 rw-p 00000000 00:00 0 
| 789224d5a000-789224d5b000 ---p 00000000 00:00 0 
| 789224d5b000-789224d9c000 rw-p 00000000 00:00 0 
| 789224d9c000-789224d9d000 ---p 00000000 00:00 0 
| 789224d9d000-789224dde000 rw-p 00000000 00:00 0 
| 789224dde000-789224ddf000 ---p 00000000 00:00 0 
| 789224ddf000-789224e20000 rw-p 00000000 00:00 0 
| 789224e20000-789224e21000 ---p 00000000 00:00 0 
| 789224e21000-789224e62000 rw-p 00000000 00:00 0 
| 789224e62000-789224e63000 ---p 00000000 00:00 0 
| 789224e63000-789224ea4000 rw-p 00000000 00:00 0 
| 789224ea4000-789224ea5000 ---p 00000000 00:00 0 
| 789224ea5000-789224ee6000 rw-p 00000000 00:00 0 
| 789224ee6000-789224ee7000 ---p 00000000 00:00 0 
| 789224ee7000-789224f28000 rw-p 00000000 00:00 0 
| 789224f28000-789224f29000 ---p 00000000 00:00 0 
| 789224f29000-789224f6a000 rw-p 00000000 00:00 0 
| 789224f6a000-789224f6b000 ---p 00000000 00:00 0 
| 789224f6b000-789224fac000 rw-p 00000000 00:00 0 
| 789224fac000-789224fad000 ---p 00000000 00:00 0 
| 789224fad000-789224fee000 rw-p 00000000 00:00 0 
| 789224fee000-789224fef000 ---p 00000000 00:00 0 
| 789224fef000-789225030000 rw-p 00000000 00:00 0 
| 789225030000-789225031000 ---p 00000000 00:00 0 
| 789225031000-789225072000 rw-p 00000000 00:00 0 
| 789225072000-789225073000 ---p 00000000 00:00 0 
| 789225073000-7892250b4000 rw-p 00000000 00:00 0 
| 7892250b4000-7892250b5000 ---p 00000000 00:00 0 
| 7892250b5000-7892250f6000 rw-p 00000000 00:00 0 
| 7892250f6000-7892250f7000 ---p 00000000 00:00 0 
| 7892250f7000-789225138000 rw-p 00000000 00:00 0 
| 789225138000-789225139000 ---p 00000000 00:00 0 
| 789225139000-78922517a000 rw-p 00000000 00:00 0 
| 78922517a000-78922517b000 ---p 00000000 00:00 0 
| 78922517b000-7892251bc000 rw-p 00000000 00:00 0 
| 7892251bc000-7892251bd000 ---p 00000000 00:00 0 
| 7892251bd000-7892251fe000 rw-p 00000000 00:00 0 
| 7892251fe000-7892251ff000 ---p 00000000 00:00 0 
| 7892251ff000-789225240000 rw-p 00000000 00:00 0 
| 789225250000-7892252a0000 rw-p 00000000 00:00 0 
| 7892252b0000-7892252f0000 rw-p 00000000 00:00 0 
| 789225300000-789225400000 rw-p 00000000 00:00 0 
| 789225400000-789225401000 ---p 00000000 00:00 0 
| 789225401000-789225c01000 rw-p 00000000 00:00 0 
| 789225c20000-789225c60000 rw-p 00000000 00:00 0 
| 789225c70000-789225d80000 rw-p 00000000 00:00 0 
| 789225d8f000-789225d93000 r--p 00000000 103:02 4326933                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 789225d93000-789225d9b000 r-xp 00004000 103:02 4326933                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 789225d9b000-789225d9e000 r--p 0000c000 103:02 4326933                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 789225d9e000-789225d9f000 r--p 0000e000 103:02 4326933                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 789225d9f000-789225da0000 rw-p 0000f000 103:02 4326933                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 789225da0000-78923f200000 rw-p 00000000 00:00 0 
| 78923f210000-78923f290000 rw-p 00000000 00:00 0 
| 78923f294000-78923f296000 r--p 00000000 103:02 4326970                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 78923f296000-78923f29b000 r-xp 00002000 103:02 4326970                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 78923f29b000-78923f29c000 r--p 00007000 103:02 4326970                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 78923f29c000-78923f29d000 r--p 00008000 103:02 4326970                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 78923f29d000-78923f29e000 rw-p 00009000 103:02 4326970                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 78923f29e000-78923f400000 rw-p 00000000 00:00 0 
| 78923f400000-78923f428000 r--p 00000000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 78923f428000-78923f5b0000 r-xp 00028000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 78923f5b0000-78923f5ff000 r--p 001b0000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 78923f5ff000-78923f603000 r--p 001fe000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 78923f603000-78923f605000 rw-p 00202000 103:02 2100082                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 78923f605000-78923f612000 rw-p 00000000 00:00 0 
| 78923f61b000-78923f61c000 r--p 00000000 103:02 4326449                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 78923f61c000-78923f61d000 r-xp 00001000 103:02 4326449                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 78923f61d000-78923f61e000 r--p 00002000 103:02 4326449                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 78923f61e000-78923f61f000 r--p 00002000 103:02 4326449                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 78923f61f000-78923f620000 rw-p 00003000 103:02 4326449                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/-test-/asan.so
| 78923f620000-78923f630000 rw-p 00000000 00:00 0 
| 78923f630000-78923f631000 r--p 00000000 103:02 4327310                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 78923f631000-78923f633000 r-xp 00001000 103:02 4327310                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 78923f633000-78923f634000 r--p 00003000 103:02 4327310                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 78923f634000-78923f635000 r--p 00003000 103:02 4327310                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 78923f635000-78923f636000 rw-p 00004000 103:02 4327310                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 78923f636000-78923f63b000 rw-p 00000000 00:00 0 
| 78923f63b000-78923f63f000 r--p 00000000 103:02 2098762                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 78923f63f000-78923f662000 r-xp 00004000 103:02 2098762                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 78923f662000-78923f666000 r--p 00027000 103:02 2098762                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 78923f666000-78923f667000 r--p 0002b000 103:02 2098762                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 78923f667000-78923f668000 rw-p 0002c000 103:02 2098762                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 78923f668000-78923f678000 r--p 00000000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 78923f678000-78923f6f7000 r-xp 00010000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 78923f6f7000-78923f74f000 r--p 0008f000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 78923f74f000-78923f750000 r--p 000e7000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 78923f750000-78923f751000 rw-p 000e8000 103:02 2100174                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 78923f751000-78923f753000 r--p 00000000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 78923f753000-78923f768000 r-xp 00002000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 78923f768000-78923f781000 r--p 00017000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 78923f781000-78923f782000 r--p 0002f000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 78923f782000-78923f783000 rw-p 00030000 103:02 2100815                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 78923f783000-78923f78b000 rw-p 00000000 00:00 0 
| 78923f78b000-78923f795000 r--p 00000000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 78923f795000-78923f7f7000 r-xp 0000a000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 78923f7f7000-78923f80e000 r--p 0006c000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 78923f80e000-78923f80f000 r--p 00083000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 78923f80f000-78923f810000 rw-p 00084000 103:02 2102143                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 78923f810000-78923f813000 r--p 00000000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 78923f813000-78923f826000 r-xp 00003000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 78923f826000-78923f82d000 r--p 00016000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 78923f82d000-78923f82e000 r--p 0001c000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 78923f82e000-78923f82f000 rw-p 0001d000 103:02 2101181                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 78923f831000-78923f833000 r--p 00000000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 78923f833000-78923f83a000 r-xp 00002000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 78923f83a000-78923f83b000 r--p 00009000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 78923f83b000-78923f83c000 r--p 0000a000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 78923f83c000-78923f83d000 rw-p 0000b000 103:02 2097682                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.4
| 78923f83d000-78923f83e000 r--p 00000000 103:02 4327570                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 78923f83e000-78923f83f000 r-xp 00001000 103:02 4327570                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 78923f83f000-78923f840000 r--p 00002000 103:02 4327570                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 78923f840000-78923f841000 r--p 00002000 103:02 4327570                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 78923f841000-78923f842000 rw-p 00003000 103:02 4327570                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 78923f842000-78923f843000 r--p 00000000 103:02 4327433                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 78923f843000-78923f844000 r-xp 00001000 103:02 4327433                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 78923f844000-78923f845000 r--p 00002000 103:02 4327433                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 78923f845000-78923f846000 r--p 00002000 103:02 4327433                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 78923f846000-78923f847000 rw-p 00003000 103:02 4327433                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 78923f847000-78923f849000 rw-p 00000000 00:00 0 
| 78923f849000-78923f84a000 r--p 00000000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 78923f84a000-78923f875000 r-xp 00001000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 78923f875000-78923f87f000 r--p 0002c000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 78923f87f000-78923f881000 r--p 00036000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 78923f881000-78923f883000 rw-p 00038000 103:02 2099275                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffcf3b7b000-7ffcf437a000 rw-p 00000000 00:00 0                          [stack]
| 7ffcf43e0000-7ffcf43e4000 r--p 00000000 00:00 0                          [vvar]
| 7ffcf43e4000-7ffcf43e6000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


 13) 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=>28, :time=>57, :marking_time=>35, :sweeping_time=>22, :heap_allocated_pages=>164, :heap_sorted_length=>308, :heap_allocatable_pages=>144, :heap_available_slots=>225227, :heap_live_slots=>158402, :heap_free_slots=>66825, :heap_final_slots=>0, :heap_marked_slots=>129572, :heap_eden_pages=>164, :heap_tomb_pages=>0, :total_allocated_pages=>170, :total_freed_pages=>6, :total_allocated_objects=>1396125, :total_freed_objects=>1237723, :malloc_increase_bytes=>2120, :malloc_increase_bytes_limit=>16777216, :minor_gc_count=>23, :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=>129561, :old_objects_limit=>259006, :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=>206310, :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=>1354476, :total_freed_objects=>1201449}, 1=>{:slot_size=>80, :heap_allocatable_pages=>0, :heap_eden_pages=>12, :heap_eden_slots=>9824, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>13, :total_freed_pages=>1, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>23564, :total_freed_objects=>20193}, 2=>{:slot_size=>160, :heap_allocatable_pages=>0, :heap_eden_pages=>20, :heap_eden_slots=>8177, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>25, :total_freed_pages=>5, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>18064, :total_freed_objects=>16004}, 3=>{:slot_size=>320, :heap_allocatable_pages=>47, :heap_eden_pages=>3, :heap_eden_slots=>611, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>3, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>63, :total_freed_objects=>54}, 4=>{:slot_size=>640, :heap_allocatable_pages=>97, :heap_eden_pages=>3, :heap_eden_slots=>305, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>3, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>28, :total_freed_objects=>23}}
after_stats: {:count=>41, :time=>70, :marking_time=>36, :sweeping_time=>34, :heap_allocated_pages=>164, :heap_sorted_length=>308, :heap_allocatable_pages=>144, :heap_available_slots=>225227, :heap_live_slots=>129738, :heap_free_slots=>95489, :heap_final_slots=>0, :heap_marked_slots=>129677, :heap_eden_pages=>164, :heap_tomb_pages=>0, :total_allocated_pages=>170, :total_freed_pages=>6, :total_allocated_objects=>2400460, :total_freed_objects=>2270722, :malloc_increase_bytes=>1912, :malloc_increase_bytes_limit=>16777216, :minor_gc_count=>36, :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=>129664, :old_objects_limit=>259006, :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=>206310, :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=>2358521, :total_freed_objects=>2234184}, 1=>{:slot_size=>80, :heap_allocatable_pages=>0, :heap_eden_pages=>12, :heap_eden_slots=>9824, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>13, :total_freed_pages=>1, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>23635, :total_freed_objects=>20252}, 2=>{:slot_size=>160, :heap_allocatable_pages=>0, :heap_eden_pages=>20, :heap_eden_slots=>8177, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>25, :total_freed_pages=>5, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>18277, :total_freed_objects=>16209}, 3=>{:slot_size=>320, :heap_allocatable_pages=>47, :heap_eden_pages=>3, :heap_eden_slots=>611, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>3, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>63, :total_freed_objects=>54}, 4=>{:slot_size=>640, :heap_allocatable_pages=>97, :heap_eden_pages=>3, :heap_eden_slots=>305, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>3, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>28, :total_freed_objects=>23}}.
<0> expected but was
<6>.

 14) 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=>9811, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>25, :total_freed_pages=>1, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>17642, :total_freed_objects=>8340}.
Expected 9811 to be >= 10000.

 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 1183.329205s, 21.7454 tests/s, 5433.7018 assertions/s.
25732 tests, 6429858 assertions, 15 failures, 0 errors, 149 skips

ruby -v: ruby 3.4.0dev (2024-03-09T10:34:36Z master 2976d91aff) +RJIT [x86_64-linux]
make: *** [uncommon.mk:958: yes-test-all] エラー 15