# Logfile created on 2026-01-15 19:57:17 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x000074fdce90fdd0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_tag=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk_asan", @TARGET_SRC_DIR="/tmp/ruby/src/trunk_asan", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk_asan", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk_asan", @configure_opts=["'CC=clang-17' 'cflags=-fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0'"], @build_opts="-j16", @btest_opts="-j16", @test_opts="TESTS='-j16'", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=600, @no_timeout_error=true, @logfile="/home/ko1/ruby/logs/brlog.trunk_asan.20260115-195717", @ruby_env=[["RUBY_DEBUG", "ci"], ["RUBY_TEST_TIMEOUT_SCALE", "50"]], @make="make", @logger=#<Logger:0x000074fdd37ec5c0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000074fdd37ec390 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000074fdce849248 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_asan.20260115-195717", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_asan.20260115-195717>, @binmode=false, @mon_data=#<Monitor:0x000074fdd37ec0e8>, @mon_data_owner_object_id=900>>>
$$$[beg] make update-download -j16
tool/config.guess already exists
tool/config.sub already exists
Update net-imap to d9ae35ef913a45f83387b8444cdce4fb1cbf01af
echo d9ae35ef913a45f83387b8444cdce4fb1cbf01af | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/net-imap.revision -
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/net-imap.revision unchanged
rm -rf .bundle/gems/win32ole-1.9.2/
$$$[end] "make update-download -j16" exit with 0.
$$$[beg] make update-src      -j16
Already up to date.
Latest commit hash = ce390f1995
$$$[end] "make update-src      -j16" exit with 0.
$$$[beg] make after-update    -j16
Update net-imap to d9ae35ef913a45f83387b8444cdce4fb1cbf01af
echo d9ae35ef913a45f83387b8444cdce4fb1cbf01af | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/net-imap.revision -
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/net-imap.revision unchanged
/tmp/ruby/src/trunk_asan/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
$$$[end] "make after-update    -j16" exit with 0.
$$$[beg] make miniruby -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
compiling /tmp/ruby/src/trunk_asan/version.c
linking miniruby
$$$[end] "make miniruby -j16" exit with 0.
$$$[beg] make ruby -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
builtin_binary.rbbin updated
0077791a6c5c531f840dcc28423af9967ec47699287596e734863c63b79fc32a  builtin_binary.rbbin
compiling /tmp/ruby/src/trunk_asan/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j16" exit with 0.
$$$[beg] make all -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.10.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.10.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
$$$[end] "make all -j16" exit with 0.
$$$[beg] make install -j16
Update net-imap to d9ae35ef913a45f83387b8444cdce4fb1cbf01af
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
rm -rf .bundle/gems/win32ole-1.9.2/
echo d9ae35ef913a45f83387b8444cdce4fb1cbf01af | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/net-imap.revision -
generating encdb.h
generating enc.mk
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/net-imap.revision unchanged
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.10.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.10.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
./miniruby -I/tmp/ruby/src/trunk_asan/lib -I. -I.ext/common  /tmp/ruby/src/trunk_asan/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk_asan/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j16 --jobserver-auth=4,5" --make-flags=" -j16 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc"  --gnumake --install=all --exclude=doc
installing binary commands:         /tmp/ruby/install/trunk_asan/bin
installing base libraries:          /tmp/ruby/install/trunk_asan/lib
installing arch files:              /tmp/ruby/install/trunk_asan/lib/ruby/4.1.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk_asan/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/4.1.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/site_ruby/4.1.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/vendor_ruby/4.1.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk_asan/include/ruby-4.1.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/4.1.0+0
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/site_ruby/4.1.0+0
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/vendor_ruby/4.1.0+0
installing extension headers:       /tmp/ruby/install/trunk_asan/include/ruby-4.1.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk_asan/bin
installing library scripts:         /tmp/ruby/install/trunk_asan/lib/ruby/4.1.0+0
installing common headers:          /tmp/ruby/install/trunk_asan/include/ruby-4.1.0+0
installing manpages:                /tmp/ruby/install/trunk_asan/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk_asan/lib/ruby/gems/4.1.0+0
                                    bundler 4.1.0.dev
                                    delegate 0.6.1
                                    did_you_mean 2.0.0
                                    english 0.8.1
                                    erb 6.0.1
                                    error_highlight 0.7.1
                                    fileutils 1.8.0
                                    find 0.2.0
                                    forwardable 1.4.0
                                    ipaddr 1.2.8
                                    net-http 0.9.1
                                    net-protocol 0.2.2
                                    open-uri 0.5.0
                                    open3 0.2.1
                                    optparse 0.8.1
                                    pp 0.6.3
                                    prettyprint 0.2.0
                                    prism 1.8.0
                                    resolv 0.7.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.4.1
                                    shellwords 0.2.2
                                    singleton 0.3.0
                                    syntax_suggest 2.0.2
                                    tempfile 0.3.1
                                    time 0.4.2
                                    timeout 0.6.0
                                    tmpdir 0.3.1
                                    un 0.3.0
                                    uri 1.1.1
                                    weakref 0.1.4
                                    yaml 0.4.0
installing default gems from ext:   /tmp/ruby/install/trunk_asan/lib/ruby/gems/4.1.0+0
                                    date 3.5.1
                                    digest 3.2.1
                                    etc 1.4.6
                                    fcntl 1.3.0
                                    io-console 0.8.2
                                    io-nonblock 0.3.2
                                    io-wait 0.4.0
                                    json 2.18.0
                                    openssl 4.0.0
                                    psych 5.3.1
                                    stringio 3.2.1.dev
                                    strscan 3.1.7.dev
                                    zlib 3.2.2
installing bundled gems:            /tmp/ruby/install/trunk_asan/lib/ruby/gems/4.1.0+0
                                    minitest 6.0.1
                                    power_assert 3.0.1
                                    rake 13.3.1
                                    test-unit 3.7.7
                                    rexml 3.4.4
                                    rss 0.3.2
                                    net-ftp 0.3.9
                                    net-imap 0.6.2
                                    net-pop 0.1.2
                                    net-smtp 0.5.1
                                    matrix 0.4.3
                                    prime 0.1.4
                                    rbs 3.10.2
                                    typeprof 0.31.1
                                    debug 1.11.1
                                    racc 1.8.1
                                    mutex_m 0.3.0
                                    getoptlong 0.2.1
                                    base64 0.3.0
                                    bigdecimal 4.0.1
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.2.0
                                    rinda 0.2.0
                                    drb 2.2.3
                                    nkf 0.2.0
                                    syslog 0.3.0
                                    csv 3.3.5
                                    repl_type_completor 0.1.12
                                    ostruct 0.6.3
                                    pstore 0.2.0
                                    benchmark 0.5.0
                                    logger 1.7.0
                                    rdoc 7.1.0
                                    irb 1.16.0
                                    reline 0.6.3
                                    readline 0.0.4
                                    fiddle 1.1.8
                                    tsort 0.2.0
installing bundled gem cache:       /tmp/ruby/install/trunk_asan/lib/ruby/gems/4.1.0+0/cache
skipped bundled gems:
    win32ole-1.9.2.gem              extensions not found or build failed win32ole-1.9.2
$$$[end] "make install -j16" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j16'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Checking leaked global symbols...none
/tmp/ruby/src/trunk_asan/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk_asan/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk_asan/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk_asan/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk_asan/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk_asan/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk_asan/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk_asan/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk_asan/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk_asan/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk_asan/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk_asan/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk_asan/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk_asan/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk_asan/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk_asan/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk_asan/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk_asan/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk_asan/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk_asan/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk_asan/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j16'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.10.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.10.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
Run options: 
  --seed=32421
  "--ruby=./miniruby -I/tmp/ruby/src/trunk_asan/lib -I. -I.ext/common  /tmp/ruby/src/trunk_asan/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk_asan/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j16

# Running tests:

[  1/756] 4073209=ruby/test_ifunless
[  2/756] 4073209=dtrace/test_require
[  3/756] 4073209=rubygems/test_gem_silent_ui
[  4/756] 4073210=openssl/test_ocsp
[  5/756] 4073214=ruby/test_shapes
[  6/756] 4073216=openssl/test_pkey_dh
[  7/756] 4073211=rubygems/test_gem_commands_uninstall_command
[  8/756] 4073220=rubygems/test_gem_resolver_installer_set
[  9/756] 4073214=rubygems/test_gem_dependency_list
[ 10/756] 4073218=ripper/test_files_test
[ 11/756] 4073212=ruby/test_continuation
[ 12/756] 4073212=test_forwardable
[ 13/756] 4073227=dtrace/test_object_create_start
[ 14/756] 4073229=ruby/test_io_m17n
[ 15/756] 4073227=-ext-/hash/test_delete
[ 16/756] 4073225=prism/result/comments_test
[ 17/756] 4073227=rubygems/test_config
[ 18/756] 4073223=-ext-/exception/test_ensured
[ 19/756] 4073233=-ext-/string/test_interned_str
[ 20/756] 4073239=optparse/test_placearg
[ 21/756] 4073233=rubygems/test_gem_commands_cleanup_command
[ 22/756] 4073243=ruby/test_env
[ 23/756] 4073235=prism/encoding/regular_expression_encoding_test
[ 24/756] 4073235=ruby/test_zjit
[ 25/756] 4073212=rubygems/test_project_sanity
[ 26/756] 4073235=fileutils/test_dryrun
[ 27/756] 4073235=rubygems/test_gem_impossible_dependencies_error
[ 28/756] 4073225=json/json_generator_test
[ 29/756] 4073216=prism/encoding/encodings_test
[ 30/756] 4073223=fiber/test_io_buffer
[ 31/756] 4073218=ruby/test_range
[ 32/756] 4073223=-ext-/symbol/test_type
[ 33/756] 4073223=test_tmpdir
[ 34/756] 4073209=prism/result/node_id_test
[ 35/756] 4073227=rubygems/test_gem_source_subpath_problem
[ 36/756] 4073216=prism/api/parse_stream_test
[ 37/756] 4073214=rubygems/test_gem_resolver_api_set
[ 38/756] 4073216=openssl/test_ts
[ 39/756] 4073223=psych/test_emitter
[ 40/756] 4073235=-ext-/load/test_stringify_symbols
[ 41/756] 4073235=-ext-/test_printf
[ 42/756] 4073214=ruby/test_rubyoptions
[ 43/756] 4073223=-ext-/array/test_to_ary_concat
[ 44/756] 4073212=prism/result/warnings_test
[ 45/756] 4073235=prism/ruby/dispatcher_test
[ 46/756] 4073227=socket/test_udp
[ 47/756] 4073227=ruby/enc/test_windows_1252
[ 48/756] 4073227=mkmf/test_configuration
[ 49/756] 4073239=fiber/test_queue
[ 50/756] 4073220=ruby/test_sleep
[ 51/756] 4073239=prism/result/regular_expression_options_test
[ 52/756] 4073212=mkmf/test_install
[ 53/756] 4073235=test_prettyprint
[ 54/756] 4073225=rubygems/test_gem_validator
[ 55/756] 4073235=prism/result/integer_parse_test
[ 56/756] 4073235=test_bundled_gems
[ 57/756] 4073235=prism/lex_test
[ 58/756] 4073239=did_you_mean/test_tree_spell_checker
[ 59/756] 4073239=openssl/test_pair
[ 60/756] 4073227=ruby/test_m17n_comb
[ 61/756] 4073223=date/test_date_ractor
[ 62/756] 4073209=prism/result/index_write_test
[ 63/756] 4073209=ruby/test_integer_comb
[ 64/756] 4073210=psych/visitors/test_depth_first
[ 65/756] 4073210=openssl/test_ns_spki
[ 66/756] 4073225=psych/test_merge_keys
[ 67/756] 4073210=-ext-/test_random
[ 68/756] 4073210=ripper/test_lexer
[ 69/756] 4073225=io/wait/test_io_wait
[ 70/756] 4073212=optparse/test_kwargs
[ 71/756] 4073212=ruby/test_dir
[ 72/756] 4073210=cgi/test_cgi_escape
[ 73/756] 4073216=openssl/test_x509store
[ 74/756] 4073233=resolv/test_mdns
[ 75/756] 4073233=rubygems/test_gem_ext_configure_builder
[ 76/756] 4073233=rubygems/test_gem_local_remote_options
[ 77/756] 4073233=rubygems/test_gem_security_signer
[ 78/756] 4073216=optparse/test_bash_completion
[ 79/756] 4073216=ruby/test_exception
[ 80/756] 4073211=-ext-/string/test_set_len
[ 81/756] 4073211=ruby/test_threadgroup
[ 82/756] 4073223=ruby/enc/test_euc_kr
[ 83/756] 4073223=rubygems/test_gem_commands_lock_command
[ 84/756] 4073233=psych/test_yamlstore
[ 85/756] 4073233=rubygems/test_gem_commands_pristine_command
[ 86/756] 4073210=rubygems/test_gem_config_file
[ 87/756] 4073212=ruby/test_yjit_exit_locations
[ 88/756] 4073223=rubygems/test_gem_resolver_requirement_list
[ 89/756] 4073211=ruby/test_beginendblock
[ 90/756] 4073223=-ext-/arith_seq/test_arith_seq_beg_len_step
[ 91/756] 4073210=ruby/test_hash
[ 92/756] 4073212=ruby/test_io_buffer
[ 93/756] 4073223=psych/test_scalar_scanner
[ 94/756] 4073223=test_weakref
[ 95/756] 4073218=ruby/test_not
[ 96/756] 4073218=test_timeout
[ 97/756] 4073212=socket/test_socket
[ 98/756] 4073229=psych/visitors/test_yaml_tree
[ 99/756] 4073223=ruby/enc/test_case_mapping
[100/756] 4073223=uri/test_mailto
[101/756] 4073229=prism/ruby/ripper_test
[102/756] 4073223=rubygems/test_rubygems
[103/756] 4073223=rubygems/test_gem_package_tar_writer
[104/756] 4073235=rubygems/test_gem_resolver_lock_set
[105/756] 4073225=did_you_mean/test_ractor_compatibility
[106/756] 4073235=-ext-/econv/test_append
[107/756] 4073235=test_unicode_normalize
[108/756] 4073223=ruby/test_method
[109/756] 4073235=optparse/test_reqarg
[110/756] 4073220=rubygems/test_gem_update_suggestion
[111/756] 4073220=rubygems/test_gem_source_fetch_problem
[112/756] 4073220=psych/test_set
[113/756] 4073220=resolv/test_resource
[114/756] 4073220=-ext-/struct/test_member
[115/756] 4073220=rubygems/test_gem_console_ui
[116/756] 4073220=openssl/test_pkey_rsa
[117/756] 4073239=-ext-/string/test_nofree
[118/756] 4073239=ruby/test_trace
[119/756] 4073239=-ext-/st/test_numhash
[120/756] 4073239=rubygems/test_gem_stream_ui
[121/756] 4073229=ruby/test_arity
[122/756] 4073229=test_ipaddr
[123/756] 4073211=ruby/test_m17n
[124/756] 4073229=ruby/test_yjit
[125/756] 4073239=net/http/test_buffered_io
[126/756] 4073218=rubygems/test_webauthn_poller
[127/756] 4073239=date/test_date_conv
[128/756] 4073220=rubygems/test_gem_resolver_composed_set
[129/756] 4073239=mkmf/test_egrep_cpp
[130/756] 4073220=ruby/test_argf
[131/756] 4073225=psych/test_object_references
[132/756] 4073225=-ext-/wait/test_wait
[133/756] 4073239=fiber/test_sleep
[134/756] 4073225=openssl/test_x509name
[135/756] 4073218=ruby/enc/test_euc_tw
[136/756] 4073218=rubygems/test_gem_security
[137/756] 4073225=rubygems/test_gem_commands_build_command
[138/756] 4073211=ruby/test_compile_prism
[139/756] 4073239=mkmf/test_sizeof
[140/756] 4073225=ruby/test_alias
[141/756] 4073235=rubygems/test_gem_requirement
[142/756] 4073235=-ext-/box/test_load_ext
[143/756] 4073235=mmtk/test_configuration
[144/756] 4073235=ruby/test_comparable
[145/756] 4073225=ruby/test_system
[146/756] 4073235=ruby/enc/test_emoji_breaks
[147/756] 4073235=-ext-/test_notimplement
[148/756] 4073211=-ext-/test_bug-3571
[149/756] 4073235=ruby/test_io_timeout
[150/756] 4073235=date/test_date_new
[151/756] 4073235=prism/api/command_line_test
[152/756] 4073235=rubygems/test_gem_commands_info_command
[153/756] 4073212=resolv/test_dns
[154/756] 4073211=stringio/test_stringio
[155/756] 4073235=ruby/test_require
[156/756] 4073233=ruby/test_dup
[157/756] 4073211=psych/test_psych_set
[158/756] 4073211=prism/result/heredoc_test
[159/756] 4073212=rubygems/test_webauthn_listener_response
[160/756] 4073212=-ext-/gvl/test_ubf_async_safe
[161/756] 4073211=psych/test_array
[162/756] 4073212=prism/snippets_test
[163/756] 4073211=prism/ruby/parser_test
[164/756] 4073211=prism/newline_test
[165/756] 4073233=rubygems/test_gem_path_support
[166/756] 4073233=prism/result/constant_path_node_test
[167/756] 4073233=-ext-/win32/test_console_attr
[168/756] 4073233=rubygems/test_gem_bundler_version_finder
[169/756] 4073233=optparse/test_switch
[170/756] 4073218=-ext-/string/test_rb_str_dup
[171/756] 4073233=prism/fuzzer_test
[172/756] 4073211=ruby/test_ast
[173/756] 4073218=psych/test_struct
[174/756] 4073233=prism/onigmo_test
[175/756] 4073233=ruby/test_super
[176/756] 4073218=mkmf/test_libs
[177/756] 4073218=dtrace/test_gc
[178/756] 4073218=ruby/test_math
[179/756] 4073218=json/json_encoding_test
[180/756] 4073218=test_time
[181/756] 4073209=digest/test_digest_extend
[182/756] 4073216=rubygems/test_gem_safe_yaml
[183/756] 4073218=-ext-/popen_deadlock/test_popen_deadlock
[184/756] 4073209=optparse/test_autoconf
[185/756] 4073209=optparse/test_did_you_mean
[186/756] 4073216=-ext-/test_bug-5832
[187/756] 4073216=ruby/test_case
[188/756] 4073243=rubygems/test_gem_installer
[189/756] 4073216=rubygems/test_gem_command_manager
[190/756] 4073209=rubygems/test_gem_commands_check_command
[191/756] 4073209=ruby/test_random_formatter
[192/756] 4073225=ruby/test_pipe
[193/756] 4073209=ruby/enc/test_regex_casefold
[194/756] 4073216=rubygems/test_gem_source_git
[195/756] 4073209=ruby/enc/test_cp949
[196/756] 4073209=ruby/test_condition
[197/756] 4073209=ruby/enc/test_emoji
[198/756] 4073233=ripper/test_files_lib
[199/756] 4073209=ruby/test_string
[200/756] 4073225=rubygems/test_gem_resolver_git_set
[201/756] 4073227=did_you_mean/spell_checking/test_class_name_check
[202/756] 4073227=-ext-/test_scan_args
[203/756] 4073227=date/test_date_attr
[204/756] 4073227=ruby/test_integer
[205/756] 4073218=-ext-/struct/test_duplicate
[206/756] 4073218=ruby/test_time
[207/756] 4073218=json/json_ext_parser_test
[208/756] 4073218=erb/test_erb
[209/756] 4073223=ruby/enc/test_case_comprehensive
[210/756] 4073218=mkmf/test_framework
[211/756] 4073218=ruby/test_marshal
[212/756] 4073223=prism/magic_comment_test
[213/756] 4073239=zlib/test_zlib
[214/756] 4073223=psych/test_omap
[215/756] 4073223=optparse/test_load
[216/756] 4073223=did_you_mean/spell_checking/test_uncorrectable_name_check
[217/756] 4073223=optparse/test_cclass
[218/756] 4073218=test_shellwords
[219/756] 4073218=dtrace/test_singleton_function
[220/756] 4073218=ruby/test_proc
[221/756] 4073223=date/test_date_strptime
[222/756] 4073225=open-uri/test_ssl
[223/756] 4073223=ruby/test_nomethod_error
[224/756] 4073223=openssl/test_pkey_dsa
[225/756] 4073223=net/http/test_https_proxy
[226/756] 4073223=psych/test_json_tree
[227/756] 4073223=psych/visitors/test_emitter
[228/756] 4073223=prism/library_symbols_test
[229/756] 4073223=psych/test_ractor
[230/756] 4073223=rubygems/test_gem_remote_fetcher_local_ssl_server
[231/756] 4073225=ruby/test_float
[232/756] 4073210=stringio/test_ractor
[233/756] 4073210=prism/api/freeze_test
[234/756] 4073210=prism/percent_delimiter_string_test
[235/756] 4073210=rubygems/test_gem
[236/756] 4073218=ripper/test_files_test_1
[237/756] 4073218=test_delegate
[238/756] 4073218=-ext-/stack/test_stack_overflow
[239/756] 4073218=ruby/test_set
[240/756] 4073216=psych/test_parser
[241/756] 4073216=prism/result/attribute_write_test
[242/756] 4073216=psych/test_yaml_special_cases
[243/756] 4073239=rubygems/test_gem_source_list
[244/756] 4073216=psych/test_psych
[245/756] 4073216=json/json_coder_test
[246/756] 4073218=digest/test_ractor
[247/756] 4073216=fiber/test_enumerator
[248/756] 4073239=-ext-/arith_seq/test_arith_seq_extract
[249/756] 4073216=rubygems/test_gem_commands_help_command
[250/756] 4073216=ruby/test_stringchar
[251/756] 4073225=rubygems/test_gem_package_tar_header_ractor
[252/756] 4073216=-ext-/debug/test_debug
[253/756] 4073216=digest/test_digest
[254/756] 4073218=rubygems/test_gem_uri
[255/756] 4073218=test_rbconfig
[256/756] 4073239=rubygems/test_gem_package_old
[257/756] 4073223=ruby/test_lazy_enumerator
[258/756] 4073239=date/test_date_compat
[259/756] 4073239=-ext-/load/test_resolve_symbol
[260/756] 4073235=-ext-/debug/test_profile_frames
[261/756] 4073218=error_highlight/test_error_highlight
[262/756] 4073239=mkmf/test_find_executable
[263/756] 4073239=ruby/test_array
[264/756] 4073220=openssl/test_kdf
[265/756] 4073220=json/json_ryu_fallback_test
[266/756] 4073220=rubygems/test_gem_commands_outdated_command
[267/756] 4073235=rubygems/test_gem_request_set_lockfile_tokenizer
[268/756] 4073220=psych/test_nil
[269/756] 4073220=-ext-/class/test_class2name
[270/756] 4073235=prism/ruby/string_query_test
[271/756] 4073220=ruby/test_backtrace
[272/756] 4073235=ruby/test_time_tz
[273/756] 4073210=ruby/test_enumerator
[274/756] 4073235=rubygems/test_gem_package
[275/756] 4073233=ruby/enc/test_utf16
[276/756] 4073233=psych/test_safe_load
[277/756] 4073233=rubygems/test_gem_source
[278/756] 4073225=ruby/test_frozen
[279/756] 4073225=ruby/test_name_error
[280/756] 4073223=-ext-/exception/test_exception_at_throwing
[281/756] 4073233=prism/encoding/string_encoding_test
[282/756] 4073233=did_you_mean/spell_checking/test_variable_name_check
[283/756] 4073233=yaml/test_dbm
[284/756] 4073233=rubygems/test_gem_source_vendor
[285/756] 4073223=rubygems/test_gem_commands_list_command
[286/756] 4073233=test_pty
[287/756] 4073223=prism/result/overlap_test
[288/756] 4073235=rubygems/test_gem_platform
[289/756] 4073235=prism/ractor_test
[290/756] 4073227=rubygems/test_gem_uninstaller
[291/756] 4073235=psych/test_symbol
[292/756] 4073235=rubygems/test_gem_available_set
[293/756] 4073220=-ext-/string/test_modify_expand
[294/756] 4073220=rubygems/test_gem_source_installed
[295/756] 4073220=did_you_mean/tree_spell/test_change_word
[296/756] 4073225=date/test_date
[297/756] 4073220=psych/test_date_time
[298/756] 4073225=openssl/test_pkcs12
[299/756] 4073235=uri/test_parser
[300/756] 4073223=dtrace/test_function_entry
[301/756] 4073223=optparse/test_acceptable
[302/756] 4073233=prism/result/implicit_array_test
[303/756] 4073233=-ext-/struct/test_len
[304/756] 4073233=prism/heredoc_dedent_test
[305/756] 4073233=did_you_mean/spell_checking/test_method_name_check
[306/756] 4073235=rubygems/test_kernel
[307/756] 4073233=prism/result/numeric_value_test
[308/756] 4073233=ruby/test_keyword
[309/756] 4073220=lib/!Nothing_to_test
[310/756] 4073220=rubygems/test_gem_package_task
[311/756] 4073220=openssl/test_bn
[312/756] 4073220=openssl/test_provider
[313/756] 4073223=ruby/test_data
[314/756] 4073223=net/http/test_http_request
[315/756] 4073223=net/http/test_httpheader
[316/756] 4073223=rubygems/test_gem_commands_server_command
[317/756] 4073223=did_you_mean/spell_checking/test_key_name_check
[318/756] 4073223=ripper/test_ripper
[319/756] 4073225=test_singleton
[320/756] 4073225=ruby/test_assignment
[321/756] 4073212=ruby/test_syntax
[322/756] 4073235=rubygems/test_gem_request_set_gem_dependency_api
[323/756] 4073243=ruby/enc/test_grapheme_breaks
[324/756] 4073243=date/test_date_marshal
[325/756] 4073243=openssl/test_ossl
[326/756] 4073243=rubygems/test_gem_commands_exec_command
[327/756] 4073235=rubygems/test_gem_commands_unpack_command
[328/756] 4073220=ruby/test_pack
[329/756] 4073233=ruby/test_autoload
[330/756] 4073227=rubygems/test_gem_resolver_local_specification
[331/756] 4073227=openssl/test_ssl_session
[332/756] 4073235=io/wait/test_ractor
[333/756] 4073223=optparse/test_optarg
[334/756] 4073235=psych/json/test_stream
[335/756] 4073235=ruby/test_file_exhaustive
[336/756] 4073223=rubygems/test_gem_gem_runner
[337/756] 4073223=rubygems/test_gem_ext_cargo_builder
[338/756] 4073220=psych/test_exception
[339/756] 4073220=rubygems/test_gem_commands_signout_command
[340/756] 4073220=psych/test_object
[341/756] 4073220=-ext-/array/test_resize
[342/756] 4073220=-ext-/bignum/test_div
[343/756] 4073220=psych/test_deprecated
[344/756] 4073220=ruby/test_gc_compact
[345/756] 4073216=uri/test_generic
[346/756] 4073223=prism/result/breadth_first_search_test
[347/756] 4073223=ruby/test_fiber
[348/756] 4073216=rubygems/test_gem_commands_setup_command
[349/756] 4073227=psych/test_alias_and_anchor
[350/756] 4073227=rubygems/test_gem_commands_rebuild_command
[351/756] 4073227=ruby/enc/test_cesu8
[352/756] 4073227=json/json_parser_test
[353/756] 4073243=ruby/test_vm_dump
[354/756] 4073243=open-uri/test_ftp
[355/756] 4073227=prism/errors_test
[356/756] 4073243=test_open3
[357/756] 4073216=-ext-/integer/test_integer
[358/756] 4073227=ruby/enc/test_utf32
[359/756] 4073227=-ext-/string/test_ellipsize
[360/756] 4073227=prism/test_helper
[361/756] 4073227=ruby/test_memory_view
[362/756] 4073216=rubygems/test_gem_commands_update_command
[363/756] 4073227=date/test_date_parse
[364/756] 4073227=openssl/test_fips
[365/756] 4073227=ruby/test_rand
[366/756] 4073218=openssl/test_pkey_ec
[367/756] 4073227=optparse/test_noarg
[368/756] 4073225=-ext-/struct/test_data
[369/756] 4073225=prism/result/static_literals_test
[370/756] 4073218=openssl/test_random
[371/756] 4073218=psych/visitors/test_to_ruby
[372/756] 4073225=rubygems/test_bundled_ca
[373/756] 4073218=fiber/test_backtrace
[374/756] 4073218=rubygems/test_gem_safe_marshal
[375/756] 4073216=-ext-/float/test_nextafter
[376/756] 4073216=-ext-/string/test_capacity
[377/756] 4073216=prism/fixtures_test
[378/756] 4073225=ruby/test_rational2
[379/756] 4073225=rubygems/test_gem_dependency_resolution_error
[380/756] 4073225=net/http/test_http
[381/756] 4073218=dtrace/test_raise
[382/756] 4073218=open-uri/test_proxy
[383/756] 4073227=io/wait/test_io_wait_uncommon
[384/756] 4073227=psych/test_string
[385/756] 4073218=rubygems/test_gem_ci_detector
[386/756] 4073218=ruby/enc/test_shift_jis
[387/756] 4073218=ruby/test_yield
[388/756] 4073216=rubygems/test_gem_request_set_lockfile_parser
[389/756] 4073227=ruby/test_fnmatch
[390/756] 4073216=rubygems/test_gem_resolver_vendor_set
[391/756] 4073216=erb/test_erb_command
[392/756] 4073227=net/http/test_https
[393/756] 4073216=rubygems/test_require
[394/756] 4073209=mkmf/test_have_library
[395/756] 4073239=ruby/test_unicode_escape
[396/756] 4073243=net/http/test_httpresponses
[397/756] 4073243=prism/result/integer_base_flags_test
[398/756] 4073243=uri/test_ftp
[399/756] 4073243=-ext-/string/test_too_many_dummy_encodings
[400/756] 4073220=ripper/test_filter
[401/756] 4073239=rubygems/test_gem_ext_cmake_builder
[402/756] 4073220=erb/test_erb_m17n
[403/756] 4073220=ruby/test_clone
[404/756] 4073243=objspace/test_objspace
[405/756] 4073239=ruby/enc/test_koi8
[406/756] 4073239=ruby/test_call
[407/756] 4073209=ruby/test_thread
[408/756] 4073239=json/json_generic_object_test
[409/756] 4073239=dtrace/test_hash_create
[410/756] 4073239=date/test_switch_hitter
[411/756] 4073239=ruby/test_defined
[412/756] 4073220=-ext-/bignum/test_pack
[413/756] 4073239=ruby/enc/test_case_options
[414/756] 4073239=-ext-/st/test_update
[415/756] 4073239=ripper/test_files_sample
[416/756] 4073220=ruby/test_ractor
[417/756] 4073216=-ext-/method/test_arity
[418/756] 4073216=rubygems/test_gem_security_policy
[419/756] 4073239=uri/test_file
[420/756] 4073239=rubygems/test_gem_install_update_options
[421/756] 4073233=rubygems/test_gem_resolver_index_set
[422/756] 4073233=ruby/test_inlinecache
[423/756] 4073233=net/http/test_httpresponse
[424/756] 4073216=-ext-/marshal/test_usrmarshal
[425/756] 4073233=ruby/test_weakkeymap
[426/756] 4073239=rubygems/test_gem_command
[427/756] 4073239=ruby/test_key_error
[428/756] 4073239=-ext-/exception/test_enc_raise
[429/756] 4073239=openssl/test_engine
[430/756] 4073239=-ext-/postponed_job/test_postponed_job
[431/756] 4073216=fiber/test_io_close
[432/756] 4073216=json/ractor_test
[433/756] 4073216=rubygems/test_gem_request_set_lockfile
[434/756] 4073225=-ext-/load/test_dot_dot
[435/756] 4073225=did_you_mean/tree_spell/test_human_typo
[436/756] 4073225=prism/ruby/reflection_test
[437/756] 4073225=ruby/test_bignum
[438/756] 4073227=openssl/test_config
[439/756] 4073227=test_tempfile
[440/756] 4073233=rubygems/test_gem_util
[441/756] 4073233=rubygems/test_gem_remote_fetcher
[442/756] 4073225=rubygems/test_gem_gemcutter_utilities
[443/756] 4073239=rubygems/test_gem_resolver
[444/756] 4073225=rubygems/test_gem_commands_yank_command
[445/756] 4073233=did_you_mean/edit_distance/test_jaro_winkler
[446/756] 4073233=did_you_mean/spell_checking/test_pattern_key_name_check
[447/756] 4073233=rubygems/test_exit
[448/756] 4073239=-ext-/gvl/test_last_thread
[449/756] 4073225=rubygems/test_gem_remote_fetcher_local_server
[450/756] 4073233=etc/test_etc
[451/756] 4073225=rubygems/test_gem_source_lock
[452/756] 4073225=uri/test_ldap
[453/756] 4073225=psych/test_hash
[454/756] 4073225=openssl/test_cipher
[455/756] 4073210=-ext-/time/test_new
[456/756] 4073210=ruby/test_enum
[457/756] 4073225=rubygems/test_gem_commands_which_command
[458/756] 4073227=socket/test_unix
[459/756] 4073225=rubygems/test_gem_source_specific_file
[460/756] 4073227=prism/api/parse_test
[461/756] 4073227=ruby/test_symbol
[462/756] 4073233=optparse/test_optparse
[463/756] 4073239=psych/test_coder
[464/756] 4073239=rubygems/test_gem_spec_fetcher
[465/756] 4073225=io/console/test_ractor
[466/756] 4073225=rubygems/test_gem_commands_sources_command
[467/756] 4073239=ruby/test_undef
[468/756] 4073239=io/console/test_io_console
[469/756] 4073233=date/test_date_arith
[470/756] 4073233=uri/test_ws
[471/756] 4073216=ruby/test_io
[472/756] 4073233=ruby/test_metaclass
[473/756] 4073233=ruby/test_numeric
[474/756] 4073233=pathname/test_ractor
[475/756] 4073233=dtrace/test_array_create
[476/756] 4073233=rubygems/test_gem_resolver_installed_specification
[477/756] 4073233=-ext-/integer/test_my_integer
[478/756] 4073233=rubygems/test_gem_commands_environment_command
[479/756] 4073223=-ext-/tracepoint/test_tracepoint
[480/756] 4073233=prism/encoding/symbol_encoding_test
[481/756] 4073225=-ext-/marshal/test_internal_ivar
[482/756] 4073225=rubygems/test_gem_commands_mirror
[483/756] 4073225=openssl/test_hmac
[484/756] 4073233=mkmf/test_signedness
[485/756] 4073225=prism/ruby/desugar_compiler_test
[486/756] 4073225=uri/test_wss
[487/756] 4073225=fiber/test_address_resolve
[488/756] 4073225=-ext-/string/test_cstr
[489/756] 4073223=rubygems/test_gem_resolver_lock_specification
[490/756] 4073223=openssl/test_digest
[491/756] 4073223=ruby/test_variable
[492/756] 4073225=rubygems/test_gem_source_local
[493/756] 4073218=-ext-/num2int/test_num2int
[494/756] 4073239=ruby/test_parse
[495/756] 4073218=mkmf/test_have_macro
[496/756] 4073225=ruby/test_process
[497/756] 4073229=-ext-/iter/test_iter_break
[498/756] 4073229=ruby/test_thread_queue
[499/756] 4073218=ruby/test_flip
[500/756] 4073218=fileutils/test_nowrite
[501/756] 4073218=optparse/test_summary
[502/756] 4073210=ruby/test_stack
[503/756] 4073233=rubygems/test_gem_commands_install_command
[504/756] 4073218=rubygems/test_gem_ext_cargo_builder_unit
[505/756] 4073218=ruby/test_econv
[506/756] 4073239=-ext-/st/test_foreach
[507/756] 4073239=test_securerandom
[508/756] 4073239=fiber/test_io
[509/756] 4073223=rubygems/test_gem_commands_cert_command
[510/756] 4073239=fileutils/test_fileutils
[511/756] 4073220=fiber/test_process
[512/756] 4073227=ruby/test_object
[513/756] 4073220=-ext-/eval/test_eval
[514/756] 4073229=json/json_common_interface_test
[515/756] 4073220=psych/test_stream
[516/756] 4073220=coverage/test_coverage
[517/756] 4073229=rubygems/test_remote_fetch_error
[518/756] 4073223=pathname/test_pathname
[519/756] 4073229=rubygems/test_gem_resolver_git_specification
[520/756] 4073210=ruby/test_dir_m17n
[521/756] 4073223=prism/result/named_capture_test
[522/756] 4073223=rubygems/test_gem_commands_dependency_command
[523/756] 4073223=dtrace/test_cmethod
[524/756] 4073223=-ext-/string/test_qsort
[525/756] 4073233=rubygems/test_gem_ext_ext_conf_builder
[526/756] 4073223=json/json_addition_test
[527/756] 4073223=prism/result/string_test
[528/756] 4073223=-ext-/path_to_class/test_path_to_class
[529/756] 4073223=fiber/test_storage
[530/756] 4073223=ruby/test_iterator
[531/756] 4073223=psych/test_marshalable
[532/756] 4073223=dtrace/test_string
[533/756] 4073223=rubygems/test_gem_resolver_index_specification
[534/756] 4073223=dtrace/test_method_cache
[535/756] 4073223=rubygems/test_gem_dependency
[536/756] 4073223=prism/api/parse_comments_test
[537/756] 4073223=psych/test_serialize_subclasses
[538/756] 4073223=ruby/test_const
[539/756] 4073223=ruby/test_class
[540/756] 4073229=json/test_helper
[541/756] 4073229=psych/test_yamldbm
[542/756] 4073229=ruby/test_thread_cv
[543/756] 4073229=prism/ruby/relocation_test
[544/756] 4073229=ruby/enc/test_windows_1251
[545/756] 4073229=ripper/test_parser_events
[546/756] 4073214=ruby/test_eval
[547/756] 4073218=-ext-/file/test_stat
[548/756] 4073218=resolv/test_addr
[549/756] 4073229=rubygems/test_gem_resolver_best_set
[550/756] 4073218=mkmf/test_convertible
[551/756] 4073229=resolv/test_win32_config
[552/756] 4073229=ruby/test_regexp
[553/756] 4073227=prism/newline_offsets_test
[554/756] 4073220=-ext-/bignum/test_str2big
[555/756] 4073220=ruby/test_rational
[556/756] 4073227=rubygems/test_gem_resolver_conflict
[557/756] 4073227=psych/test_scalar
[558/756] 4073227=ruby/test_readpartial
[559/756] 4073214=rubygems/test_gem_commands_contents_command
[560/756] 4073233=fiber/test_thread
[561/756] 4073227=ruby/test_pattern_matching
[562/756] 4073214=rubygems/test_gem_commands_search_command
[563/756] 4073214=ruby/test_arithmetic_sequence
[564/756] 4073233=ruby/test_literal
[565/756] 4073214=prism/bom_test
[566/756] 4073214=socket/test_sockopt
[567/756] 4073214=ruby/test_frozen_error
[568/756] 4073220=ruby/test_file
[569/756] 4073214=ruby/test_lambda
[570/756] 4073214=psych/test_encoding
[571/756] 4073227=-ext-/iter/test_yield_block
[572/756] 4073227=psych/handlers/test_recorder
[573/756] 4073214=rubygems/test_gem_commands_specification_command
[574/756] 4073227=mkmf/test_config
[575/756] 4073214=psych/test_boolean
[576/756] 4073214=psych/test_yaml
[577/756] 4073214=psych/test_document
[578/756] 4073214=fiber/test_ractor
[579/756] 4073214=-ext-/bug_reporter/test_bug_reporter
[580/756] 4073210=did_you_mean/test_spell_checker
[581/756] 4073210=rubygems/test_gem_resolver_api_specification
[582/756] 4073210=optparse/test_getopts
[583/756] 4073210=prism/ruby/parameters_signature_test
[584/756] 4073210=ruby/test_primitive
[585/756] 4073210=rubygems/test_gem_request
[586/756] 4073214=openssl/test_pkey
[587/756] 4073227=socket/test_nonblock
[588/756] 4073227=rubygems/test_gem_commands_signin_command
[589/756] 4073214=rubygems/test_gem_specification
[590/756] 4073210=ruby/enc/test_gbk
[591/756] 4073210=ruby/test_warning
[592/756] 4073227=rubygems/test_gem_name_tuple
[593/756] 4073227=ruby/test_refinement
[594/756] 4073210=rubygems/test_gem_dependency_installer
[595/756] 4073220=strscan/test_stringscanner
[596/756] 4073220=psych/test_numeric
[597/756] 4073220=openssl/test_x509crl
[598/756] 4073212=psych/test_class
[599/756] 4073212=rubygems/test_gem_package_tar_reader
[600/756] 4073212=ruby/enc/test_gb18030
[601/756] 4073212=-ext-/test_enumerator_kw
[602/756] 4073212=ruby/test_mixed_unicode_escapes
[603/756] 4073212=-ext-/bignum/test_mul
[604/756] 4073212=mkmf/test_mkmf
[605/756] 4073212=did_you_mean/spell_checking/test_require_path_check
[606/756] 4073212=io/nonblock/test_flush
[607/756] 4073212=ruby/test_complexrational
[608/756] 4073212=rubygems/test_gem_commands_fetch_command
[609/756] 4073220=openssl/test_pkcs7
[610/756] 4073212=-ext-/win32/test_dln
[611/756] 4073212=openssl/test_x509attr
[612/756] 4073212=ruby/enc/test_iso_8859
[613/756] 4073212=ruby/test_complex2
[614/756] 4073212=prism/regexp_test
[615/756] 4073212=ruby/test_string_memory
[616/756] 4073212=mkmf/test_pkg_config
[617/756] 4073218=-ext-/bignum/test_big2str
[618/756] 4073233=-ext-/string/test_coderange
[619/756] 4073218=open-uri/test_open-uri
[620/756] 4073233=prism/ruby/location_test
[621/756] 4073212=ruby/test_gc
[622/756] 4073233=ruby/test_allocation
[623/756] 4073220=prism/api/dump_test
[624/756] 4073218=-ext-/string/test_enc_associate
[625/756] 4073216=ruby/test_iseq
[626/756] 4073214=ruby/test_insns_leaf
[627/756] 4073214=yaml/test_store
[628/756] 4073214=-ext-/load/test_protect
[629/756] 4073214=net/protocol/test_protocol
[630/756] 4073214=rubygems/test_gem_ext_cargo_builder_link_flag_converter
[631/756] 4073214=psych/test_tree_builder
[632/756] 4073214=rubygems/test_gem_commands_open_command
[633/756] 4073214=openssl/test_x509req
[634/756] 4073214=rubygems/test_gem_text
[635/756] 4073214=ruby/test_settracefunc
[636/756] 4073210=prism/ruby/tunnel_test
[637/756] 4073210=rubygems/test_gem_commands_stale_command
[638/756] 4073210=rubygems/test_gem_version
[639/756] 4073210=test_pp
[640/756] 4073218=socket/test_tcp
[641/756] 4073210=ruby/test_sprintf_comb
[642/756] 4073210=ruby/test_path
[643/756] 4073218=ruby/test_method_cache
[644/756] 4073210=rubygems/test_gem_stub_specification
[645/756] 4073218=json/json_string_matching_test
[646/756] 4073218=rubygems/test_gem_ext_rake_builder
[647/756] 4073220=monitor/test_monitor
[648/756] 4073210=openssl/test_asn1
[649/756] 4073220=mkmf/test_flags
[650/756] 4073239=ruby/test_transcode
[651/756] 4073210=ruby/test_whileuntil
[652/756] 4073210=-ext-/rational/test_rat
[653/756] 4073210=test_extlibs
[654/756] 4073216=prism/result/static_inspect_test
[655/756] 4073216=-ext-/symbol/test_inadvertent_creation
[656/756] 4073216=prism/result/source_location_test
[657/756] 4073218=ruby/test_complex
[658/756] 4073216=-ext-/vm/test_at_exit
[659/756] 4073220=-ext-/thread/test_instrumentation_api
[660/756] 4073216=ripper/test_files_ext
[661/756] 4073216=psych/test_data
[662/756] 4073216=openssl/test_x509ext
[663/756] 4073216=prism/unescape_test
[664/756] 4073216=ruby/test_object_id
[665/756] 4073218=prism/result/equality_test
[666/756] 4073218=ruby/test_rubyvm
[667/756] 4073218=-ext-/exception/test_data_error
[668/756] 4073216=rubygems/test_gem_doctor
[669/756] 4073239=socket/test_ancdata
[670/756] 4073239=ruby/test_weakmap
[671/756] 4073216=ruby/enc/test_euc_jp
[672/756] 4073216=-ext-/test_abi
[673/756] 4073218=ripper/test_scanner_events
[674/756] 4073218=-ext-/string/test_external_new
[675/756] 4073218=rubygems/test_gem_resolver_dependency_request
[676/756] 4073218=win32/test_registry
[677/756] 4073218=rubygems/test_deprecate
[678/756] 4073218=openssl/test_ssl
[679/756] 4073220=ruby/test_module
[680/756] 4073216=rubygems/test_gem_commands_push_command
[681/756] 4073214=prism/api/parse_success_test
[682/756] 4073214=strscan/test_ractor
[683/756] 4073214=rubygems/test_gem_uri_formatter
[684/756] 4073214=ruby/test_sprintf
[685/756] 4073216=rubygems/test_gem_request_connection_pools
[686/756] 4073214=ruby/test_optimization
[687/756] 4073216=uri/test_common
[688/756] 4073216=prism/ruby/ruby_parser_test
[689/756] 4073216=openssl/test_buffering
[690/756] 4073216=resolv/test_svcb_https
[691/756] 4073216=-ext-/test_bug-14834
[692/756] 4073216=-ext-/proc/test_bmethod
[693/756] 4073216=psych/nodes/test_enumerable
[694/756] 4073216=-ext-/funcall/test_passing_block
[695/756] 4073216=uri/test_http
[696/756] 4073216=openssl/test_x509cert
[697/756] 4073210=socket/test_addrinfo
[698/756] 4073210=mkmf/test_have_func
[699/756] 4073216=-ext-/string/test_enc_str_buf_cat
[700/756] 4073216=optparse/test_zsh_completion
[701/756] 4073216=rubygems/test_gem_package_tar_reader_entry
[702/756] 4073223=-ext-/thread/test_lock_native_thread
[703/756] 4073227=rubygems/test_webauthn_listener
[704/756] 4073227=rubygems/test_gem_resolver_specification
[705/756] 4073223=json/json_fixtures_test
[706/756] 4073223=ruby/test_encoding
[707/756] 4073227=dtrace/test_load
[708/756] 4073227=ruby/test_default_gems
[709/756] 4073216=mkmf/test_constant
[710/756] 4073227=rubygems/test_gem_security_trust_dir
[711/756] 4073227=ruby/test_require_lib
[712/756] 4073210=rubygems/test_gem_version_option
[713/756] 4073210=ripper/test_files_test_2
[714/756] 4073223=rubygems/test_gem_rdoc
[715/756] 4073223=prism/api/lex_test
[716/756] 4073223=rubygems/test_gem_remote_fetcher_s3
[717/756] 4073223=psych/test_stringio
[718/756] 4073223=-ext-/win32/test_fd_setsize
[719/756] 4073223=test_trick
[720/756] 4073220=ruby/test_objectspace
[721/756] 4073216=rubygems/test_gem_request_set
[722/756] 4073239=prism/version_test
[723/756] 4073239=psych/test_null
[724/756] 4073239=ruby/enc/test_big5
[725/756] 4073239=rubygems/test_gem_resolver_activation_request
[726/756] 4073239=-ext-/string/test_fstring
[727/756] 4073239=did_you_mean/core_ext/test_name_error_extension
[728/756] 4073239=-ext-/iseq_load/test_iseq_load
[729/756] 4073218=-ext-/scheduler/test_interrupt_with_scheduler
[730/756] 4073218=ruby/test_fixnum
[731/756] 4073218=fiber/test_timeout
[732/756] 4073218=ruby/test_signal
[733/756] 4073216=-ext-/test_ensure_and_callcc
[734/756] 4073216=fiber/test_scheduler
[735/756] 4073233=rubygems/test_gem_ext_builder
[736/756] 4073223=fileutils/test_verbose
[737/756] 4073223=date/test_date_strftime
[738/756] 4073227=prism/ruby/compiler_test
[739/756] 4073227=rubygems/test_gem_resolver_vendor_specification
[740/756] 4073227=-ext-/typeddata/test_typeddata
[741/756] 4073210=ruby/test_struct
[742/756] 4073239=fiber/test_mutex
[743/756] 4073210=ruby/test_basicinstructions
[744/756] 4073210=-ext-/bignum/test_bigzero
[745/756] 4073210=ruby/test_box
[746/756] 4073227=socket/test_basicsocket
[747/756] 4073227=rubygems/test_gem_commands_owner_command
[748/756] 4073239=-ext-/string/test_normalize
[749/756] 4073239=-ext-/test_recursion
[750/756] 4073239=test_find
[751/756] 4073239=prism/locals_test
[752/756] 4073239=rubygems/test_gem_unsatisfiable_dependency_error
[753/756] 4073239=objspace/test_ractor
[754/756] 4073227=prism/ruby/pattern_test
[755/756] 4073227=rubygems/test_gem_package_tar_header
[756/756] 4073223=ripper/test_sexp
$$$ #<Timeout::Error: execution expired>
### enter analyzing mode for stuck processes

