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

$$$ ps jx
   PPID     PID    PGID     SID TTY        TPGID STAT   UID   TIME COMMAND
      1     999     999     999 ?             -1 Ss    1000   0:13 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
    999    1021    1021    1021 pts/0       1021 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
   1021    1022    1021    1021 pts/0       1021 S+    1000   0:04 sh build-loop.sh trunk_asan --incremental --exclude-steps=test_btest
      1   65610    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1  177887    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1  452310    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1  584441    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 1164625    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 2005784    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 2117046    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 2306871    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
   1022 2667671    1021    1021 pts/0       1021 Sl+   1000   0:00 ruby ./br.rb build_report trunk_asan --incremental --exclude-steps=test_btest
2667671 2667674    1021    1021 pts/0       1021 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.20251125-101337 --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
2667674 2667675    1021    1021 pts/0       1021 Sl+   1000   0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk_asan --logfile=/home/ko1/ruby/logs/brlog.trunk_asan.20251125-101337 --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
2667675 2668601    1021    1021 pts/0       1021 S+    1000   0:00 sh -c make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
2668601 2668602    1021    1021 pts/0       1021 S+    1000   0:00 make yes-test-all TESTOPTS=--stderr-on-failure TESTS=-j16
2668602 2668931    1021    1021 pts/0       1021 Sl+   1000   0:21 /tmp/ruby/build/trunk_asan/ruby --disable-gems -r/tmp/ruby/src/trunk_asan/tool/lib/_tmpdir /tmp/ruby/src/trunk_asan/test/runner.rb --ruby=./miniruby -I/tmp/ruby/src/trunk_asan/lib -I. -I.ext/common  /tmp/ruby/src/trunk_asan/tool/runruby.rb --extout=.ext  -- --disable-gems --excludes-dir=/tmp/ruby/src/trunk_asan/test/.excludes --name=!/memory_leak/ --stderr-on-failure -j16
2668931 2668945    1021    1021 pts/0       1021 Sl+   1000   0:56 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestThread#test_fork_while_parent_locked
      1 2681903    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 2825499    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 2849766    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 3202376    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 3220467    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 3393617    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
2668945 3439080    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestThread#test_fork_while_parent_locked
2667675 3439083    1021    1021 pts/0       1021 R+    1000   0:00 ps jx
      1 3696633    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 4123412    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
{1=>[999, 65610, 177887, 452310, 584441, 1164625, 2005784, 2117046, 2306871, 2681903, 2825499, 2849766, 3202376, 3220467, 3393617, 3696633, 4123412], 999=>[1021], 1021=>[1022], 1022=>[2667671], 2667671=>[2667674], 2667674=>[2667675], 2667675=>[2668601, 3439083], 2668601=>[2668602], 2668602=>[2668931], 2668931=>[2668945], 2668945=>[3439080]}
$ timeout 60 gdb -p 3439080 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 3439082]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00005eea423a6ede in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()

>>> Threads

  Id   Target Id                                  Frame 
* 1    Thread 0x73871f066c40 (LWP 3439080) "ruby" 0x00005eea423a6ede in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
  2    Thread 0x738702dff6c0 (LWP 3439082) "ruby" 0x000073871ef1b4fd in __GI___poll (fds=0x7386ff7bf040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 2 (Thread 0x738702dff6c0 (LWP 3439082) "ruby"):
#0  0x000073871ef1b4fd in __GI___poll (fds=0x7386ff7bf040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005eea4233177a in __interceptor_poll ()
No symbol table info available.
#2  0x00005eea4271ad4a in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1067
        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:3075
        vm = <optimized out>
#4  0x00005eea4238ab2f in asan_thread_start(void*) ()
No symbol table info available.
#5  0x000073871ee9caa4 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 = {127023706011328, 4054759497627007286, 127023706011328, -352, 0, 140724561342544, 4054759497614424374, 4054750582104717622}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x000073871ef29c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x73871f066c40 (LWP 3439080) "ruby"):
#0  0x00005eea423a6ede in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
No symbol table info available.
#1  0x00005eea423a7e9a in __sanitizer::Semaphore::Wait() ()
No symbol table info available.
#2  0x00005eea422f4828 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  0x00005eea422f4619 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  0x00005eea422f444d 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  0x00005eea422f3e8d in __sanitizer::Quarantine<__asan::QuarantineCallback, __asan::AsanChunk>::DoRecycle(__sanitizer::QuarantineCache<__asan::QuarantineCallback>*, __asan::QuarantineCallback) ()
No symbol table info available.
#6  0x00005eea422f3ad6 in __sanitizer::Quarantine<__asan::QuarantineCallback, __asan::AsanChunk>::Recycle(unsigned long, __asan::QuarantineCallback) ()
No symbol table info available.
#7  0x00005eea422f5da6 in __sanitizer::Quarantine<__asan::QuarantineCallback, __asan::AsanChunk>::Put(__sanitizer::QuarantineCache<__asan::QuarantineCallback>*, __asan::QuarantineCallback, __asan::AsanChunk*, unsigned long) ()
No symbol table info available.
#8  0x00005eea4238cc70 in __interceptor_free ()
No symbol table info available.
#9  0x00005eea4240da2c in rb_gc_impl_free (objspace_ptr=0x51d000000a80, ptr=0x7386e35ed800, old_size=18446744073709551104) at /tmp/ruby/src/trunk_asan/gc/default/default.c:8198
        objspace = 0x51d000000a80
        malloc_increase_done = <optimized out>
#10 ruby_sized_xfree (x=0x7386e35ed800, size=0) at /tmp/ruby/src/trunk_asan/gc.c:5292
No locals.
#11 ruby_xfree (x=0x7386e35ed800) at /tmp/ruby/src/trunk_asan/gc.c:5303
No locals.
#12 0x00005eea426ed055 in rb_threadptr_sched_free (th=0x5150002c6800) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2365
No locals.
#13 0x00005eea427d5dbf in thread_free (ptr=0x540000000808) at /tmp/ruby/src/trunk_asan/vm.c:3785
        th = 0x540000000808
#14 0x00005eea42438063 in rb_data_free (objspace=0x51d000000a80, obj=127024168815920) at /tmp/ruby/src/trunk_asan/gc.c:1201
        dfree = 0x0
        free_immediately = -512
        data = <optimized out>
        dfree = <optimized out>
        free_immediately = <optimized out>
#15 rb_gc_obj_free (objspace=<optimized out>, obj=127024168815920) at /tmp/ruby/src/trunk_asan/gc.c:1347
        args = <optimized out>
#16 0x00005eea42436d02 in gc_sweep_plane (objspace=objspace@entry=0x51d000000a80, heap=<optimized out>, p=127024168815920, p@entry=127024168814600, bitset=1566469053, ctx=<optimized out>) at /tmp/ruby/src/trunk_asan/gc/default/default.c:3487
        vp = 127024168815920
        sweep_page = <optimized out>
        slot_size = <optimized out>
        slot_bits = <optimized out>
#17 0x00005eea424366ab in gc_sweep_page (objspace=objspace@entry=0x51d000000a80, heap=heap@entry=0x51d000000aa0, ctx=ctx@entry=0x73871d10c690) at /tmp/ruby/src/trunk_asan/gc/default/default.c:3572
        i = <error reading variable i (Incompatible types on DWARF stack)>
        sweep_page = 0x51c000004080
        p = 127024168814600
        bits = 0x51c000004198
        page_rvalue_count = <optimized out>
        out_of_range_bits = <optimized out>
        bitmap_plane_count = <optimized out>
        bitset = 0
#18 0x00005eea4242827b in gc_sweep_step (objspace=<optimized out>, heap=0x51d000000aa0) at /tmp/ruby/src/trunk_asan/gc/default/default.c:3853
        ctx = {page = 0x51c000004080, final_slots = 0, freed_slots = 444, empty_slots = <optimized out>}
        free_slots = <optimized out>
        sweep_page = 0x51c000004080
        swept_slots = 350
        pooled_slots = 1174
#19 0x00005eea42427b6b in gc_sweep_rest (objspace=objspace@entry=0x51d000000a80) at /tmp/ruby/src/trunk_asan/gc/default/default.c:3921
        heap = 0x51d000000aa0
        i = 0
        i = <optimized out>
        heap = <optimized out>
#20 0x00005eea424436a8 in gc_rest (objspace=0x51d000000a80) at /tmp/ruby/src/trunk_asan/gc/default/default.c:6511
        lock_lev = 0
#21 0x00005eea4244c743 in garbage_collect (objspace=0x51d000000a80, reason=512) at /tmp/ruby/src/trunk_asan/gc/default/default.c:6358
        lev = 0
        ret = <optimized out>
#22 garbage_collect_with_gvl (objspace=0x51d000000a80, reason=512) at /tmp/ruby/src/trunk_asan/gc/default/default.c:6762
        oar = <optimized out>
        ret = <optimized out>
#23 objspace_malloc_increase_body (objspace=0x51d000000a80, mem=<optimized out>, new_size=1048576, old_size=0, type=<optimized out>, gc_allowed=<optimized out>) at /tmp/ruby/src/trunk_asan/gc/default/default.c:8041
No locals.
#24 0x00005eea4244bba7 in objspace_malloc_fixup (objspace=0x51d000000a80, mem=0x7386dcba3800, size=1048576, gc_allowed=true) at /tmp/ruby/src/trunk_asan/gc/default/default.c:8119
        malloc_increase_done = <optimized out>
#25 rb_gc_impl_malloc (objspace_ptr=0x51d000000a80, size=size@entry=1048576, gc_allowed=true) at /tmp/ruby/src/trunk_asan/gc/default/default.c:8216
        objspace = 0x51d000000a80
        mem = 0x7386dcba3800
#26 0x00005eea4240d49e in ruby_xmalloc_body (size=1048576) at /tmp/ruby/src/trunk_asan/gc.c:5183
No locals.
#27 ruby_xmalloc (size=1048576) at /tmp/ruby/src/trunk_asan/gc.c:5165
No locals.
#28 0x00005eea426f4a66 in native_thread_create_dedicated (th=0x515000071500) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2211
        vm_stack_word_size = <optimized out>
        vm_stack = <optimized out>
        err = <optimized out>
#29 native_thread_create (th=0x515000071500) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2400
No locals.
#30 thread_create_core (thval=<optimized out>, params=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:884
        ec = <optimized out>
        th = 0x515000071500
        current_th = <optimized out>
        err = <optimized out>
#31 0x00005eea4270cfe1 in thread_initialize (thread=127023621646040, args=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:992
        params = {type = thread_invoke_type_proc, args = 127023621646120, proc = <optimized out>, g = 0x0, fn = 0x0}
        th = <optimized out>
#32 0x00005eea42810692 in vm_call0_cfunc_with_frame (ec=0x5170000000d0, calling=<optimized out>, argv=0x73871c2ffc68) at /tmp/ruby/src/trunk_asan/vm_eval.c:164
        reg_cfp = 0x73871c3ff288
        ci = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        len = -2
        recv = 127023621646040
        argc = 0
        mid = 3169
        block_handler = <optimized out>
        frame_flags = 1431634051
        val = <optimized out>
        unaligned_member_ptr_result = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        reg_cfp = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
#33 vm_call0_cfunc (ec=0x5170000000d0, calling=<optimized out>, argv=0x73871c2ffc68) at /tmp/ruby/src/trunk_asan/vm_eval.c:178
No locals.
#34 vm_call0_body (ec=<optimized out>, calling=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:229
        ci = <optimized out>
        cc = <optimized out>
        ret = <optimized out>
#35 0x00005eea4281545f in vm_call0_cc (ec=0x5170000000d0, recv=127023621646040, id=3169, argc=<optimized out>, argv=<optimized out>, kw_splat=0, cc=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:101
        flags = 0
        calling = <error reading variable calling (Cannot access memory at address 0x80)>
        use_argv = 0x73871c2ffc68
        av = <optimized out>
#36 rb_call0 (ec=<optimized out>, recv=<optimized out>, mid=<optimized out>, argc=<optimized out>, argv=<optimized out>, call_scope=<optimized out>, self=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:572
        ci = <optimized out>
        scope = <optimized out>
        kw_splat = <optimized out>
        cc = <optimized out>
        call_status = <optimized out>
#37 0x00005eea427b9567 in rb_call (recv=127023621646040, mid=3169, argc=0, argv=0x73871c2ffc68, scope=CALL_PUBLIC) at /tmp/ruby/src/trunk_asan/vm_eval.c:891
        ec = 0x540000000808
#38 rb_funcallv_kw (recv=<optimized out>, mid=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=0) at /tmp/ruby/src/trunk_asan/vm_eval.c:1088
No locals.
#39 0x00005eea423d8818 in rb_obj_call_init_kw (obj=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1874
No locals.
#40 0x00005eea4270a24a in thread_s_new (argc=<optimized out>, argv=<optimized out>, klass=127024162404080) at /tmp/ruby/src/trunk_asan/thread.c:925
        thread = 127023621646040
        th = <optimized out>
#41 0x00005eea427f9f78 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 = 0x120103050003
        cc = <optimized out>
        me = 0x73871e777e78
        cfunc = 0x506000045448
        recv = 127024162404080
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#42 0x00005eea4278a1cf in vm_sendish (ec=<optimized out>, reg_cfp=<optimized out>, cd=0x503001d24d10, block_handler=<optimized out>, method_explorer=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6128
        calling = {cd = 0x503001d24d10, cc = 0x7386fdd2e860, block_handler = 127024131732241, recv = 127024162404080, argc = 1, kw_splat = false, heap_argv = 0}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#43 0x00005eea42790df8 in vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:1096
        bh = 18446744073709551104
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x503001d24d10
        insns_address_table = {0x5eea42790126 <vm_exec_core+1478>, 0x5eea4279142d <vm_exec_core+6349>, 0x5eea42796661 <vm_exec_core+27393>, 0x5eea42790f9f <vm_exec_core+5183>, 0x5eea427973a5 <vm_exec_core+30789>, 0x5eea4279521d <vm_exec_core+22205>, 0x5eea42792e1e <vm_exec_core+12990>, 0x5eea4279028e <vm_exec_core+1838>, 0x5eea42796c54 <vm_exec_core+28916>, 0x5eea4279699c <vm_exec_core+28220>, 0x5eea4279121c <vm_exec_core+5820>, 0x5eea4279077e <vm_exec_core+3102>, 0x5eea42795916 <vm_exec_core+23990>, 0x5eea42791d23 <vm_exec_core+8643>, 0x5eea42796de8 <vm_exec_core+29320>, 0x5eea42796afe <vm_exec_core+28574>, 0x5eea42792411 <vm_exec_core+10417>, 0x5eea42792dad <vm_exec_core+12877>, 0x5eea42795475 <vm_exec_core+22805>, 0x5eea42796a75 <vm_exec_core+28437>, 0x5eea42794890 <vm_exec_core+19760>, 0x5eea427954fe <vm_exec_core+22942>, 0x5eea42795fb7 <vm_exec_core+25687>, 0x5eea427947cd <vm_exec_core+19565>, 0x5eea427906bb <vm_exec_core+2907>, 0x5eea42794f20 <vm_exec_core+21440>, 0x5eea4279054e <vm_exec_core+2542>, 0x5eea42790984 <vm_exec_core+3620>, 0x5eea42792694 <vm_exec_core+11060>, 0x5eea4279439a <vm_exec_core+18490>, 0x5eea42794db9 <vm_exec_core+21081>, 0x5eea4279402f <vm_exec_core+17615>, 0x5eea4279015a <vm_exec_core+1530>, 0x5eea427961e7 <vm_exec_core+26247>, 0x5eea427968c7 <vm_exec_core+28007>, 0x5eea42790b2b <vm_exec_core+4043>, 0x5eea427916d7 <vm_exec_core+7031>, 0x5eea42791395 <vm_exec_core+6197>, 0x5eea42791e12 <vm_exec_core+8882>, 0x5eea42792c49 <vm_exec_core+12521>, 0x5eea42790bd2 <vm_exec_core+4210>, 0x5eea4279604f <vm_exec_core+25839>, 0x5eea42791661 <vm_exec_core+6913>, 0x5eea42792af7 <vm_exec_core+12183>, 0x5eea427935be <vm_exec_core+14942>, 0x5eea427959ac <vm_exec_core+24140>, 0x5eea42794a52 <vm_exec_core+20210>, 0x5eea427920ec <vm_exec_core+9612>, 0x5eea4279196e <vm_exec_core+7694>, 0x5eea42795802 <vm_exec_core+23714>, 0x5eea42792874 <vm_exec_core+11540>, 0x5eea4279501f <vm_exec_core+21695>, 0x5eea42794ac4 <vm_exec_core+20324>, 0x5eea427950d6 <vm_exec_core+21878>, 0x5eea42796599 <vm_exec_core+27193>, 0x5eea42793e41 <vm_exec_core+17121>, 0x5eea42795a65 <vm_exec_core+24325>, 0x5eea4278fea8 <vm_exec_core+840>, 0x5eea42795593 <vm_exec_core+23091>, 0x5eea4279220b <vm_exec_core+9899>, 0x5eea42794728 <vm_exec_core+19400>, 0x5eea42794968 <vm_exec_core+19976>, 0x5eea427931f2 <vm_exec_core+13970>, 0x5eea42790a38 <vm_exec_core+3800>, 0x5eea427925b9 <vm_exec_core+10841>, 0x5eea42791bf6 <vm_exec_core+8342>, 0x5eea42795154 <vm_exec_core+22004>, 0x5eea42790d63 <vm_exec_core+4611>, 0x5eea42792f9f <vm_exec_core+13375>, 0x5eea427938ef <vm_exec_core+15759>, 0x5eea42791ef0 <vm_exec_core+9104>, 0x5eea4279d44d <vm_exec_core+55533>, 0x5eea427918c5 <vm_exec_core+7525>, 0x5eea427917bd <vm_exec_core+7261>, 0x5eea42791ac8 <vm_exec_core+8040>, 0x5eea427924b3 <vm_exec_core+10579>, 0x5eea42794233 <vm_exec_core+18131>, 0x5eea42793679 <vm_exec_core+15129>, 0x5eea42794e38 <vm_exec_core+21208>, 0x5eea42793ad5 <vm_exec_core+16245>, 0x5eea42796110 <vm_exec_core+26032>, 0x5eea42797647 <vm_exec_core+31463>, 0x5eea42796354 <vm_exec_core+26612>, 0x5eea42796f38 <vm_exec_core+29656>, 0x5eea42797029 <vm_exec_core+29897>, 0x5eea427905e0 <vm_exec_core+2688>, 0x5eea42796b7d <vm_exec_core+28701>, 0x5eea42792799 <vm_exec_core+11321>, 0x5eea42796d0b <vm_exec_core+29099>, 0x5eea427922da <vm_exec_core+10106>, 0x5eea4279628b <vm_exec_core+26411>, 0x5eea42790477 <vm_exec_core+2327>, 0x5eea42790c5d <vm_exec_core+4349>, 0x5eea4279726d <vm_exec_core+30477>, 0x5eea42792b7d <vm_exec_core+12317>, 0x5eea4279297a <vm_exec_core+11802>, 0x5eea4278fead <vm_exec_core+845>, 0x5eea4279039a <vm_exec_core+2106>, 0x5eea4278ff33 <vm_exec_core+979>, 0x5eea42796443 <vm_exec_core+26851>, 0x5eea42793cfe <vm_exec_core+16798>, 0x5eea427933c2 <vm_exec_core+14434>, 0x5eea42793bda <vm_exec_core+16506>, 0x5eea42793826 <vm_exec_core+15558>, 0x5eea42792a0f <vm_exec_core+11951>, 0x5eea427932cd <vm_exec_core+14189>, 0x5eea42792c99 <vm_exec_core+12601>, 0x5eea427934dc <vm_exec_core+14716>, 0x5eea4279354d <vm_exec_core+14829>, 0x5eea42790117 <vm_exec_core+1463>, 0x5eea4279141e <vm_exec_core+6334>, 0x5eea42796652 <vm_exec_core+27378>, 0x5eea42790f90 <vm_exec_core+5168>, 0x5eea42797396 <vm_exec_core+30774>, 0x5eea4279520e <vm_exec_core+22190>, 0x5eea42792e0f <vm_exec_core+12975>, 0x5eea4279027f <vm_exec_core+1823>, 0x5eea42796c45 <vm_exec_core+28901>, 0x5eea4279698d <vm_exec_core+28205>, 0x5eea4279120d <vm_exec_core+5805>, 0x5eea4279076f <vm_exec_core+3087>, 0x5eea42795907 <vm_exec_core+23975>, 0x5eea42791d14 <vm_exec_core+8628>, 0x5eea42796dd9 <vm_exec_core+29305>, 0x5eea42796aef <vm_exec_core+28559>, 0x5eea42792402 <vm_exec_core+10402>, 0x5eea42792d9e <vm_exec_core+12862>, 0x5eea42795466 <vm_exec_core+22790>, 0x5eea42796a66 <vm_exec_core+28422>, 0x5eea42794881 <vm_exec_core+19745>, 0x5eea427954ef <vm_exec_core+22927>, 0x5eea42795fa8 <vm_exec_core+25672>, 0x5eea427947be <vm_exec_core+19550>, 0x5eea427906ac <vm_exec_core+2892>, 0x5eea42794f11 <vm_exec_core+21425>, 0x5eea4279053f <vm_exec_core+2527>, 0x5eea42790975 <vm_exec_core+3605>, 0x5eea42792685 <vm_exec_core+11045>, 0x5eea4279438b <vm_exec_core+18475>, 0x5eea42794daa <vm_exec_core+21066>, 0x5eea42794020 <vm_exec_core+17600>, 0x5eea4279014b <vm_exec_core+1515>, 0x5eea427961d8 <vm_exec_core+26232>, 0x5eea427968b8 <vm_exec_core+27992>, 0x5eea42790b1c <vm_exec_core+4028>, 0x5eea427916c8 <vm_exec_core+7016>, 0x5eea42791386 <vm_exec_core+6182>, 0x5eea42791e03 <vm_exec_core+8867>, 0x5eea42792c3a <vm_exec_core+12506>, 0x5eea42790bc3 <vm_exec_core+4195>, 0x5eea42796040 <vm_exec_core+25824>, 0x5eea42791652 <vm_exec_core+6898>, 0x5eea42792ae8 <vm_exec_core+12168>, 0x5eea427935af <vm_exec_core+14927>, 0x5eea4279599d <vm_exec_core+24125>, 0x5eea42794a43 <vm_exec_core+20195>, 0x5eea427920dd <vm_exec_core+9597>, 0x5eea4279195f <vm_exec_core+7679>, 0x5eea427957f3 <vm_exec_core+23699>, 0x5eea42792865 <vm_exec_core+11525>, 0x5eea42795010 <vm_exec_core+21680>, 0x5eea42794ab5 <vm_exec_core+20309>, 0x5eea427950c7 <vm_exec_core+21863>, 0x5eea4279658a <vm_exec_core+27178>, 0x5eea42793e32 <vm_exec_core+17106>, 0x5eea42795a56 <vm_exec_core+24310>, 0x5eea42794efd <vm_exec_core+21405>, 0x5eea42795584 <vm_exec_core+23076>, 0x5eea427921fc <vm_exec_core+9884>, 0x5eea42794719 <vm_exec_core+19385>, 0x5eea42794959 <vm_exec_core+19961>, 0x5eea427931e3 <vm_exec_core+13955>, 0x5eea42794386 <vm_exec_core+18470>, 0x5eea427925aa <vm_exec_core+10826>, 0x5eea42791be7 <vm_exec_core+8327>, 0x5eea42795145 <vm_exec_core+21989>, 0x5eea42790d54 <vm_exec_core+4596>, 0x5eea42792f90 <vm_exec_core+13360>, 0x5eea427938e0 <vm_exec_core+15744>, 0x5eea42791ee1 <vm_exec_core+9089>, 0x5eea4279d43e <vm_exec_core+55518>, 0x5eea427918b6 <vm_exec_core+7510>, 0x5eea427917ae <vm_exec_core+7246>, 0x5eea42791ab9 <vm_exec_core+8025>, 0x5eea427924a4 <vm_exec_core+10564>, 0x5eea42794224 <vm_exec_core+18116>, 0x5eea4279366a <vm_exec_core+15114>, 0x5eea4279421f <vm_exec_core+18111>, 0x5eea42794a3e <vm_exec_core+20190>, 0x5eea42794a39 <vm_exec_core+20185>, 0x5eea42791ab4 <vm_exec_core+8020>, 0x5eea42794efd <vm_exec_core+21405>, 0x5eea42792c03 <vm_exec_core+12451>, 0x5eea42792c08 <vm_exec_core+12456>, 0x5eea42794a34 <vm_exec_core+20180>, 0x5eea4279487c <vm_exec_core+19740>, 0x5eea427938db <vm_exec_core+15739>, 0x5eea42793812 <vm_exec_core+15538>, 0x5eea4279492b <vm_exec_core+19915>, 0x5eea42793ce5 <vm_exec_core+16773>...}
        reg_cfp = 0x73871c3ff2c0
        reg_pc = 0x50e0003e0020
        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>
#44 0x00005eea4278ad62 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#45 0x00005eea4281a6e2 in invoke_iseq_block_from_c (ec=0x5170000000d0, captured=0x73871c3ff428, self=127023574447840, 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:1814
        flags = 0
        iseq = 0x7386fb8662f8
        cfp = <optimized out>
        sp = 0x73871c2ffc18
        use_argv = 0x73871c2ffbf8
        stack_argv = 0x73871c2ffc18
        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:1828
        captured = 0x73871c3ff428
#47 0x00005eea427bcc1e in vm_yield_with_cref (ec=0x540000000808, argc=1, argv=0x73871c2ffbf8, kw_splat=0, cref=0x0, is_lambda=0) at /tmp/ruby/src/trunk_asan/vm.c:1865
No locals.
#48 vm_yield (ec=0x540000000808, argc=1, argv=0x73871c2ffbf8, kw_splat=0) at /tmp/ruby/src/trunk_asan/vm.c:1873
No locals.
#49 rb_yield_0 (argc=1, argv=0x73871c2ffbf8) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#50 rb_yield_values2 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1408
No locals.
#51 0x00005eea42baeb83 in collect_i (i=<optimized out>, ary=127023621621160, argc=0, argv=0x5eea423a6ede <__sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int)+30>, blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/enum.c:628
No locals.
#52 0x00005eea42786eeb in vm_yield_with_cfunc (ec=0x5170000000d0, captured=captured@entry=0x73871c3ff3f0, self=127023621340640, argc=argc@entry=1, argv=0x73871c2ffbf8, kw_splat=<optimized out>, block_handler=0, me=0x0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5259
        is_lambda = 0
        ifunc = 0x7386fdd8a548
        arg = 1
        blockarg = 4
        frame_flag = <optimized out>
        val = <optimized out>
#53 0x00005eea427ff13b in vm_invoke_ifunc_block (ec=0x540000000808, reg_cfp=0x73871c3ff368, calling=0x73871cf9f150, ci=<optimized out>, is_lambda=<optimized out>, block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5449
        captured = 0x73871c3ff3f0
        argc = <optimized out>
        val = <optimized out>
#54 0x00005eea4278a210 in vm_invoke_block (ec=0x5170000000d0, reg_cfp=0x73871c3ff368, calling=0x246, ci=0x5eea423a6ede <__sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int)+30>, is_lambda=false, block_handler=0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5504
        func = 0xfffffffffffffe00
#55 vm_invokeblock_i (ec=0x5170000000d0, reg_cfp=0x73871c3ff368, calling=0x246) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6090
        ci = 0x5eea423a6ede <__sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int)+30>
        block_handler = 0
#56 vm_sendish (ec=<optimized out>, reg_cfp=<optimized out>, cd=0x504000002790, block_handler=<optimized out>, method_explorer=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6131
        calling = <error reading variable calling (Cannot access memory at address 0x246)>
        val = 36
        ci = 0x5eea423a6ede <__sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int)+30>
        argc = <optimized out>
        recv = 286326819
        cc = <optimized out>
