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

>>> Threads

  Id   Target Id                                  Frame 
* 1    Thread 0x7a6a221a7c40 (LWP 3616495) "ruby" 0x000061c0b6a07eae in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
  2    Thread 0x7a6a05fff6c0 (LWP 3616501) "ruby" 0x00007a6a21f1b4fd in __GI___poll (fds=0x7a69e8e3c040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 2 (Thread 0x7a6a05fff6c0 (LWP 3616501) "ruby"):
#0  0x00007a6a21f1b4fd in __GI___poll (fds=0x7a69e8e3c040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x000061c0b699274a in __interceptor_poll ()
No symbol table info available.
#2  0x000061c0b6d9305b 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  0x000061c0b69ebaff in asan_thread_start(void*) ()
No symbol table info available.
#5  0x00007a6a21e9caa4 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 = {134595785782976, -7454500449505764636, 134595785782976, -352, 2, 140735508553904, -7454500449518347548, -7454579458878334236}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x00007a6a21f29c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7a6a221a7c40 (LWP 3616495) "ruby"):
#0  0x000061c0b6a07eae in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
No symbol table info available.
#1  0x000061c0b6a08e6a in __sanitizer::Semaphore::Wait() ()
No symbol table info available.
#2  0x000061c0b69557f8 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  0x000061c0b69555e9 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  0x000061c0b695541d 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  0x000061c0b6954e5d in __sanitizer::Quarantine<__asan::QuarantineCallback, __asan::AsanChunk>::DoRecycle(__sanitizer::QuarantineCache<__asan::QuarantineCallback>*, __asan::QuarantineCallback) ()
No symbol table info available.
#6  0x000061c0b6954aa6 in __sanitizer::Quarantine<__asan::QuarantineCallback, __asan::AsanChunk>::Recycle(unsigned long, __asan::QuarantineCallback) ()
No symbol table info available.
#7  0x000061c0b6956d76 in __sanitizer::Quarantine<__asan::QuarantineCallback, __asan::AsanChunk>::Put(__sanitizer::QuarantineCache<__asan::QuarantineCallback>*, __asan::QuarantineCallback, __asan::AsanChunk*, unsigned long) ()
No symbol table info available.
#8  0x000061c0b69edc40 in __interceptor_free ()
No symbol table info available.
#9  0x00007a69fece4db4 in ?? () from /lib/x86_64-linux-gnu/libcrypto.so.3
No symbol table info available.
#10 0x00007a69fece237d in ?? () from /lib/x86_64-linux-gnu/libcrypto.so.3
No symbol table info available.
#11 0x00007a69fece2572 in ?? () from /lib/x86_64-linux-gnu/libcrypto.so.3
No symbol table info available.
#12 0x00007a69fece22a9 in ?? () from /lib/x86_64-linux-gnu/libcrypto.so.3
No symbol table info available.
#13 0x00007a69fece247b in ASN1_item_free () from /lib/x86_64-linux-gnu/libcrypto.so.3
No symbol table info available.
#14 0x00007a69fef7b889 in X509_OBJECT_free () from /lib/x86_64-linux-gnu/libcrypto.so.3
No symbol table info available.
#15 0x00007a69fef4d629 in OPENSSL_sk_pop_free () from /lib/x86_64-linux-gnu/libcrypto.so.3
No symbol table info available.
#16 0x00007a69fef7beaf in X509_STORE_free () from /lib/x86_64-linux-gnu/libcrypto.so.3
No symbol table info available.
#17 0x000061c0b6a9bffd in rb_data_free (objspace=0x51d000000a80, obj=134595633139240) at /tmp/ruby/src/trunk_asan/gc.c:1282
        dfree = 0x0
        free_immediately = -512
        data = <optimized out>
        dfree = <optimized out>
        free_immediately = <optimized out>
#18 rb_gc_obj_free (objspace=<optimized out>, obj=134595633139240) at /tmp/ruby/src/trunk_asan/gc.c:1428
        args = <optimized out>
#19 0x000061c0b6a69a24 in rb_gc_impl_shutdown_call_finalizer (objspace_ptr=0x51d000000a80) at /tmp/ruby/src/trunk_asan/gc/default/default.c:3080
        poisoned = 0x0
        vp = 134595633139240
        page = <optimized out>
        p = 134595633139240
        pend = 134595633152000
        i = 166
        objspace = 0x51d000000a80
        lock_lev = 0
        i = <optimized out>
        page = <optimized out>
        p = <optimized out>
        pend = <optimized out>
        stride = <optimized out>
        vp = <optimized out>
        poisoned = <optimized out>
        unpoisoning = <optimized out>
#20 rb_objspace_call_finalizer () at /tmp/ruby/src/trunk_asan/gc.c:1805
No locals.
#21 0x000061c0b6a32159 in rb_ec_finalize (ec=0x5170000000d0) at /tmp/ruby/src/trunk_asan/eval.c:166
No locals.
#22 rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:257
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7fff89feb850, <optimized out>, 0x7fff89feb720, <optimized out>, <optimized out>}, prev = 0x7a6a1fffba40, state = RUBY_TAG_NONE, lock_rec = 0}
        save_error = 4
        sysex = 0
        signaled = 0
        th0 = 0x515000000300
        step = 4
        message = 4
        th = 0x515000000300
        buf = <optimized out>
        state = <optimized out>
#23 0x000061c0b6a31844 in ruby_cleanup (ex=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:180
No locals.
#24 0x000061c0b6a3275b in ruby_stop (ex=520, ex@entry=6) at /tmp/ruby/src/trunk_asan/eval.c:292
No locals.
#25 0x000061c0b6bd7b8d in rb_f_fork (obj=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4294
        status = <optimized out>
        pid = <optimized out>
#26 0x000061c0b6e70248 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 = 0x7a6a00302818
        cfunc = 0x506000048748
        recv = 134595691271080
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#27 0x000061c0b6e090cf in vm_sendish (ec=0x5170000000d0, reg_cfp=0x7a6a21a183d8, cd=0x50e000613d20, 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>
#28 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 = 0x50e000613d20
        insns_address_table = {0x61c0b6e04c96 <vm_exec_core+1494>, 0x61c0b6e05f9d <vm_exec_core+6365>, 0x61c0b6e0b131 <vm_exec_core+27249>, 0x61c0b6e05b0f <vm_exec_core+5199>, 0x61c0b6e0bee2 <vm_exec_core+30754>, 0x61c0b6e09ce4 <vm_exec_core+22052>, 0x61c0b6e0798e <vm_exec_core+13006>, 0x61c0b6e04dfe <vm_exec_core+1854>, 0x61c0b6e0b724 <vm_exec_core+28772>, 0x61c0b6e0b46c <vm_exec_core+28076>, 0x61c0b6e05d8c <vm_exec_core+5836>, 0x61c0b6e052ee <vm_exec_core+3118>, 0x61c0b6e0a3e6 <vm_exec_core+23846>, 0x61c0b6e06893 <vm_exec_core+8659>, 0x61c0b6e0b925 <vm_exec_core+29285>, 0x61c0b6e0b5ce <vm_exec_core+28430>, 0x61c0b6e06f81 <vm_exec_core+10433>, 0x61c0b6e0791d <vm_exec_core+12893>, 0x61c0b6e09f45 <vm_exec_core+22661>, 0x61c0b6e0b545 <vm_exec_core+28293>, 0x61c0b6e093f0 <vm_exec_core+19760>, 0x61c0b6e09fce <vm_exec_core+22798>, 0x61c0b6e0aa87 <vm_exec_core+25543>, 0x61c0b6e0932d <vm_exec_core+19565>, 0x61c0b6e0522b <vm_exec_core+2923>, 0x61c0b6e099e7 <vm_exec_core+21287>, 0x61c0b6e050be <vm_exec_core+2558>, 0x61c0b6e054f4 <vm_exec_core+3636>, 0x61c0b6e07204 <vm_exec_core+11076>, 0x61c0b6e08efa <vm_exec_core+18490>, 0x61c0b6e09880 <vm_exec_core+20928>, 0x61c0b6e08b9f <vm_exec_core+17631>, 0x61c0b6e04cca <vm_exec_core+1546>, 0x61c0b6e0acb7 <vm_exec_core+26103>, 0x61c0b6e0b397 <vm_exec_core+27863>, 0x61c0b6e0569b <vm_exec_core+4059>, 0x61c0b6e06247 <vm_exec_core+7047>, 0x61c0b6e05f05 <vm_exec_core+6213>, 0x61c0b6e06982 <vm_exec_core+8898>, 0x61c0b6e077b9 <vm_exec_core+12537>, 0x61c0b6e05742 <vm_exec_core+4226>, 0x61c0b6e0ab1f <vm_exec_core+25695>, 0x61c0b6e061d1 <vm_exec_core+6929>, 0x61c0b6e07667 <vm_exec_core+12199>, 0x61c0b6e0812e <vm_exec_core+14958>, 0x61c0b6e0a47c <vm_exec_core+23996>, 0x61c0b6e095b2 <vm_exec_core+20210>, 0x61c0b6e06c5c <vm_exec_core+9628>, 0x61c0b6e064de <vm_exec_core+7710>, 0x61c0b6e0a2d2 <vm_exec_core+23570>, 0x61c0b6e073e4 <vm_exec_core+11556>, 0x61c0b6e09ae6 <vm_exec_core+21542>, 0x61c0b6e09624 <vm_exec_core+20324>, 0x61c0b6e09b9d <vm_exec_core+21725>, 0x61c0b6e0b069 <vm_exec_core+27049>, 0x61c0b6e089b1 <vm_exec_core+17137>, 0x61c0b6e0a535 <vm_exec_core+24181>, 0x61c0b6e04a18 <vm_exec_core+856>, 0x61c0b6e0a063 <vm_exec_core+22947>, 0x61c0b6e06d7b <vm_exec_core+9915>, 0x61c0b6e09288 <vm_exec_core+19400>, 0x61c0b6e094c8 <vm_exec_core+19976>, 0x61c0b6e07d62 <vm_exec_core+13986>, 0x61c0b6e055a8 <vm_exec_core+3816>, 0x61c0b6e07129 <vm_exec_core+10857>, 0x61c0b6e06766 <vm_exec_core+8358>, 0x61c0b6e09c1b <vm_exec_core+21851>, 0x61c0b6e058d3 <vm_exec_core+4627>, 0x61c0b6e07b0f <vm_exec_core+13391>, 0x61c0b6e0845f <vm_exec_core+15775>, 0x61c0b6e06a60 <vm_exec_core+9120>, 0x61c0b6e12670 <vm_exec_core+57264>, 0x61c0b6e06435 <vm_exec_core+7541>, 0x61c0b6e0632d <vm_exec_core+7277>, 0x61c0b6e06638 <vm_exec_core+8056>, 0x61c0b6e07023 <vm_exec_core+10595>, 0x61c0b6e08d9e <vm_exec_core+18142>, 0x61c0b6e081e9 <vm_exec_core+15145>, 0x61c0b6e098ff <vm_exec_core+21055>, 0x61c0b6e08645 <vm_exec_core+16261>, 0x61c0b6e0abe0 <vm_exec_core+25888>, 0x61c0b6e0c187 <vm_exec_core+31431>, 0x61c0b6e0ae24 <vm_exec_core+26468>, 0x61c0b6e0ba75 <vm_exec_core+29621>, 0x61c0b6e0bb66 <vm_exec_core+29862>, 0x61c0b6e05150 <vm_exec_core+2704>, 0x61c0b6e0b64d <vm_exec_core+28557>, 0x61c0b6e07309 <vm_exec_core+11337>, 0x61c0b6e0b848 <vm_exec_core+29064>, 0x61c0b6e06e4a <vm_exec_core+10122>, 0x61c0b6e0ad5b <vm_exec_core+26267>, 0x61c0b6e04fe7 <vm_exec_core+2343>, 0x61c0b6e057cd <vm_exec_core+4365>, 0x61c0b6e0bdaa <vm_exec_core+30442>, 0x61c0b6e076ed <vm_exec_core+12333>, 0x61c0b6e074ea <vm_exec_core+11818>, 0x61c0b6e04a1d <vm_exec_core+861>, 0x61c0b6e04f0a <vm_exec_core+2122>, 0x61c0b6e04aa3 <vm_exec_core+995>, 0x61c0b6e0af13 <vm_exec_core+26707>, 0x61c0b6e0886e <vm_exec_core+16814>, 0x61c0b6e07f32 <vm_exec_core+14450>, 0x61c0b6e0874a <vm_exec_core+16522>, 0x61c0b6e08396 <vm_exec_core+15574>, 0x61c0b6e0757f <vm_exec_core+11967>, 0x61c0b6e07e3d <vm_exec_core+14205>, 0x61c0b6e07809 <vm_exec_core+12617>, 0x61c0b6e0804c <vm_exec_core+14732>, 0x61c0b6e080bd <vm_exec_core+14845>, 0x61c0b6e04c87 <vm_exec_core+1479>, 0x61c0b6e05f8e <vm_exec_core+6350>, 0x61c0b6e0b122 <vm_exec_core+27234>, 0x61c0b6e05b00 <vm_exec_core+5184>, 0x61c0b6e0bed3 <vm_exec_core+30739>, 0x61c0b6e09cd5 <vm_exec_core+22037>, 0x61c0b6e0797f <vm_exec_core+12991>, 0x61c0b6e04def <vm_exec_core+1839>, 0x61c0b6e0b715 <vm_exec_core+28757>, 0x61c0b6e0b45d <vm_exec_core+28061>, 0x61c0b6e05d7d <vm_exec_core+5821>, 0x61c0b6e052df <vm_exec_core+3103>, 0x61c0b6e0a3d7 <vm_exec_core+23831>, 0x61c0b6e06884 <vm_exec_core+8644>, 0x61c0b6e0b916 <vm_exec_core+29270>, 0x61c0b6e0b5bf <vm_exec_core+28415>, 0x61c0b6e06f72 <vm_exec_core+10418>, 0x61c0b6e0790e <vm_exec_core+12878>, 0x61c0b6e09f36 <vm_exec_core+22646>, 0x61c0b6e0b536 <vm_exec_core+28278>, 0x61c0b6e093e1 <vm_exec_core+19745>, 0x61c0b6e09fbf <vm_exec_core+22783>, 0x61c0b6e0aa78 <vm_exec_core+25528>, 0x61c0b6e0931e <vm_exec_core+19550>, 0x61c0b6e0521c <vm_exec_core+2908>, 0x61c0b6e099d8 <vm_exec_core+21272>, 0x61c0b6e050af <vm_exec_core+2543>, 0x61c0b6e054e5 <vm_exec_core+3621>, 0x61c0b6e071f5 <vm_exec_core+11061>, 0x61c0b6e08eeb <vm_exec_core+18475>, 0x61c0b6e09871 <vm_exec_core+20913>, 0x61c0b6e08b90 <vm_exec_core+17616>, 0x61c0b6e04cbb <vm_exec_core+1531>, 0x61c0b6e0aca8 <vm_exec_core+26088>, 0x61c0b6e0b388 <vm_exec_core+27848>, 0x61c0b6e0568c <vm_exec_core+4044>, 0x61c0b6e06238 <vm_exec_core+7032>, 0x61c0b6e05ef6 <vm_exec_core+6198>, 0x61c0b6e06973 <vm_exec_core+8883>, 0x61c0b6e077aa <vm_exec_core+12522>, 0x61c0b6e05733 <vm_exec_core+4211>, 0x61c0b6e0ab10 <vm_exec_core+25680>, 0x61c0b6e061c2 <vm_exec_core+6914>, 0x61c0b6e07658 <vm_exec_core+12184>, 0x61c0b6e0811f <vm_exec_core+14943>, 0x61c0b6e0a46d <vm_exec_core+23981>, 0x61c0b6e095a3 <vm_exec_core+20195>, 0x61c0b6e06c4d <vm_exec_core+9613>, 0x61c0b6e064cf <vm_exec_core+7695>, 0x61c0b6e0a2c3 <vm_exec_core+23555>, 0x61c0b6e073d5 <vm_exec_core+11541>, 0x61c0b6e09ad7 <vm_exec_core+21527>, 0x61c0b6e09615 <vm_exec_core+20309>, 0x61c0b6e09b8e <vm_exec_core+21710>, 0x61c0b6e0b05a <vm_exec_core+27034>, 0x61c0b6e089a2 <vm_exec_core+17122>, 0x61c0b6e0a526 <vm_exec_core+24166>, 0x61c0b6e099c4 <vm_exec_core+21252>, 0x61c0b6e0a054 <vm_exec_core+22932>, 0x61c0b6e06d6c <vm_exec_core+9900>, 0x61c0b6e09279 <vm_exec_core+19385>, 0x61c0b6e094b9 <vm_exec_core+19961>, 0x61c0b6e07d53 <vm_exec_core+13971>, 0x61c0b6e08ee6 <vm_exec_core+18470>, 0x61c0b6e0711a <vm_exec_core+10842>, 0x61c0b6e06757 <vm_exec_core+8343>, 0x61c0b6e09c0c <vm_exec_core+21836>, 0x61c0b6e058c4 <vm_exec_core+4612>, 0x61c0b6e07b00 <vm_exec_core+13376>, 0x61c0b6e08450 <vm_exec_core+15760>, 0x61c0b6e06a51 <vm_exec_core+9105>, 0x61c0b6e12661 <vm_exec_core+57249>, 0x61c0b6e06426 <vm_exec_core+7526>, 0x61c0b6e0631e <vm_exec_core+7262>, 0x61c0b6e06629 <vm_exec_core+8041>, 0x61c0b6e07014 <vm_exec_core+10580>, 0x61c0b6e08d8f <vm_exec_core+18127>, 0x61c0b6e081da <vm_exec_core+15130>, 0x61c0b6e08d8a <vm_exec_core+18122>, 0x61c0b6e0959e <vm_exec_core+20190>, 0x61c0b6e09599 <vm_exec_core+20185>, 0x61c0b6e06624 <vm_exec_core+8036>, 0x61c0b6e099c4 <vm_exec_core+21252>, 0x61c0b6e07773 <vm_exec_core+12467>, 0x61c0b6e07778 <vm_exec_core+12472>, 0x61c0b6e09594 <vm_exec_core+20180>, 0x61c0b6e093dc <vm_exec_core+19740>, 0x61c0b6e0844b <vm_exec_core+15755>, 0x61c0b6e08382 <vm_exec_core+15554>, 0x61c0b6e0948b <vm_exec_core+19915>, 0x61c0b6e08855 <vm_exec_core+16789>...}
        reg_cfp = 0x7a6a21a183d8
        reg_pc = 0x515000294320
        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>
#29 0x000061c0b6dff852 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>
#30 0x000061c0b6e90ed2 in invoke_iseq_block_from_c (ec=0x5170000000d0, captured=0x7a6a21a18620, self=134596218430800, 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 = 0x7a6a215ed408
        cfp = <optimized out>
        sp = 0x7a6a21918a28
        use_argv = 0x7a6a1fec6860
        stack_argv = 0x7a6a21918a28
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#31 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 = 0x7a6a21a18620
#32 0x000061c0b6e318ac 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.
#33 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.
#34 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#35 0x000061c0b6e318ac in rb_yield (val=<optimized out>)
No locals.
#36 0x000061c0b700b986 in rb_ary_collect (ary=134595581716600) at /tmp/ruby/src/trunk_asan/array.c:3763
        collect = 134595694491920
        i = 69
#37 0x000061c0b6e70248 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 = 0x7a6a217ae670
        cfunc = 0x506000020188
        recv = 134595581716600
th: 0x515000000300, native_id: 0x7a6a221a7c40
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#38 0x000061c0b6e090cf in vm_sendish (ec=0x5170000000d0, reg_cfp=0x7a6a21a18608, 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>
-- Control frame information -----------------------------------------------
c:0020 p:---- s:0138 e:000137 l:y b:---- CFUNC  :fork
        argc = <optimized out>
        recv = <optimized out>
c:0019 p:0004 s:0134 E:000438 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_process.rb:2471
c:0018 p:0039 s:0130 e:000129 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/lib/timeout.rb:295
        cc = <optimized out>
c:0017 p:0023 s:0125 e:000124 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/lib/timeout.rb:38
c:0016 p:0130 s:0118 E:001d68 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/lib/timeout.rb:304
        calling = <optimized out>
#39 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:856
c:0015 p:0045 s:0107 e:000106 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/envutil.rb:78
c:0014 p:0024 s:0099 E:000860 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/test/ruby/test_process.rb:2470
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
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
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
        cd = 0x512000013db0
        insns_address_table = {0x61c0b6e04c96 <vm_exec_core+1494>, 0x61c0b6e05f9d <vm_exec_core+6365>, 0x61c0b6e0b131 <vm_exec_core+27249>, 0x61c0b6e05b0f <vm_exec_core+5199>, 0x61c0b6e0bee2 <vm_exec_core+30754>, 0x61c0b6e09ce4 <vm_exec_core+22052>, 0x61c0b6e0798e <vm_exec_core+13006>, 0x61c0b6e04dfe <vm_exec_core+1854>, 0x61c0b6e0b724 <vm_exec_core+28772>, 0x61c0b6e0b46c <vm_exec_core+28076>, 0x61c0b6e05d8c <vm_exec_core+5836>, 0x61c0b6e052ee <vm_exec_core+3118>, 0x61c0b6e0a3e6 <vm_exec_core+23846>, 0x61c0b6e06893 <vm_exec_core+8659>, 0x61c0b6e0b925 <vm_exec_core+29285>, 0x61c0b6e0b5ce <vm_exec_core+28430>, 0x61c0b6e06f81 <vm_exec_core+10433>, 0x61c0b6e0791d <vm_exec_core+12893>, 0x61c0b6e09f45 <vm_exec_core+22661>, 0x61c0b6e0b545 <vm_exec_core+28293>, 0x61c0b6e093f0 <vm_exec_core+19760>, 0x61c0b6e09fce <vm_exec_core+22798>, 0x61c0b6e0aa87 <vm_exec_core+25543>, 0x61c0b6e0932d <vm_exec_core+19565>, 0x61c0b6e0522b <vm_exec_core+2923>, 0x61c0b6e099e7 <vm_exec_core+21287>, 0x61c0b6e050be <vm_exec_core+2558>, 0x61c0b6e054f4 <vm_exec_core+3636>, 0x61c0b6e07204 <vm_exec_core+11076>, 0x61c0b6e08efa <vm_exec_core+18490>, 0x61c0b6e09880 <vm_exec_core+20928>, 0x61c0b6e08b9f <vm_exec_core+17631>, 0x61c0b6e04cca <vm_exec_core+1546>, 0x61c0b6e0acb7 <vm_exec_core+26103>, 0x61c0b6e0b397 <vm_exec_core+27863>, 0x61c0b6e0569b <vm_exec_core+4059>, 0x61c0b6e06247 <vm_exec_core+7047>, 0x61c0b6e05f05 <vm_exec_core+6213>, 0x61c0b6e06982 <vm_exec_core+8898>, 0x61c0b6e077b9 <vm_exec_core+12537>, 0x61c0b6e05742 <vm_exec_core+4226>, 0x61c0b6e0ab1f <vm_exec_core+25695>, 0x61c0b6e061d1 <vm_exec_core+6929>, 0x61c0b6e07667 <vm_exec_core+12199>, 0x61c0b6e0812e <vm_exec_core+14958>, 0x61c0b6e0a47c <vm_exec_core+23996>, 0x61c0b6e095b2 <vm_exec_core+20210>, 0x61c0b6e06c5c <vm_exec_core+9628>, 0x61c0b6e064de <vm_exec_core+7710>, 0x61c0b6e0a2d2 <vm_exec_core+23570>, 0x61c0b6e073e4 <vm_exec_core+11556>, 0x61c0b6e09ae6 <vm_exec_core+21542>, 0x61c0b6e09624 <vm_exec_core+20324>, 0x61c0b6e09b9d <vm_exec_core+21725>, 0x61c0b6e0b069 <vm_exec_core+27049>, 0x61c0b6e089b1 <vm_exec_core+17137>, 0x61c0b6e0a535 <vm_exec_core+24181>, 0x61c0b6e04a18 <vm_exec_core+856>, 0x61c0b6e0a063 <vm_exec_core+22947>, 0x61c0b6e06d7b <vm_exec_core+9915>, 0x61c0b6e09288 <vm_exec_core+19400>, 0x61c0b6e094c8 <vm_exec_core+19976>, 0x61c0b6e07d62 <vm_exec_core+13986>, 0x61c0b6e055a8 <vm_exec_core+3816>, 0x61c0b6e07129 <vm_exec_core+10857>, 0x61c0b6e06766 <vm_exec_core+8358>, 0x61c0b6e09c1b <vm_exec_core+21851>, 0x61c0b6e058d3 <vm_exec_core+4627>, 0x61c0b6e07b0f <vm_exec_core+13391>, 0x61c0b6e0845f <vm_exec_core+15775>, 0x61c0b6e06a60 <vm_exec_core+9120>, 0x61c0b6e12670 <vm_exec_core+57264>, 0x61c0b6e06435 <vm_exec_core+7541>, 0x61c0b6e0632d <vm_exec_core+7277>, 0x61c0b6e06638 <vm_exec_core+8056>, 0x61c0b6e07023 <vm_exec_core+10595>, 0x61c0b6e08d9e <vm_exec_core+18142>, 0x61c0b6e081e9 <vm_exec_core+15145>, 0x61c0b6e098ff <vm_exec_core+21055>, 0x61c0b6e08645 <vm_exec_core+16261>, 0x61c0b6e0abe0 <vm_exec_core+25888>, 0x61c0b6e0c187 <vm_exec_core+31431>, 0x61c0b6e0ae24 <vm_exec_core+26468>, 0x61c0b6e0ba75 <vm_exec_core+29621>, 0x61c0b6e0bb66 <vm_exec_core+29862>, 0x61c0b6e05150 <vm_exec_core+2704>, 0x61c0b6e0b64d <vm_exec_core+28557>, 0x61c0b6e07309 <vm_exec_core+11337>, 0x61c0b6e0b848 <vm_exec_core+29064>, 0x61c0b6e06e4a <vm_exec_core+10122>, 0x61c0b6e0ad5b <vm_exec_core+26267>, 0x61c0b6e04fe7 <vm_exec_core+2343>, 0x61c0b6e057cd <vm_exec_core+4365>, 0x61c0b6e0bdaa <vm_exec_core+30442>, 0x61c0b6e076ed <vm_exec_core+12333>, 0x61c0b6e074ea <vm_exec_core+11818>, 0x61c0b6e04a1d <vm_exec_core+861>, 0x61c0b6e04f0a <vm_exec_core+2122>, 0x61c0b6e04aa3 <vm_exec_core+995>, 0x61c0b6e0af13 <vm_exec_core+26707>, 0x61c0b6e0886e <vm_exec_core+16814>, 0x61c0b6e07f32 <vm_exec_core+14450>, 0x61c0b6e0874a <vm_exec_core+16522>, 0x61c0b6e08396 <vm_exec_core+15574>, 0x61c0b6e0757f <vm_exec_core+11967>, 0x61c0b6e07e3d <vm_exec_core+14205>, 0x61c0b6e07809 <vm_exec_core+12617>, 0x61c0b6e0804c <vm_exec_core+14732>, 0x61c0b6e080bd <vm_exec_core+14845>, 0x61c0b6e04c87 <vm_exec_core+1479>, 0x61c0b6e05f8e <vm_exec_core+6350>, 0x61c0b6e0b122 <vm_exec_core+27234>, 0x61c0b6e05b00 <vm_exec_core+5184>, 0x61c0b6e0bed3 <vm_exec_core+30739>, 0x61c0b6e09cd5 <vm_exec_core+22037>, 0x61c0b6e0797f <vm_exec_core+12991>, 0x61c0b6e04def <vm_exec_core+1839>, 0x61c0b6e0b715 <vm_exec_core+28757>, 0x61c0b6e0b45d <vm_exec_core+28061>, 0x61c0b6e05d7d <vm_exec_core+5821>, 0x61c0b6e052df <vm_exec_core+3103>, 0x61c0b6e0a3d7 <vm_exec_core+23831>, 0x61c0b6e06884 <vm_exec_core+8644>, 0x61c0b6e0b916 <vm_exec_core+29270>, 0x61c0b6e0b5bf <vm_exec_core+28415>, 0x61c0b6e06f72 <vm_exec_core+10418>, 0x61c0b6e0790e <vm_exec_core+12878>, 0x61c0b6e09f36 <vm_exec_core+22646>, 0x61c0b6e0b536 <vm_exec_core+28278>, 0x61c0b6e093e1 <vm_exec_core+19745>, 0x61c0b6e09fbf <vm_exec_core+22783>, 0x61c0b6e0aa78 <vm_exec_core+25528>, 0x61c0b6e0931e <vm_exec_core+19550>, 0x61c0b6e0521c <vm_exec_core+2908>, 0x61c0b6e099d8 <vm_exec_core+21272>, 0x61c0b6e050af <vm_exec_core+2543>, 0x61c0b6e054e5 <vm_exec_core+3621>, 0x61c0b6e071f5 <vm_exec_core+11061>, 0x61c0b6e08eeb <vm_exec_core+18475>, 0x61c0b6e09871 <vm_exec_core+20913>, 0x61c0b6e08b90 <vm_exec_core+17616>, 0x61c0b6e04cbb <vm_exec_core+1531>, 0x61c0b6e0aca8 <vm_exec_core+26088>, 0x61c0b6e0b388 <vm_exec_core+27848>, 0x61c0b6e0568c <vm_exec_core+4044>, 0x61c0b6e06238 <vm_exec_core+7032>, 0x61c0b6e05ef6 <vm_exec_core+6198>, 0x61c0b6e06973 <vm_exec_core+8883>, 0x61c0b6e077aa <vm_exec_core+12522>, 0x61c0b6e05733 <vm_exec_core+4211>, 0x61c0b6e0ab10 <vm_exec_core+25680>, 0x61c0b6e061c2 <vm_exec_core+6914>, 0x61c0b6e07658 <vm_exec_core+12184>, 0x61c0b6e0811f <vm_exec_core+14943>, 0x61c0b6e0a46d <vm_exec_core+23981>, 0x61c0b6e095a3 <vm_exec_core+20195>, 0x61c0b6e06c4d <vm_exec_core+9613>, 0x61c0b6e064cf <vm_exec_core+7695>, 0x61c0b6e0a2c3 <vm_exec_core+23555>, 0x61c0b6e073d5 <vm_exec_core+11541>, 0x61c0b6e09ad7 <vm_exec_core+21527>, 0x61c0b6e09615 <vm_exec_core+20309>, 0x61c0b6e09b8e <vm_exec_core+21710>, 0x61c0b6e0b05a <vm_exec_core+27034>, 0x61c0b6e089a2 <vm_exec_core+17122>, 0x61c0b6e0a526 <vm_exec_core+24166>, 0x61c0b6e099c4 <vm_exec_core+21252>, 0x61c0b6e0a054 <vm_exec_core+22932>, 0x61c0b6e06d6c <vm_exec_core+9900>, 0x61c0b6e09279 <vm_exec_core+19385>, 0x61c0b6e094b9 <vm_exec_core+19961>, 0x61c0b6e07d53 <vm_exec_core+13971>, 0x61c0b6e08ee6 <vm_exec_core+18470>, 0x61c0b6e0711a <vm_exec_core+10842>, 0x61c0b6e06757 <vm_exec_core+8343>, 0x61c0b6e09c0c <vm_exec_core+21836>, 0x61c0b6e058c4 <vm_exec_core+4612>, 0x61c0b6e07b00 <vm_exec_core+13376>, 0x61c0b6e08450 <vm_exec_core+15760>, 0x61c0b6e06a51 <vm_exec_core+9105>, 0x61c0b6e12661 <vm_exec_core+57249>, 0x61c0b6e06426 <vm_exec_core+7526>, 0x61c0b6e0631e <vm_exec_core+7262>, 0x61c0b6e06629 <vm_exec_core+8041>, 0x61c0b6e07014 <vm_exec_core+10580>, 0x61c0b6e08d8f <vm_exec_core+18127>, 0x61c0b6e081da <vm_exec_core+15130>, 0x61c0b6e08d8a <vm_exec_core+18122>, 0x61c0b6e0959e <vm_exec_core+20190>, 0x61c0b6e09599 <vm_exec_core+20185>, 0x61c0b6e06624 <vm_exec_core+8036>, 0x61c0b6e099c4 <vm_exec_core+21252>, 0x61c0b6e07773 <vm_exec_core+12467>, 0x61c0b6e07778 <vm_exec_core+12472>, 0x61c0b6e09594 <vm_exec_core+20180>, 0x61c0b6e093dc <vm_exec_core+19740>, 0x61c0b6e0844b <vm_exec_core+15755>, 0x61c0b6e08382 <vm_exec_core+15554>, 0x61c0b6e0948b <vm_exec_core+19915>, 0x61c0b6e08855 <vm_exec_core+16789>...}
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
        reg_cfp = 0x7a6a21a18608
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
        reg_pc = 0x51900001b210
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
c:0007 p:0069 s:0046 E:001aa0 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:52
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]
        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>