$$$ ps jx
   PPID     PID    PGID     SID TTY        TPGID STAT   UID   TIME COMMAND
      1    1010    1010    1010 ?             -1 Ss    1000   0:00 SCREEN -d -m dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk_asan --incremental --exclude-steps=test_btest
   1010    1018    1018    1018 pts/0       1018 Ss+   1000   0:00 dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk_asan --incremental --exclude-steps=test_btest
   1018    1020    1018    1018 pts/0       1018 S+    1000   0:00 sh build-loop.sh trunk_asan --incremental --exclude-steps=test_btest
      1 2044590 2044590 2044590 ?             -1 Ss    1000   0:00 /usr/lib/systemd/systemd --user
2044590 2044595 2044590 2044590 ?             -1 S     1000   0:00 (sd-pam)
2044549 2044685 2044549 2044549 ?             -1 S     1000   0:00 sshd: ko1@pts/1
2044685 2044697 2044697 2044697 pts/1    2044697 Ss+   1000   0:00 -bash
   1020 4071943    1018    1018 pts/0       1018 Sl+   1000   0:00 ruby ./br.rb build_report trunk_asan --incremental --exclude-steps=test_btest
4071943 4071946    1018    1018 pts/0       1018 S+    1000   0:00 sh -c ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk_asan --logfile=/home/ko1/ruby/logs/brlog.trunk_asan.20260115-195717 --root_dir=/tmp/ruby --timeout=600 --no-timeout-error --configure_opts="'CC=clang-17' 'cflags=-fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0'" --add-env=RUBY_TEST_TIMEOUT_SCALE=50 --incremental --exclude-steps=test_btest
4071946 4071947    1018    1018 pts/0       1018 Sl+   1000   0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk_asan --logfile=/home/ko1/ruby/logs/brlog.trunk_asan.20260115-195717 --root_dir=/tmp/ruby --timeout=600 --no-timeout-error --configure_opts='CC=clang-17' 'cflags=-fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0' --add-env=RUBY_TEST_TIMEOUT_SCALE=50 --incremental --exclude-steps=test_btest
4071947 4072875    1018    1018 pts/0       1018 S+    1000   0:00 sh -c make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
4072875 4072876    1018    1018 pts/0       1018 S+    1000   0:00 make yes-test-all TESTOPTS=--stderr-on-failure TESTS=-j16
4072876 4073206    1018    1018 pts/0       1018 Sl+   1000   0:21 /tmp/ruby/build/trunk_asan/ruby --disable-gems -r/tmp/ruby/src/trunk_asan/tool/lib/_tmpdir /tmp/ruby/src/trunk_asan/test/runner.rb --ruby=./miniruby -I/tmp/ruby/src/trunk_asan/lib -I. -I.ext/common  /tmp/ruby/src/trunk_asan/tool/runruby.rb --extout=.ext  -- --disable-gems --excludes-dir=/tmp/ruby/src/trunk_asan/test/.excludes --name=!/memory_leak/ --stderr-on-failure -j16
4073206 4073209    1018    1018 pts/0       1018 Sl+   1000   1:09 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestThread#test_fork_while_parent_locked
4073209 4099377    1018    1018 pts/0       1018 Sl+   1000   0:00 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestThread#test_fork_while_parent_locked
4071947 4103463    1018    1018 pts/0       1018 R+    1000   0:00 ps jx
{1=>[1010, 2044590], 1010=>[1018], 1018=>[1020], 2044590=>[2044595], 2044549=>[2044685], 2044685=>[2044697], 1020=>[4071943], 4071943=>[4071946], 4071946=>[4071947], 4071947=>[4072875, 4103463], 4072875=>[4072876], 4072876=>[4073206], 4073206=>[4073209], 4073209=>[4099377]}
$ timeout 60 gdb -p 4099377 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 4099379]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00005f92e7c02eae in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()

>>> Threads

  Id   Target Id                                  Frame 
* 1    Thread 0x799a60046c40 (LWP 4099377) "ruby" 0x00005f92e7c02eae in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
  2    Thread 0x799a43dff6c0 (LWP 4099379) "ruby" 0x0000799a5ff1b4fd in __GI___poll (fds=0x799a2256d040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 2 (Thread 0x799a43dff6c0 (LWP 4099379) "ruby"):
#0  0x0000799a5ff1b4fd in __GI___poll (fds=0x799a2256d040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005f92e7b8d74a in __interceptor_poll ()
No symbol table info available.
#2  0x00005f92e7f8defb in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1077
        pfd = {fd = 3, events = 1, revents = <optimized out>}
        timeout = -1
        r = <optimized out>
#3  timer_thread_func (ptr=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3066
        vm = <optimized out>
#4  0x00005f92e7be6aff in asan_thread_start(void*) ()
No symbol table info available.
#5  0x0000799a5fe9caa4 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {133703470675648, 2481874862883085108, 133703470675648, -352, 0, 140726815878928, 2481874862870502196, 2481866461094878004}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x0000799a5ff29c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x799a60046c40 (LWP 4099377) "ruby"):
#0  0x00005f92e7c02eae in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
No symbol table info available.
#1  0x00005f92e7c03e6a in __sanitizer::Semaphore::Wait() ()
No symbol table info available.
#2  0x00005f92e7b507f8 in __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::ReturnToAllocator(__sanitizer::MemoryMapper<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >*, __sanitizer::AllocatorStats*, unsigned long, unsigned int const*, unsigned long) ()
No symbol table info available.
#3  0x00005f92e7b505e9 in __sanitizer::SizeClassAllocator64LocalCache<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >::DrainHalfMax(__sanitizer::SizeClassAllocator64LocalCache<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >::PerClass*, __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >*, unsigned long) ()
No symbol table info available.
#4  0x00005f92e7b5041d in __sanitizer::SizeClassAllocator64LocalCache<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >::Deallocate(__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >*, unsigned long, void*) ()
No symbol table info available.
#5  0x00005f92e7b4fe5d in __sanitizer::Quarantine<__asan::QuarantineCallback, __asan::AsanChunk>::DoRecycle(__sanitizer::QuarantineCache<__asan::QuarantineCallback>*, __asan::QuarantineCallback) ()
No symbol table info available.
#6  0x00005f92e7b4faa6 in __sanitizer::Quarantine<__asan::QuarantineCallback, __asan::AsanChunk>::Recycle(unsigned long, __asan::QuarantineCallback) ()
No symbol table info available.
#7  0x00005f92e7b51d76 in __sanitizer::Quarantine<__asan::QuarantineCallback, __asan::AsanChunk>::Put(__sanitizer::QuarantineCache<__asan::QuarantineCallback>*, __asan::QuarantineCallback, __asan::AsanChunk*, unsigned long) ()
No symbol table info available.
#8  0x00005f92e7be8c40 in __interceptor_free ()
No symbol table info available.
#9  0x00005f92e7c73d1e in rb_gc_impl_free (objspace_ptr=0x51d000000a80, ptr=0x799a21d57800, old_size=1048576) at /tmp/ruby/src/trunk_asan/gc/default/default.c:8260
        malloc_increase_done = <optimized out>
        objspace = 0x51d000000a80
        malloc_increase_done = <optimized out>
#10 0x00005f92e7f5b2e5 in rb_threadptr_sched_free (th=0x5150001c3200) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2354
No locals.
#11 0x00005f92e8046c4f in thread_free (ptr=0x540000000308) at /tmp/ruby/src/trunk_asan/vm.c:3806
        th = 0x540000000308
#12 0x00005f92e7c96ffd in rb_data_free (objspace=0x51d000000a80, obj=133703335425600) at /tmp/ruby/src/trunk_asan/gc.c:1282
        dfree = 0x0
        free_immediately = -512
        data = <optimized out>
        dfree = <optimized out>
        free_immediately = <optimized out>
#13 rb_gc_obj_free (objspace=<optimized out>, obj=133703335425600) at /tmp/ruby/src/trunk_asan/gc.c:1428
        args = <optimized out>
#14 0x00005f92e7c95c2b in gc_sweep_plane (objspace=objspace@entry=0x51d000000a80, heap=<optimized out>, p=133703335425600, p@entry=133703335424520, bitset=64078203247, ctx=<optimized out>) at /tmp/ruby/src/trunk_asan/gc/default/default.c:3509
        vp = 133703335425600
        sweep_page = <optimized out>
        slot_size = <optimized out>
        slot_bits = <optimized out>
#15 0x00005f92e7c955ea in gc_sweep_page (objspace=objspace@entry=0x51d000000a80, heap=heap@entry=0x51d000000aa8, ctx=ctx@entry=0x799a5e187690) at /tmp/ruby/src/trunk_asan/gc/default/default.c:3600
        i = <error reading variable i (Incompatible types on DWARF stack)>
        sweep_page = 0x51c00007c080
        p = 133703335424520
        bits = 0x51c00007c198
        page_rvalue_count = <optimized out>
        out_of_range_bits = <optimized out>
        bitmap_plane_count = <optimized out>
        slot_mask = 18446744073709551615
        bitset = 0
#16 0x00005f92e7c872cb in gc_sweep_step (objspace=<optimized out>, heap=0x51d000000aa8) at /tmp/ruby/src/trunk_asan/gc/default/default.c:3881
        ctx = {page = 0x51c00007c080, final_slots = 0, freed_slots = 210, empty_slots = <optimized out>}
        free_slots = <optimized out>
        sweep_page = 0x51c00007c080
        swept_slots = 0
        pooled_slots = 1755
#17 0x00005f92e7c831af in gc_sweep (objspace=0x51d000000a80) at /tmp/ruby/src/trunk_asan/gc/default/default.c:4149
        heap = 0x51d000000aa8
        i = 0
        immediate_sweep = 0
#18 0x00005f92e7ca2cc7 in gc_rest (objspace=0x51d000000a80) at /tmp/ruby/src/trunk_asan/gc/default/default.c:6517
        lock_lev = 0
#19 0x00005f92e7cac559 in garbage_collect (objspace=0x51d000000a80, reason=512) at /tmp/ruby/src/trunk_asan/gc/default/default.c:6370
        lev = 0
        ret = <optimized out>
#20 garbage_collect_with_gvl (objspace=0x51d000000a80, reason=512) at /tmp/ruby/src/trunk_asan/gc/default/default.c:6773
        oar = <optimized out>
        ret = <optimized out>
#21 objspace_malloc_increase_body (objspace=<optimized out>, mem=<optimized out>, new_size=1048576, old_size=0, type=<optimized out>, gc_allowed=<optimized out>) at /tmp/ruby/src/trunk_asan/gc/default/default.c:8103
No locals.
#22 0x00005f92e7cab7c7 in objspace_malloc_fixup (objspace=0x51d000000a80, mem=0x799a1c90a800, size=1048576, gc_allowed=true) at /tmp/ruby/src/trunk_asan/gc/default/default.c:8181
        malloc_increase_done = <optimized out>
#23 rb_gc_impl_malloc (objspace_ptr=0x51d000000a80, size=size@entry=1048576, gc_allowed=true) at /tmp/ruby/src/trunk_asan/gc/default/default.c:8278
        objspace = 0x51d000000a80
        mem = 0x799a1c90a800
#24 0x00005f92e7c6b8ae in ruby_xmalloc_body (size=1048576) at /tmp/ruby/src/trunk_asan/gc.c:5256
No locals.
#25 ruby_xmalloc (size=1048576) at /tmp/ruby/src/trunk_asan/gc.c:5238
No locals.
#26 0x00005f92e7f66d76 in native_thread_create_dedicated (th=0x5150001b6f00) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2200
        vm_stack_word_size = <optimized out>
        vm_stack = <optimized out>
        err = <optimized out>
#27 native_thread_create (th=0x5150001b6f00) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2389
No locals.
#28 thread_create_core (thval=<optimized out>, params=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:896
        ec = <optimized out>
        th = 0x5150001b6f00
        current_th = <optimized out>
        err = <optimized out>
#29 0x00005f92e7f7f3c1 in thread_initialize (thread=133703929015240, args=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:1004
        params = {type = thread_invoke_type_proc, args = 133703929036760, proc = <optimized out>, g = 0x0, fn = 0x0}
        th = <optimized out>
#30 0x00005f92e8081c92 in vm_call0_cfunc_with_frame (ec=0x5170000000d0, calling=<optimized out>, argv=0x799a5d2ffc68) at /tmp/ruby/src/trunk_asan/vm_eval.c:164
        reg_cfp = 0x799a5d3ff288
        ci = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        len = -2
        recv = 133703929015240
        argc = 0
        mid = 3185
        block_handler = <optimized out>
        frame_flags = 1431634051
        val = <optimized out>
        unaligned_member_ptr_result = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        reg_cfp = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
#31 vm_call0_cfunc (ec=0x5170000000d0, calling=<optimized out>, argv=0x799a5d2ffc68) at /tmp/ruby/src/trunk_asan/vm_eval.c:178
No locals.
#32 vm_call0_body (ec=<optimized out>, calling=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:229
        ci = <optimized out>
        cc = <optimized out>
        ret = <optimized out>
#33 0x00005f92e8086a75 in vm_call0_cc (ec=0x5170000000d0, recv=133703929015240, id=3185, argc=<optimized out>, argv=<optimized out>, kw_splat=0, cc=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:101
        flags = 0
        calling = <error reading variable calling (Cannot access memory at address 0x80)>
        use_argv = 0x799a5d2ffc68
        av = <optimized out>
#34 rb_call0 (ec=<optimized out>, recv=<optimized out>, mid=<optimized out>, argc=<optimized out>, argv=<optimized out>, call_scope=<optimized out>, self=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:572
        ci = <optimized out>
        scope = <optimized out>
        kw_splat = <optimized out>
        cc = <optimized out>
        call_status = <optimized out>
#35 0x00005f92e8029d87 in rb_call (recv=133703929015240, mid=3185, argc=0, argv=0x799a5d2ffc68, scope=CALL_PUBLIC) at /tmp/ruby/src/trunk_asan/vm_eval.c:891
        ec = 0x540000000308
#36 rb_funcallv_kw (recv=<optimized out>, mid=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=0) at /tmp/ruby/src/trunk_asan/vm_eval.c:1088
No locals.
#37 0x00005f92e7c347ab in rb_obj_call_init_kw (obj=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1852
No locals.
#38 0x00005f92e7f7c62a in thread_s_new (argc=<optimized out>, argv=<optimized out>, klass=133703363437840) at /tmp/ruby/src/trunk_asan/thread.c:937
        thread = 133703929015240
        th = <optimized out>
#39 0x00005f92e806b0e8 in vm_call_cfunc_with_frame_ (ec=<optimized out>, reg_cfp=<optimized out>, calling=<optimized out>, argc=<optimized out>, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3902
        ci = 0x122103050003
        cc = <optimized out>
        me = 0x799a5f757880
        cfunc = 0x506000045628
        recv = 133703363437840
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#40 0x00005f92e7ff9b7f in vm_sendish (ec=<optimized out>, reg_cfp=<optimized out>, cd=0x503000a7c890, block_handler=<optimized out>, method_explorer=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6128
        calling = {cd = 0x503000a7c890, cc = 0x799a5dc87488, block_handler = 133703896396561, recv = 133703363437840, argc = 1, kw_splat = false, heap_argv = 0}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#41 0x00005f92e8000808 in vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:1098
        bh = 18446744073709551104
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x503000a7c890
        insns_address_table = {0x5f92e7fffb36 <vm_exec_core+1494>, 0x5f92e8000e3d <vm_exec_core+6365>, 0x5f92e8005fd1 <vm_exec_core+27249>, 0x5f92e80009af <vm_exec_core+5199>, 0x5f92e8006d82 <vm_exec_core+30754>, 0x5f92e8004b84 <vm_exec_core+22052>, 0x5f92e800282e <vm_exec_core+13006>, 0x5f92e7fffc9e <vm_exec_core+1854>, 0x5f92e80065c4 <vm_exec_core+28772>, 0x5f92e800630c <vm_exec_core+28076>, 0x5f92e8000c2c <vm_exec_core+5836>, 0x5f92e800018e <vm_exec_core+3118>, 0x5f92e8005286 <vm_exec_core+23846>, 0x5f92e8001733 <vm_exec_core+8659>, 0x5f92e80067c5 <vm_exec_core+29285>, 0x5f92e800646e <vm_exec_core+28430>, 0x5f92e8001e21 <vm_exec_core+10433>, 0x5f92e80027bd <vm_exec_core+12893>, 0x5f92e8004de5 <vm_exec_core+22661>, 0x5f92e80063e5 <vm_exec_core+28293>, 0x5f92e8004290 <vm_exec_core+19760>, 0x5f92e8004e6e <vm_exec_core+22798>, 0x5f92e8005927 <vm_exec_core+25543>, 0x5f92e80041cd <vm_exec_core+19565>, 0x5f92e80000cb <vm_exec_core+2923>, 0x5f92e8004887 <vm_exec_core+21287>, 0x5f92e7ffff5e <vm_exec_core+2558>, 0x5f92e8000394 <vm_exec_core+3636>, 0x5f92e80020a4 <vm_exec_core+11076>, 0x5f92e8003d9a <vm_exec_core+18490>, 0x5f92e8004720 <vm_exec_core+20928>, 0x5f92e8003a3f <vm_exec_core+17631>, 0x5f92e7fffb6a <vm_exec_core+1546>, 0x5f92e8005b57 <vm_exec_core+26103>, 0x5f92e8006237 <vm_exec_core+27863>, 0x5f92e800053b <vm_exec_core+4059>, 0x5f92e80010e7 <vm_exec_core+7047>, 0x5f92e8000da5 <vm_exec_core+6213>, 0x5f92e8001822 <vm_exec_core+8898>, 0x5f92e8002659 <vm_exec_core+12537>, 0x5f92e80005e2 <vm_exec_core+4226>, 0x5f92e80059bf <vm_exec_core+25695>, 0x5f92e8001071 <vm_exec_core+6929>, 0x5f92e8002507 <vm_exec_core+12199>, 0x5f92e8002fce <vm_exec_core+14958>, 0x5f92e800531c <vm_exec_core+23996>, 0x5f92e8004452 <vm_exec_core+20210>, 0x5f92e8001afc <vm_exec_core+9628>, 0x5f92e800137e <vm_exec_core+7710>, 0x5f92e8005172 <vm_exec_core+23570>, 0x5f92e8002284 <vm_exec_core+11556>, 0x5f92e8004986 <vm_exec_core+21542>, 0x5f92e80044c4 <vm_exec_core+20324>, 0x5f92e8004a3d <vm_exec_core+21725>, 0x5f92e8005f09 <vm_exec_core+27049>, 0x5f92e8003851 <vm_exec_core+17137>, 0x5f92e80053d5 <vm_exec_core+24181>, 0x5f92e7fff8b8 <vm_exec_core+856>, 0x5f92e8004f03 <vm_exec_core+22947>, 0x5f92e8001c1b <vm_exec_core+9915>, 0x5f92e8004128 <vm_exec_core+19400>, 0x5f92e8004368 <vm_exec_core+19976>, 0x5f92e8002c02 <vm_exec_core+13986>, 0x5f92e8000448 <vm_exec_core+3816>, 0x5f92e8001fc9 <vm_exec_core+10857>, 0x5f92e8001606 <vm_exec_core+8358>, 0x5f92e8004abb <vm_exec_core+21851>, 0x5f92e8000773 <vm_exec_core+4627>, 0x5f92e80029af <vm_exec_core+13391>, 0x5f92e80032ff <vm_exec_core+15775>, 0x5f92e8001900 <vm_exec_core+9120>, 0x5f92e800d510 <vm_exec_core+57264>, 0x5f92e80012d5 <vm_exec_core+7541>, 0x5f92e80011cd <vm_exec_core+7277>, 0x5f92e80014d8 <vm_exec_core+8056>, 0x5f92e8001ec3 <vm_exec_core+10595>, 0x5f92e8003c3e <vm_exec_core+18142>, 0x5f92e8003089 <vm_exec_core+15145>, 0x5f92e800479f <vm_exec_core+21055>, 0x5f92e80034e5 <vm_exec_core+16261>, 0x5f92e8005a80 <vm_exec_core+25888>, 0x5f92e8007027 <vm_exec_core+31431>, 0x5f92e8005cc4 <vm_exec_core+26468>, 0x5f92e8006915 <vm_exec_core+29621>, 0x5f92e8006a06 <vm_exec_core+29862>, 0x5f92e7fffff0 <vm_exec_core+2704>, 0x5f92e80064ed <vm_exec_core+28557>, 0x5f92e80021a9 <vm_exec_core+11337>, 0x5f92e80066e8 <vm_exec_core+29064>, 0x5f92e8001cea <vm_exec_core+10122>, 0x5f92e8005bfb <vm_exec_core+26267>, 0x5f92e7fffe87 <vm_exec_core+2343>, 0x5f92e800066d <vm_exec_core+4365>, 0x5f92e8006c4a <vm_exec_core+30442>, 0x5f92e800258d <vm_exec_core+12333>, 0x5f92e800238a <vm_exec_core+11818>, 0x5f92e7fff8bd <vm_exec_core+861>, 0x5f92e7fffdaa <vm_exec_core+2122>, 0x5f92e7fff943 <vm_exec_core+995>, 0x5f92e8005db3 <vm_exec_core+26707>, 0x5f92e800370e <vm_exec_core+16814>, 0x5f92e8002dd2 <vm_exec_core+14450>, 0x5f92e80035ea <vm_exec_core+16522>, 0x5f92e8003236 <vm_exec_core+15574>, 0x5f92e800241f <vm_exec_core+11967>, 0x5f92e8002cdd <vm_exec_core+14205>, 0x5f92e80026a9 <vm_exec_core+12617>, 0x5f92e8002eec <vm_exec_core+14732>, 0x5f92e8002f5d <vm_exec_core+14845>, 0x5f92e7fffb27 <vm_exec_core+1479>, 0x5f92e8000e2e <vm_exec_core+6350>, 0x5f92e8005fc2 <vm_exec_core+27234>, 0x5f92e80009a0 <vm_exec_core+5184>, 0x5f92e8006d73 <vm_exec_core+30739>, 0x5f92e8004b75 <vm_exec_core+22037>, 0x5f92e800281f <vm_exec_core+12991>, 0x5f92e7fffc8f <vm_exec_core+1839>, 0x5f92e80065b5 <vm_exec_core+28757>, 0x5f92e80062fd <vm_exec_core+28061>, 0x5f92e8000c1d <vm_exec_core+5821>, 0x5f92e800017f <vm_exec_core+3103>, 0x5f92e8005277 <vm_exec_core+23831>, 0x5f92e8001724 <vm_exec_core+8644>, 0x5f92e80067b6 <vm_exec_core+29270>, 0x5f92e800645f <vm_exec_core+28415>, 0x5f92e8001e12 <vm_exec_core+10418>, 0x5f92e80027ae <vm_exec_core+12878>, 0x5f92e8004dd6 <vm_exec_core+22646>, 0x5f92e80063d6 <vm_exec_core+28278>, 0x5f92e8004281 <vm_exec_core+19745>, 0x5f92e8004e5f <vm_exec_core+22783>, 0x5f92e8005918 <vm_exec_core+25528>, 0x5f92e80041be <vm_exec_core+19550>, 0x5f92e80000bc <vm_exec_core+2908>, 0x5f92e8004878 <vm_exec_core+21272>, 0x5f92e7ffff4f <vm_exec_core+2543>, 0x5f92e8000385 <vm_exec_core+3621>, 0x5f92e8002095 <vm_exec_core+11061>, 0x5f92e8003d8b <vm_exec_core+18475>, 0x5f92e8004711 <vm_exec_core+20913>, 0x5f92e8003a30 <vm_exec_core+17616>, 0x5f92e7fffb5b <vm_exec_core+1531>, 0x5f92e8005b48 <vm_exec_core+26088>, 0x5f92e8006228 <vm_exec_core+27848>, 0x5f92e800052c <vm_exec_core+4044>, 0x5f92e80010d8 <vm_exec_core+7032>, 0x5f92e8000d96 <vm_exec_core+6198>, 0x5f92e8001813 <vm_exec_core+8883>, 0x5f92e800264a <vm_exec_core+12522>, 0x5f92e80005d3 <vm_exec_core+4211>, 0x5f92e80059b0 <vm_exec_core+25680>, 0x5f92e8001062 <vm_exec_core+6914>, 0x5f92e80024f8 <vm_exec_core+12184>, 0x5f92e8002fbf <vm_exec_core+14943>, 0x5f92e800530d <vm_exec_core+23981>, 0x5f92e8004443 <vm_exec_core+20195>, 0x5f92e8001aed <vm_exec_core+9613>, 0x5f92e800136f <vm_exec_core+7695>, 0x5f92e8005163 <vm_exec_core+23555>, 0x5f92e8002275 <vm_exec_core+11541>, 0x5f92e8004977 <vm_exec_core+21527>, 0x5f92e80044b5 <vm_exec_core+20309>, 0x5f92e8004a2e <vm_exec_core+21710>, 0x5f92e8005efa <vm_exec_core+27034>, 0x5f92e8003842 <vm_exec_core+17122>, 0x5f92e80053c6 <vm_exec_core+24166>, 0x5f92e8004864 <vm_exec_core+21252>, 0x5f92e8004ef4 <vm_exec_core+22932>, 0x5f92e8001c0c <vm_exec_core+9900>, 0x5f92e8004119 <vm_exec_core+19385>, 0x5f92e8004359 <vm_exec_core+19961>, 0x5f92e8002bf3 <vm_exec_core+13971>, 0x5f92e8003d86 <vm_exec_core+18470>, 0x5f92e8001fba <vm_exec_core+10842>, 0x5f92e80015f7 <vm_exec_core+8343>, 0x5f92e8004aac <vm_exec_core+21836>, 0x5f92e8000764 <vm_exec_core+4612>, 0x5f92e80029a0 <vm_exec_core+13376>, 0x5f92e80032f0 <vm_exec_core+15760>, 0x5f92e80018f1 <vm_exec_core+9105>, 0x5f92e800d501 <vm_exec_core+57249>, 0x5f92e80012c6 <vm_exec_core+7526>, 0x5f92e80011be <vm_exec_core+7262>, 0x5f92e80014c9 <vm_exec_core+8041>, 0x5f92e8001eb4 <vm_exec_core+10580>, 0x5f92e8003c2f <vm_exec_core+18127>, 0x5f92e800307a <vm_exec_core+15130>, 0x5f92e8003c2a <vm_exec_core+18122>, 0x5f92e800443e <vm_exec_core+20190>, 0x5f92e8004439 <vm_exec_core+20185>, 0x5f92e80014c4 <vm_exec_core+8036>, 0x5f92e8004864 <vm_exec_core+21252>, 0x5f92e8002613 <vm_exec_core+12467>, 0x5f92e8002618 <vm_exec_core+12472>, 0x5f92e8004434 <vm_exec_core+20180>, 0x5f92e800427c <vm_exec_core+19740>, 0x5f92e80032eb <vm_exec_core+15755>, 0x5f92e8003222 <vm_exec_core+15554>, 0x5f92e800432b <vm_exec_core+19915>, 0x5f92e80036f5 <vm_exec_core+16789>...}
        reg_cfp = 0x799a5d3ff2c0
        reg_pc = 0x50e000204020
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#42 0x00005f92e7ffa6f2 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2798
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#43 0x00005f92e808bd72 in invoke_iseq_block_from_c (ec=0x5170000000d0, captured=0x799a5d3ff428, self=133703386600000, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=0, me=0x0) at /tmp/ruby/src/trunk_asan/vm.c:1820
        flags = 0
        iseq = 0x799a3bd00be8
        cfp = <optimized out>
        sp = 0x799a5d2ffc18
        use_argv = 0x799a5d2ffbf8
        stack_argv = 0x799a5d2ffc18
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#44 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1834
        captured = 0x799a5d3ff428
#45 0x00005f92e802d7be in vm_yield_with_cref (ec=0x540000000308, argc=1, argv=0x799a5d2ffbf8, kw_splat=0, cref=0x0, is_lambda=0) at /tmp/ruby/src/trunk_asan/vm.c:1871
No locals.
#46 vm_yield (ec=0x540000000308, argc=1, argv=0x799a5d2ffbf8, kw_splat=0) at /tmp/ruby/src/trunk_asan/vm.c:1879
No locals.
#47 rb_yield_0 (argc=1, argv=0x799a5d2ffbf8) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#48 rb_yield_values2 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1419
No locals.
#49 0x00005f92e8431da3 in collect_i (i=<optimized out>, ary=133703928981760, argc=0, argv=0x5f92e7c02eae <__sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int)+30>, blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/enum.c:628
No locals.
#50 0x00005f92e7ff68cb in vm_yield_with_cfunc (ec=0x5170000000d0, captured=captured@entry=0x799a5d3ff3f0, self=133703931789080, argc=argc@entry=1, argv=0x799a5d2ffbf8, kw_splat=<optimized out>, block_handler=0, me=0x0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5259
        is_lambda = 0
        ifunc = 0x799a5f3147a0
        arg = 1
        blockarg = 4
        frame_flag = <optimized out>
        val = <optimized out>
#51 0x00005f92e807023b in vm_invoke_ifunc_block (ec=0x540000000308, reg_cfp=0x799a5d3ff368, calling=0x799a5df2e350, ci=<optimized out>, is_lambda=<optimized out>, block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5449
        captured = 0x799a5d3ff3f0
        argc = <optimized out>
        val = <optimized out>
#52 0x00005f92e7ff9bc0 in vm_invoke_block (ec=0x5170000000d0, reg_cfp=0x799a5d3ff368, calling=0x246, ci=0x5f92e7c02eae <__sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int)+30>, is_lambda=false, block_handler=0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5504
        func = 0xfffffffffffffe00
#53 vm_invokeblock_i (ec=0x5170000000d0, reg_cfp=0x799a5d3ff368, calling=0x246) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6090
        ci = 0x5f92e7c02eae <__sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int)+30>
        block_handler = 0