#57 0x00005eea4279393d in vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:1144
        bh = 0
        cd = 0x0
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5eea42790126 <vm_exec_core+1478>, 0x5eea4279142d <vm_exec_core+6349>, 0x5eea42796661 <vm_exec_core+27393>, 0x5eea42790f9f <vm_exec_core+5183>, 0x5eea427973a5 <vm_exec_core+30789>, 0x5eea4279521d <vm_exec_core+22205>, 0x5eea42792e1e <vm_exec_core+12990>, 0x5eea4279028e <vm_exec_core+1838>, 0x5eea42796c54 <vm_exec_core+28916>, 0x5eea4279699c <vm_exec_core+28220>, 0x5eea4279121c <vm_exec_core+5820>, 0x5eea4279077e <vm_exec_core+3102>, 0x5eea42795916 <vm_exec_core+23990>, 0x5eea42791d23 <vm_exec_core+8643>, 0x5eea42796de8 <vm_exec_core+29320>, 0x5eea42796afe <vm_exec_core+28574>, 0x5eea42792411 <vm_exec_core+10417>, 0x5eea42792dad <vm_exec_core+12877>, 0x5eea42795475 <vm_exec_core+22805>, 0x5eea42796a75 <vm_exec_core+28437>, 0x5eea42794890 <vm_exec_core+19760>, 0x5eea427954fe <vm_exec_core+22942>, 0x5eea42795fb7 <vm_exec_core+25687>, 0x5eea427947cd <vm_exec_core+19565>, 0x5eea427906bb <vm_exec_core+2907>, 0x5eea42794f20 <vm_exec_core+21440>, 0x5eea4279054e <vm_exec_core+2542>, 0x5eea42790984 <vm_exec_core+3620>, 0x5eea42792694 <vm_exec_core+11060>, 0x5eea4279439a <vm_exec_core+18490>, 0x5eea42794db9 <vm_exec_core+21081>, 0x5eea4279402f <vm_exec_core+17615>, 0x5eea4279015a <vm_exec_core+1530>, 0x5eea427961e7 <vm_exec_core+26247>, 0x5eea427968c7 <vm_exec_core+28007>, 0x5eea42790b2b <vm_exec_core+4043>, 0x5eea427916d7 <vm_exec_core+7031>, 0x5eea42791395 <vm_exec_core+6197>, 0x5eea42791e12 <vm_exec_core+8882>, 0x5eea42792c49 <vm_exec_core+12521>, 0x5eea42790bd2 <vm_exec_core+4210>, 0x5eea4279604f <vm_exec_core+25839>, 0x5eea42791661 <vm_exec_core+6913>, 0x5eea42792af7 <vm_exec_core+12183>, 0x5eea427935be <vm_exec_core+14942>, 0x5eea427959ac <vm_exec_core+24140>, 0x5eea42794a52 <vm_exec_core+20210>, 0x5eea427920ec <vm_exec_core+9612>, 0x5eea4279196e <vm_exec_core+7694>, 0x5eea42795802 <vm_exec_core+23714>, 0x5eea42792874 <vm_exec_core+11540>, 0x5eea4279501f <vm_exec_core+21695>, 0x5eea42794ac4 <vm_exec_core+20324>, 0x5eea427950d6 <vm_exec_core+21878>, 0x5eea42796599 <vm_exec_core+27193>, 0x5eea42793e41 <vm_exec_core+17121>, 0x5eea42795a65 <vm_exec_core+24325>, 0x5eea4278fea8 <vm_exec_core+840>, 0x5eea42795593 <vm_exec_core+23091>, 0x5eea4279220b <vm_exec_core+9899>, 0x5eea42794728 <vm_exec_core+19400>, 0x5eea42794968 <vm_exec_core+19976>, 0x5eea427931f2 <vm_exec_core+13970>, 0x5eea42790a38 <vm_exec_core+3800>, 0x5eea427925b9 <vm_exec_core+10841>, 0x5eea42791bf6 <vm_exec_core+8342>, 0x5eea42795154 <vm_exec_core+22004>, 0x5eea42790d63 <vm_exec_core+4611>, 0x5eea42792f9f <vm_exec_core+13375>, 0x5eea427938ef <vm_exec_core+15759>, 0x5eea42791ef0 <vm_exec_core+9104>, 0x5eea4279d44d <vm_exec_core+55533>, 0x5eea427918c5 <vm_exec_core+7525>, 0x5eea427917bd <vm_exec_core+7261>, 0x5eea42791ac8 <vm_exec_core+8040>, 0x5eea427924b3 <vm_exec_core+10579>, 0x5eea42794233 <vm_exec_core+18131>, 0x5eea42793679 <vm_exec_core+15129>, 0x5eea42794e38 <vm_exec_core+21208>, 0x5eea42793ad5 <vm_exec_core+16245>, 0x5eea42796110 <vm_exec_core+26032>, 0x5eea42797647 <vm_exec_core+31463>, 0x5eea42796354 <vm_exec_core+26612>, 0x5eea42796f38 <vm_exec_core+29656>, 0x5eea42797029 <vm_exec_core+29897>, 0x5eea427905e0 <vm_exec_core+2688>, 0x5eea42796b7d <vm_exec_core+28701>, 0x5eea42792799 <vm_exec_core+11321>, 0x5eea42796d0b <vm_exec_core+29099>, 0x5eea427922da <vm_exec_core+10106>, 0x5eea4279628b <vm_exec_core+26411>, 0x5eea42790477 <vm_exec_core+2327>, 0x5eea42790c5d <vm_exec_core+4349>, 0x5eea4279726d <vm_exec_core+30477>, 0x5eea42792b7d <vm_exec_core+12317>, 0x5eea4279297a <vm_exec_core+11802>, 0x5eea4278fead <vm_exec_core+845>, 0x5eea4279039a <vm_exec_core+2106>, 0x5eea4278ff33 <vm_exec_core+979>, 0x5eea42796443 <vm_exec_core+26851>, 0x5eea42793cfe <vm_exec_core+16798>, 0x5eea427933c2 <vm_exec_core+14434>, 0x5eea42793bda <vm_exec_core+16506>, 0x5eea42793826 <vm_exec_core+15558>, 0x5eea42792a0f <vm_exec_core+11951>, 0x5eea427932cd <vm_exec_core+14189>, 0x5eea42792c99 <vm_exec_core+12601>, 0x5eea427934dc <vm_exec_core+14716>, 0x5eea4279354d <vm_exec_core+14829>, 0x5eea42790117 <vm_exec_core+1463>, 0x5eea4279141e <vm_exec_core+6334>, 0x5eea42796652 <vm_exec_core+27378>, 0x5eea42790f90 <vm_exec_core+5168>, 0x5eea42797396 <vm_exec_core+30774>, 0x5eea4279520e <vm_exec_core+22190>, 0x5eea42792e0f <vm_exec_core+12975>, 0x5eea4279027f <vm_exec_core+1823>, 0x5eea42796c45 <vm_exec_core+28901>, 0x5eea4279698d <vm_exec_core+28205>, 0x5eea4279120d <vm_exec_core+5805>, 0x5eea4279076f <vm_exec_core+3087>, 0x5eea42795907 <vm_exec_core+23975>, 0x5eea42791d14 <vm_exec_core+8628>, 0x5eea42796dd9 <vm_exec_core+29305>, 0x5eea42796aef <vm_exec_core+28559>, 0x5eea42792402 <vm_exec_core+10402>, 0x5eea42792d9e <vm_exec_core+12862>, 0x5eea42795466 <vm_exec_core+22790>, 0x5eea42796a66 <vm_exec_core+28422>, 0x5eea42794881 <vm_exec_core+19745>, 0x5eea427954ef <vm_exec_core+22927>, 0x5eea42795fa8 <vm_exec_core+25672>, 0x5eea427947be <vm_exec_core+19550>, 0x5eea427906ac <vm_exec_core+2892>, 0x5eea42794f11 <vm_exec_core+21425>, 0x5eea4279053f <vm_exec_core+2527>, 0x5eea42790975 <vm_exec_core+3605>, 0x5eea42792685 <vm_exec_core+11045>, 0x5eea4279438b <vm_exec_core+18475>, 0x5eea42794daa <vm_exec_core+21066>, 0x5eea42794020 <vm_exec_core+17600>, 0x5eea4279014b <vm_exec_core+1515>, 0x5eea427961d8 <vm_exec_core+26232>, 0x5eea427968b8 <vm_exec_core+27992>, 0x5eea42790b1c <vm_exec_core+4028>, 0x5eea427916c8 <vm_exec_core+7016>, 0x5eea42791386 <vm_exec_core+6182>, 0x5eea42791e03 <vm_exec_core+8867>, 0x5eea42792c3a <vm_exec_core+12506>, 0x5eea42790bc3 <vm_exec_core+4195>, 0x5eea42796040 <vm_exec_core+25824>, 0x5eea42791652 <vm_exec_core+6898>, 0x5eea42792ae8 <vm_exec_core+12168>, 0x5eea427935af <vm_exec_core+14927>, 0x5eea4279599d <vm_exec_core+24125>, 0x5eea42794a43 <vm_exec_core+20195>, 0x5eea427920dd <vm_exec_core+9597>, 0x5eea4279195f <vm_exec_core+7679>, 0x5eea427957f3 <vm_exec_core+23699>, 0x5eea42792865 <vm_exec_core+11525>, 0x5eea42795010 <vm_exec_core+21680>, 0x5eea42794ab5 <vm_exec_core+20309>, 0x5eea427950c7 <vm_exec_core+21863>, 0x5eea4279658a <vm_exec_core+27178>, 0x5eea42793e32 <vm_exec_core+17106>, 0x5eea42795a56 <vm_exec_core+24310>, 0x5eea42794efd <vm_exec_core+21405>, 0x5eea42795584 <vm_exec_core+23076>, 0x5eea427921fc <vm_exec_core+9884>, 0x5eea42794719 <vm_exec_core+19385>, 0x5eea42794959 <vm_exec_core+19961>, 0x5eea427931e3 <vm_exec_core+13955>, 0x5eea42794386 <vm_exec_core+18470>, 0x5eea427925aa <vm_exec_core+10826>, 0x5eea42791be7 <vm_exec_core+8327>, 0x5eea42795145 <vm_exec_core+21989>, 0x5eea42790d54 <vm_exec_core+4596>, 0x5eea42792f90 <vm_exec_core+13360>, 0x5eea427938e0 <vm_exec_core+15744>, 0x5eea42791ee1 <vm_exec_core+9089>, 0x5eea4279d43e <vm_exec_core+55518>, 0x5eea427918b6 <vm_exec_core+7510>, 0x5eea427917ae <vm_exec_core+7246>, 0x5eea42791ab9 <vm_exec_core+8025>, 0x5eea427924a4 <vm_exec_core+10564>, 0x5eea42794224 <vm_exec_core+18116>, 0x5eea4279366a <vm_exec_core+15114>, 0x5eea4279421f <vm_exec_core+18111>, 0x5eea42794a3e <vm_exec_core+20190>, 0x5eea42794a39 <vm_exec_core+20185>, 0x5eea42791ab4 <vm_exec_core+8020>, 0x5eea42794efd <vm_exec_core+21405>, 0x5eea42792c03 <vm_exec_core+12451>, 0x5eea42792c08 <vm_exec_core+12456>, 0x5eea42794a34 <vm_exec_core+20180>, 0x5eea4279487c <vm_exec_core+19740>, 0x5eea427938db <vm_exec_core+15739>, 0x5eea42793812 <vm_exec_core+15538>, 0x5eea4279492b <vm_exec_core+19915>, 0x5eea42793ce5 <vm_exec_core+16773>...}
        reg_cfp = 0x73871c3ff368
        reg_pc = 0x513000028dc0
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#58 0x00005eea4278ad62 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#59 0x00005eea4281036a in vm_call0_body (ec=<optimized out>, calling=0x73871d074a60, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:225
        reg_cfp = <optimized out>
        i = <optimized out>
        ci = 0x73871d074ad0
        cc = <optimized out>
        ret = <optimized out>
#60 0x00005eea4281545f in vm_call0_cc (ec=0x5170000000d0, recv=3, id=28753, argc=<optimized out>, argv=<optimized out>, kw_splat=0, cc=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:101
        flags = 0
        calling = <error reading variable calling (Cannot access memory at address 0x80)>
        use_argv = 0x0
        av = <optimized out>
#61 rb_call0 (ec=<optimized out>, recv=<optimized out>, mid=<optimized out>, argc=<optimized out>, argv=<optimized out>, call_scope=<optimized out>, self=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:572
        ci = <optimized out>
        scope = <optimized out>
        kw_splat = <optimized out>
        cc = <optimized out>
        call_status = <optimized out>
#62 0x00005eea427be878 in rb_call (recv=128, mid=0, argc=1111125726, argv=0x0, scope=CALL_PUBLIC) at /tmp/ruby/src/trunk_asan/vm_eval.c:891
        ec = 0x540000000808
#63 iterate_method (obj=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1546
        arg = <optimized out>
#64 0x00005eea427bf091 in rb_iterate0 (it_proc=<optimized out>, data1=<optimized out>, ifunc=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1488
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffcfd7d6c30, <optimized out>, 0x7ffcfd7d6b20, <optimized out>, <optimized out>}, prev = 0x73871cf9ed60, state = RUBY_TAG_NONE, lock_rec = 0}
        retval = 4
        cfp = 0x73871c3ff3a0
        state = RUBY_TAG_NONE
#65 0x00005eea427be5ad in rb_iterate_internal (data1=127024143920704, bl_proc=0x0, data2=127023621340640, it_proc=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1520
No locals.
#66 rb_block_call_kw (obj=<optimized out>, mid=<optimized out>, argc=<optimized out>, argv=<optimized out>, bl_proc=<optimized out>, data2=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1569
        arg = {obj = 3, mid = 28753, argc = 0, argv = 0x0, kw_splat = 0}
#67 0x00005eea42bc2849 in enumerator_block_call (obj=<optimized out>, func=0x0, arg=0) at /tmp/ruby/src/trunk_asan/enumerator.c:559
        argc = 0
        argv = 0x5eea423a6ede <__sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int)+30>
        e = <optimized out>
        meth = 128
        args = 0
        ret = <optimized out>
#68 0x00005eea42810692 in vm_call0_cfunc_with_frame (ec=0x5170000000d0, calling=<optimized out>, argv=0x0) at /tmp/ruby/src/trunk_asan/vm_eval.c:164
        reg_cfp = 0x73871c3ff3d8
        ci = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        len = -1
        recv = 127023621340640
        argc = 0
        mid = 3073
        block_handler = <optimized out>
        frame_flags = 1431634051
        val = <optimized out>
        unaligned_member_ptr_result = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        reg_cfp = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
#69 vm_call0_cfunc (ec=0x5170000000d0, calling=<optimized out>, argv=0x0) at /tmp/ruby/src/trunk_asan/vm_eval.c:178
No locals.
#70 vm_call0_body (ec=<optimized out>, calling=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:229
        ci = <optimized out>
        cc = <optimized out>
        ret = <optimized out>
#71 0x00005eea4281545f in vm_call0_cc (ec=0x5170000000d0, recv=127023621340640, id=3073, argc=<optimized out>, argv=<optimized out>, kw_splat=0, cc=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:101
        flags = 0
        calling = <error reading variable calling (Cannot access memory at address 0x80)>
        use_argv = 0x0
        av = <optimized out>
#72 rb_call0 (ec=<optimized out>, recv=<optimized out>, mid=<optimized out>, argc=<optimized out>, argv=<optimized out>, call_scope=<optimized out>, self=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:572
        ci = <optimized out>
        scope = <optimized out>
        kw_splat = <optimized out>
        cc = <optimized out>
        call_status = <optimized out>
#73 0x00005eea427be878 in rb_call (recv=128, mid=0, argc=1111125726, argv=0x0, scope=CALL_PUBLIC) at /tmp/ruby/src/trunk_asan/vm_eval.c:891
        ec = 0x540000000808
#74 iterate_method (obj=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1546
        arg = <optimized out>
#75 0x00005eea427bf091 in rb_iterate0 (it_proc=<optimized out>, data1=<optimized out>, ifunc=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1488
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffcfd7d7170, <optimized out>, 0x7ffcfd7d7060, <optimized out>, <optimized out>}, prev = 0x73871cfd4340, state = RUBY_TAG_NONE, lock_rec = 0}
        retval = 4
        cfp = 0x73871c3ff3d8
        state = RUBY_TAG_NONE
#76 0x00005eea427bf9af in rb_lambda_call (obj=<optimized out>, mid=<optimized out>, argc=<optimized out>, argv=<optimized out>, bl_proc=<optimized out>, min_argc=<optimized out>, max_argc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1618
        arg = {obj = 127023621340640, mid = 3073, argc = 0, argv = 0x0, kw_splat = 0}
        block = 0xfffffffffffffe00
#77 0x00005eea42ba7602 in enum_collect (obj=<optimized out>) at /tmp/ruby/src/trunk_asan/enum.c:667
        ary = 127023621621160
        min_argc = -512
        max_argc = <optimized out>
#78 0x00005eea427f9f78 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 = 0x167100000001
        cc = <optimized out>
        me = 0x7386fd732498
        cfunc = 0x506000005ba8
        recv = 127023621340640
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#79 0x00005eea4279456f in vm_sendish (ec=0x5170000000d0, reg_cfp=0x73871c3ff410, cd=0x50b00025d120, 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>
#80 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:855
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x50b00025d120
        insns_address_table = {0x5eea42790126 <vm_exec_core+1478>, 0x5eea4279142d <vm_exec_core+6349>, 0x5eea42796661 <vm_exec_core+27393>, 0x5eea42790f9f <vm_exec_core+5183>, 0x5eea427973a5 <vm_exec_core+30789>, 0x5eea4279521d <vm_exec_core+22205>, 0x5eea42792e1e <vm_exec_core+12990>, 0x5eea4279028e <vm_exec_core+1838>, 0x5eea42796c54 <vm_exec_core+28916>, 0x5eea4279699c <vm_exec_core+28220>, 0x5eea4279121c <vm_exec_core+5820>, 0x5eea4279077e <vm_exec_core+3102>, 0x5eea42795916 <vm_exec_core+23990>, 0x5eea42791d23 <vm_exec_core+8643>, 0x5eea42796de8 <vm_exec_core+29320>, 0x5eea42796afe <vm_exec_core+28574>, 0x5eea42792411 <vm_exec_core+10417>, 0x5eea42792dad <vm_exec_core+12877>, 0x5eea42795475 <vm_exec_core+22805>, 0x5eea42796a75 <vm_exec_core+28437>, 0x5eea42794890 <vm_exec_core+19760>, 0x5eea427954fe <vm_exec_core+22942>, 0x5eea42795fb7 <vm_exec_core+25687>, 0x5eea427947cd <vm_exec_core+19565>, 0x5eea427906bb <vm_exec_core+2907>, 0x5eea42794f20 <vm_exec_core+21440>, 0x5eea4279054e <vm_exec_core+2542>, 0x5eea42790984 <vm_exec_core+3620>, 0x5eea42792694 <vm_exec_core+11060>, 0x5eea4279439a <vm_exec_core+18490>, 0x5eea42794db9 <vm_exec_core+21081>, 0x5eea4279402f <vm_exec_core+17615>, 0x5eea4279015a <vm_exec_core+1530>, 0x5eea427961e7 <vm_exec_core+26247>, 0x5eea427968c7 <vm_exec_core+28007>, 0x5eea42790b2b <vm_exec_core+4043>, 0x5eea427916d7 <vm_exec_core+7031>, 0x5eea42791395 <vm_exec_core+6197>, 0x5eea42791e12 <vm_exec_core+8882>, 0x5eea42792c49 <vm_exec_core+12521>, 0x5eea42790bd2 <vm_exec_core+4210>, 0x5eea4279604f <vm_exec_core+25839>, 0x5eea42791661 <vm_exec_core+6913>, 0x5eea42792af7 <vm_exec_core+12183>, 0x5eea427935be <vm_exec_core+14942>, 0x5eea427959ac <vm_exec_core+24140>, 0x5eea42794a52 <vm_exec_core+20210>, 0x5eea427920ec <vm_exec_core+9612>, 0x5eea4279196e <vm_exec_core+7694>, 0x5eea42795802 <vm_exec_core+23714>, 0x5eea42792874 <vm_exec_core+11540>, 0x5eea4279501f <vm_exec_core+21695>, 0x5eea42794ac4 <vm_exec_core+20324>, 0x5eea427950d6 <vm_exec_core+21878>, 0x5eea42796599 <vm_exec_core+27193>, 0x5eea42793e41 <vm_exec_core+17121>, 0x5eea42795a65 <vm_exec_core+24325>, 0x5eea4278fea8 <vm_exec_core+840>, 0x5eea42795593 <vm_exec_core+23091>, 0x5eea4279220b <vm_exec_core+9899>, 0x5eea42794728 <vm_exec_core+19400>, 0x5eea42794968 <vm_exec_core+19976>, 0x5eea427931f2 <vm_exec_core+13970>, 0x5eea42790a38 <vm_exec_core+3800>, 0x5eea427925b9 <vm_exec_core+10841>, 0x5eea42791bf6 <vm_exec_core+8342>, 0x5eea42795154 <vm_exec_core+22004>, 0x5eea42790d63 <vm_exec_core+4611>, 0x5eea42792f9f <vm_exec_core+13375>, 0x5eea427938ef <vm_exec_core+15759>, 0x5eea42791ef0 <vm_exec_core+9104>, 0x5eea4279d44d <vm_exec_core+55533>, 0x5eea427918c5 <vm_exec_core+7525>, 0x5eea427917bd <vm_exec_core+7261>, 0x5eea42791ac8 <vm_exec_core+8040>, 0x5eea427924b3 <vm_exec_core+10579>, 0x5eea42794233 <vm_exec_core+18131>, 0x5eea42793679 <vm_exec_core+15129>, 0x5eea42794e38 <vm_exec_core+21208>, 0x5eea42793ad5 <vm_exec_core+16245>, 0x5eea42796110 <vm_exec_core+26032>, 0x5eea42797647 <vm_exec_core+31463>, 0x5eea42796354 <vm_exec_core+26612>, 0x5eea42796f38 <vm_exec_core+29656>, 0x5eea42797029 <vm_exec_core+29897>, 0x5eea427905e0 <vm_exec_core+2688>, 0x5eea42796b7d <vm_exec_core+28701>, 0x5eea42792799 <vm_exec_core+11321>, 0x5eea42796d0b <vm_exec_core+29099>, 0x5eea427922da <vm_exec_core+10106>, 0x5eea4279628b <vm_exec_core+26411>, 0x5eea42790477 <vm_exec_core+2327>, 0x5eea42790c5d <vm_exec_core+4349>, 0x5eea4279726d <vm_exec_core+30477>, 0x5eea42792b7d <vm_exec_core+12317>, 0x5eea4279297a <vm_exec_core+11802>, 0x5eea4278fead <vm_exec_core+845>, 0x5eea4279039a <vm_exec_core+2106>, 0x5eea4278ff33 <vm_exec_core+979>, 0x5eea42796443 <vm_exec_core+26851>, 0x5eea42793cfe <vm_exec_core+16798>, 0x5eea427933c2 <vm_exec_core+14434>, 0x5eea42793bda <vm_exec_core+16506>, 0x5eea42793826 <vm_exec_core+15558>, 0x5eea42792a0f <vm_exec_core+11951>, 0x5eea427932cd <vm_exec_core+14189>, 0x5eea42792c99 <vm_exec_core+12601>, 0x5eea427934dc <vm_exec_core+14716>, 0x5eea4279354d <vm_exec_core+14829>, 0x5eea42790117 <vm_exec_core+1463>, 0x5eea4279141e <vm_exec_core+6334>, 0x5eea42796652 <vm_exec_core+27378>, 0x5eea42790f90 <vm_exec_core+5168>, 0x5eea42797396 <vm_exec_core+30774>, 0x5eea4279520e <vm_exec_core+22190>, 0x5eea42792e0f <vm_exec_core+12975>, 0x5eea4279027f <vm_exec_core+1823>, 0x5eea42796c45 <vm_exec_core+28901>, 0x5eea4279698d <vm_exec_core+28205>, 0x5eea4279120d <vm_exec_core+5805>, 0x5eea4279076f <vm_exec_core+3087>, 0x5eea42795907 <vm_exec_core+23975>, 0x5eea42791d14 <vm_exec_core+8628>, 0x5eea42796dd9 <vm_exec_core+29305>, 0x5eea42796aef <vm_exec_core+28559>, 0x5eea42792402 <vm_exec_core+10402>, 0x5eea42792d9e <vm_exec_core+12862>, 0x5eea42795466 <vm_exec_core+22790>, 0x5eea42796a66 <vm_exec_core+28422>, 0x5eea42794881 <vm_exec_core+19745>, 0x5eea427954ef <vm_exec_core+22927>, 0x5eea42795fa8 <vm_exec_core+25672>, 0x5eea427947be <vm_exec_core+19550>, 0x5eea427906ac <vm_exec_core+2892>, 0x5eea42794f11 <vm_exec_core+21425>, 0x5eea4279053f <vm_exec_core+2527>, 0x5eea42790975 <vm_exec_core+3605>, 0x5eea42792685 <vm_exec_core+11045>, 0x5eea4279438b <vm_exec_core+18475>, 0x5eea42794daa <vm_exec_core+21066>, 0x5eea42794020 <vm_exec_core+17600>, 0x5eea4279014b <vm_exec_core+1515>, 0x5eea427961d8 <vm_exec_core+26232>, 0x5eea427968b8 <vm_exec_core+27992>, 0x5eea42790b1c <vm_exec_core+4028>, 0x5eea427916c8 <vm_exec_core+7016>, 0x5eea42791386 <vm_exec_core+6182>, 0x5eea42791e03 <vm_exec_core+8867>, 0x5eea42792c3a <vm_exec_core+12506>, 0x5eea42790bc3 <vm_exec_core+4195>, 0x5eea42796040 <vm_exec_core+25824>, 0x5eea42791652 <vm_exec_core+6898>, 0x5eea42792ae8 <vm_exec_core+12168>, 0x5eea427935af <vm_exec_core+14927>, 0x5eea4279599d <vm_exec_core+24125>, 0x5eea42794a43 <vm_exec_core+20195>, 0x5eea427920dd <vm_exec_core+9597>, 0x5eea4279195f <vm_exec_core+7679>, 0x5eea427957f3 <vm_exec_core+23699>, 0x5eea42792865 <vm_exec_core+11525>, 0x5eea42795010 <vm_exec_core+21680>, 0x5eea42794ab5 <vm_exec_core+20309>, 0x5eea427950c7 <vm_exec_core+21863>, 0x5eea4279658a <vm_exec_core+27178>, 0x5eea42793e32 <vm_exec_core+17106>, 0x5eea42795a56 <vm_exec_core+24310>, 0x5eea42794efd <vm_exec_core+21405>, 0x5eea42795584 <vm_exec_core+23076>, 0x5eea427921fc <vm_exec_core+9884>, 0x5eea42794719 <vm_exec_core+19385>, 0x5eea42794959 <vm_exec_core+19961>, 0x5eea427931e3 <vm_exec_core+13955>, 0x5eea42794386 <vm_exec_core+18470>, 0x5eea427925aa <vm_exec_core+10826>, 0x5eea42791be7 <vm_exec_core+8327>, 0x5eea42795145 <vm_exec_core+21989>, 0x5eea42790d54 <vm_exec_core+4596>, 0x5eea42792f90 <vm_exec_core+13360>, 0x5eea427938e0 <vm_exec_core+15744>, 0x5eea42791ee1 <vm_exec_core+9089>, 0x5eea4279d43e <vm_exec_core+55518>, 0x5eea427918b6 <vm_exec_core+7510>, 0x5eea427917ae <vm_exec_core+7246>, 0x5eea42791ab9 <vm_exec_core+8025>, 0x5eea427924a4 <vm_exec_core+10564>, 0x5eea42794224 <vm_exec_core+18116>, 0x5eea4279366a <vm_exec_core+15114>, 0x5eea4279421f <vm_exec_core+18111>, 0x5eea42794a3e <vm_exec_core+20190>, 0x5eea42794a39 <vm_exec_core+20185>, 0x5eea42791ab4 <vm_exec_core+8020>, 0x5eea42794efd <vm_exec_core+21405>, 0x5eea42792c03 <vm_exec_core+12451>, 0x5eea42792c08 <vm_exec_core+12456>, 0x5eea42794a34 <vm_exec_core+20180>, 0x5eea4279487c <vm_exec_core+19740>, 0x5eea427938db <vm_exec_core+15739>, 0x5eea42793812 <vm_exec_core+15538>, 0x5eea4279492b <vm_exec_core+19915>, 0x5eea42793ce5 <vm_exec_core+16773>...}
        reg_cfp = 0x73871c3ff410
        reg_pc = 0x5130004d9e68
        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>
#81 0x00005eea4278ad62 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#82 0x00005eea4281a6e2 in invoke_iseq_block_from_c (ec=0x5170000000d0, captured=0x73871c3ff498, self=127023574447840, 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:1814
        flags = 0
        iseq = 0x7386fb866320
        cfp = <optimized out>
        sp = 0x73871c2ffb80
        use_argv = 0x0
        stack_argv = 0x73871c2ffb80
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#83 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:1828
        captured = 0x73871c3ff498
#84 0x00005eea427bbf2c 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:1865
No locals.
#85 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1873
No locals.
#86 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#87 0x00005eea427bbf2c in rb_yield (val=<optimized out>)
No locals.
#88 0x00005eea423d618c in rb_protect (proc=<optimized out>, data=<optimized out>, pstate=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1154
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffcfd7d7d30, <optimized out>, 0x7ffcfd7d7c40, <optimized out>, <optimized out>}, prev = 0x73871cfd2c40, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        ec = 0x5170000000d0
        cfp = 0x73871c3ff448
#89 0x00005eea4256b66b in rb_f_fork (obj=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4293
        status = <optimized out>
        pid = <optimized out>
