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

$$$ ps jx
   PPID     PID    PGID     SID TTY        TPGID STAT   UID   TIME COMMAND
      1     959     959     959 ?             -1 Ss    1000   0:05 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
    959     972     972     972 pts/0        972 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
    972     973     972     972 pts/0        972 S+    1000   0:01 sh build-loop.sh trunk_asan --incremental --exclude-steps=test_btest
    973 1935152     972     972 pts/0        972 Sl+   1000   0:00 ruby ./br.rb build_report trunk_asan --incremental --exclude-steps=test_btest
1935152 1935155     972     972 pts/0        972 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.20250124-222552 --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'" --incremental --exclude-steps=test_btest
1935155 1935156     972     972 pts/0        972 Sl+   1000   0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk_asan --logfile=/home/ko1/ruby/logs/brlog.trunk_asan.20250124-222552 --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' --incremental --exclude-steps=test_btest
1935156 1936133     972     972 pts/0        972 S+    1000   0:00 sh -c make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
1936133 1936134     972     972 pts/0        972 S+    1000   0:00 make yes-test-all TESTOPTS=--stderr-on-failure TESTS=-j16
1936134 1936463     972     972 pts/0        972 Sl+   1000   0:16 /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
1936463 1936476     972     972 pts/0        972 Sl+   1000   0:29 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestThread#test_fork_while_locked
1936476 1963265     972     972 pts/0        972 S+    1000   0:00 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestThread#test_fork_while_locked
1935156 1965072     972     972 pts/0        972 R+    1000   0:00 ps jx
      1 3070353 3070353 3070353 ?             -1 Ss    1000   0:00 /usr/lib/systemd/systemd --user
3070353 3070354 3070353 3070353 ?             -1 S     1000   0:00 (sd-pam)
      1 3726029 3726029 3726029 ?             -1 Ss    1000   0:00 ssh-agent
{1=>[959, 3070353, 3726029], 959=>[972], 972=>[973], 973=>[1935152], 1935152=>[1935155], 1935155=>[1935156], 1935156=>[1936133, 1965072], 1936133=>[1936134], 1936134=>[1936463], 1936463=>[1936476], 1936476=>[1963265], 3070353=>[3070354]}
$ timeout 60 gdb -p 1963265 -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".
0x00005cbe97556e4e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()

>>> Threads

  Id   Target Id                                             Frame 
* 1    Thread 0x76eed18006c0 (LWP 1963265) "test_thread.rb*" 0x00005cbe97556e4e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()

>>> Machine level backtrace


Thread 1 (Thread 0x76eed18006c0 (LWP 1963265) "test_thread.rb*"):
#0  0x00005cbe97556e4e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
No symbol table info available.
#1  0x00005cbe97557e0a in __sanitizer::Semaphore::Wait() ()
No symbol table info available.
#2  0x00005cbe974a4798 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  0x00005cbe974a4589 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  0x00005cbe974a43bd 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  0x00005cbe974a3dfd in __sanitizer::Quarantine<__asan::QuarantineCallback, __asan::AsanChunk>::DoRecycle(__sanitizer::QuarantineCache<__asan::QuarantineCallback>*, __asan::QuarantineCallback) ()
No symbol table info available.
#6  0x00005cbe974a3a46 in __sanitizer::Quarantine<__asan::QuarantineCallback, __asan::AsanChunk>::Recycle(unsigned long, __asan::QuarantineCallback) ()
No symbol table info available.
#7  0x00005cbe974a5d16 in __sanitizer::Quarantine<__asan::QuarantineCallback, __asan::AsanChunk>::Put(__sanitizer::QuarantineCache<__asan::QuarantineCallback>*, __asan::QuarantineCallback, __asan::AsanChunk*, unsigned long) ()
No symbol table info available.
#8  0x00005cbe9753cbe0 in __interceptor_free ()
No symbol table info available.
#9  0x00005cbe975adacc in rb_gc_impl_free (objspace_ptr=0x51d000000a80, ptr=0x76eec37f5800, old_size=18446744073709551104) at /tmp/ruby/src/trunk_asan/gc/default/default.c:8164
        objspace = 0x51d000000a80
        malloc_increase_done = <optimized out>
#10 ruby_sized_xfree (x=0x76eec37f5800, size=0) at /tmp/ruby/src/trunk_asan/gc.c:4682
No locals.
#11 ruby_xfree (x=0x76eec37f5800) at /tmp/ruby/src/trunk_asan/gc.c:4693
No locals.
#12 0x00005cbe97870515 in rb_threadptr_sched_free (th=th@entry=0x515000214100) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2305
No locals.
#13 0x00005cbe979480bf in thread_free (ptr=0x540000000208, ptr@entry=0x515000214100) at /tmp/ruby/src/trunk_asan/vm.c:3530
        th = 0x540000000208
#14 0x00005cbe97947c22 in ruby_vm_destruct (vm=0x525000000100) at /tmp/ruby/src/trunk_asan/vm.c:3126
        th = 0x515000214100
        stack = 0x76eec37f5800
        objspace = <optimized out>
        next = <optimized out>
#15 0x00005cbe97580bb0 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:263
        save_error = 4
        sysex = 0
        signaled = 0
        th0 = 0x515000214100
        step = 4
        message = 4
        th = <optimized out>
        buf = <optimized out>
        state = <optimized out>
#16 0x00005cbe9758111b in ruby_stop (ex=520, ex@entry=0) at /tmp/ruby/src/trunk_asan/eval.c:290
No locals.
#17 0x00005cbe97708ccd in rb_f_fork (obj=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4285
        status = <optimized out>
        pid = <optimized out>
#18 0x00005cbe97968cb8 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:3801
        ci = 0x649100040001
        cc = <optimized out>
        me = 0x76eed23716e8
        cfunc = 0x50400001ffd8
        recv = 130768101523080
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#19 0x00005cbe9790f7e7 in vm_sendish (ec=0x516000acdad0, reg_cfp=0x76eec38f5720, cd=0x5040009dae10, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#20 vm_exec_core (ec=ec@entry=0x516000acdad0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x5040009dae10
        insns_address_table = {0x5cbe9790b51c <vm_exec_core+14140>, 0x5cbe979084eb <vm_exec_core+1803>, 0x5cbe97909e99 <vm_exec_core+8377>, 0x5cbe9790f9c8 <vm_exec_core+31720>, 0x5cbe97909771 <vm_exec_core+6545>, 0x5cbe9791077d <vm_exec_core+35229>, 0x5cbe9790e7ca <vm_exec_core+27114>, 0x5cbe9790c39c <vm_exec_core+17852>, 0x5cbe97908820 <vm_exec_core+2624>, 0x5cbe979101fb <vm_exec_core+33819>, 0x5cbe9790fd9b <vm_exec_core+32699>, 0x5cbe97909b6c <vm_exec_core+7564>, 0x5cbe97908e8c <vm_exec_core+4268>, 0x5cbe9790ed01 <vm_exec_core+28449>, 0x5cbe9790ab1c <vm_exec_core+11580>, 0x5cbe9791043d <vm_exec_core+34397>, 0x5cbe9790ffea <vm_exec_core+33290>, 0x5cbe9790b394 <vm_exec_core+13748>, 0x5cbe9790c2ed <vm_exec_core+17677>, 0x5cbe9790e97a <vm_exec_core+27546>, 0x5cbe9790ff32 <vm_exec_core+33106>, 0x5cbe9790d92c <vm_exec_core+23372>, 0x5cbe9790ea2e <vm_exec_core+27726>, 0x5cbe9790eeb8 <vm_exec_core+28888>, 0x5cbe9790d83e <vm_exec_core+23134>, 0x5cbe97908d6c <vm_exec_core+3980>, 0x5cbe9790e121 <vm_exec_core+25409>, 0x5cbe97908b94 <vm_exec_core+3508>, 0x5cbe97908f4d <vm_exec_core+4461>, 0x5cbe9790b689 <vm_exec_core+14505>, 0x5cbe9790d6ab <vm_exec_core+22731>, 0x5cbe9790dcef <vm_exec_core+24335>, 0x5cbe9790d3f4 <vm_exec_core+22036>, 0x5cbe97908751 <vm_exec_core+2417>, 0x5cbe9790f15c <vm_exec_core+29564>, 0x5cbe9790fc4b <vm_exec_core+32363>, 0x5cbe97909064 <vm_exec_core+4740>, 0x5cbe9790a31d <vm_exec_core+9533>, 0x5cbe97909d90 <vm_exec_core+8112>, 0x5cbe9790ac97 <vm_exec_core+11959>, 0x5cbe9790c21b <vm_exec_core+17467>, 0x5cbe97909170 <vm_exec_core+5008>, 0x5cbe9790efa1 <vm_exec_core+29121>, 0x5cbe9790a262 <vm_exec_core+9346>, 0x5cbe9790c084 <vm_exec_core+17060>, 0x5cbe9790cc27 <vm_exec_core+20039>, 0x5cbe9790ee1b <vm_exec_core+28731>, 0x5cbe9790db17 <vm_exec_core+23863>, 0x5cbe9790aed7 <vm_exec_core+12535>, 0x5cbe9790a59b <vm_exec_core+10171>, 0x5cbe9790ebc1 <vm_exec_core+28129>, 0x5cbe9790b835 <vm_exec_core+14933>, 0x5cbe9790e1e8 <vm_exec_core+25608>, 0x5cbe9790dc46 <vm_exec_core+24166>, 0x5cbe9790e443 <vm_exec_core+26211>, 0x5cbe9790f486 <vm_exec_core+30374>, 0x5cbe9790ce64 <vm_exec_core+20612>, 0x5cbe9790818b <vm_exec_core+939>, 0x5cbe9790b069 <vm_exec_core+12937>, 0x5cbe9790eaf1 <vm_exec_core+27921>, 0x5cbe9790b1ac <vm_exec_core+13260>, 0x5cbe9790d764 <vm_exec_core+22916>, 0x5cbe9790e008 <vm_exec_core+25128>, 0x5cbe9790c932 <vm_exec_core+19282>, 0x5cbe9790d54d <vm_exec_core+22381>, 0x5cbe9790b42b <vm_exec_core+13899>, 0x5cbe9790a8b1 <vm_exec_core+10961>, 0x5cbe9790e536 <vm_exec_core+26454>, 0x5cbe97909242 <vm_exec_core+5218>, 0x5cbe9790c716 <vm_exec_core+18742>, 0x5cbe97917bdb <vm_exec_core+65019>, 0x5cbe9790d9ec <vm_exec_core+23564>, 0x5cbe97909501 <vm_exec_core+5921>, 0x5cbe97909a33 <vm_exec_core+7251>, 0x5cbe9790963a <vm_exec_core+6234>, 0x5cbe9790a42b <vm_exec_core+9803>, 0x5cbe9790ad12 <vm_exec_core+12082>, 0x5cbe97908190 <vm_exec_core+944>, 0x5cbe9790a141 <vm_exec_core+9057>, 0x5cbe979109d2 <vm_exec_core+35826>, 0x5cbe9790df08 <vm_exec_core+24872>, 0x5cbe9790cd07 <vm_exec_core+20263>, 0x5cbe9790f036 <vm_exec_core+29270>, 0x5cbe97910abb <vm_exec_core+36059>, 0x5cbe9790f389 <vm_exec_core+30121>, 0x5cbe979104e7 <vm_exec_core+34567>, 0x5cbe979105d1 <vm_exec_core+34801>, 0x5cbe97908c73 <vm_exec_core+3731>, 0x5cbe979100a8 <vm_exec_core+33480>, 0x5cbe9790b742 <vm_exec_core+14690>, 0x5cbe979102f0 <vm_exec_core+34064>, 0x5cbe9790b26d <vm_exec_core+13453>, 0x5cbe9790f24d <vm_exec_core+29805>, 0x5cbe9790a6e4 <vm_exec_core+10500>, 0x5cbe9790ba8b <vm_exec_core+15531>, 0x5cbe979106c7 <vm_exec_core+35047>, 0x5cbe9790c15b <vm_exec_core+17275>, 0x5cbe9790bc3c <vm_exec_core+15964>, 0x5cbe97908276 <vm_exec_core+1174>, 0x5cbe9790898f <vm_exec_core+2991>, 0x5cbe97908374 <vm_exec_core+1428>, 0x5cbe9790ca42 <vm_exec_core+19554>, 0x5cbe9790be12 <vm_exec_core+16434>, 0x5cbe9790c5d7 <vm_exec_core+18423>, 0x5cbe9790c4de <vm_exec_core+18174>, 0x5cbe9790b576 <vm_exec_core+14230>, 0x5cbe9790bcf2 <vm_exec_core+16146>, 0x5cbe9790b94c <vm_exec_core+15212>, 0x5cbe9790bf56 <vm_exec_core+16758>, 0x5cbe9790bfed <vm_exec_core+16909>, 0x5cbe9790b50d <vm_exec_core+14125>, 0x5cbe979084dc <vm_exec_core+1788>, 0x5cbe97909e8a <vm_exec_core+8362>, 0x5cbe9790f9b9 <vm_exec_core+31705>, 0x5cbe97909762 <vm_exec_core+6530>, 0x5cbe9791076e <vm_exec_core+35214>, 0x5cbe9790e7bb <vm_exec_core+27099>, 0x5cbe9790c38d <vm_exec_core+17837>, 0x5cbe97908811 <vm_exec_core+2609>, 0x5cbe979101ec <vm_exec_core+33804>, 0x5cbe9790fd8c <vm_exec_core+32684>, 0x5cbe97909b5d <vm_exec_core+7549>, 0x5cbe97908e7d <vm_exec_core+4253>, 0x5cbe9790ecf2 <vm_exec_core+28434>, 0x5cbe9790ab0d <vm_exec_core+11565>, 0x5cbe9791042e <vm_exec_core+34382>, 0x5cbe9790ffdb <vm_exec_core+33275>, 0x5cbe9790b385 <vm_exec_core+13733>, 0x5cbe9790c2de <vm_exec_core+17662>, 0x5cbe9790e96b <vm_exec_core+27531>, 0x5cbe9790ff23 <vm_exec_core+33091>, 0x5cbe9790d91d <vm_exec_core+23357>, 0x5cbe9790ea1f <vm_exec_core+27711>, 0x5cbe9790eea9 <vm_exec_core+28873>, 0x5cbe9790d82f <vm_exec_core+23119>, 0x5cbe97908d5d <vm_exec_core+3965>, 0x5cbe9790e112 <vm_exec_core+25394>, 0x5cbe97908b85 <vm_exec_core+3493>, 0x5cbe97908f3e <vm_exec_core+4446>, 0x5cbe9790b67a <vm_exec_core+14490>, 0x5cbe9790d69c <vm_exec_core+22716>, 0x5cbe9790dce0 <vm_exec_core+24320>, 0x5cbe9790d3e5 <vm_exec_core+22021>, 0x5cbe97908742 <vm_exec_core+2402>, 0x5cbe9790f14d <vm_exec_core+29549>, 0x5cbe9790fc3c <vm_exec_core+32348>, 0x5cbe97909055 <vm_exec_core+4725>, 0x5cbe9790a30e <vm_exec_core+9518>, 0x5cbe97909d81 <vm_exec_core+8097>, 0x5cbe9790ac88 <vm_exec_core+11944>, 0x5cbe9790c20c <vm_exec_core+17452>, 0x5cbe97909161 <vm_exec_core+4993>, 0x5cbe9790ef92 <vm_exec_core+29106>, 0x5cbe9790a253 <vm_exec_core+9331>, 0x5cbe9790c075 <vm_exec_core+17045>, 0x5cbe9790cc18 <vm_exec_core+20024>, 0x5cbe9790ee0c <vm_exec_core+28716>, 0x5cbe9790db08 <vm_exec_core+23848>, 0x5cbe9790aec8 <vm_exec_core+12520>, 0x5cbe9790a58c <vm_exec_core+10156>, 0x5cbe9790ebb2 <vm_exec_core+28114>, 0x5cbe9790b826 <vm_exec_core+14918>, 0x5cbe9790e1d9 <vm_exec_core+25593>, 0x5cbe9790dc37 <vm_exec_core+24151>, 0x5cbe9790e434 <vm_exec_core+26196>, 0x5cbe9790f477 <vm_exec_core+30359>, 0x5cbe9790ce55 <vm_exec_core+20597>, 0x5cbe9790dab8 <vm_exec_core+23768>, 0x5cbe9790b05a <vm_exec_core+12922>, 0x5cbe9790eae2 <vm_exec_core+27906>, 0x5cbe9790b19d <vm_exec_core+13245>, 0x5cbe9790d755 <vm_exec_core+22901>, 0x5cbe9790dab8 <vm_exec_core+23768>, 0x5cbe9790c923 <vm_exec_core+19267>, 0x5cbe9790d53e <vm_exec_core+22366>, 0x5cbe9790b41c <vm_exec_core+13884>, 0x5cbe9790a8a2 <vm_exec_core+10946>, 0x5cbe9790e527 <vm_exec_core+26439>, 0x5cbe97909233 <vm_exec_core+5203>, 0x5cbe9790c707 <vm_exec_core+18727>, 0x5cbe97917bcc <vm_exec_core+65004>, 0x5cbe9790d9dd <vm_exec_core+23549>, 0x5cbe979094f2 <vm_exec_core+5906>, 0x5cbe97909a24 <vm_exec_core+7236>, 0x5cbe9790962b <vm_exec_core+6219>, 0x5cbe9790a41c <vm_exec_core+9788>, 0x5cbe9790ad03 <vm_exec_core+12067>, 0x5cbe9790cd02 <vm_exec_core+20258>, 0x5cbe9790c202 <vm_exec_core+17442>, 0x5cbe9790ccfd <vm_exec_core+20253>, 0x5cbe9790d918 <vm_exec_core+23352>, 0x5cbe9790d82a <vm_exec_core+23114>, 0x5cbe9790a417 <vm_exec_core+9783>, 0x5cbe9790dacc <vm_exec_core+23788>, 0x5cbe9790b738 <vm_exec_core+14680>, 0x5cbe9790b73d <vm_exec_core+14685>, 0x5cbe9790d825 <vm_exec_core+23109>, 0x5cbe9790d692 <vm_exec_core+22706>, 0x5cbe9790c5be <vm_exec_core+18398>, 0x5cbe9790c4ca <vm_exec_core+18154>...}
        reg_cfp = 0x76eec38f5720
        reg_pc = 0x508000f82c50
        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_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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <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>
#21 0x00005cbe97904558 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2595
        _ec = 0x516000acdad0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#22 0x00005cbe97986682 in invoke_iseq_block_from_c (ec=0x516000acdad0, captured=0x76eec38f57a8, self=130768101523080, 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:1625
        flags = 0
        iseq = 0x76eed8e60648
        cfp = <optimized out>
        sp = 0x76eec37f5850
        use_argv = 0x0
        stack_argv = 0x76eec37f5850
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#23 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:1639
        captured = 0x76eec38f57a8