#54 vm_sendish (ec=<optimized out>, reg_cfp=<optimized out>, cd=0x504000002790, block_handler=<optimized out>, method_explorer=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6131
        calling = <error reading variable calling (Cannot access memory at address 0x246)>
        val = 36
        ci = 0x5f92e7c02eae <__sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int)+30>
        argc = <optimized out>
        recv = 286326819
        cc = <optimized out>
#55 0x00005f92e800334d in vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:1146
        bh = 0
        cd = 0x0
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5f92e7fffb36 <vm_exec_core+1494>, 0x5f92e8000e3d <vm_exec_core+6365>, 0x5f92e8005fd1 <vm_exec_core+27249>, 0x5f92e80009af <vm_exec_core+5199>, 0x5f92e8006d82 <vm_exec_core+30754>, 0x5f92e8004b84 <vm_exec_core+22052>, 0x5f92e800282e <vm_exec_core+13006>, 0x5f92e7fffc9e <vm_exec_core+1854>, 0x5f92e80065c4 <vm_exec_core+28772>, 0x5f92e800630c <vm_exec_core+28076>, 0x5f92e8000c2c <vm_exec_core+5836>, 0x5f92e800018e <vm_exec_core+3118>, 0x5f92e8005286 <vm_exec_core+23846>, 0x5f92e8001733 <vm_exec_core+8659>, 0x5f92e80067c5 <vm_exec_core+29285>, 0x5f92e800646e <vm_exec_core+28430>, 0x5f92e8001e21 <vm_exec_core+10433>, 0x5f92e80027bd <vm_exec_core+12893>, 0x5f92e8004de5 <vm_exec_core+22661>, 0x5f92e80063e5 <vm_exec_core+28293>, 0x5f92e8004290 <vm_exec_core+19760>, 0x5f92e8004e6e <vm_exec_core+22798>, 0x5f92e8005927 <vm_exec_core+25543>, 0x5f92e80041cd <vm_exec_core+19565>, 0x5f92e80000cb <vm_exec_core+2923>, 0x5f92e8004887 <vm_exec_core+21287>, 0x5f92e7ffff5e <vm_exec_core+2558>, 0x5f92e8000394 <vm_exec_core+3636>, 0x5f92e80020a4 <vm_exec_core+11076>, 0x5f92e8003d9a <vm_exec_core+18490>, 0x5f92e8004720 <vm_exec_core+20928>, 0x5f92e8003a3f <vm_exec_core+17631>, 0x5f92e7fffb6a <vm_exec_core+1546>, 0x5f92e8005b57 <vm_exec_core+26103>, 0x5f92e8006237 <vm_exec_core+27863>, 0x5f92e800053b <vm_exec_core+4059>, 0x5f92e80010e7 <vm_exec_core+7047>, 0x5f92e8000da5 <vm_exec_core+6213>, 0x5f92e8001822 <vm_exec_core+8898>, 0x5f92e8002659 <vm_exec_core+12537>, 0x5f92e80005e2 <vm_exec_core+4226>, 0x5f92e80059bf <vm_exec_core+25695>, 0x5f92e8001071 <vm_exec_core+6929>, 0x5f92e8002507 <vm_exec_core+12199>, 0x5f92e8002fce <vm_exec_core+14958>, 0x5f92e800531c <vm_exec_core+23996>, 0x5f92e8004452 <vm_exec_core+20210>, 0x5f92e8001afc <vm_exec_core+9628>, 0x5f92e800137e <vm_exec_core+7710>, 0x5f92e8005172 <vm_exec_core+23570>, 0x5f92e8002284 <vm_exec_core+11556>, 0x5f92e8004986 <vm_exec_core+21542>, 0x5f92e80044c4 <vm_exec_core+20324>, 0x5f92e8004a3d <vm_exec_core+21725>, 0x5f92e8005f09 <vm_exec_core+27049>, 0x5f92e8003851 <vm_exec_core+17137>, 0x5f92e80053d5 <vm_exec_core+24181>, 0x5f92e7fff8b8 <vm_exec_core+856>, 0x5f92e8004f03 <vm_exec_core+22947>, 0x5f92e8001c1b <vm_exec_core+9915>, 0x5f92e8004128 <vm_exec_core+19400>, 0x5f92e8004368 <vm_exec_core+19976>, 0x5f92e8002c02 <vm_exec_core+13986>, 0x5f92e8000448 <vm_exec_core+3816>, 0x5f92e8001fc9 <vm_exec_core+10857>, 0x5f92e8001606 <vm_exec_core+8358>, 0x5f92e8004abb <vm_exec_core+21851>, 0x5f92e8000773 <vm_exec_core+4627>, 0x5f92e80029af <vm_exec_core+13391>, 0x5f92e80032ff <vm_exec_core+15775>, 0x5f92e8001900 <vm_exec_core+9120>, 0x5f92e800d510 <vm_exec_core+57264>, 0x5f92e80012d5 <vm_exec_core+7541>, 0x5f92e80011cd <vm_exec_core+7277>, 0x5f92e80014d8 <vm_exec_core+8056>, 0x5f92e8001ec3 <vm_exec_core+10595>, 0x5f92e8003c3e <vm_exec_core+18142>, 0x5f92e8003089 <vm_exec_core+15145>, 0x5f92e800479f <vm_exec_core+21055>, 0x5f92e80034e5 <vm_exec_core+16261>, 0x5f92e8005a80 <vm_exec_core+25888>, 0x5f92e8007027 <vm_exec_core+31431>, 0x5f92e8005cc4 <vm_exec_core+26468>, 0x5f92e8006915 <vm_exec_core+29621>, 0x5f92e8006a06 <vm_exec_core+29862>, 0x5f92e7fffff0 <vm_exec_core+2704>, 0x5f92e80064ed <vm_exec_core+28557>, 0x5f92e80021a9 <vm_exec_core+11337>, 0x5f92e80066e8 <vm_exec_core+29064>, 0x5f92e8001cea <vm_exec_core+10122>, 0x5f92e8005bfb <vm_exec_core+26267>, 0x5f92e7fffe87 <vm_exec_core+2343>, 0x5f92e800066d <vm_exec_core+4365>, 0x5f92e8006c4a <vm_exec_core+30442>, 0x5f92e800258d <vm_exec_core+12333>, 0x5f92e800238a <vm_exec_core+11818>, 0x5f92e7fff8bd <vm_exec_core+861>, 0x5f92e7fffdaa <vm_exec_core+2122>, 0x5f92e7fff943 <vm_exec_core+995>, 0x5f92e8005db3 <vm_exec_core+26707>, 0x5f92e800370e <vm_exec_core+16814>, 0x5f92e8002dd2 <vm_exec_core+14450>, 0x5f92e80035ea <vm_exec_core+16522>, 0x5f92e8003236 <vm_exec_core+15574>, 0x5f92e800241f <vm_exec_core+11967>, 0x5f92e8002cdd <vm_exec_core+14205>, 0x5f92e80026a9 <vm_exec_core+12617>, 0x5f92e8002eec <vm_exec_core+14732>, 0x5f92e8002f5d <vm_exec_core+14845>, 0x5f92e7fffb27 <vm_exec_core+1479>, 0x5f92e8000e2e <vm_exec_core+6350>, 0x5f92e8005fc2 <vm_exec_core+27234>, 0x5f92e80009a0 <vm_exec_core+5184>, 0x5f92e8006d73 <vm_exec_core+30739>, 0x5f92e8004b75 <vm_exec_core+22037>, 0x5f92e800281f <vm_exec_core+12991>, 0x5f92e7fffc8f <vm_exec_core+1839>, 0x5f92e80065b5 <vm_exec_core+28757>, 0x5f92e80062fd <vm_exec_core+28061>, 0x5f92e8000c1d <vm_exec_core+5821>, 0x5f92e800017f <vm_exec_core+3103>, 0x5f92e8005277 <vm_exec_core+23831>, 0x5f92e8001724 <vm_exec_core+8644>, 0x5f92e80067b6 <vm_exec_core+29270>, 0x5f92e800645f <vm_exec_core+28415>, 0x5f92e8001e12 <vm_exec_core+10418>, 0x5f92e80027ae <vm_exec_core+12878>, 0x5f92e8004dd6 <vm_exec_core+22646>, 0x5f92e80063d6 <vm_exec_core+28278>, 0x5f92e8004281 <vm_exec_core+19745>, 0x5f92e8004e5f <vm_exec_core+22783>, 0x5f92e8005918 <vm_exec_core+25528>, 0x5f92e80041be <vm_exec_core+19550>, 0x5f92e80000bc <vm_exec_core+2908>, 0x5f92e8004878 <vm_exec_core+21272>, 0x5f92e7ffff4f <vm_exec_core+2543>, 0x5f92e8000385 <vm_exec_core+3621>, 0x5f92e8002095 <vm_exec_core+11061>, 0x5f92e8003d8b <vm_exec_core+18475>, 0x5f92e8004711 <vm_exec_core+20913>, 0x5f92e8003a30 <vm_exec_core+17616>, 0x5f92e7fffb5b <vm_exec_core+1531>, 0x5f92e8005b48 <vm_exec_core+26088>, 0x5f92e8006228 <vm_exec_core+27848>, 0x5f92e800052c <vm_exec_core+4044>, 0x5f92e80010d8 <vm_exec_core+7032>, 0x5f92e8000d96 <vm_exec_core+6198>, 0x5f92e8001813 <vm_exec_core+8883>, 0x5f92e800264a <vm_exec_core+12522>, 0x5f92e80005d3 <vm_exec_core+4211>, 0x5f92e80059b0 <vm_exec_core+25680>, 0x5f92e8001062 <vm_exec_core+6914>, 0x5f92e80024f8 <vm_exec_core+12184>, 0x5f92e8002fbf <vm_exec_core+14943>, 0x5f92e800530d <vm_exec_core+23981>, 0x5f92e8004443 <vm_exec_core+20195>, 0x5f92e8001aed <vm_exec_core+9613>, 0x5f92e800136f <vm_exec_core+7695>, 0x5f92e8005163 <vm_exec_core+23555>, 0x5f92e8002275 <vm_exec_core+11541>, 0x5f92e8004977 <vm_exec_core+21527>, 0x5f92e80044b5 <vm_exec_core+20309>, 0x5f92e8004a2e <vm_exec_core+21710>, 0x5f92e8005efa <vm_exec_core+27034>, 0x5f92e8003842 <vm_exec_core+17122>, 0x5f92e80053c6 <vm_exec_core+24166>, 0x5f92e8004864 <vm_exec_core+21252>, 0x5f92e8004ef4 <vm_exec_core+22932>, 0x5f92e8001c0c <vm_exec_core+9900>, 0x5f92e8004119 <vm_exec_core+19385>, 0x5f92e8004359 <vm_exec_core+19961>, 0x5f92e8002bf3 <vm_exec_core+13971>, 0x5f92e8003d86 <vm_exec_core+18470>, 0x5f92e8001fba <vm_exec_core+10842>, 0x5f92e80015f7 <vm_exec_core+8343>, 0x5f92e8004aac <vm_exec_core+21836>, 0x5f92e8000764 <vm_exec_core+4612>, 0x5f92e80029a0 <vm_exec_core+13376>, 0x5f92e80032f0 <vm_exec_core+15760>, 0x5f92e80018f1 <vm_exec_core+9105>, 0x5f92e800d501 <vm_exec_core+57249>, 0x5f92e80012c6 <vm_exec_core+7526>, 0x5f92e80011be <vm_exec_core+7262>, 0x5f92e80014c9 <vm_exec_core+8041>, 0x5f92e8001eb4 <vm_exec_core+10580>, 0x5f92e8003c2f <vm_exec_core+18127>, 0x5f92e800307a <vm_exec_core+15130>, 0x5f92e8003c2a <vm_exec_core+18122>, 0x5f92e800443e <vm_exec_core+20190>, 0x5f92e8004439 <vm_exec_core+20185>, 0x5f92e80014c4 <vm_exec_core+8036>, 0x5f92e8004864 <vm_exec_core+21252>, 0x5f92e8002613 <vm_exec_core+12467>, 0x5f92e8002618 <vm_exec_core+12472>, 0x5f92e8004434 <vm_exec_core+20180>, 0x5f92e800427c <vm_exec_core+19740>, 0x5f92e80032eb <vm_exec_core+15755>, 0x5f92e8003222 <vm_exec_core+15554>, 0x5f92e800432b <vm_exec_core+19915>, 0x5f92e80036f5 <vm_exec_core+16789>...}
        reg_cfp = 0x799a5d3ff368
        reg_pc = 0x513000028dc0
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#56 0x00005f92e7ffa6f2 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2798
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#57 0x00005f92e808196a in vm_call0_body (ec=<optimized out>, calling=0x799a5e076660, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:225
        reg_cfp = <optimized out>
        i = <optimized out>
        ci = 0x799a5e0766d0
        cc = <optimized out>
        ret = <optimized out>
#58 0x00005f92e8086a75 in vm_call0_cc (ec=0x5170000000d0, recv=3, id=28753, argc=<optimized out>, argv=<optimized out>, kw_splat=0, cc=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:101
        flags = 0
        calling = <error reading variable calling (Cannot access memory at address 0x80)>
        use_argv = 0x0
        av = <optimized out>
#59 rb_call0 (ec=<optimized out>, recv=<optimized out>, mid=<optimized out>, argc=<optimized out>, argv=<optimized out>, call_scope=<optimized out>, self=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:572
        ci = <optimized out>
        scope = <optimized out>
        kw_splat = <optimized out>
        cc = <optimized out>
        call_status = <optimized out>
#60 0x00005f92e802f268 in rb_call (recv=128, mid=0, argc=-406835538, argv=0x0, scope=CALL_PUBLIC) at /tmp/ruby/src/trunk_asan/vm_eval.c:891
        ec = 0x540000000308
#61 iterate_method (obj=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1550
        arg = <optimized out>
#62 0x00005f92e802fa84 in rb_iterate0 (it_proc=<optimized out>, data1=<optimized out>, ifunc=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1499
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffd83deeab0, <optimized out>, 0x7ffd83dee9a0, <optimized out>, <optimized out>}, prev = 0x799a5df2df60, state = RUBY_TAG_NONE, lock_rec = 0}
        retval = 4
        cfp = 0x799a5d3ff3a0
        state = RUBY_TAG_NONE
#63 0x00005f92e802ef9d in rb_iterate_internal (data1=133703908122688, bl_proc=0x0, data2=133703931789080, it_proc=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1531
No locals.
#64 rb_block_call_kw (obj=<optimized out>, mid=<optimized out>, argc=<optimized out>, argv=<optimized out>, bl_proc=<optimized out>, data2=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1573
        arg = {obj = 3, mid = 28753, argc = 0, argv = 0x0, kw_splat = 0}
#65 0x00005f92e84492c0 in enumerator_block_call (obj=<optimized out>, func=0x0, arg=0) at /tmp/ruby/src/trunk_asan/enumerator.c:578
        argc = 0
        argv = 0x5f92e7c02eae <__sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int)+30>
        e = <optimized out>
        meth = 128
        args = 0
        ret = <optimized out>
#66 0x00005f92e8081c92 in vm_call0_cfunc_with_frame (ec=0x5170000000d0, calling=<optimized out>, argv=0x0) at /tmp/ruby/src/trunk_asan/vm_eval.c:164
        reg_cfp = 0x799a5d3ff3d8
        ci = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        len = -1
        recv = 133703931789080
        argc = 0
        mid = 3089
        block_handler = <optimized out>
        frame_flags = 1431634051
        val = <optimized out>
        unaligned_member_ptr_result = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        reg_cfp = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
#67 vm_call0_cfunc (ec=0x5170000000d0, calling=<optimized out>, argv=0x0) at /tmp/ruby/src/trunk_asan/vm_eval.c:178
No locals.
#68 vm_call0_body (ec=<optimized out>, calling=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:229
        ci = <optimized out>
        cc = <optimized out>
        ret = <optimized out>
#69 0x00005f92e8086a75 in vm_call0_cc (ec=0x5170000000d0, recv=133703931789080, id=3089, argc=<optimized out>, argv=<optimized out>, kw_splat=0, cc=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:101
        flags = 0
        calling = <error reading variable calling (Cannot access memory at address 0x80)>
        use_argv = 0x0
        av = <optimized out>
#70 rb_call0 (ec=<optimized out>, recv=<optimized out>, mid=<optimized out>, argc=<optimized out>, argv=<optimized out>, call_scope=<optimized out>, self=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:572
        ci = <optimized out>
        scope = <optimized out>
        kw_splat = <optimized out>
        cc = <optimized out>
        call_status = <optimized out>
#71 0x00005f92e802f268 in rb_call (recv=128, mid=0, argc=-406835538, argv=0x0, scope=CALL_PUBLIC) at /tmp/ruby/src/trunk_asan/vm_eval.c:891
        ec = 0x540000000308
#72 iterate_method (obj=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1550
        arg = <optimized out>
#73 0x00005f92e802fa84 in rb_iterate0 (it_proc=<optimized out>, data1=<optimized out>, ifunc=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1499
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffd83deeff0, <optimized out>, 0x7ffd83deeee0, <optimized out>, <optimized out>}, prev = 0x799a5df69740, state = RUBY_TAG_NONE, lock_rec = 0}
        retval = 4
        cfp = 0x799a5d3ff3d8
        state = RUBY_TAG_NONE
#74 0x00005f92e803039f in rb_lambda_call (obj=<optimized out>, mid=<optimized out>, argc=<optimized out>, argv=<optimized out>, bl_proc=<optimized out>, min_argc=<optimized out>, max_argc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1622
        arg = {obj = 133703931789080, mid = 3089, argc = 0, argv = 0x0, kw_splat = 0}
        block = 0xfffffffffffffe00
#75 0x00005f92e842b8d2 in enum_collect (obj=<optimized out>) at /tmp/ruby/src/trunk_asan/enum.c:667
        ary = 133703928981760
        min_argc = -512
        max_argc = <optimized out>
#76 0x00005f92e806b0e8 in vm_call_cfunc_with_frame_ (ec=<optimized out>, reg_cfp=<optimized out>, calling=<optimized out>, argc=<optimized out>, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3902
        ci = 0x16a100000001
        cc = <optimized out>
        me = 0x799a3edb5478
        cfunc = 0x506000005c08
        recv = 133703931789080
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#77 0x00005f92e8003f6f in vm_sendish (ec=0x5170000000d0, reg_cfp=0x799a5d3ff410, cd=0x50b0000f8b00, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#78 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:856
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x50b0000f8b00
        insns_address_table = {0x5f92e7fffb36 <vm_exec_core+1494>, 0x5f92e8000e3d <vm_exec_core+6365>, 0x5f92e8005fd1 <vm_exec_core+27249>, 0x5f92e80009af <vm_exec_core+5199>, 0x5f92e8006d82 <vm_exec_core+30754>, 0x5f92e8004b84 <vm_exec_core+22052>, 0x5f92e800282e <vm_exec_core+13006>, 0x5f92e7fffc9e <vm_exec_core+1854>, 0x5f92e80065c4 <vm_exec_core+28772>, 0x5f92e800630c <vm_exec_core+28076>, 0x5f92e8000c2c <vm_exec_core+5836>, 0x5f92e800018e <vm_exec_core+3118>, 0x5f92e8005286 <vm_exec_core+23846>, 0x5f92e8001733 <vm_exec_core+8659>, 0x5f92e80067c5 <vm_exec_core+29285>, 0x5f92e800646e <vm_exec_core+28430>, 0x5f92e8001e21 <vm_exec_core+10433>, 0x5f92e80027bd <vm_exec_core+12893>, 0x5f92e8004de5 <vm_exec_core+22661>, 0x5f92e80063e5 <vm_exec_core+28293>, 0x5f92e8004290 <vm_exec_core+19760>, 0x5f92e8004e6e <vm_exec_core+22798>, 0x5f92e8005927 <vm_exec_core+25543>, 0x5f92e80041cd <vm_exec_core+19565>, 0x5f92e80000cb <vm_exec_core+2923>, 0x5f92e8004887 <vm_exec_core+21287>, 0x5f92e7ffff5e <vm_exec_core+2558>, 0x5f92e8000394 <vm_exec_core+3636>, 0x5f92e80020a4 <vm_exec_core+11076>, 0x5f92e8003d9a <vm_exec_core+18490>, 0x5f92e8004720 <vm_exec_core+20928>, 0x5f92e8003a3f <vm_exec_core+17631>, 0x5f92e7fffb6a <vm_exec_core+1546>, 0x5f92e8005b57 <vm_exec_core+26103>, 0x5f92e8006237 <vm_exec_core+27863>, 0x5f92e800053b <vm_exec_core+4059>, 0x5f92e80010e7 <vm_exec_core+7047>, 0x5f92e8000da5 <vm_exec_core+6213>, 0x5f92e8001822 <vm_exec_core+8898>, 0x5f92e8002659 <vm_exec_core+12537>, 0x5f92e80005e2 <vm_exec_core+4226>, 0x5f92e80059bf <vm_exec_core+25695>, 0x5f92e8001071 <vm_exec_core+6929>, 0x5f92e8002507 <vm_exec_core+12199>, 0x5f92e8002fce <vm_exec_core+14958>, 0x5f92e800531c <vm_exec_core+23996>, 0x5f92e8004452 <vm_exec_core+20210>, 0x5f92e8001afc <vm_exec_core+9628>, 0x5f92e800137e <vm_exec_core+7710>, 0x5f92e8005172 <vm_exec_core+23570>, 0x5f92e8002284 <vm_exec_core+11556>, 0x5f92e8004986 <vm_exec_core+21542>, 0x5f92e80044c4 <vm_exec_core+20324>, 0x5f92e8004a3d <vm_exec_core+21725>, 0x5f92e8005f09 <vm_exec_core+27049>, 0x5f92e8003851 <vm_exec_core+17137>, 0x5f92e80053d5 <vm_exec_core+24181>, 0x5f92e7fff8b8 <vm_exec_core+856>, 0x5f92e8004f03 <vm_exec_core+22947>, 0x5f92e8001c1b <vm_exec_core+9915>, 0x5f92e8004128 <vm_exec_core+19400>, 0x5f92e8004368 <vm_exec_core+19976>, 0x5f92e8002c02 <vm_exec_core+13986>, 0x5f92e8000448 <vm_exec_core+3816>, 0x5f92e8001fc9 <vm_exec_core+10857>, 0x5f92e8001606 <vm_exec_core+8358>, 0x5f92e8004abb <vm_exec_core+21851>, 0x5f92e8000773 <vm_exec_core+4627>, 0x5f92e80029af <vm_exec_core+13391>, 0x5f92e80032ff <vm_exec_core+15775>, 0x5f92e8001900 <vm_exec_core+9120>, 0x5f92e800d510 <vm_exec_core+57264>, 0x5f92e80012d5 <vm_exec_core+7541>, 0x5f92e80011cd <vm_exec_core+7277>, 0x5f92e80014d8 <vm_exec_core+8056>, 0x5f92e8001ec3 <vm_exec_core+10595>, 0x5f92e8003c3e <vm_exec_core+18142>, 0x5f92e8003089 <vm_exec_core+15145>, 0x5f92e800479f <vm_exec_core+21055>, 0x5f92e80034e5 <vm_exec_core+16261>, 0x5f92e8005a80 <vm_exec_core+25888>, 0x5f92e8007027 <vm_exec_core+31431>, 0x5f92e8005cc4 <vm_exec_core+26468>, 0x5f92e8006915 <vm_exec_core+29621>, 0x5f92e8006a06 <vm_exec_core+29862>, 0x5f92e7fffff0 <vm_exec_core+2704>, 0x5f92e80064ed <vm_exec_core+28557>, 0x5f92e80021a9 <vm_exec_core+11337>, 0x5f92e80066e8 <vm_exec_core+29064>, 0x5f92e8001cea <vm_exec_core+10122>, 0x5f92e8005bfb <vm_exec_core+26267>, 0x5f92e7fffe87 <vm_exec_core+2343>, 0x5f92e800066d <vm_exec_core+4365>, 0x5f92e8006c4a <vm_exec_core+30442>, 0x5f92e800258d <vm_exec_core+12333>, 0x5f92e800238a <vm_exec_core+11818>, 0x5f92e7fff8bd <vm_exec_core+861>, 0x5f92e7fffdaa <vm_exec_core+2122>, 0x5f92e7fff943 <vm_exec_core+995>, 0x5f92e8005db3 <vm_exec_core+26707>, 0x5f92e800370e <vm_exec_core+16814>, 0x5f92e8002dd2 <vm_exec_core+14450>, 0x5f92e80035ea <vm_exec_core+16522>, 0x5f92e8003236 <vm_exec_core+15574>, 0x5f92e800241f <vm_exec_core+11967>, 0x5f92e8002cdd <vm_exec_core+14205>, 0x5f92e80026a9 <vm_exec_core+12617>, 0x5f92e8002eec <vm_exec_core+14732>, 0x5f92e8002f5d <vm_exec_core+14845>, 0x5f92e7fffb27 <vm_exec_core+1479>, 0x5f92e8000e2e <vm_exec_core+6350>, 0x5f92e8005fc2 <vm_exec_core+27234>, 0x5f92e80009a0 <vm_exec_core+5184>, 0x5f92e8006d73 <vm_exec_core+30739>, 0x5f92e8004b75 <vm_exec_core+22037>, 0x5f92e800281f <vm_exec_core+12991>, 0x5f92e7fffc8f <vm_exec_core+1839>, 0x5f92e80065b5 <vm_exec_core+28757>, 0x5f92e80062fd <vm_exec_core+28061>, 0x5f92e8000c1d <vm_exec_core+5821>, 0x5f92e800017f <vm_exec_core+3103>, 0x5f92e8005277 <vm_exec_core+23831>, 0x5f92e8001724 <vm_exec_core+8644>, 0x5f92e80067b6 <vm_exec_core+29270>, 0x5f92e800645f <vm_exec_core+28415>, 0x5f92e8001e12 <vm_exec_core+10418>, 0x5f92e80027ae <vm_exec_core+12878>, 0x5f92e8004dd6 <vm_exec_core+22646>, 0x5f92e80063d6 <vm_exec_core+28278>, 0x5f92e8004281 <vm_exec_core+19745>, 0x5f92e8004e5f <vm_exec_core+22783>, 0x5f92e8005918 <vm_exec_core+25528>, 0x5f92e80041be <vm_exec_core+19550>, 0x5f92e80000bc <vm_exec_core+2908>, 0x5f92e8004878 <vm_exec_core+21272>, 0x5f92e7ffff4f <vm_exec_core+2543>, 0x5f92e8000385 <vm_exec_core+3621>, 0x5f92e8002095 <vm_exec_core+11061>, 0x5f92e8003d8b <vm_exec_core+18475>, 0x5f92e8004711 <vm_exec_core+20913>, 0x5f92e8003a30 <vm_exec_core+17616>, 0x5f92e7fffb5b <vm_exec_core+1531>, 0x5f92e8005b48 <vm_exec_core+26088>, 0x5f92e8006228 <vm_exec_core+27848>, 0x5f92e800052c <vm_exec_core+4044>, 0x5f92e80010d8 <vm_exec_core+7032>, 0x5f92e8000d96 <vm_exec_core+6198>, 0x5f92e8001813 <vm_exec_core+8883>, 0x5f92e800264a <vm_exec_core+12522>, 0x5f92e80005d3 <vm_exec_core+4211>, 0x5f92e80059b0 <vm_exec_core+25680>, 0x5f92e8001062 <vm_exec_core+6914>, 0x5f92e80024f8 <vm_exec_core+12184>, 0x5f92e8002fbf <vm_exec_core+14943>, 0x5f92e800530d <vm_exec_core+23981>, 0x5f92e8004443 <vm_exec_core+20195>, 0x5f92e8001aed <vm_exec_core+9613>, 0x5f92e800136f <vm_exec_core+7695>, 0x5f92e8005163 <vm_exec_core+23555>, 0x5f92e8002275 <vm_exec_core+11541>, 0x5f92e8004977 <vm_exec_core+21527>, 0x5f92e80044b5 <vm_exec_core+20309>, 0x5f92e8004a2e <vm_exec_core+21710>, 0x5f92e8005efa <vm_exec_core+27034>, 0x5f92e8003842 <vm_exec_core+17122>, 0x5f92e80053c6 <vm_exec_core+24166>, 0x5f92e8004864 <vm_exec_core+21252>, 0x5f92e8004ef4 <vm_exec_core+22932>, 0x5f92e8001c0c <vm_exec_core+9900>, 0x5f92e8004119 <vm_exec_core+19385>, 0x5f92e8004359 <vm_exec_core+19961>, 0x5f92e8002bf3 <vm_exec_core+13971>, 0x5f92e8003d86 <vm_exec_core+18470>, 0x5f92e8001fba <vm_exec_core+10842>, 0x5f92e80015f7 <vm_exec_core+8343>, 0x5f92e8004aac <vm_exec_core+21836>, 0x5f92e8000764 <vm_exec_core+4612>, 0x5f92e80029a0 <vm_exec_core+13376>, 0x5f92e80032f0 <vm_exec_core+15760>, 0x5f92e80018f1 <vm_exec_core+9105>, 0x5f92e800d501 <vm_exec_core+57249>, 0x5f92e80012c6 <vm_exec_core+7526>, 0x5f92e80011be <vm_exec_core+7262>, 0x5f92e80014c9 <vm_exec_core+8041>, 0x5f92e8001eb4 <vm_exec_core+10580>, 0x5f92e8003c2f <vm_exec_core+18127>, 0x5f92e800307a <vm_exec_core+15130>, 0x5f92e8003c2a <vm_exec_core+18122>, 0x5f92e800443e <vm_exec_core+20190>, 0x5f92e8004439 <vm_exec_core+20185>, 0x5f92e80014c4 <vm_exec_core+8036>, 0x5f92e8004864 <vm_exec_core+21252>, 0x5f92e8002613 <vm_exec_core+12467>, 0x5f92e8002618 <vm_exec_core+12472>, 0x5f92e8004434 <vm_exec_core+20180>, 0x5f92e800427c <vm_exec_core+19740>, 0x5f92e80032eb <vm_exec_core+15755>, 0x5f92e8003222 <vm_exec_core+15554>, 0x5f92e800432b <vm_exec_core+19915>, 0x5f92e80036f5 <vm_exec_core+16789>...}
        reg_cfp = 0x799a5d3ff410
        reg_pc = 0x51300062ca28
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#79 0x00005f92e7ffa6f2 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2798
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#80 0x00005f92e808bd72 in invoke_iseq_block_from_c (ec=0x5170000000d0, captured=0x799a5d3ff498, self=133703386600000, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=0, me=0x0) at /tmp/ruby/src/trunk_asan/vm.c:1820
        flags = 0
        iseq = 0x799a3bd00c10
        cfp = <optimized out>
        sp = 0x799a5d2ffb80
        use_argv = 0x0
        stack_argv = 0x799a5d2ffb80
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#81 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1834
        captured = 0x799a5d3ff498
#82 0x00005f92e802c74c in vm_yield_with_cref (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1871
No locals.
#83 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1879
No locals.
#84 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#85 0x00005f92e802c74c in rb_yield (val=<optimized out>)
No locals.
#86 0x00005f92e7c31ffc in rb_protect (proc=<optimized out>, data=<optimized out>, pstate=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1127
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffd83defbf0, <optimized out>, 0x7ffd83defb00, <optimized out>, <optimized out>}, prev = 0x799a5df68040, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        ec = 0x5170000000d0
        cfp = 0x799a5d3ff448
#87 0x00005f92e7dd2c6b in rb_f_fork (obj=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4293
        status = <optimized out>
        pid = <optimized out>