#90 0x00005eea427f9f78 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 = 0x657100040001
        cc = <optimized out>
        me = 0x73871cce2860
        cfunc = 0x506000049348
        recv = 127023574447840
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#91 0x00005eea4279456f in vm_sendish (ec=0x5170000000d0, reg_cfp=0x73871c3ff480, cd=0x50800079add0, 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>
#92 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:855
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x50800079add0
        insns_address_table = {0x5eea42790126 <vm_exec_core+1478>, 0x5eea4279142d <vm_exec_core+6349>, 0x5eea42796661 <vm_exec_core+27393>, 0x5eea42790f9f <vm_exec_core+5183>, 0x5eea427973a5 <vm_exec_core+30789>, 0x5eea4279521d <vm_exec_core+22205>, 0x5eea42792e1e <vm_exec_core+12990>, 0x5eea4279028e <vm_exec_core+1838>, 0x5eea42796c54 <vm_exec_core+28916>, 0x5eea4279699c <vm_exec_core+28220>, 0x5eea4279121c <vm_exec_core+5820>, 0x5eea4279077e <vm_exec_core+3102>, 0x5eea42795916 <vm_exec_core+23990>, 0x5eea42791d23 <vm_exec_core+8643>, 0x5eea42796de8 <vm_exec_core+29320>, 0x5eea42796afe <vm_exec_core+28574>, 0x5eea42792411 <vm_exec_core+10417>, 0x5eea42792dad <vm_exec_core+12877>, 0x5eea42795475 <vm_exec_core+22805>, 0x5eea42796a75 <vm_exec_core+28437>, 0x5eea42794890 <vm_exec_core+19760>, 0x5eea427954fe <vm_exec_core+22942>, 0x5eea42795fb7 <vm_exec_core+25687>, 0x5eea427947cd <vm_exec_core+19565>, 0x5eea427906bb <vm_exec_core+2907>, 0x5eea42794f20 <vm_exec_core+21440>, 0x5eea4279054e <vm_exec_core+2542>, 0x5eea42790984 <vm_exec_core+3620>, 0x5eea42792694 <vm_exec_core+11060>, 0x5eea4279439a <vm_exec_core+18490>, 0x5eea42794db9 <vm_exec_core+21081>, 0x5eea4279402f <vm_exec_core+17615>, 0x5eea4279015a <vm_exec_core+1530>, 0x5eea427961e7 <vm_exec_core+26247>, 0x5eea427968c7 <vm_exec_core+28007>, 0x5eea42790b2b <vm_exec_core+4043>, 0x5eea427916d7 <vm_exec_core+7031>, 0x5eea42791395 <vm_exec_core+6197>, 0x5eea42791e12 <vm_exec_core+8882>, 0x5eea42792c49 <vm_exec_core+12521>, 0x5eea42790bd2 <vm_exec_core+4210>, 0x5eea4279604f <vm_exec_core+25839>, 0x5eea42791661 <vm_exec_core+6913>, 0x5eea42792af7 <vm_exec_core+12183>, 0x5eea427935be <vm_exec_core+14942>, 0x5eea427959ac <vm_exec_core+24140>, 0x5eea42794a52 <vm_exec_core+20210>, 0x5eea427920ec <vm_exec_core+9612>, 0x5eea4279196e <vm_exec_core+7694>, 0x5eea42795802 <vm_exec_core+23714>, 0x5eea42792874 <vm_exec_core+11540>, 0x5eea4279501f <vm_exec_core+21695>, 0x5eea42794ac4 <vm_exec_core+20324>, 0x5eea427950d6 <vm_exec_core+21878>, 0x5eea42796599 <vm_exec_core+27193>, 0x5eea42793e41 <vm_exec_core+17121>, 0x5eea42795a65 <vm_exec_core+24325>, 0x5eea4278fea8 <vm_exec_core+840>, 0x5eea42795593 <vm_exec_core+23091>, 0x5eea4279220b <vm_exec_core+9899>, 0x5eea42794728 <vm_exec_core+19400>, 0x5eea42794968 <vm_exec_core+19976>, 0x5eea427931f2 <vm_exec_core+13970>, 0x5eea42790a38 <vm_exec_core+3800>, 0x5eea427925b9 <vm_exec_core+10841>, 0x5eea42791bf6 <vm_exec_core+8342>, 0x5eea42795154 <vm_exec_core+22004>, 0x5eea42790d63 <vm_exec_core+4611>, 0x5eea42792f9f <vm_exec_core+13375>, 0x5eea427938ef <vm_exec_core+15759>, 0x5eea42791ef0 <vm_exec_core+9104>, 0x5eea4279d44d <vm_exec_core+55533>, 0x5eea427918c5 <vm_exec_core+7525>, 0x5eea427917bd <vm_exec_core+7261>, 0x5eea42791ac8 <vm_exec_core+8040>, 0x5eea427924b3 <vm_exec_core+10579>, 0x5eea42794233 <vm_exec_core+18131>, 0x5eea42793679 <vm_exec_core+15129>, 0x5eea42794e38 <vm_exec_core+21208>, 0x5eea42793ad5 <vm_exec_core+16245>, 0x5eea42796110 <vm_exec_core+26032>, 0x5eea42797647 <vm_exec_core+31463>, 0x5eea42796354 <vm_exec_core+26612>, 0x5eea42796f38 <vm_exec_core+29656>, 0x5eea42797029 <vm_exec_core+29897>, 0x5eea427905e0 <vm_exec_core+2688>, 0x5eea42796b7d <vm_exec_core+28701>, 0x5eea42792799 <vm_exec_core+11321>, 0x5eea42796d0b <vm_exec_core+29099>, 0x5eea427922da <vm_exec_core+10106>, 0x5eea4279628b <vm_exec_core+26411>, 0x5eea42790477 <vm_exec_core+2327>, 0x5eea42790c5d <vm_exec_core+4349>, 0x5eea4279726d <vm_exec_core+30477>, 0x5eea42792b7d <vm_exec_core+12317>, 0x5eea4279297a <vm_exec_core+11802>, 0x5eea4278fead <vm_exec_core+845>, 0x5eea4279039a <vm_exec_core+2106>, 0x5eea4278ff33 <vm_exec_core+979>, 0x5eea42796443 <vm_exec_core+26851>, 0x5eea42793cfe <vm_exec_core+16798>, 0x5eea427933c2 <vm_exec_core+14434>, 0x5eea42793bda <vm_exec_core+16506>, 0x5eea42793826 <vm_exec_core+15558>, 0x5eea42792a0f <vm_exec_core+11951>, 0x5eea427932cd <vm_exec_core+14189>, 0x5eea42792c99 <vm_exec_core+12601>, 0x5eea427934dc <vm_exec_core+14716>, 0x5eea4279354d <vm_exec_core+14829>, 0x5eea42790117 <vm_exec_core+1463>, 0x5eea4279141e <vm_exec_core+6334>, 0x5eea42796652 <vm_exec_core+27378>, 0x5eea42790f90 <vm_exec_core+5168>, 0x5eea42797396 <vm_exec_core+30774>, 0x5eea4279520e <vm_exec_core+22190>, 0x5eea42792e0f <vm_exec_core+12975>, 0x5eea4279027f <vm_exec_core+1823>, 0x5eea42796c45 <vm_exec_core+28901>, 0x5eea4279698d <vm_exec_core+28205>, 0x5eea4279120d <vm_exec_core+5805>, 0x5eea4279076f <vm_exec_core+3087>, 0x5eea42795907 <vm_exec_core+23975>, 0x5eea42791d14 <vm_exec_core+8628>, 0x5eea42796dd9 <vm_exec_core+29305>, 0x5eea42796aef <vm_exec_core+28559>, 0x5eea42792402 <vm_exec_core+10402>, 0x5eea42792d9e <vm_exec_core+12862>, 0x5eea42795466 <vm_exec_core+22790>, 0x5eea42796a66 <vm_exec_core+28422>, 0x5eea42794881 <vm_exec_core+19745>, 0x5eea427954ef <vm_exec_core+22927>, 0x5eea42795fa8 <vm_exec_core+25672>, 0x5eea427947be <vm_exec_core+19550>, 0x5eea427906ac <vm_exec_core+2892>, 0x5eea42794f11 <vm_exec_core+21425>, 0x5eea4279053f <vm_exec_core+2527>, 0x5eea42790975 <vm_exec_core+3605>, 0x5eea42792685 <vm_exec_core+11045>, 0x5eea4279438b <vm_exec_core+18475>, 0x5eea42794daa <vm_exec_core+21066>, 0x5eea42794020 <vm_exec_core+17600>, 0x5eea4279014b <vm_exec_core+1515>, 0x5eea427961d8 <vm_exec_core+26232>, 0x5eea427968b8 <vm_exec_core+27992>, 0x5eea42790b1c <vm_exec_core+4028>, 0x5eea427916c8 <vm_exec_core+7016>, 0x5eea42791386 <vm_exec_core+6182>, 0x5eea42791e03 <vm_exec_core+8867>, 0x5eea42792c3a <vm_exec_core+12506>, 0x5eea42790bc3 <vm_exec_core+4195>, 0x5eea42796040 <vm_exec_core+25824>, 0x5eea42791652 <vm_exec_core+6898>, 0x5eea42792ae8 <vm_exec_core+12168>, 0x5eea427935af <vm_exec_core+14927>, 0x5eea4279599d <vm_exec_core+24125>, 0x5eea42794a43 <vm_exec_core+20195>, 0x5eea427920dd <vm_exec_core+9597>, 0x5eea4279195f <vm_exec_core+7679>, 0x5eea427957f3 <vm_exec_core+23699>, 0x5eea42792865 <vm_exec_core+11525>, 0x5eea42795010 <vm_exec_core+21680>, 0x5eea42794ab5 <vm_exec_core+20309>, 0x5eea427950c7 <vm_exec_core+21863>, 0x5eea4279658a <vm_exec_core+27178>, 0x5eea42793e32 <vm_exec_core+17106>, 0x5eea42795a56 <vm_exec_core+24310>, 0x5eea42794efd <vm_exec_core+21405>, 0x5eea42795584 <vm_exec_core+23076>, 0x5eea427921fc <vm_exec_core+9884>, 0x5eea42794719 <vm_exec_core+19385>, 0x5eea42794959 <vm_exec_core+19961>, 0x5eea427931e3 <vm_exec_core+13955>, 0x5eea42794386 <vm_exec_core+18470>, 0x5eea427925aa <vm_exec_core+10826>, 0x5eea42791be7 <vm_exec_core+8327>, 0x5eea42795145 <vm_exec_core+21989>, 0x5eea42790d54 <vm_exec_core+4596>, 0x5eea42792f90 <vm_exec_core+13360>, 0x5eea427938e0 <vm_exec_core+15744>, 0x5eea42791ee1 <vm_exec_core+9089>, 0x5eea4279d43e <vm_exec_core+55518>, 0x5eea427918b6 <vm_exec_core+7510>, 0x5eea427917ae <vm_exec_core+7246>, 0x5eea42791ab9 <vm_exec_core+8025>, 0x5eea427924a4 <vm_exec_core+10564>, 0x5eea42794224 <vm_exec_core+18116>, 0x5eea4279366a <vm_exec_core+15114>, 0x5eea4279421f <vm_exec_core+18111>, 0x5eea42794a3e <vm_exec_core+20190>, 0x5eea42794a39 <vm_exec_core+20185>, 0x5eea42791ab4 <vm_exec_core+8020>, 0x5eea42794efd <vm_exec_core+21405>, 0x5eea42792c03 <vm_exec_core+12451>, 0x5eea42792c08 <vm_exec_core+12456>, 0x5eea42794a34 <vm_exec_core+20180>, 0x5eea4279487c <vm_exec_core+19740>, 0x5eea427938db <vm_exec_core+15739>, 0x5eea42793812 <vm_exec_core+15538>, 0x5eea4279492b <vm_exec_core+19915>, 0x5eea42793ce5 <vm_exec_core+16773>...}
        reg_cfp = 0x73871c3ff480
        reg_pc = 0x5130004da8d8
        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>
#93 0x00005eea4278ad62 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#94 0x00005eea4281a6e2 in invoke_iseq_block_from_c (ec=0x5170000000d0, captured=0x73871c3ff508, self=127023574447840, 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:1814
        flags = 0
        iseq = 0x7386fb866500
        cfp = <optimized out>
        sp = 0x73871c2ffb30
        use_argv = 0x0
        stack_argv = 0x73871c2ffb30
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#95 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:1828
        captured = 0x73871c3ff508
#96 0x00005eea427bbf2c 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:1865
No locals.
#97 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1873
No locals.
#98 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#99 0x00005eea427bbf2c in rb_yield (val=<optimized out>)
No locals.
#100 0x00005eea423d68f7 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:1174
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffcfd7d8830, <optimized out>, 0x7ffcfd7d8740, <optimized out>, <optimized out>}, prev = 0x73871cfd0140, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5170000000d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#101 0x00005eea427f9f78 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 = 0x67e100000001
        cc = <optimized out>
        me = 0x73871e776eb0
        cfunc = 0x506000047008
        recv = 127023621440000
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#102 0x00005eea4279456f in vm_sendish (ec=0x5170000000d0, reg_cfp=0x73871c3ff4f0, cd=0x50b0002ead50, 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>
#103 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:855
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x50b0002ead50
        insns_address_table = {0x5eea42790126 <vm_exec_core+1478>, 0x5eea4279142d <vm_exec_core+6349>, 0x5eea42796661 <vm_exec_core+27393>, 0x5eea42790f9f <vm_exec_core+5183>, 0x5eea427973a5 <vm_exec_core+30789>, 0x5eea4279521d <vm_exec_core+22205>, 0x5eea42792e1e <vm_exec_core+12990>, 0x5eea4279028e <vm_exec_core+1838>, 0x5eea42796c54 <vm_exec_core+28916>, 0x5eea4279699c <vm_exec_core+28220>, 0x5eea4279121c <vm_exec_core+5820>, 0x5eea4279077e <vm_exec_core+3102>, 0x5eea42795916 <vm_exec_core+23990>, 0x5eea42791d23 <vm_exec_core+8643>, 0x5eea42796de8 <vm_exec_core+29320>, 0x5eea42796afe <vm_exec_core+28574>, 0x5eea42792411 <vm_exec_core+10417>, 0x5eea42792dad <vm_exec_core+12877>, 0x5eea42795475 <vm_exec_core+22805>, 0x5eea42796a75 <vm_exec_core+28437>, 0x5eea42794890 <vm_exec_core+19760>, 0x5eea427954fe <vm_exec_core+22942>, 0x5eea42795fb7 <vm_exec_core+25687>, 0x5eea427947cd <vm_exec_core+19565>, 0x5eea427906bb <vm_exec_core+2907>, 0x5eea42794f20 <vm_exec_core+21440>, 0x5eea4279054e <vm_exec_core+2542>, 0x5eea42790984 <vm_exec_core+3620>, 0x5eea42792694 <vm_exec_core+11060>, 0x5eea4279439a <vm_exec_core+18490>, 0x5eea42794db9 <vm_exec_core+21081>, 0x5eea4279402f <vm_exec_core+17615>, 0x5eea4279015a <vm_exec_core+1530>, 0x5eea427961e7 <vm_exec_core+26247>, 0x5eea427968c7 <vm_exec_core+28007>, 0x5eea42790b2b <vm_exec_core+4043>, 0x5eea427916d7 <vm_exec_core+7031>, 0x5eea42791395 <vm_exec_core+6197>, 0x5eea42791e12 <vm_exec_core+8882>, 0x5eea42792c49 <vm_exec_core+12521>, 0x5eea42790bd2 <vm_exec_core+4210>, 0x5eea4279604f <vm_exec_core+25839>, 0x5eea42791661 <vm_exec_core+6913>, 0x5eea42792af7 <vm_exec_core+12183>, 0x5eea427935be <vm_exec_core+14942>, 0x5eea427959ac <vm_exec_core+24140>, 0x5eea42794a52 <vm_exec_core+20210>, 0x5eea427920ec <vm_exec_core+9612>, 0x5eea4279196e <vm_exec_core+7694>, 0x5eea42795802 <vm_exec_core+23714>, 0x5eea42792874 <vm_exec_core+11540>, 0x5eea4279501f <vm_exec_core+21695>, 0x5eea42794ac4 <vm_exec_core+20324>, 0x5eea427950d6 <vm_exec_core+21878>, 0x5eea42796599 <vm_exec_core+27193>, 0x5eea42793e41 <vm_exec_core+17121>, 0x5eea42795a65 <vm_exec_core+24325>, 0x5eea4278fea8 <vm_exec_core+840>, 0x5eea42795593 <vm_exec_core+23091>, 0x5eea4279220b <vm_exec_core+9899>, 0x5eea42794728 <vm_exec_core+19400>, 0x5eea42794968 <vm_exec_core+19976>, 0x5eea427931f2 <vm_exec_core+13970>, 0x5eea42790a38 <vm_exec_core+3800>, 0x5eea427925b9 <vm_exec_core+10841>, 0x5eea42791bf6 <vm_exec_core+8342>, 0x5eea42795154 <vm_exec_core+22004>, 0x5eea42790d63 <vm_exec_core+4611>, 0x5eea42792f9f <vm_exec_core+13375>, 0x5eea427938ef <vm_exec_core+15759>, 0x5eea42791ef0 <vm_exec_core+9104>, 0x5eea4279d44d <vm_exec_core+55533>, 0x5eea427918c5 <vm_exec_core+7525>, 0x5eea427917bd <vm_exec_core+7261>, 0x5eea42791ac8 <vm_exec_core+8040>, 0x5eea427924b3 <vm_exec_core+10579>, 0x5eea42794233 <vm_exec_core+18131>, 0x5eea42793679 <vm_exec_core+15129>, 0x5eea42794e38 <vm_exec_core+21208>, 0x5eea42793ad5 <vm_exec_core+16245>, 0x5eea42796110 <vm_exec_core+26032>, 0x5eea42797647 <vm_exec_core+31463>, 0x5eea42796354 <vm_exec_core+26612>, 0x5eea42796f38 <vm_exec_core+29656>, 0x5eea42797029 <vm_exec_core+29897>, 0x5eea427905e0 <vm_exec_core+2688>, 0x5eea42796b7d <vm_exec_core+28701>, 0x5eea42792799 <vm_exec_core+11321>, 0x5eea42796d0b <vm_exec_core+29099>, 0x5eea427922da <vm_exec_core+10106>, 0x5eea4279628b <vm_exec_core+26411>, 0x5eea42790477 <vm_exec_core+2327>, 0x5eea42790c5d <vm_exec_core+4349>, 0x5eea4279726d <vm_exec_core+30477>, 0x5eea42792b7d <vm_exec_core+12317>, 0x5eea4279297a <vm_exec_core+11802>, 0x5eea4278fead <vm_exec_core+845>, 0x5eea4279039a <vm_exec_core+2106>, 0x5eea4278ff33 <vm_exec_core+979>, 0x5eea42796443 <vm_exec_core+26851>, 0x5eea42793cfe <vm_exec_core+16798>, 0x5eea427933c2 <vm_exec_core+14434>, 0x5eea42793bda <vm_exec_core+16506>, 0x5eea42793826 <vm_exec_core+15558>, 0x5eea42792a0f <vm_exec_core+11951>, 0x5eea427932cd <vm_exec_core+14189>, 0x5eea42792c99 <vm_exec_core+12601>, 0x5eea427934dc <vm_exec_core+14716>, 0x5eea4279354d <vm_exec_core+14829>, 0x5eea42790117 <vm_exec_core+1463>, 0x5eea4279141e <vm_exec_core+6334>, 0x5eea42796652 <vm_exec_core+27378>, 0x5eea42790f90 <vm_exec_core+5168>, 0x5eea42797396 <vm_exec_core+30774>, 0x5eea4279520e <vm_exec_core+22190>, 0x5eea42792e0f <vm_exec_core+12975>, 0x5eea4279027f <vm_exec_core+1823>, 0x5eea42796c45 <vm_exec_core+28901>, 0x5eea4279698d <vm_exec_core+28205>, 0x5eea4279120d <vm_exec_core+5805>, 0x5eea4279076f <vm_exec_core+3087>, 0x5eea42795907 <vm_exec_core+23975>, 0x5eea42791d14 <vm_exec_core+8628>, 0x5eea42796dd9 <vm_exec_core+29305>, 0x5eea42796aef <vm_exec_core+28559>, 0x5eea42792402 <vm_exec_core+10402>, 0x5eea42792d9e <vm_exec_core+12862>, 0x5eea42795466 <vm_exec_core+22790>, 0x5eea42796a66 <vm_exec_core+28422>, 0x5eea42794881 <vm_exec_core+19745>, 0x5eea427954ef <vm_exec_core+22927>, 0x5eea42795fa8 <vm_exec_core+25672>, 0x5eea427947be <vm_exec_core+19550>, 0x5eea427906ac <vm_exec_core+2892>, 0x5eea42794f11 <vm_exec_core+21425>, 0x5eea4279053f <vm_exec_core+2527>, 0x5eea42790975 <vm_exec_core+3605>, 0x5eea42792685 <vm_exec_core+11045>, 0x5eea4279438b <vm_exec_core+18475>, 0x5eea42794daa <vm_exec_core+21066>, 0x5eea42794020 <vm_exec_core+17600>, 0x5eea4279014b <vm_exec_core+1515>, 0x5eea427961d8 <vm_exec_core+26232>, 0x5eea427968b8 <vm_exec_core+27992>, 0x5eea42790b1c <vm_exec_core+4028>, 0x5eea427916c8 <vm_exec_core+7016>, 0x5eea42791386 <vm_exec_core+6182>, 0x5eea42791e03 <vm_exec_core+8867>, 0x5eea42792c3a <vm_exec_core+12506>, 0x5eea42790bc3 <vm_exec_core+4195>, 0x5eea42796040 <vm_exec_core+25824>, 0x5eea42791652 <vm_exec_core+6898>, 0x5eea42792ae8 <vm_exec_core+12168>, 0x5eea427935af <vm_exec_core+14927>, 0x5eea4279599d <vm_exec_core+24125>, 0x5eea42794a43 <vm_exec_core+20195>, 0x5eea427920dd <vm_exec_core+9597>, 0x5eea4279195f <vm_exec_core+7679>, 0x5eea427957f3 <vm_exec_core+23699>, 0x5eea42792865 <vm_exec_core+11525>, 0x5eea42795010 <vm_exec_core+21680>, 0x5eea42794ab5 <vm_exec_core+20309>, 0x5eea427950c7 <vm_exec_core+21863>, 0x5eea4279658a <vm_exec_core+27178>, 0x5eea42793e32 <vm_exec_core+17106>, 0x5eea42795a56 <vm_exec_core+24310>, 0x5eea42794efd <vm_exec_core+21405>, 0x5eea42795584 <vm_exec_core+23076>, 0x5eea427921fc <vm_exec_core+9884>, 0x5eea42794719 <vm_exec_core+19385>, 0x5eea42794959 <vm_exec_core+19961>, 0x5eea427931e3 <vm_exec_core+13955>, 0x5eea42794386 <vm_exec_core+18470>, 0x5eea427925aa <vm_exec_core+10826>, 0x5eea42791be7 <vm_exec_core+8327>, 0x5eea42795145 <vm_exec_core+21989>, 0x5eea42790d54 <vm_exec_core+4596>, 0x5eea42792f90 <vm_exec_core+13360>, 0x5eea427938e0 <vm_exec_core+15744>, 0x5eea42791ee1 <vm_exec_core+9089>, 0x5eea4279d43e <vm_exec_core+55518>, 0x5eea427918b6 <vm_exec_core+7510>, 0x5eea427917ae <vm_exec_core+7246>, 0x5eea42791ab9 <vm_exec_core+8025>, 0x5eea427924a4 <vm_exec_core+10564>, 0x5eea42794224 <vm_exec_core+18116>, 0x5eea4279366a <vm_exec_core+15114>, 0x5eea4279421f <vm_exec_core+18111>, 0x5eea42794a3e <vm_exec_core+20190>, 0x5eea42794a39 <vm_exec_core+20185>, 0x5eea42791ab4 <vm_exec_core+8020>, 0x5eea42794efd <vm_exec_core+21405>, 0x5eea42792c03 <vm_exec_core+12451>, 0x5eea42792c08 <vm_exec_core+12456>, 0x5eea42794a34 <vm_exec_core+20180>, 0x5eea4279487c <vm_exec_core+19740>, 0x5eea427938db <vm_exec_core+15739>, 0x5eea42793812 <vm_exec_core+15538>, 0x5eea4279492b <vm_exec_core+19915>, 0x5eea42793ce5 <vm_exec_core+16773>...}
        reg_cfp = 0x73871c3ff4f0
        reg_pc = 0x5140000edd98
        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>
th: 0x515000000300, native_id: 0x73871f066c40
        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>
-- Control frame information -----------------------------------------------
c:0026 p:---- s:0147 e:000146 l:y b:---- CFUNC  :initialize
        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>
c:0025 p:---- s:0144 e:000143 l:y b:---- CFUNC  :new
c:0024 p:0008 s:0140 e:000139 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/test/ruby/test_thread.rb:11
        INSN_LABEL_trace_opt_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>
#104 0x00005eea4278ad62 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#105 0x00005eea4281a6e2 in invoke_iseq_block_from_c (ec=0x5170000000d0, captured=0x73871c3ff620, self=127024166406040, 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:1814
        flags = 0
        iseq = 0x73871e5f0a00
        cfp = <optimized out>
c:0023 p:0005 s:0134 E:002280 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_thread.rb:1294 [FINISH]
c:0022 p:---- s:0131 e:000130 l:n b:---- IFUNC 
        sp = 0x73871c2ffa28
        use_argv = 0x73871ce1de60
        stack_argv = 0x73871c2ffa28
        opt_pc = 0
        type = <optimized out>
c:0021 p:0024 s:0128 e:000126 l:y b:0001 METHOD <internal:numeric>:257 [FINISH]
c:0020 p:---- s:0122 e:000121 l:y b:---- CFUNC  :each
        av = <optimized out>
        bound = <optimized out>
#106 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:1828
        captured = 0x73871c3ff620
c:0019 p:---- s:0119 e:000118 l:y b:---- CFUNC  :map
c:0018 p:0021 s:0115 E:0022b0 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_thread.rb:1294 [FINISH]
#107 0x00005eea427bbf2c 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:1865
No locals.
#108 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1873
No locals.
#109 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#110 0x00005eea427bbf2c in rb_yield (val=<optimized out>)
No locals.
#111 0x00005eea42980ca3 in rb_ary_collect (ary=127023621274880) at /tmp/ruby/src/trunk_asan/array.c:3673
        collect = 127023621270840
        i = 81
#112 0x00005eea427f9f78 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 = 0x167100000001
c:0017 p:---- s:0112 e:000111 l:y b:---- CFUNC  :fork
        cc = <optimized out>
        me = 0x73871e79ebb8
        cfunc = 0x506000020068
        recv = 127023621274880
c:0016 p:0019 s:0108 E:001098 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_thread.rb:1292 [FINISH]
        block_handler = <optimized out>
        frame_type = 1431634051
c:0015 p:---- s:0102 e:000101 l:y b:---- CFUNC  :synchronize
        len = <optimized out>
        val = <optimized out>
c:0014 p:0043 s:0098 E:0019f8 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/test/ruby/test_thread.rb:1289
c:0013 p:0037 s:0091 e:000090 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:202
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:1683 [FINISH]
c:0010 p:---- s:0069 e:000068 l:y b:---- CFUNC  :map
c:0009 p:0114 s:0065 e:000064 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1670
c:0008 p:0035 s:0053 e:000052 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1374
#113 0x00005eea4279456f in vm_sendish (ec=0x5170000000d0, reg_cfp=0x73871c3ff608, cd=0x512000013f30, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
c:0007 p:0069 s:0046 E:002090 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]
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
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]
        val = 36

        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#114 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:855
        bh = <optimized out>
        blockiseq = <optimized out>