#24 0x00005cbe97932c16 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:1676
No locals.
#25 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1684
No locals.
#26 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1344
No locals.
#27 0x00005cbe97932c16 in rb_yield (val=<optimized out>)
No locals.
#28 0x00005cbe975852e0 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:1074
        _ec = 0x516000acdad0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x76eed17feef0, <optimized out>, 0x76eed17fee00, <optimized out>, <optimized out>}, prev = 0x76eebb609240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x516000acdad0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#29 0x00005cbe97968cb8 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:3801
        ci = 0x671100000001
        cc = <optimized out>
        me = 0x76eef5bc8b70
        cfunc = 0x50400001f5d8
        recv = 130768101576080
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#30 0x00005cbe9790f7e7 in vm_sendish (ec=0x516000acdad0, reg_cfp=0x76eec38f5790, cd=0x50200313b470, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#31 vm_exec_core (ec=ec@entry=0x516000acdad0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x50200313b470
        insns_address_table = {0x5cbe9790b51c <vm_exec_core+14140>, 0x5cbe979084eb <vm_exec_core+1803>, 0x5cbe97909e99 <vm_exec_core+8377>, 0x5cbe9790f9c8 <vm_exec_core+31720>, 0x5cbe97909771 <vm_exec_core+6545>, 0x5cbe9791077d <vm_exec_core+35229>, 0x5cbe9790e7ca <vm_exec_core+27114>, 0x5cbe9790c39c <vm_exec_core+17852>, 0x5cbe97908820 <vm_exec_core+2624>, 0x5cbe979101fb <vm_exec_core+33819>, 0x5cbe9790fd9b <vm_exec_core+32699>, 0x5cbe97909b6c <vm_exec_core+7564>, 0x5cbe97908e8c <vm_exec_core+4268>, 0x5cbe9790ed01 <vm_exec_core+28449>, 0x5cbe9790ab1c <vm_exec_core+11580>, 0x5cbe9791043d <vm_exec_core+34397>, 0x5cbe9790ffea <vm_exec_core+33290>, 0x5cbe9790b394 <vm_exec_core+13748>, 0x5cbe9790c2ed <vm_exec_core+17677>, 0x5cbe9790e97a <vm_exec_core+27546>, 0x5cbe9790ff32 <vm_exec_core+33106>, 0x5cbe9790d92c <vm_exec_core+23372>, 0x5cbe9790ea2e <vm_exec_core+27726>, 0x5cbe9790eeb8 <vm_exec_core+28888>, 0x5cbe9790d83e <vm_exec_core+23134>, 0x5cbe97908d6c <vm_exec_core+3980>, 0x5cbe9790e121 <vm_exec_core+25409>, 0x5cbe97908b94 <vm_exec_core+3508>, 0x5cbe97908f4d <vm_exec_core+4461>, 0x5cbe9790b689 <vm_exec_core+14505>, 0x5cbe9790d6ab <vm_exec_core+22731>, 0x5cbe9790dcef <vm_exec_core+24335>, 0x5cbe9790d3f4 <vm_exec_core+22036>, 0x5cbe97908751 <vm_exec_core+2417>, 0x5cbe9790f15c <vm_exec_core+29564>, 0x5cbe9790fc4b <vm_exec_core+32363>, 0x5cbe97909064 <vm_exec_core+4740>, 0x5cbe9790a31d <vm_exec_core+9533>, 0x5cbe97909d90 <vm_exec_core+8112>, 0x5cbe9790ac97 <vm_exec_core+11959>, 0x5cbe9790c21b <vm_exec_core+17467>, 0x5cbe97909170 <vm_exec_core+5008>, 0x5cbe9790efa1 <vm_exec_core+29121>, 0x5cbe9790a262 <vm_exec_core+9346>, 0x5cbe9790c084 <vm_exec_core+17060>, 0x5cbe9790cc27 <vm_exec_core+20039>, 0x5cbe9790ee1b <vm_exec_core+28731>, 0x5cbe9790db17 <vm_exec_core+23863>, 0x5cbe9790aed7 <vm_exec_core+12535>, 0x5cbe9790a59b <vm_exec_core+10171>, 0x5cbe9790ebc1 <vm_exec_core+28129>, 0x5cbe9790b835 <vm_exec_core+14933>, 0x5cbe9790e1e8 <vm_exec_core+25608>, 0x5cbe9790dc46 <vm_exec_core+24166>, 0x5cbe9790e443 <vm_exec_core+26211>, 0x5cbe9790f486 <vm_exec_core+30374>, 0x5cbe9790ce64 <vm_exec_core+20612>, 0x5cbe9790818b <vm_exec_core+939>, 0x5cbe9790b069 <vm_exec_core+12937>, 0x5cbe9790eaf1 <vm_exec_core+27921>, 0x5cbe9790b1ac <vm_exec_core+13260>, 0x5cbe9790d764 <vm_exec_core+22916>, 0x5cbe9790e008 <vm_exec_core+25128>, 0x5cbe9790c932 <vm_exec_core+19282>, 0x5cbe9790d54d <vm_exec_core+22381>, 0x5cbe9790b42b <vm_exec_core+13899>, 0x5cbe9790a8b1 <vm_exec_core+10961>, 0x5cbe9790e536 <vm_exec_core+26454>, 0x5cbe97909242 <vm_exec_core+5218>, 0x5cbe9790c716 <vm_exec_core+18742>, 0x5cbe97917bdb <vm_exec_core+65019>, 0x5cbe9790d9ec <vm_exec_core+23564>, 0x5cbe97909501 <vm_exec_core+5921>, 0x5cbe97909a33 <vm_exec_core+7251>, 0x5cbe9790963a <vm_exec_core+6234>, 0x5cbe9790a42b <vm_exec_core+9803>, 0x5cbe9790ad12 <vm_exec_core+12082>, 0x5cbe97908190 <vm_exec_core+944>, 0x5cbe9790a141 <vm_exec_core+9057>, 0x5cbe979109d2 <vm_exec_core+35826>, 0x5cbe9790df08 <vm_exec_core+24872>, 0x5cbe9790cd07 <vm_exec_core+20263>, 0x5cbe9790f036 <vm_exec_core+29270>, 0x5cbe97910abb <vm_exec_core+36059>, 0x5cbe9790f389 <vm_exec_core+30121>, 0x5cbe979104e7 <vm_exec_core+34567>, 0x5cbe979105d1 <vm_exec_core+34801>, 0x5cbe97908c73 <vm_exec_core+3731>, 0x5cbe979100a8 <vm_exec_core+33480>, 0x5cbe9790b742 <vm_exec_core+14690>, 0x5cbe979102f0 <vm_exec_core+34064>, 0x5cbe9790b26d <vm_exec_core+13453>, 0x5cbe9790f24d <vm_exec_core+29805>, 0x5cbe9790a6e4 <vm_exec_core+10500>, 0x5cbe9790ba8b <vm_exec_core+15531>, 0x5cbe979106c7 <vm_exec_core+35047>, 0x5cbe9790c15b <vm_exec_core+17275>, 0x5cbe9790bc3c <vm_exec_core+15964>, 0x5cbe97908276 <vm_exec_core+1174>, 0x5cbe9790898f <vm_exec_core+2991>, 0x5cbe97908374 <vm_exec_core+1428>, 0x5cbe9790ca42 <vm_exec_core+19554>, 0x5cbe9790be12 <vm_exec_core+16434>, 0x5cbe9790c5d7 <vm_exec_core+18423>, 0x5cbe9790c4de <vm_exec_core+18174>, 0x5cbe9790b576 <vm_exec_core+14230>, 0x5cbe9790bcf2 <vm_exec_core+16146>, 0x5cbe9790b94c <vm_exec_core+15212>, 0x5cbe9790bf56 <vm_exec_core+16758>, 0x5cbe9790bfed <vm_exec_core+16909>, 0x5cbe9790b50d <vm_exec_core+14125>, 0x5cbe979084dc <vm_exec_core+1788>, 0x5cbe97909e8a <vm_exec_core+8362>, 0x5cbe9790f9b9 <vm_exec_core+31705>, 0x5cbe97909762 <vm_exec_core+6530>, 0x5cbe9791076e <vm_exec_core+35214>, 0x5cbe9790e7bb <vm_exec_core+27099>, 0x5cbe9790c38d <vm_exec_core+17837>, 0x5cbe97908811 <vm_exec_core+2609>, 0x5cbe979101ec <vm_exec_core+33804>, 0x5cbe9790fd8c <vm_exec_core+32684>, 0x5cbe97909b5d <vm_exec_core+7549>, 0x5cbe97908e7d <vm_exec_core+4253>, 0x5cbe9790ecf2 <vm_exec_core+28434>, 0x5cbe9790ab0d <vm_exec_core+11565>, 0x5cbe9791042e <vm_exec_core+34382>, 0x5cbe9790ffdb <vm_exec_core+33275>, 0x5cbe9790b385 <vm_exec_core+13733>, 0x5cbe9790c2de <vm_exec_core+17662>, 0x5cbe9790e96b <vm_exec_core+27531>, 0x5cbe9790ff23 <vm_exec_core+33091>, 0x5cbe9790d91d <vm_exec_core+23357>, 0x5cbe9790ea1f <vm_exec_core+27711>, 0x5cbe9790eea9 <vm_exec_core+28873>, 0x5cbe9790d82f <vm_exec_core+23119>, 0x5cbe97908d5d <vm_exec_core+3965>, 0x5cbe9790e112 <vm_exec_core+25394>, 0x5cbe97908b85 <vm_exec_core+3493>, 0x5cbe97908f3e <vm_exec_core+4446>, 0x5cbe9790b67a <vm_exec_core+14490>, 0x5cbe9790d69c <vm_exec_core+22716>, 0x5cbe9790dce0 <vm_exec_core+24320>, 0x5cbe9790d3e5 <vm_exec_core+22021>, 0x5cbe97908742 <vm_exec_core+2402>, 0x5cbe9790f14d <vm_exec_core+29549>, 0x5cbe9790fc3c <vm_exec_core+32348>, 0x5cbe97909055 <vm_exec_core+4725>, 0x5cbe9790a30e <vm_exec_core+9518>, 0x5cbe97909d81 <vm_exec_core+8097>, 0x5cbe9790ac88 <vm_exec_core+11944>, 0x5cbe9790c20c <vm_exec_core+17452>, 0x5cbe97909161 <vm_exec_core+4993>, 0x5cbe9790ef92 <vm_exec_core+29106>, 0x5cbe9790a253 <vm_exec_core+9331>, 0x5cbe9790c075 <vm_exec_core+17045>, 0x5cbe9790cc18 <vm_exec_core+20024>, 0x5cbe9790ee0c <vm_exec_core+28716>, 0x5cbe9790db08 <vm_exec_core+23848>, 0x5cbe9790aec8 <vm_exec_core+12520>, 0x5cbe9790a58c <vm_exec_core+10156>, 0x5cbe9790ebb2 <vm_exec_core+28114>, 0x5cbe9790b826 <vm_exec_core+14918>, 0x5cbe9790e1d9 <vm_exec_core+25593>, 0x5cbe9790dc37 <vm_exec_core+24151>, 0x5cbe9790e434 <vm_exec_core+26196>, 0x5cbe9790f477 <vm_exec_core+30359>, 0x5cbe9790ce55 <vm_exec_core+20597>, 0x5cbe9790dab8 <vm_exec_core+23768>, 0x5cbe9790b05a <vm_exec_core+12922>, 0x5cbe9790eae2 <vm_exec_core+27906>, 0x5cbe9790b19d <vm_exec_core+13245>, 0x5cbe9790d755 <vm_exec_core+22901>, 0x5cbe9790dab8 <vm_exec_core+23768>, 0x5cbe9790c923 <vm_exec_core+19267>, 0x5cbe9790d53e <vm_exec_core+22366>, 0x5cbe9790b41c <vm_exec_core+13884>, 0x5cbe9790a8a2 <vm_exec_core+10946>, 0x5cbe9790e527 <vm_exec_core+26439>, 0x5cbe97909233 <vm_exec_core+5203>, 0x5cbe9790c707 <vm_exec_core+18727>, 0x5cbe97917bcc <vm_exec_core+65004>, 0x5cbe9790d9dd <vm_exec_core+23549>, 0x5cbe979094f2 <vm_exec_core+5906>, 0x5cbe97909a24 <vm_exec_core+7236>, 0x5cbe9790962b <vm_exec_core+6219>, 0x5cbe9790a41c <vm_exec_core+9788>, 0x5cbe9790ad03 <vm_exec_core+12067>, 0x5cbe9790cd02 <vm_exec_core+20258>, 0x5cbe9790c202 <vm_exec_core+17442>, 0x5cbe9790ccfd <vm_exec_core+20253>, 0x5cbe9790d918 <vm_exec_core+23352>, 0x5cbe9790d82a <vm_exec_core+23114>, 0x5cbe9790a417 <vm_exec_core+9783>, 0x5cbe9790dacc <vm_exec_core+23788>, 0x5cbe9790b738 <vm_exec_core+14680>, 0x5cbe9790b73d <vm_exec_core+14685>, 0x5cbe9790d825 <vm_exec_core+23109>, 0x5cbe9790d692 <vm_exec_core+22706>, 0x5cbe9790c5be <vm_exec_core+18398>, 0x5cbe9790c4ca <vm_exec_core+18154>...}
        reg_cfp = 0x76eec38f5790
        reg_pc = 0x5060021efc90
        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>
th: 0x515000214100, native_id: 0x76eed18006c0
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
-- Control frame information -----------------------------------------------
=================================================================
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
==1963265==ERROR: AddressSanitizer: heap-use-after-free on address 0x76eec38f5708 at pc 0x5cbe97dc90c5 bp 0x76eed17fd4f0 sp 0x76eed17fd4e8
READ of size 8 at 0x76eec38f5708 thread T247
        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_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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <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>
#32 0x00005cbe97904558 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2595
        _ec = 0x516000acdad0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#33 0x00005cbe9794286b in invoke_iseq_block_from_c (ec=0x516000acdad0, captured=<optimized out>, self=130768101523080, 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:1625
        flags = 0
        iseq = 0x76eed8e60670
        cfp = 0x76eec38f57c8
        sp = 0x76eec37f5818
        use_argv = <optimized out>
        stack_argv = 0x76eec37f5818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#34 invoke_block_from_c_proc (ec=0x516000acdad0, self=130768101523080, 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:1719
        block = <optimized out>
        keyword_hash = <optimized out>
#35 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:1749
No locals.
#36 0x00005cbe97940af6 in rb_vm_invoke_proc (ec=0x540000000208, proc=0x80, proc@entry=0x5040009b3790, argc=-1756008882, argc@entry=0, argv=0x0, kw_splat=0, passed_block_handler=18446744073709551104, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1770
        self = 0
#37 0x00005cbe97896e09 in thread_do_start_proc (th=th@entry=0x515000214100) at /tmp/ruby/src/trunk_asan/thread.c:610
        args = <optimized out>
        procval = <optimized out>
        proc = 0x5040009b3790
        args_len = 0
        args_ptr = <optimized out>
#38 0x00005cbe97894a3a in thread_do_start (th=0x515000214100) at /tmp/ruby/src/trunk_asan/thread.c:627
        result = 36
#39 thread_start_func_2 (th=th@entry=0x515000214100, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:682
        _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>
#40 0x00005cbe97893cfe in call_thread_start_func_2 (th=0x515000214100) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2176
        stack_start = <optimized out>
        stack_start_addr = 0x76eed17ffcc0
#41 nt_start (ptr=0x50c000360ac0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2221
        th = 0x515000214100
        sched = <optimized out>
        nt = 0x50c000360ac0
        vm = 0x525000000100
#42 0x00005cbe9753aa9f in asan_thread_start(void*) ()
No symbol table info available.
#43 0x000076eef649ca94 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 = {130768089122496, -4831538219266657762, 130768089122496, -360, 0, 140733536209744, -4831538219287629282, -4831619152263695842}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#44 0x000076eef6529c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

>>> Dump Ruby level backtrace (if possible)

[Detaching after fork from child process 1965087]
    #0 0x5cbe97dc90c4 in control_frame_dump /tmp/ruby/src/trunk_asan/vm_dump.c:57:25
    #1 0x5cbe97dc90c4 in rb_vmdebug_stack_dump_raw /tmp/ruby/src/trunk_asan/vm_dump.c:236:9
    #2 0x5cbe97dcba51 in rb_vmdebug_stack_dump_all_threads /tmp/ruby/src/trunk_asan/vm_dump.c:1312:14
    #3 0x76eed17fd63e  (<unknown module>)

0x76eec38f5708 is located 1048328 bytes inside of 1048576-byte region [0x76eec37f5800,0x76eec38f5800)
freed by thread T247 here:
    #0 0x5cbe9753cb7a in free (/tmp/ruby/build/trunk_asan/ruby+0x217b7a) (BuildId: f20ec2dd3d3ac6bbcc6c0b235f94553c8b95b359)
    #1 0x5cbe975adacb in rb_gc_impl_free /tmp/ruby/src/trunk_asan/gc/default/default.c:8164:9
    #2 0x5cbe975adacb in ruby_sized_xfree /tmp/ruby/src/trunk_asan/gc.c:4682:13
    #3 0x5cbe975adacb in ruby_xfree /tmp/ruby/src/trunk_asan/gc.c:4693:5
    #4 0x5cbe97870514 in rb_threadptr_sched_free /tmp/ruby/src/trunk_asan/thread_pthread.c:2305:5
    #5 0x5cbe979480be in thread_free /tmp/ruby/src/trunk_asan/vm.c:3530:5
    #6 0x5cbe97947c21 in ruby_vm_destruct /tmp/ruby/src/trunk_asan/vm.c:3126:13
    #7 0x5cbe97580baf in rb_ec_cleanup /tmp/ruby/src/trunk_asan/eval.c:263:5
    #8 0x5cbe9758111a in ruby_stop /tmp/ruby/src/trunk_asan/eval.c:290:10
    #9 0x5cbe97708ccc in rb_f_fork /tmp/ruby/src/trunk_asan/process.c:4285:13
    #10 0x5cbe97968cb7 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3801:11
    #11 0x5cbe9790f7e6 in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968:15
    #12 0x5cbe9790f7e6 in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #13 0x5cbe97904557 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2595:22
    #14 0x5cbe97986681 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1625:12
    #15 0x5cbe97986681 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1639:20
    #16 0x5cbe97932c15 in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1676:12
    #17 0x5cbe97932c15 in vm_yield /tmp/ruby/src/trunk_asan/vm.c:1684:12
    #18 0x5cbe97932c15 in rb_yield_0 /tmp/ruby/src/trunk_asan/vm_eval.c:1344:12
    #19 0x5cbe97932c15 in rb_yield /tmp/ruby/src/trunk_asan/vm_eval.c
    #20 0x5cbe975852df in rb_ensure /tmp/ruby/src/trunk_asan/eval.c:1074:18
    #21 0x5cbe97968cb7 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3801:11
    #22 0x5cbe9790f7e6 in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968:15
    #23 0x5cbe9790f7e6 in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #24 0x5cbe97904557 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2595:22
    #25 0x5cbe9794286a in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1625:12
    #26 0x5cbe9794286a in invoke_block_from_c_proc /tmp/ruby/src/trunk_asan/vm.c:1719:16
    #27 0x5cbe9794286a in vm_invoke_proc /tmp/ruby/src/trunk_asan/vm.c:1749:12
    #28 0x5cbe97940af5 in rb_vm_invoke_proc /tmp/ruby/src/trunk_asan/vm.c:1770:16
    #29 0x5cbe97896e08 in thread_do_start_proc /tmp/ruby/src/trunk_asan/thread.c:610:16
    #30 0x5cbe97894a39 in thread_do_start /tmp/ruby/src/trunk_asan/thread.c:627:18
    #31 0x5cbe97894a39 in thread_start_func_2 /tmp/ruby/src/trunk_asan/thread.c:682:18
    #32 0x5cbe97893cfd in call_thread_start_func_2 /tmp/ruby/src/trunk_asan/thread_pthread.c:2176:5
    #33 0x5cbe97893cfd in nt_start /tmp/ruby/src/trunk_asan/thread_pthread.c:2221:13
    #34 0x5cbe9753aa9e in asan_thread_start(void*) asan_interceptors.cpp.o

previously allocated by thread T0 here:
    #0 0x5cbe9753ce22 in malloc (/tmp/ruby/build/trunk_asan/ruby+0x217e22) (BuildId: f20ec2dd3d3ac6bbcc6c0b235f94553c8b95b359)
    #1 0x5cbe975e90c5 in rb_gc_impl_malloc /tmp/ruby/src/trunk_asan/gc/default/default.c:8179:5
    #2 0x5cbe975b7f42 in ruby_xmalloc_body /tmp/ruby/src/trunk_asan/gc.c:4573:12
    #3 0x5cbe975b7f42 in ruby_xmalloc /tmp/ruby/src/trunk_asan/gc.c:4563:34
    #4 0x5cbe97877058 in native_thread_create_dedicated /tmp/ruby/src/trunk_asan/thread_pthread.c:2149:22
    #5 0x5cbe97877058 in native_thread_create /tmp/ruby/src/trunk_asan/thread_pthread.c:2340:16
    #6 0x5cbe97877058 in thread_create_core /tmp/ruby/src/trunk_asan/thread.c:875:11
    #7 0x5cbe9788b540 in thread_initialize /tmp/ruby/src/trunk_asan/thread.c:983:16
    #8 0x5cbe9797cefb in vm_call0_cfunc_with_frame /tmp/ruby/src/trunk_asan/vm_eval.c:164:15
    #9 0x5cbe9797cefb in vm_call0_cfunc /tmp/ruby/src/trunk_asan/vm_eval.c:178:12
    #10 0x5cbe9797cefb in vm_call0_body /tmp/ruby/src/trunk_asan/vm_eval.c:229:15
    #11 0x5cbe97981965 in vm_call0_cc /tmp/ruby/src/trunk_asan/vm_eval.c:101:12
    #12 0x5cbe97981965 in rb_call0 /tmp/ruby/src/trunk_asan/vm_eval.c:554:12
    #13 0x5cbe97930f05 in rb_call /tmp/ruby/src/trunk_asan/vm_eval.c:873:12
    #14 0x5cbe97930f05 in rb_funcallv_kw /tmp/ruby/src/trunk_asan/vm_eval.c:1070:12
    #15 0x5cbe97889906 in thread_s_new /tmp/ruby/src/trunk_asan/thread.c:916:5
    #16 0x5cbe97968cb7 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3801:11
    #17 0x5cbe979030f4 in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5972:15
    #18 0x5cbe9790a975 in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:1063:11
    #19 0x5cbe97904557 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2595:22
    #20 0x5cbe97986681 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1625:12
    #21 0x5cbe97986681 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1639:20
    #22 0x5cbe97932c15 in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1676:12
    #23 0x5cbe97932c15 in vm_yield /tmp/ruby/src/trunk_asan/vm.c:1684:12
    #24 0x5cbe97932c15 in rb_yield_0 /tmp/ruby/src/trunk_asan/vm_eval.c:1344:12
    #25 0x5cbe97932c15 in rb_yield /tmp/ruby/src/trunk_asan/vm_eval.c
    #26 0x5cbe97ae6da5 in rb_ary_collect /tmp/ruby/src/trunk_asan/array.c:3645:30
    #27 0x5cbe97968cb7 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3801:11
    #28 0x5cbe9790f7e6 in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968:15
    #29 0x5cbe9790f7e6 in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #30 0x5cbe979046ee in vm_exec_loop /tmp/ruby/src/trunk_asan/vm.c:2622:22
    #31 0x5cbe979046ee in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2598:18
    #32 0x5cbe97986681 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1625:12
    #33 0x5cbe97986681 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1639:20
    #34 0x5cbe97932c15 in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1676:12
    #35 0x5cbe97932c15 in vm_yield /tmp/ruby/src/trunk_asan/vm.c:1684:12
    #36 0x5cbe97932c15 in rb_yield_0 /tmp/ruby/src/trunk_asan/vm_eval.c:1344:12
    #37 0x5cbe97932c15 in rb_yield /tmp/ruby/src/trunk_asan/vm_eval.c
    #38 0x5cbe97ae6da5 in rb_ary_collect /tmp/ruby/src/trunk_asan/array.c:3645:30
    #39 0x5cbe97968cb7 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3801:11
    #40 0x5cbe9790f7e6 in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968:15
    #41 0x5cbe9790f7e6 in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #42 0x5cbe97904910 in vm_exec_loop /tmp/ruby/src/trunk_asan/vm.c:2622:22
    #43 0x5cbe97904910 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2601:18
    #44 0x5cbe975815da in rb_ec_exec_node /tmp/ruby/src/trunk_asan/eval.c:281:9
    #45 0x5cbe975815da in ruby_run_node /tmp/ruby/src/trunk_asan/eval.c:319:30
    #46 0x5cbe9757ab46 in rb_main /tmp/ruby/src/trunk_asan/main.c:40:12
    #47 0x5cbe9757ab46 in main /tmp/ruby/src/trunk_asan/main.c:65:12
    #48 0x76eef642a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
    #49 0x76eef642a28a in __libc_start_main csu/../csu/libc-start.c:360:3
    #50 0x5cbe9749e924 in _start (/tmp/ruby/build/trunk_asan/ruby+0x179924) (BuildId: f20ec2dd3d3ac6bbcc6c0b235f94553c8b95b359)

Thread T247 created by T0 here:
    #0 0x5cbe97522741 in pthread_create (/tmp/ruby/build/trunk_asan/ruby+0x1fd741) (BuildId: f20ec2dd3d3ac6bbcc6c0b235f94553c8b95b359)
    #1 0x5cbe978771fa in native_thread_create0 /tmp/ruby/src/trunk_asan/thread_pthread.c:2090:11
    #2 0x5cbe978771fa in native_thread_create_dedicated /tmp/ruby/src/trunk_asan/thread_pthread.c:2155:15
    #3 0x5cbe978771fa in native_thread_create /tmp/ruby/src/trunk_asan/thread_pthread.c:2340:16
    #4 0x5cbe978771fa in thread_create_core /tmp/ruby/src/trunk_asan/thread.c:875:11
    #5 0x5cbe9788b540 in thread_initialize /tmp/ruby/src/trunk_asan/thread.c:983:16
    #6 0x5cbe9797cefb in vm_call0_cfunc_with_frame /tmp/ruby/src/trunk_asan/vm_eval.c:164:15
    #7 0x5cbe9797cefb in vm_call0_cfunc /tmp/ruby/src/trunk_asan/vm_eval.c:178:12
    #8 0x5cbe9797cefb in vm_call0_body /tmp/ruby/src/trunk_asan/vm_eval.c:229:15
    #9 0x5cbe97981965 in vm_call0_cc /tmp/ruby/src/trunk_asan/vm_eval.c:101:12
    #10 0x5cbe97981965 in rb_call0 /tmp/ruby/src/trunk_asan/vm_eval.c:554:12
    #11 0x5cbe97930f05 in rb_call /tmp/ruby/src/trunk_asan/vm_eval.c:873:12
    #12 0x5cbe97930f05 in rb_funcallv_kw /tmp/ruby/src/trunk_asan/vm_eval.c:1070:12
    #13 0x5cbe97889906 in thread_s_new /tmp/ruby/src/trunk_asan/thread.c:916:5
    #14 0x5cbe97968cb7 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3801:11
    #15 0x5cbe979030f4 in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5972:15
    #16 0x5cbe9790a975 in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:1063:11
    #17 0x5cbe97904557 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2595:22
    #18 0x5cbe97986681 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1625:12
    #19 0x5cbe97986681 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1639:20
    #20 0x5cbe97932c15 in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1676:12
    #21 0x5cbe97932c15 in vm_yield /tmp/ruby/src/trunk_asan/vm.c:1684:12
    #22 0x5cbe97932c15 in rb_yield_0 /tmp/ruby/src/trunk_asan/vm_eval.c:1344:12
    #23 0x5cbe97932c15 in rb_yield /tmp/ruby/src/trunk_asan/vm_eval.c
    #24 0x5cbe97ae6da5 in rb_ary_collect /tmp/ruby/src/trunk_asan/array.c:3645:30
    #25 0x5cbe97968cb7 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3801:11
    #26 0x5cbe9790f7e6 in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968:15
    #27 0x5cbe9790f7e6 in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #28 0x5cbe979046ee in vm_exec_loop /tmp/ruby/src/trunk_asan/vm.c:2622:22
    #29 0x5cbe979046ee in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2598:18
    #30 0x5cbe97986681 in invoke_iseq_block_from_c /tmp/ruby/src/trunk_asan/vm.c:1625:12
    #31 0x5cbe97986681 in invoke_block_from_c_bh /tmp/ruby/src/trunk_asan/vm.c:1639:20
    #32 0x5cbe97932c15 in vm_yield_with_cref /tmp/ruby/src/trunk_asan/vm.c:1676:12
    #33 0x5cbe97932c15 in vm_yield /tmp/ruby/src/trunk_asan/vm.c:1684:12
    #34 0x5cbe97932c15 in rb_yield_0 /tmp/ruby/src/trunk_asan/vm_eval.c:1344:12
    #35 0x5cbe97932c15 in rb_yield /tmp/ruby/src/trunk_asan/vm_eval.c
    #36 0x5cbe97ae6da5 in rb_ary_collect /tmp/ruby/src/trunk_asan/array.c:3645:30
    #37 0x5cbe97968cb7 in vm_call_cfunc_with_frame_ /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3801:11
    #38 0x5cbe9790f7e6 in vm_sendish /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968:15
    #39 0x5cbe9790f7e6 in vm_exec_core /tmp/ruby/build/trunk_asan/../../src/trunk_asan/insns.def:851:11
    #40 0x5cbe97904910 in vm_exec_loop /tmp/ruby/src/trunk_asan/vm.c:2622:22
    #41 0x5cbe97904910 in rb_vm_exec /tmp/ruby/src/trunk_asan/vm.c:2601:18
    #42 0x5cbe975815da in rb_ec_exec_node /tmp/ruby/src/trunk_asan/eval.c:281:9
    #43 0x5cbe975815da in ruby_run_node /tmp/ruby/src/trunk_asan/eval.c:319:30
    #44 0x5cbe9757ab46 in rb_main /tmp/ruby/src/trunk_asan/main.c:40:12
    #45 0x5cbe9757ab46 in main /tmp/ruby/src/trunk_asan/main.c:65:12
    #46 0x76eef642a1c9 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
    #47 0x76eef642a28a in __libc_start_main csu/../csu/libc-start.c:360:3
    #48 0x5cbe9749e924 in _start (/tmp/ruby/build/trunk_asan/ruby+0x179924) (BuildId: f20ec2dd3d3ac6bbcc6c0b235f94553c8b95b359)