#88 0x00005f92e806b0e8 in vm_call_cfunc_with_frame_ (ec=<optimized out>, reg_cfp=<optimized out>, calling=<optimized out>, argc=<optimized out>, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3902
        ci = 0x660100040001
        cc = <optimized out>
        me = 0x799a5dc6c5e8
        cfunc = 0x506000048748
        recv = 133703386600000
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#89 0x00005f92e8003f6f in vm_sendish (ec=0x5170000000d0, reg_cfp=0x799a5d3ff480, cd=0x508000527d50, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#90 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:856
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x508000527d50
        insns_address_table = {0x5f92e7fffb36 <vm_exec_core+1494>, 0x5f92e8000e3d <vm_exec_core+6365>, 0x5f92e8005fd1 <vm_exec_core+27249>, 0x5f92e80009af <vm_exec_core+5199>, 0x5f92e8006d82 <vm_exec_core+30754>, 0x5f92e8004b84 <vm_exec_core+22052>, 0x5f92e800282e <vm_exec_core+13006>, 0x5f92e7fffc9e <vm_exec_core+1854>, 0x5f92e80065c4 <vm_exec_core+28772>, 0x5f92e800630c <vm_exec_core+28076>, 0x5f92e8000c2c <vm_exec_core+5836>, 0x5f92e800018e <vm_exec_core+3118>, 0x5f92e8005286 <vm_exec_core+23846>, 0x5f92e8001733 <vm_exec_core+8659>, 0x5f92e80067c5 <vm_exec_core+29285>, 0x5f92e800646e <vm_exec_core+28430>, 0x5f92e8001e21 <vm_exec_core+10433>, 0x5f92e80027bd <vm_exec_core+12893>, 0x5f92e8004de5 <vm_exec_core+22661>, 0x5f92e80063e5 <vm_exec_core+28293>, 0x5f92e8004290 <vm_exec_core+19760>, 0x5f92e8004e6e <vm_exec_core+22798>, 0x5f92e8005927 <vm_exec_core+25543>, 0x5f92e80041cd <vm_exec_core+19565>, 0x5f92e80000cb <vm_exec_core+2923>, 0x5f92e8004887 <vm_exec_core+21287>, 0x5f92e7ffff5e <vm_exec_core+2558>, 0x5f92e8000394 <vm_exec_core+3636>, 0x5f92e80020a4 <vm_exec_core+11076>, 0x5f92e8003d9a <vm_exec_core+18490>, 0x5f92e8004720 <vm_exec_core+20928>, 0x5f92e8003a3f <vm_exec_core+17631>, 0x5f92e7fffb6a <vm_exec_core+1546>, 0x5f92e8005b57 <vm_exec_core+26103>, 0x5f92e8006237 <vm_exec_core+27863>, 0x5f92e800053b <vm_exec_core+4059>, 0x5f92e80010e7 <vm_exec_core+7047>, 0x5f92e8000da5 <vm_exec_core+6213>, 0x5f92e8001822 <vm_exec_core+8898>, 0x5f92e8002659 <vm_exec_core+12537>, 0x5f92e80005e2 <vm_exec_core+4226>, 0x5f92e80059bf <vm_exec_core+25695>, 0x5f92e8001071 <vm_exec_core+6929>, 0x5f92e8002507 <vm_exec_core+12199>, 0x5f92e8002fce <vm_exec_core+14958>, 0x5f92e800531c <vm_exec_core+23996>, 0x5f92e8004452 <vm_exec_core+20210>, 0x5f92e8001afc <vm_exec_core+9628>, 0x5f92e800137e <vm_exec_core+7710>, 0x5f92e8005172 <vm_exec_core+23570>, 0x5f92e8002284 <vm_exec_core+11556>, 0x5f92e8004986 <vm_exec_core+21542>, 0x5f92e80044c4 <vm_exec_core+20324>, 0x5f92e8004a3d <vm_exec_core+21725>, 0x5f92e8005f09 <vm_exec_core+27049>, 0x5f92e8003851 <vm_exec_core+17137>, 0x5f92e80053d5 <vm_exec_core+24181>, 0x5f92e7fff8b8 <vm_exec_core+856>, 0x5f92e8004f03 <vm_exec_core+22947>, 0x5f92e8001c1b <vm_exec_core+9915>, 0x5f92e8004128 <vm_exec_core+19400>, 0x5f92e8004368 <vm_exec_core+19976>, 0x5f92e8002c02 <vm_exec_core+13986>, 0x5f92e8000448 <vm_exec_core+3816>, 0x5f92e8001fc9 <vm_exec_core+10857>, 0x5f92e8001606 <vm_exec_core+8358>, 0x5f92e8004abb <vm_exec_core+21851>, 0x5f92e8000773 <vm_exec_core+4627>, 0x5f92e80029af <vm_exec_core+13391>, 0x5f92e80032ff <vm_exec_core+15775>, 0x5f92e8001900 <vm_exec_core+9120>, 0x5f92e800d510 <vm_exec_core+57264>, 0x5f92e80012d5 <vm_exec_core+7541>, 0x5f92e80011cd <vm_exec_core+7277>, 0x5f92e80014d8 <vm_exec_core+8056>, 0x5f92e8001ec3 <vm_exec_core+10595>, 0x5f92e8003c3e <vm_exec_core+18142>, 0x5f92e8003089 <vm_exec_core+15145>, 0x5f92e800479f <vm_exec_core+21055>, 0x5f92e80034e5 <vm_exec_core+16261>, 0x5f92e8005a80 <vm_exec_core+25888>, 0x5f92e8007027 <vm_exec_core+31431>, 0x5f92e8005cc4 <vm_exec_core+26468>, 0x5f92e8006915 <vm_exec_core+29621>, 0x5f92e8006a06 <vm_exec_core+29862>, 0x5f92e7fffff0 <vm_exec_core+2704>, 0x5f92e80064ed <vm_exec_core+28557>, 0x5f92e80021a9 <vm_exec_core+11337>, 0x5f92e80066e8 <vm_exec_core+29064>, 0x5f92e8001cea <vm_exec_core+10122>, 0x5f92e8005bfb <vm_exec_core+26267>, 0x5f92e7fffe87 <vm_exec_core+2343>, 0x5f92e800066d <vm_exec_core+4365>, 0x5f92e8006c4a <vm_exec_core+30442>, 0x5f92e800258d <vm_exec_core+12333>, 0x5f92e800238a <vm_exec_core+11818>, 0x5f92e7fff8bd <vm_exec_core+861>, 0x5f92e7fffdaa <vm_exec_core+2122>, 0x5f92e7fff943 <vm_exec_core+995>, 0x5f92e8005db3 <vm_exec_core+26707>, 0x5f92e800370e <vm_exec_core+16814>, 0x5f92e8002dd2 <vm_exec_core+14450>, 0x5f92e80035ea <vm_exec_core+16522>, 0x5f92e8003236 <vm_exec_core+15574>, 0x5f92e800241f <vm_exec_core+11967>, 0x5f92e8002cdd <vm_exec_core+14205>, 0x5f92e80026a9 <vm_exec_core+12617>, 0x5f92e8002eec <vm_exec_core+14732>, 0x5f92e8002f5d <vm_exec_core+14845>, 0x5f92e7fffb27 <vm_exec_core+1479>, 0x5f92e8000e2e <vm_exec_core+6350>, 0x5f92e8005fc2 <vm_exec_core+27234>, 0x5f92e80009a0 <vm_exec_core+5184>, 0x5f92e8006d73 <vm_exec_core+30739>, 0x5f92e8004b75 <vm_exec_core+22037>, 0x5f92e800281f <vm_exec_core+12991>, 0x5f92e7fffc8f <vm_exec_core+1839>, 0x5f92e80065b5 <vm_exec_core+28757>, 0x5f92e80062fd <vm_exec_core+28061>, 0x5f92e8000c1d <vm_exec_core+5821>, 0x5f92e800017f <vm_exec_core+3103>, 0x5f92e8005277 <vm_exec_core+23831>, 0x5f92e8001724 <vm_exec_core+8644>, 0x5f92e80067b6 <vm_exec_core+29270>, 0x5f92e800645f <vm_exec_core+28415>, 0x5f92e8001e12 <vm_exec_core+10418>, 0x5f92e80027ae <vm_exec_core+12878>, 0x5f92e8004dd6 <vm_exec_core+22646>, 0x5f92e80063d6 <vm_exec_core+28278>, 0x5f92e8004281 <vm_exec_core+19745>, 0x5f92e8004e5f <vm_exec_core+22783>, 0x5f92e8005918 <vm_exec_core+25528>, 0x5f92e80041be <vm_exec_core+19550>, 0x5f92e80000bc <vm_exec_core+2908>, 0x5f92e8004878 <vm_exec_core+21272>, 0x5f92e7ffff4f <vm_exec_core+2543>, 0x5f92e8000385 <vm_exec_core+3621>, 0x5f92e8002095 <vm_exec_core+11061>, 0x5f92e8003d8b <vm_exec_core+18475>, 0x5f92e8004711 <vm_exec_core+20913>, 0x5f92e8003a30 <vm_exec_core+17616>, 0x5f92e7fffb5b <vm_exec_core+1531>, 0x5f92e8005b48 <vm_exec_core+26088>, 0x5f92e8006228 <vm_exec_core+27848>, 0x5f92e800052c <vm_exec_core+4044>, 0x5f92e80010d8 <vm_exec_core+7032>, 0x5f92e8000d96 <vm_exec_core+6198>, 0x5f92e8001813 <vm_exec_core+8883>, 0x5f92e800264a <vm_exec_core+12522>, 0x5f92e80005d3 <vm_exec_core+4211>, 0x5f92e80059b0 <vm_exec_core+25680>, 0x5f92e8001062 <vm_exec_core+6914>, 0x5f92e80024f8 <vm_exec_core+12184>, 0x5f92e8002fbf <vm_exec_core+14943>, 0x5f92e800530d <vm_exec_core+23981>, 0x5f92e8004443 <vm_exec_core+20195>, 0x5f92e8001aed <vm_exec_core+9613>, 0x5f92e800136f <vm_exec_core+7695>, 0x5f92e8005163 <vm_exec_core+23555>, 0x5f92e8002275 <vm_exec_core+11541>, 0x5f92e8004977 <vm_exec_core+21527>, 0x5f92e80044b5 <vm_exec_core+20309>, 0x5f92e8004a2e <vm_exec_core+21710>, 0x5f92e8005efa <vm_exec_core+27034>, 0x5f92e8003842 <vm_exec_core+17122>, 0x5f92e80053c6 <vm_exec_core+24166>, 0x5f92e8004864 <vm_exec_core+21252>, 0x5f92e8004ef4 <vm_exec_core+22932>, 0x5f92e8001c0c <vm_exec_core+9900>, 0x5f92e8004119 <vm_exec_core+19385>, 0x5f92e8004359 <vm_exec_core+19961>, 0x5f92e8002bf3 <vm_exec_core+13971>, 0x5f92e8003d86 <vm_exec_core+18470>, 0x5f92e8001fba <vm_exec_core+10842>, 0x5f92e80015f7 <vm_exec_core+8343>, 0x5f92e8004aac <vm_exec_core+21836>, 0x5f92e8000764 <vm_exec_core+4612>, 0x5f92e80029a0 <vm_exec_core+13376>, 0x5f92e80032f0 <vm_exec_core+15760>, 0x5f92e80018f1 <vm_exec_core+9105>, 0x5f92e800d501 <vm_exec_core+57249>, 0x5f92e80012c6 <vm_exec_core+7526>, 0x5f92e80011be <vm_exec_core+7262>, 0x5f92e80014c9 <vm_exec_core+8041>, 0x5f92e8001eb4 <vm_exec_core+10580>, 0x5f92e8003c2f <vm_exec_core+18127>, 0x5f92e800307a <vm_exec_core+15130>, 0x5f92e8003c2a <vm_exec_core+18122>, 0x5f92e800443e <vm_exec_core+20190>, 0x5f92e8004439 <vm_exec_core+20185>, 0x5f92e80014c4 <vm_exec_core+8036>, 0x5f92e8004864 <vm_exec_core+21252>, 0x5f92e8002613 <vm_exec_core+12467>, 0x5f92e8002618 <vm_exec_core+12472>, 0x5f92e8004434 <vm_exec_core+20180>, 0x5f92e800427c <vm_exec_core+19740>, 0x5f92e80032eb <vm_exec_core+15755>, 0x5f92e8003222 <vm_exec_core+15554>, 0x5f92e800432b <vm_exec_core+19915>, 0x5f92e80036f5 <vm_exec_core+16789>...}
        reg_cfp = 0x799a5d3ff480
        reg_pc = 0x513000634b98
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#91 0x00005f92e7ffa6f2 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2798
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#92 0x00005f92e808bd72 in invoke_iseq_block_from_c (ec=0x5170000000d0, captured=0x799a5d3ff508, self=133703386600000, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=0, me=0x0) at /tmp/ruby/src/trunk_asan/vm.c:1820
        flags = 0
        iseq = 0x799a3bd00dc8
        cfp = <optimized out>
        sp = 0x799a5d2ffb30
        use_argv = 0x0
        stack_argv = 0x799a5d2ffb30
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#93 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1834
        captured = 0x799a5d3ff508
#94 0x00005f92e802cb3c in vm_yield_with_cref (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1871
No locals.
#95 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1879
No locals.
#96 0x00005f92e802cb3c in rb_ec_yield (ec=<optimized out>, val=<optimized out>)
No locals.
#97 0x00005f92e7c326ce in rb_ec_ensure (ec=<optimized out>, b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1146
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffd83df0730, <optimized out>, 0x7ffd83df0640, <optimized out>, <optimized out>}, prev = 0x799a5df65240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#98 0x00005f92e7f5f6dd in rb_mut_synchronize (ec=<optimized out>, self=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:653
        args = {self = 133703386485960, mutex = 0x504007bf5f50, ec = <optimized out>}
#99 0x00005f92e80072f9 in invoke_bf (ec=<optimized out>, reg_cfp=<optimized out>, bf=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:7538
        func_ptr = <optimized out>
        canary_p = <optimized out>
        ret = <optimized out>
#100 0x00005f92e80072f9 in vm_invoke_builtin_delegate (ec=0x5170000000d0, cfp=0x799a5d3ff4b8, bf=<optimized out>, start_index=<optimized out>)
        argv = <optimized out>
#101 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:1677
        bf = <optimized out>
        leaf = false
        val = <optimized out>
        index = <optimized out>
        insns_address_table = {0x5f92e7fffb36 <vm_exec_core+1494>, 0x5f92e8000e3d <vm_exec_core+6365>, 0x5f92e8005fd1 <vm_exec_core+27249>, 0x5f92e80009af <vm_exec_core+5199>, 0x5f92e8006d82 <vm_exec_core+30754>, 0x5f92e8004b84 <vm_exec_core+22052>, 0x5f92e800282e <vm_exec_core+13006>, 0x5f92e7fffc9e <vm_exec_core+1854>, 0x5f92e80065c4 <vm_exec_core+28772>, 0x5f92e800630c <vm_exec_core+28076>, 0x5f92e8000c2c <vm_exec_core+5836>, 0x5f92e800018e <vm_exec_core+3118>, 0x5f92e8005286 <vm_exec_core+23846>, 0x5f92e8001733 <vm_exec_core+8659>, 0x5f92e80067c5 <vm_exec_core+29285>, 0x5f92e800646e <vm_exec_core+28430>, 0x5f92e8001e21 <vm_exec_core+10433>, 0x5f92e80027bd <vm_exec_core+12893>, 0x5f92e8004de5 <vm_exec_core+22661>, 0x5f92e80063e5 <vm_exec_core+28293>, 0x5f92e8004290 <vm_exec_core+19760>, 0x5f92e8004e6e <vm_exec_core+22798>, 0x5f92e8005927 <vm_exec_core+25543>, 0x5f92e80041cd <vm_exec_core+19565>, 0x5f92e80000cb <vm_exec_core+2923>, 0x5f92e8004887 <vm_exec_core+21287>, 0x5f92e7ffff5e <vm_exec_core+2558>, 0x5f92e8000394 <vm_exec_core+3636>, 0x5f92e80020a4 <vm_exec_core+11076>, 0x5f92e8003d9a <vm_exec_core+18490>, 0x5f92e8004720 <vm_exec_core+20928>, 0x5f92e8003a3f <vm_exec_core+17631>, 0x5f92e7fffb6a <vm_exec_core+1546>, 0x5f92e8005b57 <vm_exec_core+26103>, 0x5f92e8006237 <vm_exec_core+27863>, 0x5f92e800053b <vm_exec_core+4059>, 0x5f92e80010e7 <vm_exec_core+7047>, 0x5f92e8000da5 <vm_exec_core+6213>, 0x5f92e8001822 <vm_exec_core+8898>, 0x5f92e8002659 <vm_exec_core+12537>, 0x5f92e80005e2 <vm_exec_core+4226>, 0x5f92e80059bf <vm_exec_core+25695>, 0x5f92e8001071 <vm_exec_core+6929>, 0x5f92e8002507 <vm_exec_core+12199>, 0x5f92e8002fce <vm_exec_core+14958>, 0x5f92e800531c <vm_exec_core+23996>, 0x5f92e8004452 <vm_exec_core+20210>, 0x5f92e8001afc <vm_exec_core+9628>, 0x5f92e800137e <vm_exec_core+7710>, 0x5f92e8005172 <vm_exec_core+23570>, 0x5f92e8002284 <vm_exec_core+11556>, 0x5f92e8004986 <vm_exec_core+21542>, 0x5f92e80044c4 <vm_exec_core+20324>, 0x5f92e8004a3d <vm_exec_core+21725>, 0x5f92e8005f09 <vm_exec_core+27049>, 0x5f92e8003851 <vm_exec_core+17137>, 0x5f92e80053d5 <vm_exec_core+24181>, 0x5f92e7fff8b8 <vm_exec_core+856>, 0x5f92e8004f03 <vm_exec_core+22947>, 0x5f92e8001c1b <vm_exec_core+9915>, 0x5f92e8004128 <vm_exec_core+19400>, 0x5f92e8004368 <vm_exec_core+19976>, 0x5f92e8002c02 <vm_exec_core+13986>, 0x5f92e8000448 <vm_exec_core+3816>, 0x5f92e8001fc9 <vm_exec_core+10857>, 0x5f92e8001606 <vm_exec_core+8358>, 0x5f92e8004abb <vm_exec_core+21851>, 0x5f92e8000773 <vm_exec_core+4627>, 0x5f92e80029af <vm_exec_core+13391>, 0x5f92e80032ff <vm_exec_core+15775>, 0x5f92e8001900 <vm_exec_core+9120>, 0x5f92e800d510 <vm_exec_core+57264>, 0x5f92e80012d5 <vm_exec_core+7541>, 0x5f92e80011cd <vm_exec_core+7277>, 0x5f92e80014d8 <vm_exec_core+8056>, 0x5f92e8001ec3 <vm_exec_core+10595>, 0x5f92e8003c3e <vm_exec_core+18142>, 0x5f92e8003089 <vm_exec_core+15145>, 0x5f92e800479f <vm_exec_core+21055>, 0x5f92e80034e5 <vm_exec_core+16261>, 0x5f92e8005a80 <vm_exec_core+25888>, 0x5f92e8007027 <vm_exec_core+31431>, 0x5f92e8005cc4 <vm_exec_core+26468>, 0x5f92e8006915 <vm_exec_core+29621>, 0x5f92e8006a06 <vm_exec_core+29862>, 0x5f92e7fffff0 <vm_exec_core+2704>, 0x5f92e80064ed <vm_exec_core+28557>, 0x5f92e80021a9 <vm_exec_core+11337>, 0x5f92e80066e8 <vm_exec_core+29064>, 0x5f92e8001cea <vm_exec_core+10122>, 0x5f92e8005bfb <vm_exec_core+26267>, 0x5f92e7fffe87 <vm_exec_core+2343>, 0x5f92e800066d <vm_exec_core+4365>, 0x5f92e8006c4a <vm_exec_core+30442>, 0x5f92e800258d <vm_exec_core+12333>, 0x5f92e800238a <vm_exec_core+11818>, 0x5f92e7fff8bd <vm_exec_core+861>, 0x5f92e7fffdaa <vm_exec_core+2122>, 0x5f92e7fff943 <vm_exec_core+995>, 0x5f92e8005db3 <vm_exec_core+26707>, 0x5f92e800370e <vm_exec_core+16814>, 0x5f92e8002dd2 <vm_exec_core+14450>, 0x5f92e80035ea <vm_exec_core+16522>, 0x5f92e8003236 <vm_exec_core+15574>, 0x5f92e800241f <vm_exec_core+11967>, 0x5f92e8002cdd <vm_exec_core+14205>, 0x5f92e80026a9 <vm_exec_core+12617>, 0x5f92e8002eec <vm_exec_core+14732>, 0x5f92e8002f5d <vm_exec_core+14845>, 0x5f92e7fffb27 <vm_exec_core+1479>, 0x5f92e8000e2e <vm_exec_core+6350>, 0x5f92e8005fc2 <vm_exec_core+27234>, 0x5f92e80009a0 <vm_exec_core+5184>, 0x5f92e8006d73 <vm_exec_core+30739>, 0x5f92e8004b75 <vm_exec_core+22037>, 0x5f92e800281f <vm_exec_core+12991>, 0x5f92e7fffc8f <vm_exec_core+1839>, 0x5f92e80065b5 <vm_exec_core+28757>, 0x5f92e80062fd <vm_exec_core+28061>, 0x5f92e8000c1d <vm_exec_core+5821>, 0x5f92e800017f <vm_exec_core+3103>, 0x5f92e8005277 <vm_exec_core+23831>, 0x5f92e8001724 <vm_exec_core+8644>, 0x5f92e80067b6 <vm_exec_core+29270>, 0x5f92e800645f <vm_exec_core+28415>, 0x5f92e8001e12 <vm_exec_core+10418>, 0x5f92e80027ae <vm_exec_core+12878>, 0x5f92e8004dd6 <vm_exec_core+22646>, 0x5f92e80063d6 <vm_exec_core+28278>, 0x5f92e8004281 <vm_exec_core+19745>, 0x5f92e8004e5f <vm_exec_core+22783>, 0x5f92e8005918 <vm_exec_core+25528>, 0x5f92e80041be <vm_exec_core+19550>, 0x5f92e80000bc <vm_exec_core+2908>, 0x5f92e8004878 <vm_exec_core+21272>, 0x5f92e7ffff4f <vm_exec_core+2543>, 0x5f92e8000385 <vm_exec_core+3621>, 0x5f92e8002095 <vm_exec_core+11061>, 0x5f92e8003d8b <vm_exec_core+18475>, 0x5f92e8004711 <vm_exec_core+20913>, 0x5f92e8003a30 <vm_exec_core+17616>, 0x5f92e7fffb5b <vm_exec_core+1531>, 0x5f92e8005b48 <vm_exec_core+26088>, 0x5f92e8006228 <vm_exec_core+27848>, 0x5f92e800052c <vm_exec_core+4044>, 0x5f92e80010d8 <vm_exec_core+7032>, 0x5f92e8000d96 <vm_exec_core+6198>, 0x5f92e8001813 <vm_exec_core+8883>, 0x5f92e800264a <vm_exec_core+12522>, 0x5f92e80005d3 <vm_exec_core+4211>, 0x5f92e80059b0 <vm_exec_core+25680>, 0x5f92e8001062 <vm_exec_core+6914>, 0x5f92e80024f8 <vm_exec_core+12184>, 0x5f92e8002fbf <vm_exec_core+14943>, 0x5f92e800530d <vm_exec_core+23981>, 0x5f92e8004443 <vm_exec_core+20195>, 0x5f92e8001aed <vm_exec_core+9613>, 0x5f92e800136f <vm_exec_core+7695>, 0x5f92e8005163 <vm_exec_core+23555>, 0x5f92e8002275 <vm_exec_core+11541>, 0x5f92e8004977 <vm_exec_core+21527>, 0x5f92e80044b5 <vm_exec_core+20309>, 0x5f92e8004a2e <vm_exec_core+21710>, 0x5f92e8005efa <vm_exec_core+27034>, 0x5f92e8003842 <vm_exec_core+17122>, 0x5f92e80053c6 <vm_exec_core+24166>, 0x5f92e8004864 <vm_exec_core+21252>, 0x5f92e8004ef4 <vm_exec_core+22932>, 0x5f92e8001c0c <vm_exec_core+9900>, 0x5f92e8004119 <vm_exec_core+19385>, 0x5f92e8004359 <vm_exec_core+19961>, 0x5f92e8002bf3 <vm_exec_core+13971>, 0x5f92e8003d86 <vm_exec_core+18470>, 0x5f92e8001fba <vm_exec_core+10842>, 0x5f92e80015f7 <vm_exec_core+8343>, 0x5f92e8004aac <vm_exec_core+21836>, 0x5f92e8000764 <vm_exec_core+4612>, 0x5f92e80029a0 <vm_exec_core+13376>, 0x5f92e80032f0 <vm_exec_core+15760>, 0x5f92e80018f1 <vm_exec_core+9105>, 0x5f92e800d501 <vm_exec_core+57249>, 0x5f92e80012c6 <vm_exec_core+7526>, 0x5f92e80011be <vm_exec_core+7262>, 0x5f92e80014c9 <vm_exec_core+8041>, 0x5f92e8001eb4 <vm_exec_core+10580>, 0x5f92e8003c2f <vm_exec_core+18127>, 0x5f92e800307a <vm_exec_core+15130>, 0x5f92e8003c2a <vm_exec_core+18122>, 0x5f92e800443e <vm_exec_core+20190>, 0x5f92e8004439 <vm_exec_core+20185>, 0x5f92e80014c4 <vm_exec_core+8036>, 0x5f92e8004864 <vm_exec_core+21252>, 0x5f92e8002613 <vm_exec_core+12467>, 0x5f92e8002618 <vm_exec_core+12472>, 0x5f92e8004434 <vm_exec_core+20180>, 0x5f92e800427c <vm_exec_core+19740>, 0x5f92e80032eb <vm_exec_core+15755>, 0x5f92e8003222 <vm_exec_core+15554>, 0x5f92e800432b <vm_exec_core+19915>, 0x5f92e80036f5 <vm_exec_core+16789>...}
        reg_cfp = 0x799a5d3ff4b8
        reg_pc = 0x50e000001950
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
th: 0x515000000300, native_id: 0x799a60046c40
        INSN_LABEL_trace_opt_nil_p = <optimized out>
-- Control frame information -----------------------------------------------
c:0026 p:---- s:0147 e:000146 l:y b:---- CFUNC  :initialize
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
c:0025 p:---- s:0144 e:000143 l:y b:---- CFUNC  :new
c:0024 p:0008 s:0140 e:000139 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/test/ruby/test_thread.rb:11
        INSN_LABEL_trace_opt_le = <optimized out>
c:0023 p:0005 s:0134 E:002100 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_thread.rb:1294 [FINISH]
c:0022 p:---- s:0131 e:000130 l:n b:---- IFUNC 
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
c:0021 p:0024 s:0128 e:000126 l:y b:0001 METHOD <internal:numeric>:262 [FINISH]
        INSN_LABEL_trace_opt_ltlt = <optimized out>
c:0020 p:---- s:0122 e:000121 l:y b:---- CFUNC  :each
c:0019 p:---- s:0119 e:000118 l:y b:---- CFUNC  :map
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
c:0018 p:0021 s:0115 E:0020d0 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_thread.rb:1294 [FINISH]
c:0017 p:---- s:0112 e:000111 l:y b:---- CFUNC  :fork
        INSN_LABEL_trace_opt_aref = <optimized out>
c:0016 p:0019 s:0108 E:0019a8 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_thread.rb:1292 [FINISH]
c:0015 p:0018 s:0102 e:000101 l:y b:0001 METHOD <internal:thread_sync>:390
        INSN_LABEL_trace_opt_aset = <optimized out>
c:0014 p:0043 s:0098 E:001948 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/test/ruby/test_thread.rb:1289
c:0013 p:0037 s:0091 e:000090 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:202
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
c:0012 p:0052 s:0085 e:000084 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:170
c:0011 p:0093 s:0076 e:000075 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1665 [FINISH]
c:0010 p:---- s:0069 e:000068 l:y b:---- CFUNC  :map
c:0009 p:0114 s:0065 e:000064 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1652
c:0008 p:0035 s:0053 e:000052 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1356
c:0007 p:0069 s:0046 E:000d00 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:52
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
c:0006 p:0007 s:0030 e:000029 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:24 [FINISH]
c:0005 p:---- s:0026 e:000025 l:y b:---- CFUNC  :map
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
c:0004 p:0005 s:0022 e:000021 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:23
c:0003 p:0210 s:0016 e:000015 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:122
#102 0x00005f92e7ffa6f2 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2798
        _ec = 0x5170000000d0
c:0002 p:0062 s:0006 e:000005 l:n b:---- EVAL   /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:220 [FINISH]
c:0001 p:0000 s:0003 E:001630 l:y b:---- DUMMY  [FINISH]
        _tag = <optimized out>
        state = RUBY_TAG_NONE

th: 0x5150001b6f00, native_id: (nil)
        result = <optimized out>
-- Control frame information -----------------------------------------------

#103 0x00005f92e808bd72 in invoke_iseq_block_from_c (ec=0x5170000000d0, captured=0x799a5d3ff620, self=133703905162960, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=0, me=0x0) at /tmp/ruby/src/trunk_asan/vm.c:1820
        flags = 0
        iseq = 0x799a5f5ad2c8
        cfp = <optimized out>
        sp = 0x799a5d2ffa28
        use_argv = 0x799a5dec71e0
        stack_argv = 0x799a5d2ffa28
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#104 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1834
        captured = 0x799a5d3ff620
#105 0x00005f92e802c74c in vm_yield_with_cref (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1871
No locals.
#106 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1879
No locals.
#107 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#108 0x00005f92e802c74c in rb_yield (val=<optimized out>)
No locals.
#109 0x00005f92e8206816 in rb_ary_collect (ary=133703905355920) at /tmp/ruby/src/trunk_asan/array.c:3763
        collect = 133703905351840
        i = 59
#110 0x00005f92e806b0e8 in vm_call_cfunc_with_frame_ (ec=<optimized out>, reg_cfp=<optimized out>, calling=<optimized out>, argc=<optimized out>, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3902
        ci = 0x16a100000001
        cc = <optimized out>
        me = 0x799a5f77e688
        cfunc = 0x506000020188
        recv = 133703905355920
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#111 0x00005f92e8003f6f in vm_sendish (ec=0x5170000000d0, reg_cfp=0x799a5d3ff608, cd=0x512000013db0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#112 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:856
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x512000013db0
        insns_address_table = {0x5f92e7fffb36 <vm_exec_core+1494>, 0x5f92e8000e3d <vm_exec_core+6365>, 0x5f92e8005fd1 <vm_exec_core+27249>, 0x5f92e80009af <vm_exec_core+5199>, 0x5f92e8006d82 <vm_exec_core+30754>, 0x5f92e8004b84 <vm_exec_core+22052>, 0x5f92e800282e <vm_exec_core+13006>, 0x5f92e7fffc9e <vm_exec_core+1854>, 0x5f92e80065c4 <vm_exec_core+28772>, 0x5f92e800630c <vm_exec_core+28076>, 0x5f92e8000c2c <vm_exec_core+5836>, 0x5f92e800018e <vm_exec_core+3118>, 0x5f92e8005286 <vm_exec_core+23846>, 0x5f92e8001733 <vm_exec_core+8659>, 0x5f92e80067c5 <vm_exec_core+29285>, 0x5f92e800646e <vm_exec_core+28430>, 0x5f92e8001e21 <vm_exec_core+10433>, 0x5f92e80027bd <vm_exec_core+12893>, 0x5f92e8004de5 <vm_exec_core+22661>, 0x5f92e80063e5 <vm_exec_core+28293>, 0x5f92e8004290 <vm_exec_core+19760>, 0x5f92e8004e6e <vm_exec_core+22798>, 0x5f92e8005927 <vm_exec_core+25543>, 0x5f92e80041cd <vm_exec_core+19565>, 0x5f92e80000cb <vm_exec_core+2923>, 0x5f92e8004887 <vm_exec_core+21287>, 0x5f92e7ffff5e <vm_exec_core+2558>, 0x5f92e8000394 <vm_exec_core+3636>, 0x5f92e80020a4 <vm_exec_core+11076>, 0x5f92e8003d9a <vm_exec_core+18490>, 0x5f92e8004720 <vm_exec_core+20928>, 0x5f92e8003a3f <vm_exec_core+17631>, 0x5f92e7fffb6a <vm_exec_core+1546>, 0x5f92e8005b57 <vm_exec_core+26103>, 0x5f92e8006237 <vm_exec_core+27863>, 0x5f92e800053b <vm_exec_core+4059>, 0x5f92e80010e7 <vm_exec_core+7047>, 0x5f92e8000da5 <vm_exec_core+6213>, 0x5f92e8001822 <vm_exec_core+8898>, 0x5f92e8002659 <vm_exec_core+12537>, 0x5f92e80005e2 <vm_exec_core+4226>, 0x5f92e80059bf <vm_exec_core+25695>, 0x5f92e8001071 <vm_exec_core+6929>, 0x5f92e8002507 <vm_exec_core+12199>, 0x5f92e8002fce <vm_exec_core+14958>, 0x5f92e800531c <vm_exec_core+23996>, 0x5f92e8004452 <vm_exec_core+20210>, 0x5f92e8001afc <vm_exec_core+9628>, 0x5f92e800137e <vm_exec_core+7710>, 0x5f92e8005172 <vm_exec_core+23570>, 0x5f92e8002284 <vm_exec_core+11556>, 0x5f92e8004986 <vm_exec_core+21542>, 0x5f92e80044c4 <vm_exec_core+20324>, 0x5f92e8004a3d <vm_exec_core+21725>, 0x5f92e8005f09 <vm_exec_core+27049>, 0x5f92e8003851 <vm_exec_core+17137>, 0x5f92e80053d5 <vm_exec_core+24181>, 0x5f92e7fff8b8 <vm_exec_core+856>, 0x5f92e8004f03 <vm_exec_core+22947>, 0x5f92e8001c1b <vm_exec_core+9915>, 0x5f92e8004128 <vm_exec_core+19400>, 0x5f92e8004368 <vm_exec_core+19976>, 0x5f92e8002c02 <vm_exec_core+13986>, 0x5f92e8000448 <vm_exec_core+3816>, 0x5f92e8001fc9 <vm_exec_core+10857>, 0x5f92e8001606 <vm_exec_core+8358>, 0x5f92e8004abb <vm_exec_core+21851>, 0x5f92e8000773 <vm_exec_core+4627>, 0x5f92e80029af <vm_exec_core+13391>, 0x5f92e80032ff <vm_exec_core+15775>, 0x5f92e8001900 <vm_exec_core+9120>, 0x5f92e800d510 <vm_exec_core+57264>, 0x5f92e80012d5 <vm_exec_core+7541>, 0x5f92e80011cd <vm_exec_core+7277>, 0x5f92e80014d8 <vm_exec_core+8056>, 0x5f92e8001ec3 <vm_exec_core+10595>, 0x5f92e8003c3e <vm_exec_core+18142>, 0x5f92e8003089 <vm_exec_core+15145>, 0x5f92e800479f <vm_exec_core+21055>, 0x5f92e80034e5 <vm_exec_core+16261>, 0x5f92e8005a80 <vm_exec_core+25888>, 0x5f92e8007027 <vm_exec_core+31431>, 0x5f92e8005cc4 <vm_exec_core+26468>, 0x5f92e8006915 <vm_exec_core+29621>, 0x5f92e8006a06 <vm_exec_core+29862>, 0x5f92e7fffff0 <vm_exec_core+2704>, 0x5f92e80064ed <vm_exec_core+28557>, 0x5f92e80021a9 <vm_exec_core+11337>, 0x5f92e80066e8 <vm_exec_core+29064>, 0x5f92e8001cea <vm_exec_core+10122>, 0x5f92e8005bfb <vm_exec_core+26267>, 0x5f92e7fffe87 <vm_exec_core+2343>, 0x5f92e800066d <vm_exec_core+4365>, 0x5f92e8006c4a <vm_exec_core+30442>, 0x5f92e800258d <vm_exec_core+12333>, 0x5f92e800238a <vm_exec_core+11818>, 0x5f92e7fff8bd <vm_exec_core+861>, 0x5f92e7fffdaa <vm_exec_core+2122>, 0x5f92e7fff943 <vm_exec_core+995>, 0x5f92e8005db3 <vm_exec_core+26707>, 0x5f92e800370e <vm_exec_core+16814>, 0x5f92e8002dd2 <vm_exec_core+14450>, 0x5f92e80035ea <vm_exec_core+16522>, 0x5f92e8003236 <vm_exec_core+15574>, 0x5f92e800241f <vm_exec_core+11967>, 0x5f92e8002cdd <vm_exec_core+14205>, 0x5f92e80026a9 <vm_exec_core+12617>, 0x5f92e8002eec <vm_exec_core+14732>, 0x5f92e8002f5d <vm_exec_core+14845>, 0x5f92e7fffb27 <vm_exec_core+1479>, 0x5f92e8000e2e <vm_exec_core+6350>, 0x5f92e8005fc2 <vm_exec_core+27234>, 0x5f92e80009a0 <vm_exec_core+5184>, 0x5f92e8006d73 <vm_exec_core+30739>, 0x5f92e8004b75 <vm_exec_core+22037>, 0x5f92e800281f <vm_exec_core+12991>, 0x5f92e7fffc8f <vm_exec_core+1839>, 0x5f92e80065b5 <vm_exec_core+28757>, 0x5f92e80062fd <vm_exec_core+28061>, 0x5f92e8000c1d <vm_exec_core+5821>, 0x5f92e800017f <vm_exec_core+3103>, 0x5f92e8005277 <vm_exec_core+23831>, 0x5f92e8001724 <vm_exec_core+8644>, 0x5f92e80067b6 <vm_exec_core+29270>, 0x5f92e800645f <vm_exec_core+28415>, 0x5f92e8001e12 <vm_exec_core+10418>, 0x5f92e80027ae <vm_exec_core+12878>, 0x5f92e8004dd6 <vm_exec_core+22646>, 0x5f92e80063d6 <vm_exec_core+28278>, 0x5f92e8004281 <vm_exec_core+19745>, 0x5f92e8004e5f <vm_exec_core+22783>, 0x5f92e8005918 <vm_exec_core+25528>, 0x5f92e80041be <vm_exec_core+19550>, 0x5f92e80000bc <vm_exec_core+2908>, 0x5f92e8004878 <vm_exec_core+21272>, 0x5f92e7ffff4f <vm_exec_core+2543>, 0x5f92e8000385 <vm_exec_core+3621>, 0x5f92e8002095 <vm_exec_core+11061>, 0x5f92e8003d8b <vm_exec_core+18475>, 0x5f92e8004711 <vm_exec_core+20913>, 0x5f92e8003a30 <vm_exec_core+17616>, 0x5f92e7fffb5b <vm_exec_core+1531>, 0x5f92e8005b48 <vm_exec_core+26088>, 0x5f92e8006228 <vm_exec_core+27848>, 0x5f92e800052c <vm_exec_core+4044>, 0x5f92e80010d8 <vm_exec_core+7032>, 0x5f92e8000d96 <vm_exec_core+6198>, 0x5f92e8001813 <vm_exec_core+8883>, 0x5f92e800264a <vm_exec_core+12522>, 0x5f92e80005d3 <vm_exec_core+4211>, 0x5f92e80059b0 <vm_exec_core+25680>, 0x5f92e8001062 <vm_exec_core+6914>, 0x5f92e80024f8 <vm_exec_core+12184>, 0x5f92e8002fbf <vm_exec_core+14943>, 0x5f92e800530d <vm_exec_core+23981>, 0x5f92e8004443 <vm_exec_core+20195>, 0x5f92e8001aed <vm_exec_core+9613>, 0x5f92e800136f <vm_exec_core+7695>, 0x5f92e8005163 <vm_exec_core+23555>, 0x5f92e8002275 <vm_exec_core+11541>, 0x5f92e8004977 <vm_exec_core+21527>, 0x5f92e80044b5 <vm_exec_core+20309>, 0x5f92e8004a2e <vm_exec_core+21710>, 0x5f92e8005efa <vm_exec_core+27034>, 0x5f92e8003842 <vm_exec_core+17122>, 0x5f92e80053c6 <vm_exec_core+24166>, 0x5f92e8004864 <vm_exec_core+21252>, 0x5f92e8004ef4 <vm_exec_core+22932>, 0x5f92e8001c0c <vm_exec_core+9900>, 0x5f92e8004119 <vm_exec_core+19385>, 0x5f92e8004359 <vm_exec_core+19961>, 0x5f92e8002bf3 <vm_exec_core+13971>, 0x5f92e8003d86 <vm_exec_core+18470>, 0x5f92e8001fba <vm_exec_core+10842>, 0x5f92e80015f7 <vm_exec_core+8343>, 0x5f92e8004aac <vm_exec_core+21836>, 0x5f92e8000764 <vm_exec_core+4612>, 0x5f92e80029a0 <vm_exec_core+13376>, 0x5f92e80032f0 <vm_exec_core+15760>, 0x5f92e80018f1 <vm_exec_core+9105>, 0x5f92e800d501 <vm_exec_core+57249>, 0x5f92e80012c6 <vm_exec_core+7526>, 0x5f92e80011be <vm_exec_core+7262>, 0x5f92e80014c9 <vm_exec_core+8041>, 0x5f92e8001eb4 <vm_exec_core+10580>, 0x5f92e8003c2f <vm_exec_core+18127>, 0x5f92e800307a <vm_exec_core+15130>, 0x5f92e8003c2a <vm_exec_core+18122>, 0x5f92e800443e <vm_exec_core+20190>, 0x5f92e8004439 <vm_exec_core+20185>, 0x5f92e80014c4 <vm_exec_core+8036>, 0x5f92e8004864 <vm_exec_core+21252>, 0x5f92e8002613 <vm_exec_core+12467>, 0x5f92e8002618 <vm_exec_core+12472>, 0x5f92e8004434 <vm_exec_core+20180>, 0x5f92e800427c <vm_exec_core+19740>, 0x5f92e80032eb <vm_exec_core+15755>, 0x5f92e8003222 <vm_exec_core+15554>, 0x5f92e800432b <vm_exec_core+19915>, 0x5f92e80036f5 <vm_exec_core+16789>...}
        reg_cfp = 0x799a5d3ff608
        reg_pc = 0x51900001b210
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#113 0x00005f92e7ffaae1 in vm_exec_loop (ec=0x5170000000d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2825
No locals.
#114 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2804
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#115 0x00005f92e808bd72 in invoke_iseq_block_from_c (ec=0x5170000000d0, captured=0x799a5d3ff738, self=133703905162960, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=0, me=0x0) at /tmp/ruby/src/trunk_asan/vm.c:1820
        flags = 0
        iseq = 0x799a5f5db880
        cfp = <optimized out>
        sp = 0x799a5d2ff8d0
        use_argv = 0x799a5deaba60
        stack_argv = 0x799a5d2ff8d0
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#116 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1834
        captured = 0x799a5d3ff738