th: 0x515000071500, native_id: (nil)
-- Control frame information -----------------------------------------------

        leaf = false
        val = <optimized out>
        cd = 0x512000013f30
        insns_address_table = {0x5eea42790126 <vm_exec_core+1478>, 0x5eea4279142d <vm_exec_core+6349>, 0x5eea42796661 <vm_exec_core+27393>, 0x5eea42790f9f <vm_exec_core+5183>, 0x5eea427973a5 <vm_exec_core+30789>, 0x5eea4279521d <vm_exec_core+22205>, 0x5eea42792e1e <vm_exec_core+12990>, 0x5eea4279028e <vm_exec_core+1838>, 0x5eea42796c54 <vm_exec_core+28916>, 0x5eea4279699c <vm_exec_core+28220>, 0x5eea4279121c <vm_exec_core+5820>, 0x5eea4279077e <vm_exec_core+3102>, 0x5eea42795916 <vm_exec_core+23990>, 0x5eea42791d23 <vm_exec_core+8643>, 0x5eea42796de8 <vm_exec_core+29320>, 0x5eea42796afe <vm_exec_core+28574>, 0x5eea42792411 <vm_exec_core+10417>, 0x5eea42792dad <vm_exec_core+12877>, 0x5eea42795475 <vm_exec_core+22805>, 0x5eea42796a75 <vm_exec_core+28437>, 0x5eea42794890 <vm_exec_core+19760>, 0x5eea427954fe <vm_exec_core+22942>, 0x5eea42795fb7 <vm_exec_core+25687>, 0x5eea427947cd <vm_exec_core+19565>, 0x5eea427906bb <vm_exec_core+2907>, 0x5eea42794f20 <vm_exec_core+21440>, 0x5eea4279054e <vm_exec_core+2542>, 0x5eea42790984 <vm_exec_core+3620>, 0x5eea42792694 <vm_exec_core+11060>, 0x5eea4279439a <vm_exec_core+18490>, 0x5eea42794db9 <vm_exec_core+21081>, 0x5eea4279402f <vm_exec_core+17615>, 0x5eea4279015a <vm_exec_core+1530>, 0x5eea427961e7 <vm_exec_core+26247>, 0x5eea427968c7 <vm_exec_core+28007>, 0x5eea42790b2b <vm_exec_core+4043>, 0x5eea427916d7 <vm_exec_core+7031>, 0x5eea42791395 <vm_exec_core+6197>, 0x5eea42791e12 <vm_exec_core+8882>, 0x5eea42792c49 <vm_exec_core+12521>, 0x5eea42790bd2 <vm_exec_core+4210>, 0x5eea4279604f <vm_exec_core+25839>, 0x5eea42791661 <vm_exec_core+6913>, 0x5eea42792af7 <vm_exec_core+12183>, 0x5eea427935be <vm_exec_core+14942>, 0x5eea427959ac <vm_exec_core+24140>, 0x5eea42794a52 <vm_exec_core+20210>, 0x5eea427920ec <vm_exec_core+9612>, 0x5eea4279196e <vm_exec_core+7694>, 0x5eea42795802 <vm_exec_core+23714>, 0x5eea42792874 <vm_exec_core+11540>, 0x5eea4279501f <vm_exec_core+21695>, 0x5eea42794ac4 <vm_exec_core+20324>, 0x5eea427950d6 <vm_exec_core+21878>, 0x5eea42796599 <vm_exec_core+27193>, 0x5eea42793e41 <vm_exec_core+17121>, 0x5eea42795a65 <vm_exec_core+24325>, 0x5eea4278fea8 <vm_exec_core+840>, 0x5eea42795593 <vm_exec_core+23091>, 0x5eea4279220b <vm_exec_core+9899>, 0x5eea42794728 <vm_exec_core+19400>, 0x5eea42794968 <vm_exec_core+19976>, 0x5eea427931f2 <vm_exec_core+13970>, 0x5eea42790a38 <vm_exec_core+3800>, 0x5eea427925b9 <vm_exec_core+10841>, 0x5eea42791bf6 <vm_exec_core+8342>, 0x5eea42795154 <vm_exec_core+22004>, 0x5eea42790d63 <vm_exec_core+4611>, 0x5eea42792f9f <vm_exec_core+13375>, 0x5eea427938ef <vm_exec_core+15759>, 0x5eea42791ef0 <vm_exec_core+9104>, 0x5eea4279d44d <vm_exec_core+55533>, 0x5eea427918c5 <vm_exec_core+7525>, 0x5eea427917bd <vm_exec_core+7261>, 0x5eea42791ac8 <vm_exec_core+8040>, 0x5eea427924b3 <vm_exec_core+10579>, 0x5eea42794233 <vm_exec_core+18131>, 0x5eea42793679 <vm_exec_core+15129>, 0x5eea42794e38 <vm_exec_core+21208>, 0x5eea42793ad5 <vm_exec_core+16245>, 0x5eea42796110 <vm_exec_core+26032>, 0x5eea42797647 <vm_exec_core+31463>, 0x5eea42796354 <vm_exec_core+26612>, 0x5eea42796f38 <vm_exec_core+29656>, 0x5eea42797029 <vm_exec_core+29897>, 0x5eea427905e0 <vm_exec_core+2688>, 0x5eea42796b7d <vm_exec_core+28701>, 0x5eea42792799 <vm_exec_core+11321>, 0x5eea42796d0b <vm_exec_core+29099>, 0x5eea427922da <vm_exec_core+10106>, 0x5eea4279628b <vm_exec_core+26411>, 0x5eea42790477 <vm_exec_core+2327>, 0x5eea42790c5d <vm_exec_core+4349>, 0x5eea4279726d <vm_exec_core+30477>, 0x5eea42792b7d <vm_exec_core+12317>, 0x5eea4279297a <vm_exec_core+11802>, 0x5eea4278fead <vm_exec_core+845>, 0x5eea4279039a <vm_exec_core+2106>, 0x5eea4278ff33 <vm_exec_core+979>, 0x5eea42796443 <vm_exec_core+26851>, 0x5eea42793cfe <vm_exec_core+16798>, 0x5eea427933c2 <vm_exec_core+14434>, 0x5eea42793bda <vm_exec_core+16506>, 0x5eea42793826 <vm_exec_core+15558>, 0x5eea42792a0f <vm_exec_core+11951>, 0x5eea427932cd <vm_exec_core+14189>, 0x5eea42792c99 <vm_exec_core+12601>, 0x5eea427934dc <vm_exec_core+14716>, 0x5eea4279354d <vm_exec_core+14829>, 0x5eea42790117 <vm_exec_core+1463>, 0x5eea4279141e <vm_exec_core+6334>, 0x5eea42796652 <vm_exec_core+27378>, 0x5eea42790f90 <vm_exec_core+5168>, 0x5eea42797396 <vm_exec_core+30774>, 0x5eea4279520e <vm_exec_core+22190>, 0x5eea42792e0f <vm_exec_core+12975>, 0x5eea4279027f <vm_exec_core+1823>, 0x5eea42796c45 <vm_exec_core+28901>, 0x5eea4279698d <vm_exec_core+28205>, 0x5eea4279120d <vm_exec_core+5805>, 0x5eea4279076f <vm_exec_core+3087>, 0x5eea42795907 <vm_exec_core+23975>, 0x5eea42791d14 <vm_exec_core+8628>, 0x5eea42796dd9 <vm_exec_core+29305>, 0x5eea42796aef <vm_exec_core+28559>, 0x5eea42792402 <vm_exec_core+10402>, 0x5eea42792d9e <vm_exec_core+12862>, 0x5eea42795466 <vm_exec_core+22790>, 0x5eea42796a66 <vm_exec_core+28422>, 0x5eea42794881 <vm_exec_core+19745>, 0x5eea427954ef <vm_exec_core+22927>, 0x5eea42795fa8 <vm_exec_core+25672>, 0x5eea427947be <vm_exec_core+19550>, 0x5eea427906ac <vm_exec_core+2892>, 0x5eea42794f11 <vm_exec_core+21425>, 0x5eea4279053f <vm_exec_core+2527>, 0x5eea42790975 <vm_exec_core+3605>, 0x5eea42792685 <vm_exec_core+11045>, 0x5eea4279438b <vm_exec_core+18475>, 0x5eea42794daa <vm_exec_core+21066>, 0x5eea42794020 <vm_exec_core+17600>, 0x5eea4279014b <vm_exec_core+1515>, 0x5eea427961d8 <vm_exec_core+26232>, 0x5eea427968b8 <vm_exec_core+27992>, 0x5eea42790b1c <vm_exec_core+4028>, 0x5eea427916c8 <vm_exec_core+7016>, 0x5eea42791386 <vm_exec_core+6182>, 0x5eea42791e03 <vm_exec_core+8867>, 0x5eea42792c3a <vm_exec_core+12506>, 0x5eea42790bc3 <vm_exec_core+4195>, 0x5eea42796040 <vm_exec_core+25824>, 0x5eea42791652 <vm_exec_core+6898>, 0x5eea42792ae8 <vm_exec_core+12168>, 0x5eea427935af <vm_exec_core+14927>, 0x5eea4279599d <vm_exec_core+24125>, 0x5eea42794a43 <vm_exec_core+20195>, 0x5eea427920dd <vm_exec_core+9597>, 0x5eea4279195f <vm_exec_core+7679>, 0x5eea427957f3 <vm_exec_core+23699>, 0x5eea42792865 <vm_exec_core+11525>, 0x5eea42795010 <vm_exec_core+21680>, 0x5eea42794ab5 <vm_exec_core+20309>, 0x5eea427950c7 <vm_exec_core+21863>, 0x5eea4279658a <vm_exec_core+27178>, 0x5eea42793e32 <vm_exec_core+17106>, 0x5eea42795a56 <vm_exec_core+24310>, 0x5eea42794efd <vm_exec_core+21405>, 0x5eea42795584 <vm_exec_core+23076>, 0x5eea427921fc <vm_exec_core+9884>, 0x5eea42794719 <vm_exec_core+19385>, 0x5eea42794959 <vm_exec_core+19961>, 0x5eea427931e3 <vm_exec_core+13955>, 0x5eea42794386 <vm_exec_core+18470>, 0x5eea427925aa <vm_exec_core+10826>, 0x5eea42791be7 <vm_exec_core+8327>, 0x5eea42795145 <vm_exec_core+21989>, 0x5eea42790d54 <vm_exec_core+4596>, 0x5eea42792f90 <vm_exec_core+13360>, 0x5eea427938e0 <vm_exec_core+15744>, 0x5eea42791ee1 <vm_exec_core+9089>, 0x5eea4279d43e <vm_exec_core+55518>, 0x5eea427918b6 <vm_exec_core+7510>, 0x5eea427917ae <vm_exec_core+7246>, 0x5eea42791ab9 <vm_exec_core+8025>, 0x5eea427924a4 <vm_exec_core+10564>, 0x5eea42794224 <vm_exec_core+18116>, 0x5eea4279366a <vm_exec_core+15114>, 0x5eea4279421f <vm_exec_core+18111>, 0x5eea42794a3e <vm_exec_core+20190>, 0x5eea42794a39 <vm_exec_core+20185>, 0x5eea42791ab4 <vm_exec_core+8020>, 0x5eea42794efd <vm_exec_core+21405>, 0x5eea42792c03 <vm_exec_core+12451>, 0x5eea42792c08 <vm_exec_core+12456>, 0x5eea42794a34 <vm_exec_core+20180>, 0x5eea4279487c <vm_exec_core+19740>, 0x5eea427938db <vm_exec_core+15739>, 0x5eea42793812 <vm_exec_core+15538>, 0x5eea4279492b <vm_exec_core+19915>, 0x5eea42793ce5 <vm_exec_core+16773>...}
        reg_cfp = 0x73871c3ff608
        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>
#115 0x00005eea4278b14b in vm_exec_loop (ec=0x5170000000d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2811
No locals.
#116 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2790
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#117 0x00005eea4281a6e2 in invoke_iseq_block_from_c (ec=0x5170000000d0, captured=0x73871c3ff738, self=127024166406040, 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:1814
        flags = 0
        iseq = 0x73871e5ff3c0
        cfp = <optimized out>
        sp = 0x73871c2ff8d0
        use_argv = 0x73871ce9a1e0
        stack_argv = 0x73871c2ff8d0
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#118 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:1828
        captured = 0x73871c3ff738
#119 0x00005eea427bbf2c 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:1865
No locals.
#120 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1873
No locals.
#121 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#122 0x00005eea427bbf2c in rb_yield (val=<optimized out>)
No locals.
#123 0x00005eea42980ca3 in rb_ary_collect (ary=127023582677040) at /tmp/ruby/src/trunk_asan/array.c:3673
        collect = 127023582676960
        i = 0
#124 0x00005eea427f9f78 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 = 0x167100000001
        cc = <optimized out>
        me = 0x73871e79ebb8
        cfunc = 0x506000020068
        recv = 127023582677040
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#125 0x00005eea4279456f in vm_sendish (ec=0x5170000000d0, reg_cfp=0x73871c3ff720, cd=0x50200002a030, 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>
#126 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:855
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x50200002a030
        insns_address_table = {0x5eea42790126 <vm_exec_core+1478>, 0x5eea4279142d <vm_exec_core+6349>, 0x5eea42796661 <vm_exec_core+27393>, 0x5eea42790f9f <vm_exec_core+5183>, 0x5eea427973a5 <vm_exec_core+30789>, 0x5eea4279521d <vm_exec_core+22205>, 0x5eea42792e1e <vm_exec_core+12990>, 0x5eea4279028e <vm_exec_core+1838>, 0x5eea42796c54 <vm_exec_core+28916>, 0x5eea4279699c <vm_exec_core+28220>, 0x5eea4279121c <vm_exec_core+5820>, 0x5eea4279077e <vm_exec_core+3102>, 0x5eea42795916 <vm_exec_core+23990>, 0x5eea42791d23 <vm_exec_core+8643>, 0x5eea42796de8 <vm_exec_core+29320>, 0x5eea42796afe <vm_exec_core+28574>, 0x5eea42792411 <vm_exec_core+10417>, 0x5eea42792dad <vm_exec_core+12877>, 0x5eea42795475 <vm_exec_core+22805>, 0x5eea42796a75 <vm_exec_core+28437>, 0x5eea42794890 <vm_exec_core+19760>, 0x5eea427954fe <vm_exec_core+22942>, 0x5eea42795fb7 <vm_exec_core+25687>, 0x5eea427947cd <vm_exec_core+19565>, 0x5eea427906bb <vm_exec_core+2907>, 0x5eea42794f20 <vm_exec_core+21440>, 0x5eea4279054e <vm_exec_core+2542>, 0x5eea42790984 <vm_exec_core+3620>, 0x5eea42792694 <vm_exec_core+11060>, 0x5eea4279439a <vm_exec_core+18490>, 0x5eea42794db9 <vm_exec_core+21081>, 0x5eea4279402f <vm_exec_core+17615>, 0x5eea4279015a <vm_exec_core+1530>, 0x5eea427961e7 <vm_exec_core+26247>, 0x5eea427968c7 <vm_exec_core+28007>, 0x5eea42790b2b <vm_exec_core+4043>, 0x5eea427916d7 <vm_exec_core+7031>, 0x5eea42791395 <vm_exec_core+6197>, 0x5eea42791e12 <vm_exec_core+8882>, 0x5eea42792c49 <vm_exec_core+12521>, 0x5eea42790bd2 <vm_exec_core+4210>, 0x5eea4279604f <vm_exec_core+25839>, 0x5eea42791661 <vm_exec_core+6913>, 0x5eea42792af7 <vm_exec_core+12183>, 0x5eea427935be <vm_exec_core+14942>, 0x5eea427959ac <vm_exec_core+24140>, 0x5eea42794a52 <vm_exec_core+20210>, 0x5eea427920ec <vm_exec_core+9612>, 0x5eea4279196e <vm_exec_core+7694>, 0x5eea42795802 <vm_exec_core+23714>, 0x5eea42792874 <vm_exec_core+11540>, 0x5eea4279501f <vm_exec_core+21695>, 0x5eea42794ac4 <vm_exec_core+20324>, 0x5eea427950d6 <vm_exec_core+21878>, 0x5eea42796599 <vm_exec_core+27193>, 0x5eea42793e41 <vm_exec_core+17121>, 0x5eea42795a65 <vm_exec_core+24325>, 0x5eea4278fea8 <vm_exec_core+840>, 0x5eea42795593 <vm_exec_core+23091>, 0x5eea4279220b <vm_exec_core+9899>, 0x5eea42794728 <vm_exec_core+19400>, 0x5eea42794968 <vm_exec_core+19976>, 0x5eea427931f2 <vm_exec_core+13970>, 0x5eea42790a38 <vm_exec_core+3800>, 0x5eea427925b9 <vm_exec_core+10841>, 0x5eea42791bf6 <vm_exec_core+8342>, 0x5eea42795154 <vm_exec_core+22004>, 0x5eea42790d63 <vm_exec_core+4611>, 0x5eea42792f9f <vm_exec_core+13375>, 0x5eea427938ef <vm_exec_core+15759>, 0x5eea42791ef0 <vm_exec_core+9104>, 0x5eea4279d44d <vm_exec_core+55533>, 0x5eea427918c5 <vm_exec_core+7525>, 0x5eea427917bd <vm_exec_core+7261>, 0x5eea42791ac8 <vm_exec_core+8040>, 0x5eea427924b3 <vm_exec_core+10579>, 0x5eea42794233 <vm_exec_core+18131>, 0x5eea42793679 <vm_exec_core+15129>, 0x5eea42794e38 <vm_exec_core+21208>, 0x5eea42793ad5 <vm_exec_core+16245>, 0x5eea42796110 <vm_exec_core+26032>, 0x5eea42797647 <vm_exec_core+31463>, 0x5eea42796354 <vm_exec_core+26612>, 0x5eea42796f38 <vm_exec_core+29656>, 0x5eea42797029 <vm_exec_core+29897>, 0x5eea427905e0 <vm_exec_core+2688>, 0x5eea42796b7d <vm_exec_core+28701>, 0x5eea42792799 <vm_exec_core+11321>, 0x5eea42796d0b <vm_exec_core+29099>, 0x5eea427922da <vm_exec_core+10106>, 0x5eea4279628b <vm_exec_core+26411>, 0x5eea42790477 <vm_exec_core+2327>, 0x5eea42790c5d <vm_exec_core+4349>, 0x5eea4279726d <vm_exec_core+30477>, 0x5eea42792b7d <vm_exec_core+12317>, 0x5eea4279297a <vm_exec_core+11802>, 0x5eea4278fead <vm_exec_core+845>, 0x5eea4279039a <vm_exec_core+2106>, 0x5eea4278ff33 <vm_exec_core+979>, 0x5eea42796443 <vm_exec_core+26851>, 0x5eea42793cfe <vm_exec_core+16798>, 0x5eea427933c2 <vm_exec_core+14434>, 0x5eea42793bda <vm_exec_core+16506>, 0x5eea42793826 <vm_exec_core+15558>, 0x5eea42792a0f <vm_exec_core+11951>, 0x5eea427932cd <vm_exec_core+14189>, 0x5eea42792c99 <vm_exec_core+12601>, 0x5eea427934dc <vm_exec_core+14716>, 0x5eea4279354d <vm_exec_core+14829>, 0x5eea42790117 <vm_exec_core+1463>, 0x5eea4279141e <vm_exec_core+6334>, 0x5eea42796652 <vm_exec_core+27378>, 0x5eea42790f90 <vm_exec_core+5168>, 0x5eea42797396 <vm_exec_core+30774>, 0x5eea4279520e <vm_exec_core+22190>, 0x5eea42792e0f <vm_exec_core+12975>, 0x5eea4279027f <vm_exec_core+1823>, 0x5eea42796c45 <vm_exec_core+28901>, 0x5eea4279698d <vm_exec_core+28205>, 0x5eea4279120d <vm_exec_core+5805>, 0x5eea4279076f <vm_exec_core+3087>, 0x5eea42795907 <vm_exec_core+23975>, 0x5eea42791d14 <vm_exec_core+8628>, 0x5eea42796dd9 <vm_exec_core+29305>, 0x5eea42796aef <vm_exec_core+28559>, 0x5eea42792402 <vm_exec_core+10402>, 0x5eea42792d9e <vm_exec_core+12862>, 0x5eea42795466 <vm_exec_core+22790>, 0x5eea42796a66 <vm_exec_core+28422>, 0x5eea42794881 <vm_exec_core+19745>, 0x5eea427954ef <vm_exec_core+22927>, 0x5eea42795fa8 <vm_exec_core+25672>, 0x5eea427947be <vm_exec_core+19550>, 0x5eea427906ac <vm_exec_core+2892>, 0x5eea42794f11 <vm_exec_core+21425>, 0x5eea4279053f <vm_exec_core+2527>, 0x5eea42790975 <vm_exec_core+3605>, 0x5eea42792685 <vm_exec_core+11045>, 0x5eea4279438b <vm_exec_core+18475>, 0x5eea42794daa <vm_exec_core+21066>, 0x5eea42794020 <vm_exec_core+17600>, 0x5eea4279014b <vm_exec_core+1515>, 0x5eea427961d8 <vm_exec_core+26232>, 0x5eea427968b8 <vm_exec_core+27992>, 0x5eea42790b1c <vm_exec_core+4028>, 0x5eea427916c8 <vm_exec_core+7016>, 0x5eea42791386 <vm_exec_core+6182>, 0x5eea42791e03 <vm_exec_core+8867>, 0x5eea42792c3a <vm_exec_core+12506>, 0x5eea42790bc3 <vm_exec_core+4195>, 0x5eea42796040 <vm_exec_core+25824>, 0x5eea42791652 <vm_exec_core+6898>, 0x5eea42792ae8 <vm_exec_core+12168>, 0x5eea427935af <vm_exec_core+14927>, 0x5eea4279599d <vm_exec_core+24125>, 0x5eea42794a43 <vm_exec_core+20195>, 0x5eea427920dd <vm_exec_core+9597>, 0x5eea4279195f <vm_exec_core+7679>, 0x5eea427957f3 <vm_exec_core+23699>, 0x5eea42792865 <vm_exec_core+11525>, 0x5eea42795010 <vm_exec_core+21680>, 0x5eea42794ab5 <vm_exec_core+20309>, 0x5eea427950c7 <vm_exec_core+21863>, 0x5eea4279658a <vm_exec_core+27178>, 0x5eea42793e32 <vm_exec_core+17106>, 0x5eea42795a56 <vm_exec_core+24310>, 0x5eea42794efd <vm_exec_core+21405>, 0x5eea42795584 <vm_exec_core+23076>, 0x5eea427921fc <vm_exec_core+9884>, 0x5eea42794719 <vm_exec_core+19385>, 0x5eea42794959 <vm_exec_core+19961>, 0x5eea427931e3 <vm_exec_core+13955>, 0x5eea42794386 <vm_exec_core+18470>, 0x5eea427925aa <vm_exec_core+10826>, 0x5eea42791be7 <vm_exec_core+8327>, 0x5eea42795145 <vm_exec_core+21989>, 0x5eea42790d54 <vm_exec_core+4596>, 0x5eea42792f90 <vm_exec_core+13360>, 0x5eea427938e0 <vm_exec_core+15744>, 0x5eea42791ee1 <vm_exec_core+9089>, 0x5eea4279d43e <vm_exec_core+55518>, 0x5eea427918b6 <vm_exec_core+7510>, 0x5eea427917ae <vm_exec_core+7246>, 0x5eea42791ab9 <vm_exec_core+8025>, 0x5eea427924a4 <vm_exec_core+10564>, 0x5eea42794224 <vm_exec_core+18116>, 0x5eea4279366a <vm_exec_core+15114>, 0x5eea4279421f <vm_exec_core+18111>, 0x5eea42794a3e <vm_exec_core+20190>, 0x5eea42794a39 <vm_exec_core+20185>, 0x5eea42791ab4 <vm_exec_core+8020>, 0x5eea42794efd <vm_exec_core+21405>, 0x5eea42792c03 <vm_exec_core+12451>, 0x5eea42792c08 <vm_exec_core+12456>, 0x5eea42794a34 <vm_exec_core+20180>, 0x5eea4279487c <vm_exec_core+19740>, 0x5eea427938db <vm_exec_core+15739>, 0x5eea42793812 <vm_exec_core+15538>, 0x5eea4279492b <vm_exec_core+19915>, 0x5eea42793ce5 <vm_exec_core+16773>...}
        reg_cfp = 0x73871c3ff720
        reg_pc = 0x5040000085f8
        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>
#127 0x00005eea4278b14b in vm_exec_loop (ec=0x5170000000d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2811
No locals.
#128 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2790
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#129 0x00005eea427d2ff8 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:3050
        ec = 0x5170000000d0
        val = <optimized out>
#130 0x00005eea423d1c7a in rb_ec_exec_node (ec=0x5170000000d0, n=0x73871e5ff550) at /tmp/ruby/src/trunk_asan/eval.c:283
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffcfd7da530, <optimized out>, 0x7ffcfd7da480, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x73871e5ff550
#131 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:321
        ec = 0x5170000000d0
        status = <optimized out>
#132 0x00005eea423cabe7 in rb_main (argc=11, argv=0x7ffcfd7da708) at /tmp/ruby/src/trunk_asan/main.c:42
        variable_in_this_stack_frame = <optimized out>
#133 main (argc=11, argv=0x7ffcfd7da708) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

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

>>> Threads

  Id   Target Id                                             Frame 
* 1    Thread 0x73871f066c40 (LWP 2668945) "ruby"            0x000073871ef1baca in __GI___libc_read (nbytes=4, buf=0x73871d0b0c40, fd=16) at ../sysdeps/unix/sysv/linux/read.c:26
  2    Thread 0x738702dff6c0 (LWP 3439081) "ruby"            0x000073871ef1b4fd in __GI___poll (fds=0x7386ff7bf040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  3    Thread 0x7386fccf16c0 (LWP 2687156) "parallel.rb:40"  0x000073871ef1b4fd in __GI___poll (fds=0x7386f6fb0560, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  4    Thread 0x7386fc7ee6c0 (LWP 2685459) "Timeout stdlib " 0x000073871ee98d71 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c000206f14) at ./nptl/futex-internal.c:57

>>> Machine level backtrace


Thread 4 (Thread 0x7386fc7ee6c0 (LWP 2685459) "Timeout stdlib "):
#0  0x000073871ee98d71 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c000206f14) 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=0, abstime=0x0, clockid=0, expected=0, futex_word=0x50c000206f14) 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=0x50c000206f14, 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  0x000073871ee9b7ed in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x514000000108, cond=0x50c000206ee8) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x73871ee9b4b0 <__condvar_cleanup_waiting>, __arg = 0x7386fc7ecc40, __canceltype = -487544048, __prev = 0x0}
        cbuffer = {wseq = 23, cond = 0x50c000206ee8, mutex = 0x514000000108, 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_wait (cond=0x50c000206ee8, mutex=mutex@entry=0x514000000108) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00005eea426ea7ff in rb_native_cond_wait (cond=0x50c000206f14, mutex=0x514000000108) at /tmp/ruby/src/trunk_asan/thread_pthread.c:231
        r = <optimized out>
#6  thread_sched_wait_running_turn (sched=sched@entry=0x514000000108, th=th@entry=0x51500019df00, can_direct_transfer=false) at /tmp/ruby/src/trunk_asan/thread_pthread.c:851
        next_th = 0x515000000300
#7  0x00005eea42715111 in thread_sched_to_waiting_until_wakeup (sched=0x514000000108, th=th@entry=0x51500019df00) at /tmp/ruby/src/trunk_asan/thread_pthread.c:1126
        can_direct_transfer = <optimized out>
#8  0x00005eea426f5f51 in native_sleep (th=0x51500019df00, rel=0x0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3350
        sched = <optimized out>
#9  sleep_forever (th=0x51500019df00, fl=fl@entry=1) at /tmp/ruby/src/trunk_asan/thread.c:1381
        prev_status = THREAD_RUNNABLE
        status = THREAD_STOPPED_FOREVER
        woke = <optimized out>
#10 0x00005eea42713c7c in rb_thread_sleep_deadly_allow_spurious_wakeup (blocker=127024167153680, timeout=4, end=0) at /tmp/ruby/src/trunk_asan/thread.c:1426
        scheduler = <optimized out>
#11 queue_sleep (_args=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:1051
        args = <optimized out>
#12 0x00005eea423d68f7 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:1174
        _ec = 0x517000157ed0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7386fc7ecfb0, <optimized out>, 0x7386fc7ecec0, <optimized out>, <optimized out>}, prev = 0x7386e2bf7240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x517000157ed0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#13 0x00005eea42712fde in queue_do_pop (self=<optimized out>, q=0x504000038910, should_block=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:1126
        queue_waiter = {w = {self = 127024167153680, th = 0x0, fiber = 0x0, node = {next = 0x0, prev = 0x0}}, as = {q = 0x0, sq = 0x0}}
        queue_sleep_arg = {self = 127024167153680, timeout = 4, end = <optimized out>}
        ec = <optimized out>
        waitq = 0x504000038910
        end = 0
#14 0x00005eea42797919 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:7534
        func_ptr = <optimized out>
        canary_p = <optimized out>
        ret = <optimized out>
#15 0x00005eea42797919 in vm_invoke_builtin_delegate (ec=0x517000157ed0, cfp=0x7386f522a758, bf=<optimized out>, start_index=<optimized out>)
        argv = <optimized out>
#16 vm_exec_core (ec=ec@entry=0x517000157ed0) at ../../src/trunk_asan/insns.def:1675
        bf = <optimized out>
        leaf = false
        val = <optimized out>
        index = <optimized out>
        insns_address_table = {0x5eea42790126 <vm_exec_core+1478>, 0x5eea4279142d <vm_exec_core+6349>, 0x5eea42796661 <vm_exec_core+27393>, 0x5eea42790f9f <vm_exec_core+5183>, 0x5eea427973a5 <vm_exec_core+30789>, 0x5eea4279521d <vm_exec_core+22205>, 0x5eea42792e1e <vm_exec_core+12990>, 0x5eea4279028e <vm_exec_core+1838>, 0x5eea42796c54 <vm_exec_core+28916>, 0x5eea4279699c <vm_exec_core+28220>, 0x5eea4279121c <vm_exec_core+5820>, 0x5eea4279077e <vm_exec_core+3102>, 0x5eea42795916 <vm_exec_core+23990>, 0x5eea42791d23 <vm_exec_core+8643>, 0x5eea42796de8 <vm_exec_core+29320>, 0x5eea42796afe <vm_exec_core+28574>, 0x5eea42792411 <vm_exec_core+10417>, 0x5eea42792dad <vm_exec_core+12877>, 0x5eea42795475 <vm_exec_core+22805>, 0x5eea42796a75 <vm_exec_core+28437>, 0x5eea42794890 <vm_exec_core+19760>, 0x5eea427954fe <vm_exec_core+22942>, 0x5eea42795fb7 <vm_exec_core+25687>, 0x5eea427947cd <vm_exec_core+19565>, 0x5eea427906bb <vm_exec_core+2907>, 0x5eea42794f20 <vm_exec_core+21440>, 0x5eea4279054e <vm_exec_core+2542>, 0x5eea42790984 <vm_exec_core+3620>, 0x5eea42792694 <vm_exec_core+11060>, 0x5eea4279439a <vm_exec_core+18490>, 0x5eea42794db9 <vm_exec_core+21081>, 0x5eea4279402f <vm_exec_core+17615>, 0x5eea4279015a <vm_exec_core+1530>, 0x5eea427961e7 <vm_exec_core+26247>, 0x5eea427968c7 <vm_exec_core+28007>, 0x5eea42790b2b <vm_exec_core+4043>, 0x5eea427916d7 <vm_exec_core+7031>, 0x5eea42791395 <vm_exec_core+6197>, 0x5eea42791e12 <vm_exec_core+8882>, 0x5eea42792c49 <vm_exec_core+12521>, 0x5eea42790bd2 <vm_exec_core+4210>, 0x5eea4279604f <vm_exec_core+25839>, 0x5eea42791661 <vm_exec_core+6913>, 0x5eea42792af7 <vm_exec_core+12183>, 0x5eea427935be <vm_exec_core+14942>, 0x5eea427959ac <vm_exec_core+24140>, 0x5eea42794a52 <vm_exec_core+20210>, 0x5eea427920ec <vm_exec_core+9612>, 0x5eea4279196e <vm_exec_core+7694>, 0x5eea42795802 <vm_exec_core+23714>, 0x5eea42792874 <vm_exec_core+11540>, 0x5eea4279501f <vm_exec_core+21695>, 0x5eea42794ac4 <vm_exec_core+20324>, 0x5eea427950d6 <vm_exec_core+21878>, 0x5eea42796599 <vm_exec_core+27193>, 0x5eea42793e41 <vm_exec_core+17121>, 0x5eea42795a65 <vm_exec_core+24325>, 0x5eea4278fea8 <vm_exec_core+840>, 0x5eea42795593 <vm_exec_core+23091>, 0x5eea4279220b <vm_exec_core+9899>, 0x5eea42794728 <vm_exec_core+19400>, 0x5eea42794968 <vm_exec_core+19976>, 0x5eea427931f2 <vm_exec_core+13970>, 0x5eea42790a38 <vm_exec_core+3800>, 0x5eea427925b9 <vm_exec_core+10841>, 0x5eea42791bf6 <vm_exec_core+8342>, 0x5eea42795154 <vm_exec_core+22004>, 0x5eea42790d63 <vm_exec_core+4611>, 0x5eea42792f9f <vm_exec_core+13375>, 0x5eea427938ef <vm_exec_core+15759>, 0x5eea42791ef0 <vm_exec_core+9104>, 0x5eea4279d44d <vm_exec_core+55533>, 0x5eea427918c5 <vm_exec_core+7525>, 0x5eea427917bd <vm_exec_core+7261>, 0x5eea42791ac8 <vm_exec_core+8040>, 0x5eea427924b3 <vm_exec_core+10579>, 0x5eea42794233 <vm_exec_core+18131>, 0x5eea42793679 <vm_exec_core+15129>, 0x5eea42794e38 <vm_exec_core+21208>, 0x5eea42793ad5 <vm_exec_core+16245>, 0x5eea42796110 <vm_exec_core+26032>, 0x5eea42797647 <vm_exec_core+31463>, 0x5eea42796354 <vm_exec_core+26612>, 0x5eea42796f38 <vm_exec_core+29656>, 0x5eea42797029 <vm_exec_core+29897>, 0x5eea427905e0 <vm_exec_core+2688>, 0x5eea42796b7d <vm_exec_core+28701>, 0x5eea42792799 <vm_exec_core+11321>, 0x5eea42796d0b <vm_exec_core+29099>, 0x5eea427922da <vm_exec_core+10106>, 0x5eea4279628b <vm_exec_core+26411>, 0x5eea42790477 <vm_exec_core+2327>, 0x5eea42790c5d <vm_exec_core+4349>, 0x5eea4279726d <vm_exec_core+30477>, 0x5eea42792b7d <vm_exec_core+12317>, 0x5eea4279297a <vm_exec_core+11802>, 0x5eea4278fead <vm_exec_core+845>, 0x5eea4279039a <vm_exec_core+2106>, 0x5eea4278ff33 <vm_exec_core+979>, 0x5eea42796443 <vm_exec_core+26851>, 0x5eea42793cfe <vm_exec_core+16798>, 0x5eea427933c2 <vm_exec_core+14434>, 0x5eea42793bda <vm_exec_core+16506>, 0x5eea42793826 <vm_exec_core+15558>, 0x5eea42792a0f <vm_exec_core+11951>, 0x5eea427932cd <vm_exec_core+14189>, 0x5eea42792c99 <vm_exec_core+12601>, 0x5eea427934dc <vm_exec_core+14716>, 0x5eea4279354d <vm_exec_core+14829>, 0x5eea42790117 <vm_exec_core+1463>, 0x5eea4279141e <vm_exec_core+6334>, 0x5eea42796652 <vm_exec_core+27378>, 0x5eea42790f90 <vm_exec_core+5168>, 0x5eea42797396 <vm_exec_core+30774>, 0x5eea4279520e <vm_exec_core+22190>, 0x5eea42792e0f <vm_exec_core+12975>, 0x5eea4279027f <vm_exec_core+1823>, 0x5eea42796c45 <vm_exec_core+28901>, 0x5eea4279698d <vm_exec_core+28205>, 0x5eea4279120d <vm_exec_core+5805>, 0x5eea4279076f <vm_exec_core+3087>, 0x5eea42795907 <vm_exec_core+23975>, 0x5eea42791d14 <vm_exec_core+8628>, 0x5eea42796dd9 <vm_exec_core+29305>, 0x5eea42796aef <vm_exec_core+28559>, 0x5eea42792402 <vm_exec_core+10402>, 0x5eea42792d9e <vm_exec_core+12862>, 0x5eea42795466 <vm_exec_core+22790>, 0x5eea42796a66 <vm_exec_core+28422>, 0x5eea42794881 <vm_exec_core+19745>, 0x5eea427954ef <vm_exec_core+22927>, 0x5eea42795fa8 <vm_exec_core+25672>, 0x5eea427947be <vm_exec_core+19550>, 0x5eea427906ac <vm_exec_core+2892>, 0x5eea42794f11 <vm_exec_core+21425>, 0x5eea4279053f <vm_exec_core+2527>, 0x5eea42790975 <vm_exec_core+3605>, 0x5eea42792685 <vm_exec_core+11045>, 0x5eea4279438b <vm_exec_core+18475>, 0x5eea42794daa <vm_exec_core+21066>, 0x5eea42794020 <vm_exec_core+17600>, 0x5eea4279014b <vm_exec_core+1515>, 0x5eea427961d8 <vm_exec_core+26232>, 0x5eea427968b8 <vm_exec_core+27992>, 0x5eea42790b1c <vm_exec_core+4028>, 0x5eea427916c8 <vm_exec_core+7016>, 0x5eea42791386 <vm_exec_core+6182>, 0x5eea42791e03 <vm_exec_core+8867>, 0x5eea42792c3a <vm_exec_core+12506>, 0x5eea42790bc3 <vm_exec_core+4195>, 0x5eea42796040 <vm_exec_core+25824>, 0x5eea42791652 <vm_exec_core+6898>, 0x5eea42792ae8 <vm_exec_core+12168>, 0x5eea427935af <vm_exec_core+14927>, 0x5eea4279599d <vm_exec_core+24125>, 0x5eea42794a43 <vm_exec_core+20195>, 0x5eea427920dd <vm_exec_core+9597>, 0x5eea4279195f <vm_exec_core+7679>, 0x5eea427957f3 <vm_exec_core+23699>, 0x5eea42792865 <vm_exec_core+11525>, 0x5eea42795010 <vm_exec_core+21680>, 0x5eea42794ab5 <vm_exec_core+20309>, 0x5eea427950c7 <vm_exec_core+21863>, 0x5eea4279658a <vm_exec_core+27178>, 0x5eea42793e32 <vm_exec_core+17106>, 0x5eea42795a56 <vm_exec_core+24310>, 0x5eea42794efd <vm_exec_core+21405>, 0x5eea42795584 <vm_exec_core+23076>, 0x5eea427921fc <vm_exec_core+9884>, 0x5eea42794719 <vm_exec_core+19385>, 0x5eea42794959 <vm_exec_core+19961>, 0x5eea427931e3 <vm_exec_core+13955>, 0x5eea42794386 <vm_exec_core+18470>, 0x5eea427925aa <vm_exec_core+10826>, 0x5eea42791be7 <vm_exec_core+8327>, 0x5eea42795145 <vm_exec_core+21989>, 0x5eea42790d54 <vm_exec_core+4596>, 0x5eea42792f90 <vm_exec_core+13360>, 0x5eea427938e0 <vm_exec_core+15744>, 0x5eea42791ee1 <vm_exec_core+9089>, 0x5eea4279d43e <vm_exec_core+55518>, 0x5eea427918b6 <vm_exec_core+7510>, 0x5eea427917ae <vm_exec_core+7246>, 0x5eea42791ab9 <vm_exec_core+8025>, 0x5eea427924a4 <vm_exec_core+10564>, 0x5eea42794224 <vm_exec_core+18116>, 0x5eea4279366a <vm_exec_core+15114>, 0x5eea4279421f <vm_exec_core+18111>, 0x5eea42794a3e <vm_exec_core+20190>, 0x5eea42794a39 <vm_exec_core+20185>, 0x5eea42791ab4 <vm_exec_core+8020>, 0x5eea42794efd <vm_exec_core+21405>, 0x5eea42792c03 <vm_exec_core+12451>, 0x5eea42792c08 <vm_exec_core+12456>, 0x5eea42794a34 <vm_exec_core+20180>, 0x5eea4279487c <vm_exec_core+19740>, 0x5eea427938db <vm_exec_core+15739>, 0x5eea42793812 <vm_exec_core+15538>, 0x5eea4279492b <vm_exec_core+19915>, 0x5eea42793ce5 <vm_exec_core+16773>...}
        reg_cfp = 0x7386f522a758
        reg_pc = 0x510000002bf8
        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 0x00005eea4278ad62 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
        _ec = 0x517000157ed0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#18 0x00005eea427ce2bb in invoke_iseq_block_from_c (ec=0x517000157ed0, captured=<optimized out>, self=127024168965440, 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:1814
        flags = 0
        iseq = 0x73871e5c79c0
        cfp = 0x7386f522a7c8
        sp = 0x7386f512a818
        use_argv = <optimized out>
        stack_argv = 0x7386f512a818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#19 invoke_block_from_c_proc (ec=0x517000157ed0, self=127024168965440, 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:1908
        block = <optimized out>
        keyword_hash = <optimized out>
#20 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:1938
No locals.
#21 0x00005eea427cc516 in rb_vm_invoke_proc (ec=0x50c000206f14, proc=0x189, proc@entry=0x504000628110, argc=518622577, argc@entry=0, argv=0x0, kw_splat=-1, passed_block_handler=18446744073709551104, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1959
        self = 0
#22 0x00005eea4271939d in thread_do_start_proc (th=th@entry=0x51500019df00) at /tmp/ruby/src/trunk_asan/thread.c:614
        args = <optimized out>
        procval = <optimized out>
        proc = 0x504000628110
        args_len = 0
        args_ptr = <optimized out>
#23 0x00005eea42716f2d in thread_do_start (th=0x51500019df00) at /tmp/ruby/src/trunk_asan/thread.c:631
        result = 36
#24 thread_start_func_2 (th=th@entry=0x51500019df00, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:686
        _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>
#25 0x00005eea4271621e in call_thread_start_func_2 (th=0x51500019df00) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2238
        stack_start = <optimized out>
        stack_start_addr = 0x7386fc7edcc0
#26 nt_start (ptr=0x50c000206ec0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2283
        th = 0x51500019df00
        sched = <optimized out>
        nt = 0x50c000206ec0
        vm = 0x525000000100
#27 0x00005eea4238ab2f in asan_thread_start(void*) ()
No symbol table info available.
#28 0x000073871ee9caa4 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 = {127023598986944, 4055098963789019446, 127023598986944, -352, 25, 127023604229552, 4055098963776436534, 4054750582104717622}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#29 0x000073871ef29c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 3 (Thread 0x7386fccf16c0 (LWP 2687156) "parallel.rb:40"):
#0  0x000073871ef1b4fd in __GI___poll (fds=0x7386f6fb0560, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005eea4233177a in __interceptor_poll ()
No symbol table info available.
#2  0x00005eea4249d099 in nogvl_wait_for (th=127023582676720, fptr=0x51100042e180, events=1, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:12566
        fds = {fd = 6, events = <optimized out>, revents = <optimized out>}
        scheduler = <optimized out>
        fd = <optimized out>
        timeout_milliseconds = -1
#3  io_internal_wait (thread=<optimized out>, fptr=<optimized out>, error=<optimized out>, events=<optimized out>, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:1174
        ready = <optimized out>
#4  0x00005eea4249e52a in internal_read_func (ptr=0x7386f6fb0440) at /tmp/ruby/src/trunk_asan/io.c:1212
        iis = 0x7386f6fb0440
        result = <optimized out>
#5  0x00005eea426fae92 in rb_thread_io_blocking_call (io=0x51100042e180, func=0x5eea4249e020 <internal_read_func>, data1=0x7386f6fb0440, events=1) at /tmp/ruby/src/trunk_asan/thread.c:1973
        __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  0x00005eea423d68f7 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:1174
        _ec = 0x517000140850
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7386fccefe90, <optimized out>, 0x7386fccefda0, <optimized out>, <optimized out>}, prev = 0x7386f6f96240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x517000140850
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#7  0x00005eea424b22e2 in io_read_memory_locktmp (str=127023506457952, iis=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3456
No locals.
#8  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:3502
        str = <optimized out>
        iis = {th = 127023582676720, fptr = 0x51100042e180, nonblock = 0, fd = 6, buf = 0x5190000c8580, capa = 1024, timeout = <optimized out>}
        length = <optimized out>
        len = 1024
        fptr = 0x51100042e180
        n = <optimized out>
        shrinkable = <optimized out>