SUMMARY: AddressSanitizer: heap-use-after-free /tmp/ruby/src/trunk_asan/vm_dump.c:57:25 in control_frame_dump
Shadow bytes around the buggy address:
  0x76eec38f5480: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
  0x76eec38f5500: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
  0x76eec38f5580: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
  0x76eec38f5600: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
  0x76eec38f5680: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
=>0x76eec38f5700: fd[fd]fd fd fd fd fd fd fd fd fd fd fd fd fd fd
  0x76eec38f5780: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
  0x76eec38f5800: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
  0x76eec38f5880: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
  0x76eec38f5900: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
  0x76eec38f5980: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
Shadow byte legend (one shadow byte represents 8 application bytes):
  Addressable:           00
  Partially addressable: 01 02 03 04 05 06 07 
  Heap left redzone:       fa
  Freed heap region:       fd
  Stack left redzone:      f1
  Stack mid redzone:       f2
  Stack right redzone:     f3
  Stack after return:      f5
  Stack use after scope:   f8
  Global redzone:          f9
  Global init order:       f6
  Poisoned by user:        f7
  Container overflow:      fc
  Array cookie:            ac
  Intra object redzone:    bb
  ASan internal:           fe
  Left alloca redzone:     ca
  Right alloca redzone:    cb
==1963265==ABORTING
AddressSanitizer: nested bug in the same thread, aborting.
[Inferior 1 (process 1963265) exited with code 01]
#<Errno::ESRCH: No such process>
$ timeout 60 gdb -p 1936476 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 1965104]
[New LWP 1958541]
[New LWP 1953828]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x000076eef65107e3 in __GI___wait4 (pid=-1, stat_loc=0x76eef43ec748, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:30

>>> Threads

  Id   Target Id                                             Frame 
* 1    Thread 0x76eef6617c40 (LWP 1936476) "ruby"            0x000076eef65107e3 in __GI___wait4 (pid=-1, stat_loc=0x76eef43ec748, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:30
  2    Thread 0x76eeda2006c0 (LWP 1965104) "test_thread.rb*" 0x000076eef651b4cd in __GI___poll (fds=0x76eebcd09040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  3    Thread 0x76eebe8006c0 (LWP 1958541) "parallel.rb:40"  0x000076eef651b4cd in __GI___poll (fds=0x76eebda19460, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  4    Thread 0x76eecbe006c0 (LWP 1953828) "Timeout stdlib " 0x000076eef6498d61 in __futex_abstimed_wait_common64 (private=30446, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c0007d5110) at ./nptl/futex-internal.c:57

>>> Machine level backtrace


Thread 4 (Thread 0x76eecbe006c0 (LWP 1953828) "Timeout stdlib "):
#0  0x000076eef6498d61 in __futex_abstimed_wait_common64 (private=30446, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c0007d5110) 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=30446, abstime=0x0, clockid=0, expected=0, futex_word=0x50c0007d5110) 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=0x50c0007d5110, 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  0x000076eef649b7dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x5160000004a0, cond=0x50c0007d50e8) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x76eef649b4a0 <__condvar_cleanup_waiting>, __arg = 0x76eecbdfeb70, __canceltype = 140, __prev = 0x0}
        cbuffer = {wseq = 20, cond = 0x50c0007d50e8, mutex = 0x5160000004a0, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 20
        seq = 10
        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=0x50c0007d50e8, mutex=mutex@entry=0x5160000004a0) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00005cbe9786df3f in rb_native_cond_wait (cond=0x50c0007d5110, mutex=0x5160000004a0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:222
        r = <optimized out>
#6  thread_sched_wait_running_turn (sched=sched@entry=0x5160000004a0, th=th@entry=0x5150000ad000, can_direct_transfer=false) at /tmp/ruby/src/trunk_asan/thread_pthread.c:856
        next_th = 0x515000000300
#7  0x00005cbe97892c12 in thread_sched_to_waiting_until_wakeup (sched=0x5160000004a0, th=th@entry=0x5150000ad000) at /tmp/ruby/src/trunk_asan/thread_pthread.c:1098
        can_direct_transfer = <optimized out>
#8  0x00005cbe978783d1 in native_sleep (th=0x5150000ad000, rel=0x0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3283
        sched = <optimized out>
#9  sleep_forever (th=0x5150000ad000, fl=fl@entry=1) at /tmp/ruby/src/trunk_asan/thread.c:1363
        prev_status = THREAD_RUNNABLE
        status = THREAD_STOPPED_FOREVER
        woke = <optimized out>
#10 0x00005cbe97891685 in rb_thread_sleep_deadly_allow_spurious_wakeup (blocker=130768696617720, timeout=4, end=0) at /tmp/ruby/src/trunk_asan/thread.c:1408
        scheduler = <optimized out>
#11 queue_sleep (_args=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:1034
        args = <optimized out>
#12 0x00005cbe975852e0 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:1074
        _ec = 0x5160015f54d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x76eecbdfeef0, <optimized out>, 0x76eecbdfee00, <optimized out>, <optimized out>}, prev = 0x76eec5809240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160015f54d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#13 0x00005cbe97890b6d in queue_do_pop (self=<optimized out>, q=0x50400005d9d0, should_block=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:1109
        queue_waiter = {w = {self = 130768696617720, th = 0x0, fiber = 0x0, node = {next = 0x0, prev = 0x0}}, as = {q = 0x0, sq = 0x0}}
        queue_sleep_arg = {self = 130768696617720, timeout = 4, end = <optimized out>}
        ec = <optimized out>
        waitq = 0x50400005d9d0
        end = 0
#14 0x00005cbe97910f8f 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:7395
        func_ptr = <optimized out>
        canary_p = <optimized out>
        ret = <optimized out>
#15 0x00005cbe97910f8f in vm_invoke_builtin_delegate (ec=0x5160015f54d0, cfp=0x76eec7afd758, bf=<optimized out>, start_index=<optimized out>)
        argv = <optimized out>
#16 vm_exec_core (ec=ec@entry=0x5160015f54d0) at ../../src/trunk_asan/insns.def:1657
        bf = <optimized out>
        leaf = false
        val = <optimized out>
        index = <optimized out>
        insns_address_table = {0x5cbe9790b51c <vm_exec_core+14140>, 0x5cbe979084eb <vm_exec_core+1803>, 0x5cbe97909e99 <vm_exec_core+8377>, 0x5cbe9790f9c8 <vm_exec_core+31720>, 0x5cbe97909771 <vm_exec_core+6545>, 0x5cbe9791077d <vm_exec_core+35229>, 0x5cbe9790e7ca <vm_exec_core+27114>, 0x5cbe9790c39c <vm_exec_core+17852>, 0x5cbe97908820 <vm_exec_core+2624>, 0x5cbe979101fb <vm_exec_core+33819>, 0x5cbe9790fd9b <vm_exec_core+32699>, 0x5cbe97909b6c <vm_exec_core+7564>, 0x5cbe97908e8c <vm_exec_core+4268>, 0x5cbe9790ed01 <vm_exec_core+28449>, 0x5cbe9790ab1c <vm_exec_core+11580>, 0x5cbe9791043d <vm_exec_core+34397>, 0x5cbe9790ffea <vm_exec_core+33290>, 0x5cbe9790b394 <vm_exec_core+13748>, 0x5cbe9790c2ed <vm_exec_core+17677>, 0x5cbe9790e97a <vm_exec_core+27546>, 0x5cbe9790ff32 <vm_exec_core+33106>, 0x5cbe9790d92c <vm_exec_core+23372>, 0x5cbe9790ea2e <vm_exec_core+27726>, 0x5cbe9790eeb8 <vm_exec_core+28888>, 0x5cbe9790d83e <vm_exec_core+23134>, 0x5cbe97908d6c <vm_exec_core+3980>, 0x5cbe9790e121 <vm_exec_core+25409>, 0x5cbe97908b94 <vm_exec_core+3508>, 0x5cbe97908f4d <vm_exec_core+4461>, 0x5cbe9790b689 <vm_exec_core+14505>, 0x5cbe9790d6ab <vm_exec_core+22731>, 0x5cbe9790dcef <vm_exec_core+24335>, 0x5cbe9790d3f4 <vm_exec_core+22036>, 0x5cbe97908751 <vm_exec_core+2417>, 0x5cbe9790f15c <vm_exec_core+29564>, 0x5cbe9790fc4b <vm_exec_core+32363>, 0x5cbe97909064 <vm_exec_core+4740>, 0x5cbe9790a31d <vm_exec_core+9533>, 0x5cbe97909d90 <vm_exec_core+8112>, 0x5cbe9790ac97 <vm_exec_core+11959>, 0x5cbe9790c21b <vm_exec_core+17467>, 0x5cbe97909170 <vm_exec_core+5008>, 0x5cbe9790efa1 <vm_exec_core+29121>, 0x5cbe9790a262 <vm_exec_core+9346>, 0x5cbe9790c084 <vm_exec_core+17060>, 0x5cbe9790cc27 <vm_exec_core+20039>, 0x5cbe9790ee1b <vm_exec_core+28731>, 0x5cbe9790db17 <vm_exec_core+23863>, 0x5cbe9790aed7 <vm_exec_core+12535>, 0x5cbe9790a59b <vm_exec_core+10171>, 0x5cbe9790ebc1 <vm_exec_core+28129>, 0x5cbe9790b835 <vm_exec_core+14933>, 0x5cbe9790e1e8 <vm_exec_core+25608>, 0x5cbe9790dc46 <vm_exec_core+24166>, 0x5cbe9790e443 <vm_exec_core+26211>, 0x5cbe9790f486 <vm_exec_core+30374>, 0x5cbe9790ce64 <vm_exec_core+20612>, 0x5cbe9790818b <vm_exec_core+939>, 0x5cbe9790b069 <vm_exec_core+12937>, 0x5cbe9790eaf1 <vm_exec_core+27921>, 0x5cbe9790b1ac <vm_exec_core+13260>, 0x5cbe9790d764 <vm_exec_core+22916>, 0x5cbe9790e008 <vm_exec_core+25128>, 0x5cbe9790c932 <vm_exec_core+19282>, 0x5cbe9790d54d <vm_exec_core+22381>, 0x5cbe9790b42b <vm_exec_core+13899>, 0x5cbe9790a8b1 <vm_exec_core+10961>, 0x5cbe9790e536 <vm_exec_core+26454>, 0x5cbe97909242 <vm_exec_core+5218>, 0x5cbe9790c716 <vm_exec_core+18742>, 0x5cbe97917bdb <vm_exec_core+65019>, 0x5cbe9790d9ec <vm_exec_core+23564>, 0x5cbe97909501 <vm_exec_core+5921>, 0x5cbe97909a33 <vm_exec_core+7251>, 0x5cbe9790963a <vm_exec_core+6234>, 0x5cbe9790a42b <vm_exec_core+9803>, 0x5cbe9790ad12 <vm_exec_core+12082>, 0x5cbe97908190 <vm_exec_core+944>, 0x5cbe9790a141 <vm_exec_core+9057>, 0x5cbe979109d2 <vm_exec_core+35826>, 0x5cbe9790df08 <vm_exec_core+24872>, 0x5cbe9790cd07 <vm_exec_core+20263>, 0x5cbe9790f036 <vm_exec_core+29270>, 0x5cbe97910abb <vm_exec_core+36059>, 0x5cbe9790f389 <vm_exec_core+30121>, 0x5cbe979104e7 <vm_exec_core+34567>, 0x5cbe979105d1 <vm_exec_core+34801>, 0x5cbe97908c73 <vm_exec_core+3731>, 0x5cbe979100a8 <vm_exec_core+33480>, 0x5cbe9790b742 <vm_exec_core+14690>, 0x5cbe979102f0 <vm_exec_core+34064>, 0x5cbe9790b26d <vm_exec_core+13453>, 0x5cbe9790f24d <vm_exec_core+29805>, 0x5cbe9790a6e4 <vm_exec_core+10500>, 0x5cbe9790ba8b <vm_exec_core+15531>, 0x5cbe979106c7 <vm_exec_core+35047>, 0x5cbe9790c15b <vm_exec_core+17275>, 0x5cbe9790bc3c <vm_exec_core+15964>, 0x5cbe97908276 <vm_exec_core+1174>, 0x5cbe9790898f <vm_exec_core+2991>, 0x5cbe97908374 <vm_exec_core+1428>, 0x5cbe9790ca42 <vm_exec_core+19554>, 0x5cbe9790be12 <vm_exec_core+16434>, 0x5cbe9790c5d7 <vm_exec_core+18423>, 0x5cbe9790c4de <vm_exec_core+18174>, 0x5cbe9790b576 <vm_exec_core+14230>, 0x5cbe9790bcf2 <vm_exec_core+16146>, 0x5cbe9790b94c <vm_exec_core+15212>, 0x5cbe9790bf56 <vm_exec_core+16758>, 0x5cbe9790bfed <vm_exec_core+16909>, 0x5cbe9790b50d <vm_exec_core+14125>, 0x5cbe979084dc <vm_exec_core+1788>, 0x5cbe97909e8a <vm_exec_core+8362>, 0x5cbe9790f9b9 <vm_exec_core+31705>, 0x5cbe97909762 <vm_exec_core+6530>, 0x5cbe9791076e <vm_exec_core+35214>, 0x5cbe9790e7bb <vm_exec_core+27099>, 0x5cbe9790c38d <vm_exec_core+17837>, 0x5cbe97908811 <vm_exec_core+2609>, 0x5cbe979101ec <vm_exec_core+33804>, 0x5cbe9790fd8c <vm_exec_core+32684>, 0x5cbe97909b5d <vm_exec_core+7549>, 0x5cbe97908e7d <vm_exec_core+4253>, 0x5cbe9790ecf2 <vm_exec_core+28434>, 0x5cbe9790ab0d <vm_exec_core+11565>, 0x5cbe9791042e <vm_exec_core+34382>, 0x5cbe9790ffdb <vm_exec_core+33275>, 0x5cbe9790b385 <vm_exec_core+13733>, 0x5cbe9790c2de <vm_exec_core+17662>, 0x5cbe9790e96b <vm_exec_core+27531>, 0x5cbe9790ff23 <vm_exec_core+33091>, 0x5cbe9790d91d <vm_exec_core+23357>, 0x5cbe9790ea1f <vm_exec_core+27711>, 0x5cbe9790eea9 <vm_exec_core+28873>, 0x5cbe9790d82f <vm_exec_core+23119>, 0x5cbe97908d5d <vm_exec_core+3965>, 0x5cbe9790e112 <vm_exec_core+25394>, 0x5cbe97908b85 <vm_exec_core+3493>, 0x5cbe97908f3e <vm_exec_core+4446>, 0x5cbe9790b67a <vm_exec_core+14490>, 0x5cbe9790d69c <vm_exec_core+22716>, 0x5cbe9790dce0 <vm_exec_core+24320>, 0x5cbe9790d3e5 <vm_exec_core+22021>, 0x5cbe97908742 <vm_exec_core+2402>, 0x5cbe9790f14d <vm_exec_core+29549>, 0x5cbe9790fc3c <vm_exec_core+32348>, 0x5cbe97909055 <vm_exec_core+4725>, 0x5cbe9790a30e <vm_exec_core+9518>, 0x5cbe97909d81 <vm_exec_core+8097>, 0x5cbe9790ac88 <vm_exec_core+11944>, 0x5cbe9790c20c <vm_exec_core+17452>, 0x5cbe97909161 <vm_exec_core+4993>, 0x5cbe9790ef92 <vm_exec_core+29106>, 0x5cbe9790a253 <vm_exec_core+9331>, 0x5cbe9790c075 <vm_exec_core+17045>, 0x5cbe9790cc18 <vm_exec_core+20024>, 0x5cbe9790ee0c <vm_exec_core+28716>, 0x5cbe9790db08 <vm_exec_core+23848>, 0x5cbe9790aec8 <vm_exec_core+12520>, 0x5cbe9790a58c <vm_exec_core+10156>, 0x5cbe9790ebb2 <vm_exec_core+28114>, 0x5cbe9790b826 <vm_exec_core+14918>, 0x5cbe9790e1d9 <vm_exec_core+25593>, 0x5cbe9790dc37 <vm_exec_core+24151>, 0x5cbe9790e434 <vm_exec_core+26196>, 0x5cbe9790f477 <vm_exec_core+30359>, 0x5cbe9790ce55 <vm_exec_core+20597>, 0x5cbe9790dab8 <vm_exec_core+23768>, 0x5cbe9790b05a <vm_exec_core+12922>, 0x5cbe9790eae2 <vm_exec_core+27906>, 0x5cbe9790b19d <vm_exec_core+13245>, 0x5cbe9790d755 <vm_exec_core+22901>, 0x5cbe9790dab8 <vm_exec_core+23768>, 0x5cbe9790c923 <vm_exec_core+19267>, 0x5cbe9790d53e <vm_exec_core+22366>, 0x5cbe9790b41c <vm_exec_core+13884>, 0x5cbe9790a8a2 <vm_exec_core+10946>, 0x5cbe9790e527 <vm_exec_core+26439>, 0x5cbe97909233 <vm_exec_core+5203>, 0x5cbe9790c707 <vm_exec_core+18727>, 0x5cbe97917bcc <vm_exec_core+65004>, 0x5cbe9790d9dd <vm_exec_core+23549>, 0x5cbe979094f2 <vm_exec_core+5906>, 0x5cbe97909a24 <vm_exec_core+7236>, 0x5cbe9790962b <vm_exec_core+6219>, 0x5cbe9790a41c <vm_exec_core+9788>, 0x5cbe9790ad03 <vm_exec_core+12067>, 0x5cbe9790cd02 <vm_exec_core+20258>, 0x5cbe9790c202 <vm_exec_core+17442>, 0x5cbe9790ccfd <vm_exec_core+20253>, 0x5cbe9790d918 <vm_exec_core+23352>, 0x5cbe9790d82a <vm_exec_core+23114>, 0x5cbe9790a417 <vm_exec_core+9783>, 0x5cbe9790dacc <vm_exec_core+23788>, 0x5cbe9790b738 <vm_exec_core+14680>, 0x5cbe9790b73d <vm_exec_core+14685>, 0x5cbe9790d825 <vm_exec_core+23109>, 0x5cbe9790d692 <vm_exec_core+22706>, 0x5cbe9790c5be <vm_exec_core+18398>, 0x5cbe9790c4ca <vm_exec_core+18154>...}
        reg_cfp = 0x76eec7afd758
        reg_pc = <optimized out>
        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_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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <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 0x00005cbe97904558 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2595
        _ec = 0x5160015f54d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#18 0x00005cbe9794286b in invoke_iseq_block_from_c (ec=0x5160015f54d0, captured=<optimized out>, self=130768696372800, 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:1625
        flags = 0
        iseq = 0x76eef5b5b9a8
        cfp = 0x76eec7afd7c8
        sp = 0x76eec79fd818
        use_argv = <optimized out>
        stack_argv = 0x76eec79fd818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#19 invoke_block_from_c_proc (ec=0x5160015f54d0, self=130768696372800, 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:1719
        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:1749
No locals.
#21 0x00005cbe97940af6 in rb_vm_invoke_proc (ec=0x50c0007d5110, proc=0x189, proc@entry=0x50400188c150, argc=-162951839, 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:1770
        self = 0
#22 0x00005cbe97896e09 in thread_do_start_proc (th=th@entry=0x5150000ad000) at /tmp/ruby/src/trunk_asan/thread.c:610
        args = <optimized out>
        procval = <optimized out>
        proc = 0x50400188c150
        args_len = 0
        args_ptr = <optimized out>
#23 0x00005cbe97894a3a in thread_do_start (th=0x5150000ad000) at /tmp/ruby/src/trunk_asan/thread.c:627
        result = 36
#24 thread_start_func_2 (th=th@entry=0x5150000ad000, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:682
        _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 0x00005cbe97893cfe in call_thread_start_func_2 (th=0x5150000ad000) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2176
        stack_start = <optimized out>
        stack_start_addr = 0x76eecbdffcc0
#26 nt_start (ptr=0x50c0007d50c0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2221
        th = 0x5150000ad000
        sched = <optimized out>
        nt = 0x50c0007d50c0
        vm = 0x525000000100
#27 0x00005cbe9753aa9f in asan_thread_start(void*) ()
No symbol table info available.
#28 0x000076eef649ca94 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 = {130767994750656, -4831561034132934114, 130767994750656, -360, 0, 140733536207056, -4831561034153905634, -4831619152263695842}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#29 0x000076eef6529c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 3 (Thread 0x76eebe8006c0 (LWP 1958541) "parallel.rb:40"):
#0  0x000076eef651b4cd in __GI___poll (fds=0x76eebda19460, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005cbe974e16ea in __interceptor_poll ()
No symbol table info available.
#2  0x00005cbe9763b92d in nogvl_wait_for (th=130768213423280, fptr=0x511000445380, events=1, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:12537
        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  0x00005cbe9763cda6 in internal_read_func (ptr=0x76eebda19240) at /tmp/ruby/src/trunk_asan/io.c:1205
        iis = 0x76eebda19240
        result = <optimized out>
#5  0x00005cbe9787c2db in rb_thread_io_blocking_call (func=0x5cbe9763c920 <internal_read_func>, data1=0x76eebda19240, fd=<optimized out>, events=1) at /tmp/ruby/src/trunk_asan/thread.c:1829
        __region = <optimized out>
        saved_state = RUBY_TAG_NONE
        _ec = <optimized out>
        _tag = <optimized out>
        ec = <optimized out>
        th = <optimized out>
        prev_mn_schedulable = false
        waiting_fd = <optimized out>
        state = RUBY_TAG_NONE
        val = <optimized out>
        saved_errno = <optimized out>
#6  0x00005cbe975852e0 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:1074
        _ec = 0x516000ac02d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x76eebe7fedb0, <optimized out>, 0x76eebe7fecc0, <optimized out>, <optimized out>}, prev = 0x76eebda09240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x516000ac02d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#7  0x00005cbe976511b5 in io_read_memory_locktmp (str=130767755777120, iis=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3451
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:3497
        str = <optimized out>
        iis = {th = 130768213423280, fptr = 0x511000445380, nonblock = 0, fd = 6, buf = 0x5190003ed580, capa = 1024, timeout = <optimized out>}
        length = <optimized out>
        len = 1024
        fptr = 0x511000445380
        n = <optimized out>
        shrinkable = <optimized out>
#9  0x00005cbe9762d3f1 in io_readpartial (argc=-1113484192, argv=0x1, io=4294967295) at /tmp/ruby/src/trunk_asan/io.c:3617
        ret = <optimized out>
#10 0x00005cbe97968cb8 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:3801
        ci = 0x40b100100003
        cc = <optimized out>
        me = 0x76eef5be9ed8
        cfunc = 0x504000010f58
        recv = 130768213423440
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#11 0x00005cbe97916217 in vm_sendish (ec=0x516000ac02d0, reg_cfp=0x76eecf0fd790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968
        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=0x516000ac02d0) at ../../src/trunk_asan/insns.def:898
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5cbe9790b51c <vm_exec_core+14140>, 0x5cbe979084eb <vm_exec_core+1803>, 0x5cbe97909e99 <vm_exec_core+8377>, 0x5cbe9790f9c8 <vm_exec_core+31720>, 0x5cbe97909771 <vm_exec_core+6545>, 0x5cbe9791077d <vm_exec_core+35229>, 0x5cbe9790e7ca <vm_exec_core+27114>, 0x5cbe9790c39c <vm_exec_core+17852>, 0x5cbe97908820 <vm_exec_core+2624>, 0x5cbe979101fb <vm_exec_core+33819>, 0x5cbe9790fd9b <vm_exec_core+32699>, 0x5cbe97909b6c <vm_exec_core+7564>, 0x5cbe97908e8c <vm_exec_core+4268>, 0x5cbe9790ed01 <vm_exec_core+28449>, 0x5cbe9790ab1c <vm_exec_core+11580>, 0x5cbe9791043d <vm_exec_core+34397>, 0x5cbe9790ffea <vm_exec_core+33290>, 0x5cbe9790b394 <vm_exec_core+13748>, 0x5cbe9790c2ed <vm_exec_core+17677>, 0x5cbe9790e97a <vm_exec_core+27546>, 0x5cbe9790ff32 <vm_exec_core+33106>, 0x5cbe9790d92c <vm_exec_core+23372>, 0x5cbe9790ea2e <vm_exec_core+27726>, 0x5cbe9790eeb8 <vm_exec_core+28888>, 0x5cbe9790d83e <vm_exec_core+23134>, 0x5cbe97908d6c <vm_exec_core+3980>, 0x5cbe9790e121 <vm_exec_core+25409>, 0x5cbe97908b94 <vm_exec_core+3508>, 0x5cbe97908f4d <vm_exec_core+4461>, 0x5cbe9790b689 <vm_exec_core+14505>, 0x5cbe9790d6ab <vm_exec_core+22731>, 0x5cbe9790dcef <vm_exec_core+24335>, 0x5cbe9790d3f4 <vm_exec_core+22036>, 0x5cbe97908751 <vm_exec_core+2417>, 0x5cbe9790f15c <vm_exec_core+29564>, 0x5cbe9790fc4b <vm_exec_core+32363>, 0x5cbe97909064 <vm_exec_core+4740>, 0x5cbe9790a31d <vm_exec_core+9533>, 0x5cbe97909d90 <vm_exec_core+8112>, 0x5cbe9790ac97 <vm_exec_core+11959>, 0x5cbe9790c21b <vm_exec_core+17467>, 0x5cbe97909170 <vm_exec_core+5008>, 0x5cbe9790efa1 <vm_exec_core+29121>, 0x5cbe9790a262 <vm_exec_core+9346>, 0x5cbe9790c084 <vm_exec_core+17060>, 0x5cbe9790cc27 <vm_exec_core+20039>, 0x5cbe9790ee1b <vm_exec_core+28731>, 0x5cbe9790db17 <vm_exec_core+23863>, 0x5cbe9790aed7 <vm_exec_core+12535>, 0x5cbe9790a59b <vm_exec_core+10171>, 0x5cbe9790ebc1 <vm_exec_core+28129>, 0x5cbe9790b835 <vm_exec_core+14933>, 0x5cbe9790e1e8 <vm_exec_core+25608>, 0x5cbe9790dc46 <vm_exec_core+24166>, 0x5cbe9790e443 <vm_exec_core+26211>, 0x5cbe9790f486 <vm_exec_core+30374>, 0x5cbe9790ce64 <vm_exec_core+20612>, 0x5cbe9790818b <vm_exec_core+939>, 0x5cbe9790b069 <vm_exec_core+12937>, 0x5cbe9790eaf1 <vm_exec_core+27921>, 0x5cbe9790b1ac <vm_exec_core+13260>, 0x5cbe9790d764 <vm_exec_core+22916>, 0x5cbe9790e008 <vm_exec_core+25128>, 0x5cbe9790c932 <vm_exec_core+19282>, 0x5cbe9790d54d <vm_exec_core+22381>, 0x5cbe9790b42b <vm_exec_core+13899>, 0x5cbe9790a8b1 <vm_exec_core+10961>, 0x5cbe9790e536 <vm_exec_core+26454>, 0x5cbe97909242 <vm_exec_core+5218>, 0x5cbe9790c716 <vm_exec_core+18742>, 0x5cbe97917bdb <vm_exec_core+65019>, 0x5cbe9790d9ec <vm_exec_core+23564>, 0x5cbe97909501 <vm_exec_core+5921>, 0x5cbe97909a33 <vm_exec_core+7251>, 0x5cbe9790963a <vm_exec_core+6234>, 0x5cbe9790a42b <vm_exec_core+9803>, 0x5cbe9790ad12 <vm_exec_core+12082>, 0x5cbe97908190 <vm_exec_core+944>, 0x5cbe9790a141 <vm_exec_core+9057>, 0x5cbe979109d2 <vm_exec_core+35826>, 0x5cbe9790df08 <vm_exec_core+24872>, 0x5cbe9790cd07 <vm_exec_core+20263>, 0x5cbe9790f036 <vm_exec_core+29270>, 0x5cbe97910abb <vm_exec_core+36059>, 0x5cbe9790f389 <vm_exec_core+30121>, 0x5cbe979104e7 <vm_exec_core+34567>, 0x5cbe979105d1 <vm_exec_core+34801>, 0x5cbe97908c73 <vm_exec_core+3731>, 0x5cbe979100a8 <vm_exec_core+33480>, 0x5cbe9790b742 <vm_exec_core+14690>, 0x5cbe979102f0 <vm_exec_core+34064>, 0x5cbe9790b26d <vm_exec_core+13453>, 0x5cbe9790f24d <vm_exec_core+29805>, 0x5cbe9790a6e4 <vm_exec_core+10500>, 0x5cbe9790ba8b <vm_exec_core+15531>, 0x5cbe979106c7 <vm_exec_core+35047>, 0x5cbe9790c15b <vm_exec_core+17275>, 0x5cbe9790bc3c <vm_exec_core+15964>, 0x5cbe97908276 <vm_exec_core+1174>, 0x5cbe9790898f <vm_exec_core+2991>, 0x5cbe97908374 <vm_exec_core+1428>, 0x5cbe9790ca42 <vm_exec_core+19554>, 0x5cbe9790be12 <vm_exec_core+16434>, 0x5cbe9790c5d7 <vm_exec_core+18423>, 0x5cbe9790c4de <vm_exec_core+18174>, 0x5cbe9790b576 <vm_exec_core+14230>, 0x5cbe9790bcf2 <vm_exec_core+16146>, 0x5cbe9790b94c <vm_exec_core+15212>, 0x5cbe9790bf56 <vm_exec_core+16758>, 0x5cbe9790bfed <vm_exec_core+16909>, 0x5cbe9790b50d <vm_exec_core+14125>, 0x5cbe979084dc <vm_exec_core+1788>, 0x5cbe97909e8a <vm_exec_core+8362>, 0x5cbe9790f9b9 <vm_exec_core+31705>, 0x5cbe97909762 <vm_exec_core+6530>, 0x5cbe9791076e <vm_exec_core+35214>, 0x5cbe9790e7bb <vm_exec_core+27099>, 0x5cbe9790c38d <vm_exec_core+17837>, 0x5cbe97908811 <vm_exec_core+2609>, 0x5cbe979101ec <vm_exec_core+33804>, 0x5cbe9790fd8c <vm_exec_core+32684>, 0x5cbe97909b5d <vm_exec_core+7549>, 0x5cbe97908e7d <vm_exec_core+4253>, 0x5cbe9790ecf2 <vm_exec_core+28434>, 0x5cbe9790ab0d <vm_exec_core+11565>, 0x5cbe9791042e <vm_exec_core+34382>, 0x5cbe9790ffdb <vm_exec_core+33275>, 0x5cbe9790b385 <vm_exec_core+13733>, 0x5cbe9790c2de <vm_exec_core+17662>, 0x5cbe9790e96b <vm_exec_core+27531>, 0x5cbe9790ff23 <vm_exec_core+33091>, 0x5cbe9790d91d <vm_exec_core+23357>, 0x5cbe9790ea1f <vm_exec_core+27711>, 0x5cbe9790eea9 <vm_exec_core+28873>, 0x5cbe9790d82f <vm_exec_core+23119>, 0x5cbe97908d5d <vm_exec_core+3965>, 0x5cbe9790e112 <vm_exec_core+25394>, 0x5cbe97908b85 <vm_exec_core+3493>, 0x5cbe97908f3e <vm_exec_core+4446>, 0x5cbe9790b67a <vm_exec_core+14490>, 0x5cbe9790d69c <vm_exec_core+22716>, 0x5cbe9790dce0 <vm_exec_core+24320>, 0x5cbe9790d3e5 <vm_exec_core+22021>, 0x5cbe97908742 <vm_exec_core+2402>, 0x5cbe9790f14d <vm_exec_core+29549>, 0x5cbe9790fc3c <vm_exec_core+32348>, 0x5cbe97909055 <vm_exec_core+4725>, 0x5cbe9790a30e <vm_exec_core+9518>, 0x5cbe97909d81 <vm_exec_core+8097>, 0x5cbe9790ac88 <vm_exec_core+11944>, 0x5cbe9790c20c <vm_exec_core+17452>, 0x5cbe97909161 <vm_exec_core+4993>, 0x5cbe9790ef92 <vm_exec_core+29106>, 0x5cbe9790a253 <vm_exec_core+9331>, 0x5cbe9790c075 <vm_exec_core+17045>, 0x5cbe9790cc18 <vm_exec_core+20024>, 0x5cbe9790ee0c <vm_exec_core+28716>, 0x5cbe9790db08 <vm_exec_core+23848>, 0x5cbe9790aec8 <vm_exec_core+12520>, 0x5cbe9790a58c <vm_exec_core+10156>, 0x5cbe9790ebb2 <vm_exec_core+28114>, 0x5cbe9790b826 <vm_exec_core+14918>, 0x5cbe9790e1d9 <vm_exec_core+25593>, 0x5cbe9790dc37 <vm_exec_core+24151>, 0x5cbe9790e434 <vm_exec_core+26196>, 0x5cbe9790f477 <vm_exec_core+30359>, 0x5cbe9790ce55 <vm_exec_core+20597>, 0x5cbe9790dab8 <vm_exec_core+23768>, 0x5cbe9790b05a <vm_exec_core+12922>, 0x5cbe9790eae2 <vm_exec_core+27906>, 0x5cbe9790b19d <vm_exec_core+13245>, 0x5cbe9790d755 <vm_exec_core+22901>, 0x5cbe9790dab8 <vm_exec_core+23768>, 0x5cbe9790c923 <vm_exec_core+19267>, 0x5cbe9790d53e <vm_exec_core+22366>, 0x5cbe9790b41c <vm_exec_core+13884>, 0x5cbe9790a8a2 <vm_exec_core+10946>, 0x5cbe9790e527 <vm_exec_core+26439>, 0x5cbe97909233 <vm_exec_core+5203>, 0x5cbe9790c707 <vm_exec_core+18727>, 0x5cbe97917bcc <vm_exec_core+65004>, 0x5cbe9790d9dd <vm_exec_core+23549>, 0x5cbe979094f2 <vm_exec_core+5906>, 0x5cbe97909a24 <vm_exec_core+7236>, 0x5cbe9790962b <vm_exec_core+6219>, 0x5cbe9790a41c <vm_exec_core+9788>, 0x5cbe9790ad03 <vm_exec_core+12067>, 0x5cbe9790cd02 <vm_exec_core+20258>, 0x5cbe9790c202 <vm_exec_core+17442>, 0x5cbe9790ccfd <vm_exec_core+20253>, 0x5cbe9790d918 <vm_exec_core+23352>, 0x5cbe9790d82a <vm_exec_core+23114>, 0x5cbe9790a417 <vm_exec_core+9783>, 0x5cbe9790dacc <vm_exec_core+23788>, 0x5cbe9790b738 <vm_exec_core+14680>, 0x5cbe9790b73d <vm_exec_core+14685>, 0x5cbe9790d825 <vm_exec_core+23109>, 0x5cbe9790d692 <vm_exec_core+22706>, 0x5cbe9790c5be <vm_exec_core+18398>, 0x5cbe9790c4ca <vm_exec_core+18154>...}
        reg_cfp = 0x76eecf0fd790
        reg_pc = 0x513000053c20
        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_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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <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 0x00005cbe97904558 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2595
        _ec = 0x516000ac02d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#14 0x00005cbe9794286b in invoke_iseq_block_from_c (ec=0x516000ac02d0, captured=<optimized out>, self=130768660447360, 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:1625
        flags = 0
        iseq = 0x76eef5b642b0
        cfp = 0x76eecf0fd7c8
        sp = 0x76eeceffd818
        use_argv = <optimized out>
        stack_argv = 0x76eeceffd818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#15 invoke_block_from_c_proc (ec=0x516000ac02d0, self=130768660447360, 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:1719
        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:1749
No locals.
#17 0x00005cbe97940af6 in rb_vm_invoke_proc (ec=0x76eebda19460, proc=0x1, proc@entry=0x5040009bc9d0, argc=-162417459, 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:1770
        self = 4294967295
#18 0x00005cbe97896e09 in thread_do_start_proc (th=th@entry=0x5150001bc400) at /tmp/ruby/src/trunk_asan/thread.c:610
        args = <optimized out>
        procval = <optimized out>
        proc = 0x5040009bc9d0
        args_len = 0
        args_ptr = <optimized out>
#19 0x00005cbe97894a3a in thread_do_start (th=0x5150001bc400) at /tmp/ruby/src/trunk_asan/thread.c:627
        result = 36
#20 thread_start_func_2 (th=th@entry=0x5150001bc400, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:682
        _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 0x00005cbe97893cfe in call_thread_start_func_2 (th=0x5150001bc400) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2176
        stack_start = <optimized out>
        stack_start_addr = 0x76eebe7ffcc0
#22 nt_start (ptr=0x50c00036da80) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2221
        th = 0x5150001bc400
        sched = <optimized out>
        nt = 0x50c00036da80
        vm = 0x525000000100
#23 0x00005cbe9753aa9f in asan_thread_start(void*) ()
No symbol table info available.
#24 0x000076eef649ca94 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 = {130767770355392, -4831742728429424098, 130767770355392, -360, 25, 140733536212784, -4831742728450395618, -4831619152263695842}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#25 0x000076eef6529c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 2 (Thread 0x76eeda2006c0 (LWP 1965104) "test_thread.rb*"):
#0  0x000076eef651b4cd in __GI___poll (fds=0x76eebcd09040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005cbe974e16ea in __interceptor_poll ()
No symbol table info available.
#2  0x00005cbe9789806f in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1052
        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:3006
        vm = <optimized out>
#4  0x00005cbe9753aa9f in asan_thread_start(void*) ()
No symbol table info available.
#5  0x000076eef649ca94 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 = {130768233825984, -4831523100981775842, 130768233825984, -360, 0, 130767826966480, -4831523101002747362, -4831619152263695842}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x000076eef6529c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x76eef6617c40 (LWP 1936476) "ruby"):
#0  0x000076eef65107e3 in __GI___wait4 (pid=-1, stat_loc=0x76eef43ec748, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:30
        sc_ret = -512
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005cbe974cef20 in __interceptor_waitpid ()
No symbol table info available.
#2  0x00005cbe97710494 in do_waitpid (pid=-1, st=0x76eef43ec748, flags=0) at /tmp/ruby/src/trunk_asan/process.c:1040
No locals.
#3  waitpid_blocking_no_SIGCHLD (x=0x76eef43ec720) at /tmp/ruby/src/trunk_asan/process.c:1074
        w = 0x76eef43ec720
#4  0x00005cbe9787aa4f in rb_nogvl (func=0x5cbe97710450 <waitpid_blocking_no_SIGCHLD>, data1=0x76eef43ec720, ubf=<optimized out>, data2=<optimized out>, flags=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:1576
        __region = <optimized out>
        val = 0x0
        ec = 0x5160000006d0
        th = 0x515000000300
        vm = <optimized out>
        saved_errno = 0
        saved_vm = <optimized out>
        is_main_thread = <optimized out>
#5  0x00005cbe976fb04e in waitpid_no_SIGCHLD (w=0x76eef43ec720) at /tmp/ruby/src/trunk_asan/process.c:1087
No locals.
#6  rb_process_status_wait (pid=<optimized out>, flags=0) at /tmp/ruby/src/trunk_asan/process.c:1111
        waitpid_state = {wnode = {next = <optimized out>, prev = <optimized out>}, ec = 0x5160000006d0, cond = <optimized out>, ret = 0, pid = -1, status = 0, options = 0, errnum = 0}
#7  0x00005cbe97709a3e in rb_waitpid (pid=-1, flags=0, st=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:1170
        status = <optimized out>
        data = <optimized out>
#8  proc_waitall (_=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:1419
        result = 130768107010880
        pid = <optimized out>
        status = <optimized out>
#9  0x00005cbe97968cb8 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:3801
        ci = 0x6b3100100001
        cc = <optimized out>
        me = 0x76eef5bc7590
        cfunc = 0x504000020818
        recv = 130768697136480
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#10 0x00005cbe97916217 in vm_sendish (ec=0x5160000006d0, reg_cfp=0x76eef39ff480, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968
        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=0x5160000006d0) at ../../src/trunk_asan/insns.def:898
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5cbe9790b51c <vm_exec_core+14140>, 0x5cbe979084eb <vm_exec_core+1803>, 0x5cbe97909e99 <vm_exec_core+8377>, 0x5cbe9790f9c8 <vm_exec_core+31720>, 0x5cbe97909771 <vm_exec_core+6545>, 0x5cbe9791077d <vm_exec_core+35229>, 0x5cbe9790e7ca <vm_exec_core+27114>, 0x5cbe9790c39c <vm_exec_core+17852>, 0x5cbe97908820 <vm_exec_core+2624>, 0x5cbe979101fb <vm_exec_core+33819>, 0x5cbe9790fd9b <vm_exec_core+32699>, 0x5cbe97909b6c <vm_exec_core+7564>, 0x5cbe97908e8c <vm_exec_core+4268>, 0x5cbe9790ed01 <vm_exec_core+28449>, 0x5cbe9790ab1c <vm_exec_core+11580>, 0x5cbe9791043d <vm_exec_core+34397>, 0x5cbe9790ffea <vm_exec_core+33290>, 0x5cbe9790b394 <vm_exec_core+13748>, 0x5cbe9790c2ed <vm_exec_core+17677>, 0x5cbe9790e97a <vm_exec_core+27546>, 0x5cbe9790ff32 <vm_exec_core+33106>, 0x5cbe9790d92c <vm_exec_core+23372>, 0x5cbe9790ea2e <vm_exec_core+27726>, 0x5cbe9790eeb8 <vm_exec_core+28888>, 0x5cbe9790d83e <vm_exec_core+23134>, 0x5cbe97908d6c <vm_exec_core+3980>, 0x5cbe9790e121 <vm_exec_core+25409>, 0x5cbe97908b94 <vm_exec_core+3508>, 0x5cbe97908f4d <vm_exec_core+4461>, 0x5cbe9790b689 <vm_exec_core+14505>, 0x5cbe9790d6ab <vm_exec_core+22731>, 0x5cbe9790dcef <vm_exec_core+24335>, 0x5cbe9790d3f4 <vm_exec_core+22036>, 0x5cbe97908751 <vm_exec_core+2417>, 0x5cbe9790f15c <vm_exec_core+29564>, 0x5cbe9790fc4b <vm_exec_core+32363>, 0x5cbe97909064 <vm_exec_core+4740>, 0x5cbe9790a31d <vm_exec_core+9533>, 0x5cbe97909d90 <vm_exec_core+8112>, 0x5cbe9790ac97 <vm_exec_core+11959>, 0x5cbe9790c21b <vm_exec_core+17467>, 0x5cbe97909170 <vm_exec_core+5008>, 0x5cbe9790efa1 <vm_exec_core+29121>, 0x5cbe9790a262 <vm_exec_core+9346>, 0x5cbe9790c084 <vm_exec_core+17060>, 0x5cbe9790cc27 <vm_exec_core+20039>, 0x5cbe9790ee1b <vm_exec_core+28731>, 0x5cbe9790db17 <vm_exec_core+23863>, 0x5cbe9790aed7 <vm_exec_core+12535>, 0x5cbe9790a59b <vm_exec_core+10171>, 0x5cbe9790ebc1 <vm_exec_core+28129>, 0x5cbe9790b835 <vm_exec_core+14933>, 0x5cbe9790e1e8 <vm_exec_core+25608>, 0x5cbe9790dc46 <vm_exec_core+24166>, 0x5cbe9790e443 <vm_exec_core+26211>, 0x5cbe9790f486 <vm_exec_core+30374>, 0x5cbe9790ce64 <vm_exec_core+20612>, 0x5cbe9790818b <vm_exec_core+939>, 0x5cbe9790b069 <vm_exec_core+12937>, 0x5cbe9790eaf1 <vm_exec_core+27921>, 0x5cbe9790b1ac <vm_exec_core+13260>, 0x5cbe9790d764 <vm_exec_core+22916>, 0x5cbe9790e008 <vm_exec_core+25128>, 0x5cbe9790c932 <vm_exec_core+19282>, 0x5cbe9790d54d <vm_exec_core+22381>, 0x5cbe9790b42b <vm_exec_core+13899>, 0x5cbe9790a8b1 <vm_exec_core+10961>, 0x5cbe9790e536 <vm_exec_core+26454>, 0x5cbe97909242 <vm_exec_core+5218>, 0x5cbe9790c716 <vm_exec_core+18742>, 0x5cbe97917bdb <vm_exec_core+65019>, 0x5cbe9790d9ec <vm_exec_core+23564>, 0x5cbe97909501 <vm_exec_core+5921>, 0x5cbe97909a33 <vm_exec_core+7251>, 0x5cbe9790963a <vm_exec_core+6234>, 0x5cbe9790a42b <vm_exec_core+9803>, 0x5cbe9790ad12 <vm_exec_core+12082>, 0x5cbe97908190 <vm_exec_core+944>, 0x5cbe9790a141 <vm_exec_core+9057>, 0x5cbe979109d2 <vm_exec_core+35826>, 0x5cbe9790df08 <vm_exec_core+24872>, 0x5cbe9790cd07 <vm_exec_core+20263>, 0x5cbe9790f036 <vm_exec_core+29270>, 0x5cbe97910abb <vm_exec_core+36059>, 0x5cbe9790f389 <vm_exec_core+30121>, 0x5cbe979104e7 <vm_exec_core+34567>, 0x5cbe979105d1 <vm_exec_core+34801>, 0x5cbe97908c73 <vm_exec_core+3731>, 0x5cbe979100a8 <vm_exec_core+33480>, 0x5cbe9790b742 <vm_exec_core+14690>, 0x5cbe979102f0 <vm_exec_core+34064>, 0x5cbe9790b26d <vm_exec_core+13453>, 0x5cbe9790f24d <vm_exec_core+29805>, 0x5cbe9790a6e4 <vm_exec_core+10500>, 0x5cbe9790ba8b <vm_exec_core+15531>, 0x5cbe979106c7 <vm_exec_core+35047>, 0x5cbe9790c15b <vm_exec_core+17275>, 0x5cbe9790bc3c <vm_exec_core+15964>, 0x5cbe97908276 <vm_exec_core+1174>, 0x5cbe9790898f <vm_exec_core+2991>, 0x5cbe97908374 <vm_exec_core+1428>, 0x5cbe9790ca42 <vm_exec_core+19554>, 0x5cbe9790be12 <vm_exec_core+16434>, 0x5cbe9790c5d7 <vm_exec_core+18423>, 0x5cbe9790c4de <vm_exec_core+18174>, 0x5cbe9790b576 <vm_exec_core+14230>, 0x5cbe9790bcf2 <vm_exec_core+16146>, 0x5cbe9790b94c <vm_exec_core+15212>, 0x5cbe9790bf56 <vm_exec_core+16758>, 0x5cbe9790bfed <vm_exec_core+16909>, 0x5cbe9790b50d <vm_exec_core+14125>, 0x5cbe979084dc <vm_exec_core+1788>, 0x5cbe97909e8a <vm_exec_core+8362>, 0x5cbe9790f9b9 <vm_exec_core+31705>, 0x5cbe97909762 <vm_exec_core+6530>, 0x5cbe9791076e <vm_exec_core+35214>, 0x5cbe9790e7bb <vm_exec_core+27099>, 0x5cbe9790c38d <vm_exec_core+17837>, 0x5cbe97908811 <vm_exec_core+2609>, 0x5cbe979101ec <vm_exec_core+33804>, 0x5cbe9790fd8c <vm_exec_core+32684>, 0x5cbe97909b5d <vm_exec_core+7549>, 0x5cbe97908e7d <vm_exec_core+4253>, 0x5cbe9790ecf2 <vm_exec_core+28434>, 0x5cbe9790ab0d <vm_exec_core+11565>, 0x5cbe9791042e <vm_exec_core+34382>, 0x5cbe9790ffdb <vm_exec_core+33275>, 0x5cbe9790b385 <vm_exec_core+13733>, 0x5cbe9790c2de <vm_exec_core+17662>, 0x5cbe9790e96b <vm_exec_core+27531>, 0x5cbe9790ff23 <vm_exec_core+33091>, 0x5cbe9790d91d <vm_exec_core+23357>, 0x5cbe9790ea1f <vm_exec_core+27711>, 0x5cbe9790eea9 <vm_exec_core+28873>, 0x5cbe9790d82f <vm_exec_core+23119>, 0x5cbe97908d5d <vm_exec_core+3965>, 0x5cbe9790e112 <vm_exec_core+25394>, 0x5cbe97908b85 <vm_exec_core+3493>, 0x5cbe97908f3e <vm_exec_core+4446>, 0x5cbe9790b67a <vm_exec_core+14490>, 0x5cbe9790d69c <vm_exec_core+22716>, 0x5cbe9790dce0 <vm_exec_core+24320>, 0x5cbe9790d3e5 <vm_exec_core+22021>, 0x5cbe97908742 <vm_exec_core+2402>, 0x5cbe9790f14d <vm_exec_core+29549>, 0x5cbe9790fc3c <vm_exec_core+32348>, 0x5cbe97909055 <vm_exec_core+4725>, 0x5cbe9790a30e <vm_exec_core+9518>, 0x5cbe97909d81 <vm_exec_core+8097>, 0x5cbe9790ac88 <vm_exec_core+11944>, 0x5cbe9790c20c <vm_exec_core+17452>, 0x5cbe97909161 <vm_exec_core+4993>, 0x5cbe9790ef92 <vm_exec_core+29106>, 0x5cbe9790a253 <vm_exec_core+9331>, 0x5cbe9790c075 <vm_exec_core+17045>, 0x5cbe9790cc18 <vm_exec_core+20024>, 0x5cbe9790ee0c <vm_exec_core+28716>, 0x5cbe9790db08 <vm_exec_core+23848>, 0x5cbe9790aec8 <vm_exec_core+12520>, 0x5cbe9790a58c <vm_exec_core+10156>, 0x5cbe9790ebb2 <vm_exec_core+28114>, 0x5cbe9790b826 <vm_exec_core+14918>, 0x5cbe9790e1d9 <vm_exec_core+25593>, 0x5cbe9790dc37 <vm_exec_core+24151>, 0x5cbe9790e434 <vm_exec_core+26196>, 0x5cbe9790f477 <vm_exec_core+30359>, 0x5cbe9790ce55 <vm_exec_core+20597>, 0x5cbe9790dab8 <vm_exec_core+23768>, 0x5cbe9790b05a <vm_exec_core+12922>, 0x5cbe9790eae2 <vm_exec_core+27906>, 0x5cbe9790b19d <vm_exec_core+13245>, 0x5cbe9790d755 <vm_exec_core+22901>, 0x5cbe9790dab8 <vm_exec_core+23768>, 0x5cbe9790c923 <vm_exec_core+19267>, 0x5cbe9790d53e <vm_exec_core+22366>, 0x5cbe9790b41c <vm_exec_core+13884>, 0x5cbe9790a8a2 <vm_exec_core+10946>, 0x5cbe9790e527 <vm_exec_core+26439>, 0x5cbe97909233 <vm_exec_core+5203>, 0x5cbe9790c707 <vm_exec_core+18727>, 0x5cbe97917bcc <vm_exec_core+65004>, 0x5cbe9790d9dd <vm_exec_core+23549>, 0x5cbe979094f2 <vm_exec_core+5906>, 0x5cbe97909a24 <vm_exec_core+7236>, 0x5cbe9790962b <vm_exec_core+6219>, 0x5cbe9790a41c <vm_exec_core+9788>, 0x5cbe9790ad03 <vm_exec_core+12067>, 0x5cbe9790cd02 <vm_exec_core+20258>, 0x5cbe9790c202 <vm_exec_core+17442>, 0x5cbe9790ccfd <vm_exec_core+20253>, 0x5cbe9790d918 <vm_exec_core+23352>, 0x5cbe9790d82a <vm_exec_core+23114>, 0x5cbe9790a417 <vm_exec_core+9783>, 0x5cbe9790dacc <vm_exec_core+23788>, 0x5cbe9790b738 <vm_exec_core+14680>, 0x5cbe9790b73d <vm_exec_core+14685>, 0x5cbe9790d825 <vm_exec_core+23109>, 0x5cbe9790d692 <vm_exec_core+22706>, 0x5cbe9790c5be <vm_exec_core+18398>, 0x5cbe9790c4ca <vm_exec_core+18154>...}
        reg_cfp = 0x76eef39ff480
        reg_pc = 0x50b0000261b0
        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_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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <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 0x00005cbe97904558 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2595
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#13 0x00005cbe97986682 in invoke_iseq_block_from_c (ec=0x5160000006d0, captured=0x76eef39ff578, self=130768101523080, 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:1625
        flags = 0
        iseq = 0x76eef5b8ce40
        cfp = <optimized out>
        sp = 0x76eef38ffac8
        use_argv = 0x76eef42f0520
        stack_argv = 0x76eef38ffac8
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#14 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:1639
        captured = 0x76eef39ff578