#117 0x00005f92e802c74c in vm_yield_with_cref (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1871
No locals.
#118 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1879
No locals.
#119 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#120 0x00005f92e802c74c in rb_yield (val=<optimized out>)
No locals.
#121 0x00005f92e8206816 in rb_ary_collect (ary=133703905359720) at /tmp/ruby/src/trunk_asan/array.c:3763
        collect = 133703905359640
        i = 0
#122 0x00005f92e806b0e8 in vm_call_cfunc_with_frame_ (ec=<optimized out>, reg_cfp=<optimized out>, calling=<optimized out>, argc=<optimized out>, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3902
        ci = 0x16a100000001
        cc = <optimized out>
        me = 0x799a5f77e688
        cfunc = 0x506000020188
        recv = 133703905359720
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#123 0x00005f92e8003f6f in vm_sendish (ec=0x5170000000d0, reg_cfp=0x799a5d3ff720, cd=0x50200002ad50, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#124 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:856
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x50200002ad50
        insns_address_table = {0x5f92e7fffb36 <vm_exec_core+1494>, 0x5f92e8000e3d <vm_exec_core+6365>, 0x5f92e8005fd1 <vm_exec_core+27249>, 0x5f92e80009af <vm_exec_core+5199>, 0x5f92e8006d82 <vm_exec_core+30754>, 0x5f92e8004b84 <vm_exec_core+22052>, 0x5f92e800282e <vm_exec_core+13006>, 0x5f92e7fffc9e <vm_exec_core+1854>, 0x5f92e80065c4 <vm_exec_core+28772>, 0x5f92e800630c <vm_exec_core+28076>, 0x5f92e8000c2c <vm_exec_core+5836>, 0x5f92e800018e <vm_exec_core+3118>, 0x5f92e8005286 <vm_exec_core+23846>, 0x5f92e8001733 <vm_exec_core+8659>, 0x5f92e80067c5 <vm_exec_core+29285>, 0x5f92e800646e <vm_exec_core+28430>, 0x5f92e8001e21 <vm_exec_core+10433>, 0x5f92e80027bd <vm_exec_core+12893>, 0x5f92e8004de5 <vm_exec_core+22661>, 0x5f92e80063e5 <vm_exec_core+28293>, 0x5f92e8004290 <vm_exec_core+19760>, 0x5f92e8004e6e <vm_exec_core+22798>, 0x5f92e8005927 <vm_exec_core+25543>, 0x5f92e80041cd <vm_exec_core+19565>, 0x5f92e80000cb <vm_exec_core+2923>, 0x5f92e8004887 <vm_exec_core+21287>, 0x5f92e7ffff5e <vm_exec_core+2558>, 0x5f92e8000394 <vm_exec_core+3636>, 0x5f92e80020a4 <vm_exec_core+11076>, 0x5f92e8003d9a <vm_exec_core+18490>, 0x5f92e8004720 <vm_exec_core+20928>, 0x5f92e8003a3f <vm_exec_core+17631>, 0x5f92e7fffb6a <vm_exec_core+1546>, 0x5f92e8005b57 <vm_exec_core+26103>, 0x5f92e8006237 <vm_exec_core+27863>, 0x5f92e800053b <vm_exec_core+4059>, 0x5f92e80010e7 <vm_exec_core+7047>, 0x5f92e8000da5 <vm_exec_core+6213>, 0x5f92e8001822 <vm_exec_core+8898>, 0x5f92e8002659 <vm_exec_core+12537>, 0x5f92e80005e2 <vm_exec_core+4226>, 0x5f92e80059bf <vm_exec_core+25695>, 0x5f92e8001071 <vm_exec_core+6929>, 0x5f92e8002507 <vm_exec_core+12199>, 0x5f92e8002fce <vm_exec_core+14958>, 0x5f92e800531c <vm_exec_core+23996>, 0x5f92e8004452 <vm_exec_core+20210>, 0x5f92e8001afc <vm_exec_core+9628>, 0x5f92e800137e <vm_exec_core+7710>, 0x5f92e8005172 <vm_exec_core+23570>, 0x5f92e8002284 <vm_exec_core+11556>, 0x5f92e8004986 <vm_exec_core+21542>, 0x5f92e80044c4 <vm_exec_core+20324>, 0x5f92e8004a3d <vm_exec_core+21725>, 0x5f92e8005f09 <vm_exec_core+27049>, 0x5f92e8003851 <vm_exec_core+17137>, 0x5f92e80053d5 <vm_exec_core+24181>, 0x5f92e7fff8b8 <vm_exec_core+856>, 0x5f92e8004f03 <vm_exec_core+22947>, 0x5f92e8001c1b <vm_exec_core+9915>, 0x5f92e8004128 <vm_exec_core+19400>, 0x5f92e8004368 <vm_exec_core+19976>, 0x5f92e8002c02 <vm_exec_core+13986>, 0x5f92e8000448 <vm_exec_core+3816>, 0x5f92e8001fc9 <vm_exec_core+10857>, 0x5f92e8001606 <vm_exec_core+8358>, 0x5f92e8004abb <vm_exec_core+21851>, 0x5f92e8000773 <vm_exec_core+4627>, 0x5f92e80029af <vm_exec_core+13391>, 0x5f92e80032ff <vm_exec_core+15775>, 0x5f92e8001900 <vm_exec_core+9120>, 0x5f92e800d510 <vm_exec_core+57264>, 0x5f92e80012d5 <vm_exec_core+7541>, 0x5f92e80011cd <vm_exec_core+7277>, 0x5f92e80014d8 <vm_exec_core+8056>, 0x5f92e8001ec3 <vm_exec_core+10595>, 0x5f92e8003c3e <vm_exec_core+18142>, 0x5f92e8003089 <vm_exec_core+15145>, 0x5f92e800479f <vm_exec_core+21055>, 0x5f92e80034e5 <vm_exec_core+16261>, 0x5f92e8005a80 <vm_exec_core+25888>, 0x5f92e8007027 <vm_exec_core+31431>, 0x5f92e8005cc4 <vm_exec_core+26468>, 0x5f92e8006915 <vm_exec_core+29621>, 0x5f92e8006a06 <vm_exec_core+29862>, 0x5f92e7fffff0 <vm_exec_core+2704>, 0x5f92e80064ed <vm_exec_core+28557>, 0x5f92e80021a9 <vm_exec_core+11337>, 0x5f92e80066e8 <vm_exec_core+29064>, 0x5f92e8001cea <vm_exec_core+10122>, 0x5f92e8005bfb <vm_exec_core+26267>, 0x5f92e7fffe87 <vm_exec_core+2343>, 0x5f92e800066d <vm_exec_core+4365>, 0x5f92e8006c4a <vm_exec_core+30442>, 0x5f92e800258d <vm_exec_core+12333>, 0x5f92e800238a <vm_exec_core+11818>, 0x5f92e7fff8bd <vm_exec_core+861>, 0x5f92e7fffdaa <vm_exec_core+2122>, 0x5f92e7fff943 <vm_exec_core+995>, 0x5f92e8005db3 <vm_exec_core+26707>, 0x5f92e800370e <vm_exec_core+16814>, 0x5f92e8002dd2 <vm_exec_core+14450>, 0x5f92e80035ea <vm_exec_core+16522>, 0x5f92e8003236 <vm_exec_core+15574>, 0x5f92e800241f <vm_exec_core+11967>, 0x5f92e8002cdd <vm_exec_core+14205>, 0x5f92e80026a9 <vm_exec_core+12617>, 0x5f92e8002eec <vm_exec_core+14732>, 0x5f92e8002f5d <vm_exec_core+14845>, 0x5f92e7fffb27 <vm_exec_core+1479>, 0x5f92e8000e2e <vm_exec_core+6350>, 0x5f92e8005fc2 <vm_exec_core+27234>, 0x5f92e80009a0 <vm_exec_core+5184>, 0x5f92e8006d73 <vm_exec_core+30739>, 0x5f92e8004b75 <vm_exec_core+22037>, 0x5f92e800281f <vm_exec_core+12991>, 0x5f92e7fffc8f <vm_exec_core+1839>, 0x5f92e80065b5 <vm_exec_core+28757>, 0x5f92e80062fd <vm_exec_core+28061>, 0x5f92e8000c1d <vm_exec_core+5821>, 0x5f92e800017f <vm_exec_core+3103>, 0x5f92e8005277 <vm_exec_core+23831>, 0x5f92e8001724 <vm_exec_core+8644>, 0x5f92e80067b6 <vm_exec_core+29270>, 0x5f92e800645f <vm_exec_core+28415>, 0x5f92e8001e12 <vm_exec_core+10418>, 0x5f92e80027ae <vm_exec_core+12878>, 0x5f92e8004dd6 <vm_exec_core+22646>, 0x5f92e80063d6 <vm_exec_core+28278>, 0x5f92e8004281 <vm_exec_core+19745>, 0x5f92e8004e5f <vm_exec_core+22783>, 0x5f92e8005918 <vm_exec_core+25528>, 0x5f92e80041be <vm_exec_core+19550>, 0x5f92e80000bc <vm_exec_core+2908>, 0x5f92e8004878 <vm_exec_core+21272>, 0x5f92e7ffff4f <vm_exec_core+2543>, 0x5f92e8000385 <vm_exec_core+3621>, 0x5f92e8002095 <vm_exec_core+11061>, 0x5f92e8003d8b <vm_exec_core+18475>, 0x5f92e8004711 <vm_exec_core+20913>, 0x5f92e8003a30 <vm_exec_core+17616>, 0x5f92e7fffb5b <vm_exec_core+1531>, 0x5f92e8005b48 <vm_exec_core+26088>, 0x5f92e8006228 <vm_exec_core+27848>, 0x5f92e800052c <vm_exec_core+4044>, 0x5f92e80010d8 <vm_exec_core+7032>, 0x5f92e8000d96 <vm_exec_core+6198>, 0x5f92e8001813 <vm_exec_core+8883>, 0x5f92e800264a <vm_exec_core+12522>, 0x5f92e80005d3 <vm_exec_core+4211>, 0x5f92e80059b0 <vm_exec_core+25680>, 0x5f92e8001062 <vm_exec_core+6914>, 0x5f92e80024f8 <vm_exec_core+12184>, 0x5f92e8002fbf <vm_exec_core+14943>, 0x5f92e800530d <vm_exec_core+23981>, 0x5f92e8004443 <vm_exec_core+20195>, 0x5f92e8001aed <vm_exec_core+9613>, 0x5f92e800136f <vm_exec_core+7695>, 0x5f92e8005163 <vm_exec_core+23555>, 0x5f92e8002275 <vm_exec_core+11541>, 0x5f92e8004977 <vm_exec_core+21527>, 0x5f92e80044b5 <vm_exec_core+20309>, 0x5f92e8004a2e <vm_exec_core+21710>, 0x5f92e8005efa <vm_exec_core+27034>, 0x5f92e8003842 <vm_exec_core+17122>, 0x5f92e80053c6 <vm_exec_core+24166>, 0x5f92e8004864 <vm_exec_core+21252>, 0x5f92e8004ef4 <vm_exec_core+22932>, 0x5f92e8001c0c <vm_exec_core+9900>, 0x5f92e8004119 <vm_exec_core+19385>, 0x5f92e8004359 <vm_exec_core+19961>, 0x5f92e8002bf3 <vm_exec_core+13971>, 0x5f92e8003d86 <vm_exec_core+18470>, 0x5f92e8001fba <vm_exec_core+10842>, 0x5f92e80015f7 <vm_exec_core+8343>, 0x5f92e8004aac <vm_exec_core+21836>, 0x5f92e8000764 <vm_exec_core+4612>, 0x5f92e80029a0 <vm_exec_core+13376>, 0x5f92e80032f0 <vm_exec_core+15760>, 0x5f92e80018f1 <vm_exec_core+9105>, 0x5f92e800d501 <vm_exec_core+57249>, 0x5f92e80012c6 <vm_exec_core+7526>, 0x5f92e80011be <vm_exec_core+7262>, 0x5f92e80014c9 <vm_exec_core+8041>, 0x5f92e8001eb4 <vm_exec_core+10580>, 0x5f92e8003c2f <vm_exec_core+18127>, 0x5f92e800307a <vm_exec_core+15130>, 0x5f92e8003c2a <vm_exec_core+18122>, 0x5f92e800443e <vm_exec_core+20190>, 0x5f92e8004439 <vm_exec_core+20185>, 0x5f92e80014c4 <vm_exec_core+8036>, 0x5f92e8004864 <vm_exec_core+21252>, 0x5f92e8002613 <vm_exec_core+12467>, 0x5f92e8002618 <vm_exec_core+12472>, 0x5f92e8004434 <vm_exec_core+20180>, 0x5f92e800427c <vm_exec_core+19740>, 0x5f92e80032eb <vm_exec_core+15755>, 0x5f92e8003222 <vm_exec_core+15554>, 0x5f92e800432b <vm_exec_core+19915>, 0x5f92e80036f5 <vm_exec_core+16789>...}
        reg_cfp = 0x799a5d3ff720
        reg_pc = 0x5040000089f8
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#125 0x00005f92e7ffaae1 in vm_exec_loop (ec=0x5170000000d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2825
No locals.
#126 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2804
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#127 0x00005f92e8043ba9 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:3064
        ec = 0x5170000000d0
        val = <optimized out>
#128 0x00005f92e7c2dc70 in rb_ec_exec_node (ec=0x5170000000d0, n=0x799a5f5dba10) at /tmp/ruby/src/trunk_asan/eval.c:283
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffd83df24b0, <optimized out>, 0x7ffd83df2400, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x799a5f5dba10
#129 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:321
        ec = 0x5170000000d0
        status = <optimized out>
#130 0x00005f92e7c26bb7 in rb_main (argc=11, argv=0x7ffd83df2678) at /tmp/ruby/src/trunk_asan/main.c:42
        variable_in_this_stack_frame = <optimized out>
#131 main (argc=11, argv=0x7ffd83df2678) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

$1 = true
[Inferior 1 (process 4099377) detached]
$ timeout 60 gdb -p 4073209 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 4099378]
[New LWP 4085819]
[New LWP 4085145]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x0000799a5ff1baca in __GI___libc_read (nbytes=4, buf=0x799a5e0afa40, fd=16) at ../sysdeps/unix/sysv/linux/read.c:26

>>> Threads

  Id   Target Id                                             Frame 
* 1    Thread 0x799a60046c40 (LWP 4073209) "ruby"            0x0000799a5ff1baca in __GI___libc_read (nbytes=4, buf=0x799a5e0afa40, fd=16) at ../sysdeps/unix/sysv/linux/read.c:26
  2    Thread 0x799a43dff6c0 (LWP 4099378) "ruby"            0x0000799a5ff1b4fd in __GI___poll (fds=0x799a2256d040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  3    Thread 0x799a2376f6c0 (LWP 4085819) "Timeout stdlib " 0x0000799a5fe98d71 in __futex_abstimed_wait_common64 (private=31130, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c00017abd0) at ./nptl/futex-internal.c:57
  4    Thread 0x799a3a3ff6c0 (LWP 4085145) "parallel.rb:40"  0x0000799a5ff1b4fd in __GI___poll (fds=0x799a244ae160, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 4 (Thread 0x799a3a3ff6c0 (LWP 4085145) "parallel.rb:40"):
#0  0x0000799a5ff1b4fd in __GI___poll (fds=0x799a244ae160, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005f92e7b8d74a in __interceptor_poll ()
No symbol table info available.
#2  0x00005f92e7cfdec9 in nogvl_wait_for (th=133703905359320, fptr=0x51100023a180, events=1, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:12568
        fds = {fd = 6, events = <optimized out>, revents = <optimized out>}
        scheduler = <optimized out>
        fd = <optimized out>
        timeout_milliseconds = -1
#3  io_internal_wait (thread=<optimized out>, fptr=<optimized out>, error=<optimized out>, events=<optimized out>, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:1174
        ready = <optimized out>
#4  0x00005f92e7cff43a in internal_read_func (ptr=0x799a244adf40) at /tmp/ruby/src/trunk_asan/io.c:1212
        iis = 0x799a244adf40
        result = <optimized out>
#5  0x00005f92e7f6d2ce in rb_thread_io_blocking_call (io=0x51100023a180, func=0x5f92e7cfef30 <internal_read_func>, data1=0x799a244adf40, events=1) at /tmp/ruby/src/trunk_asan/thread.c:1986
        __region = <optimized out>
        saved_state = RUBY_TAG_NONE
        _ec = <optimized out>
        _tag = <optimized out>
        ec = <optimized out>
        th = <optimized out>
        val = <optimized out>
        blocking_operation = <optimized out>
        state = RUBY_TAG_NONE
        saved_errno = <optimized out>
        prev_mn_schedulable = <optimized out>
        fd = <optimized out>
#6  0x00005f92e7c326ce in rb_ec_ensure (ec=<optimized out>, b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1146
        _ec = 0x5170001dced0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x799a3a3fddd0, <optimized out>, 0x799a3a3fdce0, <optimized out>, <optimized out>}, prev = 0x799a2448f240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#7  0x00005f92e7c32b59 in rb_ensure (b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1163
No locals.
#8  0x00005f92e7d13212 in io_read_memory_locktmp (str=133702940811616, iis=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3480
No locals.
#9  io_getpartial (argc=<optimized out>, argv=<optimized out>, io=<optimized out>, no_exception=<optimized out>, nonblock=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3526
        str = <optimized out>
        iis = {th = 133703905359320, fptr = 0x51100023a180, nonblock = 0, fd = 6, buf = 0x5190001b5380, capa = 1024, timeout = <optimized out>}
        length = <optimized out>
        len = 1024
        fptr = 0x51100023a180
        n = <optimized out>
        shrinkable = <optimized out>
#10 0x00005f92e7cef8e1 in io_readpartial (argc=608887136, argv=0x1, io=4294967295) at /tmp/ruby/src/trunk_asan/io.c:3646
        ret = <optimized out>
#11 0x00005f92e806b0e8 in vm_call_cfunc_with_frame_ (ec=<optimized out>, reg_cfp=<optimized out>, calling=<optimized out>, argc=<optimized out>, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3902
        ci = 0x412100100003
        cc = <optimized out>
        me = 0x799a5f7783a0
        cfunc = 0x50600002c1e8
        recv = 133703905359480
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#12 0x00005f92e800bd7d in vm_sendish (ec=0x5170001dced0, reg_cfp=0x799a24e90790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#13 vm_exec_core (ec=ec@entry=0x5170001dced0) at ../../src/trunk_asan/insns.def:904
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5f92e7fffb36 <vm_exec_core+1494>, 0x5f92e8000e3d <vm_exec_core+6365>, 0x5f92e8005fd1 <vm_exec_core+27249>, 0x5f92e80009af <vm_exec_core+5199>, 0x5f92e8006d82 <vm_exec_core+30754>, 0x5f92e8004b84 <vm_exec_core+22052>, 0x5f92e800282e <vm_exec_core+13006>, 0x5f92e7fffc9e <vm_exec_core+1854>, 0x5f92e80065c4 <vm_exec_core+28772>, 0x5f92e800630c <vm_exec_core+28076>, 0x5f92e8000c2c <vm_exec_core+5836>, 0x5f92e800018e <vm_exec_core+3118>, 0x5f92e8005286 <vm_exec_core+23846>, 0x5f92e8001733 <vm_exec_core+8659>, 0x5f92e80067c5 <vm_exec_core+29285>, 0x5f92e800646e <vm_exec_core+28430>, 0x5f92e8001e21 <vm_exec_core+10433>, 0x5f92e80027bd <vm_exec_core+12893>, 0x5f92e8004de5 <vm_exec_core+22661>, 0x5f92e80063e5 <vm_exec_core+28293>, 0x5f92e8004290 <vm_exec_core+19760>, 0x5f92e8004e6e <vm_exec_core+22798>, 0x5f92e8005927 <vm_exec_core+25543>, 0x5f92e80041cd <vm_exec_core+19565>, 0x5f92e80000cb <vm_exec_core+2923>, 0x5f92e8004887 <vm_exec_core+21287>, 0x5f92e7ffff5e <vm_exec_core+2558>, 0x5f92e8000394 <vm_exec_core+3636>, 0x5f92e80020a4 <vm_exec_core+11076>, 0x5f92e8003d9a <vm_exec_core+18490>, 0x5f92e8004720 <vm_exec_core+20928>, 0x5f92e8003a3f <vm_exec_core+17631>, 0x5f92e7fffb6a <vm_exec_core+1546>, 0x5f92e8005b57 <vm_exec_core+26103>, 0x5f92e8006237 <vm_exec_core+27863>, 0x5f92e800053b <vm_exec_core+4059>, 0x5f92e80010e7 <vm_exec_core+7047>, 0x5f92e8000da5 <vm_exec_core+6213>, 0x5f92e8001822 <vm_exec_core+8898>, 0x5f92e8002659 <vm_exec_core+12537>, 0x5f92e80005e2 <vm_exec_core+4226>, 0x5f92e80059bf <vm_exec_core+25695>, 0x5f92e8001071 <vm_exec_core+6929>, 0x5f92e8002507 <vm_exec_core+12199>, 0x5f92e8002fce <vm_exec_core+14958>, 0x5f92e800531c <vm_exec_core+23996>, 0x5f92e8004452 <vm_exec_core+20210>, 0x5f92e8001afc <vm_exec_core+9628>, 0x5f92e800137e <vm_exec_core+7710>, 0x5f92e8005172 <vm_exec_core+23570>, 0x5f92e8002284 <vm_exec_core+11556>, 0x5f92e8004986 <vm_exec_core+21542>, 0x5f92e80044c4 <vm_exec_core+20324>, 0x5f92e8004a3d <vm_exec_core+21725>, 0x5f92e8005f09 <vm_exec_core+27049>, 0x5f92e8003851 <vm_exec_core+17137>, 0x5f92e80053d5 <vm_exec_core+24181>, 0x5f92e7fff8b8 <vm_exec_core+856>, 0x5f92e8004f03 <vm_exec_core+22947>, 0x5f92e8001c1b <vm_exec_core+9915>, 0x5f92e8004128 <vm_exec_core+19400>, 0x5f92e8004368 <vm_exec_core+19976>, 0x5f92e8002c02 <vm_exec_core+13986>, 0x5f92e8000448 <vm_exec_core+3816>, 0x5f92e8001fc9 <vm_exec_core+10857>, 0x5f92e8001606 <vm_exec_core+8358>, 0x5f92e8004abb <vm_exec_core+21851>, 0x5f92e8000773 <vm_exec_core+4627>, 0x5f92e80029af <vm_exec_core+13391>, 0x5f92e80032ff <vm_exec_core+15775>, 0x5f92e8001900 <vm_exec_core+9120>, 0x5f92e800d510 <vm_exec_core+57264>, 0x5f92e80012d5 <vm_exec_core+7541>, 0x5f92e80011cd <vm_exec_core+7277>, 0x5f92e80014d8 <vm_exec_core+8056>, 0x5f92e8001ec3 <vm_exec_core+10595>, 0x5f92e8003c3e <vm_exec_core+18142>, 0x5f92e8003089 <vm_exec_core+15145>, 0x5f92e800479f <vm_exec_core+21055>, 0x5f92e80034e5 <vm_exec_core+16261>, 0x5f92e8005a80 <vm_exec_core+25888>, 0x5f92e8007027 <vm_exec_core+31431>, 0x5f92e8005cc4 <vm_exec_core+26468>, 0x5f92e8006915 <vm_exec_core+29621>, 0x5f92e8006a06 <vm_exec_core+29862>, 0x5f92e7fffff0 <vm_exec_core+2704>, 0x5f92e80064ed <vm_exec_core+28557>, 0x5f92e80021a9 <vm_exec_core+11337>, 0x5f92e80066e8 <vm_exec_core+29064>, 0x5f92e8001cea <vm_exec_core+10122>, 0x5f92e8005bfb <vm_exec_core+26267>, 0x5f92e7fffe87 <vm_exec_core+2343>, 0x5f92e800066d <vm_exec_core+4365>, 0x5f92e8006c4a <vm_exec_core+30442>, 0x5f92e800258d <vm_exec_core+12333>, 0x5f92e800238a <vm_exec_core+11818>, 0x5f92e7fff8bd <vm_exec_core+861>, 0x5f92e7fffdaa <vm_exec_core+2122>, 0x5f92e7fff943 <vm_exec_core+995>, 0x5f92e8005db3 <vm_exec_core+26707>, 0x5f92e800370e <vm_exec_core+16814>, 0x5f92e8002dd2 <vm_exec_core+14450>, 0x5f92e80035ea <vm_exec_core+16522>, 0x5f92e8003236 <vm_exec_core+15574>, 0x5f92e800241f <vm_exec_core+11967>, 0x5f92e8002cdd <vm_exec_core+14205>, 0x5f92e80026a9 <vm_exec_core+12617>, 0x5f92e8002eec <vm_exec_core+14732>, 0x5f92e8002f5d <vm_exec_core+14845>, 0x5f92e7fffb27 <vm_exec_core+1479>, 0x5f92e8000e2e <vm_exec_core+6350>, 0x5f92e8005fc2 <vm_exec_core+27234>, 0x5f92e80009a0 <vm_exec_core+5184>, 0x5f92e8006d73 <vm_exec_core+30739>, 0x5f92e8004b75 <vm_exec_core+22037>, 0x5f92e800281f <vm_exec_core+12991>, 0x5f92e7fffc8f <vm_exec_core+1839>, 0x5f92e80065b5 <vm_exec_core+28757>, 0x5f92e80062fd <vm_exec_core+28061>, 0x5f92e8000c1d <vm_exec_core+5821>, 0x5f92e800017f <vm_exec_core+3103>, 0x5f92e8005277 <vm_exec_core+23831>, 0x5f92e8001724 <vm_exec_core+8644>, 0x5f92e80067b6 <vm_exec_core+29270>, 0x5f92e800645f <vm_exec_core+28415>, 0x5f92e8001e12 <vm_exec_core+10418>, 0x5f92e80027ae <vm_exec_core+12878>, 0x5f92e8004dd6 <vm_exec_core+22646>, 0x5f92e80063d6 <vm_exec_core+28278>, 0x5f92e8004281 <vm_exec_core+19745>, 0x5f92e8004e5f <vm_exec_core+22783>, 0x5f92e8005918 <vm_exec_core+25528>, 0x5f92e80041be <vm_exec_core+19550>, 0x5f92e80000bc <vm_exec_core+2908>, 0x5f92e8004878 <vm_exec_core+21272>, 0x5f92e7ffff4f <vm_exec_core+2543>, 0x5f92e8000385 <vm_exec_core+3621>, 0x5f92e8002095 <vm_exec_core+11061>, 0x5f92e8003d8b <vm_exec_core+18475>, 0x5f92e8004711 <vm_exec_core+20913>, 0x5f92e8003a30 <vm_exec_core+17616>, 0x5f92e7fffb5b <vm_exec_core+1531>, 0x5f92e8005b48 <vm_exec_core+26088>, 0x5f92e8006228 <vm_exec_core+27848>, 0x5f92e800052c <vm_exec_core+4044>, 0x5f92e80010d8 <vm_exec_core+7032>, 0x5f92e8000d96 <vm_exec_core+6198>, 0x5f92e8001813 <vm_exec_core+8883>, 0x5f92e800264a <vm_exec_core+12522>, 0x5f92e80005d3 <vm_exec_core+4211>, 0x5f92e80059b0 <vm_exec_core+25680>, 0x5f92e8001062 <vm_exec_core+6914>, 0x5f92e80024f8 <vm_exec_core+12184>, 0x5f92e8002fbf <vm_exec_core+14943>, 0x5f92e800530d <vm_exec_core+23981>, 0x5f92e8004443 <vm_exec_core+20195>, 0x5f92e8001aed <vm_exec_core+9613>, 0x5f92e800136f <vm_exec_core+7695>, 0x5f92e8005163 <vm_exec_core+23555>, 0x5f92e8002275 <vm_exec_core+11541>, 0x5f92e8004977 <vm_exec_core+21527>, 0x5f92e80044b5 <vm_exec_core+20309>, 0x5f92e8004a2e <vm_exec_core+21710>, 0x5f92e8005efa <vm_exec_core+27034>, 0x5f92e8003842 <vm_exec_core+17122>, 0x5f92e80053c6 <vm_exec_core+24166>, 0x5f92e8004864 <vm_exec_core+21252>, 0x5f92e8004ef4 <vm_exec_core+22932>, 0x5f92e8001c0c <vm_exec_core+9900>, 0x5f92e8004119 <vm_exec_core+19385>, 0x5f92e8004359 <vm_exec_core+19961>, 0x5f92e8002bf3 <vm_exec_core+13971>, 0x5f92e8003d86 <vm_exec_core+18470>, 0x5f92e8001fba <vm_exec_core+10842>, 0x5f92e80015f7 <vm_exec_core+8343>, 0x5f92e8004aac <vm_exec_core+21836>, 0x5f92e8000764 <vm_exec_core+4612>, 0x5f92e80029a0 <vm_exec_core+13376>, 0x5f92e80032f0 <vm_exec_core+15760>, 0x5f92e80018f1 <vm_exec_core+9105>, 0x5f92e800d501 <vm_exec_core+57249>, 0x5f92e80012c6 <vm_exec_core+7526>, 0x5f92e80011be <vm_exec_core+7262>, 0x5f92e80014c9 <vm_exec_core+8041>, 0x5f92e8001eb4 <vm_exec_core+10580>, 0x5f92e8003c2f <vm_exec_core+18127>, 0x5f92e800307a <vm_exec_core+15130>, 0x5f92e8003c2a <vm_exec_core+18122>, 0x5f92e800443e <vm_exec_core+20190>, 0x5f92e8004439 <vm_exec_core+20185>, 0x5f92e80014c4 <vm_exec_core+8036>, 0x5f92e8004864 <vm_exec_core+21252>, 0x5f92e8002613 <vm_exec_core+12467>, 0x5f92e8002618 <vm_exec_core+12472>, 0x5f92e8004434 <vm_exec_core+20180>, 0x5f92e800427c <vm_exec_core+19740>, 0x5f92e80032eb <vm_exec_core+15755>, 0x5f92e8003222 <vm_exec_core+15554>, 0x5f92e800432b <vm_exec_core+19915>, 0x5f92e80036f5 <vm_exec_core+16789>...}
        reg_cfp = 0x799a24e90790
        reg_pc = 0x51300001ed18
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#14 0x00005f92e7ffa6f2 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2798
        _ec = 0x5170001dced0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#15 0x00005f92e803ee0b in invoke_iseq_block_from_c (ec=0x5170001dced0, captured=<optimized out>, self=133703905162960, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=0x0, is_lambda=0, me=0x0, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1820
        flags = 0
        iseq = 0x799a5f5db6c8
        cfp = 0x799a24e907c8
        sp = 0x799a24d90818
        use_argv = <optimized out>
        stack_argv = 0x799a24d90818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#16 invoke_block_from_c_proc (ec=0x5170001dced0, self=133703905162960, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, is_lambda=0, me=0x0, proc=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1914
        block = <optimized out>
        keyword_hash = <optimized out>
#17 vm_invoke_proc (ec=<optimized out>, proc=<optimized out>, self=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1944
No locals.
#18 0x00005f92e803d066 in rb_vm_invoke_proc (ec=0x799a244ae160, proc=0x1, argc=1609676029, argv=0x0, kw_splat=-218959360, passed_block_handler=18446744073709551100, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1965
        self = 4294967295
#19 0x00005f92e7f8c6fb in thread_do_start_proc (th=th@entry=0x5150001cac80) at /tmp/ruby/src/trunk_asan/thread.c:625
        args = <optimized out>
        procval = <optimized out>
        proc = 0x504007c1c1d0
        args_len = <optimized out>
        args_ptr = <optimized out>
#20 0x00005f92e7f8a29d in thread_do_start (th=0x5150001cac80) at /tmp/ruby/src/trunk_asan/thread.c:642
        result = 36
#21 thread_start_func_2 (th=th@entry=0x5150001cac80, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:697
        _tag = <optimized out>
        _ec = <optimized out>
        ractor_main_th = 0x515000000300
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#22 0x00005f92e7f8958e in call_thread_start_func_2 (th=0x5150001cac80) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2227
        stack_start = <optimized out>
        stack_start_addr = 0x799a3a3fecc0
#23 nt_start (ptr=0x50c000192f40) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2272
        th = 0x5150001cac80
        sched = <optimized out>
        nt = 0x50c000192f40
        vm = 0x525000000100
#24 0x00005f92e7be6aff in asan_thread_start(void*) ()
No symbol table info available.
#25 0x0000799a5fe9caa4 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {133703309194944, 2481931762609822516, 133703309194944, -352, 25, 140726815883632, 2481931762597239604, 2481866461094878004}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#26 0x0000799a5ff29c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 3 (Thread 0x799a2376f6c0 (LWP 4085819) "Timeout stdlib "):
#0  0x0000799a5fe98d71 in __futex_abstimed_wait_common64 (private=31130, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c00017abd0) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=31130, abstime=0x0, clockid=0, expected=0, futex_word=0x50c00017abd0) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 256
        op = 393
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x50c00017abd0, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x0000799a5fe9b7ed in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x5150000008d8, cond=0x50c00017aba8) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x799a5fe9b4b0 <__condvar_cleanup_waiting>, __arg = 0x799a2376db70, __canceltype = 1546752, __prev = 0x0}
        cbuffer = {wseq = 12, cond = 0x50c00017aba8, mutex = 0x5150000008d8, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 12
        seq = 6
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_wait (cond=0x50c00017aba8, mutex=mutex@entry=0x5150000008d8) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00005f92e7f58a8f in rb_native_cond_wait (cond=0x50c00017abd0, mutex=0x5150000008d8) at /tmp/ruby/src/trunk_asan/thread_pthread.c:231
        r = <optimized out>
#6  thread_sched_wait_running_turn (sched=sched@entry=0x5150000008d8, th=th@entry=0x5150001c1900, can_direct_transfer=false) at /tmp/ruby/src/trunk_asan/thread_pthread.c:851
        next_th = 0x0
#7  0x00005f92e7f88481 in thread_sched_to_waiting_until_wakeup (sched=0x5150000008d8, th=th@entry=0x5150001c1900) at /tmp/ruby/src/trunk_asan/thread_pthread.c:1114
        can_direct_transfer = <optimized out>
#8  0x00005f92e7f6803c in native_sleep (th=0x5150001c1900, rel=0x0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3341
        sched = <optimized out>
#9  sleep_forever (th=th@entry=0x5150001c1900, fl=fl@entry=1) at /tmp/ruby/src/trunk_asan/thread.c:1393
        prev_status = THREAD_RUNNABLE
        status = THREAD_STOPPED_FOREVER
        woke = <optimized out>
#10 0x00005f92e7f8694d in rb_thread_sleep_deadly_allow_spurious_wakeup (blocker=133703335243480, timeout=4, end=0) at /tmp/ruby/src/trunk_asan/thread.c:1439
        th = 0x5150001c1900
        scheduler = 18446744073709551104
#11 queue_sleep (_args=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:983
        args = <optimized out>
#12 0x00005f92e7c326ce in rb_ec_ensure (ec=<optimized out>, b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1146
        _ec = 0x5170001799d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x799a2376df10, <optimized out>, 0x799a2376de20, <optimized out>, <optimized out>}, prev = 0x799a2014a240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#13 0x00005f92e7c32b59 in rb_ensure (b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1163
No locals.
#14 0x00005f92e7f85ee1 in queue_do_pop (ec=<optimized out>, self=<optimized out>, q=0x50600b4f4a00, non_block=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:1055
        queue_waiter = {w = {self = 133703335243480, th = 0x0, fiber = 0x0, node = {next = 0x0, prev = 0x0}}, as = {q = 0x0, sq = 0x0}}
        queue_sleep_arg = {self = 133703335243480, timeout = 4, end = <optimized out>}
        waitq = 0x50600b4f4a00
        end = 0
#15 0x00005f92e80072f9 in invoke_bf (ec=<optimized out>, reg_cfp=<optimized out>, bf=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:7538
        func_ptr = <optimized out>
        canary_p = <optimized out>
        ret = <optimized out>