c:0005 p:---- s:0026 e:000025 l:y b:---- CFUNC  :map
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_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>
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]
        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>
#40 0x000061c0b6dffc41 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.
#41 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
#42 0x000061c0b6e90ed2 in invoke_iseq_block_from_c (ec=0x5170000000d0, captured=0x7a6a21a18738, self=134596218430800, 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 = 0x7a6a2172b9c8
        cfp = <optimized out>
        sp = 0x7a6a219188d0
        use_argv = 0x7a6a1fe07be0
        stack_argv = 0x7a6a219188d0
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#43 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 = 0x7a6a21a18738
#44 0x000061c0b6e318ac 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.
#45 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.
#46 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#47 0x000061c0b6e318ac in rb_yield (val=<optimized out>)
No locals.
#48 0x000061c0b700b986 in rb_ary_collect (ary=134595581717920) at /tmp/ruby/src/trunk_asan/array.c:3763
        collect = 134595581717840
        i = 0
#49 0x000061c0b6e70248 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 = 0x7a6a217ae670
        cfunc = 0x506000020188
        recv = 134595581717920
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#50 0x000061c0b6e090cf in vm_sendish (ec=0x5170000000d0, reg_cfp=0x7a6a21a18720, cd=0x50200002ac10, 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>
#51 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 = 0x50200002ac10
        insns_address_table = {0x61c0b6e04c96 <vm_exec_core+1494>, 0x61c0b6e05f9d <vm_exec_core+6365>, 0x61c0b6e0b131 <vm_exec_core+27249>, 0x61c0b6e05b0f <vm_exec_core+5199>, 0x61c0b6e0bee2 <vm_exec_core+30754>, 0x61c0b6e09ce4 <vm_exec_core+22052>, 0x61c0b6e0798e <vm_exec_core+13006>, 0x61c0b6e04dfe <vm_exec_core+1854>, 0x61c0b6e0b724 <vm_exec_core+28772>, 0x61c0b6e0b46c <vm_exec_core+28076>, 0x61c0b6e05d8c <vm_exec_core+5836>, 0x61c0b6e052ee <vm_exec_core+3118>, 0x61c0b6e0a3e6 <vm_exec_core+23846>, 0x61c0b6e06893 <vm_exec_core+8659>, 0x61c0b6e0b925 <vm_exec_core+29285>, 0x61c0b6e0b5ce <vm_exec_core+28430>, 0x61c0b6e06f81 <vm_exec_core+10433>, 0x61c0b6e0791d <vm_exec_core+12893>, 0x61c0b6e09f45 <vm_exec_core+22661>, 0x61c0b6e0b545 <vm_exec_core+28293>, 0x61c0b6e093f0 <vm_exec_core+19760>, 0x61c0b6e09fce <vm_exec_core+22798>, 0x61c0b6e0aa87 <vm_exec_core+25543>, 0x61c0b6e0932d <vm_exec_core+19565>, 0x61c0b6e0522b <vm_exec_core+2923>, 0x61c0b6e099e7 <vm_exec_core+21287>, 0x61c0b6e050be <vm_exec_core+2558>, 0x61c0b6e054f4 <vm_exec_core+3636>, 0x61c0b6e07204 <vm_exec_core+11076>, 0x61c0b6e08efa <vm_exec_core+18490>, 0x61c0b6e09880 <vm_exec_core+20928>, 0x61c0b6e08b9f <vm_exec_core+17631>, 0x61c0b6e04cca <vm_exec_core+1546>, 0x61c0b6e0acb7 <vm_exec_core+26103>, 0x61c0b6e0b397 <vm_exec_core+27863>, 0x61c0b6e0569b <vm_exec_core+4059>, 0x61c0b6e06247 <vm_exec_core+7047>, 0x61c0b6e05f05 <vm_exec_core+6213>, 0x61c0b6e06982 <vm_exec_core+8898>, 0x61c0b6e077b9 <vm_exec_core+12537>, 0x61c0b6e05742 <vm_exec_core+4226>, 0x61c0b6e0ab1f <vm_exec_core+25695>, 0x61c0b6e061d1 <vm_exec_core+6929>, 0x61c0b6e07667 <vm_exec_core+12199>, 0x61c0b6e0812e <vm_exec_core+14958>, 0x61c0b6e0a47c <vm_exec_core+23996>, 0x61c0b6e095b2 <vm_exec_core+20210>, 0x61c0b6e06c5c <vm_exec_core+9628>, 0x61c0b6e064de <vm_exec_core+7710>, 0x61c0b6e0a2d2 <vm_exec_core+23570>, 0x61c0b6e073e4 <vm_exec_core+11556>, 0x61c0b6e09ae6 <vm_exec_core+21542>, 0x61c0b6e09624 <vm_exec_core+20324>, 0x61c0b6e09b9d <vm_exec_core+21725>, 0x61c0b6e0b069 <vm_exec_core+27049>, 0x61c0b6e089b1 <vm_exec_core+17137>, 0x61c0b6e0a535 <vm_exec_core+24181>, 0x61c0b6e04a18 <vm_exec_core+856>, 0x61c0b6e0a063 <vm_exec_core+22947>, 0x61c0b6e06d7b <vm_exec_core+9915>, 0x61c0b6e09288 <vm_exec_core+19400>, 0x61c0b6e094c8 <vm_exec_core+19976>, 0x61c0b6e07d62 <vm_exec_core+13986>, 0x61c0b6e055a8 <vm_exec_core+3816>, 0x61c0b6e07129 <vm_exec_core+10857>, 0x61c0b6e06766 <vm_exec_core+8358>, 0x61c0b6e09c1b <vm_exec_core+21851>, 0x61c0b6e058d3 <vm_exec_core+4627>, 0x61c0b6e07b0f <vm_exec_core+13391>, 0x61c0b6e0845f <vm_exec_core+15775>, 0x61c0b6e06a60 <vm_exec_core+9120>, 0x61c0b6e12670 <vm_exec_core+57264>, 0x61c0b6e06435 <vm_exec_core+7541>, 0x61c0b6e0632d <vm_exec_core+7277>, 0x61c0b6e06638 <vm_exec_core+8056>, 0x61c0b6e07023 <vm_exec_core+10595>, 0x61c0b6e08d9e <vm_exec_core+18142>, 0x61c0b6e081e9 <vm_exec_core+15145>, 0x61c0b6e098ff <vm_exec_core+21055>, 0x61c0b6e08645 <vm_exec_core+16261>, 0x61c0b6e0abe0 <vm_exec_core+25888>, 0x61c0b6e0c187 <vm_exec_core+31431>, 0x61c0b6e0ae24 <vm_exec_core+26468>, 0x61c0b6e0ba75 <vm_exec_core+29621>, 0x61c0b6e0bb66 <vm_exec_core+29862>, 0x61c0b6e05150 <vm_exec_core+2704>, 0x61c0b6e0b64d <vm_exec_core+28557>, 0x61c0b6e07309 <vm_exec_core+11337>, 0x61c0b6e0b848 <vm_exec_core+29064>, 0x61c0b6e06e4a <vm_exec_core+10122>, 0x61c0b6e0ad5b <vm_exec_core+26267>, 0x61c0b6e04fe7 <vm_exec_core+2343>, 0x61c0b6e057cd <vm_exec_core+4365>, 0x61c0b6e0bdaa <vm_exec_core+30442>, 0x61c0b6e076ed <vm_exec_core+12333>, 0x61c0b6e074ea <vm_exec_core+11818>, 0x61c0b6e04a1d <vm_exec_core+861>, 0x61c0b6e04f0a <vm_exec_core+2122>, 0x61c0b6e04aa3 <vm_exec_core+995>, 0x61c0b6e0af13 <vm_exec_core+26707>, 0x61c0b6e0886e <vm_exec_core+16814>, 0x61c0b6e07f32 <vm_exec_core+14450>, 0x61c0b6e0874a <vm_exec_core+16522>, 0x61c0b6e08396 <vm_exec_core+15574>, 0x61c0b6e0757f <vm_exec_core+11967>, 0x61c0b6e07e3d <vm_exec_core+14205>, 0x61c0b6e07809 <vm_exec_core+12617>, 0x61c0b6e0804c <vm_exec_core+14732>, 0x61c0b6e080bd <vm_exec_core+14845>, 0x61c0b6e04c87 <vm_exec_core+1479>, 0x61c0b6e05f8e <vm_exec_core+6350>, 0x61c0b6e0b122 <vm_exec_core+27234>, 0x61c0b6e05b00 <vm_exec_core+5184>, 0x61c0b6e0bed3 <vm_exec_core+30739>, 0x61c0b6e09cd5 <vm_exec_core+22037>, 0x61c0b6e0797f <vm_exec_core+12991>, 0x61c0b6e04def <vm_exec_core+1839>, 0x61c0b6e0b715 <vm_exec_core+28757>, 0x61c0b6e0b45d <vm_exec_core+28061>, 0x61c0b6e05d7d <vm_exec_core+5821>, 0x61c0b6e052df <vm_exec_core+3103>, 0x61c0b6e0a3d7 <vm_exec_core+23831>, 0x61c0b6e06884 <vm_exec_core+8644>, 0x61c0b6e0b916 <vm_exec_core+29270>, 0x61c0b6e0b5bf <vm_exec_core+28415>, 0x61c0b6e06f72 <vm_exec_core+10418>, 0x61c0b6e0790e <vm_exec_core+12878>, 0x61c0b6e09f36 <vm_exec_core+22646>, 0x61c0b6e0b536 <vm_exec_core+28278>, 0x61c0b6e093e1 <vm_exec_core+19745>, 0x61c0b6e09fbf <vm_exec_core+22783>, 0x61c0b6e0aa78 <vm_exec_core+25528>, 0x61c0b6e0931e <vm_exec_core+19550>, 0x61c0b6e0521c <vm_exec_core+2908>, 0x61c0b6e099d8 <vm_exec_core+21272>, 0x61c0b6e050af <vm_exec_core+2543>, 0x61c0b6e054e5 <vm_exec_core+3621>, 0x61c0b6e071f5 <vm_exec_core+11061>, 0x61c0b6e08eeb <vm_exec_core+18475>, 0x61c0b6e09871 <vm_exec_core+20913>, 0x61c0b6e08b90 <vm_exec_core+17616>, 0x61c0b6e04cbb <vm_exec_core+1531>, 0x61c0b6e0aca8 <vm_exec_core+26088>, 0x61c0b6e0b388 <vm_exec_core+27848>, 0x61c0b6e0568c <vm_exec_core+4044>, 0x61c0b6e06238 <vm_exec_core+7032>, 0x61c0b6e05ef6 <vm_exec_core+6198>, 0x61c0b6e06973 <vm_exec_core+8883>, 0x61c0b6e077aa <vm_exec_core+12522>, 0x61c0b6e05733 <vm_exec_core+4211>, 0x61c0b6e0ab10 <vm_exec_core+25680>, 0x61c0b6e061c2 <vm_exec_core+6914>, 0x61c0b6e07658 <vm_exec_core+12184>, 0x61c0b6e0811f <vm_exec_core+14943>, 0x61c0b6e0a46d <vm_exec_core+23981>, 0x61c0b6e095a3 <vm_exec_core+20195>, 0x61c0b6e06c4d <vm_exec_core+9613>, 0x61c0b6e064cf <vm_exec_core+7695>, 0x61c0b6e0a2c3 <vm_exec_core+23555>, 0x61c0b6e073d5 <vm_exec_core+11541>, 0x61c0b6e09ad7 <vm_exec_core+21527>, 0x61c0b6e09615 <vm_exec_core+20309>, 0x61c0b6e09b8e <vm_exec_core+21710>, 0x61c0b6e0b05a <vm_exec_core+27034>, 0x61c0b6e089a2 <vm_exec_core+17122>, 0x61c0b6e0a526 <vm_exec_core+24166>, 0x61c0b6e099c4 <vm_exec_core+21252>, 0x61c0b6e0a054 <vm_exec_core+22932>, 0x61c0b6e06d6c <vm_exec_core+9900>, 0x61c0b6e09279 <vm_exec_core+19385>, 0x61c0b6e094b9 <vm_exec_core+19961>, 0x61c0b6e07d53 <vm_exec_core+13971>, 0x61c0b6e08ee6 <vm_exec_core+18470>, 0x61c0b6e0711a <vm_exec_core+10842>, 0x61c0b6e06757 <vm_exec_core+8343>, 0x61c0b6e09c0c <vm_exec_core+21836>, 0x61c0b6e058c4 <vm_exec_core+4612>, 0x61c0b6e07b00 <vm_exec_core+13376>, 0x61c0b6e08450 <vm_exec_core+15760>, 0x61c0b6e06a51 <vm_exec_core+9105>, 0x61c0b6e12661 <vm_exec_core+57249>, 0x61c0b6e06426 <vm_exec_core+7526>, 0x61c0b6e0631e <vm_exec_core+7262>, 0x61c0b6e06629 <vm_exec_core+8041>, 0x61c0b6e07014 <vm_exec_core+10580>, 0x61c0b6e08d8f <vm_exec_core+18127>, 0x61c0b6e081da <vm_exec_core+15130>, 0x61c0b6e08d8a <vm_exec_core+18122>, 0x61c0b6e0959e <vm_exec_core+20190>, 0x61c0b6e09599 <vm_exec_core+20185>, 0x61c0b6e06624 <vm_exec_core+8036>, 0x61c0b6e099c4 <vm_exec_core+21252>, 0x61c0b6e07773 <vm_exec_core+12467>, 0x61c0b6e07778 <vm_exec_core+12472>, 0x61c0b6e09594 <vm_exec_core+20180>, 0x61c0b6e093dc <vm_exec_core+19740>, 0x61c0b6e0844b <vm_exec_core+15755>, 0x61c0b6e08382 <vm_exec_core+15554>, 0x61c0b6e0948b <vm_exec_core+19915>, 0x61c0b6e08855 <vm_exec_core+16789>...}
        reg_cfp = 0x7a6a21a18720
        reg_pc = 0x504000008978
        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>
#52 0x000061c0b6dffc41 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.
#53 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
#54 0x000061c0b6e48d09 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:3064
        ec = 0x5170000000d0
        val = <optimized out>
#55 0x000061c0b6a32c70 in rb_ec_exec_node (ec=0x5170000000d0, n=0x7a6a2172bb58) at /tmp/ruby/src/trunk_asan/eval.c:283
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7fff89fed770, <optimized out>, 0x7fff89fed6c0, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7a6a2172bb58
#56 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:321
        ec = 0x5170000000d0
        status = <optimized out>
#57 0x000061c0b6a2bbb7 in rb_main (argc=11, argv=0x7fff89fed948) at /tmp/ruby/src/trunk_asan/main.c:42
        variable_in_this_stack_frame = <optimized out>
#58 main (argc=11, argv=0x7fff89fed948) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

$1 = true
[Inferior 1 (process 3616495) detached]
$ timeout 60 gdb -p 3574440 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 3616499]
[New LWP 3595591]
[New LWP 3591506]
[New LWP 3577019]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007a6a21f1baca in __GI___libc_read (nbytes=4, buf=0x7a6a20031c40, fd=7) at ../sysdeps/unix/sysv/linux/read.c:26

>>> Threads

  Id   Target Id                                             Frame 
* 1    Thread 0x7a6a221a7c40 (LWP 3574440) "ruby"            0x00007a6a21f1baca in __GI___libc_read (nbytes=4, buf=0x7a6a20031c40, fd=7) at ../sysdeps/unix/sysv/linux/read.c:26
  2    Thread 0x7a6a05fff6c0 (LWP 3616499) "ruby"            0x00007a6a21f1b4fd in __GI___poll (fds=0x7a69e8e3c040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  3    Thread 0x7a69ffef16c0 (LWP 3595591) "parallel.rb:40"  0x00007a6a21f1b4fd in __GI___poll (fds=0x7a69ecb8b260, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  4    Thread 0x7a69f4ef66c0 (LWP 3591506) "Gem::Timeout st" 0x00007a6a21e98d71 in __futex_abstimed_wait_common64 (private=31337, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c000699e10) at ./nptl/futex-internal.c:57
  5    Thread 0x7a69fa3f36c0 (LWP 3577019) "Timeout stdlib " 0x00007a6a21e98d71 in __futex_abstimed_wait_common64 (private=3917, cancel=true, abstime=0x7a69fa3f1120, op=137, expected=0, futex_word=0x50c0003dbd54) at ./nptl/futex-internal.c:57

>>> Machine level backtrace


Thread 5 (Thread 0x7a69fa3f36c0 (LWP 3577019) "Timeout stdlib "):
#0  0x00007a6a21e98d71 in __futex_abstimed_wait_common64 (private=3917, cancel=true, abstime=0x7a69fa3f1120, op=137, expected=0, futex_word=0x50c0003dbd54) 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=3917, abstime=0x7a69fa3f1120, clockid=3917, expected=0, futex_word=0x50c0003dbd54) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 1002496
        op = 137
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x50c0003dbd54, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7a69fa3f1120, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007a6a21e9bc8e in __pthread_cond_wait_common (abstime=0x7a69fa3f1120, clockid=1, mutex=0x515000000e28, cond=0x50c0003dbd28) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7a6a21e9b4b0 <__condvar_cleanup_waiting>, __arg = 0x7a69fa3f1010, __canceltype = -96530400, __prev = 0x0}
        cbuffer = {wseq = 23, cond = 0x50c0003dbd28, mutex = 0x515000000e28, private = 0}
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 23
        seq = 11
        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_timedwait64 (cond=cond@entry=0x50c0003dbd28, mutex=mutex@entry=0x515000000e28, abstime=abstime@entry=0x7a69fa3f1120) at ./nptl/pthread_cond_wait.c:652
        flags = <optimized out>
        clockid = 1
#5  0x000061c0b6d8d110 in native_cond_timedwait (cond=0x50c0003dbd28, mutex=0x515000000e28, abs=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:251
        r = <optimized out>
        ts = <optimized out>
#6  native_cond_sleep (th=th@entry=0x515000000d00, rel=rel@entry=0x7a69f7669120) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2478
        end = <optimized out>
        sched = 0x5150000008d8
        lock = 0x515000000e28
        cond = 0x50c0003dbd28
        max = 100000000000000000
#7  0x000061c0b6d6ddd7 in native_sleep (th=0x515000000d00, rel=0x7a69f7669120) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3334
        sched = <optimized out>
#8  sleep_hrtime (th=<optimized out>, rel=1499960322000, fl=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:1341
        prev_status = THREAD_RUNNABLE
        end = 14524469810545
        woke = 1
#9  0x000061c0b6d8a734 in mutex_sleep_begin (_arguments=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:592
        timeout_value = <optimized out>
        relative_timeout = 18446744073709551100
        arguments = <optimized out>
        timeout = 341005538264671234
        woken = 20
        scheduler = <optimized out>
#10 0x000061c0b6a376ce 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 = 0x517000352c50
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7a69fa3f1410, <optimized out>, 0x7a69fa3f1320, <optimized out>, <optimized out>}, prev = 0x7a69f786fc60, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#11 0x000061c0b6d63f0c in rb_mut_sleep (ec=<optimized out>, self=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:615
        arguments = {self = 134595686720720, timeout = <optimized out>}
        beg = 1768171038
        woken = <optimized out>
        end = <optimized out>
#12 0x000061c0b6a376ce 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 = 0x517000352c50
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7a69fa3f15b0, <optimized out>, 0x7a69fa3f14c0, <optimized out>, <optimized out>}, prev = 0x7a69f786f940, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#13 0x000061c0b6d69397 in rb_condvar_wait (ec=<optimized out>, self=<optimized out>, mutex=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:1237
        args = {ec = 0x517000352c50, mutex = 134595686720720, timeout = 341005538264671234}
        sync_waiter = {self = 134595686720720, th = 0x515000000d00, fiber = 0x0, node = {next = 0x503001991dd0, prev = 0x503001991dd0}}
        cv = <optimized out>
#14 0x000061c0b6e0c459 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>
#15 0x000061c0b6e0c459 in vm_invoke_builtin_delegate (ec=0x517000352c50, cfp=0x7a69f82656e8, bf=<optimized out>, start_index=<optimized out>)
        argv = <optimized out>