#15 0x00005cbe97932c16 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:1676
No locals.
#16 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1684
No locals.
#17 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1344
No locals.
#18 0x00005cbe97932c16 in rb_yield (val=<optimized out>)
No locals.
#19 0x00005cbe97ada01a in rb_ary_each (ary=130768107011280) at /tmp/ruby/src/trunk_asan/array.c:2641
        i = 2
#20 0x00005cbe97968cb8 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:3801
        ci = 0xc0100000001
        cc = <optimized out>
        me = 0x76eef5bf0558
        cfunc = 0x50400000a298
        recv = 130768107011280
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#21 0x00005cbe9790f7e7 in vm_sendish (ec=0x5160000006d0, reg_cfp=0x76eef39ff560, cd=0x512000020fc0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#22 vm_exec_core (ec=ec@entry=0x5160000006d0) at ../../src/trunk_asan/insns.def:851
th: 0x515000000300, native_id: 0x76eef6617c40
-- Control frame information -----------------------------------------------
        bh = <optimized out>
c:0017 p:---- s:0108 e:000107 CFUNC  :waitall
        blockiseq = <optimized out>
c:0016 p:0010 s:0104 e:000102 METHOD /tmp/ruby/src/trunk_asan/tool/lib/zombie_hunter.rb:6
c:0015 p:0004 s:0099 e:000098 METHOD /tmp/ruby/src/trunk_asan/tool/lib/gc_checker.rb:13
        leaf = false
        val = <optimized out>
        cd = 0x512000020fc0