#9  0x00005eea4248ee31 in io_readpartial (argc=-151321248, argv=0x1, io=4294967295) at /tmp/ruby/src/trunk_asan/io.c:3622
        ret = <optimized out>
#10 0x00005eea427f9f78 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 = 0x40e100100003
        cc = <optimized out>
        me = 0x73871e7988d0
        cfunc = 0x50600002c0c8
        recv = 127023582676880
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#11 0x00005eea4279bc7d in vm_sendish (ec=0x517000140850, reg_cfp=0x7386fb81f790, 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>
#12 vm_exec_core (ec=ec@entry=0x517000140850) at ../../src/trunk_asan/insns.def:903
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5eea42790126 <vm_exec_core+1478>, 0x5eea4279142d <vm_exec_core+6349>, 0x5eea42796661 <vm_exec_core+27393>, 0x5eea42790f9f <vm_exec_core+5183>, 0x5eea427973a5 <vm_exec_core+30789>, 0x5eea4279521d <vm_exec_core+22205>, 0x5eea42792e1e <vm_exec_core+12990>, 0x5eea4279028e <vm_exec_core+1838>, 0x5eea42796c54 <vm_exec_core+28916>, 0x5eea4279699c <vm_exec_core+28220>, 0x5eea4279121c <vm_exec_core+5820>, 0x5eea4279077e <vm_exec_core+3102>, 0x5eea42795916 <vm_exec_core+23990>, 0x5eea42791d23 <vm_exec_core+8643>, 0x5eea42796de8 <vm_exec_core+29320>, 0x5eea42796afe <vm_exec_core+28574>, 0x5eea42792411 <vm_exec_core+10417>, 0x5eea42792dad <vm_exec_core+12877>, 0x5eea42795475 <vm_exec_core+22805>, 0x5eea42796a75 <vm_exec_core+28437>, 0x5eea42794890 <vm_exec_core+19760>, 0x5eea427954fe <vm_exec_core+22942>, 0x5eea42795fb7 <vm_exec_core+25687>, 0x5eea427947cd <vm_exec_core+19565>, 0x5eea427906bb <vm_exec_core+2907>, 0x5eea42794f20 <vm_exec_core+21440>, 0x5eea4279054e <vm_exec_core+2542>, 0x5eea42790984 <vm_exec_core+3620>, 0x5eea42792694 <vm_exec_core+11060>, 0x5eea4279439a <vm_exec_core+18490>, 0x5eea42794db9 <vm_exec_core+21081>, 0x5eea4279402f <vm_exec_core+17615>, 0x5eea4279015a <vm_exec_core+1530>, 0x5eea427961e7 <vm_exec_core+26247>, 0x5eea427968c7 <vm_exec_core+28007>, 0x5eea42790b2b <vm_exec_core+4043>, 0x5eea427916d7 <vm_exec_core+7031>, 0x5eea42791395 <vm_exec_core+6197>, 0x5eea42791e12 <vm_exec_core+8882>, 0x5eea42792c49 <vm_exec_core+12521>, 0x5eea42790bd2 <vm_exec_core+4210>, 0x5eea4279604f <vm_exec_core+25839>, 0x5eea42791661 <vm_exec_core+6913>, 0x5eea42792af7 <vm_exec_core+12183>, 0x5eea427935be <vm_exec_core+14942>, 0x5eea427959ac <vm_exec_core+24140>, 0x5eea42794a52 <vm_exec_core+20210>, 0x5eea427920ec <vm_exec_core+9612>, 0x5eea4279196e <vm_exec_core+7694>, 0x5eea42795802 <vm_exec_core+23714>, 0x5eea42792874 <vm_exec_core+11540>, 0x5eea4279501f <vm_exec_core+21695>, 0x5eea42794ac4 <vm_exec_core+20324>, 0x5eea427950d6 <vm_exec_core+21878>, 0x5eea42796599 <vm_exec_core+27193>, 0x5eea42793e41 <vm_exec_core+17121>, 0x5eea42795a65 <vm_exec_core+24325>, 0x5eea4278fea8 <vm_exec_core+840>, 0x5eea42795593 <vm_exec_core+23091>, 0x5eea4279220b <vm_exec_core+9899>, 0x5eea42794728 <vm_exec_core+19400>, 0x5eea42794968 <vm_exec_core+19976>, 0x5eea427931f2 <vm_exec_core+13970>, 0x5eea42790a38 <vm_exec_core+3800>, 0x5eea427925b9 <vm_exec_core+10841>, 0x5eea42791bf6 <vm_exec_core+8342>, 0x5eea42795154 <vm_exec_core+22004>, 0x5eea42790d63 <vm_exec_core+4611>, 0x5eea42792f9f <vm_exec_core+13375>, 0x5eea427938ef <vm_exec_core+15759>, 0x5eea42791ef0 <vm_exec_core+9104>, 0x5eea4279d44d <vm_exec_core+55533>, 0x5eea427918c5 <vm_exec_core+7525>, 0x5eea427917bd <vm_exec_core+7261>, 0x5eea42791ac8 <vm_exec_core+8040>, 0x5eea427924b3 <vm_exec_core+10579>, 0x5eea42794233 <vm_exec_core+18131>, 0x5eea42793679 <vm_exec_core+15129>, 0x5eea42794e38 <vm_exec_core+21208>, 0x5eea42793ad5 <vm_exec_core+16245>, 0x5eea42796110 <vm_exec_core+26032>, 0x5eea42797647 <vm_exec_core+31463>, 0x5eea42796354 <vm_exec_core+26612>, 0x5eea42796f38 <vm_exec_core+29656>, 0x5eea42797029 <vm_exec_core+29897>, 0x5eea427905e0 <vm_exec_core+2688>, 0x5eea42796b7d <vm_exec_core+28701>, 0x5eea42792799 <vm_exec_core+11321>, 0x5eea42796d0b <vm_exec_core+29099>, 0x5eea427922da <vm_exec_core+10106>, 0x5eea4279628b <vm_exec_core+26411>, 0x5eea42790477 <vm_exec_core+2327>, 0x5eea42790c5d <vm_exec_core+4349>, 0x5eea4279726d <vm_exec_core+30477>, 0x5eea42792b7d <vm_exec_core+12317>, 0x5eea4279297a <vm_exec_core+11802>, 0x5eea4278fead <vm_exec_core+845>, 0x5eea4279039a <vm_exec_core+2106>, 0x5eea4278ff33 <vm_exec_core+979>, 0x5eea42796443 <vm_exec_core+26851>, 0x5eea42793cfe <vm_exec_core+16798>, 0x5eea427933c2 <vm_exec_core+14434>, 0x5eea42793bda <vm_exec_core+16506>, 0x5eea42793826 <vm_exec_core+15558>, 0x5eea42792a0f <vm_exec_core+11951>, 0x5eea427932cd <vm_exec_core+14189>, 0x5eea42792c99 <vm_exec_core+12601>, 0x5eea427934dc <vm_exec_core+14716>, 0x5eea4279354d <vm_exec_core+14829>, 0x5eea42790117 <vm_exec_core+1463>, 0x5eea4279141e <vm_exec_core+6334>, 0x5eea42796652 <vm_exec_core+27378>, 0x5eea42790f90 <vm_exec_core+5168>, 0x5eea42797396 <vm_exec_core+30774>, 0x5eea4279520e <vm_exec_core+22190>, 0x5eea42792e0f <vm_exec_core+12975>, 0x5eea4279027f <vm_exec_core+1823>, 0x5eea42796c45 <vm_exec_core+28901>, 0x5eea4279698d <vm_exec_core+28205>, 0x5eea4279120d <vm_exec_core+5805>, 0x5eea4279076f <vm_exec_core+3087>, 0x5eea42795907 <vm_exec_core+23975>, 0x5eea42791d14 <vm_exec_core+8628>, 0x5eea42796dd9 <vm_exec_core+29305>, 0x5eea42796aef <vm_exec_core+28559>, 0x5eea42792402 <vm_exec_core+10402>, 0x5eea42792d9e <vm_exec_core+12862>, 0x5eea42795466 <vm_exec_core+22790>, 0x5eea42796a66 <vm_exec_core+28422>, 0x5eea42794881 <vm_exec_core+19745>, 0x5eea427954ef <vm_exec_core+22927>, 0x5eea42795fa8 <vm_exec_core+25672>, 0x5eea427947be <vm_exec_core+19550>, 0x5eea427906ac <vm_exec_core+2892>, 0x5eea42794f11 <vm_exec_core+21425>, 0x5eea4279053f <vm_exec_core+2527>, 0x5eea42790975 <vm_exec_core+3605>, 0x5eea42792685 <vm_exec_core+11045>, 0x5eea4279438b <vm_exec_core+18475>, 0x5eea42794daa <vm_exec_core+21066>, 0x5eea42794020 <vm_exec_core+17600>, 0x5eea4279014b <vm_exec_core+1515>, 0x5eea427961d8 <vm_exec_core+26232>, 0x5eea427968b8 <vm_exec_core+27992>, 0x5eea42790b1c <vm_exec_core+4028>, 0x5eea427916c8 <vm_exec_core+7016>, 0x5eea42791386 <vm_exec_core+6182>, 0x5eea42791e03 <vm_exec_core+8867>, 0x5eea42792c3a <vm_exec_core+12506>, 0x5eea42790bc3 <vm_exec_core+4195>, 0x5eea42796040 <vm_exec_core+25824>, 0x5eea42791652 <vm_exec_core+6898>, 0x5eea42792ae8 <vm_exec_core+12168>, 0x5eea427935af <vm_exec_core+14927>, 0x5eea4279599d <vm_exec_core+24125>, 0x5eea42794a43 <vm_exec_core+20195>, 0x5eea427920dd <vm_exec_core+9597>, 0x5eea4279195f <vm_exec_core+7679>, 0x5eea427957f3 <vm_exec_core+23699>, 0x5eea42792865 <vm_exec_core+11525>, 0x5eea42795010 <vm_exec_core+21680>, 0x5eea42794ab5 <vm_exec_core+20309>, 0x5eea427950c7 <vm_exec_core+21863>, 0x5eea4279658a <vm_exec_core+27178>, 0x5eea42793e32 <vm_exec_core+17106>, 0x5eea42795a56 <vm_exec_core+24310>, 0x5eea42794efd <vm_exec_core+21405>, 0x5eea42795584 <vm_exec_core+23076>, 0x5eea427921fc <vm_exec_core+9884>, 0x5eea42794719 <vm_exec_core+19385>, 0x5eea42794959 <vm_exec_core+19961>, 0x5eea427931e3 <vm_exec_core+13955>, 0x5eea42794386 <vm_exec_core+18470>, 0x5eea427925aa <vm_exec_core+10826>, 0x5eea42791be7 <vm_exec_core+8327>, 0x5eea42795145 <vm_exec_core+21989>, 0x5eea42790d54 <vm_exec_core+4596>, 0x5eea42792f90 <vm_exec_core+13360>, 0x5eea427938e0 <vm_exec_core+15744>, 0x5eea42791ee1 <vm_exec_core+9089>, 0x5eea4279d43e <vm_exec_core+55518>, 0x5eea427918b6 <vm_exec_core+7510>, 0x5eea427917ae <vm_exec_core+7246>, 0x5eea42791ab9 <vm_exec_core+8025>, 0x5eea427924a4 <vm_exec_core+10564>, 0x5eea42794224 <vm_exec_core+18116>, 0x5eea4279366a <vm_exec_core+15114>, 0x5eea4279421f <vm_exec_core+18111>, 0x5eea42794a3e <vm_exec_core+20190>, 0x5eea42794a39 <vm_exec_core+20185>, 0x5eea42791ab4 <vm_exec_core+8020>, 0x5eea42794efd <vm_exec_core+21405>, 0x5eea42792c03 <vm_exec_core+12451>, 0x5eea42792c08 <vm_exec_core+12456>, 0x5eea42794a34 <vm_exec_core+20180>, 0x5eea4279487c <vm_exec_core+19740>, 0x5eea427938db <vm_exec_core+15739>, 0x5eea42793812 <vm_exec_core+15538>, 0x5eea4279492b <vm_exec_core+19915>, 0x5eea42793ce5 <vm_exec_core+16773>...}
        reg_cfp = 0x7386fb81f790
        reg_pc = 0x51300005f758
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#13 0x00005eea4278ad62 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
        _ec = 0x517000140850
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#14 0x00005eea427ce2bb in invoke_iseq_block_from_c (ec=0x517000140850, captured=<optimized out>, self=127024166406040, 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:1814
        flags = 0
        iseq = 0x73871e5ff208
        cfp = 0x7386fb81f7c8
        sp = 0x7386fb71f818
        use_argv = <optimized out>
        stack_argv = 0x7386fb71f818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#15 invoke_block_from_c_proc (ec=0x517000140850, self=127024166406040, 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:1908
        block = <optimized out>
        keyword_hash = <optimized out>
#16 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:1938
No locals.
#17 0x00005eea427cc516 in rb_vm_invoke_proc (ec=0x7386f6fb0560, proc=0x1, proc@entry=0x5040005be610, argc=519156989, argc@entry=0, argv=0x0, kw_splat=-218959360, passed_block_handler=18446744073709551100, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1959
        self = 4294967295
#18 0x00005eea4271939d in thread_do_start_proc (th=th@entry=0x5150000d0500) at /tmp/ruby/src/trunk_asan/thread.c:614
        args = <optimized out>
        procval = <optimized out>
        proc = 0x5040005be610
        args_len = 0
        args_ptr = <optimized out>
#19 0x00005eea42716f2d in thread_do_start (th=0x5150000d0500) at /tmp/ruby/src/trunk_asan/thread.c:631
        result = 36
#20 thread_start_func_2 (th=th@entry=0x5150000d0500, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:686
        _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>
#21 0x00005eea4271621e in call_thread_start_func_2 (th=0x5150000d0500) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2238
        stack_start = <optimized out>
        stack_start_addr = 0x7386fccf0cc0
#22 nt_start (ptr=0x50c0002d43c0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2283
        th = 0x5150000d0500
        sched = <optimized out>
        nt = 0x50c0002d43c0
        vm = 0x525000000100
#23 0x00005eea4238ab2f in asan_thread_start(void*) ()
No symbol table info available.
#24 0x000073871ee9caa4 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 = {127023604242112, 4055098279278606646, 127023604242112, -352, 25, 140724561347216, 4055098279266023734, 4054750582104717622}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#25 0x000073871ef29c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 2 (Thread 0x738702dff6c0 (LWP 3439081) "ruby"):
#0  0x000073871ef1b4fd in __GI___poll (fds=0x7386ff7bf040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005eea4233177a in __interceptor_poll ()
No symbol table info available.
#2  0x00005eea4271ad4a in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1067
        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:3075
        vm = <optimized out>
#4  0x00005eea4238ab2f in asan_thread_start(void*) ()
No symbol table info available.
#5  0x000073871ee9caa4 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 = {127023706011328, 4054759497627007286, 127023706011328, -352, 0, 140724561342928, 4054759497614424374, 4054750582104717622}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x000073871ef29c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x73871f066c40 (LWP 2668945) "ruby"):
#0  0x000073871ef1baca in __GI___libc_read (nbytes=4, buf=0x73871d0b0c40, fd=16) at ../sysdeps/unix/sysv/linux/read.c:26
        sc_ret = -512
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        sc_ret = <optimized out>
        __arg2 = <optimized out>
        _a3 = <optimized out>
        _a1 = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg1 = <optimized out>
        _a2 = <optimized out>
#1  __GI___libc_read (fd=16, buf=0x73871d0b0c40, nbytes=4) at ../sysdeps/unix/sysv/linux/read.c:24
No locals.
#2  0x00005eea4230c273 in __interceptor_read ()
No symbol table info available.
#3  0x00005eea42575dfe in read_retry (fd=fd@entry=16, buf=buf@entry=0x73871d0b0c40, len=len@entry=4) at /tmp/ruby/src/trunk_asan/process.c:3781
        r = <optimized out>
#4  0x00005eea42566f1e in recv_child_error (fd=16, errmsg=0x73871cf88c30 "", 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 = 3439110
        err = <optimized out>
        error_occurred = <optimized out>
#6  0x00005eea425665f3 in rb_fork_async_signal_safe (status=<optimized out>, chfunc=<optimized out>, charg=<optimized out>, fds=<optimized out>, errmsg=<optimized out>, errmsg_buflen=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4115
        result = <optimized out>
        process_status = <optimized out>
#7  0x00005eea4247aafd in pipe_open (execarg_obj=127023608194080, modestr=<optimized out>, fmode=<optimized out>, convconfig=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:7641
        rbimpl_id = 0
        errmsg = '\000' <repeats 24 times>, "A\000\000\000\000\000\000\000\200!\344ƕ^\000\000P;\240(Mq\000\000P\t\256Ǖ^\000\000\240\273~Ǖ^\000\000\220\325cƕ^\000\000\000\000\000\000\000\000\000"
        arg = {execarg_obj = 127023608194080, eargp = 0x7386fd0b6440, modef = 1, pair = {-1, -1}, write_pair = {-1, -1}}
        eargp = <optimized out>
        prog = 127023621160040
        pid = 0
        e = 0
        fp = 0x0
        fd = -1
        write_fd = -1
        port = <optimized out>
        fptr = <optimized out>
        write_port = <optimized out>
        write_fptr = <optimized out>
        status = <optimized out>
        state = <optimized out>
#8  0x00005eea4247a45e in rb_io_popen (pname=<optimized out>, pmode=<optimized out>, env=<optimized out>, opt=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:8030
        execarg_obj = <optimized out>
        tmp = <optimized out>
        modestr = <optimized out>
        oflags = <optimized out>
        fmode = <optimized out>
        convconfig = <optimized out>
#9  0x00005eea42485531 in rb_io_s_popen (argc=1, argv=0x73871c2ffcc8, klass=127024169024000) at /tmp/ruby/src/trunk_asan/io.c:7992
        pmode = 4
        opt = <optimized out>
        env = <optimized out>
        pname = 16