#16 vm_exec_core (ec=ec@entry=0x517000352c50) at ../../src/trunk_asan/insns.def:1676
        bf = <optimized out>
        leaf = false
        val = <optimized out>
        index = <optimized out>
        insns_address_table = {0x61c0b6e04c96 <vm_exec_core+1494>, 0x61c0b6e05f9d <vm_exec_core+6365>, 0x61c0b6e0b131 <vm_exec_core+27249>, 0x61c0b6e05b0f <vm_exec_core+5199>, 0x61c0b6e0bee2 <vm_exec_core+30754>, 0x61c0b6e09ce4 <vm_exec_core+22052>, 0x61c0b6e0798e <vm_exec_core+13006>, 0x61c0b6e04dfe <vm_exec_core+1854>, 0x61c0b6e0b724 <vm_exec_core+28772>, 0x61c0b6e0b46c <vm_exec_core+28076>, 0x61c0b6e05d8c <vm_exec_core+5836>, 0x61c0b6e052ee <vm_exec_core+3118>, 0x61c0b6e0a3e6 <vm_exec_core+23846>, 0x61c0b6e06893 <vm_exec_core+8659>, 0x61c0b6e0b925 <vm_exec_core+29285>, 0x61c0b6e0b5ce <vm_exec_core+28430>, 0x61c0b6e06f81 <vm_exec_core+10433>, 0x61c0b6e0791d <vm_exec_core+12893>, 0x61c0b6e09f45 <vm_exec_core+22661>, 0x61c0b6e0b545 <vm_exec_core+28293>, 0x61c0b6e093f0 <vm_exec_core+19760>, 0x61c0b6e09fce <vm_exec_core+22798>, 0x61c0b6e0aa87 <vm_exec_core+25543>, 0x61c0b6e0932d <vm_exec_core+19565>, 0x61c0b6e0522b <vm_exec_core+2923>, 0x61c0b6e099e7 <vm_exec_core+21287>, 0x61c0b6e050be <vm_exec_core+2558>, 0x61c0b6e054f4 <vm_exec_core+3636>, 0x61c0b6e07204 <vm_exec_core+11076>, 0x61c0b6e08efa <vm_exec_core+18490>, 0x61c0b6e09880 <vm_exec_core+20928>, 0x61c0b6e08b9f <vm_exec_core+17631>, 0x61c0b6e04cca <vm_exec_core+1546>, 0x61c0b6e0acb7 <vm_exec_core+26103>, 0x61c0b6e0b397 <vm_exec_core+27863>, 0x61c0b6e0569b <vm_exec_core+4059>, 0x61c0b6e06247 <vm_exec_core+7047>, 0x61c0b6e05f05 <vm_exec_core+6213>, 0x61c0b6e06982 <vm_exec_core+8898>, 0x61c0b6e077b9 <vm_exec_core+12537>, 0x61c0b6e05742 <vm_exec_core+4226>, 0x61c0b6e0ab1f <vm_exec_core+25695>, 0x61c0b6e061d1 <vm_exec_core+6929>, 0x61c0b6e07667 <vm_exec_core+12199>, 0x61c0b6e0812e <vm_exec_core+14958>, 0x61c0b6e0a47c <vm_exec_core+23996>, 0x61c0b6e095b2 <vm_exec_core+20210>, 0x61c0b6e06c5c <vm_exec_core+9628>, 0x61c0b6e064de <vm_exec_core+7710>, 0x61c0b6e0a2d2 <vm_exec_core+23570>, 0x61c0b6e073e4 <vm_exec_core+11556>, 0x61c0b6e09ae6 <vm_exec_core+21542>, 0x61c0b6e09624 <vm_exec_core+20324>, 0x61c0b6e09b9d <vm_exec_core+21725>, 0x61c0b6e0b069 <vm_exec_core+27049>, 0x61c0b6e089b1 <vm_exec_core+17137>, 0x61c0b6e0a535 <vm_exec_core+24181>, 0x61c0b6e04a18 <vm_exec_core+856>, 0x61c0b6e0a063 <vm_exec_core+22947>, 0x61c0b6e06d7b <vm_exec_core+9915>, 0x61c0b6e09288 <vm_exec_core+19400>, 0x61c0b6e094c8 <vm_exec_core+19976>, 0x61c0b6e07d62 <vm_exec_core+13986>, 0x61c0b6e055a8 <vm_exec_core+3816>, 0x61c0b6e07129 <vm_exec_core+10857>, 0x61c0b6e06766 <vm_exec_core+8358>, 0x61c0b6e09c1b <vm_exec_core+21851>, 0x61c0b6e058d3 <vm_exec_core+4627>, 0x61c0b6e07b0f <vm_exec_core+13391>, 0x61c0b6e0845f <vm_exec_core+15775>, 0x61c0b6e06a60 <vm_exec_core+9120>, 0x61c0b6e12670 <vm_exec_core+57264>, 0x61c0b6e06435 <vm_exec_core+7541>, 0x61c0b6e0632d <vm_exec_core+7277>, 0x61c0b6e06638 <vm_exec_core+8056>, 0x61c0b6e07023 <vm_exec_core+10595>, 0x61c0b6e08d9e <vm_exec_core+18142>, 0x61c0b6e081e9 <vm_exec_core+15145>, 0x61c0b6e098ff <vm_exec_core+21055>, 0x61c0b6e08645 <vm_exec_core+16261>, 0x61c0b6e0abe0 <vm_exec_core+25888>, 0x61c0b6e0c187 <vm_exec_core+31431>, 0x61c0b6e0ae24 <vm_exec_core+26468>, 0x61c0b6e0ba75 <vm_exec_core+29621>, 0x61c0b6e0bb66 <vm_exec_core+29862>, 0x61c0b6e05150 <vm_exec_core+2704>, 0x61c0b6e0b64d <vm_exec_core+28557>, 0x61c0b6e07309 <vm_exec_core+11337>, 0x61c0b6e0b848 <vm_exec_core+29064>, 0x61c0b6e06e4a <vm_exec_core+10122>, 0x61c0b6e0ad5b <vm_exec_core+26267>, 0x61c0b6e04fe7 <vm_exec_core+2343>, 0x61c0b6e057cd <vm_exec_core+4365>, 0x61c0b6e0bdaa <vm_exec_core+30442>, 0x61c0b6e076ed <vm_exec_core+12333>, 0x61c0b6e074ea <vm_exec_core+11818>, 0x61c0b6e04a1d <vm_exec_core+861>, 0x61c0b6e04f0a <vm_exec_core+2122>, 0x61c0b6e04aa3 <vm_exec_core+995>, 0x61c0b6e0af13 <vm_exec_core+26707>, 0x61c0b6e0886e <vm_exec_core+16814>, 0x61c0b6e07f32 <vm_exec_core+14450>, 0x61c0b6e0874a <vm_exec_core+16522>, 0x61c0b6e08396 <vm_exec_core+15574>, 0x61c0b6e0757f <vm_exec_core+11967>, 0x61c0b6e07e3d <vm_exec_core+14205>, 0x61c0b6e07809 <vm_exec_core+12617>, 0x61c0b6e0804c <vm_exec_core+14732>, 0x61c0b6e080bd <vm_exec_core+14845>, 0x61c0b6e04c87 <vm_exec_core+1479>, 0x61c0b6e05f8e <vm_exec_core+6350>, 0x61c0b6e0b122 <vm_exec_core+27234>, 0x61c0b6e05b00 <vm_exec_core+5184>, 0x61c0b6e0bed3 <vm_exec_core+30739>, 0x61c0b6e09cd5 <vm_exec_core+22037>, 0x61c0b6e0797f <vm_exec_core+12991>, 0x61c0b6e04def <vm_exec_core+1839>, 0x61c0b6e0b715 <vm_exec_core+28757>, 0x61c0b6e0b45d <vm_exec_core+28061>, 0x61c0b6e05d7d <vm_exec_core+5821>, 0x61c0b6e052df <vm_exec_core+3103>, 0x61c0b6e0a3d7 <vm_exec_core+23831>, 0x61c0b6e06884 <vm_exec_core+8644>, 0x61c0b6e0b916 <vm_exec_core+29270>, 0x61c0b6e0b5bf <vm_exec_core+28415>, 0x61c0b6e06f72 <vm_exec_core+10418>, 0x61c0b6e0790e <vm_exec_core+12878>, 0x61c0b6e09f36 <vm_exec_core+22646>, 0x61c0b6e0b536 <vm_exec_core+28278>, 0x61c0b6e093e1 <vm_exec_core+19745>, 0x61c0b6e09fbf <vm_exec_core+22783>, 0x61c0b6e0aa78 <vm_exec_core+25528>, 0x61c0b6e0931e <vm_exec_core+19550>, 0x61c0b6e0521c <vm_exec_core+2908>, 0x61c0b6e099d8 <vm_exec_core+21272>, 0x61c0b6e050af <vm_exec_core+2543>, 0x61c0b6e054e5 <vm_exec_core+3621>, 0x61c0b6e071f5 <vm_exec_core+11061>, 0x61c0b6e08eeb <vm_exec_core+18475>, 0x61c0b6e09871 <vm_exec_core+20913>, 0x61c0b6e08b90 <vm_exec_core+17616>, 0x61c0b6e04cbb <vm_exec_core+1531>, 0x61c0b6e0aca8 <vm_exec_core+26088>, 0x61c0b6e0b388 <vm_exec_core+27848>, 0x61c0b6e0568c <vm_exec_core+4044>, 0x61c0b6e06238 <vm_exec_core+7032>, 0x61c0b6e05ef6 <vm_exec_core+6198>, 0x61c0b6e06973 <vm_exec_core+8883>, 0x61c0b6e077aa <vm_exec_core+12522>, 0x61c0b6e05733 <vm_exec_core+4211>, 0x61c0b6e0ab10 <vm_exec_core+25680>, 0x61c0b6e061c2 <vm_exec_core+6914>, 0x61c0b6e07658 <vm_exec_core+12184>, 0x61c0b6e0811f <vm_exec_core+14943>, 0x61c0b6e0a46d <vm_exec_core+23981>, 0x61c0b6e095a3 <vm_exec_core+20195>, 0x61c0b6e06c4d <vm_exec_core+9613>, 0x61c0b6e064cf <vm_exec_core+7695>, 0x61c0b6e0a2c3 <vm_exec_core+23555>, 0x61c0b6e073d5 <vm_exec_core+11541>, 0x61c0b6e09ad7 <vm_exec_core+21527>, 0x61c0b6e09615 <vm_exec_core+20309>, 0x61c0b6e09b8e <vm_exec_core+21710>, 0x61c0b6e0b05a <vm_exec_core+27034>, 0x61c0b6e089a2 <vm_exec_core+17122>, 0x61c0b6e0a526 <vm_exec_core+24166>, 0x61c0b6e099c4 <vm_exec_core+21252>, 0x61c0b6e0a054 <vm_exec_core+22932>, 0x61c0b6e06d6c <vm_exec_core+9900>, 0x61c0b6e09279 <vm_exec_core+19385>, 0x61c0b6e094b9 <vm_exec_core+19961>, 0x61c0b6e07d53 <vm_exec_core+13971>, 0x61c0b6e08ee6 <vm_exec_core+18470>, 0x61c0b6e0711a <vm_exec_core+10842>, 0x61c0b6e06757 <vm_exec_core+8343>, 0x61c0b6e09c0c <vm_exec_core+21836>, 0x61c0b6e058c4 <vm_exec_core+4612>, 0x61c0b6e07b00 <vm_exec_core+13376>, 0x61c0b6e08450 <vm_exec_core+15760>, 0x61c0b6e06a51 <vm_exec_core+9105>, 0x61c0b6e12661 <vm_exec_core+57249>, 0x61c0b6e06426 <vm_exec_core+7526>, 0x61c0b6e0631e <vm_exec_core+7262>, 0x61c0b6e06629 <vm_exec_core+8041>, 0x61c0b6e07014 <vm_exec_core+10580>, 0x61c0b6e08d8f <vm_exec_core+18127>, 0x61c0b6e081da <vm_exec_core+15130>, 0x61c0b6e08d8a <vm_exec_core+18122>, 0x61c0b6e0959e <vm_exec_core+20190>, 0x61c0b6e09599 <vm_exec_core+20185>, 0x61c0b6e06624 <vm_exec_core+8036>, 0x61c0b6e099c4 <vm_exec_core+21252>, 0x61c0b6e07773 <vm_exec_core+12467>, 0x61c0b6e07778 <vm_exec_core+12472>, 0x61c0b6e09594 <vm_exec_core+20180>, 0x61c0b6e093dc <vm_exec_core+19740>, 0x61c0b6e0844b <vm_exec_core+15755>, 0x61c0b6e08382 <vm_exec_core+15554>, 0x61c0b6e0948b <vm_exec_core+19915>, 0x61c0b6e08855 <vm_exec_core+16789>...}
        reg_cfp = 0x7a69f82656e8
        reg_pc = 0x5060000617f0
        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>
#17 0x000061c0b6dff852 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2798
        _ec = 0x517000352c50
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#18 0x000061c0b6e90ed2 in invoke_iseq_block_from_c (ec=0x517000352c50, captured=0x7a69f82657a8, self=134595634594280, 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 = 0x7a69fc41cc20
        cfp = <optimized out>
        sp = 0x7a69f8165870
        use_argv = 0x0
        stack_argv = 0x7a69f8165870
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#19 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 = 0x7a69f82657a8
#20 0x000061c0b6e31c9c 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.
#21 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.
#22 0x000061c0b6e31c9c in rb_ec_yield (ec=<optimized out>, val=<optimized out>)
No locals.
#23 0x000061c0b6a376ce 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 = 0x517000352c50
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7a69fa3f2010, <optimized out>, 0x7a69fa3f1f20, <optimized out>, <optimized out>}, prev = 0x7a69f7864240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#24 0x000061c0b6d6483d in rb_mut_synchronize (ec=<optimized out>, self=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:653
        args = {self = 134595686720720, mutex = 0x50400073f850, ec = <optimized out>}
#25 0x000061c0b6e0c459 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>
#26 0x000061c0b6e0c459 in vm_invoke_builtin_delegate (ec=0x517000352c50, cfp=0x7a69f8265758, bf=<optimized out>, start_index=<optimized out>)
        argv = <optimized out>
#27 vm_exec_core (ec=ec@entry=0x517000352c50) at ../../src/trunk_asan/insns.def:1676
        bf = <optimized out>
        leaf = false
        val = <optimized out>
        index = <optimized out>
        insns_address_table = {0x61c0b6e04c96 <vm_exec_core+1494>, 0x61c0b6e05f9d <vm_exec_core+6365>, 0x61c0b6e0b131 <vm_exec_core+27249>, 0x61c0b6e05b0f <vm_exec_core+5199>, 0x61c0b6e0bee2 <vm_exec_core+30754>, 0x61c0b6e09ce4 <vm_exec_core+22052>, 0x61c0b6e0798e <vm_exec_core+13006>, 0x61c0b6e04dfe <vm_exec_core+1854>, 0x61c0b6e0b724 <vm_exec_core+28772>, 0x61c0b6e0b46c <vm_exec_core+28076>, 0x61c0b6e05d8c <vm_exec_core+5836>, 0x61c0b6e052ee <vm_exec_core+3118>, 0x61c0b6e0a3e6 <vm_exec_core+23846>, 0x61c0b6e06893 <vm_exec_core+8659>, 0x61c0b6e0b925 <vm_exec_core+29285>, 0x61c0b6e0b5ce <vm_exec_core+28430>, 0x61c0b6e06f81 <vm_exec_core+10433>, 0x61c0b6e0791d <vm_exec_core+12893>, 0x61c0b6e09f45 <vm_exec_core+22661>, 0x61c0b6e0b545 <vm_exec_core+28293>, 0x61c0b6e093f0 <vm_exec_core+19760>, 0x61c0b6e09fce <vm_exec_core+22798>, 0x61c0b6e0aa87 <vm_exec_core+25543>, 0x61c0b6e0932d <vm_exec_core+19565>, 0x61c0b6e0522b <vm_exec_core+2923>, 0x61c0b6e099e7 <vm_exec_core+21287>, 0x61c0b6e050be <vm_exec_core+2558>, 0x61c0b6e054f4 <vm_exec_core+3636>, 0x61c0b6e07204 <vm_exec_core+11076>, 0x61c0b6e08efa <vm_exec_core+18490>, 0x61c0b6e09880 <vm_exec_core+20928>, 0x61c0b6e08b9f <vm_exec_core+17631>, 0x61c0b6e04cca <vm_exec_core+1546>, 0x61c0b6e0acb7 <vm_exec_core+26103>, 0x61c0b6e0b397 <vm_exec_core+27863>, 0x61c0b6e0569b <vm_exec_core+4059>, 0x61c0b6e06247 <vm_exec_core+7047>, 0x61c0b6e05f05 <vm_exec_core+6213>, 0x61c0b6e06982 <vm_exec_core+8898>, 0x61c0b6e077b9 <vm_exec_core+12537>, 0x61c0b6e05742 <vm_exec_core+4226>, 0x61c0b6e0ab1f <vm_exec_core+25695>, 0x61c0b6e061d1 <vm_exec_core+6929>, 0x61c0b6e07667 <vm_exec_core+12199>, 0x61c0b6e0812e <vm_exec_core+14958>, 0x61c0b6e0a47c <vm_exec_core+23996>, 0x61c0b6e095b2 <vm_exec_core+20210>, 0x61c0b6e06c5c <vm_exec_core+9628>, 0x61c0b6e064de <vm_exec_core+7710>, 0x61c0b6e0a2d2 <vm_exec_core+23570>, 0x61c0b6e073e4 <vm_exec_core+11556>, 0x61c0b6e09ae6 <vm_exec_core+21542>, 0x61c0b6e09624 <vm_exec_core+20324>, 0x61c0b6e09b9d <vm_exec_core+21725>, 0x61c0b6e0b069 <vm_exec_core+27049>, 0x61c0b6e089b1 <vm_exec_core+17137>, 0x61c0b6e0a535 <vm_exec_core+24181>, 0x61c0b6e04a18 <vm_exec_core+856>, 0x61c0b6e0a063 <vm_exec_core+22947>, 0x61c0b6e06d7b <vm_exec_core+9915>, 0x61c0b6e09288 <vm_exec_core+19400>, 0x61c0b6e094c8 <vm_exec_core+19976>, 0x61c0b6e07d62 <vm_exec_core+13986>, 0x61c0b6e055a8 <vm_exec_core+3816>, 0x61c0b6e07129 <vm_exec_core+10857>, 0x61c0b6e06766 <vm_exec_core+8358>, 0x61c0b6e09c1b <vm_exec_core+21851>, 0x61c0b6e058d3 <vm_exec_core+4627>, 0x61c0b6e07b0f <vm_exec_core+13391>, 0x61c0b6e0845f <vm_exec_core+15775>, 0x61c0b6e06a60 <vm_exec_core+9120>, 0x61c0b6e12670 <vm_exec_core+57264>, 0x61c0b6e06435 <vm_exec_core+7541>, 0x61c0b6e0632d <vm_exec_core+7277>, 0x61c0b6e06638 <vm_exec_core+8056>, 0x61c0b6e07023 <vm_exec_core+10595>, 0x61c0b6e08d9e <vm_exec_core+18142>, 0x61c0b6e081e9 <vm_exec_core+15145>, 0x61c0b6e098ff <vm_exec_core+21055>, 0x61c0b6e08645 <vm_exec_core+16261>, 0x61c0b6e0abe0 <vm_exec_core+25888>, 0x61c0b6e0c187 <vm_exec_core+31431>, 0x61c0b6e0ae24 <vm_exec_core+26468>, 0x61c0b6e0ba75 <vm_exec_core+29621>, 0x61c0b6e0bb66 <vm_exec_core+29862>, 0x61c0b6e05150 <vm_exec_core+2704>, 0x61c0b6e0b64d <vm_exec_core+28557>, 0x61c0b6e07309 <vm_exec_core+11337>, 0x61c0b6e0b848 <vm_exec_core+29064>, 0x61c0b6e06e4a <vm_exec_core+10122>, 0x61c0b6e0ad5b <vm_exec_core+26267>, 0x61c0b6e04fe7 <vm_exec_core+2343>, 0x61c0b6e057cd <vm_exec_core+4365>, 0x61c0b6e0bdaa <vm_exec_core+30442>, 0x61c0b6e076ed <vm_exec_core+12333>, 0x61c0b6e074ea <vm_exec_core+11818>, 0x61c0b6e04a1d <vm_exec_core+861>, 0x61c0b6e04f0a <vm_exec_core+2122>, 0x61c0b6e04aa3 <vm_exec_core+995>, 0x61c0b6e0af13 <vm_exec_core+26707>, 0x61c0b6e0886e <vm_exec_core+16814>, 0x61c0b6e07f32 <vm_exec_core+14450>, 0x61c0b6e0874a <vm_exec_core+16522>, 0x61c0b6e08396 <vm_exec_core+15574>, 0x61c0b6e0757f <vm_exec_core+11967>, 0x61c0b6e07e3d <vm_exec_core+14205>, 0x61c0b6e07809 <vm_exec_core+12617>, 0x61c0b6e0804c <vm_exec_core+14732>, 0x61c0b6e080bd <vm_exec_core+14845>, 0x61c0b6e04c87 <vm_exec_core+1479>, 0x61c0b6e05f8e <vm_exec_core+6350>, 0x61c0b6e0b122 <vm_exec_core+27234>, 0x61c0b6e05b00 <vm_exec_core+5184>, 0x61c0b6e0bed3 <vm_exec_core+30739>, 0x61c0b6e09cd5 <vm_exec_core+22037>, 0x61c0b6e0797f <vm_exec_core+12991>, 0x61c0b6e04def <vm_exec_core+1839>, 0x61c0b6e0b715 <vm_exec_core+28757>, 0x61c0b6e0b45d <vm_exec_core+28061>, 0x61c0b6e05d7d <vm_exec_core+5821>, 0x61c0b6e052df <vm_exec_core+3103>, 0x61c0b6e0a3d7 <vm_exec_core+23831>, 0x61c0b6e06884 <vm_exec_core+8644>, 0x61c0b6e0b916 <vm_exec_core+29270>, 0x61c0b6e0b5bf <vm_exec_core+28415>, 0x61c0b6e06f72 <vm_exec_core+10418>, 0x61c0b6e0790e <vm_exec_core+12878>, 0x61c0b6e09f36 <vm_exec_core+22646>, 0x61c0b6e0b536 <vm_exec_core+28278>, 0x61c0b6e093e1 <vm_exec_core+19745>, 0x61c0b6e09fbf <vm_exec_core+22783>, 0x61c0b6e0aa78 <vm_exec_core+25528>, 0x61c0b6e0931e <vm_exec_core+19550>, 0x61c0b6e0521c <vm_exec_core+2908>, 0x61c0b6e099d8 <vm_exec_core+21272>, 0x61c0b6e050af <vm_exec_core+2543>, 0x61c0b6e054e5 <vm_exec_core+3621>, 0x61c0b6e071f5 <vm_exec_core+11061>, 0x61c0b6e08eeb <vm_exec_core+18475>, 0x61c0b6e09871 <vm_exec_core+20913>, 0x61c0b6e08b90 <vm_exec_core+17616>, 0x61c0b6e04cbb <vm_exec_core+1531>, 0x61c0b6e0aca8 <vm_exec_core+26088>, 0x61c0b6e0b388 <vm_exec_core+27848>, 0x61c0b6e0568c <vm_exec_core+4044>, 0x61c0b6e06238 <vm_exec_core+7032>, 0x61c0b6e05ef6 <vm_exec_core+6198>, 0x61c0b6e06973 <vm_exec_core+8883>, 0x61c0b6e077aa <vm_exec_core+12522>, 0x61c0b6e05733 <vm_exec_core+4211>, 0x61c0b6e0ab10 <vm_exec_core+25680>, 0x61c0b6e061c2 <vm_exec_core+6914>, 0x61c0b6e07658 <vm_exec_core+12184>, 0x61c0b6e0811f <vm_exec_core+14943>, 0x61c0b6e0a46d <vm_exec_core+23981>, 0x61c0b6e095a3 <vm_exec_core+20195>, 0x61c0b6e06c4d <vm_exec_core+9613>, 0x61c0b6e064cf <vm_exec_core+7695>, 0x61c0b6e0a2c3 <vm_exec_core+23555>, 0x61c0b6e073d5 <vm_exec_core+11541>, 0x61c0b6e09ad7 <vm_exec_core+21527>, 0x61c0b6e09615 <vm_exec_core+20309>, 0x61c0b6e09b8e <vm_exec_core+21710>, 0x61c0b6e0b05a <vm_exec_core+27034>, 0x61c0b6e089a2 <vm_exec_core+17122>, 0x61c0b6e0a526 <vm_exec_core+24166>, 0x61c0b6e099c4 <vm_exec_core+21252>, 0x61c0b6e0a054 <vm_exec_core+22932>, 0x61c0b6e06d6c <vm_exec_core+9900>, 0x61c0b6e09279 <vm_exec_core+19385>, 0x61c0b6e094b9 <vm_exec_core+19961>, 0x61c0b6e07d53 <vm_exec_core+13971>, 0x61c0b6e08ee6 <vm_exec_core+18470>, 0x61c0b6e0711a <vm_exec_core+10842>, 0x61c0b6e06757 <vm_exec_core+8343>, 0x61c0b6e09c0c <vm_exec_core+21836>, 0x61c0b6e058c4 <vm_exec_core+4612>, 0x61c0b6e07b00 <vm_exec_core+13376>, 0x61c0b6e08450 <vm_exec_core+15760>, 0x61c0b6e06a51 <vm_exec_core+9105>, 0x61c0b6e12661 <vm_exec_core+57249>, 0x61c0b6e06426 <vm_exec_core+7526>, 0x61c0b6e0631e <vm_exec_core+7262>, 0x61c0b6e06629 <vm_exec_core+8041>, 0x61c0b6e07014 <vm_exec_core+10580>, 0x61c0b6e08d8f <vm_exec_core+18127>, 0x61c0b6e081da <vm_exec_core+15130>, 0x61c0b6e08d8a <vm_exec_core+18122>, 0x61c0b6e0959e <vm_exec_core+20190>, 0x61c0b6e09599 <vm_exec_core+20185>, 0x61c0b6e06624 <vm_exec_core+8036>, 0x61c0b6e099c4 <vm_exec_core+21252>, 0x61c0b6e07773 <vm_exec_core+12467>, 0x61c0b6e07778 <vm_exec_core+12472>, 0x61c0b6e09594 <vm_exec_core+20180>, 0x61c0b6e093dc <vm_exec_core+19740>, 0x61c0b6e0844b <vm_exec_core+15755>, 0x61c0b6e08382 <vm_exec_core+15554>, 0x61c0b6e0948b <vm_exec_core+19915>, 0x61c0b6e08855 <vm_exec_core+16789>...}
        reg_cfp = 0x7a69f8265758
        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>
        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>
#28 0x000061c0b6dff852 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2798
        _ec = 0x517000352c50
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#29 0x000061c0b6e43f6b in invoke_iseq_block_from_c (ec=0x517000352c50, captured=<optimized out>, self=134595634594280, 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 = 0x7a69fc41cbd0
        cfp = 0x7a69f82657c8
        sp = 0x7a69f8165818
        use_argv = <optimized out>
        stack_argv = 0x7a69f8165818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#30 invoke_block_from_c_proc (ec=0x517000352c50, self=134595634594280, 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>
#31 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.
#32 0x000061c0b6e421c6 in rb_vm_invoke_proc (ec=0x50c0003dbd54, proc=0x89, argc=568954225, argv=0x0, kw_splat=-1, passed_block_handler=18446744073709551100, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1965
        self = 0
#33 0x000061c0b6d9185b in thread_do_start_proc (th=th@entry=0x515000000d00) at /tmp/ruby/src/trunk_asan/thread.c:625
        args = <optimized out>
        procval = <optimized out>
        proc = 0x50400073fa90
        args_len = <optimized out>
        args_ptr = <optimized out>
#34 0x000061c0b6d8f3fd in thread_do_start (th=0x515000000d00) at /tmp/ruby/src/trunk_asan/thread.c:642
        result = 36
#35 thread_start_func_2 (th=th@entry=0x515000000d00, 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>
#36 0x000061c0b6d8e6ee in call_thread_start_func_2 (th=0x515000000d00) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2227
        stack_start = <optimized out>
        stack_start_addr = 0x7a69fa3f2cc0
#37 nt_start (ptr=0x50c0003dbd00) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2272
        th = 0x515000000d00
        sched = <optimized out>
        nt = 0x50c0003dbd00
        vm = 0x525000000100
#38 0x000061c0b69ebaff in asan_thread_start(void*) ()
No symbol table info available.
#39 0x00007a6a21e9caa4 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 = {134595588601536, -7454665919563293980, 134595588601536, -352, 0, 140735508547888, -7454665919575876892, -7454579458878334236}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#40 0x00007a6a21f29c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 4 (Thread 0x7a69f4ef66c0 (LWP 3591506) "Gem::Timeout st"):
#0  0x00007a6a21e98d71 in __futex_abstimed_wait_common64 (private=31337, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c000699e10) 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=31337, abstime=0x0, clockid=0, expected=0, futex_word=0x50c000699e10) 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=0x50c000699e10, 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  0x00007a6a21e9b7ed in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x5150000008d8, cond=0x50c000699de8) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7a6a21e9b4b0 <__condvar_cleanup_waiting>, __arg = 0x7a69f4ef4b70, __canceltype = 288, __prev = 0x0}
        cbuffer = {wseq = 4, cond = 0x50c000699de8, mutex = 0x5150000008d8, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 4
        seq = 2
        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=0x50c000699de8, mutex=mutex@entry=0x5150000008d8) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x000061c0b6d5dbef in rb_native_cond_wait (cond=0x50c000699e10, 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=0x515000080000, can_direct_transfer=false) at /tmp/ruby/src/trunk_asan/thread_pthread.c:851
        next_th = 0x0