c:0014 p:0006 s:0093 e:000092 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:185 [FINISH]
        insns_address_table = {0x5cbe9790b51c <vm_exec_core+14140>, 0x5cbe979084eb <vm_exec_core+1803>, 0x5cbe97909e99 <vm_exec_core+8377>, 0x5cbe9790f9c8 <vm_exec_core+31720>, 0x5cbe97909771 <vm_exec_core+6545>, 0x5cbe9791077d <vm_exec_core+35229>, 0x5cbe9790e7ca <vm_exec_core+27114>, 0x5cbe9790c39c <vm_exec_core+17852>, 0x5cbe97908820 <vm_exec_core+2624>, 0x5cbe979101fb <vm_exec_core+33819>, 0x5cbe9790fd9b <vm_exec_core+32699>, 0x5cbe97909b6c <vm_exec_core+7564>, 0x5cbe97908e8c <vm_exec_core+4268>, 0x5cbe9790ed01 <vm_exec_core+28449>, 0x5cbe9790ab1c <vm_exec_core+11580>, 0x5cbe9791043d <vm_exec_core+34397>, 0x5cbe9790ffea <vm_exec_core+33290>, 0x5cbe9790b394 <vm_exec_core+13748>, 0x5cbe9790c2ed <vm_exec_core+17677>, 0x5cbe9790e97a <vm_exec_core+27546>, 0x5cbe9790ff32 <vm_exec_core+33106>, 0x5cbe9790d92c <vm_exec_core+23372>, 0x5cbe9790ea2e <vm_exec_core+27726>, 0x5cbe9790eeb8 <vm_exec_core+28888>, 0x5cbe9790d83e <vm_exec_core+23134>, 0x5cbe97908d6c <vm_exec_core+3980>, 0x5cbe9790e121 <vm_exec_core+25409>, 0x5cbe97908b94 <vm_exec_core+3508>, 0x5cbe97908f4d <vm_exec_core+4461>, 0x5cbe9790b689 <vm_exec_core+14505>, 0x5cbe9790d6ab <vm_exec_core+22731>, 0x5cbe9790dcef <vm_exec_core+24335>, 0x5cbe9790d3f4 <vm_exec_core+22036>, 0x5cbe97908751 <vm_exec_core+2417>, 0x5cbe9790f15c <vm_exec_core+29564>, 0x5cbe9790fc4b <vm_exec_core+32363>, 0x5cbe97909064 <vm_exec_core+4740>, 0x5cbe9790a31d <vm_exec_core+9533>, 0x5cbe97909d90 <vm_exec_core+8112>, 0x5cbe9790ac97 <vm_exec_core+11959>, 0x5cbe9790c21b <vm_exec_core+17467>, 0x5cbe97909170 <vm_exec_core+5008>, 0x5cbe9790efa1 <vm_exec_core+29121>, 0x5cbe9790a262 <vm_exec_core+9346>, 0x5cbe9790c084 <vm_exec_core+17060>, 0x5cbe9790cc27 <vm_exec_core+20039>, 0x5cbe9790ee1b <vm_exec_core+28731>, 0x5cbe9790db17 <vm_exec_core+23863>, 0x5cbe9790aed7 <vm_exec_core+12535>, 0x5cbe9790a59b <vm_exec_core+10171>, 0x5cbe9790ebc1 <vm_exec_core+28129>, 0x5cbe9790b835 <vm_exec_core+14933>, 0x5cbe9790e1e8 <vm_exec_core+25608>, 0x5cbe9790dc46 <vm_exec_core+24166>, 0x5cbe9790e443 <vm_exec_core+26211>, 0x5cbe9790f486 <vm_exec_core+30374>, 0x5cbe9790ce64 <vm_exec_core+20612>, 0x5cbe9790818b <vm_exec_core+939>, 0x5cbe9790b069 <vm_exec_core+12937>, 0x5cbe9790eaf1 <vm_exec_core+27921>, 0x5cbe9790b1ac <vm_exec_core+13260>, 0x5cbe9790d764 <vm_exec_core+22916>, 0x5cbe9790e008 <vm_exec_core+25128>, 0x5cbe9790c932 <vm_exec_core+19282>, 0x5cbe9790d54d <vm_exec_core+22381>, 0x5cbe9790b42b <vm_exec_core+13899>, 0x5cbe9790a8b1 <vm_exec_core+10961>, 0x5cbe9790e536 <vm_exec_core+26454>, 0x5cbe97909242 <vm_exec_core+5218>, 0x5cbe9790c716 <vm_exec_core+18742>, 0x5cbe97917bdb <vm_exec_core+65019>, 0x5cbe9790d9ec <vm_exec_core+23564>, 0x5cbe97909501 <vm_exec_core+5921>, 0x5cbe97909a33 <vm_exec_core+7251>, 0x5cbe9790963a <vm_exec_core+6234>, 0x5cbe9790a42b <vm_exec_core+9803>, 0x5cbe9790ad12 <vm_exec_core+12082>, 0x5cbe97908190 <vm_exec_core+944>, 0x5cbe9790a141 <vm_exec_core+9057>, 0x5cbe979109d2 <vm_exec_core+35826>, 0x5cbe9790df08 <vm_exec_core+24872>, 0x5cbe9790cd07 <vm_exec_core+20263>, 0x5cbe9790f036 <vm_exec_core+29270>, 0x5cbe97910abb <vm_exec_core+36059>, 0x5cbe9790f389 <vm_exec_core+30121>, 0x5cbe979104e7 <vm_exec_core+34567>, 0x5cbe979105d1 <vm_exec_core+34801>, 0x5cbe97908c73 <vm_exec_core+3731>, 0x5cbe979100a8 <vm_exec_core+33480>, 0x5cbe9790b742 <vm_exec_core+14690>, 0x5cbe979102f0 <vm_exec_core+34064>, 0x5cbe9790b26d <vm_exec_core+13453>, 0x5cbe9790f24d <vm_exec_core+29805>, 0x5cbe9790a6e4 <vm_exec_core+10500>, 0x5cbe9790ba8b <vm_exec_core+15531>, 0x5cbe979106c7 <vm_exec_core+35047>, 0x5cbe9790c15b <vm_exec_core+17275>, 0x5cbe9790bc3c <vm_exec_core+15964>, 0x5cbe97908276 <vm_exec_core+1174>, 0x5cbe9790898f <vm_exec_core+2991>, 0x5cbe97908374 <vm_exec_core+1428>, 0x5cbe9790ca42 <vm_exec_core+19554>, 0x5cbe9790be12 <vm_exec_core+16434>, 0x5cbe9790c5d7 <vm_exec_core+18423>, 0x5cbe9790c4de <vm_exec_core+18174>, 0x5cbe9790b576 <vm_exec_core+14230>, 0x5cbe9790bcf2 <vm_exec_core+16146>, 0x5cbe9790b94c <vm_exec_core+15212>, 0x5cbe9790bf56 <vm_exec_core+16758>, 0x5cbe9790bfed <vm_exec_core+16909>, 0x5cbe9790b50d <vm_exec_core+14125>, 0x5cbe979084dc <vm_exec_core+1788>, 0x5cbe97909e8a <vm_exec_core+8362>, 0x5cbe9790f9b9 <vm_exec_core+31705>, 0x5cbe97909762 <vm_exec_core+6530>, 0x5cbe9791076e <vm_exec_core+35214>, 0x5cbe9790e7bb <vm_exec_core+27099>, 0x5cbe9790c38d <vm_exec_core+17837>, 0x5cbe97908811 <vm_exec_core+2609>, 0x5cbe979101ec <vm_exec_core+33804>, 0x5cbe9790fd8c <vm_exec_core+32684>, 0x5cbe97909b5d <vm_exec_core+7549>, 0x5cbe97908e7d <vm_exec_core+4253>, 0x5cbe9790ecf2 <vm_exec_core+28434>, 0x5cbe9790ab0d <vm_exec_core+11565>, 0x5cbe9791042e <vm_exec_core+34382>, 0x5cbe9790ffdb <vm_exec_core+33275>, 0x5cbe9790b385 <vm_exec_core+13733>, 0x5cbe9790c2de <vm_exec_core+17662>, 0x5cbe9790e96b <vm_exec_core+27531>, 0x5cbe9790ff23 <vm_exec_core+33091>, 0x5cbe9790d91d <vm_exec_core+23357>, 0x5cbe9790ea1f <vm_exec_core+27711>, 0x5cbe9790eea9 <vm_exec_core+28873>, 0x5cbe9790d82f <vm_exec_core+23119>, 0x5cbe97908d5d <vm_exec_core+3965>, 0x5cbe9790e112 <vm_exec_core+25394>, 0x5cbe97908b85 <vm_exec_core+3493>, 0x5cbe97908f3e <vm_exec_core+4446>, 0x5cbe9790b67a <vm_exec_core+14490>, 0x5cbe9790d69c <vm_exec_core+22716>, 0x5cbe9790dce0 <vm_exec_core+24320>, 0x5cbe9790d3e5 <vm_exec_core+22021>, 0x5cbe97908742 <vm_exec_core+2402>, 0x5cbe9790f14d <vm_exec_core+29549>, 0x5cbe9790fc3c <vm_exec_core+32348>, 0x5cbe97909055 <vm_exec_core+4725>, 0x5cbe9790a30e <vm_exec_core+9518>, 0x5cbe97909d81 <vm_exec_core+8097>, 0x5cbe9790ac88 <vm_exec_core+11944>, 0x5cbe9790c20c <vm_exec_core+17452>, 0x5cbe97909161 <vm_exec_core+4993>, 0x5cbe9790ef92 <vm_exec_core+29106>, 0x5cbe9790a253 <vm_exec_core+9331>, 0x5cbe9790c075 <vm_exec_core+17045>, 0x5cbe9790cc18 <vm_exec_core+20024>, 0x5cbe9790ee0c <vm_exec_core+28716>, 0x5cbe9790db08 <vm_exec_core+23848>, 0x5cbe9790aec8 <vm_exec_core+12520>, 0x5cbe9790a58c <vm_exec_core+10156>, 0x5cbe9790ebb2 <vm_exec_core+28114>, 0x5cbe9790b826 <vm_exec_core+14918>, 0x5cbe9790e1d9 <vm_exec_core+25593>, 0x5cbe9790dc37 <vm_exec_core+24151>, 0x5cbe9790e434 <vm_exec_core+26196>, 0x5cbe9790f477 <vm_exec_core+30359>, 0x5cbe9790ce55 <vm_exec_core+20597>, 0x5cbe9790dab8 <vm_exec_core+23768>, 0x5cbe9790b05a <vm_exec_core+12922>, 0x5cbe9790eae2 <vm_exec_core+27906>, 0x5cbe9790b19d <vm_exec_core+13245>, 0x5cbe9790d755 <vm_exec_core+22901>, 0x5cbe9790dab8 <vm_exec_core+23768>, 0x5cbe9790c923 <vm_exec_core+19267>, 0x5cbe9790d53e <vm_exec_core+22366>, 0x5cbe9790b41c <vm_exec_core+13884>, 0x5cbe9790a8a2 <vm_exec_core+10946>, 0x5cbe9790e527 <vm_exec_core+26439>, 0x5cbe97909233 <vm_exec_core+5203>, 0x5cbe9790c707 <vm_exec_core+18727>, 0x5cbe97917bcc <vm_exec_core+65004>, 0x5cbe9790d9dd <vm_exec_core+23549>, 0x5cbe979094f2 <vm_exec_core+5906>, 0x5cbe97909a24 <vm_exec_core+7236>, 0x5cbe9790962b <vm_exec_core+6219>, 0x5cbe9790a41c <vm_exec_core+9788>, 0x5cbe9790ad03 <vm_exec_core+12067>, 0x5cbe9790cd02 <vm_exec_core+20258>, 0x5cbe9790c202 <vm_exec_core+17442>, 0x5cbe9790ccfd <vm_exec_core+20253>, 0x5cbe9790d918 <vm_exec_core+23352>, 0x5cbe9790d82a <vm_exec_core+23114>, 0x5cbe9790a417 <vm_exec_core+9783>, 0x5cbe9790dacc <vm_exec_core+23788>, 0x5cbe9790b738 <vm_exec_core+14680>, 0x5cbe9790b73d <vm_exec_core+14685>, 0x5cbe9790d825 <vm_exec_core+23109>, 0x5cbe9790d692 <vm_exec_core+22706>, 0x5cbe9790c5be <vm_exec_core+18398>, 0x5cbe9790c4ca <vm_exec_core+18154>...}
        reg_cfp = 0x76eef39ff560
        reg_pc = 0x51900001deb0
c:0013 p:---- s:0089 e:000088 CFUNC  :each
c:0012 p:0102 s:0085 e:000084 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:183
c:0011 p:0083 s:0076 e:000075 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1671 [FINISH]
        INSN_LABEL_nop = <optimized out>
c:0010 p:---- s:0069 e:000068 CFUNC  :map
c:0009 p:0103 s:0065 e:000064 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1658
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
c:0008 p:0035 s:0053 e:000052 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1362
        INSN_LABEL_setblockparam = <optimized out>
c:0007 p:0069 s:0046 E:000de0 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:52
        INSN_LABEL_getblockparamproxy = <optimized out>
c:0006 p:0007 s:0030 e:000029 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:24 [FINISH]
c:0005 p:---- s:0026 e:000025 CFUNC  :map
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
c:0004 p:0005 s:0022 e:000021 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:23
c:0003 p:0210 s:0016 e:000015 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:122
c:0002 p:0051 s:0006 e:000005 EVAL   /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:220 [FINISH]
c:0001 p:0000 s:0003 E:001650 DUMMY  [FINISH]
        INSN_LABEL_getinstancevariable = <optimized out>

th: 0x5150000ad000, native_id: 0x76eecbe006c0
        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>
-- Control frame information -----------------------------------------------
c:0003 p:0023 s:0017 e:000016 METHOD <internal:thread_sync>:18
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
c:0002 p:0019 s:0010 e:000009 BLOCK  /tmp/ruby/src/trunk_asan/lib/timeout.rb:99 [FINISH]
c:0001 p:---- s:0003 e:000002 DUMMY  [FINISH]
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>

th: 0x5150001bc400, native_id: 0x76eebe8006c0
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
-- Control frame information -----------------------------------------------
c:0003 p:---- s:0012 e:000011 CFUNC  :readpartial
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
c:0002 p:0036 s:0007 e:000006 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:42 [FINISH]
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
c:0001 p:---- s:0003 e:000002 DUMMY  [FINISH]

        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_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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <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>
#23 0x00005cbe97904911 in vm_exec_loop (ec=0x5160000006d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2622
No locals.
#24 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2601
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#25 0x00005cbe97986682 in invoke_iseq_block_from_c (ec=0x5160000006d0, captured=0x76eef39ff620, self=130768660447360, 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:1625
        flags = 0
        iseq = 0x76eef5b55d78
        cfp = <optimized out>
        sp = 0x76eef38ffa28
        use_argv = 0x76eef42ab9e0
        stack_argv = 0x76eef38ffa28
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#26 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:1639
        captured = 0x76eef39ff620