#16 0x00005f92e80072f9 in vm_invoke_builtin_delegate (ec=0x5170001799d0, cfp=0x799a20b4b758, bf=<optimized out>, start_index=<optimized out>)
        argv = <optimized out>
#17 vm_exec_core (ec=ec@entry=0x5170001799d0) at ../../src/trunk_asan/insns.def:1677
        bf = <optimized out>
        leaf = false
        val = <optimized out>
        index = <optimized out>
        insns_address_table = {0x5f92e7fffb36 <vm_exec_core+1494>, 0x5f92e8000e3d <vm_exec_core+6365>, 0x5f92e8005fd1 <vm_exec_core+27249>, 0x5f92e80009af <vm_exec_core+5199>, 0x5f92e8006d82 <vm_exec_core+30754>, 0x5f92e8004b84 <vm_exec_core+22052>, 0x5f92e800282e <vm_exec_core+13006>, 0x5f92e7fffc9e <vm_exec_core+1854>, 0x5f92e80065c4 <vm_exec_core+28772>, 0x5f92e800630c <vm_exec_core+28076>, 0x5f92e8000c2c <vm_exec_core+5836>, 0x5f92e800018e <vm_exec_core+3118>, 0x5f92e8005286 <vm_exec_core+23846>, 0x5f92e8001733 <vm_exec_core+8659>, 0x5f92e80067c5 <vm_exec_core+29285>, 0x5f92e800646e <vm_exec_core+28430>, 0x5f92e8001e21 <vm_exec_core+10433>, 0x5f92e80027bd <vm_exec_core+12893>, 0x5f92e8004de5 <vm_exec_core+22661>, 0x5f92e80063e5 <vm_exec_core+28293>, 0x5f92e8004290 <vm_exec_core+19760>, 0x5f92e8004e6e <vm_exec_core+22798>, 0x5f92e8005927 <vm_exec_core+25543>, 0x5f92e80041cd <vm_exec_core+19565>, 0x5f92e80000cb <vm_exec_core+2923>, 0x5f92e8004887 <vm_exec_core+21287>, 0x5f92e7ffff5e <vm_exec_core+2558>, 0x5f92e8000394 <vm_exec_core+3636>, 0x5f92e80020a4 <vm_exec_core+11076>, 0x5f92e8003d9a <vm_exec_core+18490>, 0x5f92e8004720 <vm_exec_core+20928>, 0x5f92e8003a3f <vm_exec_core+17631>, 0x5f92e7fffb6a <vm_exec_core+1546>, 0x5f92e8005b57 <vm_exec_core+26103>, 0x5f92e8006237 <vm_exec_core+27863>, 0x5f92e800053b <vm_exec_core+4059>, 0x5f92e80010e7 <vm_exec_core+7047>, 0x5f92e8000da5 <vm_exec_core+6213>, 0x5f92e8001822 <vm_exec_core+8898>, 0x5f92e8002659 <vm_exec_core+12537>, 0x5f92e80005e2 <vm_exec_core+4226>, 0x5f92e80059bf <vm_exec_core+25695>, 0x5f92e8001071 <vm_exec_core+6929>, 0x5f92e8002507 <vm_exec_core+12199>, 0x5f92e8002fce <vm_exec_core+14958>, 0x5f92e800531c <vm_exec_core+23996>, 0x5f92e8004452 <vm_exec_core+20210>, 0x5f92e8001afc <vm_exec_core+9628>, 0x5f92e800137e <vm_exec_core+7710>, 0x5f92e8005172 <vm_exec_core+23570>, 0x5f92e8002284 <vm_exec_core+11556>, 0x5f92e8004986 <vm_exec_core+21542>, 0x5f92e80044c4 <vm_exec_core+20324>, 0x5f92e8004a3d <vm_exec_core+21725>, 0x5f92e8005f09 <vm_exec_core+27049>, 0x5f92e8003851 <vm_exec_core+17137>, 0x5f92e80053d5 <vm_exec_core+24181>, 0x5f92e7fff8b8 <vm_exec_core+856>, 0x5f92e8004f03 <vm_exec_core+22947>, 0x5f92e8001c1b <vm_exec_core+9915>, 0x5f92e8004128 <vm_exec_core+19400>, 0x5f92e8004368 <vm_exec_core+19976>, 0x5f92e8002c02 <vm_exec_core+13986>, 0x5f92e8000448 <vm_exec_core+3816>, 0x5f92e8001fc9 <vm_exec_core+10857>, 0x5f92e8001606 <vm_exec_core+8358>, 0x5f92e8004abb <vm_exec_core+21851>, 0x5f92e8000773 <vm_exec_core+4627>, 0x5f92e80029af <vm_exec_core+13391>, 0x5f92e80032ff <vm_exec_core+15775>, 0x5f92e8001900 <vm_exec_core+9120>, 0x5f92e800d510 <vm_exec_core+57264>, 0x5f92e80012d5 <vm_exec_core+7541>, 0x5f92e80011cd <vm_exec_core+7277>, 0x5f92e80014d8 <vm_exec_core+8056>, 0x5f92e8001ec3 <vm_exec_core+10595>, 0x5f92e8003c3e <vm_exec_core+18142>, 0x5f92e8003089 <vm_exec_core+15145>, 0x5f92e800479f <vm_exec_core+21055>, 0x5f92e80034e5 <vm_exec_core+16261>, 0x5f92e8005a80 <vm_exec_core+25888>, 0x5f92e8007027 <vm_exec_core+31431>, 0x5f92e8005cc4 <vm_exec_core+26468>, 0x5f92e8006915 <vm_exec_core+29621>, 0x5f92e8006a06 <vm_exec_core+29862>, 0x5f92e7fffff0 <vm_exec_core+2704>, 0x5f92e80064ed <vm_exec_core+28557>, 0x5f92e80021a9 <vm_exec_core+11337>, 0x5f92e80066e8 <vm_exec_core+29064>, 0x5f92e8001cea <vm_exec_core+10122>, 0x5f92e8005bfb <vm_exec_core+26267>, 0x5f92e7fffe87 <vm_exec_core+2343>, 0x5f92e800066d <vm_exec_core+4365>, 0x5f92e8006c4a <vm_exec_core+30442>, 0x5f92e800258d <vm_exec_core+12333>, 0x5f92e800238a <vm_exec_core+11818>, 0x5f92e7fff8bd <vm_exec_core+861>, 0x5f92e7fffdaa <vm_exec_core+2122>, 0x5f92e7fff943 <vm_exec_core+995>, 0x5f92e8005db3 <vm_exec_core+26707>, 0x5f92e800370e <vm_exec_core+16814>, 0x5f92e8002dd2 <vm_exec_core+14450>, 0x5f92e80035ea <vm_exec_core+16522>, 0x5f92e8003236 <vm_exec_core+15574>, 0x5f92e800241f <vm_exec_core+11967>, 0x5f92e8002cdd <vm_exec_core+14205>, 0x5f92e80026a9 <vm_exec_core+12617>, 0x5f92e8002eec <vm_exec_core+14732>, 0x5f92e8002f5d <vm_exec_core+14845>, 0x5f92e7fffb27 <vm_exec_core+1479>, 0x5f92e8000e2e <vm_exec_core+6350>, 0x5f92e8005fc2 <vm_exec_core+27234>, 0x5f92e80009a0 <vm_exec_core+5184>, 0x5f92e8006d73 <vm_exec_core+30739>, 0x5f92e8004b75 <vm_exec_core+22037>, 0x5f92e800281f <vm_exec_core+12991>, 0x5f92e7fffc8f <vm_exec_core+1839>, 0x5f92e80065b5 <vm_exec_core+28757>, 0x5f92e80062fd <vm_exec_core+28061>, 0x5f92e8000c1d <vm_exec_core+5821>, 0x5f92e800017f <vm_exec_core+3103>, 0x5f92e8005277 <vm_exec_core+23831>, 0x5f92e8001724 <vm_exec_core+8644>, 0x5f92e80067b6 <vm_exec_core+29270>, 0x5f92e800645f <vm_exec_core+28415>, 0x5f92e8001e12 <vm_exec_core+10418>, 0x5f92e80027ae <vm_exec_core+12878>, 0x5f92e8004dd6 <vm_exec_core+22646>, 0x5f92e80063d6 <vm_exec_core+28278>, 0x5f92e8004281 <vm_exec_core+19745>, 0x5f92e8004e5f <vm_exec_core+22783>, 0x5f92e8005918 <vm_exec_core+25528>, 0x5f92e80041be <vm_exec_core+19550>, 0x5f92e80000bc <vm_exec_core+2908>, 0x5f92e8004878 <vm_exec_core+21272>, 0x5f92e7ffff4f <vm_exec_core+2543>, 0x5f92e8000385 <vm_exec_core+3621>, 0x5f92e8002095 <vm_exec_core+11061>, 0x5f92e8003d8b <vm_exec_core+18475>, 0x5f92e8004711 <vm_exec_core+20913>, 0x5f92e8003a30 <vm_exec_core+17616>, 0x5f92e7fffb5b <vm_exec_core+1531>, 0x5f92e8005b48 <vm_exec_core+26088>, 0x5f92e8006228 <vm_exec_core+27848>, 0x5f92e800052c <vm_exec_core+4044>, 0x5f92e80010d8 <vm_exec_core+7032>, 0x5f92e8000d96 <vm_exec_core+6198>, 0x5f92e8001813 <vm_exec_core+8883>, 0x5f92e800264a <vm_exec_core+12522>, 0x5f92e80005d3 <vm_exec_core+4211>, 0x5f92e80059b0 <vm_exec_core+25680>, 0x5f92e8001062 <vm_exec_core+6914>, 0x5f92e80024f8 <vm_exec_core+12184>, 0x5f92e8002fbf <vm_exec_core+14943>, 0x5f92e800530d <vm_exec_core+23981>, 0x5f92e8004443 <vm_exec_core+20195>, 0x5f92e8001aed <vm_exec_core+9613>, 0x5f92e800136f <vm_exec_core+7695>, 0x5f92e8005163 <vm_exec_core+23555>, 0x5f92e8002275 <vm_exec_core+11541>, 0x5f92e8004977 <vm_exec_core+21527>, 0x5f92e80044b5 <vm_exec_core+20309>, 0x5f92e8004a2e <vm_exec_core+21710>, 0x5f92e8005efa <vm_exec_core+27034>, 0x5f92e8003842 <vm_exec_core+17122>, 0x5f92e80053c6 <vm_exec_core+24166>, 0x5f92e8004864 <vm_exec_core+21252>, 0x5f92e8004ef4 <vm_exec_core+22932>, 0x5f92e8001c0c <vm_exec_core+9900>, 0x5f92e8004119 <vm_exec_core+19385>, 0x5f92e8004359 <vm_exec_core+19961>, 0x5f92e8002bf3 <vm_exec_core+13971>, 0x5f92e8003d86 <vm_exec_core+18470>, 0x5f92e8001fba <vm_exec_core+10842>, 0x5f92e80015f7 <vm_exec_core+8343>, 0x5f92e8004aac <vm_exec_core+21836>, 0x5f92e8000764 <vm_exec_core+4612>, 0x5f92e80029a0 <vm_exec_core+13376>, 0x5f92e80032f0 <vm_exec_core+15760>, 0x5f92e80018f1 <vm_exec_core+9105>, 0x5f92e800d501 <vm_exec_core+57249>, 0x5f92e80012c6 <vm_exec_core+7526>, 0x5f92e80011be <vm_exec_core+7262>, 0x5f92e80014c9 <vm_exec_core+8041>, 0x5f92e8001eb4 <vm_exec_core+10580>, 0x5f92e8003c2f <vm_exec_core+18127>, 0x5f92e800307a <vm_exec_core+15130>, 0x5f92e8003c2a <vm_exec_core+18122>, 0x5f92e800443e <vm_exec_core+20190>, 0x5f92e8004439 <vm_exec_core+20185>, 0x5f92e80014c4 <vm_exec_core+8036>, 0x5f92e8004864 <vm_exec_core+21252>, 0x5f92e8002613 <vm_exec_core+12467>, 0x5f92e8002618 <vm_exec_core+12472>, 0x5f92e8004434 <vm_exec_core+20180>, 0x5f92e800427c <vm_exec_core+19740>, 0x5f92e80032eb <vm_exec_core+15755>, 0x5f92e8003222 <vm_exec_core+15554>, 0x5f92e800432b <vm_exec_core+19915>, 0x5f92e80036f5 <vm_exec_core+16789>...}
        reg_cfp = 0x799a20b4b758
        reg_pc = 0x510000002af8
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#18 0x00005f92e7ffa6f2 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2798
        _ec = 0x5170001799d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#19 0x00005f92e803ee0b in invoke_iseq_block_from_c (ec=0x5170001799d0, captured=<optimized out>, self=133703895274000, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=0x0, is_lambda=0, me=0x0, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1820
        flags = 0
        iseq = 0x799a5f5a3f70
        cfp = 0x799a20b4b7c8
        sp = 0x799a20a4b818
        use_argv = <optimized out>
        stack_argv = 0x799a20a4b818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#20 invoke_block_from_c_proc (ec=0x5170001799d0, self=133703895274000, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, is_lambda=0, me=0x0, proc=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1914
        block = <optimized out>
        keyword_hash = <optimized out>
#21 vm_invoke_proc (ec=<optimized out>, proc=<optimized out>, self=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1944
No locals.
#22 0x00005f92e803d066 in rb_vm_invoke_proc (ec=0x50c00017abd0, proc=0x189, argc=1609141617, argv=0x0, kw_splat=-1, passed_block_handler=18446744073709551104, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1965
        self = 0
#23 0x00005f92e7f8c6fb in thread_do_start_proc (th=th@entry=0x5150001c1900) at /tmp/ruby/src/trunk_asan/thread.c:625
        args = <optimized out>
        procval = <optimized out>
        proc = 0x504007c04f10
        args_len = <optimized out>
        args_ptr = <optimized out>
#24 0x00005f92e7f8a29d in thread_do_start (th=0x5150001c1900) at /tmp/ruby/src/trunk_asan/thread.c:642
        result = 36
#25 thread_start_func_2 (th=th@entry=0x5150001c1900, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:697
        _tag = <optimized out>
        _ec = <optimized out>
        ractor_main_th = 0x515000000300
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#26 0x00005f92e7f8958e in call_thread_start_func_2 (th=0x5150001c1900) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2227
        stack_start = <optimized out>
        stack_start_addr = 0x799a2376ecc0
#27 nt_start (ptr=0x50c00017ab80) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2272
        th = 0x5150001c1900
        sched = <optimized out>
        nt = 0x50c00017ab80
        vm = 0x525000000100
#28 0x00005f92e7be6aff in asan_thread_start(void*) ()
No symbol table info available.
#29 0x0000799a5fe9caa4 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {133702926923456, 2481946683326208820, 133702926923456, -352, 0, 140726815875216, 2481946683313625908, 2481866461094878004}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#30 0x0000799a5ff29c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 2 (Thread 0x799a43dff6c0 (LWP 4099378) "ruby"):
#0  0x0000799a5ff1b4fd in __GI___poll (fds=0x799a2256d040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005f92e7b8d74a in __interceptor_poll ()
No symbol table info available.
#2  0x00005f92e7f8defb in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1077
        pfd = {fd = 3, events = 1, revents = <optimized out>}
        timeout = -1
        r = <optimized out>
#3  timer_thread_func (ptr=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3066
        vm = <optimized out>
#4  0x00005f92e7be6aff in asan_thread_start(void*) ()
No symbol table info available.
#5  0x0000799a5fe9caa4 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {133703470675648, 2481874862883085108, 133703470675648, -352, 0, 140726815879312, 2481874862870502196, 2481866461094878004}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x0000799a5ff29c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x799a60046c40 (LWP 4073209) "ruby"):
#0  0x0000799a5ff1baca in __GI___libc_read (nbytes=4, buf=0x799a5e0afa40, fd=16) at ../sysdeps/unix/sysv/linux/read.c:26
        sc_ret = -512
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        sc_ret = <optimized out>
        __arg2 = <optimized out>
        _a3 = <optimized out>
        _a1 = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg1 = <optimized out>
        _a2 = <optimized out>
#1  __GI___libc_read (fd=16, buf=0x799a5e0afa40, nbytes=4) at ../sysdeps/unix/sysv/linux/read.c:24
No locals.
#2  0x00005f92e7b68243 in __interceptor_read ()
No symbol table info available.
#3  0x00005f92e7dde1ee in read_retry (fd=fd@entry=16, buf=buf@entry=0x799a5e0afa40, len=len@entry=4) at /tmp/ruby/src/trunk_asan/process.c:3781
        r = <optimized out>
#4  0x00005f92e7dce51e in recv_child_error (fd=16, errmsg=0x799a5df29730 "", errmsg_buflen=80, errp=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:3807
        err = <optimized out>
        size = <optimized out>
        ret = <optimized out>
#5  fork_check_err (status=<optimized out>, chfunc=<optimized out>, charg=<optimized out>, fds=<optimized out>, errmsg=<optimized out>, errmsg_buflen=<optimized out>, eargp=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4078
        ep = <optimized out>
        w = 0x0
        pid = 4103490
        err = <optimized out>
        error_occurred = <optimized out>
#6  0x00005f92e7dcdbf3 in rb_fork_async_signal_safe (status=<optimized out>, chfunc=<optimized out>, charg=<optimized out>, fds=<optimized out>, errmsg=<optimized out>, errmsg_buflen=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4115
        result = <optimized out>
        process_status = <optimized out>
#7  0x00005f92e7cdb4ed in pipe_open (execarg_obj=133703343125520, modestr=<optimized out>, fmode=<optimized out>, convconfig=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:7681
        rbimpl_id = 0
        errmsg = '\000' <repeats 24 times>, "1\000\000\000\000\000\000\000\360\351\375\272\223\\\000\000@;\000\364er", '\000' <repeats 18 times>, "0\000\000\000\000\000\000\000`\254\001\000\000\000\000"
        arg = {execarg_obj = 133703343125520, eargp = 0x799a3c45b430, modef = 1, pair = {-1, -1}, write_pair = {-1, -1}}
        eargp = <optimized out>
        prog = 133703064498880
        pid = 0
        e = 0
        fp = 0x0
        fd = -1
        write_fd = -1
        port = <optimized out>
        fptr = <optimized out>
        write_port = <optimized out>
        write_fptr = <optimized out>
        status = <optimized out>
        state = <optimized out>
#8  0x00005f92e7cdae4e in rb_io_popen (pname=<optimized out>, pmode=<optimized out>, env=<optimized out>, opt=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:8070
        execarg_obj = <optimized out>
        tmp = <optimized out>
        modestr = <optimized out>
        oflags = <optimized out>
        fmode = <optimized out>
        convconfig = <optimized out>
#9  0x00005f92e7ce5f21 in rb_io_s_popen (argc=1, argv=0x799a5d2ffcd0, klass=133703933556960) at /tmp/ruby/src/trunk_asan/io.c:8032
        pmode = 4
        opt = <optimized out>
        env = <optimized out>
        pname = 16
#10 0x00005f92e806b0e8 in vm_call_cfunc_with_frame_ (ec=<optimized out>, reg_cfp=<optimized out>, calling=<optimized out>, argc=<optimized out>, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3902
        ci = 0x42d100020003
        cc = <optimized out>
        me = 0x799a5f778d00
        cfunc = 0x50600002b168
        recv = 133703933556960
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#11 0x00005f92e8003f6f in vm_sendish (ec=0x5170000000d0, reg_cfp=0x799a5d3ff480, cd=0x51a00000aa20, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#12 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:856
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x51a00000aa20
        insns_address_table = {0x5f92e7fffb36 <vm_exec_core+1494>, 0x5f92e8000e3d <vm_exec_core+6365>, 0x5f92e8005fd1 <vm_exec_core+27249>, 0x5f92e80009af <vm_exec_core+5199>, 0x5f92e8006d82 <vm_exec_core+30754>, 0x5f92e8004b84 <vm_exec_core+22052>, 0x5f92e800282e <vm_exec_core+13006>, 0x5f92e7fffc9e <vm_exec_core+1854>, 0x5f92e80065c4 <vm_exec_core+28772>, 0x5f92e800630c <vm_exec_core+28076>, 0x5f92e8000c2c <vm_exec_core+5836>, 0x5f92e800018e <vm_exec_core+3118>, 0x5f92e8005286 <vm_exec_core+23846>, 0x5f92e8001733 <vm_exec_core+8659>, 0x5f92e80067c5 <vm_exec_core+29285>, 0x5f92e800646e <vm_exec_core+28430>, 0x5f92e8001e21 <vm_exec_core+10433>, 0x5f92e80027bd <vm_exec_core+12893>, 0x5f92e8004de5 <vm_exec_core+22661>, 0x5f92e80063e5 <vm_exec_core+28293>, 0x5f92e8004290 <vm_exec_core+19760>, 0x5f92e8004e6e <vm_exec_core+22798>, 0x5f92e8005927 <vm_exec_core+25543>, 0x5f92e80041cd <vm_exec_core+19565>, 0x5f92e80000cb <vm_exec_core+2923>, 0x5f92e8004887 <vm_exec_core+21287>, 0x5f92e7ffff5e <vm_exec_core+2558>, 0x5f92e8000394 <vm_exec_core+3636>, 0x5f92e80020a4 <vm_exec_core+11076>, 0x5f92e8003d9a <vm_exec_core+18490>, 0x5f92e8004720 <vm_exec_core+20928>, 0x5f92e8003a3f <vm_exec_core+17631>, 0x5f92e7fffb6a <vm_exec_core+1546>, 0x5f92e8005b57 <vm_exec_core+26103>, 0x5f92e8006237 <vm_exec_core+27863>, 0x5f92e800053b <vm_exec_core+4059>, 0x5f92e80010e7 <vm_exec_core+7047>, 0x5f92e8000da5 <vm_exec_core+6213>, 0x5f92e8001822 <vm_exec_core+8898>, 0x5f92e8002659 <vm_exec_core+12537>, 0x5f92e80005e2 <vm_exec_core+4226>, 0x5f92e80059bf <vm_exec_core+25695>, 0x5f92e8001071 <vm_exec_core+6929>, 0x5f92e8002507 <vm_exec_core+12199>, 0x5f92e8002fce <vm_exec_core+14958>, 0x5f92e800531c <vm_exec_core+23996>, 0x5f92e8004452 <vm_exec_core+20210>, 0x5f92e8001afc <vm_exec_core+9628>, 0x5f92e800137e <vm_exec_core+7710>, 0x5f92e8005172 <vm_exec_core+23570>, 0x5f92e8002284 <vm_exec_core+11556>, 0x5f92e8004986 <vm_exec_core+21542>, 0x5f92e80044c4 <vm_exec_core+20324>, 0x5f92e8004a3d <vm_exec_core+21725>, 0x5f92e8005f09 <vm_exec_core+27049>, 0x5f92e8003851 <vm_exec_core+17137>, 0x5f92e80053d5 <vm_exec_core+24181>, 0x5f92e7fff8b8 <vm_exec_core+856>, 0x5f92e8004f03 <vm_exec_core+22947>, 0x5f92e8001c1b <vm_exec_core+9915>, 0x5f92e8004128 <vm_exec_core+19400>, 0x5f92e8004368 <vm_exec_core+19976>, 0x5f92e8002c02 <vm_exec_core+13986>, 0x5f92e8000448 <vm_exec_core+3816>, 0x5f92e8001fc9 <vm_exec_core+10857>, 0x5f92e8001606 <vm_exec_core+8358>, 0x5f92e8004abb <vm_exec_core+21851>, 0x5f92e8000773 <vm_exec_core+4627>, 0x5f92e80029af <vm_exec_core+13391>, 0x5f92e80032ff <vm_exec_core+15775>, 0x5f92e8001900 <vm_exec_core+9120>, 0x5f92e800d510 <vm_exec_core+57264>, 0x5f92e80012d5 <vm_exec_core+7541>, 0x5f92e80011cd <vm_exec_core+7277>, 0x5f92e80014d8 <vm_exec_core+8056>, 0x5f92e8001ec3 <vm_exec_core+10595>, 0x5f92e8003c3e <vm_exec_core+18142>, 0x5f92e8003089 <vm_exec_core+15145>, 0x5f92e800479f <vm_exec_core+21055>, 0x5f92e80034e5 <vm_exec_core+16261>, 0x5f92e8005a80 <vm_exec_core+25888>, 0x5f92e8007027 <vm_exec_core+31431>, 0x5f92e8005cc4 <vm_exec_core+26468>, 0x5f92e8006915 <vm_exec_core+29621>, 0x5f92e8006a06 <vm_exec_core+29862>, 0x5f92e7fffff0 <vm_exec_core+2704>, 0x5f92e80064ed <vm_exec_core+28557>, 0x5f92e80021a9 <vm_exec_core+11337>, 0x5f92e80066e8 <vm_exec_core+29064>, 0x5f92e8001cea <vm_exec_core+10122>, 0x5f92e8005bfb <vm_exec_core+26267>, 0x5f92e7fffe87 <vm_exec_core+2343>, 0x5f92e800066d <vm_exec_core+4365>, 0x5f92e8006c4a <vm_exec_core+30442>, 0x5f92e800258d <vm_exec_core+12333>, 0x5f92e800238a <vm_exec_core+11818>, 0x5f92e7fff8bd <vm_exec_core+861>, 0x5f92e7fffdaa <vm_exec_core+2122>, 0x5f92e7fff943 <vm_exec_core+995>, 0x5f92e8005db3 <vm_exec_core+26707>, 0x5f92e800370e <vm_exec_core+16814>, 0x5f92e8002dd2 <vm_exec_core+14450>, 0x5f92e80035ea <vm_exec_core+16522>, 0x5f92e8003236 <vm_exec_core+15574>, 0x5f92e800241f <vm_exec_core+11967>, 0x5f92e8002cdd <vm_exec_core+14205>, 0x5f92e80026a9 <vm_exec_core+12617>, 0x5f92e8002eec <vm_exec_core+14732>, 0x5f92e8002f5d <vm_exec_core+14845>, 0x5f92e7fffb27 <vm_exec_core+1479>, 0x5f92e8000e2e <vm_exec_core+6350>, 0x5f92e8005fc2 <vm_exec_core+27234>, 0x5f92e80009a0 <vm_exec_core+5184>, 0x5f92e8006d73 <vm_exec_core+30739>, 0x5f92e8004b75 <vm_exec_core+22037>, 0x5f92e800281f <vm_exec_core+12991>, 0x5f92e7fffc8f <vm_exec_core+1839>, 0x5f92e80065b5 <vm_exec_core+28757>, 0x5f92e80062fd <vm_exec_core+28061>, 0x5f92e8000c1d <vm_exec_core+5821>, 0x5f92e800017f <vm_exec_core+3103>, 0x5f92e8005277 <vm_exec_core+23831>, 0x5f92e8001724 <vm_exec_core+8644>, 0x5f92e80067b6 <vm_exec_core+29270>, 0x5f92e800645f <vm_exec_core+28415>, 0x5f92e8001e12 <vm_exec_core+10418>, 0x5f92e80027ae <vm_exec_core+12878>, 0x5f92e8004dd6 <vm_exec_core+22646>, 0x5f92e80063d6 <vm_exec_core+28278>, 0x5f92e8004281 <vm_exec_core+19745>, 0x5f92e8004e5f <vm_exec_core+22783>, 0x5f92e8005918 <vm_exec_core+25528>, 0x5f92e80041be <vm_exec_core+19550>, 0x5f92e80000bc <vm_exec_core+2908>, 0x5f92e8004878 <vm_exec_core+21272>, 0x5f92e7ffff4f <vm_exec_core+2543>, 0x5f92e8000385 <vm_exec_core+3621>, 0x5f92e8002095 <vm_exec_core+11061>, 0x5f92e8003d8b <vm_exec_core+18475>, 0x5f92e8004711 <vm_exec_core+20913>, 0x5f92e8003a30 <vm_exec_core+17616>, 0x5f92e7fffb5b <vm_exec_core+1531>, 0x5f92e8005b48 <vm_exec_core+26088>, 0x5f92e8006228 <vm_exec_core+27848>, 0x5f92e800052c <vm_exec_core+4044>, 0x5f92e80010d8 <vm_exec_core+7032>, 0x5f92e8000d96 <vm_exec_core+6198>, 0x5f92e8001813 <vm_exec_core+8883>, 0x5f92e800264a <vm_exec_core+12522>, 0x5f92e80005d3 <vm_exec_core+4211>, 0x5f92e80059b0 <vm_exec_core+25680>, 0x5f92e8001062 <vm_exec_core+6914>, 0x5f92e80024f8 <vm_exec_core+12184>, 0x5f92e8002fbf <vm_exec_core+14943>, 0x5f92e800530d <vm_exec_core+23981>, 0x5f92e8004443 <vm_exec_core+20195>, 0x5f92e8001aed <vm_exec_core+9613>, 0x5f92e800136f <vm_exec_core+7695>, 0x5f92e8005163 <vm_exec_core+23555>, 0x5f92e8002275 <vm_exec_core+11541>, 0x5f92e8004977 <vm_exec_core+21527>, 0x5f92e80044b5 <vm_exec_core+20309>, 0x5f92e8004a2e <vm_exec_core+21710>, 0x5f92e8005efa <vm_exec_core+27034>, 0x5f92e8003842 <vm_exec_core+17122>, 0x5f92e80053c6 <vm_exec_core+24166>, 0x5f92e8004864 <vm_exec_core+21252>, 0x5f92e8004ef4 <vm_exec_core+22932>, 0x5f92e8001c0c <vm_exec_core+9900>, 0x5f92e8004119 <vm_exec_core+19385>, 0x5f92e8004359 <vm_exec_core+19961>, 0x5f92e8002bf3 <vm_exec_core+13971>, 0x5f92e8003d86 <vm_exec_core+18470>, 0x5f92e8001fba <vm_exec_core+10842>, 0x5f92e80015f7 <vm_exec_core+8343>, 0x5f92e8004aac <vm_exec_core+21836>, 0x5f92e8000764 <vm_exec_core+4612>, 0x5f92e80029a0 <vm_exec_core+13376>, 0x5f92e80032f0 <vm_exec_core+15760>, 0x5f92e80018f1 <vm_exec_core+9105>, 0x5f92e800d501 <vm_exec_core+57249>, 0x5f92e80012c6 <vm_exec_core+7526>, 0x5f92e80011be <vm_exec_core+7262>, 0x5f92e80014c9 <vm_exec_core+8041>, 0x5f92e8001eb4 <vm_exec_core+10580>, 0x5f92e8003c2f <vm_exec_core+18127>, 0x5f92e800307a <vm_exec_core+15130>, 0x5f92e8003c2a <vm_exec_core+18122>, 0x5f92e800443e <vm_exec_core+20190>, 0x5f92e8004439 <vm_exec_core+20185>, 0x5f92e80014c4 <vm_exec_core+8036>, 0x5f92e8004864 <vm_exec_core+21252>, 0x5f92e8002613 <vm_exec_core+12467>, 0x5f92e8002618 <vm_exec_core+12472>, 0x5f92e8004434 <vm_exec_core+20180>, 0x5f92e800427c <vm_exec_core+19740>, 0x5f92e80032eb <vm_exec_core+15755>, 0x5f92e8003222 <vm_exec_core+15554>, 0x5f92e800432b <vm_exec_core+19915>, 0x5f92e80036f5 <vm_exec_core+16789>...}
        reg_cfp = 0x799a5d3ff480
        reg_pc = 0x52300000b208
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#13 0x00005f92e7ffa6f2 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2798
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#14 0x00005f92e808bd72 in invoke_iseq_block_from_c (ec=0x5170000000d0, captured=0x799a5d3ff620, self=133703905162960, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=0, me=0x0) at /tmp/ruby/src/trunk_asan/vm.c:1820
        flags = 0
        iseq = 0x799a5f5ad2c8
        cfp = <optimized out>
        sp = 0x799a5d2ffa28
        use_argv = 0x799a5de344e0
        stack_argv = 0x799a5d2ffa28
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#15 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1834
        captured = 0x799a5d3ff620
#16 0x00005f92e802c74c in vm_yield_with_cref (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1871
No locals.
#17 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1879
No locals.
#18 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#19 0x00005f92e802c74c in rb_yield (val=<optimized out>)
No locals.
#20 0x00005f92e8206816 in rb_ary_collect (ary=133703905355920) at /tmp/ruby/src/trunk_asan/array.c:3763
        collect = 133703905351840
        i = 61
#21 0x00005f92e806b0e8 in vm_call_cfunc_with_frame_ (ec=<optimized out>, reg_cfp=<optimized out>, calling=<optimized out>, argc=<optimized out>, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3902
        ci = 0x16a100000001
th: 0x515000000300, native_id: 0x799a60046c40
-- Control frame information -----------------------------------------------
        cc = <optimized out>