#7  0x000061c0b6d8d5e1 in thread_sched_to_waiting_until_wakeup (sched=0x5150000008d8, th=th@entry=0x515000080000) at /tmp/ruby/src/trunk_asan/thread_pthread.c:1114
        can_direct_transfer = <optimized out>
#8  0x000061c0b6d6d19c in native_sleep (th=0x515000080000, rel=0x0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3341
        sched = <optimized out>
#9  sleep_forever (th=th@entry=0x515000080000, 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 0x000061c0b6d8baad in rb_thread_sleep_deadly_allow_spurious_wakeup (blocker=134595622555800, timeout=4, end=0) at /tmp/ruby/src/trunk_asan/thread.c:1439
        th = 0x515000080000
        scheduler = 18446744073709551104
#11 queue_sleep (_args=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:983
        args = <optimized out>
#12 0x000061c0b6a376ce 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 = 0x5170005cffd0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7a69f4ef4f10, <optimized out>, 0x7a69f4ef4e20, <optimized out>, <optimized out>}, prev = 0x7a69f01b9240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#13 0x000061c0b6a37b59 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 0x000061c0b6d8b041 in queue_do_pop (ec=<optimized out>, self=<optimized out>, q=0x50600071e580, non_block=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:1055
        queue_waiter = {w = {self = 134595622555800, th = 0x0, fiber = 0x0, node = {next = 0x0, prev = 0x0}}, as = {q = 0x0, sq = 0x0}}
        queue_sleep_arg = {self = 134595622555800, timeout = 4, end = <optimized out>}
        waitq = 0x50600071e580
        end = 0
#15 0x000061c0b6e0c459 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 0x000061c0b6e0c459 in vm_invoke_builtin_delegate (ec=0x5170005cffd0, cfp=0x7a69fa5f7758, bf=<optimized out>, start_index=<optimized out>)
        argv = <optimized out>
#17 vm_exec_core (ec=ec@entry=0x5170005cffd0) at ../../src/trunk_asan/insns.def:1676
        bf = <optimized out>
        leaf = false
        val = <optimized out>
        index = <optimized out>
        insns_address_table = {0x61c0b6e04c96 <vm_exec_core+1494>, 0x61c0b6e05f9d <vm_exec_core+6365>, 0x61c0b6e0b131 <vm_exec_core+27249>, 0x61c0b6e05b0f <vm_exec_core+5199>, 0x61c0b6e0bee2 <vm_exec_core+30754>, 0x61c0b6e09ce4 <vm_exec_core+22052>, 0x61c0b6e0798e <vm_exec_core+13006>, 0x61c0b6e04dfe <vm_exec_core+1854>, 0x61c0b6e0b724 <vm_exec_core+28772>, 0x61c0b6e0b46c <vm_exec_core+28076>, 0x61c0b6e05d8c <vm_exec_core+5836>, 0x61c0b6e052ee <vm_exec_core+3118>, 0x61c0b6e0a3e6 <vm_exec_core+23846>, 0x61c0b6e06893 <vm_exec_core+8659>, 0x61c0b6e0b925 <vm_exec_core+29285>, 0x61c0b6e0b5ce <vm_exec_core+28430>, 0x61c0b6e06f81 <vm_exec_core+10433>, 0x61c0b6e0791d <vm_exec_core+12893>, 0x61c0b6e09f45 <vm_exec_core+22661>, 0x61c0b6e0b545 <vm_exec_core+28293>, 0x61c0b6e093f0 <vm_exec_core+19760>, 0x61c0b6e09fce <vm_exec_core+22798>, 0x61c0b6e0aa87 <vm_exec_core+25543>, 0x61c0b6e0932d <vm_exec_core+19565>, 0x61c0b6e0522b <vm_exec_core+2923>, 0x61c0b6e099e7 <vm_exec_core+21287>, 0x61c0b6e050be <vm_exec_core+2558>, 0x61c0b6e054f4 <vm_exec_core+3636>, 0x61c0b6e07204 <vm_exec_core+11076>, 0x61c0b6e08efa <vm_exec_core+18490>, 0x61c0b6e09880 <vm_exec_core+20928>, 0x61c0b6e08b9f <vm_exec_core+17631>, 0x61c0b6e04cca <vm_exec_core+1546>, 0x61c0b6e0acb7 <vm_exec_core+26103>, 0x61c0b6e0b397 <vm_exec_core+27863>, 0x61c0b6e0569b <vm_exec_core+4059>, 0x61c0b6e06247 <vm_exec_core+7047>, 0x61c0b6e05f05 <vm_exec_core+6213>, 0x61c0b6e06982 <vm_exec_core+8898>, 0x61c0b6e077b9 <vm_exec_core+12537>, 0x61c0b6e05742 <vm_exec_core+4226>, 0x61c0b6e0ab1f <vm_exec_core+25695>, 0x61c0b6e061d1 <vm_exec_core+6929>, 0x61c0b6e07667 <vm_exec_core+12199>, 0x61c0b6e0812e <vm_exec_core+14958>, 0x61c0b6e0a47c <vm_exec_core+23996>, 0x61c0b6e095b2 <vm_exec_core+20210>, 0x61c0b6e06c5c <vm_exec_core+9628>, 0x61c0b6e064de <vm_exec_core+7710>, 0x61c0b6e0a2d2 <vm_exec_core+23570>, 0x61c0b6e073e4 <vm_exec_core+11556>, 0x61c0b6e09ae6 <vm_exec_core+21542>, 0x61c0b6e09624 <vm_exec_core+20324>, 0x61c0b6e09b9d <vm_exec_core+21725>, 0x61c0b6e0b069 <vm_exec_core+27049>, 0x61c0b6e089b1 <vm_exec_core+17137>, 0x61c0b6e0a535 <vm_exec_core+24181>, 0x61c0b6e04a18 <vm_exec_core+856>, 0x61c0b6e0a063 <vm_exec_core+22947>, 0x61c0b6e06d7b <vm_exec_core+9915>, 0x61c0b6e09288 <vm_exec_core+19400>, 0x61c0b6e094c8 <vm_exec_core+19976>, 0x61c0b6e07d62 <vm_exec_core+13986>, 0x61c0b6e055a8 <vm_exec_core+3816>, 0x61c0b6e07129 <vm_exec_core+10857>, 0x61c0b6e06766 <vm_exec_core+8358>, 0x61c0b6e09c1b <vm_exec_core+21851>, 0x61c0b6e058d3 <vm_exec_core+4627>, 0x61c0b6e07b0f <vm_exec_core+13391>, 0x61c0b6e0845f <vm_exec_core+15775>, 0x61c0b6e06a60 <vm_exec_core+9120>, 0x61c0b6e12670 <vm_exec_core+57264>, 0x61c0b6e06435 <vm_exec_core+7541>, 0x61c0b6e0632d <vm_exec_core+7277>, 0x61c0b6e06638 <vm_exec_core+8056>, 0x61c0b6e07023 <vm_exec_core+10595>, 0x61c0b6e08d9e <vm_exec_core+18142>, 0x61c0b6e081e9 <vm_exec_core+15145>, 0x61c0b6e098ff <vm_exec_core+21055>, 0x61c0b6e08645 <vm_exec_core+16261>, 0x61c0b6e0abe0 <vm_exec_core+25888>, 0x61c0b6e0c187 <vm_exec_core+31431>, 0x61c0b6e0ae24 <vm_exec_core+26468>, 0x61c0b6e0ba75 <vm_exec_core+29621>, 0x61c0b6e0bb66 <vm_exec_core+29862>, 0x61c0b6e05150 <vm_exec_core+2704>, 0x61c0b6e0b64d <vm_exec_core+28557>, 0x61c0b6e07309 <vm_exec_core+11337>, 0x61c0b6e0b848 <vm_exec_core+29064>, 0x61c0b6e06e4a <vm_exec_core+10122>, 0x61c0b6e0ad5b <vm_exec_core+26267>, 0x61c0b6e04fe7 <vm_exec_core+2343>, 0x61c0b6e057cd <vm_exec_core+4365>, 0x61c0b6e0bdaa <vm_exec_core+30442>, 0x61c0b6e076ed <vm_exec_core+12333>, 0x61c0b6e074ea <vm_exec_core+11818>, 0x61c0b6e04a1d <vm_exec_core+861>, 0x61c0b6e04f0a <vm_exec_core+2122>, 0x61c0b6e04aa3 <vm_exec_core+995>, 0x61c0b6e0af13 <vm_exec_core+26707>, 0x61c0b6e0886e <vm_exec_core+16814>, 0x61c0b6e07f32 <vm_exec_core+14450>, 0x61c0b6e0874a <vm_exec_core+16522>, 0x61c0b6e08396 <vm_exec_core+15574>, 0x61c0b6e0757f <vm_exec_core+11967>, 0x61c0b6e07e3d <vm_exec_core+14205>, 0x61c0b6e07809 <vm_exec_core+12617>, 0x61c0b6e0804c <vm_exec_core+14732>, 0x61c0b6e080bd <vm_exec_core+14845>, 0x61c0b6e04c87 <vm_exec_core+1479>, 0x61c0b6e05f8e <vm_exec_core+6350>, 0x61c0b6e0b122 <vm_exec_core+27234>, 0x61c0b6e05b00 <vm_exec_core+5184>, 0x61c0b6e0bed3 <vm_exec_core+30739>, 0x61c0b6e09cd5 <vm_exec_core+22037>, 0x61c0b6e0797f <vm_exec_core+12991>, 0x61c0b6e04def <vm_exec_core+1839>, 0x61c0b6e0b715 <vm_exec_core+28757>, 0x61c0b6e0b45d <vm_exec_core+28061>, 0x61c0b6e05d7d <vm_exec_core+5821>, 0x61c0b6e052df <vm_exec_core+3103>, 0x61c0b6e0a3d7 <vm_exec_core+23831>, 0x61c0b6e06884 <vm_exec_core+8644>, 0x61c0b6e0b916 <vm_exec_core+29270>, 0x61c0b6e0b5bf <vm_exec_core+28415>, 0x61c0b6e06f72 <vm_exec_core+10418>, 0x61c0b6e0790e <vm_exec_core+12878>, 0x61c0b6e09f36 <vm_exec_core+22646>, 0x61c0b6e0b536 <vm_exec_core+28278>, 0x61c0b6e093e1 <vm_exec_core+19745>, 0x61c0b6e09fbf <vm_exec_core+22783>, 0x61c0b6e0aa78 <vm_exec_core+25528>, 0x61c0b6e0931e <vm_exec_core+19550>, 0x61c0b6e0521c <vm_exec_core+2908>, 0x61c0b6e099d8 <vm_exec_core+21272>, 0x61c0b6e050af <vm_exec_core+2543>, 0x61c0b6e054e5 <vm_exec_core+3621>, 0x61c0b6e071f5 <vm_exec_core+11061>, 0x61c0b6e08eeb <vm_exec_core+18475>, 0x61c0b6e09871 <vm_exec_core+20913>, 0x61c0b6e08b90 <vm_exec_core+17616>, 0x61c0b6e04cbb <vm_exec_core+1531>, 0x61c0b6e0aca8 <vm_exec_core+26088>, 0x61c0b6e0b388 <vm_exec_core+27848>, 0x61c0b6e0568c <vm_exec_core+4044>, 0x61c0b6e06238 <vm_exec_core+7032>, 0x61c0b6e05ef6 <vm_exec_core+6198>, 0x61c0b6e06973 <vm_exec_core+8883>, 0x61c0b6e077aa <vm_exec_core+12522>, 0x61c0b6e05733 <vm_exec_core+4211>, 0x61c0b6e0ab10 <vm_exec_core+25680>, 0x61c0b6e061c2 <vm_exec_core+6914>, 0x61c0b6e07658 <vm_exec_core+12184>, 0x61c0b6e0811f <vm_exec_core+14943>, 0x61c0b6e0a46d <vm_exec_core+23981>, 0x61c0b6e095a3 <vm_exec_core+20195>, 0x61c0b6e06c4d <vm_exec_core+9613>, 0x61c0b6e064cf <vm_exec_core+7695>, 0x61c0b6e0a2c3 <vm_exec_core+23555>, 0x61c0b6e073d5 <vm_exec_core+11541>, 0x61c0b6e09ad7 <vm_exec_core+21527>, 0x61c0b6e09615 <vm_exec_core+20309>, 0x61c0b6e09b8e <vm_exec_core+21710>, 0x61c0b6e0b05a <vm_exec_core+27034>, 0x61c0b6e089a2 <vm_exec_core+17122>, 0x61c0b6e0a526 <vm_exec_core+24166>, 0x61c0b6e099c4 <vm_exec_core+21252>, 0x61c0b6e0a054 <vm_exec_core+22932>, 0x61c0b6e06d6c <vm_exec_core+9900>, 0x61c0b6e09279 <vm_exec_core+19385>, 0x61c0b6e094b9 <vm_exec_core+19961>, 0x61c0b6e07d53 <vm_exec_core+13971>, 0x61c0b6e08ee6 <vm_exec_core+18470>, 0x61c0b6e0711a <vm_exec_core+10842>, 0x61c0b6e06757 <vm_exec_core+8343>, 0x61c0b6e09c0c <vm_exec_core+21836>, 0x61c0b6e058c4 <vm_exec_core+4612>, 0x61c0b6e07b00 <vm_exec_core+13376>, 0x61c0b6e08450 <vm_exec_core+15760>, 0x61c0b6e06a51 <vm_exec_core+9105>, 0x61c0b6e12661 <vm_exec_core+57249>, 0x61c0b6e06426 <vm_exec_core+7526>, 0x61c0b6e0631e <vm_exec_core+7262>, 0x61c0b6e06629 <vm_exec_core+8041>, 0x61c0b6e07014 <vm_exec_core+10580>, 0x61c0b6e08d8f <vm_exec_core+18127>, 0x61c0b6e081da <vm_exec_core+15130>, 0x61c0b6e08d8a <vm_exec_core+18122>, 0x61c0b6e0959e <vm_exec_core+20190>, 0x61c0b6e09599 <vm_exec_core+20185>, 0x61c0b6e06624 <vm_exec_core+8036>, 0x61c0b6e099c4 <vm_exec_core+21252>, 0x61c0b6e07773 <vm_exec_core+12467>, 0x61c0b6e07778 <vm_exec_core+12472>, 0x61c0b6e09594 <vm_exec_core+20180>, 0x61c0b6e093dc <vm_exec_core+19740>, 0x61c0b6e0844b <vm_exec_core+15755>, 0x61c0b6e08382 <vm_exec_core+15554>, 0x61c0b6e0948b <vm_exec_core+19915>, 0x61c0b6e08855 <vm_exec_core+16789>...}
        reg_cfp = 0x7a69fa5f7758
        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 0x000061c0b6dff852 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2798
        _ec = 0x5170005cffd0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#19 0x000061c0b6e43f6b in invoke_iseq_block_from_c (ec=0x5170005cffd0, captured=<optimized out>, self=134595616179800, 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 = 0x7a69fc453ae0
        cfp = 0x7a69fa5f77c8
        sp = 0x7a69fa4f7818
        use_argv = <optimized out>
        stack_argv = 0x7a69fa4f7818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#20 invoke_block_from_c_proc (ec=0x5170005cffd0, self=134595616179800, 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 0x000061c0b6e421c6 in rb_vm_invoke_proc (ec=0x50c000699e10, proc=0x189, argc=568954225, 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 0x000061c0b6d9185b in thread_do_start_proc (th=th@entry=0x515000080000) at /tmp/ruby/src/trunk_asan/thread.c:625
        args = <optimized out>
        procval = <optimized out>
        proc = 0x504001f6ea90
        args_len = <optimized out>
        args_ptr = <optimized out>
#24 0x000061c0b6d8f3fd in thread_do_start (th=0x515000080000) at /tmp/ruby/src/trunk_asan/thread.c:642
        result = 36
#25 thread_start_func_2 (th=th@entry=0x515000080000, 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 0x000061c0b6d8e6ee in call_thread_start_func_2 (th=0x515000080000) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2227
        stack_start = <optimized out>
        stack_start_addr = 0x7a69f4ef5cc0
#27 nt_start (ptr=0x50c000699dc0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2272
        th = 0x515000080000
        sched = <optimized out>
        nt = 0x50c000699dc0
        vm = 0x525000000100
#28 0x000061c0b69ebaff in asan_thread_start(void*) ()
No symbol table info available.
#29 0x00007a6a21e9caa4 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 = {134595499484864, -7454678428118672668, 134595499484864, -352, 0, 134595444794800, -7454678428131255580, -7454579458878334236}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#30 0x00007a6a21f29c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 3 (Thread 0x7a69ffef16c0 (LWP 3595591) "parallel.rb:40"):
#0  0x00007a6a21f1b4fd in __GI___poll (fds=0x7a69ecb8b260, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x000061c0b699274a in __interceptor_poll ()
No symbol table info available.
#2  0x000061c0b6b02ec9 in nogvl_wait_for (th=134595581717640, fptr=0x5110003ef980, events=1, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:12568
        fds = {fd = 4, 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  0x000061c0b6b0443a in internal_read_func (ptr=0x7a69ecb8b040) at /tmp/ruby/src/trunk_asan/io.c:1212
        iis = 0x7a69ecb8b040
        result = <optimized out>
#5  0x000061c0b6d7242e in rb_thread_io_blocking_call (io=0x5110003ef980, func=0x61c0b6b03f30 <internal_read_func>, data1=0x7a69ecb8b040, 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  0x000061c0b6a376ce 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 = 0x5170003a7350
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7a69ffeefdd0, <optimized out>, 0x7a69ffeefce0, <optimized out>, <optimized out>}, prev = 0x7a69ecb67240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#7  0x000061c0b6a37b59 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  0x000061c0b6b18112 in io_read_memory_locktmp (str=134595361682016, 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 = 134595581717640, fptr = 0x5110003ef980, nonblock = 0, fd = 4, buf = 0x519000561380, capa = 1024, timeout = <optimized out>}
        length = <optimized out>
        len = 1024
        fptr = 0x5110003ef980
        n = <optimized out>
        shrinkable = <optimized out>
#10 0x000061c0b6af48e1 in io_readpartial (argc=-323440032, argv=0x1, io=4294967295) at /tmp/ruby/src/trunk_asan/io.c:3646
        ret = <optimized out>
#11 0x000061c0b6e70248 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 = 0x7a6a217a8388
        cfunc = 0x50600002c1e8
        recv = 134595581717760
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#12 0x000061c0b6e10edd in vm_sendish (ec=0x5170003a7350, reg_cfp=0x7a69f59ff790, 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=0x5170003a7350) at ../../src/trunk_asan/insns.def:904
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x61c0b6e04c96 <vm_exec_core+1494>, 0x61c0b6e05f9d <vm_exec_core+6365>, 0x61c0b6e0b131 <vm_exec_core+27249>, 0x61c0b6e05b0f <vm_exec_core+5199>, 0x61c0b6e0bee2 <vm_exec_core+30754>, 0x61c0b6e09ce4 <vm_exec_core+22052>, 0x61c0b6e0798e <vm_exec_core+13006>, 0x61c0b6e04dfe <vm_exec_core+1854>, 0x61c0b6e0b724 <vm_exec_core+28772>, 0x61c0b6e0b46c <vm_exec_core+28076>, 0x61c0b6e05d8c <vm_exec_core+5836>, 0x61c0b6e052ee <vm_exec_core+3118>, 0x61c0b6e0a3e6 <vm_exec_core+23846>, 0x61c0b6e06893 <vm_exec_core+8659>, 0x61c0b6e0b925 <vm_exec_core+29285>, 0x61c0b6e0b5ce <vm_exec_core+28430>, 0x61c0b6e06f81 <vm_exec_core+10433>, 0x61c0b6e0791d <vm_exec_core+12893>, 0x61c0b6e09f45 <vm_exec_core+22661>, 0x61c0b6e0b545 <vm_exec_core+28293>, 0x61c0b6e093f0 <vm_exec_core+19760>, 0x61c0b6e09fce <vm_exec_core+22798>, 0x61c0b6e0aa87 <vm_exec_core+25543>, 0x61c0b6e0932d <vm_exec_core+19565>, 0x61c0b6e0522b <vm_exec_core+2923>, 0x61c0b6e099e7 <vm_exec_core+21287>, 0x61c0b6e050be <vm_exec_core+2558>, 0x61c0b6e054f4 <vm_exec_core+3636>, 0x61c0b6e07204 <vm_exec_core+11076>, 0x61c0b6e08efa <vm_exec_core+18490>, 0x61c0b6e09880 <vm_exec_core+20928>, 0x61c0b6e08b9f <vm_exec_core+17631>, 0x61c0b6e04cca <vm_exec_core+1546>, 0x61c0b6e0acb7 <vm_exec_core+26103>, 0x61c0b6e0b397 <vm_exec_core+27863>, 0x61c0b6e0569b <vm_exec_core+4059>, 0x61c0b6e06247 <vm_exec_core+7047>, 0x61c0b6e05f05 <vm_exec_core+6213>, 0x61c0b6e06982 <vm_exec_core+8898>, 0x61c0b6e077b9 <vm_exec_core+12537>, 0x61c0b6e05742 <vm_exec_core+4226>, 0x61c0b6e0ab1f <vm_exec_core+25695>, 0x61c0b6e061d1 <vm_exec_core+6929>, 0x61c0b6e07667 <vm_exec_core+12199>, 0x61c0b6e0812e <vm_exec_core+14958>, 0x61c0b6e0a47c <vm_exec_core+23996>, 0x61c0b6e095b2 <vm_exec_core+20210>, 0x61c0b6e06c5c <vm_exec_core+9628>, 0x61c0b6e064de <vm_exec_core+7710>, 0x61c0b6e0a2d2 <vm_exec_core+23570>, 0x61c0b6e073e4 <vm_exec_core+11556>, 0x61c0b6e09ae6 <vm_exec_core+21542>, 0x61c0b6e09624 <vm_exec_core+20324>, 0x61c0b6e09b9d <vm_exec_core+21725>, 0x61c0b6e0b069 <vm_exec_core+27049>, 0x61c0b6e089b1 <vm_exec_core+17137>, 0x61c0b6e0a535 <vm_exec_core+24181>, 0x61c0b6e04a18 <vm_exec_core+856>, 0x61c0b6e0a063 <vm_exec_core+22947>, 0x61c0b6e06d7b <vm_exec_core+9915>, 0x61c0b6e09288 <vm_exec_core+19400>, 0x61c0b6e094c8 <vm_exec_core+19976>, 0x61c0b6e07d62 <vm_exec_core+13986>, 0x61c0b6e055a8 <vm_exec_core+3816>, 0x61c0b6e07129 <vm_exec_core+10857>, 0x61c0b6e06766 <vm_exec_core+8358>, 0x61c0b6e09c1b <vm_exec_core+21851>, 0x61c0b6e058d3 <vm_exec_core+4627>, 0x61c0b6e07b0f <vm_exec_core+13391>, 0x61c0b6e0845f <vm_exec_core+15775>, 0x61c0b6e06a60 <vm_exec_core+9120>, 0x61c0b6e12670 <vm_exec_core+57264>, 0x61c0b6e06435 <vm_exec_core+7541>, 0x61c0b6e0632d <vm_exec_core+7277>, 0x61c0b6e06638 <vm_exec_core+8056>, 0x61c0b6e07023 <vm_exec_core+10595>, 0x61c0b6e08d9e <vm_exec_core+18142>, 0x61c0b6e081e9 <vm_exec_core+15145>, 0x61c0b6e098ff <vm_exec_core+21055>, 0x61c0b6e08645 <vm_exec_core+16261>, 0x61c0b6e0abe0 <vm_exec_core+25888>, 0x61c0b6e0c187 <vm_exec_core+31431>, 0x61c0b6e0ae24 <vm_exec_core+26468>, 0x61c0b6e0ba75 <vm_exec_core+29621>, 0x61c0b6e0bb66 <vm_exec_core+29862>, 0x61c0b6e05150 <vm_exec_core+2704>, 0x61c0b6e0b64d <vm_exec_core+28557>, 0x61c0b6e07309 <vm_exec_core+11337>, 0x61c0b6e0b848 <vm_exec_core+29064>, 0x61c0b6e06e4a <vm_exec_core+10122>, 0x61c0b6e0ad5b <vm_exec_core+26267>, 0x61c0b6e04fe7 <vm_exec_core+2343>, 0x61c0b6e057cd <vm_exec_core+4365>, 0x61c0b6e0bdaa <vm_exec_core+30442>, 0x61c0b6e076ed <vm_exec_core+12333>, 0x61c0b6e074ea <vm_exec_core+11818>, 0x61c0b6e04a1d <vm_exec_core+861>, 0x61c0b6e04f0a <vm_exec_core+2122>, 0x61c0b6e04aa3 <vm_exec_core+995>, 0x61c0b6e0af13 <vm_exec_core+26707>, 0x61c0b6e0886e <vm_exec_core+16814>, 0x61c0b6e07f32 <vm_exec_core+14450>, 0x61c0b6e0874a <vm_exec_core+16522>, 0x61c0b6e08396 <vm_exec_core+15574>, 0x61c0b6e0757f <vm_exec_core+11967>, 0x61c0b6e07e3d <vm_exec_core+14205>, 0x61c0b6e07809 <vm_exec_core+12617>, 0x61c0b6e0804c <vm_exec_core+14732>, 0x61c0b6e080bd <vm_exec_core+14845>, 0x61c0b6e04c87 <vm_exec_core+1479>, 0x61c0b6e05f8e <vm_exec_core+6350>, 0x61c0b6e0b122 <vm_exec_core+27234>, 0x61c0b6e05b00 <vm_exec_core+5184>, 0x61c0b6e0bed3 <vm_exec_core+30739>, 0x61c0b6e09cd5 <vm_exec_core+22037>, 0x61c0b6e0797f <vm_exec_core+12991>, 0x61c0b6e04def <vm_exec_core+1839>, 0x61c0b6e0b715 <vm_exec_core+28757>, 0x61c0b6e0b45d <vm_exec_core+28061>, 0x61c0b6e05d7d <vm_exec_core+5821>, 0x61c0b6e052df <vm_exec_core+3103>, 0x61c0b6e0a3d7 <vm_exec_core+23831>, 0x61c0b6e06884 <vm_exec_core+8644>, 0x61c0b6e0b916 <vm_exec_core+29270>, 0x61c0b6e0b5bf <vm_exec_core+28415>, 0x61c0b6e06f72 <vm_exec_core+10418>, 0x61c0b6e0790e <vm_exec_core+12878>, 0x61c0b6e09f36 <vm_exec_core+22646>, 0x61c0b6e0b536 <vm_exec_core+28278>, 0x61c0b6e093e1 <vm_exec_core+19745>, 0x61c0b6e09fbf <vm_exec_core+22783>, 0x61c0b6e0aa78 <vm_exec_core+25528>, 0x61c0b6e0931e <vm_exec_core+19550>, 0x61c0b6e0521c <vm_exec_core+2908>, 0x61c0b6e099d8 <vm_exec_core+21272>, 0x61c0b6e050af <vm_exec_core+2543>, 0x61c0b6e054e5 <vm_exec_core+3621>, 0x61c0b6e071f5 <vm_exec_core+11061>, 0x61c0b6e08eeb <vm_exec_core+18475>, 0x61c0b6e09871 <vm_exec_core+20913>, 0x61c0b6e08b90 <vm_exec_core+17616>, 0x61c0b6e04cbb <vm_exec_core+1531>, 0x61c0b6e0aca8 <vm_exec_core+26088>, 0x61c0b6e0b388 <vm_exec_core+27848>, 0x61c0b6e0568c <vm_exec_core+4044>, 0x61c0b6e06238 <vm_exec_core+7032>, 0x61c0b6e05ef6 <vm_exec_core+6198>, 0x61c0b6e06973 <vm_exec_core+8883>, 0x61c0b6e077aa <vm_exec_core+12522>, 0x61c0b6e05733 <vm_exec_core+4211>, 0x61c0b6e0ab10 <vm_exec_core+25680>, 0x61c0b6e061c2 <vm_exec_core+6914>, 0x61c0b6e07658 <vm_exec_core+12184>, 0x61c0b6e0811f <vm_exec_core+14943>, 0x61c0b6e0a46d <vm_exec_core+23981>, 0x61c0b6e095a3 <vm_exec_core+20195>, 0x61c0b6e06c4d <vm_exec_core+9613>, 0x61c0b6e064cf <vm_exec_core+7695>, 0x61c0b6e0a2c3 <vm_exec_core+23555>, 0x61c0b6e073d5 <vm_exec_core+11541>, 0x61c0b6e09ad7 <vm_exec_core+21527>, 0x61c0b6e09615 <vm_exec_core+20309>, 0x61c0b6e09b8e <vm_exec_core+21710>, 0x61c0b6e0b05a <vm_exec_core+27034>, 0x61c0b6e089a2 <vm_exec_core+17122>, 0x61c0b6e0a526 <vm_exec_core+24166>, 0x61c0b6e099c4 <vm_exec_core+21252>, 0x61c0b6e0a054 <vm_exec_core+22932>, 0x61c0b6e06d6c <vm_exec_core+9900>, 0x61c0b6e09279 <vm_exec_core+19385>, 0x61c0b6e094b9 <vm_exec_core+19961>, 0x61c0b6e07d53 <vm_exec_core+13971>, 0x61c0b6e08ee6 <vm_exec_core+18470>, 0x61c0b6e0711a <vm_exec_core+10842>, 0x61c0b6e06757 <vm_exec_core+8343>, 0x61c0b6e09c0c <vm_exec_core+21836>, 0x61c0b6e058c4 <vm_exec_core+4612>, 0x61c0b6e07b00 <vm_exec_core+13376>, 0x61c0b6e08450 <vm_exec_core+15760>, 0x61c0b6e06a51 <vm_exec_core+9105>, 0x61c0b6e12661 <vm_exec_core+57249>, 0x61c0b6e06426 <vm_exec_core+7526>, 0x61c0b6e0631e <vm_exec_core+7262>, 0x61c0b6e06629 <vm_exec_core+8041>, 0x61c0b6e07014 <vm_exec_core+10580>, 0x61c0b6e08d8f <vm_exec_core+18127>, 0x61c0b6e081da <vm_exec_core+15130>, 0x61c0b6e08d8a <vm_exec_core+18122>, 0x61c0b6e0959e <vm_exec_core+20190>, 0x61c0b6e09599 <vm_exec_core+20185>, 0x61c0b6e06624 <vm_exec_core+8036>, 0x61c0b6e099c4 <vm_exec_core+21252>, 0x61c0b6e07773 <vm_exec_core+12467>, 0x61c0b6e07778 <vm_exec_core+12472>, 0x61c0b6e09594 <vm_exec_core+20180>, 0x61c0b6e093dc <vm_exec_core+19740>, 0x61c0b6e0844b <vm_exec_core+15755>, 0x61c0b6e08382 <vm_exec_core+15554>, 0x61c0b6e0948b <vm_exec_core+19915>, 0x61c0b6e08855 <vm_exec_core+16789>...}
        reg_cfp = 0x7a69f59ff790
        reg_pc = 0x51300001e7d8
        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 0x000061c0b6dff852 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2798
        _ec = 0x5170003a7350
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#15 0x000061c0b6e43f6b in invoke_iseq_block_from_c (ec=0x5170003a7350, captured=<optimized out>, self=134596218430800, 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 = 0x7a6a2172b810
        cfp = 0x7a69f59ff7c8
        sp = 0x7a69f58ff818
        use_argv = <optimized out>
        stack_argv = 0x7a69f58ff818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#16 invoke_block_from_c_proc (ec=0x5170003a7350, self=134596218430800, 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 0x000061c0b6e421c6 in rb_vm_invoke_proc (ec=0x7a69ecb8b260, proc=0x1, argc=569488637, 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 0x000061c0b6d9185b in thread_do_start_proc (th=th@entry=0x515000295980) at /tmp/ruby/src/trunk_asan/thread.c:625
        args = <optimized out>
        procval = <optimized out>
        proc = 0x504001ee3690
        args_len = <optimized out>
        args_ptr = <optimized out>