#27 0x00005cbe97932c16 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:1676
No locals.
#28 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1684
No locals.
#29 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1344
No locals.
#30 0x00005cbe97932c16 in rb_yield (val=<optimized out>)
No locals.
#31 0x00005cbe97ae6da6 in rb_ary_collect (ary=130768213420000) at /tmp/ruby/src/trunk_asan/array.c:3645
        collect = 130768213416120
        i = 29
#32 0x00005cbe97968cb8 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:3801
        ci = 0x165100000001
        cc = <optimized out>
        me = 0x76eef5bf0148
        cfunc = 0x50400000a758
        recv = 130768213420000
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#33 0x00005cbe9790f7e7 in vm_sendish (ec=0x5160000006d0, reg_cfp=0x76eef39ff608, cd=0x51100000d450, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#34 vm_exec_core (ec=ec@entry=0x5160000006d0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x51100000d450
        insns_address_table = {0x5cbe9790b51c <vm_exec_core+14140>, 0x5cbe979084eb <vm_exec_core+1803>, 0x5cbe97909e99 <vm_exec_core+8377>, 0x5cbe9790f9c8 <vm_exec_core+31720>, 0x5cbe97909771 <vm_exec_core+6545>, 0x5cbe9791077d <vm_exec_core+35229>, 0x5cbe9790e7ca <vm_exec_core+27114>, 0x5cbe9790c39c <vm_exec_core+17852>, 0x5cbe97908820 <vm_exec_core+2624>, 0x5cbe979101fb <vm_exec_core+33819>, 0x5cbe9790fd9b <vm_exec_core+32699>, 0x5cbe97909b6c <vm_exec_core+7564>, 0x5cbe97908e8c <vm_exec_core+4268>, 0x5cbe9790ed01 <vm_exec_core+28449>, 0x5cbe9790ab1c <vm_exec_core+11580>, 0x5cbe9791043d <vm_exec_core+34397>, 0x5cbe9790ffea <vm_exec_core+33290>, 0x5cbe9790b394 <vm_exec_core+13748>, 0x5cbe9790c2ed <vm_exec_core+17677>, 0x5cbe9790e97a <vm_exec_core+27546>, 0x5cbe9790ff32 <vm_exec_core+33106>, 0x5cbe9790d92c <vm_exec_core+23372>, 0x5cbe9790ea2e <vm_exec_core+27726>, 0x5cbe9790eeb8 <vm_exec_core+28888>, 0x5cbe9790d83e <vm_exec_core+23134>, 0x5cbe97908d6c <vm_exec_core+3980>, 0x5cbe9790e121 <vm_exec_core+25409>, 0x5cbe97908b94 <vm_exec_core+3508>, 0x5cbe97908f4d <vm_exec_core+4461>, 0x5cbe9790b689 <vm_exec_core+14505>, 0x5cbe9790d6ab <vm_exec_core+22731>, 0x5cbe9790dcef <vm_exec_core+24335>, 0x5cbe9790d3f4 <vm_exec_core+22036>, 0x5cbe97908751 <vm_exec_core+2417>, 0x5cbe9790f15c <vm_exec_core+29564>, 0x5cbe9790fc4b <vm_exec_core+32363>, 0x5cbe97909064 <vm_exec_core+4740>, 0x5cbe9790a31d <vm_exec_core+9533>, 0x5cbe97909d90 <vm_exec_core+8112>, 0x5cbe9790ac97 <vm_exec_core+11959>, 0x5cbe9790c21b <vm_exec_core+17467>, 0x5cbe97909170 <vm_exec_core+5008>, 0x5cbe9790efa1 <vm_exec_core+29121>, 0x5cbe9790a262 <vm_exec_core+9346>, 0x5cbe9790c084 <vm_exec_core+17060>, 0x5cbe9790cc27 <vm_exec_core+20039>, 0x5cbe9790ee1b <vm_exec_core+28731>, 0x5cbe9790db17 <vm_exec_core+23863>, 0x5cbe9790aed7 <vm_exec_core+12535>, 0x5cbe9790a59b <vm_exec_core+10171>, 0x5cbe9790ebc1 <vm_exec_core+28129>, 0x5cbe9790b835 <vm_exec_core+14933>, 0x5cbe9790e1e8 <vm_exec_core+25608>, 0x5cbe9790dc46 <vm_exec_core+24166>, 0x5cbe9790e443 <vm_exec_core+26211>, 0x5cbe9790f486 <vm_exec_core+30374>, 0x5cbe9790ce64 <vm_exec_core+20612>, 0x5cbe9790818b <vm_exec_core+939>, 0x5cbe9790b069 <vm_exec_core+12937>, 0x5cbe9790eaf1 <vm_exec_core+27921>, 0x5cbe9790b1ac <vm_exec_core+13260>, 0x5cbe9790d764 <vm_exec_core+22916>, 0x5cbe9790e008 <vm_exec_core+25128>, 0x5cbe9790c932 <vm_exec_core+19282>, 0x5cbe9790d54d <vm_exec_core+22381>, 0x5cbe9790b42b <vm_exec_core+13899>, 0x5cbe9790a8b1 <vm_exec_core+10961>, 0x5cbe9790e536 <vm_exec_core+26454>, 0x5cbe97909242 <vm_exec_core+5218>, 0x5cbe9790c716 <vm_exec_core+18742>, 0x5cbe97917bdb <vm_exec_core+65019>, 0x5cbe9790d9ec <vm_exec_core+23564>, 0x5cbe97909501 <vm_exec_core+5921>, 0x5cbe97909a33 <vm_exec_core+7251>, 0x5cbe9790963a <vm_exec_core+6234>, 0x5cbe9790a42b <vm_exec_core+9803>, 0x5cbe9790ad12 <vm_exec_core+12082>, 0x5cbe97908190 <vm_exec_core+944>, 0x5cbe9790a141 <vm_exec_core+9057>, 0x5cbe979109d2 <vm_exec_core+35826>, 0x5cbe9790df08 <vm_exec_core+24872>, 0x5cbe9790cd07 <vm_exec_core+20263>, 0x5cbe9790f036 <vm_exec_core+29270>, 0x5cbe97910abb <vm_exec_core+36059>, 0x5cbe9790f389 <vm_exec_core+30121>, 0x5cbe979104e7 <vm_exec_core+34567>, 0x5cbe979105d1 <vm_exec_core+34801>, 0x5cbe97908c73 <vm_exec_core+3731>, 0x5cbe979100a8 <vm_exec_core+33480>, 0x5cbe9790b742 <vm_exec_core+14690>, 0x5cbe979102f0 <vm_exec_core+34064>, 0x5cbe9790b26d <vm_exec_core+13453>, 0x5cbe9790f24d <vm_exec_core+29805>, 0x5cbe9790a6e4 <vm_exec_core+10500>, 0x5cbe9790ba8b <vm_exec_core+15531>, 0x5cbe979106c7 <vm_exec_core+35047>, 0x5cbe9790c15b <vm_exec_core+17275>, 0x5cbe9790bc3c <vm_exec_core+15964>, 0x5cbe97908276 <vm_exec_core+1174>, 0x5cbe9790898f <vm_exec_core+2991>, 0x5cbe97908374 <vm_exec_core+1428>, 0x5cbe9790ca42 <vm_exec_core+19554>, 0x5cbe9790be12 <vm_exec_core+16434>, 0x5cbe9790c5d7 <vm_exec_core+18423>, 0x5cbe9790c4de <vm_exec_core+18174>, 0x5cbe9790b576 <vm_exec_core+14230>, 0x5cbe9790bcf2 <vm_exec_core+16146>, 0x5cbe9790b94c <vm_exec_core+15212>, 0x5cbe9790bf56 <vm_exec_core+16758>, 0x5cbe9790bfed <vm_exec_core+16909>, 0x5cbe9790b50d <vm_exec_core+14125>, 0x5cbe979084dc <vm_exec_core+1788>, 0x5cbe97909e8a <vm_exec_core+8362>, 0x5cbe9790f9b9 <vm_exec_core+31705>, 0x5cbe97909762 <vm_exec_core+6530>, 0x5cbe9791076e <vm_exec_core+35214>, 0x5cbe9790e7bb <vm_exec_core+27099>, 0x5cbe9790c38d <vm_exec_core+17837>, 0x5cbe97908811 <vm_exec_core+2609>, 0x5cbe979101ec <vm_exec_core+33804>, 0x5cbe9790fd8c <vm_exec_core+32684>, 0x5cbe97909b5d <vm_exec_core+7549>, 0x5cbe97908e7d <vm_exec_core+4253>, 0x5cbe9790ecf2 <vm_exec_core+28434>, 0x5cbe9790ab0d <vm_exec_core+11565>, 0x5cbe9791042e <vm_exec_core+34382>, 0x5cbe9790ffdb <vm_exec_core+33275>, 0x5cbe9790b385 <vm_exec_core+13733>, 0x5cbe9790c2de <vm_exec_core+17662>, 0x5cbe9790e96b <vm_exec_core+27531>, 0x5cbe9790ff23 <vm_exec_core+33091>, 0x5cbe9790d91d <vm_exec_core+23357>, 0x5cbe9790ea1f <vm_exec_core+27711>, 0x5cbe9790eea9 <vm_exec_core+28873>, 0x5cbe9790d82f <vm_exec_core+23119>, 0x5cbe97908d5d <vm_exec_core+3965>, 0x5cbe9790e112 <vm_exec_core+25394>, 0x5cbe97908b85 <vm_exec_core+3493>, 0x5cbe97908f3e <vm_exec_core+4446>, 0x5cbe9790b67a <vm_exec_core+14490>, 0x5cbe9790d69c <vm_exec_core+22716>, 0x5cbe9790dce0 <vm_exec_core+24320>, 0x5cbe9790d3e5 <vm_exec_core+22021>, 0x5cbe97908742 <vm_exec_core+2402>, 0x5cbe9790f14d <vm_exec_core+29549>, 0x5cbe9790fc3c <vm_exec_core+32348>, 0x5cbe97909055 <vm_exec_core+4725>, 0x5cbe9790a30e <vm_exec_core+9518>, 0x5cbe97909d81 <vm_exec_core+8097>, 0x5cbe9790ac88 <vm_exec_core+11944>, 0x5cbe9790c20c <vm_exec_core+17452>, 0x5cbe97909161 <vm_exec_core+4993>, 0x5cbe9790ef92 <vm_exec_core+29106>, 0x5cbe9790a253 <vm_exec_core+9331>, 0x5cbe9790c075 <vm_exec_core+17045>, 0x5cbe9790cc18 <vm_exec_core+20024>, 0x5cbe9790ee0c <vm_exec_core+28716>, 0x5cbe9790db08 <vm_exec_core+23848>, 0x5cbe9790aec8 <vm_exec_core+12520>, 0x5cbe9790a58c <vm_exec_core+10156>, 0x5cbe9790ebb2 <vm_exec_core+28114>, 0x5cbe9790b826 <vm_exec_core+14918>, 0x5cbe9790e1d9 <vm_exec_core+25593>, 0x5cbe9790dc37 <vm_exec_core+24151>, 0x5cbe9790e434 <vm_exec_core+26196>, 0x5cbe9790f477 <vm_exec_core+30359>, 0x5cbe9790ce55 <vm_exec_core+20597>, 0x5cbe9790dab8 <vm_exec_core+23768>, 0x5cbe9790b05a <vm_exec_core+12922>, 0x5cbe9790eae2 <vm_exec_core+27906>, 0x5cbe9790b19d <vm_exec_core+13245>, 0x5cbe9790d755 <vm_exec_core+22901>, 0x5cbe9790dab8 <vm_exec_core+23768>, 0x5cbe9790c923 <vm_exec_core+19267>, 0x5cbe9790d53e <vm_exec_core+22366>, 0x5cbe9790b41c <vm_exec_core+13884>, 0x5cbe9790a8a2 <vm_exec_core+10946>, 0x5cbe9790e527 <vm_exec_core+26439>, 0x5cbe97909233 <vm_exec_core+5203>, 0x5cbe9790c707 <vm_exec_core+18727>, 0x5cbe97917bcc <vm_exec_core+65004>, 0x5cbe9790d9dd <vm_exec_core+23549>, 0x5cbe979094f2 <vm_exec_core+5906>, 0x5cbe97909a24 <vm_exec_core+7236>, 0x5cbe9790962b <vm_exec_core+6219>, 0x5cbe9790a41c <vm_exec_core+9788>, 0x5cbe9790ad03 <vm_exec_core+12067>, 0x5cbe9790cd02 <vm_exec_core+20258>, 0x5cbe9790c202 <vm_exec_core+17442>, 0x5cbe9790ccfd <vm_exec_core+20253>, 0x5cbe9790d918 <vm_exec_core+23352>, 0x5cbe9790d82a <vm_exec_core+23114>, 0x5cbe9790a417 <vm_exec_core+9783>, 0x5cbe9790dacc <vm_exec_core+23788>, 0x5cbe9790b738 <vm_exec_core+14680>, 0x5cbe9790b73d <vm_exec_core+14685>, 0x5cbe9790d825 <vm_exec_core+23109>, 0x5cbe9790d692 <vm_exec_core+22706>, 0x5cbe9790c5be <vm_exec_core+18398>, 0x5cbe9790c4ca <vm_exec_core+18154>...}
        reg_cfp = 0x76eef39ff608
        reg_pc = 0x519000015cb8
        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_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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <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>
#35 0x00005cbe979046ef in vm_exec_loop (ec=0x5160000006d0, state=<optimized out>, result=<optimized out>, tag=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2622
No locals.
#36 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2598
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#37 0x00005cbe97986682 in invoke_iseq_block_from_c (ec=0x5160000006d0, captured=0x76eef39ff738, self=130768660447360, 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:1625
        flags = 0
        iseq = 0x76eef5b64468
        cfp = <optimized out>
        sp = 0x76eef38ff8d0
        use_argv = 0x76eef4245a20
        stack_argv = 0x76eef38ff8d0
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#38 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:1639
        captured = 0x76eef39ff738
#39 0x00005cbe97932c16 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:1676
No locals.
#40 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1684
No locals.
#41 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1344
No locals.
#42 0x00005cbe97932c16 in rb_yield (val=<optimized out>)
No locals.
#43 0x00005cbe97ae6da6 in rb_ary_collect (ary=130768213423600) at /tmp/ruby/src/trunk_asan/array.c:3645
        collect = 130768213423520
        i = 0
#44 0x00005cbe97968cb8 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:3801
        ci = 0x165100000001
        cc = <optimized out>
        me = 0x76eef5bf0148
        cfunc = 0x50400000a758
        recv = 130768213423600
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#45 0x00005cbe9790f7e7 in vm_sendish (ec=0x5160000006d0, reg_cfp=0x76eef39ff720, cd=0x502000012db0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#46 vm_exec_core (ec=ec@entry=0x5160000006d0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x502000012db0
        insns_address_table = {0x5cbe9790b51c <vm_exec_core+14140>, 0x5cbe979084eb <vm_exec_core+1803>, 0x5cbe97909e99 <vm_exec_core+8377>, 0x5cbe9790f9c8 <vm_exec_core+31720>, 0x5cbe97909771 <vm_exec_core+6545>, 0x5cbe9791077d <vm_exec_core+35229>, 0x5cbe9790e7ca <vm_exec_core+27114>, 0x5cbe9790c39c <vm_exec_core+17852>, 0x5cbe97908820 <vm_exec_core+2624>, 0x5cbe979101fb <vm_exec_core+33819>, 0x5cbe9790fd9b <vm_exec_core+32699>, 0x5cbe97909b6c <vm_exec_core+7564>, 0x5cbe97908e8c <vm_exec_core+4268>, 0x5cbe9790ed01 <vm_exec_core+28449>, 0x5cbe9790ab1c <vm_exec_core+11580>, 0x5cbe9791043d <vm_exec_core+34397>, 0x5cbe9790ffea <vm_exec_core+33290>, 0x5cbe9790b394 <vm_exec_core+13748>, 0x5cbe9790c2ed <vm_exec_core+17677>, 0x5cbe9790e97a <vm_exec_core+27546>, 0x5cbe9790ff32 <vm_exec_core+33106>, 0x5cbe9790d92c <vm_exec_core+23372>, 0x5cbe9790ea2e <vm_exec_core+27726>, 0x5cbe9790eeb8 <vm_exec_core+28888>, 0x5cbe9790d83e <vm_exec_core+23134>, 0x5cbe97908d6c <vm_exec_core+3980>, 0x5cbe9790e121 <vm_exec_core+25409>, 0x5cbe97908b94 <vm_exec_core+3508>, 0x5cbe97908f4d <vm_exec_core+4461>, 0x5cbe9790b689 <vm_exec_core+14505>, 0x5cbe9790d6ab <vm_exec_core+22731>, 0x5cbe9790dcef <vm_exec_core+24335>, 0x5cbe9790d3f4 <vm_exec_core+22036>, 0x5cbe97908751 <vm_exec_core+2417>, 0x5cbe9790f15c <vm_exec_core+29564>, 0x5cbe9790fc4b <vm_exec_core+32363>, 0x5cbe97909064 <vm_exec_core+4740>, 0x5cbe9790a31d <vm_exec_core+9533>, 0x5cbe97909d90 <vm_exec_core+8112>, 0x5cbe9790ac97 <vm_exec_core+11959>, 0x5cbe9790c21b <vm_exec_core+17467>, 0x5cbe97909170 <vm_exec_core+5008>, 0x5cbe9790efa1 <vm_exec_core+29121>, 0x5cbe9790a262 <vm_exec_core+9346>, 0x5cbe9790c084 <vm_exec_core+17060>, 0x5cbe9790cc27 <vm_exec_core+20039>, 0x5cbe9790ee1b <vm_exec_core+28731>, 0x5cbe9790db17 <vm_exec_core+23863>, 0x5cbe9790aed7 <vm_exec_core+12535>, 0x5cbe9790a59b <vm_exec_core+10171>, 0x5cbe9790ebc1 <vm_exec_core+28129>, 0x5cbe9790b835 <vm_exec_core+14933>, 0x5cbe9790e1e8 <vm_exec_core+25608>, 0x5cbe9790dc46 <vm_exec_core+24166>, 0x5cbe9790e443 <vm_exec_core+26211>, 0x5cbe9790f486 <vm_exec_core+30374>, 0x5cbe9790ce64 <vm_exec_core+20612>, 0x5cbe9790818b <vm_exec_core+939>, 0x5cbe9790b069 <vm_exec_core+12937>, 0x5cbe9790eaf1 <vm_exec_core+27921>, 0x5cbe9790b1ac <vm_exec_core+13260>, 0x5cbe9790d764 <vm_exec_core+22916>, 0x5cbe9790e008 <vm_exec_core+25128>, 0x5cbe9790c932 <vm_exec_core+19282>, 0x5cbe9790d54d <vm_exec_core+22381>, 0x5cbe9790b42b <vm_exec_core+13899>, 0x5cbe9790a8b1 <vm_exec_core+10961>, 0x5cbe9790e536 <vm_exec_core+26454>, 0x5cbe97909242 <vm_exec_core+5218>, 0x5cbe9790c716 <vm_exec_core+18742>, 0x5cbe97917bdb <vm_exec_core+65019>, 0x5cbe9790d9ec <vm_exec_core+23564>, 0x5cbe97909501 <vm_exec_core+5921>, 0x5cbe97909a33 <vm_exec_core+7251>, 0x5cbe9790963a <vm_exec_core+6234>, 0x5cbe9790a42b <vm_exec_core+9803>, 0x5cbe9790ad12 <vm_exec_core+12082>, 0x5cbe97908190 <vm_exec_core+944>, 0x5cbe9790a141 <vm_exec_core+9057>, 0x5cbe979109d2 <vm_exec_core+35826>, 0x5cbe9790df08 <vm_exec_core+24872>, 0x5cbe9790cd07 <vm_exec_core+20263>, 0x5cbe9790f036 <vm_exec_core+29270>, 0x5cbe97910abb <vm_exec_core+36059>, 0x5cbe9790f389 <vm_exec_core+30121>, 0x5cbe979104e7 <vm_exec_core+34567>, 0x5cbe979105d1 <vm_exec_core+34801>, 0x5cbe97908c73 <vm_exec_core+3731>, 0x5cbe979100a8 <vm_exec_core+33480>, 0x5cbe9790b742 <vm_exec_core+14690>, 0x5cbe979102f0 <vm_exec_core+34064>, 0x5cbe9790b26d <vm_exec_core+13453>, 0x5cbe9790f24d <vm_exec_core+29805>, 0x5cbe9790a6e4 <vm_exec_core+10500>, 0x5cbe9790ba8b <vm_exec_core+15531>, 0x5cbe979106c7 <vm_exec_core+35047>, 0x5cbe9790c15b <vm_exec_core+17275>, 0x5cbe9790bc3c <vm_exec_core+15964>, 0x5cbe97908276 <vm_exec_core+1174>, 0x5cbe9790898f <vm_exec_core+2991>, 0x5cbe97908374 <vm_exec_core+1428>, 0x5cbe9790ca42 <vm_exec_core+19554>, 0x5cbe9790be12 <vm_exec_core+16434>, 0x5cbe9790c5d7 <vm_exec_core+18423>, 0x5cbe9790c4de <vm_exec_core+18174>, 0x5cbe9790b576 <vm_exec_core+14230>, 0x5cbe9790bcf2 <vm_exec_core+16146>, 0x5cbe9790b94c <vm_exec_core+15212>, 0x5cbe9790bf56 <vm_exec_core+16758>, 0x5cbe9790bfed <vm_exec_core+16909>, 0x5cbe9790b50d <vm_exec_core+14125>, 0x5cbe979084dc <vm_exec_core+1788>, 0x5cbe97909e8a <vm_exec_core+8362>, 0x5cbe9790f9b9 <vm_exec_core+31705>, 0x5cbe97909762 <vm_exec_core+6530>, 0x5cbe9791076e <vm_exec_core+35214>, 0x5cbe9790e7bb <vm_exec_core+27099>, 0x5cbe9790c38d <vm_exec_core+17837>, 0x5cbe97908811 <vm_exec_core+2609>, 0x5cbe979101ec <vm_exec_core+33804>, 0x5cbe9790fd8c <vm_exec_core+32684>, 0x5cbe97909b5d <vm_exec_core+7549>, 0x5cbe97908e7d <vm_exec_core+4253>, 0x5cbe9790ecf2 <vm_exec_core+28434>, 0x5cbe9790ab0d <vm_exec_core+11565>, 0x5cbe9791042e <vm_exec_core+34382>, 0x5cbe9790ffdb <vm_exec_core+33275>, 0x5cbe9790b385 <vm_exec_core+13733>, 0x5cbe9790c2de <vm_exec_core+17662>, 0x5cbe9790e96b <vm_exec_core+27531>, 0x5cbe9790ff23 <vm_exec_core+33091>, 0x5cbe9790d91d <vm_exec_core+23357>, 0x5cbe9790ea1f <vm_exec_core+27711>, 0x5cbe9790eea9 <vm_exec_core+28873>, 0x5cbe9790d82f <vm_exec_core+23119>, 0x5cbe97908d5d <vm_exec_core+3965>, 0x5cbe9790e112 <vm_exec_core+25394>, 0x5cbe97908b85 <vm_exec_core+3493>, 0x5cbe97908f3e <vm_exec_core+4446>, 0x5cbe9790b67a <vm_exec_core+14490>, 0x5cbe9790d69c <vm_exec_core+22716>, 0x5cbe9790dce0 <vm_exec_core+24320>, 0x5cbe9790d3e5 <vm_exec_core+22021>, 0x5cbe97908742 <vm_exec_core+2402>, 0x5cbe9790f14d <vm_exec_core+29549>, 0x5cbe9790fc3c <vm_exec_core+32348>, 0x5cbe97909055 <vm_exec_core+4725>, 0x5cbe9790a30e <vm_exec_core+9518>, 0x5cbe97909d81 <vm_exec_core+8097>, 0x5cbe9790ac88 <vm_exec_core+11944>, 0x5cbe9790c20c <vm_exec_core+17452>, 0x5cbe97909161 <vm_exec_core+4993>, 0x5cbe9790ef92 <vm_exec_core+29106>, 0x5cbe9790a253 <vm_exec_core+9331>, 0x5cbe9790c075 <vm_exec_core+17045>, 0x5cbe9790cc18 <vm_exec_core+20024>, 0x5cbe9790ee0c <vm_exec_core+28716>, 0x5cbe9790db08 <vm_exec_core+23848>, 0x5cbe9790aec8 <vm_exec_core+12520>, 0x5cbe9790a58c <vm_exec_core+10156>, 0x5cbe9790ebb2 <vm_exec_core+28114>, 0x5cbe9790b826 <vm_exec_core+14918>, 0x5cbe9790e1d9 <vm_exec_core+25593>, 0x5cbe9790dc37 <vm_exec_core+24151>, 0x5cbe9790e434 <vm_exec_core+26196>, 0x5cbe9790f477 <vm_exec_core+30359>, 0x5cbe9790ce55 <vm_exec_core+20597>, 0x5cbe9790dab8 <vm_exec_core+23768>, 0x5cbe9790b05a <vm_exec_core+12922>, 0x5cbe9790eae2 <vm_exec_core+27906>, 0x5cbe9790b19d <vm_exec_core+13245>, 0x5cbe9790d755 <vm_exec_core+22901>, 0x5cbe9790dab8 <vm_exec_core+23768>, 0x5cbe9790c923 <vm_exec_core+19267>, 0x5cbe9790d53e <vm_exec_core+22366>, 0x5cbe9790b41c <vm_exec_core+13884>, 0x5cbe9790a8a2 <vm_exec_core+10946>, 0x5cbe9790e527 <vm_exec_core+26439>, 0x5cbe97909233 <vm_exec_core+5203>, 0x5cbe9790c707 <vm_exec_core+18727>, 0x5cbe97917bcc <vm_exec_core+65004>, 0x5cbe9790d9dd <vm_exec_core+23549>, 0x5cbe979094f2 <vm_exec_core+5906>, 0x5cbe97909a24 <vm_exec_core+7236>, 0x5cbe9790962b <vm_exec_core+6219>, 0x5cbe9790a41c <vm_exec_core+9788>, 0x5cbe9790ad03 <vm_exec_core+12067>, 0x5cbe9790cd02 <vm_exec_core+20258>, 0x5cbe9790c202 <vm_exec_core+17442>, 0x5cbe9790ccfd <vm_exec_core+20253>, 0x5cbe9790d918 <vm_exec_core+23352>, 0x5cbe9790d82a <vm_exec_core+23114>, 0x5cbe9790a417 <vm_exec_core+9783>, 0x5cbe9790dacc <vm_exec_core+23788>, 0x5cbe9790b738 <vm_exec_core+14680>, 0x5cbe9790b73d <vm_exec_core+14685>, 0x5cbe9790d825 <vm_exec_core+23109>, 0x5cbe9790d692 <vm_exec_core+22706>, 0x5cbe9790c5be <vm_exec_core+18398>, 0x5cbe9790c4ca <vm_exec_core+18154>...}
        reg_cfp = 0x76eef39ff720
        reg_pc = 0x50400002ff78
        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_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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <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>