#10 0x00005eea427f9f78 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 = 0x429100020003
        cc = <optimized out>
        me = 0x73871e799230
        cfunc = 0x50600002b048
        recv = 127024169024000
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#11 0x00005eea4279456f in vm_sendish (ec=0x5170000000d0, reg_cfp=0x73871c3ff480, cd=0x51a00000b020, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#12 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:855
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x51a00000b020
        insns_address_table = {0x5eea42790126 <vm_exec_core+1478>, 0x5eea4279142d <vm_exec_core+6349>, 0x5eea42796661 <vm_exec_core+27393>, 0x5eea42790f9f <vm_exec_core+5183>, 0x5eea427973a5 <vm_exec_core+30789>, 0x5eea4279521d <vm_exec_core+22205>, 0x5eea42792e1e <vm_exec_core+12990>, 0x5eea4279028e <vm_exec_core+1838>, 0x5eea42796c54 <vm_exec_core+28916>, 0x5eea4279699c <vm_exec_core+28220>, 0x5eea4279121c <vm_exec_core+5820>, 0x5eea4279077e <vm_exec_core+3102>, 0x5eea42795916 <vm_exec_core+23990>, 0x5eea42791d23 <vm_exec_core+8643>, 0x5eea42796de8 <vm_exec_core+29320>, 0x5eea42796afe <vm_exec_core+28574>, 0x5eea42792411 <vm_exec_core+10417>, 0x5eea42792dad <vm_exec_core+12877>, 0x5eea42795475 <vm_exec_core+22805>, 0x5eea42796a75 <vm_exec_core+28437>, 0x5eea42794890 <vm_exec_core+19760>, 0x5eea427954fe <vm_exec_core+22942>, 0x5eea42795fb7 <vm_exec_core+25687>, 0x5eea427947cd <vm_exec_core+19565>, 0x5eea427906bb <vm_exec_core+2907>, 0x5eea42794f20 <vm_exec_core+21440>, 0x5eea4279054e <vm_exec_core+2542>, 0x5eea42790984 <vm_exec_core+3620>, 0x5eea42792694 <vm_exec_core+11060>, 0x5eea4279439a <vm_exec_core+18490>, 0x5eea42794db9 <vm_exec_core+21081>, 0x5eea4279402f <vm_exec_core+17615>, 0x5eea4279015a <vm_exec_core+1530>, 0x5eea427961e7 <vm_exec_core+26247>, 0x5eea427968c7 <vm_exec_core+28007>, 0x5eea42790b2b <vm_exec_core+4043>, 0x5eea427916d7 <vm_exec_core+7031>, 0x5eea42791395 <vm_exec_core+6197>, 0x5eea42791e12 <vm_exec_core+8882>, 0x5eea42792c49 <vm_exec_core+12521>, 0x5eea42790bd2 <vm_exec_core+4210>, 0x5eea4279604f <vm_exec_core+25839>, 0x5eea42791661 <vm_exec_core+6913>, 0x5eea42792af7 <vm_exec_core+12183>, 0x5eea427935be <vm_exec_core+14942>, 0x5eea427959ac <vm_exec_core+24140>, 0x5eea42794a52 <vm_exec_core+20210>, 0x5eea427920ec <vm_exec_core+9612>, 0x5eea4279196e <vm_exec_core+7694>, 0x5eea42795802 <vm_exec_core+23714>, 0x5eea42792874 <vm_exec_core+11540>, 0x5eea4279501f <vm_exec_core+21695>, 0x5eea42794ac4 <vm_exec_core+20324>, 0x5eea427950d6 <vm_exec_core+21878>, 0x5eea42796599 <vm_exec_core+27193>, 0x5eea42793e41 <vm_exec_core+17121>, 0x5eea42795a65 <vm_exec_core+24325>, 0x5eea4278fea8 <vm_exec_core+840>, 0x5eea42795593 <vm_exec_core+23091>, 0x5eea4279220b <vm_exec_core+9899>, 0x5eea42794728 <vm_exec_core+19400>, 0x5eea42794968 <vm_exec_core+19976>, 0x5eea427931f2 <vm_exec_core+13970>, 0x5eea42790a38 <vm_exec_core+3800>, 0x5eea427925b9 <vm_exec_core+10841>, 0x5eea42791bf6 <vm_exec_core+8342>, 0x5eea42795154 <vm_exec_core+22004>, 0x5eea42790d63 <vm_exec_core+4611>, 0x5eea42792f9f <vm_exec_core+13375>, 0x5eea427938ef <vm_exec_core+15759>, 0x5eea42791ef0 <vm_exec_core+9104>, 0x5eea4279d44d <vm_exec_core+55533>, 0x5eea427918c5 <vm_exec_core+7525>, 0x5eea427917bd <vm_exec_core+7261>, 0x5eea42791ac8 <vm_exec_core+8040>, 0x5eea427924b3 <vm_exec_core+10579>, 0x5eea42794233 <vm_exec_core+18131>, 0x5eea42793679 <vm_exec_core+15129>, 0x5eea42794e38 <vm_exec_core+21208>, 0x5eea42793ad5 <vm_exec_core+16245>, 0x5eea42796110 <vm_exec_core+26032>, 0x5eea42797647 <vm_exec_core+31463>, 0x5eea42796354 <vm_exec_core+26612>, 0x5eea42796f38 <vm_exec_core+29656>, 0x5eea42797029 <vm_exec_core+29897>, 0x5eea427905e0 <vm_exec_core+2688>, 0x5eea42796b7d <vm_exec_core+28701>, 0x5eea42792799 <vm_exec_core+11321>, 0x5eea42796d0b <vm_exec_core+29099>, 0x5eea427922da <vm_exec_core+10106>, 0x5eea4279628b <vm_exec_core+26411>, 0x5eea42790477 <vm_exec_core+2327>, 0x5eea42790c5d <vm_exec_core+4349>, 0x5eea4279726d <vm_exec_core+30477>, 0x5eea42792b7d <vm_exec_core+12317>, 0x5eea4279297a <vm_exec_core+11802>, 0x5eea4278fead <vm_exec_core+845>, 0x5eea4279039a <vm_exec_core+2106>, 0x5eea4278ff33 <vm_exec_core+979>, 0x5eea42796443 <vm_exec_core+26851>, 0x5eea42793cfe <vm_exec_core+16798>, 0x5eea427933c2 <vm_exec_core+14434>, 0x5eea42793bda <vm_exec_core+16506>, 0x5eea42793826 <vm_exec_core+15558>, 0x5eea42792a0f <vm_exec_core+11951>, 0x5eea427932cd <vm_exec_core+14189>, 0x5eea42792c99 <vm_exec_core+12601>, 0x5eea427934dc <vm_exec_core+14716>, 0x5eea4279354d <vm_exec_core+14829>, 0x5eea42790117 <vm_exec_core+1463>, 0x5eea4279141e <vm_exec_core+6334>, 0x5eea42796652 <vm_exec_core+27378>, 0x5eea42790f90 <vm_exec_core+5168>, 0x5eea42797396 <vm_exec_core+30774>, 0x5eea4279520e <vm_exec_core+22190>, 0x5eea42792e0f <vm_exec_core+12975>, 0x5eea4279027f <vm_exec_core+1823>, 0x5eea42796c45 <vm_exec_core+28901>, 0x5eea4279698d <vm_exec_core+28205>, 0x5eea4279120d <vm_exec_core+5805>, 0x5eea4279076f <vm_exec_core+3087>, 0x5eea42795907 <vm_exec_core+23975>, 0x5eea42791d14 <vm_exec_core+8628>, 0x5eea42796dd9 <vm_exec_core+29305>, 0x5eea42796aef <vm_exec_core+28559>, 0x5eea42792402 <vm_exec_core+10402>, 0x5eea42792d9e <vm_exec_core+12862>, 0x5eea42795466 <vm_exec_core+22790>, 0x5eea42796a66 <vm_exec_core+28422>, 0x5eea42794881 <vm_exec_core+19745>, 0x5eea427954ef <vm_exec_core+22927>, 0x5eea42795fa8 <vm_exec_core+25672>, 0x5eea427947be <vm_exec_core+19550>, 0x5eea427906ac <vm_exec_core+2892>, 0x5eea42794f11 <vm_exec_core+21425>, 0x5eea4279053f <vm_exec_core+2527>, 0x5eea42790975 <vm_exec_core+3605>, 0x5eea42792685 <vm_exec_core+11045>, 0x5eea4279438b <vm_exec_core+18475>, 0x5eea42794daa <vm_exec_core+21066>, 0x5eea42794020 <vm_exec_core+17600>, 0x5eea4279014b <vm_exec_core+1515>, 0x5eea427961d8 <vm_exec_core+26232>, 0x5eea427968b8 <vm_exec_core+27992>, 0x5eea42790b1c <vm_exec_core+4028>, 0x5eea427916c8 <vm_exec_core+7016>, 0x5eea42791386 <vm_exec_core+6182>, 0x5eea42791e03 <vm_exec_core+8867>, 0x5eea42792c3a <vm_exec_core+12506>, 0x5eea42790bc3 <vm_exec_core+4195>, 0x5eea42796040 <vm_exec_core+25824>, 0x5eea42791652 <vm_exec_core+6898>, 0x5eea42792ae8 <vm_exec_core+12168>, 0x5eea427935af <vm_exec_core+14927>, 0x5eea4279599d <vm_exec_core+24125>, 0x5eea42794a43 <vm_exec_core+20195>, 0x5eea427920dd <vm_exec_core+9597>, 0x5eea4279195f <vm_exec_core+7679>, 0x5eea427957f3 <vm_exec_core+23699>, 0x5eea42792865 <vm_exec_core+11525>, 0x5eea42795010 <vm_exec_core+21680>, 0x5eea42794ab5 <vm_exec_core+20309>, 0x5eea427950c7 <vm_exec_core+21863>, 0x5eea4279658a <vm_exec_core+27178>, 0x5eea42793e32 <vm_exec_core+17106>, 0x5eea42795a56 <vm_exec_core+24310>, 0x5eea42794efd <vm_exec_core+21405>, 0x5eea42795584 <vm_exec_core+23076>, 0x5eea427921fc <vm_exec_core+9884>, 0x5eea42794719 <vm_exec_core+19385>, 0x5eea42794959 <vm_exec_core+19961>, 0x5eea427931e3 <vm_exec_core+13955>, 0x5eea42794386 <vm_exec_core+18470>, 0x5eea427925aa <vm_exec_core+10826>, 0x5eea42791be7 <vm_exec_core+8327>, 0x5eea42795145 <vm_exec_core+21989>, 0x5eea42790d54 <vm_exec_core+4596>, 0x5eea42792f90 <vm_exec_core+13360>, 0x5eea427938e0 <vm_exec_core+15744>, 0x5eea42791ee1 <vm_exec_core+9089>, 0x5eea4279d43e <vm_exec_core+55518>, 0x5eea427918b6 <vm_exec_core+7510>, 0x5eea427917ae <vm_exec_core+7246>, 0x5eea42791ab9 <vm_exec_core+8025>, 0x5eea427924a4 <vm_exec_core+10564>, 0x5eea42794224 <vm_exec_core+18116>, 0x5eea4279366a <vm_exec_core+15114>, 0x5eea4279421f <vm_exec_core+18111>, 0x5eea42794a3e <vm_exec_core+20190>, 0x5eea42794a39 <vm_exec_core+20185>, 0x5eea42791ab4 <vm_exec_core+8020>, 0x5eea42794efd <vm_exec_core+21405>, 0x5eea42792c03 <vm_exec_core+12451>, 0x5eea42792c08 <vm_exec_core+12456>, 0x5eea42794a34 <vm_exec_core+20180>, 0x5eea4279487c <vm_exec_core+19740>, 0x5eea427938db <vm_exec_core+15739>, 0x5eea42793812 <vm_exec_core+15538>, 0x5eea4279492b <vm_exec_core+19915>, 0x5eea42793ce5 <vm_exec_core+16773>...}
        reg_cfp = 0x73871c3ff480
        reg_pc = 0x52300000b208
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#13 0x00005eea4278ad62 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#14 0x00005eea4281a6e2 in invoke_iseq_block_from_c (ec=0x5170000000d0, captured=0x73871c3ff620, self=127024166406040, 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:1814
        flags = 0
        iseq = 0x73871e5f0a00
        cfp = <optimized out>
        sp = 0x73871c2ffa28
        use_argv = 0x73871ce936e0
        stack_argv = 0x73871c2ffa28
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#15 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1828
        captured = 0x73871c3ff620
#16 0x00005eea427bbf2c 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:1865
No locals.
#17 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1873
No locals.
#18 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#19 0x00005eea427bbf2c in rb_yield (val=<optimized out>)
No locals.
#20 0x00005eea42980ca3 in rb_ary_collect (ary=127023621274880) at /tmp/ruby/src/trunk_asan/array.c:3673
        collect = 127023621270840
        i = 83
#21 0x00005eea427f9f78 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 = 0x167100000001
        cc = <optimized out>
        me = 0x73871e79ebb8
        cfunc = 0x506000020068
        recv = 127023621274880
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#22 0x00005eea4279456f in vm_sendish (ec=0x5170000000d0, reg_cfp=0x73871c3ff608, cd=0x512000013f30, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#23 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:855
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x512000013f30
        insns_address_table = {0x5eea42790126 <vm_exec_core+1478>, 0x5eea4279142d <vm_exec_core+6349>, 0x5eea42796661 <vm_exec_core+27393>, 0x5eea42790f9f <vm_exec_core+5183>, 0x5eea427973a5 <vm_exec_core+30789>, 0x5eea4279521d <vm_exec_core+22205>, 0x5eea42792e1e <vm_exec_core+12990>, 0x5eea4279028e <vm_exec_core+1838>, 0x5eea42796c54 <vm_exec_core+28916>, 0x5eea4279699c <vm_exec_core+28220>, 0x5eea4279121c <vm_exec_core+5820>, 0x5eea4279077e <vm_exec_core+3102>, 0x5eea42795916 <vm_exec_core+23990>, 0x5eea42791d23 <vm_exec_core+8643>, 0x5eea42796de8 <vm_exec_core+29320>, 0x5eea42796afe <vm_exec_core+28574>, 0x5eea42792411 <vm_exec_core+10417>, 0x5eea42792dad <vm_exec_core+12877>, 0x5eea42795475 <vm_exec_core+22805>, 0x5eea42796a75 <vm_exec_core+28437>, 0x5eea42794890 <vm_exec_core+19760>, 0x5eea427954fe <vm_exec_core+22942>, 0x5eea42795fb7 <vm_exec_core+25687>, 0x5eea427947cd <vm_exec_core+19565>, 0x5eea427906bb <vm_exec_core+2907>, 0x5eea42794f20 <vm_exec_core+21440>, 0x5eea4279054e <vm_exec_core+2542>, 0x5eea42790984 <vm_exec_core+3620>, 0x5eea42792694 <vm_exec_core+11060>, 0x5eea4279439a <vm_exec_core+18490>, 0x5eea42794db9 <vm_exec_core+21081>, 0x5eea4279402f <vm_exec_core+17615>, 0x5eea4279015a <vm_exec_core+1530>, 0x5eea427961e7 <vm_exec_core+26247>, 0x5eea427968c7 <vm_exec_core+28007>, 0x5eea42790b2b <vm_exec_core+4043>, 0x5eea427916d7 <vm_exec_core+7031>, 0x5eea42791395 <vm_exec_core+6197>, 0x5eea42791e12 <vm_exec_core+8882>, 0x5eea42792c49 <vm_exec_core+12521>, 0x5eea42790bd2 <vm_exec_core+4210>, 0x5eea4279604f <vm_exec_core+25839>, 0x5eea42791661 <vm_exec_core+6913>, 0x5eea42792af7 <vm_exec_core+12183>, 0x5eea427935be <vm_exec_core+14942>, 0x5eea427959ac <vm_exec_core+24140>, 0x5eea42794a52 <vm_exec_core+20210>, 0x5eea427920ec <vm_exec_core+9612>, 0x5eea4279196e <vm_exec_core+7694>, 0x5eea42795802 <vm_exec_core+23714>, 0x5eea42792874 <vm_exec_core+11540>, 0x5eea4279501f <vm_exec_core+21695>, 0x5eea42794ac4 <vm_exec_core+20324>, 0x5eea427950d6 <vm_exec_core+21878>, 0x5eea42796599 <vm_exec_core+27193>, 0x5eea42793e41 <vm_exec_core+17121>, 0x5eea42795a65 <vm_exec_core+24325>, 0x5eea4278fea8 <vm_exec_core+840>, 0x5eea42795593 <vm_exec_core+23091>, 0x5eea4279220b <vm_exec_core+9899>, 0x5eea42794728 <vm_exec_core+19400>, 0x5eea42794968 <vm_exec_core+19976>, 0x5eea427931f2 <vm_exec_core+13970>, 0x5eea42790a38 <vm_exec_core+3800>, 0x5eea427925b9 <vm_exec_core+10841>, 0x5eea42791bf6 <vm_exec_core+8342>, 0x5eea42795154 <vm_exec_core+22004>, 0x5eea42790d63 <vm_exec_core+4611>, 0x5eea42792f9f <vm_exec_core+13375>, 0x5eea427938ef <vm_exec_core+15759>, 0x5eea42791ef0 <vm_exec_core+9104>, 0x5eea4279d44d <vm_exec_core+55533>, 0x5eea427918c5 <vm_exec_core+7525>, 0x5eea427917bd <vm_exec_core+7261>, 0x5eea42791ac8 <vm_exec_core+8040>, 0x5eea427924b3 <vm_exec_core+10579>, 0x5eea42794233 <vm_exec_core+18131>, 0x5eea42793679 <vm_exec_core+15129>, 0x5eea42794e38 <vm_exec_core+21208>, 0x5eea42793ad5 <vm_exec_core+16245>, 0x5eea42796110 <vm_exec_core+26032>, 0x5eea42797647 <vm_exec_core+31463>, 0x5eea42796354 <vm_exec_core+26612>, 0x5eea42796f38 <vm_exec_core+29656>, 0x5eea42797029 <vm_exec_core+29897>, 0x5eea427905e0 <vm_exec_core+2688>, 0x5eea42796b7d <vm_exec_core+28701>, 0x5eea42792799 <vm_exec_core+11321>, 0x5eea42796d0b <vm_exec_core+29099>, 0x5eea427922da <vm_exec_core+10106>, 0x5eea4279628b <vm_exec_core+26411>, 0x5eea42790477 <vm_exec_core+2327>, 0x5eea42790c5d <vm_exec_core+4349>, 0x5eea4279726d <vm_exec_core+30477>, 0x5eea42792b7d <vm_exec_core+12317>, 0x5eea4279297a <vm_exec_core+11802>, 0x5eea4278fead <vm_exec_core+845>, 0x5eea4279039a <vm_exec_core+2106>, 0x5eea4278ff33 <vm_exec_core+979>, 0x5eea42796443 <vm_exec_core+26851>, 0x5eea42793cfe <vm_exec_core+16798>, 0x5eea427933c2 <vm_exec_core+14434>, 0x5eea42793bda <vm_exec_core+16506>, 0x5eea42793826 <vm_exec_core+15558>, 0x5eea42792a0f <vm_exec_core+11951>, 0x5eea427932cd <vm_exec_core+14189>, 0x5eea42792c99 <vm_exec_core+12601>, 0x5eea427934dc <vm_exec_core+14716>, 0x5eea4279354d <vm_exec_core+14829>, 0x5eea42790117 <vm_exec_core+1463>, 0x5eea4279141e <vm_exec_core+6334>, 0x5eea42796652 <vm_exec_core+27378>, 0x5eea42790f90 <vm_exec_core+5168>, 0x5eea42797396 <vm_exec_core+30774>, 0x5eea4279520e <vm_exec_core+22190>, 0x5eea42792e0f <vm_exec_core+12975>, 0x5eea4279027f <vm_exec_core+1823>, 0x5eea42796c45 <vm_exec_core+28901>, 0x5eea4279698d <vm_exec_core+28205>, 0x5eea4279120d <vm_exec_core+5805>, 0x5eea4279076f <vm_exec_core+3087>, 0x5eea42795907 <vm_exec_core+23975>, 0x5eea42791d14 <vm_exec_core+8628>, 0x5eea42796dd9 <vm_exec_core+29305>, 0x5eea42796aef <vm_exec_core+28559>, 0x5eea42792402 <vm_exec_core+10402>, 0x5eea42792d9e <vm_exec_core+12862>, 0x5eea42795466 <vm_exec_core+22790>, 0x5eea42796a66 <vm_exec_core+28422>, 0x5eea42794881 <vm_exec_core+19745>, 0x5eea427954ef <vm_exec_core+22927>, 0x5eea42795fa8 <vm_exec_core+25672>, 0x5eea427947be <vm_exec_core+19550>, 0x5eea427906ac <vm_exec_core+2892>, 0x5eea42794f11 <vm_exec_core+21425>, 0x5eea4279053f <vm_exec_core+2527>, 0x5eea42790975 <vm_exec_core+3605>, 0x5eea42792685 <vm_exec_core+11045>, 0x5eea4279438b <vm_exec_core+18475>, 0x5eea42794daa <vm_exec_core+21066>, 0x5eea42794020 <vm_exec_core+17600>, 0x5eea4279014b <vm_exec_core+1515>, 0x5eea427961d8 <vm_exec_core+26232>, 0x5eea427968b8 <vm_exec_core+27992>, 0x5eea42790b1c <vm_exec_core+4028>, 0x5eea427916c8 <vm_exec_core+7016>, 0x5eea42791386 <vm_exec_core+6182>, 0x5eea42791e03 <vm_exec_core+8867>, 0x5eea42792c3a <vm_exec_core+12506>, 0x5eea42790bc3 <vm_exec_core+4195>, 0x5eea42796040 <vm_exec_core+25824>, 0x5eea42791652 <vm_exec_core+6898>, 0x5eea42792ae8 <vm_exec_core+12168>, 0x5eea427935af <vm_exec_core+14927>, 0x5eea4279599d <vm_exec_core+24125>, 0x5eea42794a43 <vm_exec_core+20195>, 0x5eea427920dd <vm_exec_core+9597>, 0x5eea4279195f <vm_exec_core+7679>, 0x5eea427957f3 <vm_exec_core+23699>, 0x5eea42792865 <vm_exec_core+11525>, 0x5eea42795010 <vm_exec_core+21680>, 0x5eea42794ab5 <vm_exec_core+20309>, 0x5eea427950c7 <vm_exec_core+21863>, 0x5eea4279658a <vm_exec_core+27178>, 0x5eea42793e32 <vm_exec_core+17106>, 0x5eea42795a56 <vm_exec_core+24310>, 0x5eea42794efd <vm_exec_core+21405>, 0x5eea42795584 <vm_exec_core+23076>, 0x5eea427921fc <vm_exec_core+9884>, 0x5eea42794719 <vm_exec_core+19385>, 0x5eea42794959 <vm_exec_core+19961>, 0x5eea427931e3 <vm_exec_core+13955>, 0x5eea42794386 <vm_exec_core+18470>, 0x5eea427925aa <vm_exec_core+10826>, 0x5eea42791be7 <vm_exec_core+8327>, 0x5eea42795145 <vm_exec_core+21989>, 0x5eea42790d54 <vm_exec_core+4596>, 0x5eea42792f90 <vm_exec_core+13360>, 0x5eea427938e0 <vm_exec_core+15744>, 0x5eea42791ee1 <vm_exec_core+9089>, 0x5eea4279d43e <vm_exec_core+55518>, 0x5eea427918b6 <vm_exec_core+7510>, 0x5eea427917ae <vm_exec_core+7246>, 0x5eea42791ab9 <vm_exec_core+8025>, 0x5eea427924a4 <vm_exec_core+10564>, 0x5eea42794224 <vm_exec_core+18116>, 0x5eea4279366a <vm_exec_core+15114>, 0x5eea4279421f <vm_exec_core+18111>, 0x5eea42794a3e <vm_exec_core+20190>, 0x5eea42794a39 <vm_exec_core+20185>, 0x5eea42791ab4 <vm_exec_core+8020>, 0x5eea42794efd <vm_exec_core+21405>, 0x5eea42792c03 <vm_exec_core+12451>, 0x5eea42792c08 <vm_exec_core+12456>, 0x5eea42794a34 <vm_exec_core+20180>, 0x5eea4279487c <vm_exec_core+19740>, 0x5eea427938db <vm_exec_core+15739>, 0x5eea42793812 <vm_exec_core+15538>, 0x5eea4279492b <vm_exec_core+19915>, 0x5eea42793ce5 <vm_exec_core+16773>...}
th: 0x515000000300, native_id: 0x73871f066c40
-- Control frame information -----------------------------------------------
        reg_cfp = 0x73871c3ff608
c:0017 p:---- s:0157 e:000156 l:y b:---- CFUNC  :popen
c:0016 p:0289 s:0152 e:000150 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/envutil.rb:231
c:0015 p:0084 s:0113 e:000112 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:114
c:0014 p:0013 s:0095 e:000094 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/test/ruby/test_thread.rb:851
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
        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>
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:1683 [FINISH]
c:0010 p:---- s:0069 e:000068 l:y b:---- CFUNC  :map
c:0009 p:0114 s:0065 e:000064 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1670
c:0008 p:0035 s:0053 e:000052 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1374
c:0007 p:0069 s:0046 E:002090 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:52
        INSN_LABEL_getconstant = <optimized out>
c:0006 p:0007 s:0030 e:000029 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:24 [FINISH]
c:0005 p:---- s:0026 e:000025 l:y b:---- CFUNC  :map
        INSN_LABEL_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>
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
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <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
        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>
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_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>
th: 0x51500019df00, native_id: 0x7386fc7ee6c0
-- Control frame information -----------------------------------------------
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
c:0003 p:0023 s:0017 e:000016 l:y b:0001 METHOD <internal:thread_sync>:18
c:0002 p:0018 s:0010 e:000009 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/lib/timeout.rb:99 [FINISH]
        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>
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]

#24 0x00005eea4278b14b in vm_exec_loop (ec=0x5170000000d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2811
th: 0x5150000d0500, native_id: 0x7386fccf16c0
-- Control frame information -----------------------------------------------
No locals.
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]

#25 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2790
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#26 0x00005eea4281a6e2 in invoke_iseq_block_from_c (ec=0x5170000000d0, captured=0x73871c3ff738, self=127024166406040, 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:1814
        flags = 0
        iseq = 0x73871e5ff3c0
        cfp = <optimized out>
        sp = 0x73871c2ff8d0
        use_argv = 0x73871ce9a1e0
        stack_argv = 0x73871c2ff8d0
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#27 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1828
        captured = 0x73871c3ff738
#28 0x00005eea427bbf2c 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:1865
No locals.
#29 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1873
No locals.
#30 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#31 0x00005eea427bbf2c in rb_yield (val=<optimized out>)
No locals.
#32 0x00005eea42980ca3 in rb_ary_collect (ary=127023582677040) at /tmp/ruby/src/trunk_asan/array.c:3673
        collect = 127023582676960
        i = 0
#33 0x00005eea427f9f78 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 = 0x167100000001
        cc = <optimized out>
        me = 0x73871e79ebb8
        cfunc = 0x506000020068
        recv = 127023582677040
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#34 0x00005eea4279456f in vm_sendish (ec=0x5170000000d0, reg_cfp=0x73871c3ff720, cd=0x50200002a030, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#35 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:855
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x50200002a030
        insns_address_table = {0x5eea42790126 <vm_exec_core+1478>, 0x5eea4279142d <vm_exec_core+6349>, 0x5eea42796661 <vm_exec_core+27393>, 0x5eea42790f9f <vm_exec_core+5183>, 0x5eea427973a5 <vm_exec_core+30789>, 0x5eea4279521d <vm_exec_core+22205>, 0x5eea42792e1e <vm_exec_core+12990>, 0x5eea4279028e <vm_exec_core+1838>, 0x5eea42796c54 <vm_exec_core+28916>, 0x5eea4279699c <vm_exec_core+28220>, 0x5eea4279121c <vm_exec_core+5820>, 0x5eea4279077e <vm_exec_core+3102>, 0x5eea42795916 <vm_exec_core+23990>, 0x5eea42791d23 <vm_exec_core+8643>, 0x5eea42796de8 <vm_exec_core+29320>, 0x5eea42796afe <vm_exec_core+28574>, 0x5eea42792411 <vm_exec_core+10417>, 0x5eea42792dad <vm_exec_core+12877>, 0x5eea42795475 <vm_exec_core+22805>, 0x5eea42796a75 <vm_exec_core+28437>, 0x5eea42794890 <vm_exec_core+19760>, 0x5eea427954fe <vm_exec_core+22942>, 0x5eea42795fb7 <vm_exec_core+25687>, 0x5eea427947cd <vm_exec_core+19565>, 0x5eea427906bb <vm_exec_core+2907>, 0x5eea42794f20 <vm_exec_core+21440>, 0x5eea4279054e <vm_exec_core+2542>, 0x5eea42790984 <vm_exec_core+3620>, 0x5eea42792694 <vm_exec_core+11060>, 0x5eea4279439a <vm_exec_core+18490>, 0x5eea42794db9 <vm_exec_core+21081>, 0x5eea4279402f <vm_exec_core+17615>, 0x5eea4279015a <vm_exec_core+1530>, 0x5eea427961e7 <vm_exec_core+26247>, 0x5eea427968c7 <vm_exec_core+28007>, 0x5eea42790b2b <vm_exec_core+4043>, 0x5eea427916d7 <vm_exec_core+7031>, 0x5eea42791395 <vm_exec_core+6197>, 0x5eea42791e12 <vm_exec_core+8882>, 0x5eea42792c49 <vm_exec_core+12521>, 0x5eea42790bd2 <vm_exec_core+4210>, 0x5eea4279604f <vm_exec_core+25839>, 0x5eea42791661 <vm_exec_core+6913>, 0x5eea42792af7 <vm_exec_core+12183>, 0x5eea427935be <vm_exec_core+14942>, 0x5eea427959ac <vm_exec_core+24140>, 0x5eea42794a52 <vm_exec_core+20210>, 0x5eea427920ec <vm_exec_core+9612>, 0x5eea4279196e <vm_exec_core+7694>, 0x5eea42795802 <vm_exec_core+23714>, 0x5eea42792874 <vm_exec_core+11540>, 0x5eea4279501f <vm_exec_core+21695>, 0x5eea42794ac4 <vm_exec_core+20324>, 0x5eea427950d6 <vm_exec_core+21878>, 0x5eea42796599 <vm_exec_core+27193>, 0x5eea42793e41 <vm_exec_core+17121>, 0x5eea42795a65 <vm_exec_core+24325>, 0x5eea4278fea8 <vm_exec_core+840>, 0x5eea42795593 <vm_exec_core+23091>, 0x5eea4279220b <vm_exec_core+9899>, 0x5eea42794728 <vm_exec_core+19400>, 0x5eea42794968 <vm_exec_core+19976>, 0x5eea427931f2 <vm_exec_core+13970>, 0x5eea42790a38 <vm_exec_core+3800>, 0x5eea427925b9 <vm_exec_core+10841>, 0x5eea42791bf6 <vm_exec_core+8342>, 0x5eea42795154 <vm_exec_core+22004>, 0x5eea42790d63 <vm_exec_core+4611>, 0x5eea42792f9f <vm_exec_core+13375>, 0x5eea427938ef <vm_exec_core+15759>, 0x5eea42791ef0 <vm_exec_core+9104>, 0x5eea4279d44d <vm_exec_core+55533>, 0x5eea427918c5 <vm_exec_core+7525>, 0x5eea427917bd <vm_exec_core+7261>, 0x5eea42791ac8 <vm_exec_core+8040>, 0x5eea427924b3 <vm_exec_core+10579>, 0x5eea42794233 <vm_exec_core+18131>, 0x5eea42793679 <vm_exec_core+15129>, 0x5eea42794e38 <vm_exec_core+21208>, 0x5eea42793ad5 <vm_exec_core+16245>, 0x5eea42796110 <vm_exec_core+26032>, 0x5eea42797647 <vm_exec_core+31463>, 0x5eea42796354 <vm_exec_core+26612>, 0x5eea42796f38 <vm_exec_core+29656>, 0x5eea42797029 <vm_exec_core+29897>, 0x5eea427905e0 <vm_exec_core+2688>, 0x5eea42796b7d <vm_exec_core+28701>, 0x5eea42792799 <vm_exec_core+11321>, 0x5eea42796d0b <vm_exec_core+29099>, 0x5eea427922da <vm_exec_core+10106>, 0x5eea4279628b <vm_exec_core+26411>, 0x5eea42790477 <vm_exec_core+2327>, 0x5eea42790c5d <vm_exec_core+4349>, 0x5eea4279726d <vm_exec_core+30477>, 0x5eea42792b7d <vm_exec_core+12317>, 0x5eea4279297a <vm_exec_core+11802>, 0x5eea4278fead <vm_exec_core+845>, 0x5eea4279039a <vm_exec_core+2106>, 0x5eea4278ff33 <vm_exec_core+979>, 0x5eea42796443 <vm_exec_core+26851>, 0x5eea42793cfe <vm_exec_core+16798>, 0x5eea427933c2 <vm_exec_core+14434>, 0x5eea42793bda <vm_exec_core+16506>, 0x5eea42793826 <vm_exec_core+15558>, 0x5eea42792a0f <vm_exec_core+11951>, 0x5eea427932cd <vm_exec_core+14189>, 0x5eea42792c99 <vm_exec_core+12601>, 0x5eea427934dc <vm_exec_core+14716>, 0x5eea4279354d <vm_exec_core+14829>, 0x5eea42790117 <vm_exec_core+1463>, 0x5eea4279141e <vm_exec_core+6334>, 0x5eea42796652 <vm_exec_core+27378>, 0x5eea42790f90 <vm_exec_core+5168>, 0x5eea42797396 <vm_exec_core+30774>, 0x5eea4279520e <vm_exec_core+22190>, 0x5eea42792e0f <vm_exec_core+12975>, 0x5eea4279027f <vm_exec_core+1823>, 0x5eea42796c45 <vm_exec_core+28901>, 0x5eea4279698d <vm_exec_core+28205>, 0x5eea4279120d <vm_exec_core+5805>, 0x5eea4279076f <vm_exec_core+3087>, 0x5eea42795907 <vm_exec_core+23975>, 0x5eea42791d14 <vm_exec_core+8628>, 0x5eea42796dd9 <vm_exec_core+29305>, 0x5eea42796aef <vm_exec_core+28559>, 0x5eea42792402 <vm_exec_core+10402>, 0x5eea42792d9e <vm_exec_core+12862>, 0x5eea42795466 <vm_exec_core+22790>, 0x5eea42796a66 <vm_exec_core+28422>, 0x5eea42794881 <vm_exec_core+19745>, 0x5eea427954ef <vm_exec_core+22927>, 0x5eea42795fa8 <vm_exec_core+25672>, 0x5eea427947be <vm_exec_core+19550>, 0x5eea427906ac <vm_exec_core+2892>, 0x5eea42794f11 <vm_exec_core+21425>, 0x5eea4279053f <vm_exec_core+2527>, 0x5eea42790975 <vm_exec_core+3605>, 0x5eea42792685 <vm_exec_core+11045>, 0x5eea4279438b <vm_exec_core+18475>, 0x5eea42794daa <vm_exec_core+21066>, 0x5eea42794020 <vm_exec_core+17600>, 0x5eea4279014b <vm_exec_core+1515>, 0x5eea427961d8 <vm_exec_core+26232>, 0x5eea427968b8 <vm_exec_core+27992>, 0x5eea42790b1c <vm_exec_core+4028>, 0x5eea427916c8 <vm_exec_core+7016>, 0x5eea42791386 <vm_exec_core+6182>, 0x5eea42791e03 <vm_exec_core+8867>, 0x5eea42792c3a <vm_exec_core+12506>, 0x5eea42790bc3 <vm_exec_core+4195>, 0x5eea42796040 <vm_exec_core+25824>, 0x5eea42791652 <vm_exec_core+6898>, 0x5eea42792ae8 <vm_exec_core+12168>, 0x5eea427935af <vm_exec_core+14927>, 0x5eea4279599d <vm_exec_core+24125>, 0x5eea42794a43 <vm_exec_core+20195>, 0x5eea427920dd <vm_exec_core+9597>, 0x5eea4279195f <vm_exec_core+7679>, 0x5eea427957f3 <vm_exec_core+23699>, 0x5eea42792865 <vm_exec_core+11525>, 0x5eea42795010 <vm_exec_core+21680>, 0x5eea42794ab5 <vm_exec_core+20309>, 0x5eea427950c7 <vm_exec_core+21863>, 0x5eea4279658a <vm_exec_core+27178>, 0x5eea42793e32 <vm_exec_core+17106>, 0x5eea42795a56 <vm_exec_core+24310>, 0x5eea42794efd <vm_exec_core+21405>, 0x5eea42795584 <vm_exec_core+23076>, 0x5eea427921fc <vm_exec_core+9884>, 0x5eea42794719 <vm_exec_core+19385>, 0x5eea42794959 <vm_exec_core+19961>, 0x5eea427931e3 <vm_exec_core+13955>, 0x5eea42794386 <vm_exec_core+18470>, 0x5eea427925aa <vm_exec_core+10826>, 0x5eea42791be7 <vm_exec_core+8327>, 0x5eea42795145 <vm_exec_core+21989>, 0x5eea42790d54 <vm_exec_core+4596>, 0x5eea42792f90 <vm_exec_core+13360>, 0x5eea427938e0 <vm_exec_core+15744>, 0x5eea42791ee1 <vm_exec_core+9089>, 0x5eea4279d43e <vm_exec_core+55518>, 0x5eea427918b6 <vm_exec_core+7510>, 0x5eea427917ae <vm_exec_core+7246>, 0x5eea42791ab9 <vm_exec_core+8025>, 0x5eea427924a4 <vm_exec_core+10564>, 0x5eea42794224 <vm_exec_core+18116>, 0x5eea4279366a <vm_exec_core+15114>, 0x5eea4279421f <vm_exec_core+18111>, 0x5eea42794a3e <vm_exec_core+20190>, 0x5eea42794a39 <vm_exec_core+20185>, 0x5eea42791ab4 <vm_exec_core+8020>, 0x5eea42794efd <vm_exec_core+21405>, 0x5eea42792c03 <vm_exec_core+12451>, 0x5eea42792c08 <vm_exec_core+12456>, 0x5eea42794a34 <vm_exec_core+20180>, 0x5eea4279487c <vm_exec_core+19740>, 0x5eea427938db <vm_exec_core+15739>, 0x5eea42793812 <vm_exec_core+15538>, 0x5eea4279492b <vm_exec_core+19915>, 0x5eea42793ce5 <vm_exec_core+16773>...}
        reg_cfp = 0x73871c3ff720
        reg_pc = 0x5040000085f8
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#36 0x00005eea4278b14b in vm_exec_loop (ec=0x5170000000d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2811
No locals.
#37 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2790
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#38 0x00005eea427d2ff8 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:3050
        ec = 0x5170000000d0
        val = <optimized out>