#20 0x000061c0b6d8f3fd in thread_do_start (th=0x515000295980) at /tmp/ruby/src/trunk_asan/thread.c:642
        result = 36
#21 thread_start_func_2 (th=th@entry=0x515000295980, 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 0x000061c0b6d8e6ee in call_thread_start_func_2 (th=0x515000295980) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2227
        stack_start = <optimized out>
        stack_start_addr = 0x7a69ffef0cc0
#23 nt_start (ptr=0x50c000672e80) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2272
        th = 0x515000295980
        sched = <optimized out>
        nt = 0x50c000672e80
        vm = 0x525000000100
#24 0x000061c0b69ebaff in asan_thread_start(void*) ()
No symbol table info available.
#25 0x00007a6a21e9caa4 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 = {134595684013760, -7454654236178507036, 134595684013760, -352, 25, 140735508558896, -7454654236191089948, -7454579458878334236}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#26 0x00007a6a21f29c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 2 (Thread 0x7a6a05fff6c0 (LWP 3616499) "ruby"):
#0  0x00007a6a21f1b4fd in __GI___poll (fds=0x7a69e8e3c040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x000061c0b699274a in __interceptor_poll ()
No symbol table info available.
#2  0x000061c0b6d9305b 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  0x000061c0b69ebaff in asan_thread_start(void*) ()
No symbol table info available.
#5  0x00007a6a21e9caa4 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 = {134595785782976, -7454500449505764636, 134595785782976, -352, 25, 140735508557200, -7454500449518347548, -7454579458878334236}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x00007a6a21f29c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7a6a221a7c40 (LWP 3574440) "ruby"):
#0  0x00007a6a21f1baca in __GI___libc_read (nbytes=4, buf=0x7a6a20031c40, fd=7) 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=7, buf=0x7a6a20031c40, nbytes=4) at ../sysdeps/unix/sysv/linux/read.c:24
No locals.
#2  0x000061c0b696d243 in __interceptor_read ()
No symbol table info available.
#3  0x000061c0b6be30ee in read_retry (fd=fd@entry=7, buf=buf@entry=0x7a6a20031c40, len=len@entry=4) at /tmp/ruby/src/trunk_asan/process.c:3781
        r = <optimized out>
#4  0x000061c0b6bd341e in recv_child_error (fd=7, errmsg=0x7fff89feaae0 "", 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 = 87374
        err = <optimized out>
        error_occurred = <optimized out>
#6  0x000061c0b6be3501 in rb_spawn_process (eargp=0x7a69fc15e3a0, errmsg=0x0, errmsg_buflen=15) at /tmp/ruby/src/trunk_asan/process.c:4536
        pid = <optimized out>
#7  do_spawn_process (arg=134596220040480) at /tmp/ruby/src/trunk_asan/process.c:4591
        argp = 0x7a6a1fe23520
#8  0x000061c0b6a376ce 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 = {0x7fff89fea990, <optimized out>, 0x7fff89fea8a0, <optimized out>, <optimized out>}, prev = 0x7a6a1ff4aa40, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#9  0x000061c0b6a37b59 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 0x000061c0b6be32df in rb_execarg_spawn (execarg_obj=<optimized out>, errmsg=<optimized out>, errmsg_buflen=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4607
        args = {execarg = 134595692666680, errmsg = {ptr = 0x7a69fc125b60 "assert_not_in_delta", buflen = <optimized out>}}
        r = <optimized out>
#11 0x000061c0b6bd868d in rb_f_spawn (argc=4, argv=0x7a6a21918c00, _=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4928
        errmsg = '\000' <repeats 24 times>, "\241\020\000\000\000\000\000\000\340\246b-:W\000\000\b\254b-:W\000\000\300^x,:W\000\000y\253b-:W", '\000' <repeats 11 times>, "\200\000\000\000\000\000"
        execarg_obj = 134595619447680
        eargp = 0x7a69fc15e3a0
        fail_str = 134595615380400
        pid = <optimized out>
#12 0x000061c0b6e70248 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 = 0x6c3108440009
        cc = <optimized out>
        me = 0x7a69fc44ad00
        cfunc = 0x506000048988
        recv = 134595691264680
        block_handler = <optimized out>
        frame_type = 1431635075
        len = <optimized out>
        val = <optimized out>
#13 0x000061c0b6e55a95 in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7fff89feb160) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4888
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0xf
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#14 0x000061c0b6e55525 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 = 0x8
#15 0x000061c0b6e10edd in vm_sendish (ec=0x5170000000d0, reg_cfp=0x7a6a21a183a0, 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>
#16 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 = {0x61c0b6e04c96 <vm_exec_core+1494>, 0x61c0b6e05f9d <vm_exec_core+6365>, 0x61c0b6e0b131 <vm_exec_core+27249>, 0x61c0b6e05b0f <vm_exec_core+5199>, 0x61c0b6e0bee2 <vm_exec_core+30754>, 0x61c0b6e09ce4 <vm_exec_core+22052>, 0x61c0b6e0798e <vm_exec_core+13006>, 0x61c0b6e04dfe <vm_exec_core+1854>, 0x61c0b6e0b724 <vm_exec_core+28772>, 0x61c0b6e0b46c <vm_exec_core+28076>, 0x61c0b6e05d8c <vm_exec_core+5836>, 0x61c0b6e052ee <vm_exec_core+3118>, 0x61c0b6e0a3e6 <vm_exec_core+23846>, 0x61c0b6e06893 <vm_exec_core+8659>, 0x61c0b6e0b925 <vm_exec_core+29285>, 0x61c0b6e0b5ce <vm_exec_core+28430>, 0x61c0b6e06f81 <vm_exec_core+10433>, 0x61c0b6e0791d <vm_exec_core+12893>, 0x61c0b6e09f45 <vm_exec_core+22661>, 0x61c0b6e0b545 <vm_exec_core+28293>, 0x61c0b6e093f0 <vm_exec_core+19760>, 0x61c0b6e09fce <vm_exec_core+22798>, 0x61c0b6e0aa87 <vm_exec_core+25543>, 0x61c0b6e0932d <vm_exec_core+19565>, 0x61c0b6e0522b <vm_exec_core+2923>, 0x61c0b6e099e7 <vm_exec_core+21287>, 0x61c0b6e050be <vm_exec_core+2558>, 0x61c0b6e054f4 <vm_exec_core+3636>, 0x61c0b6e07204 <vm_exec_core+11076>, 0x61c0b6e08efa <vm_exec_core+18490>, 0x61c0b6e09880 <vm_exec_core+20928>, 0x61c0b6e08b9f <vm_exec_core+17631>, 0x61c0b6e04cca <vm_exec_core+1546>, 0x61c0b6e0acb7 <vm_exec_core+26103>, 0x61c0b6e0b397 <vm_exec_core+27863>, 0x61c0b6e0569b <vm_exec_core+4059>, 0x61c0b6e06247 <vm_exec_core+7047>, 0x61c0b6e05f05 <vm_exec_core+6213>, 0x61c0b6e06982 <vm_exec_core+8898>, 0x61c0b6e077b9 <vm_exec_core+12537>, 0x61c0b6e05742 <vm_exec_core+4226>, 0x61c0b6e0ab1f <vm_exec_core+25695>, 0x61c0b6e061d1 <vm_exec_core+6929>, 0x61c0b6e07667 <vm_exec_core+12199>, 0x61c0b6e0812e <vm_exec_core+14958>, 0x61c0b6e0a47c <vm_exec_core+23996>, 0x61c0b6e095b2 <vm_exec_core+20210>, 0x61c0b6e06c5c <vm_exec_core+9628>, 0x61c0b6e064de <vm_exec_core+7710>, 0x61c0b6e0a2d2 <vm_exec_core+23570>, 0x61c0b6e073e4 <vm_exec_core+11556>, 0x61c0b6e09ae6 <vm_exec_core+21542>, 0x61c0b6e09624 <vm_exec_core+20324>, 0x61c0b6e09b9d <vm_exec_core+21725>, 0x61c0b6e0b069 <vm_exec_core+27049>, 0x61c0b6e089b1 <vm_exec_core+17137>, 0x61c0b6e0a535 <vm_exec_core+24181>, 0x61c0b6e04a18 <vm_exec_core+856>, 0x61c0b6e0a063 <vm_exec_core+22947>, 0x61c0b6e06d7b <vm_exec_core+9915>, 0x61c0b6e09288 <vm_exec_core+19400>, 0x61c0b6e094c8 <vm_exec_core+19976>, 0x61c0b6e07d62 <vm_exec_core+13986>, 0x61c0b6e055a8 <vm_exec_core+3816>, 0x61c0b6e07129 <vm_exec_core+10857>, 0x61c0b6e06766 <vm_exec_core+8358>, 0x61c0b6e09c1b <vm_exec_core+21851>, 0x61c0b6e058d3 <vm_exec_core+4627>, 0x61c0b6e07b0f <vm_exec_core+13391>, 0x61c0b6e0845f <vm_exec_core+15775>, 0x61c0b6e06a60 <vm_exec_core+9120>, 0x61c0b6e12670 <vm_exec_core+57264>, 0x61c0b6e06435 <vm_exec_core+7541>, 0x61c0b6e0632d <vm_exec_core+7277>, 0x61c0b6e06638 <vm_exec_core+8056>, 0x61c0b6e07023 <vm_exec_core+10595>, 0x61c0b6e08d9e <vm_exec_core+18142>, 0x61c0b6e081e9 <vm_exec_core+15145>, 0x61c0b6e098ff <vm_exec_core+21055>, 0x61c0b6e08645 <vm_exec_core+16261>, 0x61c0b6e0abe0 <vm_exec_core+25888>, 0x61c0b6e0c187 <vm_exec_core+31431>, 0x61c0b6e0ae24 <vm_exec_core+26468>, 0x61c0b6e0ba75 <vm_exec_core+29621>, 0x61c0b6e0bb66 <vm_exec_core+29862>, 0x61c0b6e05150 <vm_exec_core+2704>, 0x61c0b6e0b64d <vm_exec_core+28557>, 0x61c0b6e07309 <vm_exec_core+11337>, 0x61c0b6e0b848 <vm_exec_core+29064>, 0x61c0b6e06e4a <vm_exec_core+10122>, 0x61c0b6e0ad5b <vm_exec_core+26267>, 0x61c0b6e04fe7 <vm_exec_core+2343>, 0x61c0b6e057cd <vm_exec_core+4365>, 0x61c0b6e0bdaa <vm_exec_core+30442>, 0x61c0b6e076ed <vm_exec_core+12333>, 0x61c0b6e074ea <vm_exec_core+11818>, 0x61c0b6e04a1d <vm_exec_core+861>, 0x61c0b6e04f0a <vm_exec_core+2122>, 0x61c0b6e04aa3 <vm_exec_core+995>, 0x61c0b6e0af13 <vm_exec_core+26707>, 0x61c0b6e0886e <vm_exec_core+16814>, 0x61c0b6e07f32 <vm_exec_core+14450>, 0x61c0b6e0874a <vm_exec_core+16522>, 0x61c0b6e08396 <vm_exec_core+15574>, 0x61c0b6e0757f <vm_exec_core+11967>, 0x61c0b6e07e3d <vm_exec_core+14205>, 0x61c0b6e07809 <vm_exec_core+12617>, 0x61c0b6e0804c <vm_exec_core+14732>, 0x61c0b6e080bd <vm_exec_core+14845>, 0x61c0b6e04c87 <vm_exec_core+1479>, 0x61c0b6e05f8e <vm_exec_core+6350>, 0x61c0b6e0b122 <vm_exec_core+27234>, 0x61c0b6e05b00 <vm_exec_core+5184>, 0x61c0b6e0bed3 <vm_exec_core+30739>, 0x61c0b6e09cd5 <vm_exec_core+22037>, 0x61c0b6e0797f <vm_exec_core+12991>, 0x61c0b6e04def <vm_exec_core+1839>, 0x61c0b6e0b715 <vm_exec_core+28757>, 0x61c0b6e0b45d <vm_exec_core+28061>, 0x61c0b6e05d7d <vm_exec_core+5821>, 0x61c0b6e052df <vm_exec_core+3103>, 0x61c0b6e0a3d7 <vm_exec_core+23831>, 0x61c0b6e06884 <vm_exec_core+8644>, 0x61c0b6e0b916 <vm_exec_core+29270>, 0x61c0b6e0b5bf <vm_exec_core+28415>, 0x61c0b6e06f72 <vm_exec_core+10418>, 0x61c0b6e0790e <vm_exec_core+12878>, 0x61c0b6e09f36 <vm_exec_core+22646>, 0x61c0b6e0b536 <vm_exec_core+28278>, 0x61c0b6e093e1 <vm_exec_core+19745>, 0x61c0b6e09fbf <vm_exec_core+22783>, 0x61c0b6e0aa78 <vm_exec_core+25528>, 0x61c0b6e0931e <vm_exec_core+19550>, 0x61c0b6e0521c <vm_exec_core+2908>, 0x61c0b6e099d8 <vm_exec_core+21272>, 0x61c0b6e050af <vm_exec_core+2543>, 0x61c0b6e054e5 <vm_exec_core+3621>, 0x61c0b6e071f5 <vm_exec_core+11061>, 0x61c0b6e08eeb <vm_exec_core+18475>, 0x61c0b6e09871 <vm_exec_core+20913>, 0x61c0b6e08b90 <vm_exec_core+17616>, 0x61c0b6e04cbb <vm_exec_core+1531>, 0x61c0b6e0aca8 <vm_exec_core+26088>, 0x61c0b6e0b388 <vm_exec_core+27848>, 0x61c0b6e0568c <vm_exec_core+4044>, 0x61c0b6e06238 <vm_exec_core+7032>, 0x61c0b6e05ef6 <vm_exec_core+6198>, 0x61c0b6e06973 <vm_exec_core+8883>, 0x61c0b6e077aa <vm_exec_core+12522>, 0x61c0b6e05733 <vm_exec_core+4211>, 0x61c0b6e0ab10 <vm_exec_core+25680>, 0x61c0b6e061c2 <vm_exec_core+6914>, 0x61c0b6e07658 <vm_exec_core+12184>, 0x61c0b6e0811f <vm_exec_core+14943>, 0x61c0b6e0a46d <vm_exec_core+23981>, 0x61c0b6e095a3 <vm_exec_core+20195>, 0x61c0b6e06c4d <vm_exec_core+9613>, 0x61c0b6e064cf <vm_exec_core+7695>, 0x61c0b6e0a2c3 <vm_exec_core+23555>, 0x61c0b6e073d5 <vm_exec_core+11541>, 0x61c0b6e09ad7 <vm_exec_core+21527>, 0x61c0b6e09615 <vm_exec_core+20309>, 0x61c0b6e09b8e <vm_exec_core+21710>, 0x61c0b6e0b05a <vm_exec_core+27034>, 0x61c0b6e089a2 <vm_exec_core+17122>, 0x61c0b6e0a526 <vm_exec_core+24166>, 0x61c0b6e099c4 <vm_exec_core+21252>, 0x61c0b6e0a054 <vm_exec_core+22932>, 0x61c0b6e06d6c <vm_exec_core+9900>, 0x61c0b6e09279 <vm_exec_core+19385>, 0x61c0b6e094b9 <vm_exec_core+19961>, 0x61c0b6e07d53 <vm_exec_core+13971>, 0x61c0b6e08ee6 <vm_exec_core+18470>, 0x61c0b6e0711a <vm_exec_core+10842>, 0x61c0b6e06757 <vm_exec_core+8343>, 0x61c0b6e09c0c <vm_exec_core+21836>, 0x61c0b6e058c4 <vm_exec_core+4612>, 0x61c0b6e07b00 <vm_exec_core+13376>, 0x61c0b6e08450 <vm_exec_core+15760>, 0x61c0b6e06a51 <vm_exec_core+9105>, 0x61c0b6e12661 <vm_exec_core+57249>, 0x61c0b6e06426 <vm_exec_core+7526>, 0x61c0b6e0631e <vm_exec_core+7262>, 0x61c0b6e06629 <vm_exec_core+8041>, 0x61c0b6e07014 <vm_exec_core+10580>, 0x61c0b6e08d8f <vm_exec_core+18127>, 0x61c0b6e081da <vm_exec_core+15130>, 0x61c0b6e08d8a <vm_exec_core+18122>, 0x61c0b6e0959e <vm_exec_core+20190>, 0x61c0b6e09599 <vm_exec_core+20185>, 0x61c0b6e06624 <vm_exec_core+8036>, 0x61c0b6e099c4 <vm_exec_core+21252>, 0x61c0b6e07773 <vm_exec_core+12467>, 0x61c0b6e07778 <vm_exec_core+12472>, 0x61c0b6e09594 <vm_exec_core+20180>, 0x61c0b6e093dc <vm_exec_core+19740>, 0x61c0b6e0844b <vm_exec_core+15755>, 0x61c0b6e08382 <vm_exec_core+15554>, 0x61c0b6e0948b <vm_exec_core+19915>, 0x61c0b6e08855 <vm_exec_core+16789>...}
        reg_cfp = 0x7a6a21a183a0
        reg_pc = 0x51b00037f348
        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>
#17 0x000061c0b6dff852 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>
#18 0x000061c0b6e90ed2 in invoke_iseq_block_from_c (ec=0x5170000000d0, captured=0x7a6a21a18460, self=134595691264680, 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 = 0x7a69ffa1df40
        cfp = <optimized out>
        sp = 0x7a6a21918bb8
        use_argv = 0x7a6a1fe20f60
        stack_argv = 0x7a6a21918bb8
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#19 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 = 0x7a6a21a18460
#20 0x000061c0b6e318ac 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.
#21 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.
#22 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#23 0x000061c0b6e318ac in rb_yield (val=<optimized out>)
No locals.
#24 0x000061c0b6a376ce 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 = {0x7fff89feb850, <optimized out>, 0x7fff89feb760, <optimized out>, <optimized out>}, prev = 0x7a6a1ff45840, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#25 0x000061c0b6a37b59 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.
#26 0x000061c0b7215f60 in chdir_path (path=134595691263560, yield_path=true) at /tmp/ruby/src/trunk_asan/dir.c:1226
        args = {old_path = 134595691263480, new_path = 134595691263560, done = 1, yield_path = <optimized out>}
        args = <optimized out>
        p = <optimized out>
        r = <optimized out>
        errno_to_fail = <optimized out>
#27 dir_s_chdir (argc=<optimized out>, argv=<optimized out>, obj=<optimized out>) at /tmp/ruby/src/trunk_asan/dir.c:1318
        path = 134595691263560