#47 0x00005cbe97904911 in vm_exec_loop (ec=0x5160000006d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2622
No locals.
#48 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2601
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#49 0x00005cbe975815db in rb_ec_exec_node (ec=0x5160000006d0, n=0x76eef5b645f8) at /tmp/ruby/src/trunk_asan/eval.c:281
        _ec = 0x5160000006d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7fff146f3990, <optimized out>, 0x7fff146f38e0, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x76eef5b645f8
#50 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:319
        ec = 0x5160000006d0
        status = <optimized out>
#51 0x00005cbe9757ab47 in rb_main (argc=10, argv=0x7fff146f3b68) at /tmp/ruby/src/trunk_asan/main.c:40
        variable_in_this_stack_frame = <optimized out>
#52 main (argc=10, argv=0x7fff146f3b68) at /tmp/ruby/src/trunk_asan/main.c:65
No locals.

>>> Dump Ruby level backtrace (if possible)

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

>>> Threads

  Id   Target Id                                  Frame 
* 1    Thread 0x7ece3760bc40 (LWP 1936463) "ruby" 0x00007ece37326cd7 in __GI___select (nfds=27, readfds=0x50c004b2cf80, writefds=0x0, exceptfds=0x0, timeout=0x7ffe0060bb80) at ../sysdeps/unix/sysv/linux/select.c:69
  2    Thread 0x7ece1b0006c0 (LWP 1936465) "ruby" 0x00007ece3731b4cd in __GI___poll (fds=0x7ece19d09040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 2 (Thread 0x7ece1b0006c0 (LWP 1936465) "ruby"):
#0  0x00007ece3731b4cd in __GI___poll (fds=0x7ece19d09040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x0000599c9401b6ea in __interceptor_poll ()
No symbol table info available.
#2  0x0000599c943d206f in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1052
        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:3006
        vm = <optimized out>
#4  0x0000599c94074a9f in asan_thread_start(void*) ()
No symbol table info available.
#5  0x00007ece3729ca94 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 = {139423681349312, -5095527674974781019, 139423681349312, -360, 0, 140728904768800, -5095527674995752539, -5095445571551968859}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x00007ece37329c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7ece3760bc40 (LWP 1936463) "ruby"):
#0  0x00007ece37326cd7 in __GI___select (nfds=27, readfds=0x50c004b2cf80, writefds=0x0, exceptfds=0x0, timeout=0x7ffe0060bb80) 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 = 1199, tv_nsec = 947234581}
        pts64 = 0x7ffe0060ba20
        r = <optimized out>
#1  0x0000599c943bcd45 in native_fd_select (n=27, readfds=0x50c004b2cf80, writefds=0x0, exceptfds=0x7ece37326cd7 <__GI___select+327>, timeout=0x7ffe0060ba20, th=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2380
No locals.
#2  do_select (p=139424119798048) at /tmp/ruby/src/trunk_asan/thread.c:4314
        tv = <optimized out>
        __region = <optimized out>
        end = <optimized out>
        rel = <optimized out>
        to = 0x7ffe0060bb30
        lerrno = 0
        set = <optimized out>
        result = <optimized out>
        endtime = <optimized out>
#3  0x0000599c940bf2e0 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:1074
        _ec = 0x5160000006d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffe0060bcf0, <optimized out>, 0x7ffe0060bc00, <optimized out>, <optimized out>}, prev = 0x7ece35223880, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160000006d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#4  0x0000599c943bc31e 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:4374
        set = {max = 27, th = 0x515000000300, rset = 0x7ece35223740, 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 = 0x7ece352237a0}
#5  0x0000599c9418051f in select_internal (read=139424148325680, write=4, except=4, tp=0x7ece352237a0, fds=0x7ece35223740) at /tmp/ruby/src/trunk_asan/io.c:10711
        timerec = <optimized out>
        max = 27
        pending = <optimized out>
        rp = 0x7ece35223740
        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=139424119797536) at /tmp/ruby/src/trunk_asan/io.c:10781
        p = 0x7ece35223720
#7  0x0000599c940bf2e0 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:1074
        _ec = 0x5160000006d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffe0060bff0, <optimized out>, 0x7ffe0060bf00, <optimized out>, <optimized out>}, prev = 0x7ece352fd740, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160000006d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#8  0x0000599c9415c767 in rb_f_select (argc=<optimized out>, argv=<optimized out>, obj=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:11137
        args = <optimized out>
        timerec = <optimized out>
        scheduler = <optimized out>
        timeout = <optimized out>
        i = 4
#9  0x0000599c944a2cb8 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:3801
        ci = 0x160100100009
        cc = <optimized out>
        me = 0x7ece36dea6b0
        cfunc = 0x504000010798
        recv = 139424148879880
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#10 0x0000599c94450217 in vm_sendish (ec=0x5160000006d0, reg_cfp=0x7ece347ff3a0, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968
        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=0x5160000006d0) at ../../src/trunk_asan/insns.def:898
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x599c9444551c <vm_exec_core+14140>, 0x599c944424eb <vm_exec_core+1803>, 0x599c94443e99 <vm_exec_core+8377>, 0x599c944499c8 <vm_exec_core+31720>, 0x599c94443771 <vm_exec_core+6545>, 0x599c9444a77d <vm_exec_core+35229>, 0x599c944487ca <vm_exec_core+27114>, 0x599c9444639c <vm_exec_core+17852>, 0x599c94442820 <vm_exec_core+2624>, 0x599c9444a1fb <vm_exec_core+33819>, 0x599c94449d9b <vm_exec_core+32699>, 0x599c94443b6c <vm_exec_core+7564>, 0x599c94442e8c <vm_exec_core+4268>, 0x599c94448d01 <vm_exec_core+28449>, 0x599c94444b1c <vm_exec_core+11580>, 0x599c9444a43d <vm_exec_core+34397>, 0x599c94449fea <vm_exec_core+33290>, 0x599c94445394 <vm_exec_core+13748>, 0x599c944462ed <vm_exec_core+17677>, 0x599c9444897a <vm_exec_core+27546>, 0x599c94449f32 <vm_exec_core+33106>, 0x599c9444792c <vm_exec_core+23372>, 0x599c94448a2e <vm_exec_core+27726>, 0x599c94448eb8 <vm_exec_core+28888>, 0x599c9444783e <vm_exec_core+23134>, 0x599c94442d6c <vm_exec_core+3980>, 0x599c94448121 <vm_exec_core+25409>, 0x599c94442b94 <vm_exec_core+3508>, 0x599c94442f4d <vm_exec_core+4461>, 0x599c94445689 <vm_exec_core+14505>, 0x599c944476ab <vm_exec_core+22731>, 0x599c94447cef <vm_exec_core+24335>, 0x599c944473f4 <vm_exec_core+22036>, 0x599c94442751 <vm_exec_core+2417>, 0x599c9444915c <vm_exec_core+29564>, 0x599c94449c4b <vm_exec_core+32363>, 0x599c94443064 <vm_exec_core+4740>, 0x599c9444431d <vm_exec_core+9533>, 0x599c94443d90 <vm_exec_core+8112>, 0x599c94444c97 <vm_exec_core+11959>, 0x599c9444621b <vm_exec_core+17467>, 0x599c94443170 <vm_exec_core+5008>, 0x599c94448fa1 <vm_exec_core+29121>, 0x599c94444262 <vm_exec_core+9346>, 0x599c94446084 <vm_exec_core+17060>, 0x599c94446c27 <vm_exec_core+20039>, 0x599c94448e1b <vm_exec_core+28731>, 0x599c94447b17 <vm_exec_core+23863>, 0x599c94444ed7 <vm_exec_core+12535>, 0x599c9444459b <vm_exec_core+10171>, 0x599c94448bc1 <vm_exec_core+28129>, 0x599c94445835 <vm_exec_core+14933>, 0x599c944481e8 <vm_exec_core+25608>, 0x599c94447c46 <vm_exec_core+24166>, 0x599c94448443 <vm_exec_core+26211>, 0x599c94449486 <vm_exec_core+30374>, 0x599c94446e64 <vm_exec_core+20612>, 0x599c9444218b <vm_exec_core+939>, 0x599c94445069 <vm_exec_core+12937>, 0x599c94448af1 <vm_exec_core+27921>, 0x599c944451ac <vm_exec_core+13260>, 0x599c94447764 <vm_exec_core+22916>, 0x599c94448008 <vm_exec_core+25128>, 0x599c94446932 <vm_exec_core+19282>, 0x599c9444754d <vm_exec_core+22381>, 0x599c9444542b <vm_exec_core+13899>, 0x599c944448b1 <vm_exec_core+10961>, 0x599c94448536 <vm_exec_core+26454>, 0x599c94443242 <vm_exec_core+5218>, 0x599c94446716 <vm_exec_core+18742>, 0x599c94451bdb <vm_exec_core+65019>, 0x599c944479ec <vm_exec_core+23564>, 0x599c94443501 <vm_exec_core+5921>, 0x599c94443a33 <vm_exec_core+7251>, 0x599c9444363a <vm_exec_core+6234>, 0x599c9444442b <vm_exec_core+9803>, 0x599c94444d12 <vm_exec_core+12082>, 0x599c94442190 <vm_exec_core+944>, 0x599c94444141 <vm_exec_core+9057>, 0x599c9444a9d2 <vm_exec_core+35826>, 0x599c94447f08 <vm_exec_core+24872>, 0x599c94446d07 <vm_exec_core+20263>, 0x599c94449036 <vm_exec_core+29270>, 0x599c9444aabb <vm_exec_core+36059>, 0x599c94449389 <vm_exec_core+30121>, 0x599c9444a4e7 <vm_exec_core+34567>, 0x599c9444a5d1 <vm_exec_core+34801>, 0x599c94442c73 <vm_exec_core+3731>, 0x599c9444a0a8 <vm_exec_core+33480>, 0x599c94445742 <vm_exec_core+14690>, 0x599c9444a2f0 <vm_exec_core+34064>, 0x599c9444526d <vm_exec_core+13453>, 0x599c9444924d <vm_exec_core+29805>, 0x599c944446e4 <vm_exec_core+10500>, 0x599c94445a8b <vm_exec_core+15531>, 0x599c9444a6c7 <vm_exec_core+35047>, 0x599c9444615b <vm_exec_core+17275>, 0x599c94445c3c <vm_exec_core+15964>, 0x599c94442276 <vm_exec_core+1174>, 0x599c9444298f <vm_exec_core+2991>, 0x599c94442374 <vm_exec_core+1428>, 0x599c94446a42 <vm_exec_core+19554>, 0x599c94445e12 <vm_exec_core+16434>, 0x599c944465d7 <vm_exec_core+18423>, 0x599c944464de <vm_exec_core+18174>, 0x599c94445576 <vm_exec_core+14230>, 0x599c94445cf2 <vm_exec_core+16146>, 0x599c9444594c <vm_exec_core+15212>, 0x599c94445f56 <vm_exec_core+16758>, 0x599c94445fed <vm_exec_core+16909>, 0x599c9444550d <vm_exec_core+14125>, 0x599c944424dc <vm_exec_core+1788>, 0x599c94443e8a <vm_exec_core+8362>, 0x599c944499b9 <vm_exec_core+31705>, 0x599c94443762 <vm_exec_core+6530>, 0x599c9444a76e <vm_exec_core+35214>, 0x599c944487bb <vm_exec_core+27099>, 0x599c9444638d <vm_exec_core+17837>, 0x599c94442811 <vm_exec_core+2609>, 0x599c9444a1ec <vm_exec_core+33804>, 0x599c94449d8c <vm_exec_core+32684>, 0x599c94443b5d <vm_exec_core+7549>, 0x599c94442e7d <vm_exec_core+4253>, 0x599c94448cf2 <vm_exec_core+28434>, 0x599c94444b0d <vm_exec_core+11565>, 0x599c9444a42e <vm_exec_core+34382>, 0x599c94449fdb <vm_exec_core+33275>, 0x599c94445385 <vm_exec_core+13733>, 0x599c944462de <vm_exec_core+17662>, 0x599c9444896b <vm_exec_core+27531>, 0x599c94449f23 <vm_exec_core+33091>, 0x599c9444791d <vm_exec_core+23357>, 0x599c94448a1f <vm_exec_core+27711>, 0x599c94448ea9 <vm_exec_core+28873>, 0x599c9444782f <vm_exec_core+23119>, 0x599c94442d5d <vm_exec_core+3965>, 0x599c94448112 <vm_exec_core+25394>, 0x599c94442b85 <vm_exec_core+3493>, 0x599c94442f3e <vm_exec_core+4446>, 0x599c9444567a <vm_exec_core+14490>, 0x599c9444769c <vm_exec_core+22716>, 0x599c94447ce0 <vm_exec_core+24320>, 0x599c944473e5 <vm_exec_core+22021>, 0x599c94442742 <vm_exec_core+2402>, 0x599c9444914d <vm_exec_core+29549>, 0x599c94449c3c <vm_exec_core+32348>, 0x599c94443055 <vm_exec_core+4725>, 0x599c9444430e <vm_exec_core+9518>, 0x599c94443d81 <vm_exec_core+8097>, 0x599c94444c88 <vm_exec_core+11944>, 0x599c9444620c <vm_exec_core+17452>, 0x599c94443161 <vm_exec_core+4993>, 0x599c94448f92 <vm_exec_core+29106>, 0x599c94444253 <vm_exec_core+9331>, 0x599c94446075 <vm_exec_core+17045>, 0x599c94446c18 <vm_exec_core+20024>, 0x599c94448e0c <vm_exec_core+28716>, 0x599c94447b08 <vm_exec_core+23848>, 0x599c94444ec8 <vm_exec_core+12520>, 0x599c9444458c <vm_exec_core+10156>, 0x599c94448bb2 <vm_exec_core+28114>, 0x599c94445826 <vm_exec_core+14918>, 0x599c944481d9 <vm_exec_core+25593>, 0x599c94447c37 <vm_exec_core+24151>, 0x599c94448434 <vm_exec_core+26196>, 0x599c94449477 <vm_exec_core+30359>, 0x599c94446e55 <vm_exec_core+20597>, 0x599c94447ab8 <vm_exec_core+23768>, 0x599c9444505a <vm_exec_core+12922>, 0x599c94448ae2 <vm_exec_core+27906>, 0x599c9444519d <vm_exec_core+13245>, 0x599c94447755 <vm_exec_core+22901>, 0x599c94447ab8 <vm_exec_core+23768>, 0x599c94446923 <vm_exec_core+19267>, 0x599c9444753e <vm_exec_core+22366>, 0x599c9444541c <vm_exec_core+13884>, 0x599c944448a2 <vm_exec_core+10946>, 0x599c94448527 <vm_exec_core+26439>, 0x599c94443233 <vm_exec_core+5203>, 0x599c94446707 <vm_exec_core+18727>, 0x599c94451bcc <vm_exec_core+65004>, 0x599c944479dd <vm_exec_core+23549>, 0x599c944434f2 <vm_exec_core+5906>, 0x599c94443a24 <vm_exec_core+7236>, 0x599c9444362b <vm_exec_core+6219>, 0x599c9444441c <vm_exec_core+9788>, 0x599c94444d03 <vm_exec_core+12067>, 0x599c94446d02 <vm_exec_core+20258>, 0x599c94446202 <vm_exec_core+17442>, 0x599c94446cfd <vm_exec_core+20253>, 0x599c94447918 <vm_exec_core+23352>, 0x599c9444782a <vm_exec_core+23114>, 0x599c94444417 <vm_exec_core+9783>, 0x599c94447acc <vm_exec_core+23788>, 0x599c94445738 <vm_exec_core+14680>, 0x599c9444573d <vm_exec_core+14685>, 0x599c94447825 <vm_exec_core+23109>, 0x599c94447692 <vm_exec_core+22706>, 0x599c944465be <vm_exec_core+18398>, 0x599c944464ca <vm_exec_core+18154>...}
        reg_cfp = 0x7ece347ff3a0
        reg_pc = 0x5220000050a0
        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_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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <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>
th: 0x515000000300, native_id: 0x7ece3760bc40
-- Control frame information -----------------------------------------------
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#12 0x0000599c9443e6ef in vm_exec_loop (ec=0x5160000006d0, state=<optimized out>, result=<optimized out>, tag=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2622
c:0021 p:---- s:0128 e:000127 CFUNC  :select
No locals.
c:0020 p:0244 s:0120 e:000119 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:691
#13 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2598
c:0019 p:0039 s:0101 e:000100 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:819
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
c:0018 p:0008 s:0094 e:000093 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:858
c:0017 p:0130 s:0087 e:000086 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1604
        result = <optimized out>
#14 0x0000599c944c0682 in invoke_iseq_block_from_c (ec=0x5160000006d0, captured=0x7ece347ff578, self=139424148036720, 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:1625
c:0016 p:0016 s:0074 e:000073 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1299
        flags = 0
        iseq = 0x7ece36d673f0
        cfp = <optimized out>
        sp = 0x7ece346ff9e8
        use_argv = 0x7ece350cc1a0
        stack_argv = 0x7ece346ff9e8
        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:1639
        captured = 0x7ece347ff578
#16 0x0000599c9446cc16 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:1676
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:1684
No locals.
#18 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1344
No locals.
c:0015 p:0005 s:0069 e:000068 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1769
c:0014 p:0006 s:0065 e:000064 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1756 [FINISH]
#19 0x0000599c9446cc16 in rb_yield (val=<optimized out>)
c:0013 p:---- s:0061 e:000060 CFUNC  :each
c:0012 p:0042 s:0057 e:000056 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1755
No locals.
#20 0x0000599c9461401a in rb_ary_each (ary=139424141978280) at /tmp/ruby/src/trunk_asan/array.c:2641
c:0011 p:0013 s:0052 e:000051 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1799
        i = 0
#21 0x0000599c944a2cb8 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:3801
c:0010 p:0008 s:0047 e:000046 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1046
c:0009 p:0008 s:0041 e:000040 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:891
        ci = 0xc0100000001
        cc = <optimized out>
        me = 0x7ece36df0560
        cfunc = 0x50400000a298
        recv = 139424141978280
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#22 0x0000599c944497e7 in vm_sendish (ec=0x5160000006d0, reg_cfp=0x7ece347ff560, cd=0x511000020c80, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968
        val = 36
c:0008 p:0017 s:0035 e:000034 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:145
c:0007 p:0008 s:0030 e:000029 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1283
        ci = <optimized out>
        argc = <optimized out>