#39 0x00005eea423d1c7a in rb_ec_exec_node (ec=0x5170000000d0, n=0x73871e5ff550) at /tmp/ruby/src/trunk_asan/eval.c:283
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffcfd7da530, <optimized out>, 0x7ffcfd7da480, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x73871e5ff550
#40 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:321
        ec = 0x5170000000d0
        status = <optimized out>
#41 0x00005eea423cabe7 in rb_main (argc=11, argv=0x7ffcfd7da708) at /tmp/ruby/src/trunk_asan/main.c:42
        variable_in_this_stack_frame = <optimized out>
#42 main (argc=11, argv=0x7ffcfd7da708) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

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

>>> Threads

  Id   Target Id                                  Frame 
* 1    Thread 0x78b346340c40 (LWP 2668931) "ruby" 0x000078b346126d07 in __GI___select (nfds=21, readfds=0x50c0058e9340, writefds=0x0, exceptfds=0x0, timeout=0x7fff4422f300) at ../sysdeps/unix/sysv/linux/select.c:69
  2    Thread 0x78b329fff6c0 (LWP 2668933) "ruby" 0x000078b34611b4fd in __GI___poll (fds=0x78b328dff040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 2 (Thread 0x78b329fff6c0 (LWP 2668933) "ruby"):
#0  0x000078b34611b4fd in __GI___poll (fds=0x78b328dff040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005e5fe96d477a in __interceptor_poll ()
No symbol table info available.
#2  0x00005e5fe9abdd4a in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1067
        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:3075
        vm = <optimized out>
#4  0x00005e5fe972db2f in asan_thread_start(void*) ()
No symbol table info available.
#5  0x000078b34609caa4 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 = {132710899119808, 7167037716582521065, 132710899119808, -352, 0, 140734336537424, 7167037716603492585, 7167110715212323049}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x000078b346129c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x78b346340c40 (LWP 2668931) "ruby"):
#0  0x000078b346126d07 in __GI___select (nfds=21, readfds=0x50c0058e9340, writefds=0x0, exceptfds=0x0, timeout=0x7fff4422f300) 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 = 527356822}
        pts64 = 0x7fff4422f1a0
        r = <optimized out>
#1  0x00005e5fe9aa5435 in native_fd_select (n=21, readfds=0x50c0058e9340, writefds=0x0, exceptfds=0x78b346126d07 <__GI___select+327>, timeout=0x7fff4422f1a0, th=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2440
No locals.
#2  do_select (p=132711337188224) at /tmp/ruby/src/trunk_asan/thread.c:4492
        tv = <optimized out>
        __region = <optimized out>
        end = <optimized out>
        rel = <optimized out>
        to = 0x7fff4422f2b0
        lerrno = 0
        set = <optimized out>
        result = <optimized out>
        endtime = <optimized out>
#3  0x00005e5fe97798f7 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:1174
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7fff4422f470, <optimized out>, 0x7fff4422f380, <optimized out>, <optimized out>}, prev = 0x78b3442dc4a0, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5170000000d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#4  0x00005e5fe9aa49c1 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:4554
        set = {max = 21, th = 0x515000000300, rset = 0x78b3441c5a40, 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 = 0x78b3441c5aa0}
#5  0x00005e5fe984ab71 in select_internal (read=132710841039360, write=4, except=4, tp=0x78b3441c5aa0, fds=0x78b3441c5a40) at /tmp/ruby/src/trunk_asan/io.c:10728
        timerec = <optimized out>
        max = 21
        pending = <optimized out>
        rp = 0x78b3441c5a40
        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>
#6  select_call (arg=132711337187872) at /tmp/ruby/src/trunk_asan/io.c:10798
        p = 0x78b3441c5a20
#7  0x00005e5fe97798f7 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:1174
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7fff4422f770, <optimized out>, 0x7fff4422f680, <optimized out>, <optimized out>}, prev = 0x78b34413d540, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5170000000d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#8  0x00005e5fe98272cb in rb_f_select (argc=<optimized out>, argv=<optimized out>, obj=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:11166
        args = <optimized out>
        timerec = <optimized out>
        scheduler = <optimized out>
        timeout = <optimized out>
        i = 4
#9  0x00005e5fe9b9cf78 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 = 0x162100100009
        cc = <optimized out>
        me = 0x78b345b790a0
        cfunc = 0x50600002b2e8
        recv = 132711364098560
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#10 0x00005e5fe9b3ec7d in vm_sendish (ec=0x5170000000d0, reg_cfp=0x78b3435ff3a0, 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>
#11 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:903
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5e5fe9b33126 <vm_exec_core+1478>, 0x5e5fe9b3442d <vm_exec_core+6349>, 0x5e5fe9b39661 <vm_exec_core+27393>, 0x5e5fe9b33f9f <vm_exec_core+5183>, 0x5e5fe9b3a3a5 <vm_exec_core+30789>, 0x5e5fe9b3821d <vm_exec_core+22205>, 0x5e5fe9b35e1e <vm_exec_core+12990>, 0x5e5fe9b3328e <vm_exec_core+1838>, 0x5e5fe9b39c54 <vm_exec_core+28916>, 0x5e5fe9b3999c <vm_exec_core+28220>, 0x5e5fe9b3421c <vm_exec_core+5820>, 0x5e5fe9b3377e <vm_exec_core+3102>, 0x5e5fe9b38916 <vm_exec_core+23990>, 0x5e5fe9b34d23 <vm_exec_core+8643>, 0x5e5fe9b39de8 <vm_exec_core+29320>, 0x5e5fe9b39afe <vm_exec_core+28574>, 0x5e5fe9b35411 <vm_exec_core+10417>, 0x5e5fe9b35dad <vm_exec_core+12877>, 0x5e5fe9b38475 <vm_exec_core+22805>, 0x5e5fe9b39a75 <vm_exec_core+28437>, 0x5e5fe9b37890 <vm_exec_core+19760>, 0x5e5fe9b384fe <vm_exec_core+22942>, 0x5e5fe9b38fb7 <vm_exec_core+25687>, 0x5e5fe9b377cd <vm_exec_core+19565>, 0x5e5fe9b336bb <vm_exec_core+2907>, 0x5e5fe9b37f20 <vm_exec_core+21440>, 0x5e5fe9b3354e <vm_exec_core+2542>, 0x5e5fe9b33984 <vm_exec_core+3620>, 0x5e5fe9b35694 <vm_exec_core+11060>, 0x5e5fe9b3739a <vm_exec_core+18490>, 0x5e5fe9b37db9 <vm_exec_core+21081>, 0x5e5fe9b3702f <vm_exec_core+17615>, 0x5e5fe9b3315a <vm_exec_core+1530>, 0x5e5fe9b391e7 <vm_exec_core+26247>, 0x5e5fe9b398c7 <vm_exec_core+28007>, 0x5e5fe9b33b2b <vm_exec_core+4043>, 0x5e5fe9b346d7 <vm_exec_core+7031>, 0x5e5fe9b34395 <vm_exec_core+6197>, 0x5e5fe9b34e12 <vm_exec_core+8882>, 0x5e5fe9b35c49 <vm_exec_core+12521>, 0x5e5fe9b33bd2 <vm_exec_core+4210>, 0x5e5fe9b3904f <vm_exec_core+25839>, 0x5e5fe9b34661 <vm_exec_core+6913>, 0x5e5fe9b35af7 <vm_exec_core+12183>, 0x5e5fe9b365be <vm_exec_core+14942>, 0x5e5fe9b389ac <vm_exec_core+24140>, 0x5e5fe9b37a52 <vm_exec_core+20210>, 0x5e5fe9b350ec <vm_exec_core+9612>, 0x5e5fe9b3496e <vm_exec_core+7694>, 0x5e5fe9b38802 <vm_exec_core+23714>, 0x5e5fe9b35874 <vm_exec_core+11540>, 0x5e5fe9b3801f <vm_exec_core+21695>, 0x5e5fe9b37ac4 <vm_exec_core+20324>, 0x5e5fe9b380d6 <vm_exec_core+21878>, 0x5e5fe9b39599 <vm_exec_core+27193>, 0x5e5fe9b36e41 <vm_exec_core+17121>, 0x5e5fe9b38a65 <vm_exec_core+24325>, 0x5e5fe9b32ea8 <vm_exec_core+840>, 0x5e5fe9b38593 <vm_exec_core+23091>, 0x5e5fe9b3520b <vm_exec_core+9899>, 0x5e5fe9b37728 <vm_exec_core+19400>, 0x5e5fe9b37968 <vm_exec_core+19976>, 0x5e5fe9b361f2 <vm_exec_core+13970>, 0x5e5fe9b33a38 <vm_exec_core+3800>, 0x5e5fe9b355b9 <vm_exec_core+10841>, 0x5e5fe9b34bf6 <vm_exec_core+8342>, 0x5e5fe9b38154 <vm_exec_core+22004>, 0x5e5fe9b33d63 <vm_exec_core+4611>, 0x5e5fe9b35f9f <vm_exec_core+13375>, 0x5e5fe9b368ef <vm_exec_core+15759>, 0x5e5fe9b34ef0 <vm_exec_core+9104>, 0x5e5fe9b4044d <vm_exec_core+55533>, 0x5e5fe9b348c5 <vm_exec_core+7525>, 0x5e5fe9b347bd <vm_exec_core+7261>, 0x5e5fe9b34ac8 <vm_exec_core+8040>, 0x5e5fe9b354b3 <vm_exec_core+10579>, 0x5e5fe9b37233 <vm_exec_core+18131>, 0x5e5fe9b36679 <vm_exec_core+15129>, 0x5e5fe9b37e38 <vm_exec_core+21208>, 0x5e5fe9b36ad5 <vm_exec_core+16245>, 0x5e5fe9b39110 <vm_exec_core+26032>, 0x5e5fe9b3a647 <vm_exec_core+31463>, 0x5e5fe9b39354 <vm_exec_core+26612>, 0x5e5fe9b39f38 <vm_exec_core+29656>, 0x5e5fe9b3a029 <vm_exec_core+29897>, 0x5e5fe9b335e0 <vm_exec_core+2688>, 0x5e5fe9b39b7d <vm_exec_core+28701>, 0x5e5fe9b35799 <vm_exec_core+11321>, 0x5e5fe9b39d0b <vm_exec_core+29099>, 0x5e5fe9b352da <vm_exec_core+10106>, 0x5e5fe9b3928b <vm_exec_core+26411>, 0x5e5fe9b33477 <vm_exec_core+2327>, 0x5e5fe9b33c5d <vm_exec_core+4349>, 0x5e5fe9b3a26d <vm_exec_core+30477>, 0x5e5fe9b35b7d <vm_exec_core+12317>, 0x5e5fe9b3597a <vm_exec_core+11802>, 0x5e5fe9b32ead <vm_exec_core+845>, 0x5e5fe9b3339a <vm_exec_core+2106>, 0x5e5fe9b32f33 <vm_exec_core+979>, 0x5e5fe9b39443 <vm_exec_core+26851>, 0x5e5fe9b36cfe <vm_exec_core+16798>, 0x5e5fe9b363c2 <vm_exec_core+14434>, 0x5e5fe9b36bda <vm_exec_core+16506>, 0x5e5fe9b36826 <vm_exec_core+15558>, 0x5e5fe9b35a0f <vm_exec_core+11951>, 0x5e5fe9b362cd <vm_exec_core+14189>, 0x5e5fe9b35c99 <vm_exec_core+12601>, 0x5e5fe9b364dc <vm_exec_core+14716>, 0x5e5fe9b3654d <vm_exec_core+14829>, 0x5e5fe9b33117 <vm_exec_core+1463>, 0x5e5fe9b3441e <vm_exec_core+6334>, 0x5e5fe9b39652 <vm_exec_core+27378>, 0x5e5fe9b33f90 <vm_exec_core+5168>, 0x5e5fe9b3a396 <vm_exec_core+30774>, 0x5e5fe9b3820e <vm_exec_core+22190>, 0x5e5fe9b35e0f <vm_exec_core+12975>, 0x5e5fe9b3327f <vm_exec_core+1823>, 0x5e5fe9b39c45 <vm_exec_core+28901>, 0x5e5fe9b3998d <vm_exec_core+28205>, 0x5e5fe9b3420d <vm_exec_core+5805>, 0x5e5fe9b3376f <vm_exec_core+3087>, 0x5e5fe9b38907 <vm_exec_core+23975>, 0x5e5fe9b34d14 <vm_exec_core+8628>, 0x5e5fe9b39dd9 <vm_exec_core+29305>, 0x5e5fe9b39aef <vm_exec_core+28559>, 0x5e5fe9b35402 <vm_exec_core+10402>, 0x5e5fe9b35d9e <vm_exec_core+12862>, 0x5e5fe9b38466 <vm_exec_core+22790>, 0x5e5fe9b39a66 <vm_exec_core+28422>, 0x5e5fe9b37881 <vm_exec_core+19745>, 0x5e5fe9b384ef <vm_exec_core+22927>, 0x5e5fe9b38fa8 <vm_exec_core+25672>, 0x5e5fe9b377be <vm_exec_core+19550>, 0x5e5fe9b336ac <vm_exec_core+2892>, 0x5e5fe9b37f11 <vm_exec_core+21425>, 0x5e5fe9b3353f <vm_exec_core+2527>, 0x5e5fe9b33975 <vm_exec_core+3605>, 0x5e5fe9b35685 <vm_exec_core+11045>, 0x5e5fe9b3738b <vm_exec_core+18475>, 0x5e5fe9b37daa <vm_exec_core+21066>, 0x5e5fe9b37020 <vm_exec_core+17600>, 0x5e5fe9b3314b <vm_exec_core+1515>, 0x5e5fe9b391d8 <vm_exec_core+26232>, 0x5e5fe9b398b8 <vm_exec_core+27992>, 0x5e5fe9b33b1c <vm_exec_core+4028>, 0x5e5fe9b346c8 <vm_exec_core+7016>, 0x5e5fe9b34386 <vm_exec_core+6182>, 0x5e5fe9b34e03 <vm_exec_core+8867>, 0x5e5fe9b35c3a <vm_exec_core+12506>, 0x5e5fe9b33bc3 <vm_exec_core+4195>, 0x5e5fe9b39040 <vm_exec_core+25824>, 0x5e5fe9b34652 <vm_exec_core+6898>, 0x5e5fe9b35ae8 <vm_exec_core+12168>, 0x5e5fe9b365af <vm_exec_core+14927>, 0x5e5fe9b3899d <vm_exec_core+24125>, 0x5e5fe9b37a43 <vm_exec_core+20195>, 0x5e5fe9b350dd <vm_exec_core+9597>, 0x5e5fe9b3495f <vm_exec_core+7679>, 0x5e5fe9b387f3 <vm_exec_core+23699>, 0x5e5fe9b35865 <vm_exec_core+11525>, 0x5e5fe9b38010 <vm_exec_core+21680>, 0x5e5fe9b37ab5 <vm_exec_core+20309>, 0x5e5fe9b380c7 <vm_exec_core+21863>, 0x5e5fe9b3958a <vm_exec_core+27178>, 0x5e5fe9b36e32 <vm_exec_core+17106>, 0x5e5fe9b38a56 <vm_exec_core+24310>, 0x5e5fe9b37efd <vm_exec_core+21405>, 0x5e5fe9b38584 <vm_exec_core+23076>, 0x5e5fe9b351fc <vm_exec_core+9884>, 0x5e5fe9b37719 <vm_exec_core+19385>, 0x5e5fe9b37959 <vm_exec_core+19961>, 0x5e5fe9b361e3 <vm_exec_core+13955>, 0x5e5fe9b37386 <vm_exec_core+18470>, 0x5e5fe9b355aa <vm_exec_core+10826>, 0x5e5fe9b34be7 <vm_exec_core+8327>, 0x5e5fe9b38145 <vm_exec_core+21989>, 0x5e5fe9b33d54 <vm_exec_core+4596>, 0x5e5fe9b35f90 <vm_exec_core+13360>, 0x5e5fe9b368e0 <vm_exec_core+15744>, 0x5e5fe9b34ee1 <vm_exec_core+9089>, 0x5e5fe9b4043e <vm_exec_core+55518>, 0x5e5fe9b348b6 <vm_exec_core+7510>, 0x5e5fe9b347ae <vm_exec_core+7246>, 0x5e5fe9b34ab9 <vm_exec_core+8025>, 0x5e5fe9b354a4 <vm_exec_core+10564>, 0x5e5fe9b37224 <vm_exec_core+18116>, 0x5e5fe9b3666a <vm_exec_core+15114>, 0x5e5fe9b3721f <vm_exec_core+18111>, 0x5e5fe9b37a3e <vm_exec_core+20190>, 0x5e5fe9b37a39 <vm_exec_core+20185>, 0x5e5fe9b34ab4 <vm_exec_core+8020>, 0x5e5fe9b37efd <vm_exec_core+21405>, 0x5e5fe9b35c03 <vm_exec_core+12451>, 0x5e5fe9b35c08 <vm_exec_core+12456>, 0x5e5fe9b37a34 <vm_exec_core+20180>, 0x5e5fe9b3787c <vm_exec_core+19740>, 0x5e5fe9b368db <vm_exec_core+15739>, 0x5e5fe9b36812 <vm_exec_core+15538>, 0x5e5fe9b3792b <vm_exec_core+19915>, 0x5e5fe9b36ce5 <vm_exec_core+16773>...}
        reg_cfp = 0x78b3435ff3a0
        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>
#12 0x00005e5fe9b2df19 in vm_exec_loop (ec=0x5170000000d0, state=<optimized out>, result=<optimized out>, tag=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2811
No locals.
#13 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2787
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#14 0x00005e5fe9bbd6e2 in invoke_iseq_block_from_c (ec=0x5170000000d0, captured=0x78b3435ff578, self=132711361811080, 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:1814
        flags = 0
        iseq = 0x78b3459b76e0
        cfp = <optimized out>
        sp = 0x78b3434ff9e8
        use_argv = 0x78b34406afe0
        stack_argv = 0x78b3434ff9e8
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#15 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1828
        captured = 0x78b3435ff578
#16 0x00005e5fe9b5ef2c 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:1865
No locals.
#17 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1873
No locals.
#18 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#19 0x00005e5fe9b5ef2c in rb_yield (val=<optimized out>)
No locals.
#20 0x00005e5fe9d1608a in rb_ary_each (ary=132711356242240) at /tmp/ruby/src/trunk_asan/array.c:2665
        i = 0
#21 0x00005e5fe9b9cf78 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 = 0xc0100000001
        cc = <optimized out>
        me = 0x78b345b7efc8
        cfunc = 0x50600001e928
        recv = 132711356242240
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
th: 0x515000000300, native_id: 0x78b346340c40
-- Control frame information -----------------------------------------------
#22 0x00005e5fe9b3756f in vm_sendish (ec=0x5170000000d0, reg_cfp=0x78b3435ff560, cd=0x511000021900, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        val = 36
        ci = <optimized out>
c:0021 p:---- s:0128 e:000127 l:y b:---- CFUNC  :select
c:0020 p:0255 s:0120 e:000119 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:698
c:0019 p:0039 s:0101 e:000100 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:826
        argc = <optimized out>
        recv = <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:865
c:0017 p:0130 s:0087 e:000086 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1616
        cc = <optimized out>
        calling = <optimized out>