c:0017 p:---- s:0158 e:000157 l:y b:---- CFUNC  :popen
c:0016 p:0289 s:0153 e:000151 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/envutil.rb:231
c:0015 p:0084 s:0114 e:000113 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:114
c:0014 p:0017 s:0096 e:000095 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/test/ruby/test_thread.rb:735
c:0013 p:0037 s:0091 e:000090 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:202
        me = 0x799a5f77e688
        cfunc = 0x506000020188
        recv = 133703905355920
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#22 0x00005f92e8003f6f in vm_sendish (ec=0x5170000000d0, reg_cfp=0x799a5d3ff608, cd=0x512000013db0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#23 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:856
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x512000013db0
c:0012 p:0052 s:0085 e:000084 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:170
        insns_address_table = {0x5f92e7fffb36 <vm_exec_core+1494>, 0x5f92e8000e3d <vm_exec_core+6365>, 0x5f92e8005fd1 <vm_exec_core+27249>, 0x5f92e80009af <vm_exec_core+5199>, 0x5f92e8006d82 <vm_exec_core+30754>, 0x5f92e8004b84 <vm_exec_core+22052>, 0x5f92e800282e <vm_exec_core+13006>, 0x5f92e7fffc9e <vm_exec_core+1854>, 0x5f92e80065c4 <vm_exec_core+28772>, 0x5f92e800630c <vm_exec_core+28076>, 0x5f92e8000c2c <vm_exec_core+5836>, 0x5f92e800018e <vm_exec_core+3118>, 0x5f92e8005286 <vm_exec_core+23846>, 0x5f92e8001733 <vm_exec_core+8659>, 0x5f92e80067c5 <vm_exec_core+29285>, 0x5f92e800646e <vm_exec_core+28430>, 0x5f92e8001e21 <vm_exec_core+10433>, 0x5f92e80027bd <vm_exec_core+12893>, 0x5f92e8004de5 <vm_exec_core+22661>, 0x5f92e80063e5 <vm_exec_core+28293>, 0x5f92e8004290 <vm_exec_core+19760>, 0x5f92e8004e6e <vm_exec_core+22798>, 0x5f92e8005927 <vm_exec_core+25543>, 0x5f92e80041cd <vm_exec_core+19565>, 0x5f92e80000cb <vm_exec_core+2923>, 0x5f92e8004887 <vm_exec_core+21287>, 0x5f92e7ffff5e <vm_exec_core+2558>, 0x5f92e8000394 <vm_exec_core+3636>, 0x5f92e80020a4 <vm_exec_core+11076>, 0x5f92e8003d9a <vm_exec_core+18490>, 0x5f92e8004720 <vm_exec_core+20928>, 0x5f92e8003a3f <vm_exec_core+17631>, 0x5f92e7fffb6a <vm_exec_core+1546>, 0x5f92e8005b57 <vm_exec_core+26103>, 0x5f92e8006237 <vm_exec_core+27863>, 0x5f92e800053b <vm_exec_core+4059>, 0x5f92e80010e7 <vm_exec_core+7047>, 0x5f92e8000da5 <vm_exec_core+6213>, 0x5f92e8001822 <vm_exec_core+8898>, 0x5f92e8002659 <vm_exec_core+12537>, 0x5f92e80005e2 <vm_exec_core+4226>, 0x5f92e80059bf <vm_exec_core+25695>, 0x5f92e8001071 <vm_exec_core+6929>, 0x5f92e8002507 <vm_exec_core+12199>, 0x5f92e8002fce <vm_exec_core+14958>, 0x5f92e800531c <vm_exec_core+23996>, 0x5f92e8004452 <vm_exec_core+20210>, 0x5f92e8001afc <vm_exec_core+9628>, 0x5f92e800137e <vm_exec_core+7710>, 0x5f92e8005172 <vm_exec_core+23570>, 0x5f92e8002284 <vm_exec_core+11556>, 0x5f92e8004986 <vm_exec_core+21542>, 0x5f92e80044c4 <vm_exec_core+20324>, 0x5f92e8004a3d <vm_exec_core+21725>, 0x5f92e8005f09 <vm_exec_core+27049>, 0x5f92e8003851 <vm_exec_core+17137>, 0x5f92e80053d5 <vm_exec_core+24181>, 0x5f92e7fff8b8 <vm_exec_core+856>, 0x5f92e8004f03 <vm_exec_core+22947>, 0x5f92e8001c1b <vm_exec_core+9915>, 0x5f92e8004128 <vm_exec_core+19400>, 0x5f92e8004368 <vm_exec_core+19976>, 0x5f92e8002c02 <vm_exec_core+13986>, 0x5f92e8000448 <vm_exec_core+3816>, 0x5f92e8001fc9 <vm_exec_core+10857>, 0x5f92e8001606 <vm_exec_core+8358>, 0x5f92e8004abb <vm_exec_core+21851>, 0x5f92e8000773 <vm_exec_core+4627>, 0x5f92e80029af <vm_exec_core+13391>, 0x5f92e80032ff <vm_exec_core+15775>, 0x5f92e8001900 <vm_exec_core+9120>, 0x5f92e800d510 <vm_exec_core+57264>, 0x5f92e80012d5 <vm_exec_core+7541>, 0x5f92e80011cd <vm_exec_core+7277>, 0x5f92e80014d8 <vm_exec_core+8056>, 0x5f92e8001ec3 <vm_exec_core+10595>, 0x5f92e8003c3e <vm_exec_core+18142>, 0x5f92e8003089 <vm_exec_core+15145>, 0x5f92e800479f <vm_exec_core+21055>, 0x5f92e80034e5 <vm_exec_core+16261>, 0x5f92e8005a80 <vm_exec_core+25888>, 0x5f92e8007027 <vm_exec_core+31431>, 0x5f92e8005cc4 <vm_exec_core+26468>, 0x5f92e8006915 <vm_exec_core+29621>, 0x5f92e8006a06 <vm_exec_core+29862>, 0x5f92e7fffff0 <vm_exec_core+2704>, 0x5f92e80064ed <vm_exec_core+28557>, 0x5f92e80021a9 <vm_exec_core+11337>, 0x5f92e80066e8 <vm_exec_core+29064>, 0x5f92e8001cea <vm_exec_core+10122>, 0x5f92e8005bfb <vm_exec_core+26267>, 0x5f92e7fffe87 <vm_exec_core+2343>, 0x5f92e800066d <vm_exec_core+4365>, 0x5f92e8006c4a <vm_exec_core+30442>, 0x5f92e800258d <vm_exec_core+12333>, 0x5f92e800238a <vm_exec_core+11818>, 0x5f92e7fff8bd <vm_exec_core+861>, 0x5f92e7fffdaa <vm_exec_core+2122>, 0x5f92e7fff943 <vm_exec_core+995>, 0x5f92e8005db3 <vm_exec_core+26707>, 0x5f92e800370e <vm_exec_core+16814>, 0x5f92e8002dd2 <vm_exec_core+14450>, 0x5f92e80035ea <vm_exec_core+16522>, 0x5f92e8003236 <vm_exec_core+15574>, 0x5f92e800241f <vm_exec_core+11967>, 0x5f92e8002cdd <vm_exec_core+14205>, 0x5f92e80026a9 <vm_exec_core+12617>, 0x5f92e8002eec <vm_exec_core+14732>, 0x5f92e8002f5d <vm_exec_core+14845>, 0x5f92e7fffb27 <vm_exec_core+1479>, 0x5f92e8000e2e <vm_exec_core+6350>, 0x5f92e8005fc2 <vm_exec_core+27234>, 0x5f92e80009a0 <vm_exec_core+5184>, 0x5f92e8006d73 <vm_exec_core+30739>, 0x5f92e8004b75 <vm_exec_core+22037>, 0x5f92e800281f <vm_exec_core+12991>, 0x5f92e7fffc8f <vm_exec_core+1839>, 0x5f92e80065b5 <vm_exec_core+28757>, 0x5f92e80062fd <vm_exec_core+28061>, 0x5f92e8000c1d <vm_exec_core+5821>, 0x5f92e800017f <vm_exec_core+3103>, 0x5f92e8005277 <vm_exec_core+23831>, 0x5f92e8001724 <vm_exec_core+8644>, 0x5f92e80067b6 <vm_exec_core+29270>, 0x5f92e800645f <vm_exec_core+28415>, 0x5f92e8001e12 <vm_exec_core+10418>, 0x5f92e80027ae <vm_exec_core+12878>, 0x5f92e8004dd6 <vm_exec_core+22646>, 0x5f92e80063d6 <vm_exec_core+28278>, 0x5f92e8004281 <vm_exec_core+19745>, 0x5f92e8004e5f <vm_exec_core+22783>, 0x5f92e8005918 <vm_exec_core+25528>, 0x5f92e80041be <vm_exec_core+19550>, 0x5f92e80000bc <vm_exec_core+2908>, 0x5f92e8004878 <vm_exec_core+21272>, 0x5f92e7ffff4f <vm_exec_core+2543>, 0x5f92e8000385 <vm_exec_core+3621>, 0x5f92e8002095 <vm_exec_core+11061>, 0x5f92e8003d8b <vm_exec_core+18475>, 0x5f92e8004711 <vm_exec_core+20913>, 0x5f92e8003a30 <vm_exec_core+17616>, 0x5f92e7fffb5b <vm_exec_core+1531>, 0x5f92e8005b48 <vm_exec_core+26088>, 0x5f92e8006228 <vm_exec_core+27848>, 0x5f92e800052c <vm_exec_core+4044>, 0x5f92e80010d8 <vm_exec_core+7032>, 0x5f92e8000d96 <vm_exec_core+6198>, 0x5f92e8001813 <vm_exec_core+8883>, 0x5f92e800264a <vm_exec_core+12522>, 0x5f92e80005d3 <vm_exec_core+4211>, 0x5f92e80059b0 <vm_exec_core+25680>, 0x5f92e8001062 <vm_exec_core+6914>, 0x5f92e80024f8 <vm_exec_core+12184>, 0x5f92e8002fbf <vm_exec_core+14943>, 0x5f92e800530d <vm_exec_core+23981>, 0x5f92e8004443 <vm_exec_core+20195>, 0x5f92e8001aed <vm_exec_core+9613>, 0x5f92e800136f <vm_exec_core+7695>, 0x5f92e8005163 <vm_exec_core+23555>, 0x5f92e8002275 <vm_exec_core+11541>, 0x5f92e8004977 <vm_exec_core+21527>, 0x5f92e80044b5 <vm_exec_core+20309>, 0x5f92e8004a2e <vm_exec_core+21710>, 0x5f92e8005efa <vm_exec_core+27034>, 0x5f92e8003842 <vm_exec_core+17122>, 0x5f92e80053c6 <vm_exec_core+24166>, 0x5f92e8004864 <vm_exec_core+21252>, 0x5f92e8004ef4 <vm_exec_core+22932>, 0x5f92e8001c0c <vm_exec_core+9900>, 0x5f92e8004119 <vm_exec_core+19385>, 0x5f92e8004359 <vm_exec_core+19961>, 0x5f92e8002bf3 <vm_exec_core+13971>, 0x5f92e8003d86 <vm_exec_core+18470>, 0x5f92e8001fba <vm_exec_core+10842>, 0x5f92e80015f7 <vm_exec_core+8343>, 0x5f92e8004aac <vm_exec_core+21836>, 0x5f92e8000764 <vm_exec_core+4612>, 0x5f92e80029a0 <vm_exec_core+13376>, 0x5f92e80032f0 <vm_exec_core+15760>, 0x5f92e80018f1 <vm_exec_core+9105>, 0x5f92e800d501 <vm_exec_core+57249>, 0x5f92e80012c6 <vm_exec_core+7526>, 0x5f92e80011be <vm_exec_core+7262>, 0x5f92e80014c9 <vm_exec_core+8041>, 0x5f92e8001eb4 <vm_exec_core+10580>, 0x5f92e8003c2f <vm_exec_core+18127>, 0x5f92e800307a <vm_exec_core+15130>, 0x5f92e8003c2a <vm_exec_core+18122>, 0x5f92e800443e <vm_exec_core+20190>, 0x5f92e8004439 <vm_exec_core+20185>, 0x5f92e80014c4 <vm_exec_core+8036>, 0x5f92e8004864 <vm_exec_core+21252>, 0x5f92e8002613 <vm_exec_core+12467>, 0x5f92e8002618 <vm_exec_core+12472>, 0x5f92e8004434 <vm_exec_core+20180>, 0x5f92e800427c <vm_exec_core+19740>, 0x5f92e80032eb <vm_exec_core+15755>, 0x5f92e8003222 <vm_exec_core+15554>, 0x5f92e800432b <vm_exec_core+19915>, 0x5f92e80036f5 <vm_exec_core+16789>...}
        reg_cfp = 0x799a5d3ff608
        reg_pc = 0x51900001b210
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
c:0011 p:0093 s:0076 e:000075 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1665 [FINISH]
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
c:0010 p:---- s:0069 e:000068 l:y b:---- CFUNC  :map
c:0009 p:0114 s:0065 e:000064 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1652
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
c:0008 p:0035 s:0053 e:000052 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1356
c:0007 p:0069 s:0046 E:000d00 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:52
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
c:0006 p:0007 s:0030 e:000029 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:24 [FINISH]
c:0005 p:---- s:0026 e:000025 l:y b:---- CFUNC  :map
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
c:0004 p:0005 s:0022 e:000021 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:23
c:0003 p:0210 s:0016 e:000015 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:122
        INSN_LABEL_duparray = <optimized out>
c:0002 p:0062 s:0006 e:000005 l:n b:---- EVAL   /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:220 [FINISH]
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
c:0001 p:0000 s:0003 E:001630 l:y b:---- DUMMY  [FINISH]

        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
th: 0x5150001cac80, native_id: 0x799a3a3ff6c0
        INSN_LABEL_dup = <optimized out>
-- Control frame information -----------------------------------------------
c:0003 p:---- s:0012 e:000011 l:y b:---- CFUNC  :readpartial
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
c:0002 p:0035 s:0007 e:000006 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:42 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>

        INSN_LABEL_setlocal_WC_1 = <optimized out>
th: 0x5150001c1900, native_id: 0x799a2376f6c0
-- Control frame information -----------------------------------------------
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
c:0003 p:0023 s:0017 e:000016 l:y b:0001 METHOD <internal:thread_sync>:75
c:0002 p:0019 s:0010 e:000009 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/lib/timeout.rb:91 [FINISH]
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#24 0x00005f92e7ffaae1 in vm_exec_loop (ec=0x5170000000d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2825
No locals.
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]

#25 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2804
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#26 0x00005f92e808bd72 in invoke_iseq_block_from_c (ec=0x5170000000d0, captured=0x799a5d3ff738, self=133703905162960, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=0, me=0x0) at /tmp/ruby/src/trunk_asan/vm.c:1820
        flags = 0
        iseq = 0x799a5f5db880
        cfp = <optimized out>
        sp = 0x799a5d2ff8d0
        use_argv = 0x799a5deaba60
        stack_argv = 0x799a5d2ff8d0
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#27 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1834
        captured = 0x799a5d3ff738
#28 0x00005f92e802c74c in vm_yield_with_cref (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1871
No locals.
#29 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1879
No locals.
#30 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#31 0x00005f92e802c74c in rb_yield (val=<optimized out>)
No locals.
#32 0x00005f92e8206816 in rb_ary_collect (ary=133703905359720) at /tmp/ruby/src/trunk_asan/array.c:3763
        collect = 133703905359640
        i = 0
#33 0x00005f92e806b0e8 in vm_call_cfunc_with_frame_ (ec=<optimized out>, reg_cfp=<optimized out>, calling=<optimized out>, argc=<optimized out>, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3902
        ci = 0x16a100000001
        cc = <optimized out>
        me = 0x799a5f77e688
        cfunc = 0x506000020188
        recv = 133703905359720
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#34 0x00005f92e8003f6f in vm_sendish (ec=0x5170000000d0, reg_cfp=0x799a5d3ff720, cd=0x50200002ad50, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#35 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:856
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x50200002ad50
        insns_address_table = {0x5f92e7fffb36 <vm_exec_core+1494>, 0x5f92e8000e3d <vm_exec_core+6365>, 0x5f92e8005fd1 <vm_exec_core+27249>, 0x5f92e80009af <vm_exec_core+5199>, 0x5f92e8006d82 <vm_exec_core+30754>, 0x5f92e8004b84 <vm_exec_core+22052>, 0x5f92e800282e <vm_exec_core+13006>, 0x5f92e7fffc9e <vm_exec_core+1854>, 0x5f92e80065c4 <vm_exec_core+28772>, 0x5f92e800630c <vm_exec_core+28076>, 0x5f92e8000c2c <vm_exec_core+5836>, 0x5f92e800018e <vm_exec_core+3118>, 0x5f92e8005286 <vm_exec_core+23846>, 0x5f92e8001733 <vm_exec_core+8659>, 0x5f92e80067c5 <vm_exec_core+29285>, 0x5f92e800646e <vm_exec_core+28430>, 0x5f92e8001e21 <vm_exec_core+10433>, 0x5f92e80027bd <vm_exec_core+12893>, 0x5f92e8004de5 <vm_exec_core+22661>, 0x5f92e80063e5 <vm_exec_core+28293>, 0x5f92e8004290 <vm_exec_core+19760>, 0x5f92e8004e6e <vm_exec_core+22798>, 0x5f92e8005927 <vm_exec_core+25543>, 0x5f92e80041cd <vm_exec_core+19565>, 0x5f92e80000cb <vm_exec_core+2923>, 0x5f92e8004887 <vm_exec_core+21287>, 0x5f92e7ffff5e <vm_exec_core+2558>, 0x5f92e8000394 <vm_exec_core+3636>, 0x5f92e80020a4 <vm_exec_core+11076>, 0x5f92e8003d9a <vm_exec_core+18490>, 0x5f92e8004720 <vm_exec_core+20928>, 0x5f92e8003a3f <vm_exec_core+17631>, 0x5f92e7fffb6a <vm_exec_core+1546>, 0x5f92e8005b57 <vm_exec_core+26103>, 0x5f92e8006237 <vm_exec_core+27863>, 0x5f92e800053b <vm_exec_core+4059>, 0x5f92e80010e7 <vm_exec_core+7047>, 0x5f92e8000da5 <vm_exec_core+6213>, 0x5f92e8001822 <vm_exec_core+8898>, 0x5f92e8002659 <vm_exec_core+12537>, 0x5f92e80005e2 <vm_exec_core+4226>, 0x5f92e80059bf <vm_exec_core+25695>, 0x5f92e8001071 <vm_exec_core+6929>, 0x5f92e8002507 <vm_exec_core+12199>, 0x5f92e8002fce <vm_exec_core+14958>, 0x5f92e800531c <vm_exec_core+23996>, 0x5f92e8004452 <vm_exec_core+20210>, 0x5f92e8001afc <vm_exec_core+9628>, 0x5f92e800137e <vm_exec_core+7710>, 0x5f92e8005172 <vm_exec_core+23570>, 0x5f92e8002284 <vm_exec_core+11556>, 0x5f92e8004986 <vm_exec_core+21542>, 0x5f92e80044c4 <vm_exec_core+20324>, 0x5f92e8004a3d <vm_exec_core+21725>, 0x5f92e8005f09 <vm_exec_core+27049>, 0x5f92e8003851 <vm_exec_core+17137>, 0x5f92e80053d5 <vm_exec_core+24181>, 0x5f92e7fff8b8 <vm_exec_core+856>, 0x5f92e8004f03 <vm_exec_core+22947>, 0x5f92e8001c1b <vm_exec_core+9915>, 0x5f92e8004128 <vm_exec_core+19400>, 0x5f92e8004368 <vm_exec_core+19976>, 0x5f92e8002c02 <vm_exec_core+13986>, 0x5f92e8000448 <vm_exec_core+3816>, 0x5f92e8001fc9 <vm_exec_core+10857>, 0x5f92e8001606 <vm_exec_core+8358>, 0x5f92e8004abb <vm_exec_core+21851>, 0x5f92e8000773 <vm_exec_core+4627>, 0x5f92e80029af <vm_exec_core+13391>, 0x5f92e80032ff <vm_exec_core+15775>, 0x5f92e8001900 <vm_exec_core+9120>, 0x5f92e800d510 <vm_exec_core+57264>, 0x5f92e80012d5 <vm_exec_core+7541>, 0x5f92e80011cd <vm_exec_core+7277>, 0x5f92e80014d8 <vm_exec_core+8056>, 0x5f92e8001ec3 <vm_exec_core+10595>, 0x5f92e8003c3e <vm_exec_core+18142>, 0x5f92e8003089 <vm_exec_core+15145>, 0x5f92e800479f <vm_exec_core+21055>, 0x5f92e80034e5 <vm_exec_core+16261>, 0x5f92e8005a80 <vm_exec_core+25888>, 0x5f92e8007027 <vm_exec_core+31431>, 0x5f92e8005cc4 <vm_exec_core+26468>, 0x5f92e8006915 <vm_exec_core+29621>, 0x5f92e8006a06 <vm_exec_core+29862>, 0x5f92e7fffff0 <vm_exec_core+2704>, 0x5f92e80064ed <vm_exec_core+28557>, 0x5f92e80021a9 <vm_exec_core+11337>, 0x5f92e80066e8 <vm_exec_core+29064>, 0x5f92e8001cea <vm_exec_core+10122>, 0x5f92e8005bfb <vm_exec_core+26267>, 0x5f92e7fffe87 <vm_exec_core+2343>, 0x5f92e800066d <vm_exec_core+4365>, 0x5f92e8006c4a <vm_exec_core+30442>, 0x5f92e800258d <vm_exec_core+12333>, 0x5f92e800238a <vm_exec_core+11818>, 0x5f92e7fff8bd <vm_exec_core+861>, 0x5f92e7fffdaa <vm_exec_core+2122>, 0x5f92e7fff943 <vm_exec_core+995>, 0x5f92e8005db3 <vm_exec_core+26707>, 0x5f92e800370e <vm_exec_core+16814>, 0x5f92e8002dd2 <vm_exec_core+14450>, 0x5f92e80035ea <vm_exec_core+16522>, 0x5f92e8003236 <vm_exec_core+15574>, 0x5f92e800241f <vm_exec_core+11967>, 0x5f92e8002cdd <vm_exec_core+14205>, 0x5f92e80026a9 <vm_exec_core+12617>, 0x5f92e8002eec <vm_exec_core+14732>, 0x5f92e8002f5d <vm_exec_core+14845>, 0x5f92e7fffb27 <vm_exec_core+1479>, 0x5f92e8000e2e <vm_exec_core+6350>, 0x5f92e8005fc2 <vm_exec_core+27234>, 0x5f92e80009a0 <vm_exec_core+5184>, 0x5f92e8006d73 <vm_exec_core+30739>, 0x5f92e8004b75 <vm_exec_core+22037>, 0x5f92e800281f <vm_exec_core+12991>, 0x5f92e7fffc8f <vm_exec_core+1839>, 0x5f92e80065b5 <vm_exec_core+28757>, 0x5f92e80062fd <vm_exec_core+28061>, 0x5f92e8000c1d <vm_exec_core+5821>, 0x5f92e800017f <vm_exec_core+3103>, 0x5f92e8005277 <vm_exec_core+23831>, 0x5f92e8001724 <vm_exec_core+8644>, 0x5f92e80067b6 <vm_exec_core+29270>, 0x5f92e800645f <vm_exec_core+28415>, 0x5f92e8001e12 <vm_exec_core+10418>, 0x5f92e80027ae <vm_exec_core+12878>, 0x5f92e8004dd6 <vm_exec_core+22646>, 0x5f92e80063d6 <vm_exec_core+28278>, 0x5f92e8004281 <vm_exec_core+19745>, 0x5f92e8004e5f <vm_exec_core+22783>, 0x5f92e8005918 <vm_exec_core+25528>, 0x5f92e80041be <vm_exec_core+19550>, 0x5f92e80000bc <vm_exec_core+2908>, 0x5f92e8004878 <vm_exec_core+21272>, 0x5f92e7ffff4f <vm_exec_core+2543>, 0x5f92e8000385 <vm_exec_core+3621>, 0x5f92e8002095 <vm_exec_core+11061>, 0x5f92e8003d8b <vm_exec_core+18475>, 0x5f92e8004711 <vm_exec_core+20913>, 0x5f92e8003a30 <vm_exec_core+17616>, 0x5f92e7fffb5b <vm_exec_core+1531>, 0x5f92e8005b48 <vm_exec_core+26088>, 0x5f92e8006228 <vm_exec_core+27848>, 0x5f92e800052c <vm_exec_core+4044>, 0x5f92e80010d8 <vm_exec_core+7032>, 0x5f92e8000d96 <vm_exec_core+6198>, 0x5f92e8001813 <vm_exec_core+8883>, 0x5f92e800264a <vm_exec_core+12522>, 0x5f92e80005d3 <vm_exec_core+4211>, 0x5f92e80059b0 <vm_exec_core+25680>, 0x5f92e8001062 <vm_exec_core+6914>, 0x5f92e80024f8 <vm_exec_core+12184>, 0x5f92e8002fbf <vm_exec_core+14943>, 0x5f92e800530d <vm_exec_core+23981>, 0x5f92e8004443 <vm_exec_core+20195>, 0x5f92e8001aed <vm_exec_core+9613>, 0x5f92e800136f <vm_exec_core+7695>, 0x5f92e8005163 <vm_exec_core+23555>, 0x5f92e8002275 <vm_exec_core+11541>, 0x5f92e8004977 <vm_exec_core+21527>, 0x5f92e80044b5 <vm_exec_core+20309>, 0x5f92e8004a2e <vm_exec_core+21710>, 0x5f92e8005efa <vm_exec_core+27034>, 0x5f92e8003842 <vm_exec_core+17122>, 0x5f92e80053c6 <vm_exec_core+24166>, 0x5f92e8004864 <vm_exec_core+21252>, 0x5f92e8004ef4 <vm_exec_core+22932>, 0x5f92e8001c0c <vm_exec_core+9900>, 0x5f92e8004119 <vm_exec_core+19385>, 0x5f92e8004359 <vm_exec_core+19961>, 0x5f92e8002bf3 <vm_exec_core+13971>, 0x5f92e8003d86 <vm_exec_core+18470>, 0x5f92e8001fba <vm_exec_core+10842>, 0x5f92e80015f7 <vm_exec_core+8343>, 0x5f92e8004aac <vm_exec_core+21836>, 0x5f92e8000764 <vm_exec_core+4612>, 0x5f92e80029a0 <vm_exec_core+13376>, 0x5f92e80032f0 <vm_exec_core+15760>, 0x5f92e80018f1 <vm_exec_core+9105>, 0x5f92e800d501 <vm_exec_core+57249>, 0x5f92e80012c6 <vm_exec_core+7526>, 0x5f92e80011be <vm_exec_core+7262>, 0x5f92e80014c9 <vm_exec_core+8041>, 0x5f92e8001eb4 <vm_exec_core+10580>, 0x5f92e8003c2f <vm_exec_core+18127>, 0x5f92e800307a <vm_exec_core+15130>, 0x5f92e8003c2a <vm_exec_core+18122>, 0x5f92e800443e <vm_exec_core+20190>, 0x5f92e8004439 <vm_exec_core+20185>, 0x5f92e80014c4 <vm_exec_core+8036>, 0x5f92e8004864 <vm_exec_core+21252>, 0x5f92e8002613 <vm_exec_core+12467>, 0x5f92e8002618 <vm_exec_core+12472>, 0x5f92e8004434 <vm_exec_core+20180>, 0x5f92e800427c <vm_exec_core+19740>, 0x5f92e80032eb <vm_exec_core+15755>, 0x5f92e8003222 <vm_exec_core+15554>, 0x5f92e800432b <vm_exec_core+19915>, 0x5f92e80036f5 <vm_exec_core+16789>...}
        reg_cfp = 0x799a5d3ff720
        reg_pc = 0x5040000089f8
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#36 0x00005f92e7ffaae1 in vm_exec_loop (ec=0x5170000000d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2825
No locals.
#37 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2804
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#38 0x00005f92e8043ba9 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:3064
        ec = 0x5170000000d0
        val = <optimized out>
#39 0x00005f92e7c2dc70 in rb_ec_exec_node (ec=0x5170000000d0, n=0x799a5f5dba10) at /tmp/ruby/src/trunk_asan/eval.c:283
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffd83df24b0, <optimized out>, 0x7ffd83df2400, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x799a5f5dba10
#40 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:321
        ec = 0x5170000000d0
        status = <optimized out>
#41 0x00005f92e7c26bb7 in rb_main (argc=11, argv=0x7ffd83df2678) at /tmp/ruby/src/trunk_asan/main.c:42
        variable_in_this_stack_frame = <optimized out>
#42 main (argc=11, argv=0x7ffd83df2678) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

$1 = true
[Inferior 1 (process 4073209) detached]
$ timeout 60 gdb -p 4073206 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 4073208]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x000079363f726d07 in __GI___select (nfds=7, readfds=0x50c00578f980, writefds=0x0, exceptfds=0x0, timeout=0x7fff73430d60) at ../sysdeps/unix/sysv/linux/select.c:69

>>> Threads

  Id   Target Id                                  Frame 
* 1    Thread 0x79363f9dcc40 (LWP 4073206) "ruby" 0x000079363f726d07 in __GI___select (nfds=7, readfds=0x50c00578f980, writefds=0x0, exceptfds=0x0, timeout=0x7fff73430d60) at ../sysdeps/unix/sysv/linux/select.c:69
  2    Thread 0x7936237ff6c0 (LWP 4073208) "ruby" 0x000079363f71b4fd in __GI___poll (fds=0x7936225ff040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 2 (Thread 0x7936237ff6c0 (LWP 4073208) "ruby"):
#0  0x000079363f71b4fd in __GI___poll (fds=0x7936225ff040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005a8c3264474a in __interceptor_poll ()
No symbol table info available.
#2  0x00005a8c32a44efb in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1077
        pfd = {fd = 3, events = 1, revents = <optimized out>}
        timeout = -1
        r = <optimized out>
#3  timer_thread_func (ptr=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3066
        vm = <optimized out>
#4  0x00005a8c3269daff in asan_thread_start(void*) ()
No symbol table info available.
#5  0x000079363f69caa4 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {133273430783680, -8809008122354854008, 133273430783680, -352, 0, 140735127170928, -8809008122367436920, -8808999206848555128}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x000079363f729c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x79363f9dcc40 (LWP 4073206) "ruby"):
#0  0x000079363f726d07 in __GI___select (nfds=7, readfds=0x50c00578f980, writefds=0x0, exceptfds=0x0, timeout=0x7fff73430d60) at ../sysdeps/unix/sysv/linux/select.c:69
        sc_ret = -514
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        s = <optimized out>
        us = <optimized out>
        ns = <optimized out>
        ts64 = {tv_sec = 59999, tv_nsec = 530244938}
        pts64 = 0x7fff73430c00
        r = <optimized out>
#1  0x00005a8c32a2b9c4 in native_fd_select (n=7, readfds=0x50c00578f980, writefds=0x0, exceptfds=0x79363f726d07 <__GI___select+327>, timeout=0x7fff73430c00, th=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2429
No locals.
#2  do_select (p=133273865991808) at /tmp/ruby/src/trunk_asan/thread.c:4508
        tv = <optimized out>
        __region = <optimized out>
        end = <optimized out>
        rel = <optimized out>
        to = 0x7fff73430d10
        lerrno = 0
        set = <optimized out>
        result = <optimized out>
        endtime = <optimized out>
#3  0x00005a8c326e96ce in rb_ec_ensure (ec=<optimized out>, b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1146
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7fff73430ed0, <optimized out>, 0x7fff73430de0, <optimized out>, <optimized out>}, prev = 0x79363d70b560, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#4  0x00005a8c326e9b59 in rb_ensure (b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1163
No locals.
#5  0x00005a8c32a2aecc in rb_thread_fd_select (max=<optimized out>, read=<optimized out>, write=<optimized out>, except=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:4570
        set = {max = 7, th = 0x515000000300, rset = 0x79363d70b440, wset = 0x0, eset = 0x0, orig_rset = {maxfd = <optimized out>, fdset = <optimized out>}, orig_wset = {maxfd = <optimized out>, fdset = <optimized out>}, orig_eset = {maxfd = <optimized out>, fdset = <optimized out>}, timeout = 0x79363d70b4a0}
#6  0x00005a8c327bfae5 in select_internal (read=133273354646400, write=4, except=4, tp=0x79363d70b4a0, fds=0x79363d70b440) at /tmp/ruby/src/trunk_asan/io.c:10754
        timerec = <optimized out>
        max = 7
        pending = <optimized out>
        rp = 0x79363d70b440
        wp = 0x0
        i = <optimized out>
        fptr = <optimized out>
        ep = 0x0
        n = <optimized out>
        res = <optimized out>
        list = <optimized out>
        write_io = <optimized out>
        io = <optimized out>
        write_io = <optimized out>
        errno_to_fail = <optimized out>
        obj = <optimized out>
        io = <optimized out>
        obj = <optimized out>
        io = <optimized out>
        write_io = <optimized out>
        obj = <optimized out>
        io = <optimized out>
        write_io = <optimized out>
#7  select_call (arg=133273865991200) at /tmp/ruby/src/trunk_asan/io.c:10824
        p = 0x79363d70b420
#8  0x00005a8c326e96ce in rb_ec_ensure (ec=<optimized out>, b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1146
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7fff73431250, <optimized out>, 0x7fff73431160, <optimized out>, <optimized out>}, prev = 0x79363d76f940, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#9  0x00005a8c326e9b59 in rb_ensure (b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1163
No locals.
#10 0x00005a8c3279bcbb in rb_f_select (argc=<optimized out>, argv=<optimized out>, obj=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:11192
        args = <optimized out>
        timerec = <optimized out>
        scheduler = <optimized out>
        timeout = <optimized out>
        i = 4
#11 0x00005a8c32b220e8 in vm_call_cfunc_with_frame_ (ec=<optimized out>, reg_cfp=<optimized out>, calling=<optimized out>, argc=<optimized out>, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3902
        ci = 0x165100100009
        cc = <optimized out>
        me = 0x79363eff8b68
        cfunc = 0x50600002b408
        recv = 133273892092120
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#12 0x00005a8c32ac2d7d in vm_sendish (ec=0x5170000000d0, reg_cfp=0x79363f2713a0, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#13 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:904
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5a8c32ab6b36 <vm_exec_core+1494>, 0x5a8c32ab7e3d <vm_exec_core+6365>, 0x5a8c32abcfd1 <vm_exec_core+27249>, 0x5a8c32ab79af <vm_exec_core+5199>, 0x5a8c32abdd82 <vm_exec_core+30754>, 0x5a8c32abbb84 <vm_exec_core+22052>, 0x5a8c32ab982e <vm_exec_core+13006>, 0x5a8c32ab6c9e <vm_exec_core+1854>, 0x5a8c32abd5c4 <vm_exec_core+28772>, 0x5a8c32abd30c <vm_exec_core+28076>, 0x5a8c32ab7c2c <vm_exec_core+5836>, 0x5a8c32ab718e <vm_exec_core+3118>, 0x5a8c32abc286 <vm_exec_core+23846>, 0x5a8c32ab8733 <vm_exec_core+8659>, 0x5a8c32abd7c5 <vm_exec_core+29285>, 0x5a8c32abd46e <vm_exec_core+28430>, 0x5a8c32ab8e21 <vm_exec_core+10433>, 0x5a8c32ab97bd <vm_exec_core+12893>, 0x5a8c32abbde5 <vm_exec_core+22661>, 0x5a8c32abd3e5 <vm_exec_core+28293>, 0x5a8c32abb290 <vm_exec_core+19760>, 0x5a8c32abbe6e <vm_exec_core+22798>, 0x5a8c32abc927 <vm_exec_core+25543>, 0x5a8c32abb1cd <vm_exec_core+19565>, 0x5a8c32ab70cb <vm_exec_core+2923>, 0x5a8c32abb887 <vm_exec_core+21287>, 0x5a8c32ab6f5e <vm_exec_core+2558>, 0x5a8c32ab7394 <vm_exec_core+3636>, 0x5a8c32ab90a4 <vm_exec_core+11076>, 0x5a8c32abad9a <vm_exec_core+18490>, 0x5a8c32abb720 <vm_exec_core+20928>, 0x5a8c32abaa3f <vm_exec_core+17631>, 0x5a8c32ab6b6a <vm_exec_core+1546>, 0x5a8c32abcb57 <vm_exec_core+26103>, 0x5a8c32abd237 <vm_exec_core+27863>, 0x5a8c32ab753b <vm_exec_core+4059>, 0x5a8c32ab80e7 <vm_exec_core+7047>, 0x5a8c32ab7da5 <vm_exec_core+6213>, 0x5a8c32ab8822 <vm_exec_core+8898>, 0x5a8c32ab9659 <vm_exec_core+12537>, 0x5a8c32ab75e2 <vm_exec_core+4226>, 0x5a8c32abc9bf <vm_exec_core+25695>, 0x5a8c32ab8071 <vm_exec_core+6929>, 0x5a8c32ab9507 <vm_exec_core+12199>, 0x5a8c32ab9fce <vm_exec_core+14958>, 0x5a8c32abc31c <vm_exec_core+23996>, 0x5a8c32abb452 <vm_exec_core+20210>, 0x5a8c32ab8afc <vm_exec_core+9628>, 0x5a8c32ab837e <vm_exec_core+7710>, 0x5a8c32abc172 <vm_exec_core+23570>, 0x5a8c32ab9284 <vm_exec_core+11556>, 0x5a8c32abb986 <vm_exec_core+21542>, 0x5a8c32abb4c4 <vm_exec_core+20324>, 0x5a8c32abba3d <vm_exec_core+21725>, 0x5a8c32abcf09 <vm_exec_core+27049>, 0x5a8c32aba851 <vm_exec_core+17137>, 0x5a8c32abc3d5 <vm_exec_core+24181>, 0x5a8c32ab68b8 <vm_exec_core+856>, 0x5a8c32abbf03 <vm_exec_core+22947>, 0x5a8c32ab8c1b <vm_exec_core+9915>, 0x5a8c32abb128 <vm_exec_core+19400>, 0x5a8c32abb368 <vm_exec_core+19976>, 0x5a8c32ab9c02 <vm_exec_core+13986>, 0x5a8c32ab7448 <vm_exec_core+3816>, 0x5a8c32ab8fc9 <vm_exec_core+10857>, 0x5a8c32ab8606 <vm_exec_core+8358>, 0x5a8c32abbabb <vm_exec_core+21851>, 0x5a8c32ab7773 <vm_exec_core+4627>, 0x5a8c32ab99af <vm_exec_core+13391>, 0x5a8c32aba2ff <vm_exec_core+15775>, 0x5a8c32ab8900 <vm_exec_core+9120>, 0x5a8c32ac4510 <vm_exec_core+57264>, 0x5a8c32ab82d5 <vm_exec_core+7541>, 0x5a8c32ab81cd <vm_exec_core+7277>, 0x5a8c32ab84d8 <vm_exec_core+8056>, 0x5a8c32ab8ec3 <vm_exec_core+10595>, 0x5a8c32abac3e <vm_exec_core+18142>, 0x5a8c32aba089 <vm_exec_core+15145>, 0x5a8c32abb79f <vm_exec_core+21055>, 0x5a8c32aba4e5 <vm_exec_core+16261>, 0x5a8c32abca80 <vm_exec_core+25888>, 0x5a8c32abe027 <vm_exec_core+31431>, 0x5a8c32abccc4 <vm_exec_core+26468>, 0x5a8c32abd915 <vm_exec_core+29621>, 0x5a8c32abda06 <vm_exec_core+29862>, 0x5a8c32ab6ff0 <vm_exec_core+2704>, 0x5a8c32abd4ed <vm_exec_core+28557>, 0x5a8c32ab91a9 <vm_exec_core+11337>, 0x5a8c32abd6e8 <vm_exec_core+29064>, 0x5a8c32ab8cea <vm_exec_core+10122>, 0x5a8c32abcbfb <vm_exec_core+26267>, 0x5a8c32ab6e87 <vm_exec_core+2343>, 0x5a8c32ab766d <vm_exec_core+4365>, 0x5a8c32abdc4a <vm_exec_core+30442>, 0x5a8c32ab958d <vm_exec_core+12333>, 0x5a8c32ab938a <vm_exec_core+11818>, 0x5a8c32ab68bd <vm_exec_core+861>, 0x5a8c32ab6daa <vm_exec_core+2122>, 0x5a8c32ab6943 <vm_exec_core+995>, 0x5a8c32abcdb3 <vm_exec_core+26707>, 0x5a8c32aba70e <vm_exec_core+16814>, 0x5a8c32ab9dd2 <vm_exec_core+14450>, 0x5a8c32aba5ea <vm_exec_core+16522>, 0x5a8c32aba236 <vm_exec_core+15574>, 0x5a8c32ab941f <vm_exec_core+11967>, 0x5a8c32ab9cdd <vm_exec_core+14205>, 0x5a8c32ab96a9 <vm_exec_core+12617>, 0x5a8c32ab9eec <vm_exec_core+14732>, 0x5a8c32ab9f5d <vm_exec_core+14845>, 0x5a8c32ab6b27 <vm_exec_core+1479>, 0x5a8c32ab7e2e <vm_exec_core+6350>, 0x5a8c32abcfc2 <vm_exec_core+27234>, 0x5a8c32ab79a0 <vm_exec_core+5184>, 0x5a8c32abdd73 <vm_exec_core+30739>, 0x5a8c32abbb75 <vm_exec_core+22037>, 0x5a8c32ab981f <vm_exec_core+12991>, 0x5a8c32ab6c8f <vm_exec_core+1839>, 0x5a8c32abd5b5 <vm_exec_core+28757>, 0x5a8c32abd2fd <vm_exec_core+28061>, 0x5a8c32ab7c1d <vm_exec_core+5821>, 0x5a8c32ab717f <vm_exec_core+3103>, 0x5a8c32abc277 <vm_exec_core+23831>, 0x5a8c32ab8724 <vm_exec_core+8644>, 0x5a8c32abd7b6 <vm_exec_core+29270>, 0x5a8c32abd45f <vm_exec_core+28415>, 0x5a8c32ab8e12 <vm_exec_core+10418>, 0x5a8c32ab97ae <vm_exec_core+12878>, 0x5a8c32abbdd6 <vm_exec_core+22646>, 0x5a8c32abd3d6 <vm_exec_core+28278>, 0x5a8c32abb281 <vm_exec_core+19745>, 0x5a8c32abbe5f <vm_exec_core+22783>, 0x5a8c32abc918 <vm_exec_core+25528>, 0x5a8c32abb1be <vm_exec_core+19550>, 0x5a8c32ab70bc <vm_exec_core+2908>, 0x5a8c32abb878 <vm_exec_core+21272>, 0x5a8c32ab6f4f <vm_exec_core+2543>, 0x5a8c32ab7385 <vm_exec_core+3621>, 0x5a8c32ab9095 <vm_exec_core+11061>, 0x5a8c32abad8b <vm_exec_core+18475>, 0x5a8c32abb711 <vm_exec_core+20913>, 0x5a8c32abaa30 <vm_exec_core+17616>, 0x5a8c32ab6b5b <vm_exec_core+1531>, 0x5a8c32abcb48 <vm_exec_core+26088>, 0x5a8c32abd228 <vm_exec_core+27848>, 0x5a8c32ab752c <vm_exec_core+4044>, 0x5a8c32ab80d8 <vm_exec_core+7032>, 0x5a8c32ab7d96 <vm_exec_core+6198>, 0x5a8c32ab8813 <vm_exec_core+8883>, 0x5a8c32ab964a <vm_exec_core+12522>, 0x5a8c32ab75d3 <vm_exec_core+4211>, 0x5a8c32abc9b0 <vm_exec_core+25680>, 0x5a8c32ab8062 <vm_exec_core+6914>, 0x5a8c32ab94f8 <vm_exec_core+12184>, 0x5a8c32ab9fbf <vm_exec_core+14943>, 0x5a8c32abc30d <vm_exec_core+23981>, 0x5a8c32abb443 <vm_exec_core+20195>, 0x5a8c32ab8aed <vm_exec_core+9613>, 0x5a8c32ab836f <vm_exec_core+7695>, 0x5a8c32abc163 <vm_exec_core+23555>, 0x5a8c32ab9275 <vm_exec_core+11541>, 0x5a8c32abb977 <vm_exec_core+21527>, 0x5a8c32abb4b5 <vm_exec_core+20309>, 0x5a8c32abba2e <vm_exec_core+21710>, 0x5a8c32abcefa <vm_exec_core+27034>, 0x5a8c32aba842 <vm_exec_core+17122>, 0x5a8c32abc3c6 <vm_exec_core+24166>, 0x5a8c32abb864 <vm_exec_core+21252>, 0x5a8c32abbef4 <vm_exec_core+22932>, 0x5a8c32ab8c0c <vm_exec_core+9900>, 0x5a8c32abb119 <vm_exec_core+19385>, 0x5a8c32abb359 <vm_exec_core+19961>, 0x5a8c32ab9bf3 <vm_exec_core+13971>, 0x5a8c32abad86 <vm_exec_core+18470>, 0x5a8c32ab8fba <vm_exec_core+10842>, 0x5a8c32ab85f7 <vm_exec_core+8343>, 0x5a8c32abbaac <vm_exec_core+21836>, 0x5a8c32ab7764 <vm_exec_core+4612>, 0x5a8c32ab99a0 <vm_exec_core+13376>, 0x5a8c32aba2f0 <vm_exec_core+15760>, 0x5a8c32ab88f1 <vm_exec_core+9105>, 0x5a8c32ac4501 <vm_exec_core+57249>, 0x5a8c32ab82c6 <vm_exec_core+7526>, 0x5a8c32ab81be <vm_exec_core+7262>, 0x5a8c32ab84c9 <vm_exec_core+8041>, 0x5a8c32ab8eb4 <vm_exec_core+10580>, 0x5a8c32abac2f <vm_exec_core+18127>, 0x5a8c32aba07a <vm_exec_core+15130>, 0x5a8c32abac2a <vm_exec_core+18122>, 0x5a8c32abb43e <vm_exec_core+20190>, 0x5a8c32abb439 <vm_exec_core+20185>, 0x5a8c32ab84c4 <vm_exec_core+8036>, 0x5a8c32abb864 <vm_exec_core+21252>, 0x5a8c32ab9613 <vm_exec_core+12467>, 0x5a8c32ab9618 <vm_exec_core+12472>, 0x5a8c32abb434 <vm_exec_core+20180>, 0x5a8c32abb27c <vm_exec_core+19740>, 0x5a8c32aba2eb <vm_exec_core+15755>, 0x5a8c32aba222 <vm_exec_core+15554>, 0x5a8c32abb32b <vm_exec_core+19915>, 0x5a8c32aba6f5 <vm_exec_core+16789>...}
        reg_cfp = 0x79363f2713a0
        reg_pc = 0x52300000b0f8
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#14 0x00005a8c32ab18a9 in vm_exec_loop (ec=0x5170000000d0, state=<optimized out>, result=<optimized out>, tag=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2825
No locals.
#15 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2801
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#16 0x00005a8c32b42d72 in invoke_iseq_block_from_c (ec=0x5170000000d0, captured=0x79363f271578, self=133273891177840, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=0, me=0x0) at /tmp/ruby/src/trunk_asan/vm.c:1820
        flags = 0
        iseq = 0x79363ef51e58
        cfp = <optimized out>
        sp = 0x79363f1719e8
        use_argv = 0x79363d66aae0
        stack_argv = 0x79363f1719e8
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#17 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1834
        captured = 0x79363f271578