c:0006 p:0032 s:0025 e:000024 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1882
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#23 vm_exec_core (ec=ec@entry=0x5160000006d0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x511000020c80
c:0005 p:0009 s:0021 e:000020 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1886
c:0004 p:0065 s:0016 e:000014 TOP    /tmp/ruby/src/trunk_asan/tool/test/runner.rb:14 [FINISH]
        insns_address_table = {0x599c9444551c <vm_exec_core+14140>, 0x599c944424eb <vm_exec_core+1803>, 0x599c94443e99 <vm_exec_core+8377>, 0x599c944499c8 <vm_exec_core+31720>, 0x599c94443771 <vm_exec_core+6545>, 0x599c9444a77d <vm_exec_core+35229>, 0x599c944487ca <vm_exec_core+27114>, 0x599c9444639c <vm_exec_core+17852>, 0x599c94442820 <vm_exec_core+2624>, 0x599c9444a1fb <vm_exec_core+33819>, 0x599c94449d9b <vm_exec_core+32699>, 0x599c94443b6c <vm_exec_core+7564>, 0x599c94442e8c <vm_exec_core+4268>, 0x599c94448d01 <vm_exec_core+28449>, 0x599c94444b1c <vm_exec_core+11580>, 0x599c9444a43d <vm_exec_core+34397>, 0x599c94449fea <vm_exec_core+33290>, 0x599c94445394 <vm_exec_core+13748>, 0x599c944462ed <vm_exec_core+17677>, 0x599c9444897a <vm_exec_core+27546>, 0x599c94449f32 <vm_exec_core+33106>, 0x599c9444792c <vm_exec_core+23372>, 0x599c94448a2e <vm_exec_core+27726>, 0x599c94448eb8 <vm_exec_core+28888>, 0x599c9444783e <vm_exec_core+23134>, 0x599c94442d6c <vm_exec_core+3980>, 0x599c94448121 <vm_exec_core+25409>, 0x599c94442b94 <vm_exec_core+3508>, 0x599c94442f4d <vm_exec_core+4461>, 0x599c94445689 <vm_exec_core+14505>, 0x599c944476ab <vm_exec_core+22731>, 0x599c94447cef <vm_exec_core+24335>, 0x599c944473f4 <vm_exec_core+22036>, 0x599c94442751 <vm_exec_core+2417>, 0x599c9444915c <vm_exec_core+29564>, 0x599c94449c4b <vm_exec_core+32363>, 0x599c94443064 <vm_exec_core+4740>, 0x599c9444431d <vm_exec_core+9533>, 0x599c94443d90 <vm_exec_core+8112>, 0x599c94444c97 <vm_exec_core+11959>, 0x599c9444621b <vm_exec_core+17467>, 0x599c94443170 <vm_exec_core+5008>, 0x599c94448fa1 <vm_exec_core+29121>, 0x599c94444262 <vm_exec_core+9346>, 0x599c94446084 <vm_exec_core+17060>, 0x599c94446c27 <vm_exec_core+20039>, 0x599c94448e1b <vm_exec_core+28731>, 0x599c94447b17 <vm_exec_core+23863>, 0x599c94444ed7 <vm_exec_core+12535>, 0x599c9444459b <vm_exec_core+10171>, 0x599c94448bc1 <vm_exec_core+28129>, 0x599c94445835 <vm_exec_core+14933>, 0x599c944481e8 <vm_exec_core+25608>, 0x599c94447c46 <vm_exec_core+24166>, 0x599c94448443 <vm_exec_core+26211>, 0x599c94449486 <vm_exec_core+30374>, 0x599c94446e64 <vm_exec_core+20612>, 0x599c9444218b <vm_exec_core+939>, 0x599c94445069 <vm_exec_core+12937>, 0x599c94448af1 <vm_exec_core+27921>, 0x599c944451ac <vm_exec_core+13260>, 0x599c94447764 <vm_exec_core+22916>, 0x599c94448008 <vm_exec_core+25128>, 0x599c94446932 <vm_exec_core+19282>, 0x599c9444754d <vm_exec_core+22381>, 0x599c9444542b <vm_exec_core+13899>, 0x599c944448b1 <vm_exec_core+10961>, 0x599c94448536 <vm_exec_core+26454>, 0x599c94443242 <vm_exec_core+5218>, 0x599c94446716 <vm_exec_core+18742>, 0x599c94451bdb <vm_exec_core+65019>, 0x599c944479ec <vm_exec_core+23564>, 0x599c94443501 <vm_exec_core+5921>, 0x599c94443a33 <vm_exec_core+7251>, 0x599c9444363a <vm_exec_core+6234>, 0x599c9444442b <vm_exec_core+9803>, 0x599c94444d12 <vm_exec_core+12082>, 0x599c94442190 <vm_exec_core+944>, 0x599c94444141 <vm_exec_core+9057>, 0x599c9444a9d2 <vm_exec_core+35826>, 0x599c94447f08 <vm_exec_core+24872>, 0x599c94446d07 <vm_exec_core+20263>, 0x599c94449036 <vm_exec_core+29270>, 0x599c9444aabb <vm_exec_core+36059>, 0x599c94449389 <vm_exec_core+30121>, 0x599c9444a4e7 <vm_exec_core+34567>, 0x599c9444a5d1 <vm_exec_core+34801>, 0x599c94442c73 <vm_exec_core+3731>, 0x599c9444a0a8 <vm_exec_core+33480>, 0x599c94445742 <vm_exec_core+14690>, 0x599c9444a2f0 <vm_exec_core+34064>, 0x599c9444526d <vm_exec_core+13453>, 0x599c9444924d <vm_exec_core+29805>, 0x599c944446e4 <vm_exec_core+10500>, 0x599c94445a8b <vm_exec_core+15531>, 0x599c9444a6c7 <vm_exec_core+35047>, 0x599c9444615b <vm_exec_core+17275>, 0x599c94445c3c <vm_exec_core+15964>, 0x599c94442276 <vm_exec_core+1174>, 0x599c9444298f <vm_exec_core+2991>, 0x599c94442374 <vm_exec_core+1428>, 0x599c94446a42 <vm_exec_core+19554>, 0x599c94445e12 <vm_exec_core+16434>, 0x599c944465d7 <vm_exec_core+18423>, 0x599c944464de <vm_exec_core+18174>, 0x599c94445576 <vm_exec_core+14230>, 0x599c94445cf2 <vm_exec_core+16146>, 0x599c9444594c <vm_exec_core+15212>, 0x599c94445f56 <vm_exec_core+16758>, 0x599c94445fed <vm_exec_core+16909>, 0x599c9444550d <vm_exec_core+14125>, 0x599c944424dc <vm_exec_core+1788>, 0x599c94443e8a <vm_exec_core+8362>, 0x599c944499b9 <vm_exec_core+31705>, 0x599c94443762 <vm_exec_core+6530>, 0x599c9444a76e <vm_exec_core+35214>, 0x599c944487bb <vm_exec_core+27099>, 0x599c9444638d <vm_exec_core+17837>, 0x599c94442811 <vm_exec_core+2609>, 0x599c9444a1ec <vm_exec_core+33804>, 0x599c94449d8c <vm_exec_core+32684>, 0x599c94443b5d <vm_exec_core+7549>, 0x599c94442e7d <vm_exec_core+4253>, 0x599c94448cf2 <vm_exec_core+28434>, 0x599c94444b0d <vm_exec_core+11565>, 0x599c9444a42e <vm_exec_core+34382>, 0x599c94449fdb <vm_exec_core+33275>, 0x599c94445385 <vm_exec_core+13733>, 0x599c944462de <vm_exec_core+17662>, 0x599c9444896b <vm_exec_core+27531>, 0x599c94449f23 <vm_exec_core+33091>, 0x599c9444791d <vm_exec_core+23357>, 0x599c94448a1f <vm_exec_core+27711>, 0x599c94448ea9 <vm_exec_core+28873>, 0x599c9444782f <vm_exec_core+23119>, 0x599c94442d5d <vm_exec_core+3965>, 0x599c94448112 <vm_exec_core+25394>, 0x599c94442b85 <vm_exec_core+3493>, 0x599c94442f3e <vm_exec_core+4446>, 0x599c9444567a <vm_exec_core+14490>, 0x599c9444769c <vm_exec_core+22716>, 0x599c94447ce0 <vm_exec_core+24320>, 0x599c944473e5 <vm_exec_core+22021>, 0x599c94442742 <vm_exec_core+2402>, 0x599c9444914d <vm_exec_core+29549>, 0x599c94449c3c <vm_exec_core+32348>, 0x599c94443055 <vm_exec_core+4725>, 0x599c9444430e <vm_exec_core+9518>, 0x599c94443d81 <vm_exec_core+8097>, 0x599c94444c88 <vm_exec_core+11944>, 0x599c9444620c <vm_exec_core+17452>, 0x599c94443161 <vm_exec_core+4993>, 0x599c94448f92 <vm_exec_core+29106>, 0x599c94444253 <vm_exec_core+9331>, 0x599c94446075 <vm_exec_core+17045>, 0x599c94446c18 <vm_exec_core+20024>, 0x599c94448e0c <vm_exec_core+28716>, 0x599c94447b08 <vm_exec_core+23848>, 0x599c94444ec8 <vm_exec_core+12520>, 0x599c9444458c <vm_exec_core+10156>, 0x599c94448bb2 <vm_exec_core+28114>, 0x599c94445826 <vm_exec_core+14918>, 0x599c944481d9 <vm_exec_core+25593>, 0x599c94447c37 <vm_exec_core+24151>, 0x599c94448434 <vm_exec_core+26196>, 0x599c94449477 <vm_exec_core+30359>, 0x599c94446e55 <vm_exec_core+20597>, 0x599c94447ab8 <vm_exec_core+23768>, 0x599c9444505a <vm_exec_core+12922>, 0x599c94448ae2 <vm_exec_core+27906>, 0x599c9444519d <vm_exec_core+13245>, 0x599c94447755 <vm_exec_core+22901>, 0x599c94447ab8 <vm_exec_core+23768>, 0x599c94446923 <vm_exec_core+19267>, 0x599c9444753e <vm_exec_core+22366>, 0x599c9444541c <vm_exec_core+13884>, 0x599c944448a2 <vm_exec_core+10946>, 0x599c94448527 <vm_exec_core+26439>, 0x599c94443233 <vm_exec_core+5203>, 0x599c94446707 <vm_exec_core+18727>, 0x599c94451bcc <vm_exec_core+65004>, 0x599c944479dd <vm_exec_core+23549>, 0x599c944434f2 <vm_exec_core+5906>, 0x599c94443a24 <vm_exec_core+7236>, 0x599c9444362b <vm_exec_core+6219>, 0x599c9444441c <vm_exec_core+9788>, 0x599c94444d03 <vm_exec_core+12067>, 0x599c94446d02 <vm_exec_core+20258>, 0x599c94446202 <vm_exec_core+17442>, 0x599c94446cfd <vm_exec_core+20253>, 0x599c94447918 <vm_exec_core+23352>, 0x599c9444782a <vm_exec_core+23114>, 0x599c94444417 <vm_exec_core+9783>, 0x599c94447acc <vm_exec_core+23788>, 0x599c94445738 <vm_exec_core+14680>, 0x599c9444573d <vm_exec_core+14685>, 0x599c94447825 <vm_exec_core+23109>, 0x599c94447692 <vm_exec_core+22706>, 0x599c944465be <vm_exec_core+18398>, 0x599c944464ca <vm_exec_core+18154>...}
        reg_cfp = 0x7ece347ff560
        reg_pc = 0x51500001a5d0
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
c:0003 p:---- s:0011 e:000010 CFUNC  :require_relative
c:0002 p:0005 s:0006 e:000005 EVAL   /tmp/ruby/src/trunk_asan/test/runner.rb:5 [FINISH]
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
c:0001 p:0000 s:0003 E:001650 DUMMY  [FINISH]

        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_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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <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 0x0000599c9443e911 in vm_exec_loop (ec=0x5160000006d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2622
No locals.
#25 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2601
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#26 0x0000599c941bec6c in load_iseq_eval (ec=<optimized out>, fname=fname@entry=139424148371080) at /tmp/ruby/src/trunk_asan/load.c:789
        iseq = 0x7ece36d63570
#27 0x0000599c941b9b2b in require_internal (ec=ec@entry=0x5160000006d0, fname=<optimized out>, exception=<optimized out>, warn=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1296
        found = 114
        handle = <optimized out>
        _ec = <optimized out>
        _tag = <optimized out>
        th = 0x515000000300
        saved = <optimized out>
        ftptr = <optimized out>
        realpath = <optimized out>
        realpaths = 139424148870120
        realpath_map = 139424148869960
        path = 139424148371080
        state = RUBY_TAG_NONE
        prev_ext_config = <optimized out>
        th2 = <optimized out>
        result = <optimized out>
        saved_path = <optimized out>
        reset_ext_config = <optimized out>
#28 0x0000599c941b7ce5 in rb_require_string_internal (fname=139424148371120, resurrect=false) at /tmp/ruby/src/trunk_asan/load.c:1402
        result = <optimized out>
        ec = 0x5160000006d0
        result = <optimized out>
#29 rb_f_require_relative (obj=<optimized out>, fname=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1049
        base = <optimized out>
#30 0x0000599c944a2cb8 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:3801
        ci = 0x58a100140003
        cc = <optimized out>
        me = 0x7ece36d63700
        cfunc = 0x5040000185d8
        recv = 139424148999600
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#31 0x0000599c9448910d in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7ffe0060e3d0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4779
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0x0
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#32 0x0000599c94488bc5 in vm_call_method (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4919
        ci = <optimized out>
        cc = 0x0
#33 0x0000599c94450217 in vm_sendish (ec=0x5160000006d0, reg_cfp=0x7ece347ff790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5968
        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>
#34 vm_exec_core (ec=ec@entry=0x5160000006d0) at ../../src/trunk_asan/insns.def:898
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x599c9444551c <vm_exec_core+14140>, 0x599c944424eb <vm_exec_core+1803>, 0x599c94443e99 <vm_exec_core+8377>, 0x599c944499c8 <vm_exec_core+31720>, 0x599c94443771 <vm_exec_core+6545>, 0x599c9444a77d <vm_exec_core+35229>, 0x599c944487ca <vm_exec_core+27114>, 0x599c9444639c <vm_exec_core+17852>, 0x599c94442820 <vm_exec_core+2624>, 0x599c9444a1fb <vm_exec_core+33819>, 0x599c94449d9b <vm_exec_core+32699>, 0x599c94443b6c <vm_exec_core+7564>, 0x599c94442e8c <vm_exec_core+4268>, 0x599c94448d01 <vm_exec_core+28449>, 0x599c94444b1c <vm_exec_core+11580>, 0x599c9444a43d <vm_exec_core+34397>, 0x599c94449fea <vm_exec_core+33290>, 0x599c94445394 <vm_exec_core+13748>, 0x599c944462ed <vm_exec_core+17677>, 0x599c9444897a <vm_exec_core+27546>, 0x599c94449f32 <vm_exec_core+33106>, 0x599c9444792c <vm_exec_core+23372>, 0x599c94448a2e <vm_exec_core+27726>, 0x599c94448eb8 <vm_exec_core+28888>, 0x599c9444783e <vm_exec_core+23134>, 0x599c94442d6c <vm_exec_core+3980>, 0x599c94448121 <vm_exec_core+25409>, 0x599c94442b94 <vm_exec_core+3508>, 0x599c94442f4d <vm_exec_core+4461>, 0x599c94445689 <vm_exec_core+14505>, 0x599c944476ab <vm_exec_core+22731>, 0x599c94447cef <vm_exec_core+24335>, 0x599c944473f4 <vm_exec_core+22036>, 0x599c94442751 <vm_exec_core+2417>, 0x599c9444915c <vm_exec_core+29564>, 0x599c94449c4b <vm_exec_core+32363>, 0x599c94443064 <vm_exec_core+4740>, 0x599c9444431d <vm_exec_core+9533>, 0x599c94443d90 <vm_exec_core+8112>, 0x599c94444c97 <vm_exec_core+11959>, 0x599c9444621b <vm_exec_core+17467>, 0x599c94443170 <vm_exec_core+5008>, 0x599c94448fa1 <vm_exec_core+29121>, 0x599c94444262 <vm_exec_core+9346>, 0x599c94446084 <vm_exec_core+17060>, 0x599c94446c27 <vm_exec_core+20039>, 0x599c94448e1b <vm_exec_core+28731>, 0x599c94447b17 <vm_exec_core+23863>, 0x599c94444ed7 <vm_exec_core+12535>, 0x599c9444459b <vm_exec_core+10171>, 0x599c94448bc1 <vm_exec_core+28129>, 0x599c94445835 <vm_exec_core+14933>, 0x599c944481e8 <vm_exec_core+25608>, 0x599c94447c46 <vm_exec_core+24166>, 0x599c94448443 <vm_exec_core+26211>, 0x599c94449486 <vm_exec_core+30374>, 0x599c94446e64 <vm_exec_core+20612>, 0x599c9444218b <vm_exec_core+939>, 0x599c94445069 <vm_exec_core+12937>, 0x599c94448af1 <vm_exec_core+27921>, 0x599c944451ac <vm_exec_core+13260>, 0x599c94447764 <vm_exec_core+22916>, 0x599c94448008 <vm_exec_core+25128>, 0x599c94446932 <vm_exec_core+19282>, 0x599c9444754d <vm_exec_core+22381>, 0x599c9444542b <vm_exec_core+13899>, 0x599c944448b1 <vm_exec_core+10961>, 0x599c94448536 <vm_exec_core+26454>, 0x599c94443242 <vm_exec_core+5218>, 0x599c94446716 <vm_exec_core+18742>, 0x599c94451bdb <vm_exec_core+65019>, 0x599c944479ec <vm_exec_core+23564>, 0x599c94443501 <vm_exec_core+5921>, 0x599c94443a33 <vm_exec_core+7251>, 0x599c9444363a <vm_exec_core+6234>, 0x599c9444442b <vm_exec_core+9803>, 0x599c94444d12 <vm_exec_core+12082>, 0x599c94442190 <vm_exec_core+944>, 0x599c94444141 <vm_exec_core+9057>, 0x599c9444a9d2 <vm_exec_core+35826>, 0x599c94447f08 <vm_exec_core+24872>, 0x599c94446d07 <vm_exec_core+20263>, 0x599c94449036 <vm_exec_core+29270>, 0x599c9444aabb <vm_exec_core+36059>, 0x599c94449389 <vm_exec_core+30121>, 0x599c9444a4e7 <vm_exec_core+34567>, 0x599c9444a5d1 <vm_exec_core+34801>, 0x599c94442c73 <vm_exec_core+3731>, 0x599c9444a0a8 <vm_exec_core+33480>, 0x599c94445742 <vm_exec_core+14690>, 0x599c9444a2f0 <vm_exec_core+34064>, 0x599c9444526d <vm_exec_core+13453>, 0x599c9444924d <vm_exec_core+29805>, 0x599c944446e4 <vm_exec_core+10500>, 0x599c94445a8b <vm_exec_core+15531>, 0x599c9444a6c7 <vm_exec_core+35047>, 0x599c9444615b <vm_exec_core+17275>, 0x599c94445c3c <vm_exec_core+15964>, 0x599c94442276 <vm_exec_core+1174>, 0x599c9444298f <vm_exec_core+2991>, 0x599c94442374 <vm_exec_core+1428>, 0x599c94446a42 <vm_exec_core+19554>, 0x599c94445e12 <vm_exec_core+16434>, 0x599c944465d7 <vm_exec_core+18423>, 0x599c944464de <vm_exec_core+18174>, 0x599c94445576 <vm_exec_core+14230>, 0x599c94445cf2 <vm_exec_core+16146>, 0x599c9444594c <vm_exec_core+15212>, 0x599c94445f56 <vm_exec_core+16758>, 0x599c94445fed <vm_exec_core+16909>, 0x599c9444550d <vm_exec_core+14125>, 0x599c944424dc <vm_exec_core+1788>, 0x599c94443e8a <vm_exec_core+8362>, 0x599c944499b9 <vm_exec_core+31705>, 0x599c94443762 <vm_exec_core+6530>, 0x599c9444a76e <vm_exec_core+35214>, 0x599c944487bb <vm_exec_core+27099>, 0x599c9444638d <vm_exec_core+17837>, 0x599c94442811 <vm_exec_core+2609>, 0x599c9444a1ec <vm_exec_core+33804>, 0x599c94449d8c <vm_exec_core+32684>, 0x599c94443b5d <vm_exec_core+7549>, 0x599c94442e7d <vm_exec_core+4253>, 0x599c94448cf2 <vm_exec_core+28434>, 0x599c94444b0d <vm_exec_core+11565>, 0x599c9444a42e <vm_exec_core+34382>, 0x599c94449fdb <vm_exec_core+33275>, 0x599c94445385 <vm_exec_core+13733>, 0x599c944462de <vm_exec_core+17662>, 0x599c9444896b <vm_exec_core+27531>, 0x599c94449f23 <vm_exec_core+33091>, 0x599c9444791d <vm_exec_core+23357>, 0x599c94448a1f <vm_exec_core+27711>, 0x599c94448ea9 <vm_exec_core+28873>, 0x599c9444782f <vm_exec_core+23119>, 0x599c94442d5d <vm_exec_core+3965>, 0x599c94448112 <vm_exec_core+25394>, 0x599c94442b85 <vm_exec_core+3493>, 0x599c94442f3e <vm_exec_core+4446>, 0x599c9444567a <vm_exec_core+14490>, 0x599c9444769c <vm_exec_core+22716>, 0x599c94447ce0 <vm_exec_core+24320>, 0x599c944473e5 <vm_exec_core+22021>, 0x599c94442742 <vm_exec_core+2402>, 0x599c9444914d <vm_exec_core+29549>, 0x599c94449c3c <vm_exec_core+32348>, 0x599c94443055 <vm_exec_core+4725>, 0x599c9444430e <vm_exec_core+9518>, 0x599c94443d81 <vm_exec_core+8097>, 0x599c94444c88 <vm_exec_core+11944>, 0x599c9444620c <vm_exec_core+17452>, 0x599c94443161 <vm_exec_core+4993>, 0x599c94448f92 <vm_exec_core+29106>, 0x599c94444253 <vm_exec_core+9331>, 0x599c94446075 <vm_exec_core+17045>, 0x599c94446c18 <vm_exec_core+20024>, 0x599c94448e0c <vm_exec_core+28716>, 0x599c94447b08 <vm_exec_core+23848>, 0x599c94444ec8 <vm_exec_core+12520>, 0x599c9444458c <vm_exec_core+10156>, 0x599c94448bb2 <vm_exec_core+28114>, 0x599c94445826 <vm_exec_core+14918>, 0x599c944481d9 <vm_exec_core+25593>, 0x599c94447c37 <vm_exec_core+24151>, 0x599c94448434 <vm_exec_core+26196>, 0x599c94449477 <vm_exec_core+30359>, 0x599c94446e55 <vm_exec_core+20597>, 0x599c94447ab8 <vm_exec_core+23768>, 0x599c9444505a <vm_exec_core+12922>, 0x599c94448ae2 <vm_exec_core+27906>, 0x599c9444519d <vm_exec_core+13245>, 0x599c94447755 <vm_exec_core+22901>, 0x599c94447ab8 <vm_exec_core+23768>, 0x599c94446923 <vm_exec_core+19267>, 0x599c9444753e <vm_exec_core+22366>, 0x599c9444541c <vm_exec_core+13884>, 0x599c944448a2 <vm_exec_core+10946>, 0x599c94448527 <vm_exec_core+26439>, 0x599c94443233 <vm_exec_core+5203>, 0x599c94446707 <vm_exec_core+18727>, 0x599c94451bcc <vm_exec_core+65004>, 0x599c944479dd <vm_exec_core+23549>, 0x599c944434f2 <vm_exec_core+5906>, 0x599c94443a24 <vm_exec_core+7236>, 0x599c9444362b <vm_exec_core+6219>, 0x599c9444441c <vm_exec_core+9788>, 0x599c94444d03 <vm_exec_core+12067>, 0x599c94446d02 <vm_exec_core+20258>, 0x599c94446202 <vm_exec_core+17442>, 0x599c94446cfd <vm_exec_core+20253>, 0x599c94447918 <vm_exec_core+23352>, 0x599c9444782a <vm_exec_core+23114>, 0x599c94444417 <vm_exec_core+9783>, 0x599c94447acc <vm_exec_core+23788>, 0x599c94445738 <vm_exec_core+14680>, 0x599c9444573d <vm_exec_core+14685>, 0x599c94447825 <vm_exec_core+23109>, 0x599c94447692 <vm_exec_core+22706>, 0x599c944465be <vm_exec_core+18398>, 0x599c944464ca <vm_exec_core+18154>...}
        reg_cfp = 0x7ece347ff790
        reg_pc = 0x50400002fd78
        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_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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <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>
#35 0x0000599c9443e558 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2595
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#36 0x0000599c940bb5db in rb_ec_exec_node (ec=0x5160000006d0, n=0x7ece36d637a0) at /tmp/ruby/src/trunk_asan/eval.c:281
        _ec = 0x5160000006d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffe0060e910, <optimized out>, 0x7ffe0060e860, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7ece36d637a0
#37 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:319
        ec = 0x5160000006d0
        status = <optimized out>
#38 0x0000599c940b4b47 in rb_main (argc=9, argv=0x7ffe0060ead8) at /tmp/ruby/src/trunk_asan/main.c:40
        variable_in_this_stack_frame = <optimized out>
#39 main (argc=9, argv=0x7ffe0060ead8) at /tmp/ruby/src/trunk_asan/main.c:65
No locals.

>>> Dump Ruby level backtrace (if possible)

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

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

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

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

#<Errno::ESRCH: No such process>
$ timeout 60 gdb -p 1936133 -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 1965072 -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/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/15.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 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/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/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/fiddle'
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/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pathname'
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.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
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.8.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.2.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 3.5.0dev (2025-01-24T16:07:20Z master dd863714bf) +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 34.913147 seconds

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