#23 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:855
c:0016 p:0026 s:0074 e:000073 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1311
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x511000021900
c:0015 p:0005 s:0069 e:000068 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1781
c:0014 p:0006 s:0065 e:000064 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1768 [FINISH]
        insns_address_table = {0x5e5fe9b33126 <vm_exec_core+1478>, 0x5e5fe9b3442d <vm_exec_core+6349>, 0x5e5fe9b39661 <vm_exec_core+27393>, 0x5e5fe9b33f9f <vm_exec_core+5183>, 0x5e5fe9b3a3a5 <vm_exec_core+30789>, 0x5e5fe9b3821d <vm_exec_core+22205>, 0x5e5fe9b35e1e <vm_exec_core+12990>, 0x5e5fe9b3328e <vm_exec_core+1838>, 0x5e5fe9b39c54 <vm_exec_core+28916>, 0x5e5fe9b3999c <vm_exec_core+28220>, 0x5e5fe9b3421c <vm_exec_core+5820>, 0x5e5fe9b3377e <vm_exec_core+3102>, 0x5e5fe9b38916 <vm_exec_core+23990>, 0x5e5fe9b34d23 <vm_exec_core+8643>, 0x5e5fe9b39de8 <vm_exec_core+29320>, 0x5e5fe9b39afe <vm_exec_core+28574>, 0x5e5fe9b35411 <vm_exec_core+10417>, 0x5e5fe9b35dad <vm_exec_core+12877>, 0x5e5fe9b38475 <vm_exec_core+22805>, 0x5e5fe9b39a75 <vm_exec_core+28437>, 0x5e5fe9b37890 <vm_exec_core+19760>, 0x5e5fe9b384fe <vm_exec_core+22942>, 0x5e5fe9b38fb7 <vm_exec_core+25687>, 0x5e5fe9b377cd <vm_exec_core+19565>, 0x5e5fe9b336bb <vm_exec_core+2907>, 0x5e5fe9b37f20 <vm_exec_core+21440>, 0x5e5fe9b3354e <vm_exec_core+2542>, 0x5e5fe9b33984 <vm_exec_core+3620>, 0x5e5fe9b35694 <vm_exec_core+11060>, 0x5e5fe9b3739a <vm_exec_core+18490>, 0x5e5fe9b37db9 <vm_exec_core+21081>, 0x5e5fe9b3702f <vm_exec_core+17615>, 0x5e5fe9b3315a <vm_exec_core+1530>, 0x5e5fe9b391e7 <vm_exec_core+26247>, 0x5e5fe9b398c7 <vm_exec_core+28007>, 0x5e5fe9b33b2b <vm_exec_core+4043>, 0x5e5fe9b346d7 <vm_exec_core+7031>, 0x5e5fe9b34395 <vm_exec_core+6197>, 0x5e5fe9b34e12 <vm_exec_core+8882>, 0x5e5fe9b35c49 <vm_exec_core+12521>, 0x5e5fe9b33bd2 <vm_exec_core+4210>, 0x5e5fe9b3904f <vm_exec_core+25839>, 0x5e5fe9b34661 <vm_exec_core+6913>, 0x5e5fe9b35af7 <vm_exec_core+12183>, 0x5e5fe9b365be <vm_exec_core+14942>, 0x5e5fe9b389ac <vm_exec_core+24140>, 0x5e5fe9b37a52 <vm_exec_core+20210>, 0x5e5fe9b350ec <vm_exec_core+9612>, 0x5e5fe9b3496e <vm_exec_core+7694>, 0x5e5fe9b38802 <vm_exec_core+23714>, 0x5e5fe9b35874 <vm_exec_core+11540>, 0x5e5fe9b3801f <vm_exec_core+21695>, 0x5e5fe9b37ac4 <vm_exec_core+20324>, 0x5e5fe9b380d6 <vm_exec_core+21878>, 0x5e5fe9b39599 <vm_exec_core+27193>, 0x5e5fe9b36e41 <vm_exec_core+17121>, 0x5e5fe9b38a65 <vm_exec_core+24325>, 0x5e5fe9b32ea8 <vm_exec_core+840>, 0x5e5fe9b38593 <vm_exec_core+23091>, 0x5e5fe9b3520b <vm_exec_core+9899>, 0x5e5fe9b37728 <vm_exec_core+19400>, 0x5e5fe9b37968 <vm_exec_core+19976>, 0x5e5fe9b361f2 <vm_exec_core+13970>, 0x5e5fe9b33a38 <vm_exec_core+3800>, 0x5e5fe9b355b9 <vm_exec_core+10841>, 0x5e5fe9b34bf6 <vm_exec_core+8342>, 0x5e5fe9b38154 <vm_exec_core+22004>, 0x5e5fe9b33d63 <vm_exec_core+4611>, 0x5e5fe9b35f9f <vm_exec_core+13375>, 0x5e5fe9b368ef <vm_exec_core+15759>, 0x5e5fe9b34ef0 <vm_exec_core+9104>, 0x5e5fe9b4044d <vm_exec_core+55533>, 0x5e5fe9b348c5 <vm_exec_core+7525>, 0x5e5fe9b347bd <vm_exec_core+7261>, 0x5e5fe9b34ac8 <vm_exec_core+8040>, 0x5e5fe9b354b3 <vm_exec_core+10579>, 0x5e5fe9b37233 <vm_exec_core+18131>, 0x5e5fe9b36679 <vm_exec_core+15129>, 0x5e5fe9b37e38 <vm_exec_core+21208>, 0x5e5fe9b36ad5 <vm_exec_core+16245>, 0x5e5fe9b39110 <vm_exec_core+26032>, 0x5e5fe9b3a647 <vm_exec_core+31463>, 0x5e5fe9b39354 <vm_exec_core+26612>, 0x5e5fe9b39f38 <vm_exec_core+29656>, 0x5e5fe9b3a029 <vm_exec_core+29897>, 0x5e5fe9b335e0 <vm_exec_core+2688>, 0x5e5fe9b39b7d <vm_exec_core+28701>, 0x5e5fe9b35799 <vm_exec_core+11321>, 0x5e5fe9b39d0b <vm_exec_core+29099>, 0x5e5fe9b352da <vm_exec_core+10106>, 0x5e5fe9b3928b <vm_exec_core+26411>, 0x5e5fe9b33477 <vm_exec_core+2327>, 0x5e5fe9b33c5d <vm_exec_core+4349>, 0x5e5fe9b3a26d <vm_exec_core+30477>, 0x5e5fe9b35b7d <vm_exec_core+12317>, 0x5e5fe9b3597a <vm_exec_core+11802>, 0x5e5fe9b32ead <vm_exec_core+845>, 0x5e5fe9b3339a <vm_exec_core+2106>, 0x5e5fe9b32f33 <vm_exec_core+979>, 0x5e5fe9b39443 <vm_exec_core+26851>, 0x5e5fe9b36cfe <vm_exec_core+16798>, 0x5e5fe9b363c2 <vm_exec_core+14434>, 0x5e5fe9b36bda <vm_exec_core+16506>, 0x5e5fe9b36826 <vm_exec_core+15558>, 0x5e5fe9b35a0f <vm_exec_core+11951>, 0x5e5fe9b362cd <vm_exec_core+14189>, 0x5e5fe9b35c99 <vm_exec_core+12601>, 0x5e5fe9b364dc <vm_exec_core+14716>, 0x5e5fe9b3654d <vm_exec_core+14829>, 0x5e5fe9b33117 <vm_exec_core+1463>, 0x5e5fe9b3441e <vm_exec_core+6334>, 0x5e5fe9b39652 <vm_exec_core+27378>, 0x5e5fe9b33f90 <vm_exec_core+5168>, 0x5e5fe9b3a396 <vm_exec_core+30774>, 0x5e5fe9b3820e <vm_exec_core+22190>, 0x5e5fe9b35e0f <vm_exec_core+12975>, 0x5e5fe9b3327f <vm_exec_core+1823>, 0x5e5fe9b39c45 <vm_exec_core+28901>, 0x5e5fe9b3998d <vm_exec_core+28205>, 0x5e5fe9b3420d <vm_exec_core+5805>, 0x5e5fe9b3376f <vm_exec_core+3087>, 0x5e5fe9b38907 <vm_exec_core+23975>, 0x5e5fe9b34d14 <vm_exec_core+8628>, 0x5e5fe9b39dd9 <vm_exec_core+29305>, 0x5e5fe9b39aef <vm_exec_core+28559>, 0x5e5fe9b35402 <vm_exec_core+10402>, 0x5e5fe9b35d9e <vm_exec_core+12862>, 0x5e5fe9b38466 <vm_exec_core+22790>, 0x5e5fe9b39a66 <vm_exec_core+28422>, 0x5e5fe9b37881 <vm_exec_core+19745>, 0x5e5fe9b384ef <vm_exec_core+22927>, 0x5e5fe9b38fa8 <vm_exec_core+25672>, 0x5e5fe9b377be <vm_exec_core+19550>, 0x5e5fe9b336ac <vm_exec_core+2892>, 0x5e5fe9b37f11 <vm_exec_core+21425>, 0x5e5fe9b3353f <vm_exec_core+2527>, 0x5e5fe9b33975 <vm_exec_core+3605>, 0x5e5fe9b35685 <vm_exec_core+11045>, 0x5e5fe9b3738b <vm_exec_core+18475>, 0x5e5fe9b37daa <vm_exec_core+21066>, 0x5e5fe9b37020 <vm_exec_core+17600>, 0x5e5fe9b3314b <vm_exec_core+1515>, 0x5e5fe9b391d8 <vm_exec_core+26232>, 0x5e5fe9b398b8 <vm_exec_core+27992>, 0x5e5fe9b33b1c <vm_exec_core+4028>, 0x5e5fe9b346c8 <vm_exec_core+7016>, 0x5e5fe9b34386 <vm_exec_core+6182>, 0x5e5fe9b34e03 <vm_exec_core+8867>, 0x5e5fe9b35c3a <vm_exec_core+12506>, 0x5e5fe9b33bc3 <vm_exec_core+4195>, 0x5e5fe9b39040 <vm_exec_core+25824>, 0x5e5fe9b34652 <vm_exec_core+6898>, 0x5e5fe9b35ae8 <vm_exec_core+12168>, 0x5e5fe9b365af <vm_exec_core+14927>, 0x5e5fe9b3899d <vm_exec_core+24125>, 0x5e5fe9b37a43 <vm_exec_core+20195>, 0x5e5fe9b350dd <vm_exec_core+9597>, 0x5e5fe9b3495f <vm_exec_core+7679>, 0x5e5fe9b387f3 <vm_exec_core+23699>, 0x5e5fe9b35865 <vm_exec_core+11525>, 0x5e5fe9b38010 <vm_exec_core+21680>, 0x5e5fe9b37ab5 <vm_exec_core+20309>, 0x5e5fe9b380c7 <vm_exec_core+21863>, 0x5e5fe9b3958a <vm_exec_core+27178>, 0x5e5fe9b36e32 <vm_exec_core+17106>, 0x5e5fe9b38a56 <vm_exec_core+24310>, 0x5e5fe9b37efd <vm_exec_core+21405>, 0x5e5fe9b38584 <vm_exec_core+23076>, 0x5e5fe9b351fc <vm_exec_core+9884>, 0x5e5fe9b37719 <vm_exec_core+19385>, 0x5e5fe9b37959 <vm_exec_core+19961>, 0x5e5fe9b361e3 <vm_exec_core+13955>, 0x5e5fe9b37386 <vm_exec_core+18470>, 0x5e5fe9b355aa <vm_exec_core+10826>, 0x5e5fe9b34be7 <vm_exec_core+8327>, 0x5e5fe9b38145 <vm_exec_core+21989>, 0x5e5fe9b33d54 <vm_exec_core+4596>, 0x5e5fe9b35f90 <vm_exec_core+13360>, 0x5e5fe9b368e0 <vm_exec_core+15744>, 0x5e5fe9b34ee1 <vm_exec_core+9089>, 0x5e5fe9b4043e <vm_exec_core+55518>, 0x5e5fe9b348b6 <vm_exec_core+7510>, 0x5e5fe9b347ae <vm_exec_core+7246>, 0x5e5fe9b34ab9 <vm_exec_core+8025>, 0x5e5fe9b354a4 <vm_exec_core+10564>, 0x5e5fe9b37224 <vm_exec_core+18116>, 0x5e5fe9b3666a <vm_exec_core+15114>, 0x5e5fe9b3721f <vm_exec_core+18111>, 0x5e5fe9b37a3e <vm_exec_core+20190>, 0x5e5fe9b37a39 <vm_exec_core+20185>, 0x5e5fe9b34ab4 <vm_exec_core+8020>, 0x5e5fe9b37efd <vm_exec_core+21405>, 0x5e5fe9b35c03 <vm_exec_core+12451>, 0x5e5fe9b35c08 <vm_exec_core+12456>, 0x5e5fe9b37a34 <vm_exec_core+20180>, 0x5e5fe9b3787c <vm_exec_core+19740>, 0x5e5fe9b368db <vm_exec_core+15739>, 0x5e5fe9b36812 <vm_exec_core+15538>, 0x5e5fe9b3792b <vm_exec_core+19915>, 0x5e5fe9b36ce5 <vm_exec_core+16773>...}
        reg_cfp = 0x78b3435ff560
c:0013 p:---- s:0061 e:000060 l:y b:---- CFUNC  :each
        reg_pc = 0x51500001b750
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <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:1767
c:0011 p:0013 s:0052 e:000051 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1811
c:0010 p:0008 s:0047 e:000046 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1053
c:0009 p:0008 s:0041 e:000040 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:898
c:0008 p:0017 s:0035 e:000034 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:145
c:0007 p:0008 s:0030 e:000029 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1290
c:0006 p:0032 s:0025 e:000024 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1895
c:0005 p:0020 s:0021 e:000020 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1899
c:0004 p:0065 s:0016 e:000014 l:y b:0001 TOP    /tmp/ruby/src/trunk_asan/tool/test/runner.rb:14 [FINISH]
c:0003 p:---- s:0011 e:000010 l:y b:---- CFUNC  :require_relative
c:0002 p:0005 s:0006 e:000005 l:n b:---- EVAL   /tmp/ruby/src/trunk_asan/test/runner.rb:5 [FINISH]
c:0001 p:0000 s:0003 E:001600 l:y b:---- DUMMY  [FINISH]

        INSN_LABEL_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>
#24 0x00005e5fe9b2e14b in vm_exec_loop (ec=0x5170000000d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2811
No locals.
#25 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2790
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#26 0x00005e5fe9b75b43 in rb_iseq_eval (iseq=<optimized out>, box=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:3040
        ec = 0x5170000000d0
        val = <optimized out>
#27 0x00005e5fe988a011 in load_iseq_eval (ec=<optimized out>, fname=fname@entry=132711362455040) at /tmp/ruby/src/trunk_asan/load.c:784
        box = 0x5e5feae683e0 <root_box_data>
        iseq = 0x78b3459de4e8
#28 0x00005e5fe9884585 in require_internal (ec=ec@entry=0x5170000000d0, fname=<optimized out>, exception=<optimized out>, warn=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1355
        found = 114
        handle = <optimized out>
        _ec = <optimized out>
        _tag = <optimized out>
        th = 0x515000000300
        box = 0x5e5feae683e0 <root_box_data>
        saved = <optimized out>
        ftptr = <optimized out>
        realpath = <optimized out>
        realpaths = 132711364088000
        realpath_map = 132711364087840
        path = 132711362455040
        state = RUBY_TAG_NONE
        th2 = <optimized out>
        result = <optimized out>
        saved_path = <optimized out>
        reset_ext_config = <optimized out>
        prev_ext_config = <optimized out>
#29 0x00005e5fe9882484 in rb_require_string_internal (fname=132711362455080, resurrect=false) at /tmp/ruby/src/trunk_asan/load.c:1466
        result = <optimized out>
        ec = 0x5170000000d0
        result = <optimized out>
#30 rb_require_relative_entrypoint (fname=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1069
        base = <optimized out>
#31 0x00005e5fe9b9cf78 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 = 0x58c100140003
        cc = <optimized out>
        me = 0x78b3459de678
        cfunc = 0x5060000370a8
        recv = 132711364278360
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#32 0x00005e5fe9b82845 in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7fff44231a80) 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>
#33 0x00005e5fe9b822d5 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
#34 0x00005e5fe9b3ec7d in vm_sendish (ec=0x5170000000d0, reg_cfp=0x78b3435ff790, 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>
#35 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:903
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5e5fe9b33126 <vm_exec_core+1478>, 0x5e5fe9b3442d <vm_exec_core+6349>, 0x5e5fe9b39661 <vm_exec_core+27393>, 0x5e5fe9b33f9f <vm_exec_core+5183>, 0x5e5fe9b3a3a5 <vm_exec_core+30789>, 0x5e5fe9b3821d <vm_exec_core+22205>, 0x5e5fe9b35e1e <vm_exec_core+12990>, 0x5e5fe9b3328e <vm_exec_core+1838>, 0x5e5fe9b39c54 <vm_exec_core+28916>, 0x5e5fe9b3999c <vm_exec_core+28220>, 0x5e5fe9b3421c <vm_exec_core+5820>, 0x5e5fe9b3377e <vm_exec_core+3102>, 0x5e5fe9b38916 <vm_exec_core+23990>, 0x5e5fe9b34d23 <vm_exec_core+8643>, 0x5e5fe9b39de8 <vm_exec_core+29320>, 0x5e5fe9b39afe <vm_exec_core+28574>, 0x5e5fe9b35411 <vm_exec_core+10417>, 0x5e5fe9b35dad <vm_exec_core+12877>, 0x5e5fe9b38475 <vm_exec_core+22805>, 0x5e5fe9b39a75 <vm_exec_core+28437>, 0x5e5fe9b37890 <vm_exec_core+19760>, 0x5e5fe9b384fe <vm_exec_core+22942>, 0x5e5fe9b38fb7 <vm_exec_core+25687>, 0x5e5fe9b377cd <vm_exec_core+19565>, 0x5e5fe9b336bb <vm_exec_core+2907>, 0x5e5fe9b37f20 <vm_exec_core+21440>, 0x5e5fe9b3354e <vm_exec_core+2542>, 0x5e5fe9b33984 <vm_exec_core+3620>, 0x5e5fe9b35694 <vm_exec_core+11060>, 0x5e5fe9b3739a <vm_exec_core+18490>, 0x5e5fe9b37db9 <vm_exec_core+21081>, 0x5e5fe9b3702f <vm_exec_core+17615>, 0x5e5fe9b3315a <vm_exec_core+1530>, 0x5e5fe9b391e7 <vm_exec_core+26247>, 0x5e5fe9b398c7 <vm_exec_core+28007>, 0x5e5fe9b33b2b <vm_exec_core+4043>, 0x5e5fe9b346d7 <vm_exec_core+7031>, 0x5e5fe9b34395 <vm_exec_core+6197>, 0x5e5fe9b34e12 <vm_exec_core+8882>, 0x5e5fe9b35c49 <vm_exec_core+12521>, 0x5e5fe9b33bd2 <vm_exec_core+4210>, 0x5e5fe9b3904f <vm_exec_core+25839>, 0x5e5fe9b34661 <vm_exec_core+6913>, 0x5e5fe9b35af7 <vm_exec_core+12183>, 0x5e5fe9b365be <vm_exec_core+14942>, 0x5e5fe9b389ac <vm_exec_core+24140>, 0x5e5fe9b37a52 <vm_exec_core+20210>, 0x5e5fe9b350ec <vm_exec_core+9612>, 0x5e5fe9b3496e <vm_exec_core+7694>, 0x5e5fe9b38802 <vm_exec_core+23714>, 0x5e5fe9b35874 <vm_exec_core+11540>, 0x5e5fe9b3801f <vm_exec_core+21695>, 0x5e5fe9b37ac4 <vm_exec_core+20324>, 0x5e5fe9b380d6 <vm_exec_core+21878>, 0x5e5fe9b39599 <vm_exec_core+27193>, 0x5e5fe9b36e41 <vm_exec_core+17121>, 0x5e5fe9b38a65 <vm_exec_core+24325>, 0x5e5fe9b32ea8 <vm_exec_core+840>, 0x5e5fe9b38593 <vm_exec_core+23091>, 0x5e5fe9b3520b <vm_exec_core+9899>, 0x5e5fe9b37728 <vm_exec_core+19400>, 0x5e5fe9b37968 <vm_exec_core+19976>, 0x5e5fe9b361f2 <vm_exec_core+13970>, 0x5e5fe9b33a38 <vm_exec_core+3800>, 0x5e5fe9b355b9 <vm_exec_core+10841>, 0x5e5fe9b34bf6 <vm_exec_core+8342>, 0x5e5fe9b38154 <vm_exec_core+22004>, 0x5e5fe9b33d63 <vm_exec_core+4611>, 0x5e5fe9b35f9f <vm_exec_core+13375>, 0x5e5fe9b368ef <vm_exec_core+15759>, 0x5e5fe9b34ef0 <vm_exec_core+9104>, 0x5e5fe9b4044d <vm_exec_core+55533>, 0x5e5fe9b348c5 <vm_exec_core+7525>, 0x5e5fe9b347bd <vm_exec_core+7261>, 0x5e5fe9b34ac8 <vm_exec_core+8040>, 0x5e5fe9b354b3 <vm_exec_core+10579>, 0x5e5fe9b37233 <vm_exec_core+18131>, 0x5e5fe9b36679 <vm_exec_core+15129>, 0x5e5fe9b37e38 <vm_exec_core+21208>, 0x5e5fe9b36ad5 <vm_exec_core+16245>, 0x5e5fe9b39110 <vm_exec_core+26032>, 0x5e5fe9b3a647 <vm_exec_core+31463>, 0x5e5fe9b39354 <vm_exec_core+26612>, 0x5e5fe9b39f38 <vm_exec_core+29656>, 0x5e5fe9b3a029 <vm_exec_core+29897>, 0x5e5fe9b335e0 <vm_exec_core+2688>, 0x5e5fe9b39b7d <vm_exec_core+28701>, 0x5e5fe9b35799 <vm_exec_core+11321>, 0x5e5fe9b39d0b <vm_exec_core+29099>, 0x5e5fe9b352da <vm_exec_core+10106>, 0x5e5fe9b3928b <vm_exec_core+26411>, 0x5e5fe9b33477 <vm_exec_core+2327>, 0x5e5fe9b33c5d <vm_exec_core+4349>, 0x5e5fe9b3a26d <vm_exec_core+30477>, 0x5e5fe9b35b7d <vm_exec_core+12317>, 0x5e5fe9b3597a <vm_exec_core+11802>, 0x5e5fe9b32ead <vm_exec_core+845>, 0x5e5fe9b3339a <vm_exec_core+2106>, 0x5e5fe9b32f33 <vm_exec_core+979>, 0x5e5fe9b39443 <vm_exec_core+26851>, 0x5e5fe9b36cfe <vm_exec_core+16798>, 0x5e5fe9b363c2 <vm_exec_core+14434>, 0x5e5fe9b36bda <vm_exec_core+16506>, 0x5e5fe9b36826 <vm_exec_core+15558>, 0x5e5fe9b35a0f <vm_exec_core+11951>, 0x5e5fe9b362cd <vm_exec_core+14189>, 0x5e5fe9b35c99 <vm_exec_core+12601>, 0x5e5fe9b364dc <vm_exec_core+14716>, 0x5e5fe9b3654d <vm_exec_core+14829>, 0x5e5fe9b33117 <vm_exec_core+1463>, 0x5e5fe9b3441e <vm_exec_core+6334>, 0x5e5fe9b39652 <vm_exec_core+27378>, 0x5e5fe9b33f90 <vm_exec_core+5168>, 0x5e5fe9b3a396 <vm_exec_core+30774>, 0x5e5fe9b3820e <vm_exec_core+22190>, 0x5e5fe9b35e0f <vm_exec_core+12975>, 0x5e5fe9b3327f <vm_exec_core+1823>, 0x5e5fe9b39c45 <vm_exec_core+28901>, 0x5e5fe9b3998d <vm_exec_core+28205>, 0x5e5fe9b3420d <vm_exec_core+5805>, 0x5e5fe9b3376f <vm_exec_core+3087>, 0x5e5fe9b38907 <vm_exec_core+23975>, 0x5e5fe9b34d14 <vm_exec_core+8628>, 0x5e5fe9b39dd9 <vm_exec_core+29305>, 0x5e5fe9b39aef <vm_exec_core+28559>, 0x5e5fe9b35402 <vm_exec_core+10402>, 0x5e5fe9b35d9e <vm_exec_core+12862>, 0x5e5fe9b38466 <vm_exec_core+22790>, 0x5e5fe9b39a66 <vm_exec_core+28422>, 0x5e5fe9b37881 <vm_exec_core+19745>, 0x5e5fe9b384ef <vm_exec_core+22927>, 0x5e5fe9b38fa8 <vm_exec_core+25672>, 0x5e5fe9b377be <vm_exec_core+19550>, 0x5e5fe9b336ac <vm_exec_core+2892>, 0x5e5fe9b37f11 <vm_exec_core+21425>, 0x5e5fe9b3353f <vm_exec_core+2527>, 0x5e5fe9b33975 <vm_exec_core+3605>, 0x5e5fe9b35685 <vm_exec_core+11045>, 0x5e5fe9b3738b <vm_exec_core+18475>, 0x5e5fe9b37daa <vm_exec_core+21066>, 0x5e5fe9b37020 <vm_exec_core+17600>, 0x5e5fe9b3314b <vm_exec_core+1515>, 0x5e5fe9b391d8 <vm_exec_core+26232>, 0x5e5fe9b398b8 <vm_exec_core+27992>, 0x5e5fe9b33b1c <vm_exec_core+4028>, 0x5e5fe9b346c8 <vm_exec_core+7016>, 0x5e5fe9b34386 <vm_exec_core+6182>, 0x5e5fe9b34e03 <vm_exec_core+8867>, 0x5e5fe9b35c3a <vm_exec_core+12506>, 0x5e5fe9b33bc3 <vm_exec_core+4195>, 0x5e5fe9b39040 <vm_exec_core+25824>, 0x5e5fe9b34652 <vm_exec_core+6898>, 0x5e5fe9b35ae8 <vm_exec_core+12168>, 0x5e5fe9b365af <vm_exec_core+14927>, 0x5e5fe9b3899d <vm_exec_core+24125>, 0x5e5fe9b37a43 <vm_exec_core+20195>, 0x5e5fe9b350dd <vm_exec_core+9597>, 0x5e5fe9b3495f <vm_exec_core+7679>, 0x5e5fe9b387f3 <vm_exec_core+23699>, 0x5e5fe9b35865 <vm_exec_core+11525>, 0x5e5fe9b38010 <vm_exec_core+21680>, 0x5e5fe9b37ab5 <vm_exec_core+20309>, 0x5e5fe9b380c7 <vm_exec_core+21863>, 0x5e5fe9b3958a <vm_exec_core+27178>, 0x5e5fe9b36e32 <vm_exec_core+17106>, 0x5e5fe9b38a56 <vm_exec_core+24310>, 0x5e5fe9b37efd <vm_exec_core+21405>, 0x5e5fe9b38584 <vm_exec_core+23076>, 0x5e5fe9b351fc <vm_exec_core+9884>, 0x5e5fe9b37719 <vm_exec_core+19385>, 0x5e5fe9b37959 <vm_exec_core+19961>, 0x5e5fe9b361e3 <vm_exec_core+13955>, 0x5e5fe9b37386 <vm_exec_core+18470>, 0x5e5fe9b355aa <vm_exec_core+10826>, 0x5e5fe9b34be7 <vm_exec_core+8327>, 0x5e5fe9b38145 <vm_exec_core+21989>, 0x5e5fe9b33d54 <vm_exec_core+4596>, 0x5e5fe9b35f90 <vm_exec_core+13360>, 0x5e5fe9b368e0 <vm_exec_core+15744>, 0x5e5fe9b34ee1 <vm_exec_core+9089>, 0x5e5fe9b4043e <vm_exec_core+55518>, 0x5e5fe9b348b6 <vm_exec_core+7510>, 0x5e5fe9b347ae <vm_exec_core+7246>, 0x5e5fe9b34ab9 <vm_exec_core+8025>, 0x5e5fe9b354a4 <vm_exec_core+10564>, 0x5e5fe9b37224 <vm_exec_core+18116>, 0x5e5fe9b3666a <vm_exec_core+15114>, 0x5e5fe9b3721f <vm_exec_core+18111>, 0x5e5fe9b37a3e <vm_exec_core+20190>, 0x5e5fe9b37a39 <vm_exec_core+20185>, 0x5e5fe9b34ab4 <vm_exec_core+8020>, 0x5e5fe9b37efd <vm_exec_core+21405>, 0x5e5fe9b35c03 <vm_exec_core+12451>, 0x5e5fe9b35c08 <vm_exec_core+12456>, 0x5e5fe9b37a34 <vm_exec_core+20180>, 0x5e5fe9b3787c <vm_exec_core+19740>, 0x5e5fe9b368db <vm_exec_core+15739>, 0x5e5fe9b36812 <vm_exec_core+15538>, 0x5e5fe9b3792b <vm_exec_core+19915>, 0x5e5fe9b36ce5 <vm_exec_core+16773>...}
        reg_cfp = 0x78b3435ff790
        reg_pc = 0x5040000089b8
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#36 0x00005e5fe9b2dd62 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2784
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#37 0x00005e5fe9b75ff8 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:3050
        ec = 0x5170000000d0
        val = <optimized out>
#38 0x00005e5fe9774c7a in rb_ec_exec_node (ec=0x5170000000d0, n=0x78b3459de718) at /tmp/ruby/src/trunk_asan/eval.c:283
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7fff44231fb0, <optimized out>, 0x7fff44231f00, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x78b3459de718
#39 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:321
        ec = 0x5170000000d0
        status = <optimized out>
#40 0x00005e5fe976dbe7 in rb_main (argc=9, argv=0x7fff44232188) at /tmp/ruby/src/trunk_asan/main.c:42
        variable_in_this_stack_frame = <optimized out>
#41 main (argc=9, argv=0x7fff44232188) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

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

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

Children under /tmp/rubytest.n0dnrx:
* -rw-r--r-- 1  100112 2025-11-25 10:15:29 +0000 _ruby_box_p2685694_2_io+console.so
* -rw-r--r-- 1   18688 2025-11-25 10:15:29 +0000 _ruby_box_p2685694_2_-test-+sanitizers.so
* -rw-r--r-- 1   57832 2025-11-25 10:15:29 +0000 _ruby_box_p2685694_2_rbconfig+sizeof.so
* -rw-r--r-- 1   31544 2025-11-25 10:15:29 +0000 _ruby_box_p2685440_2_monitor.so
* -rw-r--r-- 1  152440 2025-11-25 10:15:29 +0000 _ruby_box_p2685440_2_stringio.so
* -rw-r--r-- 1   28832 2025-11-25 10:15:29 +0000 _ruby_box_p2685440_2_erb+escape.so
* -rw-r--r-- 1   51032 2025-11-25 10:15:29 +0000 _ruby_box_p2685440_2_cgi+escape.so
* -rw-r--r-- 1  104440 2025-11-25 10:15:29 +0000 _ruby_box_p2685440_2_strscan.so
* -rw-r--r-- 1   24216 2025-11-25 10:15:29 +0000 _ruby_box_p2685440_2_io+nonblock.so
* -rw-r--r-- 1   65840 2025-11-25 10:15:29 +0000 _ruby_box_p2685440_2_digest.so
* -rw-r--r-- 1 1497808 2025-11-25 10:15:29 +0000 _ruby_box_p2685440_2_openssl.so
* -rw-r--r-- 1   16768 2025-11-25 10:15:28 +0000 _ruby_box_p2685440_2_io+wait.so
* -rw-r--r-- 1  960152 2025-11-25 10:15:28 +0000 _ruby_box_p2685440_2_socket.so
* -rw-r--r-- 1  302216 2025-11-25 10:15:28 +0000 _ruby_box_p2685440_2_zlib.so
* -rw-r--r-- 1  112944 2025-11-25 10:15:28 +0000 _ruby_box_p2685440_2_psych.so
* -rw-r--r-- 1  226320 2025-11-25 10:15:28 +0000 _ruby_box_p2685440_2_json+ext+generator.so
* -rw-r--r-- 1  171392 2025-11-25 10:15:28 +0000 _ruby_box_p2685440_2_json+ext+parser.so
* -rw-r--r-- 1  109520 2025-11-25 10:15:28 +0000 _ruby_box_p2685440_2_etc.so
* -rw-r--r-- 1  941192 2025-11-25 10:15:28 +0000 _ruby_box_p2685440_2_date_core.so
* -rw-r--r-- 1  100112 2025-11-25 10:15:28 +0000 _ruby_box_p2685440_2_io+console.so
* -rw-r--r-- 1   18688 2025-11-25 10:15:28 +0000 _ruby_box_p2685440_2_-test-+sanitizers.so
* -rw-r--r-- 1   57832 2025-11-25 10:15:28 +0000 _ruby_box_p2685440_2_rbconfig+sizeof.so
* -rw-r--r-- 1  100112 2025-11-25 10:15:26 +0000 _ruby_box_p2685187_2_io+console.so
* -rw-r--r-- 1   18688 2025-11-25 10:15:26 +0000 _ruby_box_p2685187_2_-test-+sanitizers.so
* -rw-r--r-- 1   57832 2025-11-25 10:15:26 +0000 _ruby_box_p2685187_2_rbconfig+sizeof.so
* -rw-r--r-- 1  100112 2025-11-25 10:15:26 +0000 _ruby_box_p2685090_2_io+console.so
* -rw-r--r-- 1   18688 2025-11-25 10:15:26 +0000 _ruby_box_p2685090_2_-test-+sanitizers.so
* -rw-r--r-- 1   57832 2025-11-25 10:15:26 +0000 _ruby_box_p2685090_2_rbconfig+sizeof.so
* -rw-r--r-- 1  100112 2025-11-25 10:15:25 +0000 _ruby_box_p2684930_2_io+console.so
* -rw-r--r-- 1   18688 2025-11-25 10:15:25 +0000 _ruby_box_p2684930_2_-test-+sanitizers.so
* -rw-r--r-- 1   57832 2025-11-25 10:15:24 +0000 _ruby_box_p2684930_2_rbconfig+sizeof.so
$ timeout 60 gdb -p 2668602 -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".
0x0000743d699107d7 in __GI___wait4 (pid=-1, stat_loc=0x7fff199ba86c, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:30

>>> Threads

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

>>> Machine level backtrace


Thread 1 (Thread 0x743d69a24740 (LWP 2668602) "make"):
#0  0x0000743d699107d7 in __GI___wait4 (pid=-1, stat_loc=0x7fff199ba86c, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:30
        sc_ret = -512
        sc_ret = <optimized out>
#1  0x000062c756f90d16 in reap_children ()
No symbol table info available.
#2  0x000062c756f91a8c in new_job ()
No symbol table info available.
#3  0x000062c756fa072a in ?? ()
No symbol table info available.
#4  0x000062c756fa109e in update_goal_chain ()
No symbol table info available.
#5  0x000062c756f7b67a in main ()
No symbol table info available.

>>> Dump Ruby level backtrace (if possible)

[Inferior 1 (process 2668602) detached]
make: *** [uncommon.mk:915: yes-test-all] Error 1
#<Errno::ESRCH: No such process>
$ timeout 60 gdb -p 2668601 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
Could not attach to process.  If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user.  For more details, see /etc/sysctl.d/10-ptrace.conf

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

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

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

#<Errno::ESRCH: No such process>
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j16'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--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 --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.0/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.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.9.5/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.0.0dev (2025-11-25T08:09:52Z master e920ee3289) +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 39.574400 seconds

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