#18 0x00005a8c32ae374c in vm_yield_with_cref (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1871
No locals.
#19 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1879
No locals.
#20 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#21 0x00005a8c32ae374c in rb_yield (val=<optimized out>)
No locals.
#22 0x00005a8c32caffda in rb_ary_each (ary=133273885012960) at /tmp/ruby/src/trunk_asan/array.c:2750
        i = 0
#23 0x00005a8c32b220e8 in vm_call_cfunc_with_frame_ (ec=<optimized out>, reg_cfp=<optimized out>, calling=<optimized out>, argc=<optimized out>, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3902
        ci = 0xc1100000001
        cc = <optimized out>
        me = 0x79363effeb30
        cfunc = 0x50600001e928
        recv = 133273885012960
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#24 0x00005a8c32abaf6f in vm_sendish (ec=0x5170000000d0, reg_cfp=0x79363f271560, cd=0x511000021400, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#25 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:856
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x511000021400
th: 0x515000000300, native_id: 0x79363f9dcc40
        insns_address_table = {0x5a8c32ab6b36 <vm_exec_core+1494>, 0x5a8c32ab7e3d <vm_exec_core+6365>, 0x5a8c32abcfd1 <vm_exec_core+27249>, 0x5a8c32ab79af <vm_exec_core+5199>, 0x5a8c32abdd82 <vm_exec_core+30754>, 0x5a8c32abbb84 <vm_exec_core+22052>, 0x5a8c32ab982e <vm_exec_core+13006>, 0x5a8c32ab6c9e <vm_exec_core+1854>, 0x5a8c32abd5c4 <vm_exec_core+28772>, 0x5a8c32abd30c <vm_exec_core+28076>, 0x5a8c32ab7c2c <vm_exec_core+5836>, 0x5a8c32ab718e <vm_exec_core+3118>, 0x5a8c32abc286 <vm_exec_core+23846>, 0x5a8c32ab8733 <vm_exec_core+8659>, 0x5a8c32abd7c5 <vm_exec_core+29285>, 0x5a8c32abd46e <vm_exec_core+28430>, 0x5a8c32ab8e21 <vm_exec_core+10433>, 0x5a8c32ab97bd <vm_exec_core+12893>, 0x5a8c32abbde5 <vm_exec_core+22661>, 0x5a8c32abd3e5 <vm_exec_core+28293>, 0x5a8c32abb290 <vm_exec_core+19760>, 0x5a8c32abbe6e <vm_exec_core+22798>, 0x5a8c32abc927 <vm_exec_core+25543>, 0x5a8c32abb1cd <vm_exec_core+19565>, 0x5a8c32ab70cb <vm_exec_core+2923>, 0x5a8c32abb887 <vm_exec_core+21287>, 0x5a8c32ab6f5e <vm_exec_core+2558>, 0x5a8c32ab7394 <vm_exec_core+3636>, 0x5a8c32ab90a4 <vm_exec_core+11076>, 0x5a8c32abad9a <vm_exec_core+18490>, 0x5a8c32abb720 <vm_exec_core+20928>, 0x5a8c32abaa3f <vm_exec_core+17631>, 0x5a8c32ab6b6a <vm_exec_core+1546>, 0x5a8c32abcb57 <vm_exec_core+26103>, 0x5a8c32abd237 <vm_exec_core+27863>, 0x5a8c32ab753b <vm_exec_core+4059>, 0x5a8c32ab80e7 <vm_exec_core+7047>, 0x5a8c32ab7da5 <vm_exec_core+6213>, 0x5a8c32ab8822 <vm_exec_core+8898>, 0x5a8c32ab9659 <vm_exec_core+12537>, 0x5a8c32ab75e2 <vm_exec_core+4226>, 0x5a8c32abc9bf <vm_exec_core+25695>, 0x5a8c32ab8071 <vm_exec_core+6929>, 0x5a8c32ab9507 <vm_exec_core+12199>, 0x5a8c32ab9fce <vm_exec_core+14958>, 0x5a8c32abc31c <vm_exec_core+23996>, 0x5a8c32abb452 <vm_exec_core+20210>, 0x5a8c32ab8afc <vm_exec_core+9628>, 0x5a8c32ab837e <vm_exec_core+7710>, 0x5a8c32abc172 <vm_exec_core+23570>, 0x5a8c32ab9284 <vm_exec_core+11556>, 0x5a8c32abb986 <vm_exec_core+21542>, 0x5a8c32abb4c4 <vm_exec_core+20324>, 0x5a8c32abba3d <vm_exec_core+21725>, 0x5a8c32abcf09 <vm_exec_core+27049>, 0x5a8c32aba851 <vm_exec_core+17137>, 0x5a8c32abc3d5 <vm_exec_core+24181>, 0x5a8c32ab68b8 <vm_exec_core+856>, 0x5a8c32abbf03 <vm_exec_core+22947>, 0x5a8c32ab8c1b <vm_exec_core+9915>, 0x5a8c32abb128 <vm_exec_core+19400>, 0x5a8c32abb368 <vm_exec_core+19976>, 0x5a8c32ab9c02 <vm_exec_core+13986>, 0x5a8c32ab7448 <vm_exec_core+3816>, 0x5a8c32ab8fc9 <vm_exec_core+10857>, 0x5a8c32ab8606 <vm_exec_core+8358>, 0x5a8c32abbabb <vm_exec_core+21851>, 0x5a8c32ab7773 <vm_exec_core+4627>, 0x5a8c32ab99af <vm_exec_core+13391>, 0x5a8c32aba2ff <vm_exec_core+15775>, 0x5a8c32ab8900 <vm_exec_core+9120>, 0x5a8c32ac4510 <vm_exec_core+57264>, 0x5a8c32ab82d5 <vm_exec_core+7541>, 0x5a8c32ab81cd <vm_exec_core+7277>, 0x5a8c32ab84d8 <vm_exec_core+8056>, 0x5a8c32ab8ec3 <vm_exec_core+10595>, 0x5a8c32abac3e <vm_exec_core+18142>, 0x5a8c32aba089 <vm_exec_core+15145>, 0x5a8c32abb79f <vm_exec_core+21055>, 0x5a8c32aba4e5 <vm_exec_core+16261>, 0x5a8c32abca80 <vm_exec_core+25888>, 0x5a8c32abe027 <vm_exec_core+31431>, 0x5a8c32abccc4 <vm_exec_core+26468>, 0x5a8c32abd915 <vm_exec_core+29621>, 0x5a8c32abda06 <vm_exec_core+29862>, 0x5a8c32ab6ff0 <vm_exec_core+2704>, 0x5a8c32abd4ed <vm_exec_core+28557>, 0x5a8c32ab91a9 <vm_exec_core+11337>, 0x5a8c32abd6e8 <vm_exec_core+29064>, 0x5a8c32ab8cea <vm_exec_core+10122>, 0x5a8c32abcbfb <vm_exec_core+26267>, 0x5a8c32ab6e87 <vm_exec_core+2343>, 0x5a8c32ab766d <vm_exec_core+4365>, 0x5a8c32abdc4a <vm_exec_core+30442>, 0x5a8c32ab958d <vm_exec_core+12333>, 0x5a8c32ab938a <vm_exec_core+11818>, 0x5a8c32ab68bd <vm_exec_core+861>, 0x5a8c32ab6daa <vm_exec_core+2122>, 0x5a8c32ab6943 <vm_exec_core+995>, 0x5a8c32abcdb3 <vm_exec_core+26707>, 0x5a8c32aba70e <vm_exec_core+16814>, 0x5a8c32ab9dd2 <vm_exec_core+14450>, 0x5a8c32aba5ea <vm_exec_core+16522>, 0x5a8c32aba236 <vm_exec_core+15574>, 0x5a8c32ab941f <vm_exec_core+11967>, 0x5a8c32ab9cdd <vm_exec_core+14205>, 0x5a8c32ab96a9 <vm_exec_core+12617>, 0x5a8c32ab9eec <vm_exec_core+14732>, 0x5a8c32ab9f5d <vm_exec_core+14845>, 0x5a8c32ab6b27 <vm_exec_core+1479>, 0x5a8c32ab7e2e <vm_exec_core+6350>, 0x5a8c32abcfc2 <vm_exec_core+27234>, 0x5a8c32ab79a0 <vm_exec_core+5184>, 0x5a8c32abdd73 <vm_exec_core+30739>, 0x5a8c32abbb75 <vm_exec_core+22037>, 0x5a8c32ab981f <vm_exec_core+12991>, 0x5a8c32ab6c8f <vm_exec_core+1839>, 0x5a8c32abd5b5 <vm_exec_core+28757>, 0x5a8c32abd2fd <vm_exec_core+28061>, 0x5a8c32ab7c1d <vm_exec_core+5821>, 0x5a8c32ab717f <vm_exec_core+3103>, 0x5a8c32abc277 <vm_exec_core+23831>, 0x5a8c32ab8724 <vm_exec_core+8644>, 0x5a8c32abd7b6 <vm_exec_core+29270>, 0x5a8c32abd45f <vm_exec_core+28415>, 0x5a8c32ab8e12 <vm_exec_core+10418>, 0x5a8c32ab97ae <vm_exec_core+12878>, 0x5a8c32abbdd6 <vm_exec_core+22646>, 0x5a8c32abd3d6 <vm_exec_core+28278>, 0x5a8c32abb281 <vm_exec_core+19745>, 0x5a8c32abbe5f <vm_exec_core+22783>, 0x5a8c32abc918 <vm_exec_core+25528>, 0x5a8c32abb1be <vm_exec_core+19550>, 0x5a8c32ab70bc <vm_exec_core+2908>, 0x5a8c32abb878 <vm_exec_core+21272>, 0x5a8c32ab6f4f <vm_exec_core+2543>, 0x5a8c32ab7385 <vm_exec_core+3621>, 0x5a8c32ab9095 <vm_exec_core+11061>, 0x5a8c32abad8b <vm_exec_core+18475>, 0x5a8c32abb711 <vm_exec_core+20913>, 0x5a8c32abaa30 <vm_exec_core+17616>, 0x5a8c32ab6b5b <vm_exec_core+1531>, 0x5a8c32abcb48 <vm_exec_core+26088>, 0x5a8c32abd228 <vm_exec_core+27848>, 0x5a8c32ab752c <vm_exec_core+4044>, 0x5a8c32ab80d8 <vm_exec_core+7032>, 0x5a8c32ab7d96 <vm_exec_core+6198>, 0x5a8c32ab8813 <vm_exec_core+8883>, 0x5a8c32ab964a <vm_exec_core+12522>, 0x5a8c32ab75d3 <vm_exec_core+4211>, 0x5a8c32abc9b0 <vm_exec_core+25680>, 0x5a8c32ab8062 <vm_exec_core+6914>, 0x5a8c32ab94f8 <vm_exec_core+12184>, 0x5a8c32ab9fbf <vm_exec_core+14943>, 0x5a8c32abc30d <vm_exec_core+23981>, 0x5a8c32abb443 <vm_exec_core+20195>, 0x5a8c32ab8aed <vm_exec_core+9613>, 0x5a8c32ab836f <vm_exec_core+7695>, 0x5a8c32abc163 <vm_exec_core+23555>, 0x5a8c32ab9275 <vm_exec_core+11541>, 0x5a8c32abb977 <vm_exec_core+21527>, 0x5a8c32abb4b5 <vm_exec_core+20309>, 0x5a8c32abba2e <vm_exec_core+21710>, 0x5a8c32abcefa <vm_exec_core+27034>, 0x5a8c32aba842 <vm_exec_core+17122>, 0x5a8c32abc3c6 <vm_exec_core+24166>, 0x5a8c32abb864 <vm_exec_core+21252>, 0x5a8c32abbef4 <vm_exec_core+22932>, 0x5a8c32ab8c0c <vm_exec_core+9900>, 0x5a8c32abb119 <vm_exec_core+19385>, 0x5a8c32abb359 <vm_exec_core+19961>, 0x5a8c32ab9bf3 <vm_exec_core+13971>, 0x5a8c32abad86 <vm_exec_core+18470>, 0x5a8c32ab8fba <vm_exec_core+10842>, 0x5a8c32ab85f7 <vm_exec_core+8343>, 0x5a8c32abbaac <vm_exec_core+21836>, 0x5a8c32ab7764 <vm_exec_core+4612>, 0x5a8c32ab99a0 <vm_exec_core+13376>, 0x5a8c32aba2f0 <vm_exec_core+15760>, 0x5a8c32ab88f1 <vm_exec_core+9105>, 0x5a8c32ac4501 <vm_exec_core+57249>, 0x5a8c32ab82c6 <vm_exec_core+7526>, 0x5a8c32ab81be <vm_exec_core+7262>, 0x5a8c32ab84c9 <vm_exec_core+8041>, 0x5a8c32ab8eb4 <vm_exec_core+10580>, 0x5a8c32abac2f <vm_exec_core+18127>, 0x5a8c32aba07a <vm_exec_core+15130>, 0x5a8c32abac2a <vm_exec_core+18122>, 0x5a8c32abb43e <vm_exec_core+20190>, 0x5a8c32abb439 <vm_exec_core+20185>, 0x5a8c32ab84c4 <vm_exec_core+8036>, 0x5a8c32abb864 <vm_exec_core+21252>, 0x5a8c32ab9613 <vm_exec_core+12467>, 0x5a8c32ab9618 <vm_exec_core+12472>, 0x5a8c32abb434 <vm_exec_core+20180>, 0x5a8c32abb27c <vm_exec_core+19740>, 0x5a8c32aba2eb <vm_exec_core+15755>, 0x5a8c32aba222 <vm_exec_core+15554>, 0x5a8c32abb32b <vm_exec_core+19915>, 0x5a8c32aba6f5 <vm_exec_core+16789>...}
-- Control frame information -----------------------------------------------
        reg_cfp = 0x79363f271560
        reg_pc = 0x51500001b9d0
        INSN_LABEL_nop = <optimized out>
c:0021 p:---- s:0128 e:000127 l:y b:---- CFUNC  :select
c:0020 p:0255 s:0120 e:000119 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:680
c:0019 p:0039 s:0101 e:000100 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:808
c:0018 p:0008 s:0094 e:000093 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:847
c:0017 p:0130 s:0087 e:000086 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1598
        INSN_LABEL_getlocal = <optimized out>
c:0016 p:0026 s:0074 e:000073 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1293
c:0015 p:0005 s:0069 e:000068 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1763
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
c:0014 p:0006 s:0065 e:000064 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1750 [FINISH]
c:0013 p:---- s:0061 e:000060 l:y b:---- CFUNC  :each
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
c:0012 p:0042 s:0057 e:000056 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1749
c:0011 p:0013 s:0052 e:000051 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1793
        INSN_LABEL_setconstant = <optimized out>
c:0010 p:0008 s:0047 e:000046 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1035
        INSN_LABEL_getglobal = <optimized out>
c:0009 p:0008 s:0041 e:000040 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:880
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
c:0008 p:0017 s:0035 e:000034 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:146
        INSN_LABEL_putself = <optimized out>
c:0007 p:0008 s:0030 e:000029 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1272
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
c:0006 p:0032 s:0025 e:000024 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1877
c:0005 p:0020 s:0021 e:000020 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1881
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
c:0004 p:0065 s:0016 e:000014 l:y b:0001 TOP    /tmp/ruby/src/trunk_asan/tool/test/runner.rb:14 [FINISH]
c:0003 p:---- s:0011 e:000010 l:y b:---- CFUNC  :require_relative
        INSN_LABEL_expandarray = <optimized out>
c:0002 p:0005 s:0006 e:000005 l:n b:---- EVAL   /tmp/ruby/src/trunk_asan/test/runner.rb:5 [FINISH]
c:0001 p:0000 s:0003 E:001600 l:y b:---- DUMMY  [FINISH]
        INSN_LABEL_concatarray = <optimized out>

        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#26 0x00005a8c32ab1ae1 in vm_exec_loop (ec=0x5170000000d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2825
No locals.
#27 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2804
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#28 0x00005a8c32afa6d3 in rb_iseq_eval (iseq=<optimized out>, box=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:3054
        ec = 0x5170000000d0
        val = <optimized out>
#29 0x00005a8c328028a1 in load_iseq_eval (ec=<optimized out>, fname=fname@entry=133273891613640) at /tmp/ruby/src/trunk_asan/load.c:774
        box = 0x5a8c33dfb660 <root_box>
        iseq = 0x79363ef7aab0
#30 0x00005a8c327fca98 in require_internal (ec=ec@entry=0x5170000000d0, fname=<optimized out>, exception=<optimized out>, warn=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1341
        found = 114
        handle = <optimized out>
        _ec = <optimized out>
        _tag = <optimized out>
        th = 0x515000000300
        box = 0x5a8c33dfb660 <root_box>
        saved = <optimized out>
        ftptr = <optimized out>
        realpath = <optimized out>
        realpaths = 133273892081560
        realpath_map = 133273892081400
        path = 133273891613640
        state = RUBY_TAG_NONE
        th2 = <optimized out>
        result = <optimized out>
        saved_path = <optimized out>
        reset_ext_config = <optimized out>
        prev_ext_config = <optimized out>
#31 0x00005a8c327fad74 in rb_require_string_internal (fname=133273891613680, resurrect=false) at /tmp/ruby/src/trunk_asan/load.c:1451
        result = <optimized out>
        ec = 0x5170000000d0
        result = <optimized out>
#32 rb_require_relative_entrypoint (fname=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1059
        base = <optimized out>
#33 0x00005a8c32b220e8 in vm_call_cfunc_with_frame_ (ec=<optimized out>, reg_cfp=<optimized out>, calling=<optimized out>, argc=<optimized out>, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3902
        ci = 0x594100140003
        cc = <optimized out>
        me = 0x79363ef7ac40
        cfunc = 0x5060000371c8
        recv = 133273893386120
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#34 0x00005a8c32b07935 in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7fff73433660) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4888
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0x0
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#35 0x00005a8c32b073c5 in vm_call_method (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5028
        ci = <optimized out>
        cc = 0x0
#36 0x00005a8c32ac2d7d in vm_sendish (ec=0x5170000000d0, reg_cfp=0x79363f271790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#37 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:904
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5a8c32ab6b36 <vm_exec_core+1494>, 0x5a8c32ab7e3d <vm_exec_core+6365>, 0x5a8c32abcfd1 <vm_exec_core+27249>, 0x5a8c32ab79af <vm_exec_core+5199>, 0x5a8c32abdd82 <vm_exec_core+30754>, 0x5a8c32abbb84 <vm_exec_core+22052>, 0x5a8c32ab982e <vm_exec_core+13006>, 0x5a8c32ab6c9e <vm_exec_core+1854>, 0x5a8c32abd5c4 <vm_exec_core+28772>, 0x5a8c32abd30c <vm_exec_core+28076>, 0x5a8c32ab7c2c <vm_exec_core+5836>, 0x5a8c32ab718e <vm_exec_core+3118>, 0x5a8c32abc286 <vm_exec_core+23846>, 0x5a8c32ab8733 <vm_exec_core+8659>, 0x5a8c32abd7c5 <vm_exec_core+29285>, 0x5a8c32abd46e <vm_exec_core+28430>, 0x5a8c32ab8e21 <vm_exec_core+10433>, 0x5a8c32ab97bd <vm_exec_core+12893>, 0x5a8c32abbde5 <vm_exec_core+22661>, 0x5a8c32abd3e5 <vm_exec_core+28293>, 0x5a8c32abb290 <vm_exec_core+19760>, 0x5a8c32abbe6e <vm_exec_core+22798>, 0x5a8c32abc927 <vm_exec_core+25543>, 0x5a8c32abb1cd <vm_exec_core+19565>, 0x5a8c32ab70cb <vm_exec_core+2923>, 0x5a8c32abb887 <vm_exec_core+21287>, 0x5a8c32ab6f5e <vm_exec_core+2558>, 0x5a8c32ab7394 <vm_exec_core+3636>, 0x5a8c32ab90a4 <vm_exec_core+11076>, 0x5a8c32abad9a <vm_exec_core+18490>, 0x5a8c32abb720 <vm_exec_core+20928>, 0x5a8c32abaa3f <vm_exec_core+17631>, 0x5a8c32ab6b6a <vm_exec_core+1546>, 0x5a8c32abcb57 <vm_exec_core+26103>, 0x5a8c32abd237 <vm_exec_core+27863>, 0x5a8c32ab753b <vm_exec_core+4059>, 0x5a8c32ab80e7 <vm_exec_core+7047>, 0x5a8c32ab7da5 <vm_exec_core+6213>, 0x5a8c32ab8822 <vm_exec_core+8898>, 0x5a8c32ab9659 <vm_exec_core+12537>, 0x5a8c32ab75e2 <vm_exec_core+4226>, 0x5a8c32abc9bf <vm_exec_core+25695>, 0x5a8c32ab8071 <vm_exec_core+6929>, 0x5a8c32ab9507 <vm_exec_core+12199>, 0x5a8c32ab9fce <vm_exec_core+14958>, 0x5a8c32abc31c <vm_exec_core+23996>, 0x5a8c32abb452 <vm_exec_core+20210>, 0x5a8c32ab8afc <vm_exec_core+9628>, 0x5a8c32ab837e <vm_exec_core+7710>, 0x5a8c32abc172 <vm_exec_core+23570>, 0x5a8c32ab9284 <vm_exec_core+11556>, 0x5a8c32abb986 <vm_exec_core+21542>, 0x5a8c32abb4c4 <vm_exec_core+20324>, 0x5a8c32abba3d <vm_exec_core+21725>, 0x5a8c32abcf09 <vm_exec_core+27049>, 0x5a8c32aba851 <vm_exec_core+17137>, 0x5a8c32abc3d5 <vm_exec_core+24181>, 0x5a8c32ab68b8 <vm_exec_core+856>, 0x5a8c32abbf03 <vm_exec_core+22947>, 0x5a8c32ab8c1b <vm_exec_core+9915>, 0x5a8c32abb128 <vm_exec_core+19400>, 0x5a8c32abb368 <vm_exec_core+19976>, 0x5a8c32ab9c02 <vm_exec_core+13986>, 0x5a8c32ab7448 <vm_exec_core+3816>, 0x5a8c32ab8fc9 <vm_exec_core+10857>, 0x5a8c32ab8606 <vm_exec_core+8358>, 0x5a8c32abbabb <vm_exec_core+21851>, 0x5a8c32ab7773 <vm_exec_core+4627>, 0x5a8c32ab99af <vm_exec_core+13391>, 0x5a8c32aba2ff <vm_exec_core+15775>, 0x5a8c32ab8900 <vm_exec_core+9120>, 0x5a8c32ac4510 <vm_exec_core+57264>, 0x5a8c32ab82d5 <vm_exec_core+7541>, 0x5a8c32ab81cd <vm_exec_core+7277>, 0x5a8c32ab84d8 <vm_exec_core+8056>, 0x5a8c32ab8ec3 <vm_exec_core+10595>, 0x5a8c32abac3e <vm_exec_core+18142>, 0x5a8c32aba089 <vm_exec_core+15145>, 0x5a8c32abb79f <vm_exec_core+21055>, 0x5a8c32aba4e5 <vm_exec_core+16261>, 0x5a8c32abca80 <vm_exec_core+25888>, 0x5a8c32abe027 <vm_exec_core+31431>, 0x5a8c32abccc4 <vm_exec_core+26468>, 0x5a8c32abd915 <vm_exec_core+29621>, 0x5a8c32abda06 <vm_exec_core+29862>, 0x5a8c32ab6ff0 <vm_exec_core+2704>, 0x5a8c32abd4ed <vm_exec_core+28557>, 0x5a8c32ab91a9 <vm_exec_core+11337>, 0x5a8c32abd6e8 <vm_exec_core+29064>, 0x5a8c32ab8cea <vm_exec_core+10122>, 0x5a8c32abcbfb <vm_exec_core+26267>, 0x5a8c32ab6e87 <vm_exec_core+2343>, 0x5a8c32ab766d <vm_exec_core+4365>, 0x5a8c32abdc4a <vm_exec_core+30442>, 0x5a8c32ab958d <vm_exec_core+12333>, 0x5a8c32ab938a <vm_exec_core+11818>, 0x5a8c32ab68bd <vm_exec_core+861>, 0x5a8c32ab6daa <vm_exec_core+2122>, 0x5a8c32ab6943 <vm_exec_core+995>, 0x5a8c32abcdb3 <vm_exec_core+26707>, 0x5a8c32aba70e <vm_exec_core+16814>, 0x5a8c32ab9dd2 <vm_exec_core+14450>, 0x5a8c32aba5ea <vm_exec_core+16522>, 0x5a8c32aba236 <vm_exec_core+15574>, 0x5a8c32ab941f <vm_exec_core+11967>, 0x5a8c32ab9cdd <vm_exec_core+14205>, 0x5a8c32ab96a9 <vm_exec_core+12617>, 0x5a8c32ab9eec <vm_exec_core+14732>, 0x5a8c32ab9f5d <vm_exec_core+14845>, 0x5a8c32ab6b27 <vm_exec_core+1479>, 0x5a8c32ab7e2e <vm_exec_core+6350>, 0x5a8c32abcfc2 <vm_exec_core+27234>, 0x5a8c32ab79a0 <vm_exec_core+5184>, 0x5a8c32abdd73 <vm_exec_core+30739>, 0x5a8c32abbb75 <vm_exec_core+22037>, 0x5a8c32ab981f <vm_exec_core+12991>, 0x5a8c32ab6c8f <vm_exec_core+1839>, 0x5a8c32abd5b5 <vm_exec_core+28757>, 0x5a8c32abd2fd <vm_exec_core+28061>, 0x5a8c32ab7c1d <vm_exec_core+5821>, 0x5a8c32ab717f <vm_exec_core+3103>, 0x5a8c32abc277 <vm_exec_core+23831>, 0x5a8c32ab8724 <vm_exec_core+8644>, 0x5a8c32abd7b6 <vm_exec_core+29270>, 0x5a8c32abd45f <vm_exec_core+28415>, 0x5a8c32ab8e12 <vm_exec_core+10418>, 0x5a8c32ab97ae <vm_exec_core+12878>, 0x5a8c32abbdd6 <vm_exec_core+22646>, 0x5a8c32abd3d6 <vm_exec_core+28278>, 0x5a8c32abb281 <vm_exec_core+19745>, 0x5a8c32abbe5f <vm_exec_core+22783>, 0x5a8c32abc918 <vm_exec_core+25528>, 0x5a8c32abb1be <vm_exec_core+19550>, 0x5a8c32ab70bc <vm_exec_core+2908>, 0x5a8c32abb878 <vm_exec_core+21272>, 0x5a8c32ab6f4f <vm_exec_core+2543>, 0x5a8c32ab7385 <vm_exec_core+3621>, 0x5a8c32ab9095 <vm_exec_core+11061>, 0x5a8c32abad8b <vm_exec_core+18475>, 0x5a8c32abb711 <vm_exec_core+20913>, 0x5a8c32abaa30 <vm_exec_core+17616>, 0x5a8c32ab6b5b <vm_exec_core+1531>, 0x5a8c32abcb48 <vm_exec_core+26088>, 0x5a8c32abd228 <vm_exec_core+27848>, 0x5a8c32ab752c <vm_exec_core+4044>, 0x5a8c32ab80d8 <vm_exec_core+7032>, 0x5a8c32ab7d96 <vm_exec_core+6198>, 0x5a8c32ab8813 <vm_exec_core+8883>, 0x5a8c32ab964a <vm_exec_core+12522>, 0x5a8c32ab75d3 <vm_exec_core+4211>, 0x5a8c32abc9b0 <vm_exec_core+25680>, 0x5a8c32ab8062 <vm_exec_core+6914>, 0x5a8c32ab94f8 <vm_exec_core+12184>, 0x5a8c32ab9fbf <vm_exec_core+14943>, 0x5a8c32abc30d <vm_exec_core+23981>, 0x5a8c32abb443 <vm_exec_core+20195>, 0x5a8c32ab8aed <vm_exec_core+9613>, 0x5a8c32ab836f <vm_exec_core+7695>, 0x5a8c32abc163 <vm_exec_core+23555>, 0x5a8c32ab9275 <vm_exec_core+11541>, 0x5a8c32abb977 <vm_exec_core+21527>, 0x5a8c32abb4b5 <vm_exec_core+20309>, 0x5a8c32abba2e <vm_exec_core+21710>, 0x5a8c32abcefa <vm_exec_core+27034>, 0x5a8c32aba842 <vm_exec_core+17122>, 0x5a8c32abc3c6 <vm_exec_core+24166>, 0x5a8c32abb864 <vm_exec_core+21252>, 0x5a8c32abbef4 <vm_exec_core+22932>, 0x5a8c32ab8c0c <vm_exec_core+9900>, 0x5a8c32abb119 <vm_exec_core+19385>, 0x5a8c32abb359 <vm_exec_core+19961>, 0x5a8c32ab9bf3 <vm_exec_core+13971>, 0x5a8c32abad86 <vm_exec_core+18470>, 0x5a8c32ab8fba <vm_exec_core+10842>, 0x5a8c32ab85f7 <vm_exec_core+8343>, 0x5a8c32abbaac <vm_exec_core+21836>, 0x5a8c32ab7764 <vm_exec_core+4612>, 0x5a8c32ab99a0 <vm_exec_core+13376>, 0x5a8c32aba2f0 <vm_exec_core+15760>, 0x5a8c32ab88f1 <vm_exec_core+9105>, 0x5a8c32ac4501 <vm_exec_core+57249>, 0x5a8c32ab82c6 <vm_exec_core+7526>, 0x5a8c32ab81be <vm_exec_core+7262>, 0x5a8c32ab84c9 <vm_exec_core+8041>, 0x5a8c32ab8eb4 <vm_exec_core+10580>, 0x5a8c32abac2f <vm_exec_core+18127>, 0x5a8c32aba07a <vm_exec_core+15130>, 0x5a8c32abac2a <vm_exec_core+18122>, 0x5a8c32abb43e <vm_exec_core+20190>, 0x5a8c32abb439 <vm_exec_core+20185>, 0x5a8c32ab84c4 <vm_exec_core+8036>, 0x5a8c32abb864 <vm_exec_core+21252>, 0x5a8c32ab9613 <vm_exec_core+12467>, 0x5a8c32ab9618 <vm_exec_core+12472>, 0x5a8c32abb434 <vm_exec_core+20180>, 0x5a8c32abb27c <vm_exec_core+19740>, 0x5a8c32aba2eb <vm_exec_core+15755>, 0x5a8c32aba222 <vm_exec_core+15554>, 0x5a8c32abb32b <vm_exec_core+19915>, 0x5a8c32aba6f5 <vm_exec_core+16789>...}
        reg_cfp = 0x79363f271790
        reg_pc = 0x504000008d78
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#38 0x00005a8c32ab16f2 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2798
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#39 0x00005a8c32afaba9 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:3064
        ec = 0x5170000000d0
        val = <optimized out>
#40 0x00005a8c326e4c70 in rb_ec_exec_node (ec=0x5170000000d0, n=0x79363ef7ace0) at /tmp/ruby/src/trunk_asan/eval.c:283
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7fff73433bd0, <optimized out>, 0x7fff73433b20, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x79363ef7ace0
#41 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:321
        ec = 0x5170000000d0
        status = <optimized out>
#42 0x00005a8c326ddbb7 in rb_main (argc=9, argv=0x7fff73433da8) at /tmp/ruby/src/trunk_asan/main.c:42
        variable_in_this_stack_frame = <optimized out>
#43 main (argc=9, argv=0x7fff73433da8) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

$1 = true
[Inferior 1 (process 4073206) detached]
running file: /tmp/ruby/src/trunk_asan/test/ruby/test_thread.rb

A test worker crashed. It might be an interpreter bug or
a bug in test/unit/parallel.rb. Try again without the -j
option.

$ timeout 60 gdb -p 4072876 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
make: *** [uncommon.mk:913: yes-test-all] Error 1

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

#<Errno::ESRCH: No such process>
$ timeout 60 gdb -p 4072875 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
Could not attach to process.  If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user.  For more details, see /etc/sysctl.d/10-ptrace.conf

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

$ timeout 60 gdb -p 4103463 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

#<Errno::ESRCH: No such process>
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j16'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.10.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.10.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
ruby 4.1.0dev (2026-01-15T17:00:53Z master ce390f1995) +PRISM [x86_64-linux]
     0 ............................................................
    60 ............................................................
   120 ............................................................
   180 ............................................................
   240 ............................................................
   300 ............................................................
   360 ............................................................
   420 ............................................................
   480 ............................................................
   540 ............................................................
   600 ............................................................
   660 ............................................................
   720 ............................................................
   780 ............................................................
   840 ............................................................
   900 ............................................................
   960 ............................................................
  1020 ............................................................
  1080 ............................................................
  1140 ............................................................
  1200 ............................................................
  1260 ............................................................
  1320 ............................................................
  1380 ............................................................
  1440 ............................................................
  1500 ............................................................
  1560 ............................................................
  1620 ............................................................
  1680 ............................................................
  1740 ............................................................
  1800 ............................................................
  1860 ............................................................
  1920 ............................................................
  1980 ............................................................
  2040 ............................................................
  2100 ............................................................
  2160 ............................................................
  2220 ............................................................
  2280 ............................................................
  2340 ............................................................
  2400 ............................................................
  2460 ............................................................
  2520 ............................................................
  2580 ............................................................
  2640 ............................................................
  2700 ............................................................
  2760 ............................................................
  2820 ............................................................
  2880 ............................................................
  2940 ............................................................
  3000 ............................................................
  3060 ............................................................
  3120 ............................................................
  3180 ............................................................
  3240 ............................................................
  3300 ............................................................


Finished in 40.576689 seconds

3359 files, 33932 examples, 194017 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j16'" exit with 0.
raw logfile