#28 0x000061c0b6e70248 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 = 0x538100000003
        cc = <optimized out>
        me = 0x7a69fc3ae1d0
        cfunc = 0x506000033448
        recv = 134596246757000
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#29 0x000061c0b6e090cf in vm_sendish (ec=0x5170000000d0, reg_cfp=0x7a6a21a18448, cd=0x503000ad9de0, 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>
#30 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 = 0x503000ad9de0
        insns_address_table = {0x61c0b6e04c96 <vm_exec_core+1494>, 0x61c0b6e05f9d <vm_exec_core+6365>, 0x61c0b6e0b131 <vm_exec_core+27249>, 0x61c0b6e05b0f <vm_exec_core+5199>, 0x61c0b6e0bee2 <vm_exec_core+30754>, 0x61c0b6e09ce4 <vm_exec_core+22052>, 0x61c0b6e0798e <vm_exec_core+13006>, 0x61c0b6e04dfe <vm_exec_core+1854>, 0x61c0b6e0b724 <vm_exec_core+28772>, 0x61c0b6e0b46c <vm_exec_core+28076>, 0x61c0b6e05d8c <vm_exec_core+5836>, 0x61c0b6e052ee <vm_exec_core+3118>, 0x61c0b6e0a3e6 <vm_exec_core+23846>, 0x61c0b6e06893 <vm_exec_core+8659>, 0x61c0b6e0b925 <vm_exec_core+29285>, 0x61c0b6e0b5ce <vm_exec_core+28430>, 0x61c0b6e06f81 <vm_exec_core+10433>, 0x61c0b6e0791d <vm_exec_core+12893>, 0x61c0b6e09f45 <vm_exec_core+22661>, 0x61c0b6e0b545 <vm_exec_core+28293>, 0x61c0b6e093f0 <vm_exec_core+19760>, 0x61c0b6e09fce <vm_exec_core+22798>, 0x61c0b6e0aa87 <vm_exec_core+25543>, 0x61c0b6e0932d <vm_exec_core+19565>, 0x61c0b6e0522b <vm_exec_core+2923>, 0x61c0b6e099e7 <vm_exec_core+21287>, 0x61c0b6e050be <vm_exec_core+2558>, 0x61c0b6e054f4 <vm_exec_core+3636>, 0x61c0b6e07204 <vm_exec_core+11076>, 0x61c0b6e08efa <vm_exec_core+18490>, 0x61c0b6e09880 <vm_exec_core+20928>, 0x61c0b6e08b9f <vm_exec_core+17631>, 0x61c0b6e04cca <vm_exec_core+1546>, 0x61c0b6e0acb7 <vm_exec_core+26103>, 0x61c0b6e0b397 <vm_exec_core+27863>, 0x61c0b6e0569b <vm_exec_core+4059>, 0x61c0b6e06247 <vm_exec_core+7047>, 0x61c0b6e05f05 <vm_exec_core+6213>, 0x61c0b6e06982 <vm_exec_core+8898>, 0x61c0b6e077b9 <vm_exec_core+12537>, 0x61c0b6e05742 <vm_exec_core+4226>, 0x61c0b6e0ab1f <vm_exec_core+25695>, 0x61c0b6e061d1 <vm_exec_core+6929>, 0x61c0b6e07667 <vm_exec_core+12199>, 0x61c0b6e0812e <vm_exec_core+14958>, 0x61c0b6e0a47c <vm_exec_core+23996>, 0x61c0b6e095b2 <vm_exec_core+20210>, 0x61c0b6e06c5c <vm_exec_core+9628>, 0x61c0b6e064de <vm_exec_core+7710>, 0x61c0b6e0a2d2 <vm_exec_core+23570>, 0x61c0b6e073e4 <vm_exec_core+11556>, 0x61c0b6e09ae6 <vm_exec_core+21542>, 0x61c0b6e09624 <vm_exec_core+20324>, 0x61c0b6e09b9d <vm_exec_core+21725>, 0x61c0b6e0b069 <vm_exec_core+27049>, 0x61c0b6e089b1 <vm_exec_core+17137>, 0x61c0b6e0a535 <vm_exec_core+24181>, 0x61c0b6e04a18 <vm_exec_core+856>, 0x61c0b6e0a063 <vm_exec_core+22947>, 0x61c0b6e06d7b <vm_exec_core+9915>, 0x61c0b6e09288 <vm_exec_core+19400>, 0x61c0b6e094c8 <vm_exec_core+19976>, 0x61c0b6e07d62 <vm_exec_core+13986>, 0x61c0b6e055a8 <vm_exec_core+3816>, 0x61c0b6e07129 <vm_exec_core+10857>, 0x61c0b6e06766 <vm_exec_core+8358>, 0x61c0b6e09c1b <vm_exec_core+21851>, 0x61c0b6e058d3 <vm_exec_core+4627>, 0x61c0b6e07b0f <vm_exec_core+13391>, 0x61c0b6e0845f <vm_exec_core+15775>, 0x61c0b6e06a60 <vm_exec_core+9120>, 0x61c0b6e12670 <vm_exec_core+57264>, 0x61c0b6e06435 <vm_exec_core+7541>, 0x61c0b6e0632d <vm_exec_core+7277>, 0x61c0b6e06638 <vm_exec_core+8056>, 0x61c0b6e07023 <vm_exec_core+10595>, 0x61c0b6e08d9e <vm_exec_core+18142>, 0x61c0b6e081e9 <vm_exec_core+15145>, 0x61c0b6e098ff <vm_exec_core+21055>, 0x61c0b6e08645 <vm_exec_core+16261>, 0x61c0b6e0abe0 <vm_exec_core+25888>, 0x61c0b6e0c187 <vm_exec_core+31431>, 0x61c0b6e0ae24 <vm_exec_core+26468>, 0x61c0b6e0ba75 <vm_exec_core+29621>, 0x61c0b6e0bb66 <vm_exec_core+29862>, 0x61c0b6e05150 <vm_exec_core+2704>, 0x61c0b6e0b64d <vm_exec_core+28557>, 0x61c0b6e07309 <vm_exec_core+11337>, 0x61c0b6e0b848 <vm_exec_core+29064>, 0x61c0b6e06e4a <vm_exec_core+10122>, 0x61c0b6e0ad5b <vm_exec_core+26267>, 0x61c0b6e04fe7 <vm_exec_core+2343>, 0x61c0b6e057cd <vm_exec_core+4365>, 0x61c0b6e0bdaa <vm_exec_core+30442>, 0x61c0b6e076ed <vm_exec_core+12333>, 0x61c0b6e074ea <vm_exec_core+11818>, 0x61c0b6e04a1d <vm_exec_core+861>, 0x61c0b6e04f0a <vm_exec_core+2122>, 0x61c0b6e04aa3 <vm_exec_core+995>, 0x61c0b6e0af13 <vm_exec_core+26707>, 0x61c0b6e0886e <vm_exec_core+16814>, 0x61c0b6e07f32 <vm_exec_core+14450>, 0x61c0b6e0874a <vm_exec_core+16522>, 0x61c0b6e08396 <vm_exec_core+15574>, 0x61c0b6e0757f <vm_exec_core+11967>, 0x61c0b6e07e3d <vm_exec_core+14205>, 0x61c0b6e07809 <vm_exec_core+12617>, 0x61c0b6e0804c <vm_exec_core+14732>, 0x61c0b6e080bd <vm_exec_core+14845>, 0x61c0b6e04c87 <vm_exec_core+1479>, 0x61c0b6e05f8e <vm_exec_core+6350>, 0x61c0b6e0b122 <vm_exec_core+27234>, 0x61c0b6e05b00 <vm_exec_core+5184>, 0x61c0b6e0bed3 <vm_exec_core+30739>, 0x61c0b6e09cd5 <vm_exec_core+22037>, 0x61c0b6e0797f <vm_exec_core+12991>, 0x61c0b6e04def <vm_exec_core+1839>, 0x61c0b6e0b715 <vm_exec_core+28757>, 0x61c0b6e0b45d <vm_exec_core+28061>, 0x61c0b6e05d7d <vm_exec_core+5821>, 0x61c0b6e052df <vm_exec_core+3103>, 0x61c0b6e0a3d7 <vm_exec_core+23831>, 0x61c0b6e06884 <vm_exec_core+8644>, 0x61c0b6e0b916 <vm_exec_core+29270>, 0x61c0b6e0b5bf <vm_exec_core+28415>, 0x61c0b6e06f72 <vm_exec_core+10418>, 0x61c0b6e0790e <vm_exec_core+12878>, 0x61c0b6e09f36 <vm_exec_core+22646>, 0x61c0b6e0b536 <vm_exec_core+28278>, 0x61c0b6e093e1 <vm_exec_core+19745>, 0x61c0b6e09fbf <vm_exec_core+22783>, 0x61c0b6e0aa78 <vm_exec_core+25528>, 0x61c0b6e0931e <vm_exec_core+19550>, 0x61c0b6e0521c <vm_exec_core+2908>, 0x61c0b6e099d8 <vm_exec_core+21272>, 0x61c0b6e050af <vm_exec_core+2543>, 0x61c0b6e054e5 <vm_exec_core+3621>, 0x61c0b6e071f5 <vm_exec_core+11061>, 0x61c0b6e08eeb <vm_exec_core+18475>, 0x61c0b6e09871 <vm_exec_core+20913>, 0x61c0b6e08b90 <vm_exec_core+17616>, 0x61c0b6e04cbb <vm_exec_core+1531>, 0x61c0b6e0aca8 <vm_exec_core+26088>, 0x61c0b6e0b388 <vm_exec_core+27848>, 0x61c0b6e0568c <vm_exec_core+4044>, 0x61c0b6e06238 <vm_exec_core+7032>, 0x61c0b6e05ef6 <vm_exec_core+6198>, 0x61c0b6e06973 <vm_exec_core+8883>, 0x61c0b6e077aa <vm_exec_core+12522>, 0x61c0b6e05733 <vm_exec_core+4211>, 0x61c0b6e0ab10 <vm_exec_core+25680>, 0x61c0b6e061c2 <vm_exec_core+6914>, 0x61c0b6e07658 <vm_exec_core+12184>, 0x61c0b6e0811f <vm_exec_core+14943>, 0x61c0b6e0a46d <vm_exec_core+23981>, 0x61c0b6e095a3 <vm_exec_core+20195>, 0x61c0b6e06c4d <vm_exec_core+9613>, 0x61c0b6e064cf <vm_exec_core+7695>, 0x61c0b6e0a2c3 <vm_exec_core+23555>, 0x61c0b6e073d5 <vm_exec_core+11541>, 0x61c0b6e09ad7 <vm_exec_core+21527>, 0x61c0b6e09615 <vm_exec_core+20309>, 0x61c0b6e09b8e <vm_exec_core+21710>, 0x61c0b6e0b05a <vm_exec_core+27034>, 0x61c0b6e089a2 <vm_exec_core+17122>, 0x61c0b6e0a526 <vm_exec_core+24166>, 0x61c0b6e099c4 <vm_exec_core+21252>, 0x61c0b6e0a054 <vm_exec_core+22932>, 0x61c0b6e06d6c <vm_exec_core+9900>, 0x61c0b6e09279 <vm_exec_core+19385>, 0x61c0b6e094b9 <vm_exec_core+19961>, 0x61c0b6e07d53 <vm_exec_core+13971>, 0x61c0b6e08ee6 <vm_exec_core+18470>, 0x61c0b6e0711a <vm_exec_core+10842>, 0x61c0b6e06757 <vm_exec_core+8343>, 0x61c0b6e09c0c <vm_exec_core+21836>, 0x61c0b6e058c4 <vm_exec_core+4612>, 0x61c0b6e07b00 <vm_exec_core+13376>, 0x61c0b6e08450 <vm_exec_core+15760>, 0x61c0b6e06a51 <vm_exec_core+9105>, 0x61c0b6e12661 <vm_exec_core+57249>, 0x61c0b6e06426 <vm_exec_core+7526>, 0x61c0b6e0631e <vm_exec_core+7262>, 0x61c0b6e06629 <vm_exec_core+8041>, 0x61c0b6e07014 <vm_exec_core+10580>, 0x61c0b6e08d8f <vm_exec_core+18127>, 0x61c0b6e081da <vm_exec_core+15130>, 0x61c0b6e08d8a <vm_exec_core+18122>, 0x61c0b6e0959e <vm_exec_core+20190>, 0x61c0b6e09599 <vm_exec_core+20185>, 0x61c0b6e06624 <vm_exec_core+8036>, 0x61c0b6e099c4 <vm_exec_core+21252>, 0x61c0b6e07773 <vm_exec_core+12467>, 0x61c0b6e07778 <vm_exec_core+12472>, 0x61c0b6e09594 <vm_exec_core+20180>, 0x61c0b6e093dc <vm_exec_core+19740>, 0x61c0b6e0844b <vm_exec_core+15755>, 0x61c0b6e08382 <vm_exec_core+15554>, 0x61c0b6e0948b <vm_exec_core+19915>, 0x61c0b6e08855 <vm_exec_core+16789>...}
        reg_cfp = 0x7a6a21a18448
        reg_pc = 0x50c000631078
        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>
th: 0x515000000300, native_id: 0x7a6a221a7c40
        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>
-- Control frame information -----------------------------------------------
c:0021 p:---- s:0135 e:000134 l:y b:---- CFUNC  :spawn
        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>
c:0020 p:0025 s:0127 e:000125 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_process.rb:856
        INSN_LABEL_opt_ary_freeze = <optimized out>
c:0019 p:0004 s:0122 e:000121 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_process.rb:30 [FINISH]
        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>
c:0018 p:---- s:0119 e:000118 l:y b:---- CFUNC  :chdir
c:0017 p:0015 s:0114 e:000113 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_process.rb:29
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
c:0016 p:0038 s:0110 e:000109 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/lib/tmpdir.rb:105
c:0015 p:0005 s:0099 e:000098 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/test/ruby/test_process.rb:27
        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>
c:0014 p:0004 s:0095 e:000094 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/test/ruby/test_process.rb:855
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_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <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]
        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>
c:0010 p:---- s:0069 e:000068 l:y b:---- CFUNC  :map
        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>
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:001aa0 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:52
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#31 0x000061c0b6dffc41 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.
#32 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
#33 0x000061c0b6e90ed2 in invoke_iseq_block_from_c (ec=0x5170000000d0, captured=0x7a6a21a18620, self=134596218430800, 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 = 0x7a6a215ed408
        cfp = <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]
        sp = 0x7a6a21918a28
        use_argv = 0x7a6a1fe1c560
c:0005 p:---- s:0026 e:000025 l:y b:---- CFUNC  :map
        stack_argv = 0x7a6a21918a28
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#34 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 = 0x7a6a21a18620
#35 0x000061c0b6e318ac 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.
#36 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.
#37 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#38 0x000061c0b6e318ac in rb_yield (val=<optimized out>)
No locals.
#39 0x000061c0b700b986 in rb_ary_collect (ary=134595581716600) at /tmp/ruby/src/trunk_asan/array.c:3763
        collect = 134595694491920
        i = 71
#40 0x000061c0b6e70248 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 = 0x7a6a217ae670
        cfunc = 0x506000020188
        recv = 134595581716600
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#41 0x000061c0b6e090cf in vm_sendish (ec=0x5170000000d0, reg_cfp=0x7a6a21a18608, cd=0x512000013db0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        val = 36
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
        ci = <optimized out>
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
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]
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
c:0001 p:0000 s:0003 E:001630 l:y b:---- DUMMY  [FINISH]

#42 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
th: 0x515000000d00, native_id: 0x7a69fa3f36c0
-- Control frame information -----------------------------------------------
c:0005 p:0006 s:0023 e:000022 l:y b:0001 METHOD <internal:thread_sync>:529
c:0004 p:0020 s:0017 e:000016 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/lib/timeout.rb:99 [FINISH]
c:0003 p:0018 s:0014 e:000013 l:y b:0001 METHOD <internal:thread_sync>:390
c:0002 p:0072 s:0010 e:000009 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/lib/timeout.rb:97 [FINISH]
        insns_address_table = {0x61c0b6e04c96 <vm_exec_core+1494>, 0x61c0b6e05f9d <vm_exec_core+6365>, 0x61c0b6e0b131 <vm_exec_core+27249>, 0x61c0b6e05b0f <vm_exec_core+5199>, 0x61c0b6e0bee2 <vm_exec_core+30754>, 0x61c0b6e09ce4 <vm_exec_core+22052>, 0x61c0b6e0798e <vm_exec_core+13006>, 0x61c0b6e04dfe <vm_exec_core+1854>, 0x61c0b6e0b724 <vm_exec_core+28772>, 0x61c0b6e0b46c <vm_exec_core+28076>, 0x61c0b6e05d8c <vm_exec_core+5836>, 0x61c0b6e052ee <vm_exec_core+3118>, 0x61c0b6e0a3e6 <vm_exec_core+23846>, 0x61c0b6e06893 <vm_exec_core+8659>, 0x61c0b6e0b925 <vm_exec_core+29285>, 0x61c0b6e0b5ce <vm_exec_core+28430>, 0x61c0b6e06f81 <vm_exec_core+10433>, 0x61c0b6e0791d <vm_exec_core+12893>, 0x61c0b6e09f45 <vm_exec_core+22661>, 0x61c0b6e0b545 <vm_exec_core+28293>, 0x61c0b6e093f0 <vm_exec_core+19760>, 0x61c0b6e09fce <vm_exec_core+22798>, 0x61c0b6e0aa87 <vm_exec_core+25543>, 0x61c0b6e0932d <vm_exec_core+19565>, 0x61c0b6e0522b <vm_exec_core+2923>, 0x61c0b6e099e7 <vm_exec_core+21287>, 0x61c0b6e050be <vm_exec_core+2558>, 0x61c0b6e054f4 <vm_exec_core+3636>, 0x61c0b6e07204 <vm_exec_core+11076>, 0x61c0b6e08efa <vm_exec_core+18490>, 0x61c0b6e09880 <vm_exec_core+20928>, 0x61c0b6e08b9f <vm_exec_core+17631>, 0x61c0b6e04cca <vm_exec_core+1546>, 0x61c0b6e0acb7 <vm_exec_core+26103>, 0x61c0b6e0b397 <vm_exec_core+27863>, 0x61c0b6e0569b <vm_exec_core+4059>, 0x61c0b6e06247 <vm_exec_core+7047>, 0x61c0b6e05f05 <vm_exec_core+6213>, 0x61c0b6e06982 <vm_exec_core+8898>, 0x61c0b6e077b9 <vm_exec_core+12537>, 0x61c0b6e05742 <vm_exec_core+4226>, 0x61c0b6e0ab1f <vm_exec_core+25695>, 0x61c0b6e061d1 <vm_exec_core+6929>, 0x61c0b6e07667 <vm_exec_core+12199>, 0x61c0b6e0812e <vm_exec_core+14958>, 0x61c0b6e0a47c <vm_exec_core+23996>, 0x61c0b6e095b2 <vm_exec_core+20210>, 0x61c0b6e06c5c <vm_exec_core+9628>, 0x61c0b6e064de <vm_exec_core+7710>, 0x61c0b6e0a2d2 <vm_exec_core+23570>, 0x61c0b6e073e4 <vm_exec_core+11556>, 0x61c0b6e09ae6 <vm_exec_core+21542>, 0x61c0b6e09624 <vm_exec_core+20324>, 0x61c0b6e09b9d <vm_exec_core+21725>, 0x61c0b6e0b069 <vm_exec_core+27049>, 0x61c0b6e089b1 <vm_exec_core+17137>, 0x61c0b6e0a535 <vm_exec_core+24181>, 0x61c0b6e04a18 <vm_exec_core+856>, 0x61c0b6e0a063 <vm_exec_core+22947>, 0x61c0b6e06d7b <vm_exec_core+9915>, 0x61c0b6e09288 <vm_exec_core+19400>, 0x61c0b6e094c8 <vm_exec_core+19976>, 0x61c0b6e07d62 <vm_exec_core+13986>, 0x61c0b6e055a8 <vm_exec_core+3816>, 0x61c0b6e07129 <vm_exec_core+10857>, 0x61c0b6e06766 <vm_exec_core+8358>, 0x61c0b6e09c1b <vm_exec_core+21851>, 0x61c0b6e058d3 <vm_exec_core+4627>, 0x61c0b6e07b0f <vm_exec_core+13391>, 0x61c0b6e0845f <vm_exec_core+15775>, 0x61c0b6e06a60 <vm_exec_core+9120>, 0x61c0b6e12670 <vm_exec_core+57264>, 0x61c0b6e06435 <vm_exec_core+7541>, 0x61c0b6e0632d <vm_exec_core+7277>, 0x61c0b6e06638 <vm_exec_core+8056>, 0x61c0b6e07023 <vm_exec_core+10595>, 0x61c0b6e08d9e <vm_exec_core+18142>, 0x61c0b6e081e9 <vm_exec_core+15145>, 0x61c0b6e098ff <vm_exec_core+21055>, 0x61c0b6e08645 <vm_exec_core+16261>, 0x61c0b6e0abe0 <vm_exec_core+25888>, 0x61c0b6e0c187 <vm_exec_core+31431>, 0x61c0b6e0ae24 <vm_exec_core+26468>, 0x61c0b6e0ba75 <vm_exec_core+29621>, 0x61c0b6e0bb66 <vm_exec_core+29862>, 0x61c0b6e05150 <vm_exec_core+2704>, 0x61c0b6e0b64d <vm_exec_core+28557>, 0x61c0b6e07309 <vm_exec_core+11337>, 0x61c0b6e0b848 <vm_exec_core+29064>, 0x61c0b6e06e4a <vm_exec_core+10122>, 0x61c0b6e0ad5b <vm_exec_core+26267>, 0x61c0b6e04fe7 <vm_exec_core+2343>, 0x61c0b6e057cd <vm_exec_core+4365>, 0x61c0b6e0bdaa <vm_exec_core+30442>, 0x61c0b6e076ed <vm_exec_core+12333>, 0x61c0b6e074ea <vm_exec_core+11818>, 0x61c0b6e04a1d <vm_exec_core+861>, 0x61c0b6e04f0a <vm_exec_core+2122>, 0x61c0b6e04aa3 <vm_exec_core+995>, 0x61c0b6e0af13 <vm_exec_core+26707>, 0x61c0b6e0886e <vm_exec_core+16814>, 0x61c0b6e07f32 <vm_exec_core+14450>, 0x61c0b6e0874a <vm_exec_core+16522>, 0x61c0b6e08396 <vm_exec_core+15574>, 0x61c0b6e0757f <vm_exec_core+11967>, 0x61c0b6e07e3d <vm_exec_core+14205>, 0x61c0b6e07809 <vm_exec_core+12617>, 0x61c0b6e0804c <vm_exec_core+14732>, 0x61c0b6e080bd <vm_exec_core+14845>, 0x61c0b6e04c87 <vm_exec_core+1479>, 0x61c0b6e05f8e <vm_exec_core+6350>, 0x61c0b6e0b122 <vm_exec_core+27234>, 0x61c0b6e05b00 <vm_exec_core+5184>, 0x61c0b6e0bed3 <vm_exec_core+30739>, 0x61c0b6e09cd5 <vm_exec_core+22037>, 0x61c0b6e0797f <vm_exec_core+12991>, 0x61c0b6e04def <vm_exec_core+1839>, 0x61c0b6e0b715 <vm_exec_core+28757>, 0x61c0b6e0b45d <vm_exec_core+28061>, 0x61c0b6e05d7d <vm_exec_core+5821>, 0x61c0b6e052df <vm_exec_core+3103>, 0x61c0b6e0a3d7 <vm_exec_core+23831>, 0x61c0b6e06884 <vm_exec_core+8644>, 0x61c0b6e0b916 <vm_exec_core+29270>, 0x61c0b6e0b5bf <vm_exec_core+28415>, 0x61c0b6e06f72 <vm_exec_core+10418>, 0x61c0b6e0790e <vm_exec_core+12878>, 0x61c0b6e09f36 <vm_exec_core+22646>, 0x61c0b6e0b536 <vm_exec_core+28278>, 0x61c0b6e093e1 <vm_exec_core+19745>, 0x61c0b6e09fbf <vm_exec_core+22783>, 0x61c0b6e0aa78 <vm_exec_core+25528>, 0x61c0b6e0931e <vm_exec_core+19550>, 0x61c0b6e0521c <vm_exec_core+2908>, 0x61c0b6e099d8 <vm_exec_core+21272>, 0x61c0b6e050af <vm_exec_core+2543>, 0x61c0b6e054e5 <vm_exec_core+3621>, 0x61c0b6e071f5 <vm_exec_core+11061>, 0x61c0b6e08eeb <vm_exec_core+18475>, 0x61c0b6e09871 <vm_exec_core+20913>, 0x61c0b6e08b90 <vm_exec_core+17616>, 0x61c0b6e04cbb <vm_exec_core+1531>, 0x61c0b6e0aca8 <vm_exec_core+26088>, 0x61c0b6e0b388 <vm_exec_core+27848>, 0x61c0b6e0568c <vm_exec_core+4044>, 0x61c0b6e06238 <vm_exec_core+7032>, 0x61c0b6e05ef6 <vm_exec_core+6198>, 0x61c0b6e06973 <vm_exec_core+8883>, 0x61c0b6e077aa <vm_exec_core+12522>, 0x61c0b6e05733 <vm_exec_core+4211>, 0x61c0b6e0ab10 <vm_exec_core+25680>, 0x61c0b6e061c2 <vm_exec_core+6914>, 0x61c0b6e07658 <vm_exec_core+12184>, 0x61c0b6e0811f <vm_exec_core+14943>, 0x61c0b6e0a46d <vm_exec_core+23981>, 0x61c0b6e095a3 <vm_exec_core+20195>, 0x61c0b6e06c4d <vm_exec_core+9613>, 0x61c0b6e064cf <vm_exec_core+7695>, 0x61c0b6e0a2c3 <vm_exec_core+23555>, 0x61c0b6e073d5 <vm_exec_core+11541>, 0x61c0b6e09ad7 <vm_exec_core+21527>, 0x61c0b6e09615 <vm_exec_core+20309>, 0x61c0b6e09b8e <vm_exec_core+21710>, 0x61c0b6e0b05a <vm_exec_core+27034>, 0x61c0b6e089a2 <vm_exec_core+17122>, 0x61c0b6e0a526 <vm_exec_core+24166>, 0x61c0b6e099c4 <vm_exec_core+21252>, 0x61c0b6e0a054 <vm_exec_core+22932>, 0x61c0b6e06d6c <vm_exec_core+9900>, 0x61c0b6e09279 <vm_exec_core+19385>, 0x61c0b6e094b9 <vm_exec_core+19961>, 0x61c0b6e07d53 <vm_exec_core+13971>, 0x61c0b6e08ee6 <vm_exec_core+18470>, 0x61c0b6e0711a <vm_exec_core+10842>, 0x61c0b6e06757 <vm_exec_core+8343>, 0x61c0b6e09c0c <vm_exec_core+21836>, 0x61c0b6e058c4 <vm_exec_core+4612>, 0x61c0b6e07b00 <vm_exec_core+13376>, 0x61c0b6e08450 <vm_exec_core+15760>, 0x61c0b6e06a51 <vm_exec_core+9105>, 0x61c0b6e12661 <vm_exec_core+57249>, 0x61c0b6e06426 <vm_exec_core+7526>, 0x61c0b6e0631e <vm_exec_core+7262>, 0x61c0b6e06629 <vm_exec_core+8041>, 0x61c0b6e07014 <vm_exec_core+10580>, 0x61c0b6e08d8f <vm_exec_core+18127>, 0x61c0b6e081da <vm_exec_core+15130>, 0x61c0b6e08d8a <vm_exec_core+18122>, 0x61c0b6e0959e <vm_exec_core+20190>, 0x61c0b6e09599 <vm_exec_core+20185>, 0x61c0b6e06624 <vm_exec_core+8036>, 0x61c0b6e099c4 <vm_exec_core+21252>, 0x61c0b6e07773 <vm_exec_core+12467>, 0x61c0b6e07778 <vm_exec_core+12472>, 0x61c0b6e09594 <vm_exec_core+20180>, 0x61c0b6e093dc <vm_exec_core+19740>, 0x61c0b6e0844b <vm_exec_core+15755>, 0x61c0b6e08382 <vm_exec_core+15554>, 0x61c0b6e0948b <vm_exec_core+19915>, 0x61c0b6e08855 <vm_exec_core+16789>...}
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]

th: 0x515000080000, native_id: 0x7a69f4ef66c0
-- Control frame information -----------------------------------------------
c:0003 p:0023 s:0017 e:000016 l:y b:0001 METHOD <internal:thread_sync>:75
c:0002 p:0018 s:0010 e:000009 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/lib/rubygems/vendor/timeout/lib/timeout.rb:99 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]

th: 0x515000295980, native_id: 0x7a69ffef16c0
-- Control frame information -----------------------------------------------
c:0003 p:---- s:0012 e:000011 l:y b:---- CFUNC  :readpartial
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]

        reg_cfp = 0x7a6a21a18608
        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>
#43 0x000061c0b6dffc41 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.
#44 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
#45 0x000061c0b6e90ed2 in invoke_iseq_block_from_c (ec=0x5170000000d0, captured=0x7a6a21a18738, self=134596218430800, 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 = 0x7a6a2172b9c8
        cfp = <optimized out>
        sp = 0x7a6a219188d0
        use_argv = 0x7a6a1fe07be0
        stack_argv = 0x7a6a219188d0
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#46 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 = 0x7a6a21a18738
#47 0x000061c0b6e318ac 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.
#48 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.
#49 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#50 0x000061c0b6e318ac in rb_yield (val=<optimized out>)
No locals.
#51 0x000061c0b700b986 in rb_ary_collect (ary=134595581717920) at /tmp/ruby/src/trunk_asan/array.c:3763
        collect = 134595581717840
        i = 0
#52 0x000061c0b6e70248 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 = 0x7a6a217ae670
        cfunc = 0x506000020188
        recv = 134595581717920
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#53 0x000061c0b6e090cf in vm_sendish (ec=0x5170000000d0, reg_cfp=0x7a6a21a18720, cd=0x50200002ac10, 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>
#54 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 = 0x50200002ac10
        insns_address_table = {0x61c0b6e04c96 <vm_exec_core+1494>, 0x61c0b6e05f9d <vm_exec_core+6365>, 0x61c0b6e0b131 <vm_exec_core+27249>, 0x61c0b6e05b0f <vm_exec_core+5199>, 0x61c0b6e0bee2 <vm_exec_core+30754>, 0x61c0b6e09ce4 <vm_exec_core+22052>, 0x61c0b6e0798e <vm_exec_core+13006>, 0x61c0b6e04dfe <vm_exec_core+1854>, 0x61c0b6e0b724 <vm_exec_core+28772>, 0x61c0b6e0b46c <vm_exec_core+28076>, 0x61c0b6e05d8c <vm_exec_core+5836>, 0x61c0b6e052ee <vm_exec_core+3118>, 0x61c0b6e0a3e6 <vm_exec_core+23846>, 0x61c0b6e06893 <vm_exec_core+8659>, 0x61c0b6e0b925 <vm_exec_core+29285>, 0x61c0b6e0b5ce <vm_exec_core+28430>, 0x61c0b6e06f81 <vm_exec_core+10433>, 0x61c0b6e0791d <vm_exec_core+12893>, 0x61c0b6e09f45 <vm_exec_core+22661>, 0x61c0b6e0b545 <vm_exec_core+28293>, 0x61c0b6e093f0 <vm_exec_core+19760>, 0x61c0b6e09fce <vm_exec_core+22798>, 0x61c0b6e0aa87 <vm_exec_core+25543>, 0x61c0b6e0932d <vm_exec_core+19565>, 0x61c0b6e0522b <vm_exec_core+2923>, 0x61c0b6e099e7 <vm_exec_core+21287>, 0x61c0b6e050be <vm_exec_core+2558>, 0x61c0b6e054f4 <vm_exec_core+3636>, 0x61c0b6e07204 <vm_exec_core+11076>, 0x61c0b6e08efa <vm_exec_core+18490>, 0x61c0b6e09880 <vm_exec_core+20928>, 0x61c0b6e08b9f <vm_exec_core+17631>, 0x61c0b6e04cca <vm_exec_core+1546>, 0x61c0b6e0acb7 <vm_exec_core+26103>, 0x61c0b6e0b397 <vm_exec_core+27863>, 0x61c0b6e0569b <vm_exec_core+4059>, 0x61c0b6e06247 <vm_exec_core+7047>, 0x61c0b6e05f05 <vm_exec_core+6213>, 0x61c0b6e06982 <vm_exec_core+8898>, 0x61c0b6e077b9 <vm_exec_core+12537>, 0x61c0b6e05742 <vm_exec_core+4226>, 0x61c0b6e0ab1f <vm_exec_core+25695>, 0x61c0b6e061d1 <vm_exec_core+6929>, 0x61c0b6e07667 <vm_exec_core+12199>, 0x61c0b6e0812e <vm_exec_core+14958>, 0x61c0b6e0a47c <vm_exec_core+23996>, 0x61c0b6e095b2 <vm_exec_core+20210>, 0x61c0b6e06c5c <vm_exec_core+9628>, 0x61c0b6e064de <vm_exec_core+7710>, 0x61c0b6e0a2d2 <vm_exec_core+23570>, 0x61c0b6e073e4 <vm_exec_core+11556>, 0x61c0b6e09ae6 <vm_exec_core+21542>, 0x61c0b6e09624 <vm_exec_core+20324>, 0x61c0b6e09b9d <vm_exec_core+21725>, 0x61c0b6e0b069 <vm_exec_core+27049>, 0x61c0b6e089b1 <vm_exec_core+17137>, 0x61c0b6e0a535 <vm_exec_core+24181>, 0x61c0b6e04a18 <vm_exec_core+856>, 0x61c0b6e0a063 <vm_exec_core+22947>, 0x61c0b6e06d7b <vm_exec_core+9915>, 0x61c0b6e09288 <vm_exec_core+19400>, 0x61c0b6e094c8 <vm_exec_core+19976>, 0x61c0b6e07d62 <vm_exec_core+13986>, 0x61c0b6e055a8 <vm_exec_core+3816>, 0x61c0b6e07129 <vm_exec_core+10857>, 0x61c0b6e06766 <vm_exec_core+8358>, 0x61c0b6e09c1b <vm_exec_core+21851>, 0x61c0b6e058d3 <vm_exec_core+4627>, 0x61c0b6e07b0f <vm_exec_core+13391>, 0x61c0b6e0845f <vm_exec_core+15775>, 0x61c0b6e06a60 <vm_exec_core+9120>, 0x61c0b6e12670 <vm_exec_core+57264>, 0x61c0b6e06435 <vm_exec_core+7541>, 0x61c0b6e0632d <vm_exec_core+7277>, 0x61c0b6e06638 <vm_exec_core+8056>, 0x61c0b6e07023 <vm_exec_core+10595>, 0x61c0b6e08d9e <vm_exec_core+18142>, 0x61c0b6e081e9 <vm_exec_core+15145>, 0x61c0b6e098ff <vm_exec_core+21055>, 0x61c0b6e08645 <vm_exec_core+16261>, 0x61c0b6e0abe0 <vm_exec_core+25888>, 0x61c0b6e0c187 <vm_exec_core+31431>, 0x61c0b6e0ae24 <vm_exec_core+26468>, 0x61c0b6e0ba75 <vm_exec_core+29621>, 0x61c0b6e0bb66 <vm_exec_core+29862>, 0x61c0b6e05150 <vm_exec_core+2704>, 0x61c0b6e0b64d <vm_exec_core+28557>, 0x61c0b6e07309 <vm_exec_core+11337>, 0x61c0b6e0b848 <vm_exec_core+29064>, 0x61c0b6e06e4a <vm_exec_core+10122>, 0x61c0b6e0ad5b <vm_exec_core+26267>, 0x61c0b6e04fe7 <vm_exec_core+2343>, 0x61c0b6e057cd <vm_exec_core+4365>, 0x61c0b6e0bdaa <vm_exec_core+30442>, 0x61c0b6e076ed <vm_exec_core+12333>, 0x61c0b6e074ea <vm_exec_core+11818>, 0x61c0b6e04a1d <vm_exec_core+861>, 0x61c0b6e04f0a <vm_exec_core+2122>, 0x61c0b6e04aa3 <vm_exec_core+995>, 0x61c0b6e0af13 <vm_exec_core+26707>, 0x61c0b6e0886e <vm_exec_core+16814>, 0x61c0b6e07f32 <vm_exec_core+14450>, 0x61c0b6e0874a <vm_exec_core+16522>, 0x61c0b6e08396 <vm_exec_core+15574>, 0x61c0b6e0757f <vm_exec_core+11967>, 0x61c0b6e07e3d <vm_exec_core+14205>, 0x61c0b6e07809 <vm_exec_core+12617>, 0x61c0b6e0804c <vm_exec_core+14732>, 0x61c0b6e080bd <vm_exec_core+14845>, 0x61c0b6e04c87 <vm_exec_core+1479>, 0x61c0b6e05f8e <vm_exec_core+6350>, 0x61c0b6e0b122 <vm_exec_core+27234>, 0x61c0b6e05b00 <vm_exec_core+5184>, 0x61c0b6e0bed3 <vm_exec_core+30739>, 0x61c0b6e09cd5 <vm_exec_core+22037>, 0x61c0b6e0797f <vm_exec_core+12991>, 0x61c0b6e04def <vm_exec_core+1839>, 0x61c0b6e0b715 <vm_exec_core+28757>, 0x61c0b6e0b45d <vm_exec_core+28061>, 0x61c0b6e05d7d <vm_exec_core+5821>, 0x61c0b6e052df <vm_exec_core+3103>, 0x61c0b6e0a3d7 <vm_exec_core+23831>, 0x61c0b6e06884 <vm_exec_core+8644>, 0x61c0b6e0b916 <vm_exec_core+29270>, 0x61c0b6e0b5bf <vm_exec_core+28415>, 0x61c0b6e06f72 <vm_exec_core+10418>, 0x61c0b6e0790e <vm_exec_core+12878>, 0x61c0b6e09f36 <vm_exec_core+22646>, 0x61c0b6e0b536 <vm_exec_core+28278>, 0x61c0b6e093e1 <vm_exec_core+19745>, 0x61c0b6e09fbf <vm_exec_core+22783>, 0x61c0b6e0aa78 <vm_exec_core+25528>, 0x61c0b6e0931e <vm_exec_core+19550>, 0x61c0b6e0521c <vm_exec_core+2908>, 0x61c0b6e099d8 <vm_exec_core+21272>, 0x61c0b6e050af <vm_exec_core+2543>, 0x61c0b6e054e5 <vm_exec_core+3621>, 0x61c0b6e071f5 <vm_exec_core+11061>, 0x61c0b6e08eeb <vm_exec_core+18475>, 0x61c0b6e09871 <vm_exec_core+20913>, 0x61c0b6e08b90 <vm_exec_core+17616>, 0x61c0b6e04cbb <vm_exec_core+1531>, 0x61c0b6e0aca8 <vm_exec_core+26088>, 0x61c0b6e0b388 <vm_exec_core+27848>, 0x61c0b6e0568c <vm_exec_core+4044>, 0x61c0b6e06238 <vm_exec_core+7032>, 0x61c0b6e05ef6 <vm_exec_core+6198>, 0x61c0b6e06973 <vm_exec_core+8883>, 0x61c0b6e077aa <vm_exec_core+12522>, 0x61c0b6e05733 <vm_exec_core+4211>, 0x61c0b6e0ab10 <vm_exec_core+25680>, 0x61c0b6e061c2 <vm_exec_core+6914>, 0x61c0b6e07658 <vm_exec_core+12184>, 0x61c0b6e0811f <vm_exec_core+14943>, 0x61c0b6e0a46d <vm_exec_core+23981>, 0x61c0b6e095a3 <vm_exec_core+20195>, 0x61c0b6e06c4d <vm_exec_core+9613>, 0x61c0b6e064cf <vm_exec_core+7695>, 0x61c0b6e0a2c3 <vm_exec_core+23555>, 0x61c0b6e073d5 <vm_exec_core+11541>, 0x61c0b6e09ad7 <vm_exec_core+21527>, 0x61c0b6e09615 <vm_exec_core+20309>, 0x61c0b6e09b8e <vm_exec_core+21710>, 0x61c0b6e0b05a <vm_exec_core+27034>, 0x61c0b6e089a2 <vm_exec_core+17122>, 0x61c0b6e0a526 <vm_exec_core+24166>, 0x61c0b6e099c4 <vm_exec_core+21252>, 0x61c0b6e0a054 <vm_exec_core+22932>, 0x61c0b6e06d6c <vm_exec_core+9900>, 0x61c0b6e09279 <vm_exec_core+19385>, 0x61c0b6e094b9 <vm_exec_core+19961>, 0x61c0b6e07d53 <vm_exec_core+13971>, 0x61c0b6e08ee6 <vm_exec_core+18470>, 0x61c0b6e0711a <vm_exec_core+10842>, 0x61c0b6e06757 <vm_exec_core+8343>, 0x61c0b6e09c0c <vm_exec_core+21836>, 0x61c0b6e058c4 <vm_exec_core+4612>, 0x61c0b6e07b00 <vm_exec_core+13376>, 0x61c0b6e08450 <vm_exec_core+15760>, 0x61c0b6e06a51 <vm_exec_core+9105>, 0x61c0b6e12661 <vm_exec_core+57249>, 0x61c0b6e06426 <vm_exec_core+7526>, 0x61c0b6e0631e <vm_exec_core+7262>, 0x61c0b6e06629 <vm_exec_core+8041>, 0x61c0b6e07014 <vm_exec_core+10580>, 0x61c0b6e08d8f <vm_exec_core+18127>, 0x61c0b6e081da <vm_exec_core+15130>, 0x61c0b6e08d8a <vm_exec_core+18122>, 0x61c0b6e0959e <vm_exec_core+20190>, 0x61c0b6e09599 <vm_exec_core+20185>, 0x61c0b6e06624 <vm_exec_core+8036>, 0x61c0b6e099c4 <vm_exec_core+21252>, 0x61c0b6e07773 <vm_exec_core+12467>, 0x61c0b6e07778 <vm_exec_core+12472>, 0x61c0b6e09594 <vm_exec_core+20180>, 0x61c0b6e093dc <vm_exec_core+19740>, 0x61c0b6e0844b <vm_exec_core+15755>, 0x61c0b6e08382 <vm_exec_core+15554>, 0x61c0b6e0948b <vm_exec_core+19915>, 0x61c0b6e08855 <vm_exec_core+16789>...}
        reg_cfp = 0x7a6a21a18720
        reg_pc = 0x504000008978
        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>
#55 0x000061c0b6dffc41 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.
#56 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
#57 0x000061c0b6e48d09 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:3064
        ec = 0x5170000000d0
        val = <optimized out>
#58 0x000061c0b6a32c70 in rb_ec_exec_node (ec=0x5170000000d0, n=0x7a6a2172bb58) at /tmp/ruby/src/trunk_asan/eval.c:283
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7fff89fed770, <optimized out>, 0x7fff89fed6c0, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7a6a2172bb58
#59 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:321
        ec = 0x5170000000d0
        status = <optimized out>
#60 0x000061c0b6a2bbb7 in rb_main (argc=11, argv=0x7fff89fed948) at /tmp/ruby/src/trunk_asan/main.c:42
        variable_in_this_stack_frame = <optimized out>
#61 main (argc=11, argv=0x7fff89fed948) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

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

>>> Threads

  Id   Target Id                                  Frame 
* 1    Thread 0x7b1b01042c40 (LWP 3574424) "ruby" 0x00007b1b00f26d07 in __GI___select (nfds=23, readfds=0x50c00570db40, writefds=0x0, exceptfds=0x0, timeout=0x7ffe4598e2a0) at ../sysdeps/unix/sysv/linux/select.c:69
  2    Thread 0x7b1ae4dff6c0 (LWP 3574426) "ruby" 0x00007b1b00f1b4fd in __GI___poll (fds=0x7b1ae3bff040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 2 (Thread 0x7b1ae4dff6c0 (LWP 3574426) "ruby"):
#0  0x00007b1b00f1b4fd in __GI___poll (fds=0x7b1ae3bff040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005f8198cc174a in __interceptor_poll ()
No symbol table info available.
#2  0x00005f81990c205b 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  0x00005f8198d1aaff in asan_thread_start(void*) ()
No symbol table info available.
#5  0x00007b1b00e9caa4 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 = {135355439249088, 3150289900204906566, 135355439249088, -352, 0, 140730066076848, 3150289900192323654, 3151353799347329094}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x00007b1b00f29c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7b1b01042c40 (LWP 3574424) "ruby"):
#0  0x00007b1b00f26d07 in __GI___select (nfds=23, readfds=0x50c00570db40, writefds=0x0, exceptfds=0x0, timeout=0x7ffe4598e2a0) 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 = 519610078}
        pts64 = 0x7ffe4598e140
        r = <optimized out>
#1  0x00005f81990a8b24 in native_fd_select (n=23, readfds=0x50c00570db40, writefds=0x0, exceptfds=0x7b1b00f26d07 <__GI___select+327>, timeout=0x7ffe4598e140, th=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2429
No locals.
#2  do_select (p=135355877387904) at /tmp/ruby/src/trunk_asan/thread.c:4508
        tv = <optimized out>
        __region = <optimized out>
        end = <optimized out>
        rel = <optimized out>
        to = 0x7ffe4598e250
        lerrno = 0
        set = <optimized out>
        result = <optimized out>
        endtime = <optimized out>
#3  0x00005f8198d666ce 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 = {0x7ffe4598e410, <optimized out>, 0x7ffe4598e320, <optimized out>, <optimized out>}, prev = 0x7b1afefd6d60, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#4  0x00005f8198d66b59 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  0x00005f81990a802c 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 = 23, th = 0x515000000300, rset = 0x7b1afefd6c40, 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 = 0x7b1afefd6ca0}
#6  0x00005f8198e3cae1 in select_internal (read=135355362259760, write=4, except=4, tp=0x7b1afefd6ca0, fds=0x7b1afefd6c40) at /tmp/ruby/src/trunk_asan/io.c:10754
        timerec = <optimized out>
        max = 23
        pending = <optimized out>
        rp = 0x7b1afefd6c40
        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=135355877387296) at /tmp/ruby/src/trunk_asan/io.c:10824
        p = 0x7b1afefd6c20
#8  0x00005f8198d666ce 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 = {0x7ffe4598e790, <optimized out>, 0x7ffe4598e6a0, <optimized out>, <optimized out>}, prev = 0x7b1afef70640, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#9  0x00005f8198d66b59 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 0x00005f8198e18cbb 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 0x00005f819919f248 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 = 0x7b1b00778b70
        cfunc = 0x50600002b408
        recv = 135355902130400
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#12 0x00005f819913fedd in vm_sendish (ec=0x5170000000d0, reg_cfp=0x7b1afe3ff3a0, 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 = {0x5f8199133c96 <vm_exec_core+1494>, 0x5f8199134f9d <vm_exec_core+6365>, 0x5f819913a131 <vm_exec_core+27249>, 0x5f8199134b0f <vm_exec_core+5199>, 0x5f819913aee2 <vm_exec_core+30754>, 0x5f8199138ce4 <vm_exec_core+22052>, 0x5f819913698e <vm_exec_core+13006>, 0x5f8199133dfe <vm_exec_core+1854>, 0x5f819913a724 <vm_exec_core+28772>, 0x5f819913a46c <vm_exec_core+28076>, 0x5f8199134d8c <vm_exec_core+5836>, 0x5f81991342ee <vm_exec_core+3118>, 0x5f81991393e6 <vm_exec_core+23846>, 0x5f8199135893 <vm_exec_core+8659>, 0x5f819913a925 <vm_exec_core+29285>, 0x5f819913a5ce <vm_exec_core+28430>, 0x5f8199135f81 <vm_exec_core+10433>, 0x5f819913691d <vm_exec_core+12893>, 0x5f8199138f45 <vm_exec_core+22661>, 0x5f819913a545 <vm_exec_core+28293>, 0x5f81991383f0 <vm_exec_core+19760>, 0x5f8199138fce <vm_exec_core+22798>, 0x5f8199139a87 <vm_exec_core+25543>, 0x5f819913832d <vm_exec_core+19565>, 0x5f819913422b <vm_exec_core+2923>, 0x5f81991389e7 <vm_exec_core+21287>, 0x5f81991340be <vm_exec_core+2558>, 0x5f81991344f4 <vm_exec_core+3636>, 0x5f8199136204 <vm_exec_core+11076>, 0x5f8199137efa <vm_exec_core+18490>, 0x5f8199138880 <vm_exec_core+20928>, 0x5f8199137b9f <vm_exec_core+17631>, 0x5f8199133cca <vm_exec_core+1546>, 0x5f8199139cb7 <vm_exec_core+26103>, 0x5f819913a397 <vm_exec_core+27863>, 0x5f819913469b <vm_exec_core+4059>, 0x5f8199135247 <vm_exec_core+7047>, 0x5f8199134f05 <vm_exec_core+6213>, 0x5f8199135982 <vm_exec_core+8898>, 0x5f81991367b9 <vm_exec_core+12537>, 0x5f8199134742 <vm_exec_core+4226>, 0x5f8199139b1f <vm_exec_core+25695>, 0x5f81991351d1 <vm_exec_core+6929>, 0x5f8199136667 <vm_exec_core+12199>, 0x5f819913712e <vm_exec_core+14958>, 0x5f819913947c <vm_exec_core+23996>, 0x5f81991385b2 <vm_exec_core+20210>, 0x5f8199135c5c <vm_exec_core+9628>, 0x5f81991354de <vm_exec_core+7710>, 0x5f81991392d2 <vm_exec_core+23570>, 0x5f81991363e4 <vm_exec_core+11556>, 0x5f8199138ae6 <vm_exec_core+21542>, 0x5f8199138624 <vm_exec_core+20324>, 0x5f8199138b9d <vm_exec_core+21725>, 0x5f819913a069 <vm_exec_core+27049>, 0x5f81991379b1 <vm_exec_core+17137>, 0x5f8199139535 <vm_exec_core+24181>, 0x5f8199133a18 <vm_exec_core+856>, 0x5f8199139063 <vm_exec_core+22947>, 0x5f8199135d7b <vm_exec_core+9915>, 0x5f8199138288 <vm_exec_core+19400>, 0x5f81991384c8 <vm_exec_core+19976>, 0x5f8199136d62 <vm_exec_core+13986>, 0x5f81991345a8 <vm_exec_core+3816>, 0x5f8199136129 <vm_exec_core+10857>, 0x5f8199135766 <vm_exec_core+8358>, 0x5f8199138c1b <vm_exec_core+21851>, 0x5f81991348d3 <vm_exec_core+4627>, 0x5f8199136b0f <vm_exec_core+13391>, 0x5f819913745f <vm_exec_core+15775>, 0x5f8199135a60 <vm_exec_core+9120>, 0x5f8199141670 <vm_exec_core+57264>, 0x5f8199135435 <vm_exec_core+7541>, 0x5f819913532d <vm_exec_core+7277>, 0x5f8199135638 <vm_exec_core+8056>, 0x5f8199136023 <vm_exec_core+10595>, 0x5f8199137d9e <vm_exec_core+18142>, 0x5f81991371e9 <vm_exec_core+15145>, 0x5f81991388ff <vm_exec_core+21055>, 0x5f8199137645 <vm_exec_core+16261>, 0x5f8199139be0 <vm_exec_core+25888>, 0x5f819913b187 <vm_exec_core+31431>, 0x5f8199139e24 <vm_exec_core+26468>, 0x5f819913aa75 <vm_exec_core+29621>, 0x5f819913ab66 <vm_exec_core+29862>, 0x5f8199134150 <vm_exec_core+2704>, 0x5f819913a64d <vm_exec_core+28557>, 0x5f8199136309 <vm_exec_core+11337>, 0x5f819913a848 <vm_exec_core+29064>, 0x5f8199135e4a <vm_exec_core+10122>, 0x5f8199139d5b <vm_exec_core+26267>, 0x5f8199133fe7 <vm_exec_core+2343>, 0x5f81991347cd <vm_exec_core+4365>, 0x5f819913adaa <vm_exec_core+30442>, 0x5f81991366ed <vm_exec_core+12333>, 0x5f81991364ea <vm_exec_core+11818>, 0x5f8199133a1d <vm_exec_core+861>, 0x5f8199133f0a <vm_exec_core+2122>, 0x5f8199133aa3 <vm_exec_core+995>, 0x5f8199139f13 <vm_exec_core+26707>, 0x5f819913786e <vm_exec_core+16814>, 0x5f8199136f32 <vm_exec_core+14450>, 0x5f819913774a <vm_exec_core+16522>, 0x5f8199137396 <vm_exec_core+15574>, 0x5f819913657f <vm_exec_core+11967>, 0x5f8199136e3d <vm_exec_core+14205>, 0x5f8199136809 <vm_exec_core+12617>, 0x5f819913704c <vm_exec_core+14732>, 0x5f81991370bd <vm_exec_core+14845>, 0x5f8199133c87 <vm_exec_core+1479>, 0x5f8199134f8e <vm_exec_core+6350>, 0x5f819913a122 <vm_exec_core+27234>, 0x5f8199134b00 <vm_exec_core+5184>, 0x5f819913aed3 <vm_exec_core+30739>, 0x5f8199138cd5 <vm_exec_core+22037>, 0x5f819913697f <vm_exec_core+12991>, 0x5f8199133def <vm_exec_core+1839>, 0x5f819913a715 <vm_exec_core+28757>, 0x5f819913a45d <vm_exec_core+28061>, 0x5f8199134d7d <vm_exec_core+5821>, 0x5f81991342df <vm_exec_core+3103>, 0x5f81991393d7 <vm_exec_core+23831>, 0x5f8199135884 <vm_exec_core+8644>, 0x5f819913a916 <vm_exec_core+29270>, 0x5f819913a5bf <vm_exec_core+28415>, 0x5f8199135f72 <vm_exec_core+10418>, 0x5f819913690e <vm_exec_core+12878>, 0x5f8199138f36 <vm_exec_core+22646>, 0x5f819913a536 <vm_exec_core+28278>, 0x5f81991383e1 <vm_exec_core+19745>, 0x5f8199138fbf <vm_exec_core+22783>, 0x5f8199139a78 <vm_exec_core+25528>, 0x5f819913831e <vm_exec_core+19550>, 0x5f819913421c <vm_exec_core+2908>, 0x5f81991389d8 <vm_exec_core+21272>, 0x5f81991340af <vm_exec_core+2543>, 0x5f81991344e5 <vm_exec_core+3621>, 0x5f81991361f5 <vm_exec_core+11061>, 0x5f8199137eeb <vm_exec_core+18475>, 0x5f8199138871 <vm_exec_core+20913>, 0x5f8199137b90 <vm_exec_core+17616>, 0x5f8199133cbb <vm_exec_core+1531>, 0x5f8199139ca8 <vm_exec_core+26088>, 0x5f819913a388 <vm_exec_core+27848>, 0x5f819913468c <vm_exec_core+4044>, 0x5f8199135238 <vm_exec_core+7032>, 0x5f8199134ef6 <vm_exec_core+6198>, 0x5f8199135973 <vm_exec_core+8883>, 0x5f81991367aa <vm_exec_core+12522>, 0x5f8199134733 <vm_exec_core+4211>, 0x5f8199139b10 <vm_exec_core+25680>, 0x5f81991351c2 <vm_exec_core+6914>, 0x5f8199136658 <vm_exec_core+12184>, 0x5f819913711f <vm_exec_core+14943>, 0x5f819913946d <vm_exec_core+23981>, 0x5f81991385a3 <vm_exec_core+20195>, 0x5f8199135c4d <vm_exec_core+9613>, 0x5f81991354cf <vm_exec_core+7695>, 0x5f81991392c3 <vm_exec_core+23555>, 0x5f81991363d5 <vm_exec_core+11541>, 0x5f8199138ad7 <vm_exec_core+21527>, 0x5f8199138615 <vm_exec_core+20309>, 0x5f8199138b8e <vm_exec_core+21710>, 0x5f819913a05a <vm_exec_core+27034>, 0x5f81991379a2 <vm_exec_core+17122>, 0x5f8199139526 <vm_exec_core+24166>, 0x5f81991389c4 <vm_exec_core+21252>, 0x5f8199139054 <vm_exec_core+22932>, 0x5f8199135d6c <vm_exec_core+9900>, 0x5f8199138279 <vm_exec_core+19385>, 0x5f81991384b9 <vm_exec_core+19961>, 0x5f8199136d53 <vm_exec_core+13971>, 0x5f8199137ee6 <vm_exec_core+18470>, 0x5f819913611a <vm_exec_core+10842>, 0x5f8199135757 <vm_exec_core+8343>, 0x5f8199138c0c <vm_exec_core+21836>, 0x5f81991348c4 <vm_exec_core+4612>, 0x5f8199136b00 <vm_exec_core+13376>, 0x5f8199137450 <vm_exec_core+15760>, 0x5f8199135a51 <vm_exec_core+9105>, 0x5f8199141661 <vm_exec_core+57249>, 0x5f8199135426 <vm_exec_core+7526>, 0x5f819913531e <vm_exec_core+7262>, 0x5f8199135629 <vm_exec_core+8041>, 0x5f8199136014 <vm_exec_core+10580>, 0x5f8199137d8f <vm_exec_core+18127>, 0x5f81991371da <vm_exec_core+15130>, 0x5f8199137d8a <vm_exec_core+18122>, 0x5f819913859e <vm_exec_core+20190>, 0x5f8199138599 <vm_exec_core+20185>, 0x5f8199135624 <vm_exec_core+8036>, 0x5f81991389c4 <vm_exec_core+21252>, 0x5f8199136773 <vm_exec_core+12467>, 0x5f8199136778 <vm_exec_core+12472>, 0x5f8199138594 <vm_exec_core+20180>, 0x5f81991383dc <vm_exec_core+19740>, 0x5f819913744b <vm_exec_core+15755>, 0x5f8199137382 <vm_exec_core+15554>, 0x5f819913848b <vm_exec_core+19915>, 0x5f8199137855 <vm_exec_core+16789>...}
        reg_cfp = 0x7b1afe3ff3a0
        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 0x00005f819912ea09 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 0x00005f81991bfed2 in invoke_iseq_block_from_c (ec=0x5170000000d0, captured=0x7b1afe3ff578, self=135355900036520, 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 = 0x7b1b005b1ee0
        cfp = <optimized out>
        sp = 0x7b1afe2ff9e8
        use_argv = 0x7b1afee851e0
        stack_argv = 0x7b1afe2ff9e8
        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 = 0x7b1afe3ff578
#18 0x00005f81991608ac 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 0x00005f81991608ac in rb_yield (val=<optimized out>)
No locals.
#22 0x00005f819932d14a in rb_ary_each (ary=135355873883280) at /tmp/ruby/src/trunk_asan/array.c:2750
        i = 0
#23 0x00005f819919f248 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 = 0x7b1b0077eb38
        cfunc = 0x50600001e928
        recv = 135355873883280
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#24 0x00005f81991380cf in vm_sendish (ec=0x5170000000d0, reg_cfp=0x7b1afe3ff560, cd=0x5110000212c0, 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 = 0x5110000212c0
        insns_address_table = {0x5f8199133c96 <vm_exec_core+1494>, 0x5f8199134f9d <vm_exec_core+6365>, 0x5f819913a131 <vm_exec_core+27249>, 0x5f8199134b0f <vm_exec_core+5199>, 0x5f819913aee2 <vm_exec_core+30754>, 0x5f8199138ce4 <vm_exec_core+22052>, 0x5f819913698e <vm_exec_core+13006>, 0x5f8199133dfe <vm_exec_core+1854>, 0x5f819913a724 <vm_exec_core+28772>, 0x5f819913a46c <vm_exec_core+28076>, 0x5f8199134d8c <vm_exec_core+5836>, 0x5f81991342ee <vm_exec_core+3118>, 0x5f81991393e6 <vm_exec_core+23846>, 0x5f8199135893 <vm_exec_core+8659>, 0x5f819913a925 <vm_exec_core+29285>, 0x5f819913a5ce <vm_exec_core+28430>, 0x5f8199135f81 <vm_exec_core+10433>, 0x5f819913691d <vm_exec_core+12893>, 0x5f8199138f45 <vm_exec_core+22661>, 0x5f819913a545 <vm_exec_core+28293>, 0x5f81991383f0 <vm_exec_core+19760>, 0x5f8199138fce <vm_exec_core+22798>, 0x5f8199139a87 <vm_exec_core+25543>, 0x5f819913832d <vm_exec_core+19565>, 0x5f819913422b <vm_exec_core+2923>, 0x5f81991389e7 <vm_exec_core+21287>, 0x5f81991340be <vm_exec_core+2558>, 0x5f81991344f4 <vm_exec_core+3636>, 0x5f8199136204 <vm_exec_core+11076>, 0x5f8199137efa <vm_exec_core+18490>, 0x5f8199138880 <vm_exec_core+20928>, 0x5f8199137b9f <vm_exec_core+17631>, 0x5f8199133cca <vm_exec_core+1546>, 0x5f8199139cb7 <vm_exec_core+26103>, 0x5f819913a397 <vm_exec_core+27863>, 0x5f819913469b <vm_exec_core+4059>, 0x5f8199135247 <vm_exec_core+7047>, 0x5f8199134f05 <vm_exec_core+6213>, 0x5f8199135982 <vm_exec_core+8898>, 0x5f81991367b9 <vm_exec_core+12537>, 0x5f8199134742 <vm_exec_core+4226>, 0x5f8199139b1f <vm_exec_core+25695>, 0x5f81991351d1 <vm_exec_core+6929>, 0x5f8199136667 <vm_exec_core+12199>, 0x5f819913712e <vm_exec_core+14958>, 0x5f819913947c <vm_exec_core+23996>, 0x5f81991385b2 <vm_exec_core+20210>, 0x5f8199135c5c <vm_exec_core+9628>, 0x5f81991354de <vm_exec_core+7710>, 0x5f81991392d2 <vm_exec_core+23570>, 0x5f81991363e4 <vm_exec_core+11556>, 0x5f8199138ae6 <vm_exec_core+21542>, 0x5f8199138624 <vm_exec_core+20324>, 0x5f8199138b9d <vm_exec_core+21725>, 0x5f819913a069 <vm_exec_core+27049>, 0x5f81991379b1 <vm_exec_core+17137>, 0x5f8199139535 <vm_exec_core+24181>, 0x5f8199133a18 <vm_exec_core+856>, 0x5f8199139063 <vm_exec_core+22947>, 0x5f8199135d7b <vm_exec_core+9915>, 0x5f8199138288 <vm_exec_core+19400>, 0x5f81991384c8 <vm_exec_core+19976>, 0x5f8199136d62 <vm_exec_core+13986>, 0x5f81991345a8 <vm_exec_core+3816>, 0x5f8199136129 <vm_exec_core+10857>, 0x5f8199135766 <vm_exec_core+8358>, 0x5f8199138c1b <vm_exec_core+21851>, 0x5f81991348d3 <vm_exec_core+4627>, 0x5f8199136b0f <vm_exec_core+13391>, 0x5f819913745f <vm_exec_core+15775>, 0x5f8199135a60 <vm_exec_core+9120>, 0x5f8199141670 <vm_exec_core+57264>, 0x5f8199135435 <vm_exec_core+7541>, 0x5f819913532d <vm_exec_core+7277>, 0x5f8199135638 <vm_exec_core+8056>, 0x5f8199136023 <vm_exec_core+10595>, 0x5f8199137d9e <vm_exec_core+18142>, 0x5f81991371e9 <vm_exec_core+15145>, 0x5f81991388ff <vm_exec_core+21055>, 0x5f8199137645 <vm_exec_core+16261>, 0x5f8199139be0 <vm_exec_core+25888>, 0x5f819913b187 <vm_exec_core+31431>, 0x5f8199139e24 <vm_exec_core+26468>, 0x5f819913aa75 <vm_exec_core+29621>, 0x5f819913ab66 <vm_exec_core+29862>, 0x5f8199134150 <vm_exec_core+2704>, 0x5f819913a64d <vm_exec_core+28557>, 0x5f8199136309 <vm_exec_core+11337>, 0x5f819913a848 <vm_exec_core+29064>, 0x5f8199135e4a <vm_exec_core+10122>, 0x5f8199139d5b <vm_exec_core+26267>, 0x5f8199133fe7 <vm_exec_core+2343>, 0x5f81991347cd <vm_exec_core+4365>, 0x5f819913adaa <vm_exec_core+30442>, 0x5f81991366ed <vm_exec_core+12333>, 0x5f81991364ea <vm_exec_core+11818>, 0x5f8199133a1d <vm_exec_core+861>, 0x5f8199133f0a <vm_exec_core+2122>, 0x5f8199133aa3 <vm_exec_core+995>, 0x5f8199139f13 <vm_exec_core+26707>, 0x5f819913786e <vm_exec_core+16814>, 0x5f8199136f32 <vm_exec_core+14450>, 0x5f819913774a <vm_exec_core+16522>, 0x5f8199137396 <vm_exec_core+15574>, 0x5f819913657f <vm_exec_core+11967>, 0x5f8199136e3d <vm_exec_core+14205>, 0x5f8199136809 <vm_exec_core+12617>, 0x5f819913704c <vm_exec_core+14732>, 0x5f81991370bd <vm_exec_core+14845>, 0x5f8199133c87 <vm_exec_core+1479>, 0x5f8199134f8e <vm_exec_core+6350>, 0x5f819913a122 <vm_exec_core+27234>, 0x5f8199134b00 <vm_exec_core+5184>, 0x5f819913aed3 <vm_exec_core+30739>, 0x5f8199138cd5 <vm_exec_core+22037>, 0x5f819913697f <vm_exec_core+12991>, 0x5f8199133def <vm_exec_core+1839>, 0x5f819913a715 <vm_exec_core+28757>, 0x5f819913a45d <vm_exec_core+28061>, 0x5f8199134d7d <vm_exec_core+5821>, 0x5f81991342df <vm_exec_core+3103>, 0x5f81991393d7 <vm_exec_core+23831>, 0x5f8199135884 <vm_exec_core+8644>, 0x5f819913a916 <vm_exec_core+29270>, 0x5f819913a5bf <vm_exec_core+28415>, 0x5f8199135f72 <vm_exec_core+10418>, 0x5f819913690e <vm_exec_core+12878>, 0x5f8199138f36 <vm_exec_core+22646>, 0x5f819913a536 <vm_exec_core+28278>, 0x5f81991383e1 <vm_exec_core+19745>, 0x5f8199138fbf <vm_exec_core+22783>, 0x5f8199139a78 <vm_exec_core+25528>, 0x5f819913831e <vm_exec_core+19550>, 0x5f819913421c <vm_exec_core+2908>, 0x5f81991389d8 <vm_exec_core+21272>, 0x5f81991340af <vm_exec_core+2543>, 0x5f81991344e5 <vm_exec_core+3621>, 0x5f81991361f5 <vm_exec_core+11061>, 0x5f8199137eeb <vm_exec_core+18475>, 0x5f8199138871 <vm_exec_core+20913>, 0x5f8199137b90 <vm_exec_core+17616>, 0x5f8199133cbb <vm_exec_core+1531>, 0x5f8199139ca8 <vm_exec_core+26088>, 0x5f819913a388 <vm_exec_core+27848>, 0x5f819913468c <vm_exec_core+4044>, 0x5f8199135238 <vm_exec_core+7032>, 0x5f8199134ef6 <vm_exec_core+6198>, 0x5f8199135973 <vm_exec_core+8883>, 0x5f81991367aa <vm_exec_core+12522>, 0x5f8199134733 <vm_exec_core+4211>, 0x5f8199139b10 <vm_exec_core+25680>, 0x5f81991351c2 <vm_exec_core+6914>, 0x5f8199136658 <vm_exec_core+12184>, 0x5f819913711f <vm_exec_core+14943>, 0x5f819913946d <vm_exec_core+23981>, 0x5f81991385a3 <vm_exec_core+20195>, 0x5f8199135c4d <vm_exec_core+9613>, 0x5f81991354cf <vm_exec_core+7695>, 0x5f81991392c3 <vm_exec_core+23555>, 0x5f81991363d5 <vm_exec_core+11541>, 0x5f8199138ad7 <vm_exec_core+21527>, 0x5f8199138615 <vm_exec_core+20309>, 0x5f8199138b8e <vm_exec_core+21710>, 0x5f819913a05a <vm_exec_core+27034>, 0x5f81991379a2 <vm_exec_core+17122>, 0x5f8199139526 <vm_exec_core+24166>, 0x5f81991389c4 <vm_exec_core+21252>, 0x5f8199139054 <vm_exec_core+22932>, 0x5f8199135d6c <vm_exec_core+9900>, 0x5f8199138279 <vm_exec_core+19385>, 0x5f81991384b9 <vm_exec_core+19961>, 0x5f8199136d53 <vm_exec_core+13971>, 0x5f8199137ee6 <vm_exec_core+18470>, 0x5f819913611a <vm_exec_core+10842>, 0x5f8199135757 <vm_exec_core+8343>, 0x5f8199138c0c <vm_exec_core+21836>, 0x5f81991348c4 <vm_exec_core+4612>, 0x5f8199136b00 <vm_exec_core+13376>, 0x5f8199137450 <vm_exec_core+15760>, 0x5f8199135a51 <vm_exec_core+9105>, 0x5f8199141661 <vm_exec_core+57249>, 0x5f8199135426 <vm_exec_core+7526>, 0x5f819913531e <vm_exec_core+7262>, 0x5f8199135629 <vm_exec_core+8041>, 0x5f8199136014 <vm_exec_core+10580>, 0x5f8199137d8f <vm_exec_core+18127>, 0x5f81991371da <vm_exec_core+15130>, 0x5f8199137d8a <vm_exec_core+18122>, 0x5f819913859e <vm_exec_core+20190>, 0x5f8199138599 <vm_exec_core+20185>, 0x5f8199135624 <vm_exec_core+8036>, 0x5f81991389c4 <vm_exec_core+21252>, 0x5f8199136773 <vm_exec_core+12467>, 0x5f8199136778 <vm_exec_core+12472>, 0x5f8199138594 <vm_exec_core+20180>, 0x5f81991383dc <vm_exec_core+19740>, 0x5f819913744b <vm_exec_core+15755>, 0x5f8199137382 <vm_exec_core+15554>, 0x5f819913848b <vm_exec_core+19915>, 0x5f8199137855 <vm_exec_core+16789>...}
        reg_cfp = 0x7b1afe3ff560
        reg_pc = 0x51500001b9d0
        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>
th: 0x515000000300, native_id: 0x7b1b01042c40
-- Control frame information -----------------------------------------------
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
c:0021 p:---- s:0128 e:000127 l:y b:---- CFUNC  :select
        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>
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
        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>
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_checktype = <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
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
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_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <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_objtostring = <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_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>
c:0010 p:0008 s:0047 e:000046 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1035
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_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>
c:0008 p:0017 s:0035 e:000034 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:146
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_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>
c:0006 p:0032 s:0025 e:000024 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1877
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
c:0005 p:0020 s:0021 e:000020 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1881
c:0004 p:0065 s:0016 e:000014 l:y b:0001 TOP    /tmp/ruby/src/trunk_asan/tool/test/runner.rb:14 [FINISH]
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#26 0x00005f819912ec41 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>
c:0003 p:---- s:0011 e:000010 l:y b:---- CFUNC  :require_relative
c:0002 p:0005 s:0006 e:000005 l:n b:---- EVAL   /tmp/ruby/src/trunk_asan/test/runner.rb:5 [FINISH]
        result = 36
#28 0x00005f8199177833 in rb_iseq_eval (iseq=<optimized out>, box=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:3054
        ec = 0x5170000000d0
        val = <optimized out>
c:0001 p:0000 s:0003 E:001600 l:y b:---- DUMMY  [FINISH]
#29 0x00005f8198e7f7a1 in load_iseq_eval (ec=<optimized out>, fname=fname@entry=135355900472720) at /tmp/ruby/src/trunk_asan/load.c:774
        box = 0x5f819a4787e0 <root_box>
        iseq = 0x7b1b005dac78
#30 0x00005f8198e79998 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 = 0x5f819a4787e0 <root_box>
        saved = <optimized out>
        ftptr = <optimized out>
        realpath = <optimized out>
        realpaths = 135355902119840
        realpath_map = 135355902119680
        path = 135355900472720
        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 0x00005f8198e77c74 in rb_require_string_internal (fname=135355900472760, 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 0x00005f819919f248 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 = 0x7b1b005dae08
        cfunc = 0x5060000371c8
        recv = 135355902310280
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#34 0x00005f8199184a95 in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7ffe45990ba0) 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 0x00005f8199184525 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 0x00005f819913fedd in vm_sendish (ec=0x5170000000d0, reg_cfp=0x7b1afe3ff790, 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 = {0x5f8199133c96 <vm_exec_core+1494>, 0x5f8199134f9d <vm_exec_core+6365>, 0x5f819913a131 <vm_exec_core+27249>, 0x5f8199134b0f <vm_exec_core+5199>, 0x5f819913aee2 <vm_exec_core+30754>, 0x5f8199138ce4 <vm_exec_core+22052>, 0x5f819913698e <vm_exec_core+13006>, 0x5f8199133dfe <vm_exec_core+1854>, 0x5f819913a724 <vm_exec_core+28772>, 0x5f819913a46c <vm_exec_core+28076>, 0x5f8199134d8c <vm_exec_core+5836>, 0x5f81991342ee <vm_exec_core+3118>, 0x5f81991393e6 <vm_exec_core+23846>, 0x5f8199135893 <vm_exec_core+8659>, 0x5f819913a925 <vm_exec_core+29285>, 0x5f819913a5ce <vm_exec_core+28430>, 0x5f8199135f81 <vm_exec_core+10433>, 0x5f819913691d <vm_exec_core+12893>, 0x5f8199138f45 <vm_exec_core+22661>, 0x5f819913a545 <vm_exec_core+28293>, 0x5f81991383f0 <vm_exec_core+19760>, 0x5f8199138fce <vm_exec_core+22798>, 0x5f8199139a87 <vm_exec_core+25543>, 0x5f819913832d <vm_exec_core+19565>, 0x5f819913422b <vm_exec_core+2923>, 0x5f81991389e7 <vm_exec_core+21287>, 0x5f81991340be <vm_exec_core+2558>, 0x5f81991344f4 <vm_exec_core+3636>, 0x5f8199136204 <vm_exec_core+11076>, 0x5f8199137efa <vm_exec_core+18490>, 0x5f8199138880 <vm_exec_core+20928>, 0x5f8199137b9f <vm_exec_core+17631>, 0x5f8199133cca <vm_exec_core+1546>, 0x5f8199139cb7 <vm_exec_core+26103>, 0x5f819913a397 <vm_exec_core+27863>, 0x5f819913469b <vm_exec_core+4059>, 0x5f8199135247 <vm_exec_core+7047>, 0x5f8199134f05 <vm_exec_core+6213>, 0x5f8199135982 <vm_exec_core+8898>, 0x5f81991367b9 <vm_exec_core+12537>, 0x5f8199134742 <vm_exec_core+4226>, 0x5f8199139b1f <vm_exec_core+25695>, 0x5f81991351d1 <vm_exec_core+6929>, 0x5f8199136667 <vm_exec_core+12199>, 0x5f819913712e <vm_exec_core+14958>, 0x5f819913947c <vm_exec_core+23996>, 0x5f81991385b2 <vm_exec_core+20210>, 0x5f8199135c5c <vm_exec_core+9628>, 0x5f81991354de <vm_exec_core+7710>, 0x5f81991392d2 <vm_exec_core+23570>, 0x5f81991363e4 <vm_exec_core+11556>, 0x5f8199138ae6 <vm_exec_core+21542>, 0x5f8199138624 <vm_exec_core+20324>, 0x5f8199138b9d <vm_exec_core+21725>, 0x5f819913a069 <vm_exec_core+27049>, 0x5f81991379b1 <vm_exec_core+17137>, 0x5f8199139535 <vm_exec_core+24181>, 0x5f8199133a18 <vm_exec_core+856>, 0x5f8199139063 <vm_exec_core+22947>, 0x5f8199135d7b <vm_exec_core+9915>, 0x5f8199138288 <vm_exec_core+19400>, 0x5f81991384c8 <vm_exec_core+19976>, 0x5f8199136d62 <vm_exec_core+13986>, 0x5f81991345a8 <vm_exec_core+3816>, 0x5f8199136129 <vm_exec_core+10857>, 0x5f8199135766 <vm_exec_core+8358>, 0x5f8199138c1b <vm_exec_core+21851>, 0x5f81991348d3 <vm_exec_core+4627>, 0x5f8199136b0f <vm_exec_core+13391>, 0x5f819913745f <vm_exec_core+15775>, 0x5f8199135a60 <vm_exec_core+9120>, 0x5f8199141670 <vm_exec_core+57264>, 0x5f8199135435 <vm_exec_core+7541>, 0x5f819913532d <vm_exec_core+7277>, 0x5f8199135638 <vm_exec_core+8056>, 0x5f8199136023 <vm_exec_core+10595>, 0x5f8199137d9e <vm_exec_core+18142>, 0x5f81991371e9 <vm_exec_core+15145>, 0x5f81991388ff <vm_exec_core+21055>, 0x5f8199137645 <vm_exec_core+16261>, 0x5f8199139be0 <vm_exec_core+25888>, 0x5f819913b187 <vm_exec_core+31431>, 0x5f8199139e24 <vm_exec_core+26468>, 0x5f819913aa75 <vm_exec_core+29621>, 0x5f819913ab66 <vm_exec_core+29862>, 0x5f8199134150 <vm_exec_core+2704>, 0x5f819913a64d <vm_exec_core+28557>, 0x5f8199136309 <vm_exec_core+11337>, 0x5f819913a848 <vm_exec_core+29064>, 0x5f8199135e4a <vm_exec_core+10122>, 0x5f8199139d5b <vm_exec_core+26267>, 0x5f8199133fe7 <vm_exec_core+2343>, 0x5f81991347cd <vm_exec_core+4365>, 0x5f819913adaa <vm_exec_core+30442>, 0x5f81991366ed <vm_exec_core+12333>, 0x5f81991364ea <vm_exec_core+11818>, 0x5f8199133a1d <vm_exec_core+861>, 0x5f8199133f0a <vm_exec_core+2122>, 0x5f8199133aa3 <vm_exec_core+995>, 0x5f8199139f13 <vm_exec_core+26707>, 0x5f819913786e <vm_exec_core+16814>, 0x5f8199136f32 <vm_exec_core+14450>, 0x5f819913774a <vm_exec_core+16522>, 0x5f8199137396 <vm_exec_core+15574>, 0x5f819913657f <vm_exec_core+11967>, 0x5f8199136e3d <vm_exec_core+14205>, 0x5f8199136809 <vm_exec_core+12617>, 0x5f819913704c <vm_exec_core+14732>, 0x5f81991370bd <vm_exec_core+14845>, 0x5f8199133c87 <vm_exec_core+1479>, 0x5f8199134f8e <vm_exec_core+6350>, 0x5f819913a122 <vm_exec_core+27234>, 0x5f8199134b00 <vm_exec_core+5184>, 0x5f819913aed3 <vm_exec_core+30739>, 0x5f8199138cd5 <vm_exec_core+22037>, 0x5f819913697f <vm_exec_core+12991>, 0x5f8199133def <vm_exec_core+1839>, 0x5f819913a715 <vm_exec_core+28757>, 0x5f819913a45d <vm_exec_core+28061>, 0x5f8199134d7d <vm_exec_core+5821>, 0x5f81991342df <vm_exec_core+3103>, 0x5f81991393d7 <vm_exec_core+23831>, 0x5f8199135884 <vm_exec_core+8644>, 0x5f819913a916 <vm_exec_core+29270>, 0x5f819913a5bf <vm_exec_core+28415>, 0x5f8199135f72 <vm_exec_core+10418>, 0x5f819913690e <vm_exec_core+12878>, 0x5f8199138f36 <vm_exec_core+22646>, 0x5f819913a536 <vm_exec_core+28278>, 0x5f81991383e1 <vm_exec_core+19745>, 0x5f8199138fbf <vm_exec_core+22783>, 0x5f8199139a78 <vm_exec_core+25528>, 0x5f819913831e <vm_exec_core+19550>, 0x5f819913421c <vm_exec_core+2908>, 0x5f81991389d8 <vm_exec_core+21272>, 0x5f81991340af <vm_exec_core+2543>, 0x5f81991344e5 <vm_exec_core+3621>, 0x5f81991361f5 <vm_exec_core+11061>, 0x5f8199137eeb <vm_exec_core+18475>, 0x5f8199138871 <vm_exec_core+20913>, 0x5f8199137b90 <vm_exec_core+17616>, 0x5f8199133cbb <vm_exec_core+1531>, 0x5f8199139ca8 <vm_exec_core+26088>, 0x5f819913a388 <vm_exec_core+27848>, 0x5f819913468c <vm_exec_core+4044>, 0x5f8199135238 <vm_exec_core+7032>, 0x5f8199134ef6 <vm_exec_core+6198>, 0x5f8199135973 <vm_exec_core+8883>, 0x5f81991367aa <vm_exec_core+12522>, 0x5f8199134733 <vm_exec_core+4211>, 0x5f8199139b10 <vm_exec_core+25680>, 0x5f81991351c2 <vm_exec_core+6914>, 0x5f8199136658 <vm_exec_core+12184>, 0x5f819913711f <vm_exec_core+14943>, 0x5f819913946d <vm_exec_core+23981>, 0x5f81991385a3 <vm_exec_core+20195>, 0x5f8199135c4d <vm_exec_core+9613>, 0x5f81991354cf <vm_exec_core+7695>, 0x5f81991392c3 <vm_exec_core+23555>, 0x5f81991363d5 <vm_exec_core+11541>, 0x5f8199138ad7 <vm_exec_core+21527>, 0x5f8199138615 <vm_exec_core+20309>, 0x5f8199138b8e <vm_exec_core+21710>, 0x5f819913a05a <vm_exec_core+27034>, 0x5f81991379a2 <vm_exec_core+17122>, 0x5f8199139526 <vm_exec_core+24166>, 0x5f81991389c4 <vm_exec_core+21252>, 0x5f8199139054 <vm_exec_core+22932>, 0x5f8199135d6c <vm_exec_core+9900>, 0x5f8199138279 <vm_exec_core+19385>, 0x5f81991384b9 <vm_exec_core+19961>, 0x5f8199136d53 <vm_exec_core+13971>, 0x5f8199137ee6 <vm_exec_core+18470>, 0x5f819913611a <vm_exec_core+10842>, 0x5f8199135757 <vm_exec_core+8343>, 0x5f8199138c0c <vm_exec_core+21836>, 0x5f81991348c4 <vm_exec_core+4612>, 0x5f8199136b00 <vm_exec_core+13376>, 0x5f8199137450 <vm_exec_core+15760>, 0x5f8199135a51 <vm_exec_core+9105>, 0x5f8199141661 <vm_exec_core+57249>, 0x5f8199135426 <vm_exec_core+7526>, 0x5f819913531e <vm_exec_core+7262>, 0x5f8199135629 <vm_exec_core+8041>, 0x5f8199136014 <vm_exec_core+10580>, 0x5f8199137d8f <vm_exec_core+18127>, 0x5f81991371da <vm_exec_core+15130>, 0x5f8199137d8a <vm_exec_core+18122>, 0x5f819913859e <vm_exec_core+20190>, 0x5f8199138599 <vm_exec_core+20185>, 0x5f8199135624 <vm_exec_core+8036>, 0x5f81991389c4 <vm_exec_core+21252>, 0x5f8199136773 <vm_exec_core+12467>, 0x5f8199136778 <vm_exec_core+12472>, 0x5f8199138594 <vm_exec_core+20180>, 0x5f81991383dc <vm_exec_core+19740>, 0x5f819913744b <vm_exec_core+15755>, 0x5f8199137382 <vm_exec_core+15554>, 0x5f819913848b <vm_exec_core+19915>, 0x5f8199137855 <vm_exec_core+16789>...}
        reg_cfp = 0x7b1afe3ff790
        reg_pc = 0x504000008cf8
        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 0x00005f819912e852 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 0x00005f8199177d09 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:3064
        ec = 0x5170000000d0
        val = <optimized out>
#40 0x00005f8198d61c70 in rb_ec_exec_node (ec=0x5170000000d0, n=0x7b1b005daea8) at /tmp/ruby/src/trunk_asan/eval.c:283
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffe45991110, <optimized out>, 0x7ffe45991060, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7b1b005daea8
#41 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:321
        ec = 0x5170000000d0
        status = <optimized out>
#42 0x00005f8198d5abb7 in rb_main (argc=9, argv=0x7ffe459912e8) at /tmp/ruby/src/trunk_asan/main.c:42
        variable_in_this_stack_frame = <optimized out>
#43 main (argc=9, argv=0x7ffe459912e8) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

$1 = true
[Inferior 1 (process 3574424) detached]
running file: /tmp/ruby/src/trunk_asan/test/ruby/test_process.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.

Children under /tmp/rubytest.haefm9:
* drwx------ 2 60 2026-01-11 22:44:44 +0000 d20260111-3574440-la4duw/
  * -rw-r--r-- 1 6 2026-01-11 22:44:45 +0000 out
$ timeout 60 gdb -p 3574096 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x000074454ff107d7 in __GI___wait4 (pid=-1, stat_loc=0x7ffd0c3f993c, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:30

>>> Threads

  Id   Target Id                                  Frame 
* 1    Thread 0x7445501df740 (LWP 3574096) "make" 0x000074454ff107d7 in __GI___wait4 (pid=-1, stat_loc=0x7ffd0c3f993c, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:30

>>> Machine level backtrace


Thread 1 (Thread 0x7445501df740 (LWP 3574096) "make"):
#0  0x000074454ff107d7 in __GI___wait4 (pid=-1, stat_loc=0x7ffd0c3f993c, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:30
        sc_ret = -512
        sc_ret = <optimized out>
#1  0x0000591345a9ed16 in reap_children ()
No symbol table info available.
#2  0x0000591345a9fa8c in new_job ()
No symbol table info available.
#3  0x0000591345aae72a in ?? ()
No symbol table info available.
#4  0x0000591345aaf09e in update_goal_chain ()
No symbol table info available.
#5  0x0000591345a8967a in main ()
No symbol table info available.

>>> Dump Ruby level backtrace (if possible)

[Inferior 1 (process 3574096) detached]
make: *** [uncommon.mk:913: yes-test-all] Error 1
#<Errno::ESRCH: No such process>
$ timeout 60 gdb -p 3574095 -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)

$$$[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
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-11T15:46:56Z master 61c372a1b7) +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.473957 seconds

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