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

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

$$$ ps jx
   PPID     PID    PGID     SID TTY        TPGID STAT   UID   TIME COMMAND
      1    1009    1009    1009 ?             -1 Ss    1000   0:03 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
   1009    1022    1022    1022 pts/0       1022 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
   1022    1024    1022    1022 pts/0       1022 S+    1000   0:01 sh build-loop.sh trunk_asan --incremental --exclude-steps=test_btest
   1024  984207    1022    1022 pts/0       1022 Sl+   1000   0:00 ruby ./br.rb build_report trunk_asan --incremental --exclude-steps=test_btest
 984207  984210    1022    1022 pts/0       1022 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.20260318-093831 --root_dir=/tmp/ruby --timeout=600 --no-timeout-error --configure_opts="'CC=clang-17' 'cflags=-fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0'" --add-env=RUBY_TEST_TIMEOUT_SCALE=50 --incremental --exclude-steps=test_btest
 984210  984211    1022    1022 pts/0       1022 Sl+   1000   0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk_asan --logfile=/home/ko1/ruby/logs/brlog.trunk_asan.20260318-093831 --root_dir=/tmp/ruby --timeout=600 --no-timeout-error --configure_opts='CC=clang-17' 'cflags=-fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0' --add-env=RUBY_TEST_TIMEOUT_SCALE=50 --incremental --exclude-steps=test_btest
 984211  985105    1022    1022 pts/0       1022 S+    1000   0:00 sh -c make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
 985105  985106    1022    1022 pts/0       1022 S+    1000   0:00 make yes-test-all TESTOPTS=--stderr-on-failure TESTS=-j16
 985106  985434    1022    1022 pts/0       1022 Sl+   1000   0:20 /tmp/ruby/build/trunk_asan/ruby --disable-gems -r/tmp/ruby/src/trunk_asan/tool/lib/_tmpdir /tmp/ruby/src/trunk_asan/test/runner.rb --ruby=./miniruby -I/tmp/ruby/src/trunk_asan/lib -I. -I.ext/common  /tmp/ruby/src/trunk_asan/tool/runruby.rb --extout=.ext  -- --disable-gems --excludes-dir=/tmp/ruby/src/trunk_asan/test/.excludes --name=!/memory_leak/ --stderr-on-failure -j16
 985434  985472    1022    1022 pts/0       1022 Sl+   1000   1:10 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestTimeout#test_fork
 985472 1117738    1022    1022 pts/0       1022 S+    1000   0:00 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestTimeout#test_fork
 984211 1526004    1022    1022 pts/0       1022 R+    1000   0:00 ps jx
{1=>[1009], 1009=>[1022], 1022=>[1024], 1024=>[984207], 984207=>[984210], 984210=>[984211], 984211=>[985105, 1526004], 985105=>[985106], 985106=>[985434], 985434=>[985472], 985472=>[1117738]}
$ timeout 60 gdb -p 1117738 -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".
0x00005a019f508e7e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()

>>> Threads

  Id   Target Id                                  Frame 
* 1    Thread 0x75fbd54b1c40 (LWP 1117738) "ruby" 0x00005a019f508e7e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()

>>> Machine level backtrace


Thread 1 (Thread 0x75fbd54b1c40 (LWP 1117738) "ruby"):
#0  0x00005a019f508e7e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
No symbol table info available.
#1  0x00005a019f509e3a in __sanitizer::Semaphore::Wait() ()
No symbol table info available.
#2  0x00005a019f4567c8 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  0x00005a019f4565b9 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  0x00005a019f4563ed 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  0x00005a019f455e2d in __sanitizer::Quarantine<__asan::QuarantineCallback, __asan::AsanChunk>::DoRecycle(__sanitizer::QuarantineCache<__asan::QuarantineCallback>*, __asan::QuarantineCallback) ()
No symbol table info available.
#6  0x00005a019f455a76 in __sanitizer::Quarantine<__asan::QuarantineCallback, __asan::AsanChunk>::Recycle(unsigned long, __asan::QuarantineCallback) ()
No symbol table info available.
#7  0x00005a019f457d46 in __sanitizer::Quarantine<__asan::QuarantineCallback, __asan::AsanChunk>::Put(__sanitizer::QuarantineCache<__asan::QuarantineCallback>*, __asan::QuarantineCallback, __asan::AsanChunk*, unsigned long) ()
No symbol table info available.
#8  0x00005a019f4eec10 in __interceptor_free ()
No symbol table info available.
#9  0x000075fbb401d764 in OPENSSL_LH_flush () from /lib/x86_64-linux-gnu/libcrypto.so.3
No symbol table info available.
#10 0x000075fbb401d7cf in OPENSSL_LH_free () from /lib/x86_64-linux-gnu/libcrypto.so.3
No symbol table info available.
#11 0x000075fbb3fd5205 in ?? () from /lib/x86_64-linux-gnu/libcrypto.so.3
No symbol table info available.
#12 0x000075fbb40228e9 in OPENSSL_cleanup () from /lib/x86_64-linux-gnu/libcrypto.so.3
No symbol table info available.
#13 0x000075fbd5247a76 in __run_exit_handlers (status=status@entry=0, listp=<optimized out>, run_list_atexit=run_list_atexit@entry=true, run_dtors=run_dtors@entry=true) at ./stdlib/exit.c:108
        atfct = <optimized out>
        onfct = <optimized out>
        cxafct = <optimized out>
        arg = <optimized out>
        f = <optimized out>
        new_exitfn_called = 5
        cur = 0x75fbd5404fc0 <initial>
        restart = <optimized out>
#14 0x000075fbd5247bbe in __GI_exit (status=status@entry=0) at ./stdlib/exit.c:138
No locals.
#15 0x00005a019f533749 in ruby_stop (ex=ex@entry=0) at /tmp/ruby/src/trunk_asan/eval.c:292
No locals.
#16 0x00005a019f6dcdfd in rb_f_fork (obj=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4291
        status = <optimized out>
        pid = <optimized out>
#17 0x00005a019f97b5f8 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:3905
        ci = 0x666100040001
        cc = <optimized out>
        me = 0x75fba8feaac8
        cfunc = 0x506000039f88
        recv = 129723731810160
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#18 0x00005a019f9608d3 in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7ffd6b312dc0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4891
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0x0
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#19 0x00005a019f96033d in vm_call_method (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5031
        ci = <optimized out>
        cc = 0x0
#20 0x00005a019f914a54 in vm_sendish (ec=0x5170000000d8, reg_cfp=0x75fbd27ff4f0, cd=0x50d000188d20, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6127
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#21 vm_exec_core (ec=ec@entry=0x5170000000d8) at ../../src/trunk_asan/insns.def:858
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x50d000188d20
        insns_address_table = {0x5a019f916015 <vm_exec_core+29765>, 0x5a019f90feff <vm_exec_core+4911>, 0x5a019f91584d <vm_exec_core+27773>, 0x5a019f91161f <vm_exec_core+10831>, 0x5a019f90f0e9 <vm_exec_core+1305>, 0x5a019f910857 <vm_exec_core+7303>, 0x5a019f915c05 <vm_exec_core+28725>, 0x5a019f91046f <vm_exec_core+6303>, 0x5a019f91675b <vm_exec_core+31627>, 0x5a019f914c36 <vm_exec_core+24678>, 0x5a019f912e17 <vm_exec_core+16967>, 0x5a019f90f469 <vm_exec_core+2201>, 0x5a019f9161be <vm_exec_core+30190>, 0x5a019f915e68 <vm_exec_core+29336>, 0x5a019f910651 <vm_exec_core+6785>, 0x5a019f90f997 <vm_exec_core+3527>, 0x5a019f9151f9 <vm_exec_core+26153>, 0x5a019f910f20 <vm_exec_core+9040>, 0x5a019f91645b <vm_exec_core+30859>, 0x5a019f916049 <vm_exec_core+29817>, 0x5a019f911495 <vm_exec_core+10437>, 0x5a019f912d82 <vm_exec_core+16818>, 0x5a019f914f09 <vm_exec_core+25401>, 0x5a019f915f57 <vm_exec_core+29575>, 0x5a019f913a5c <vm_exec_core+20108>, 0x5a019f914fa1 <vm_exec_core+25553>, 0x5a019f9153af <vm_exec_core+26591>, 0x5a019f913999 <vm_exec_core+19913>, 0x5a019f90f8a6 <vm_exec_core+3286>, 0x5a019f914696 <vm_exec_core+23238>, 0x5a019f90f6f5 <vm_exec_core+2853>, 0x5a019f90fa25 <vm_exec_core+3669>, 0x5a019f911cc4 <vm_exec_core+12532>, 0x5a019f9138e1 <vm_exec_core+19729>, 0x5a019f9144ac <vm_exec_core+22748>, 0x5a019f913409 <vm_exec_core+18489>, 0x5a019f90f383 <vm_exec_core+1971>, 0x5a019f9157b5 <vm_exec_core+27621>, 0x5a019f915d8a <vm_exec_core+29114>, 0x5a019f90fc1f <vm_exec_core+4175>, 0x5a019f910b27 <vm_exec_core+8023>, 0x5a019f9107b0 <vm_exec_core+7136>, 0x5a019f911010 <vm_exec_core+9280>, 0x5a019f912ba5 <vm_exec_core+16341>, 0x5a019f910131 <vm_exec_core+5473>, 0x5a019f9156fc <vm_exec_core+27436>, 0x5a019f910ab5 <vm_exec_core+7909>, 0x5a019f9126b5 <vm_exec_core+15077>, 0x5a019f9130f5 <vm_exec_core+17701>, 0x5a019f91529b <vm_exec_core+26315>, 0x5a019f913e43 <vm_exec_core+21107>, 0x5a019f91127b <vm_exec_core+9899>, 0x5a019f910c26 <vm_exec_core+8278>, 0x5a019f91517b <vm_exec_core+26027>, 0x5a019f91200d <vm_exec_core+13373>, 0x5a019f914724 <vm_exec_core+23380>, 0x5a019f913f58 <vm_exec_core+21384>, 0x5a019f90ef18 <vm_exec_core+840>, 0x5a019f90fc6f <vm_exec_core+4255>, 0x5a019f9134b0 <vm_exec_core+18656>, 0x5a019f915657 <vm_exec_core+27271>, 0x5a019f91153f <vm_exec_core+10607>, 0x5a019f9150a0 <vm_exec_core+25808>, 0x5a019f910e2d <vm_exec_core+8797>, 0x5a019f913c27 <vm_exec_core+20567>, 0x5a019f913d16 <vm_exec_core+20806>, 0x5a019f91324a <vm_exec_core+18042>, 0x5a019f91369b <vm_exec_core+19147>, 0x5a019f911a35 <vm_exec_core+11877>, 0x5a019f911086 <vm_exec_core+9398>, 0x5a019f914d0f <vm_exec_core+24895>, 0x5a019f91ce97 <vm_exec_core+58055>, 0x5a019f91197f <vm_exec_core+11695>, 0x5a019f91358e <vm_exec_core+18878>, 0x5a019f913b1f <vm_exec_core+20303>, 0x5a019f91029b <vm_exec_core+5835>, 0x5a019f91041e <vm_exec_core+6222>, 0x5a019f9103a1 <vm_exec_core+6097>, 0x5a019f910bc6 <vm_exec_core+8182>, 0x5a019f910f96 <vm_exec_core+9158>, 0x5a019f912f95 <vm_exec_core+17349>, 0x5a019f91250d <vm_exec_core+14653>, 0x5a019f916387 <vm_exec_core+30647>, 0x5a019f90efe9 <vm_exec_core+1049>, 0x5a019f91057a <vm_exec_core+6570>, 0x5a019f91687f <vm_exec_core+31919>, 0x5a019f914572 <vm_exec_core+22946>, 0x5a019f913304 <vm_exec_core+18228>, 0x5a019f915441 <vm_exec_core+26737>, 0x5a019f90ef1d <vm_exec_core+845>, 0x5a019f915b2e <vm_exec_core+28510>, 0x5a019f9164d5 <vm_exec_core+30981>, 0x5a019f9165a1 <vm_exec_core+31185>, 0x5a019f90f774 <vm_exec_core+2980>, 0x5a019f9160c3 <vm_exec_core+29939>, 0x5a019f911f36 <vm_exec_core+13158>, 0x5a019f916245 <vm_exec_core+30325>, 0x5a019f911358 <vm_exec_core+10120>, 0x5a019f915aa8 <vm_exec_core+28376>, 0x5a019f90f660 <vm_exec_core+2704>, 0x5a019f9101dd <vm_exec_core+5645>, 0x5a019f91666f <vm_exec_core+31391>, 0x5a019f9127c5 <vm_exec_core+15349>, 0x5a019f9123b7 <vm_exec_core+14311>, 0x5a019f912c3f <vm_exec_core+16495>, 0x5a019f9121ca <vm_exec_core+13818>, 0x5a019f912a8b <vm_exec_core+16059>, 0x5a019f9129bd <vm_exec_core+15853>, 0x5a019f91189c <vm_exec_core+11468>, 0x5a019f9120d5 <vm_exec_core+13573>, 0x5a019f911df8 <vm_exec_core+12840>, 0x5a019f9122e4 <vm_exec_core+14100>, 0x5a019f912355 <vm_exec_core+14213>, 0x5a019f916006 <vm_exec_core+29750>, 0x5a019f90fef0 <vm_exec_core+4896>, 0x5a019f91583e <vm_exec_core+27758>, 0x5a019f911610 <vm_exec_core+10816>, 0x5a019f90f0da <vm_exec_core+1290>, 0x5a019f910848 <vm_exec_core+7288>, 0x5a019f915bf6 <vm_exec_core+28710>, 0x5a019f910460 <vm_exec_core+6288>, 0x5a019f91674c <vm_exec_core+31612>, 0x5a019f914c27 <vm_exec_core+24663>, 0x5a019f912e08 <vm_exec_core+16952>, 0x5a019f90f45a <vm_exec_core+2186>, 0x5a019f9161af <vm_exec_core+30175>, 0x5a019f915e59 <vm_exec_core+29321>, 0x5a019f910642 <vm_exec_core+6770>, 0x5a019f90f988 <vm_exec_core+3512>, 0x5a019f9151ea <vm_exec_core+26138>, 0x5a019f910f11 <vm_exec_core+9025>, 0x5a019f91644c <vm_exec_core+30844>, 0x5a019f91603a <vm_exec_core+29802>, 0x5a019f911486 <vm_exec_core+10422>, 0x5a019f912d73 <vm_exec_core+16803>, 0x5a019f914efa <vm_exec_core+25386>, 0x5a019f915f48 <vm_exec_core+29560>, 0x5a019f913a4d <vm_exec_core+20093>, 0x5a019f914f92 <vm_exec_core+25538>, 0x5a019f9153a0 <vm_exec_core+26576>, 0x5a019f91398a <vm_exec_core+19898>, 0x5a019f90f897 <vm_exec_core+3271>, 0x5a019f914687 <vm_exec_core+23223>, 0x5a019f90f6e6 <vm_exec_core+2838>, 0x5a019f90fa16 <vm_exec_core+3654>, 0x5a019f911cb5 <vm_exec_core+12517>, 0x5a019f9138d2 <vm_exec_core+19714>, 0x5a019f91449d <vm_exec_core+22733>, 0x5a019f9133fa <vm_exec_core+18474>, 0x5a019f90f374 <vm_exec_core+1956>, 0x5a019f9157a6 <vm_exec_core+27606>, 0x5a019f915d7b <vm_exec_core+29099>, 0x5a019f90fc10 <vm_exec_core+4160>, 0x5a019f910b18 <vm_exec_core+8008>, 0x5a019f9107a1 <vm_exec_core+7121>, 0x5a019f911001 <vm_exec_core+9265>, 0x5a019f912b96 <vm_exec_core+16326>, 0x5a019f910122 <vm_exec_core+5458>, 0x5a019f9156ed <vm_exec_core+27421>, 0x5a019f910aa6 <vm_exec_core+7894>, 0x5a019f9126a6 <vm_exec_core+15062>, 0x5a019f9130e6 <vm_exec_core+17686>, 0x5a019f91528c <vm_exec_core+26300>, 0x5a019f913e34 <vm_exec_core+21092>, 0x5a019f91126c <vm_exec_core+9884>, 0x5a019f910c17 <vm_exec_core+8263>, 0x5a019f91516c <vm_exec_core+26012>, 0x5a019f911ffe <vm_exec_core+13358>, 0x5a019f914715 <vm_exec_core+23365>, 0x5a019f913f49 <vm_exec_core+21369>, 0x5a019f913cf3 <vm_exec_core+20771>, 0x5a019f90fc60 <vm_exec_core+4240>, 0x5a019f9134a1 <vm_exec_core+18641>, 0x5a019f915648 <vm_exec_core+27256>, 0x5a019f911530 <vm_exec_core+10592>, 0x5a019f915091 <vm_exec_core+25793>, 0x5a019f91160b <vm_exec_core+10811>, 0x5a019f913c18 <vm_exec_core+20552>, 0x5a019f913d07 <vm_exec_core+20791>, 0x5a019f91323b <vm_exec_core+18027>, 0x5a019f91368c <vm_exec_core+19132>, 0x5a019f911a26 <vm_exec_core+11862>, 0x5a019f911077 <vm_exec_core+9383>, 0x5a019f914d00 <vm_exec_core+24880>, 0x5a019f91ce88 <vm_exec_core+58040>, 0x5a019f911970 <vm_exec_core+11680>, 0x5a019f91357f <vm_exec_core+18863>, 0x5a019f913b10 <vm_exec_core+20288>, 0x5a019f91028c <vm_exec_core+5820>, 0x5a019f91040f <vm_exec_core+6207>, 0x5a019f910392 <vm_exec_core+6082>, 0x5a019f910bb7 <vm_exec_core+8167>, 0x5a019f910f87 <vm_exec_core+9143>, 0x5a019f912f86 <vm_exec_core+17334>, 0x5a019f9124fe <vm_exec_core+14638>, 0x5a019f912f81 <vm_exec_core+17329>, 0x5a019f913985 <vm_exec_core+19893>, 0x5a019f9138cd <vm_exec_core+19709>, 0x5a019f910bb2 <vm_exec_core+8162>, 0x5a019f913cf3 <vm_exec_core+20771>...}
        reg_cfp = 0x75fbd27ff4f0
        reg_pc = 0x51500031b3e8
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_jump_without_ints = <optimized out>
        INSN_LABEL_branchif_without_ints = <optimized out>
        INSN_LABEL_branchunless_without_ints = <optimized out>
        INSN_LABEL_branchnil_without_ints = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#22 0x00005a019f909d22 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2799
        _ec = 0x5170000000d8
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#23 0x00005a019f99c432 in invoke_iseq_block_from_c (ec=0x5170000000d8, captured=0x75fbd27ff620, self=129724427674320, 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:1821
        flags = 0
        iseq = 0x75fbd4b1be80
        cfp = <optimized out>
        sp = 0x75fbd26ffa28
        use_argv = 0x75fbd32c8960
        stack_argv = 0x75fbd26ffa28
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#24 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:1835
        captured = 0x75fbd27ff620
#25 0x00005a019f93c6cc 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:1872
No locals.
#26 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1880
No locals.
#27 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1365
No locals.
#28 0x00005a019f93c6cc in rb_yield (val=<optimized out>)
No locals.
#29 0x00005a019fb1c8b6 in rb_ary_collect (ary=129723770600320) at /tmp/ruby/src/trunk_asan/array.c:3779
        collect = 129723742243520
        i = 22
#30 0x00005a019f97b5f8 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:3905
        ci = 0x16a100000001
        cc = <optimized out>
        me = 0x75fbd4bde688
        cfunc = 0x5060000163a8
        recv = 129723770600320
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#31 0x00005a019f914a54 in vm_sendish (ec=0x5170000000d8, reg_cfp=0x75fbd27ff608, cd=0x5120000101b0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6127
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#32 vm_exec_core (ec=ec@entry=0x5170000000d8) at ../../src/trunk_asan/insns.def:858
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x5120000101b0
        insns_address_table = {0x5a019f916015 <vm_exec_core+29765>, 0x5a019f90feff <vm_exec_core+4911>, 0x5a019f91584d <vm_exec_core+27773>, 0x5a019f91161f <vm_exec_core+10831>, 0x5a019f90f0e9 <vm_exec_core+1305>, 0x5a019f910857 <vm_exec_core+7303>, 0x5a019f915c05 <vm_exec_core+28725>, 0x5a019f91046f <vm_exec_core+6303>, 0x5a019f91675b <vm_exec_core+31627>, 0x5a019f914c36 <vm_exec_core+24678>, 0x5a019f912e17 <vm_exec_core+16967>, 0x5a019f90f469 <vm_exec_core+2201>, 0x5a019f9161be <vm_exec_core+30190>, 0x5a019f915e68 <vm_exec_core+29336>, 0x5a019f910651 <vm_exec_core+6785>, 0x5a019f90f997 <vm_exec_core+3527>, 0x5a019f9151f9 <vm_exec_core+26153>, 0x5a019f910f20 <vm_exec_core+9040>, 0x5a019f91645b <vm_exec_core+30859>, 0x5a019f916049 <vm_exec_core+29817>, 0x5a019f911495 <vm_exec_core+10437>, 0x5a019f912d82 <vm_exec_core+16818>, 0x5a019f914f09 <vm_exec_core+25401>, 0x5a019f915f57 <vm_exec_core+29575>, 0x5a019f913a5c <vm_exec_core+20108>, 0x5a019f914fa1 <vm_exec_core+25553>, 0x5a019f9153af <vm_exec_core+26591>, 0x5a019f913999 <vm_exec_core+19913>, 0x5a019f90f8a6 <vm_exec_core+3286>, 0x5a019f914696 <vm_exec_core+23238>, 0x5a019f90f6f5 <vm_exec_core+2853>, 0x5a019f90fa25 <vm_exec_core+3669>, 0x5a019f911cc4 <vm_exec_core+12532>, 0x5a019f9138e1 <vm_exec_core+19729>, 0x5a019f9144ac <vm_exec_core+22748>, 0x5a019f913409 <vm_exec_core+18489>, 0x5a019f90f383 <vm_exec_core+1971>, 0x5a019f9157b5 <vm_exec_core+27621>, 0x5a019f915d8a <vm_exec_core+29114>, 0x5a019f90fc1f <vm_exec_core+4175>, 0x5a019f910b27 <vm_exec_core+8023>, 0x5a019f9107b0 <vm_exec_core+7136>, 0x5a019f911010 <vm_exec_core+9280>, 0x5a019f912ba5 <vm_exec_core+16341>, 0x5a019f910131 <vm_exec_core+5473>, 0x5a019f9156fc <vm_exec_core+27436>, 0x5a019f910ab5 <vm_exec_core+7909>, 0x5a019f9126b5 <vm_exec_core+15077>, 0x5a019f9130f5 <vm_exec_core+17701>, 0x5a019f91529b <vm_exec_core+26315>, 0x5a019f913e43 <vm_exec_core+21107>, 0x5a019f91127b <vm_exec_core+9899>, 0x5a019f910c26 <vm_exec_core+8278>, 0x5a019f91517b <vm_exec_core+26027>, 0x5a019f91200d <vm_exec_core+13373>, 0x5a019f914724 <vm_exec_core+23380>, 0x5a019f913f58 <vm_exec_core+21384>, 0x5a019f90ef18 <vm_exec_core+840>, 0x5a019f90fc6f <vm_exec_core+4255>, 0x5a019f9134b0 <vm_exec_core+18656>, 0x5a019f915657 <vm_exec_core+27271>, 0x5a019f91153f <vm_exec_core+10607>, 0x5a019f9150a0 <vm_exec_core+25808>, 0x5a019f910e2d <vm_exec_core+8797>, 0x5a019f913c27 <vm_exec_core+20567>, 0x5a019f913d16 <vm_exec_core+20806>, 0x5a019f91324a <vm_exec_core+18042>, 0x5a019f91369b <vm_exec_core+19147>, 0x5a019f911a35 <vm_exec_core+11877>, 0x5a019f911086 <vm_exec_core+9398>, 0x5a019f914d0f <vm_exec_core+24895>, 0x5a019f91ce97 <vm_exec_core+58055>, 0x5a019f91197f <vm_exec_core+11695>, 0x5a019f91358e <vm_exec_core+18878>, 0x5a019f913b1f <vm_exec_core+20303>, 0x5a019f91029b <vm_exec_core+5835>, 0x5a019f91041e <vm_exec_core+6222>, 0x5a019f9103a1 <vm_exec_core+6097>, 0x5a019f910bc6 <vm_exec_core+8182>, 0x5a019f910f96 <vm_exec_core+9158>, 0x5a019f912f95 <vm_exec_core+17349>, 0x5a019f91250d <vm_exec_core+14653>, 0x5a019f916387 <vm_exec_core+30647>, 0x5a019f90efe9 <vm_exec_core+1049>, 0x5a019f91057a <vm_exec_core+6570>, 0x5a019f91687f <vm_exec_core+31919>, 0x5a019f914572 <vm_exec_core+22946>, 0x5a019f913304 <vm_exec_core+18228>, 0x5a019f915441 <vm_exec_core+26737>, 0x5a019f90ef1d <vm_exec_core+845>, 0x5a019f915b2e <vm_exec_core+28510>, 0x5a019f9164d5 <vm_exec_core+30981>, 0x5a019f9165a1 <vm_exec_core+31185>, 0x5a019f90f774 <vm_exec_core+2980>, 0x5a019f9160c3 <vm_exec_core+29939>, 0x5a019f911f36 <vm_exec_core+13158>, 0x5a019f916245 <vm_exec_core+30325>, 0x5a019f911358 <vm_exec_core+10120>, 0x5a019f915aa8 <vm_exec_core+28376>, 0x5a019f90f660 <vm_exec_core+2704>, 0x5a019f9101dd <vm_exec_core+5645>, 0x5a019f91666f <vm_exec_core+31391>, 0x5a019f9127c5 <vm_exec_core+15349>, 0x5a019f9123b7 <vm_exec_core+14311>, 0x5a019f912c3f <vm_exec_core+16495>, 0x5a019f9121ca <vm_exec_core+13818>, 0x5a019f912a8b <vm_exec_core+16059>, 0x5a019f9129bd <vm_exec_core+15853>, 0x5a019f91189c <vm_exec_core+11468>, 0x5a019f9120d5 <vm_exec_core+13573>, 0x5a019f911df8 <vm_exec_core+12840>, 0x5a019f9122e4 <vm_exec_core+14100>, 0x5a019f912355 <vm_exec_core+14213>, 0x5a019f916006 <vm_exec_core+29750>, 0x5a019f90fef0 <vm_exec_core+4896>, 0x5a019f91583e <vm_exec_core+27758>, 0x5a019f911610 <vm_exec_core+10816>, 0x5a019f90f0da <vm_exec_core+1290>, 0x5a019f910848 <vm_exec_core+7288>, 0x5a019f915bf6 <vm_exec_core+28710>, 0x5a019f910460 <vm_exec_core+6288>, 0x5a019f91674c <vm_exec_core+31612>, 0x5a019f914c27 <vm_exec_core+24663>, 0x5a019f912e08 <vm_exec_core+16952>, 0x5a019f90f45a <vm_exec_core+2186>, 0x5a019f9161af <vm_exec_core+30175>, 0x5a019f915e59 <vm_exec_core+29321>, 0x5a019f910642 <vm_exec_core+6770>, 0x5a019f90f988 <vm_exec_core+3512>, 0x5a019f9151ea <vm_exec_core+26138>, 0x5a019f910f11 <vm_exec_core+9025>, 0x5a019f91644c <vm_exec_core+30844>, 0x5a019f91603a <vm_exec_core+29802>, 0x5a019f911486 <vm_exec_core+10422>, 0x5a019f912d73 <vm_exec_core+16803>, 0x5a019f914efa <vm_exec_core+25386>, 0x5a019f915f48 <vm_exec_core+29560>, 0x5a019f913a4d <vm_exec_core+20093>, 0x5a019f914f92 <vm_exec_core+25538>, 0x5a019f9153a0 <vm_exec_core+26576>, 0x5a019f91398a <vm_exec_core+19898>, 0x5a019f90f897 <vm_exec_core+3271>, 0x5a019f914687 <vm_exec_core+23223>, 0x5a019f90f6e6 <vm_exec_core+2838>, 0x5a019f90fa16 <vm_exec_core+3654>, 0x5a019f911cb5 <vm_exec_core+12517>, 0x5a019f9138d2 <vm_exec_core+19714>, 0x5a019f91449d <vm_exec_core+22733>, 0x5a019f9133fa <vm_exec_core+18474>, 0x5a019f90f374 <vm_exec_core+1956>, 0x5a019f9157a6 <vm_exec_core+27606>, 0x5a019f915d7b <vm_exec_core+29099>, 0x5a019f90fc10 <vm_exec_core+4160>, 0x5a019f910b18 <vm_exec_core+8008>, 0x5a019f9107a1 <vm_exec_core+7121>, 0x5a019f911001 <vm_exec_core+9265>, 0x5a019f912b96 <vm_exec_core+16326>, 0x5a019f910122 <vm_exec_core+5458>, 0x5a019f9156ed <vm_exec_core+27421>, 0x5a019f910aa6 <vm_exec_core+7894>, 0x5a019f9126a6 <vm_exec_core+15062>, 0x5a019f9130e6 <vm_exec_core+17686>, 0x5a019f91528c <vm_exec_core+26300>, 0x5a019f913e34 <vm_exec_core+21092>, 0x5a019f91126c <vm_exec_core+9884>, 0x5a019f910c17 <vm_exec_core+8263>, 0x5a019f91516c <vm_exec_core+26012>, 0x5a019f911ffe <vm_exec_core+13358>, 0x5a019f914715 <vm_exec_core+23365>, 0x5a019f913f49 <vm_exec_core+21369>, 0x5a019f913cf3 <vm_exec_core+20771>, 0x5a019f90fc60 <vm_exec_core+4240>, 0x5a019f9134a1 <vm_exec_core+18641>, 0x5a019f915648 <vm_exec_core+27256>, 0x5a019f911530 <vm_exec_core+10592>, 0x5a019f915091 <vm_exec_core+25793>, 0x5a019f91160b <vm_exec_core+10811>, 0x5a019f913c18 <vm_exec_core+20552>, 0x5a019f913d07 <vm_exec_core+20791>, 0x5a019f91323b <vm_exec_core+18027>, 0x5a019f91368c <vm_exec_core+19132>, 0x5a019f911a26 <vm_exec_core+11862>, 0x5a019f911077 <vm_exec_core+9383>, 0x5a019f914d00 <vm_exec_core+24880>, 0x5a019f91ce88 <vm_exec_core+58040>, 0x5a019f911970 <vm_exec_core+11680>, 0x5a019f91357f <vm_exec_core+18863>, 0x5a019f913b10 <vm_exec_core+20288>, 0x5a019f91028c <vm_exec_core+5820>, 0x5a019f91040f <vm_exec_core+6207>, 0x5a019f910392 <vm_exec_core+6082>, 0x5a019f910bb7 <vm_exec_core+8167>, 0x5a019f910f87 <vm_exec_core+9143>, 0x5a019f912f86 <vm_exec_core+17334>, 0x5a019f9124fe <vm_exec_core+14638>, 0x5a019f912f81 <vm_exec_core+17329>, 0x5a019f913985 <vm_exec_core+19893>, 0x5a019f9138cd <vm_exec_core+19709>, 0x5a019f910bb2 <vm_exec_core+8162>, 0x5a019f913cf3 <vm_exec_core+20771>...}
        reg_cfp = 0x75fbd27ff608
        reg_pc = 0x51900001b210
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_jump_without_ints = <optimized out>
        INSN_LABEL_branchif_without_ints = <optimized out>
        INSN_LABEL_branchunless_without_ints = <optimized out>
        INSN_LABEL_branchnil_without_ints = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#33 0x00005a019f90a111 in vm_exec_loop (ec=0x5170000000d8, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2826
No locals.
#34 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2805
        _ec = 0x5170000000d8
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#35 0x00005a019f99c432 in invoke_iseq_block_from_c (ec=0x5170000000d8, captured=0x75fbd27ff738, self=129724427674320, 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:1821
        flags = 0
        iseq = 0x75fbd4b5a3d8
        cfp = <optimized out>
        sp = 0x75fbd26ff8d0
        use_argv = 0x75fbd32a9f60
        stack_argv = 0x75fbd26ff8d0
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#36 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:1835
        captured = 0x75fbd27ff738
#37 0x00005a019f93c6cc 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:1872
No locals.
#38 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1880
No locals.
#39 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1365
No locals.
#40 0x00005a019f93c6cc in rb_yield (val=<optimized out>)
No locals.
#41 0x00005a019fb1c8b6 in rb_ary_collect (ary=129723732034680) at /tmp/ruby/src/trunk_asan/array.c:3779
        collect = 129723732034240
        i = 0
#42 0x00005a019f97b5f8 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:3905
        ci = 0x16a100000001
        cc = <optimized out>
        me = 0x75fbd4bde688
        cfunc = 0x5060000163a8
        recv = 129723732034680
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#43 0x00005a019f914a54 in vm_sendish (ec=0x5170000000d8, reg_cfp=0x75fbd27ff720, cd=0x5020000214d0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6127
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#44 vm_exec_core (ec=ec@entry=0x5170000000d8) at ../../src/trunk_asan/insns.def:858
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x5020000214d0
        insns_address_table = {0x5a019f916015 <vm_exec_core+29765>, 0x5a019f90feff <vm_exec_core+4911>, 0x5a019f91584d <vm_exec_core+27773>, 0x5a019f91161f <vm_exec_core+10831>, 0x5a019f90f0e9 <vm_exec_core+1305>, 0x5a019f910857 <vm_exec_core+7303>, 0x5a019f915c05 <vm_exec_core+28725>, 0x5a019f91046f <vm_exec_core+6303>, 0x5a019f91675b <vm_exec_core+31627>, 0x5a019f914c36 <vm_exec_core+24678>, 0x5a019f912e17 <vm_exec_core+16967>, 0x5a019f90f469 <vm_exec_core+2201>, 0x5a019f9161be <vm_exec_core+30190>, 0x5a019f915e68 <vm_exec_core+29336>, 0x5a019f910651 <vm_exec_core+6785>, 0x5a019f90f997 <vm_exec_core+3527>, 0x5a019f9151f9 <vm_exec_core+26153>, 0x5a019f910f20 <vm_exec_core+9040>, 0x5a019f91645b <vm_exec_core+30859>, 0x5a019f916049 <vm_exec_core+29817>, 0x5a019f911495 <vm_exec_core+10437>, 0x5a019f912d82 <vm_exec_core+16818>, 0x5a019f914f09 <vm_exec_core+25401>, 0x5a019f915f57 <vm_exec_core+29575>, 0x5a019f913a5c <vm_exec_core+20108>, 0x5a019f914fa1 <vm_exec_core+25553>, 0x5a019f9153af <vm_exec_core+26591>, 0x5a019f913999 <vm_exec_core+19913>, 0x5a019f90f8a6 <vm_exec_core+3286>, 0x5a019f914696 <vm_exec_core+23238>, 0x5a019f90f6f5 <vm_exec_core+2853>, 0x5a019f90fa25 <vm_exec_core+3669>, 0x5a019f911cc4 <vm_exec_core+12532>, 0x5a019f9138e1 <vm_exec_core+19729>, 0x5a019f9144ac <vm_exec_core+22748>, 0x5a019f913409 <vm_exec_core+18489>, 0x5a019f90f383 <vm_exec_core+1971>, 0x5a019f9157b5 <vm_exec_core+27621>, 0x5a019f915d8a <vm_exec_core+29114>, 0x5a019f90fc1f <vm_exec_core+4175>, 0x5a019f910b27 <vm_exec_core+8023>, 0x5a019f9107b0 <vm_exec_core+7136>, 0x5a019f911010 <vm_exec_core+9280>, 0x5a019f912ba5 <vm_exec_core+16341>, 0x5a019f910131 <vm_exec_core+5473>, 0x5a019f9156fc <vm_exec_core+27436>, 0x5a019f910ab5 <vm_exec_core+7909>, 0x5a019f9126b5 <vm_exec_core+15077>, 0x5a019f9130f5 <vm_exec_core+17701>, 0x5a019f91529b <vm_exec_core+26315>, 0x5a019f913e43 <vm_exec_core+21107>, 0x5a019f91127b <vm_exec_core+9899>, 0x5a019f910c26 <vm_exec_core+8278>, 0x5a019f91517b <vm_exec_core+26027>, 0x5a019f91200d <vm_exec_core+13373>, 0x5a019f914724 <vm_exec_core+23380>, 0x5a019f913f58 <vm_exec_core+21384>, 0x5a019f90ef18 <vm_exec_core+840>, 0x5a019f90fc6f <vm_exec_core+4255>, 0x5a019f9134b0 <vm_exec_core+18656>, 0x5a019f915657 <vm_exec_core+27271>, 0x5a019f91153f <vm_exec_core+10607>, 0x5a019f9150a0 <vm_exec_core+25808>, 0x5a019f910e2d <vm_exec_core+8797>, 0x5a019f913c27 <vm_exec_core+20567>, 0x5a019f913d16 <vm_exec_core+20806>, 0x5a019f91324a <vm_exec_core+18042>, 0x5a019f91369b <vm_exec_core+19147>, 0x5a019f911a35 <vm_exec_core+11877>, 0x5a019f911086 <vm_exec_core+9398>, 0x5a019f914d0f <vm_exec_core+24895>, 0x5a019f91ce97 <vm_exec_core+58055>, 0x5a019f91197f <vm_exec_core+11695>, 0x5a019f91358e <vm_exec_core+18878>, 0x5a019f913b1f <vm_exec_core+20303>, 0x5a019f91029b <vm_exec_core+5835>, 0x5a019f91041e <vm_exec_core+6222>, 0x5a019f9103a1 <vm_exec_core+6097>, 0x5a019f910bc6 <vm_exec_core+8182>, 0x5a019f910f96 <vm_exec_core+9158>, 0x5a019f912f95 <vm_exec_core+17349>, 0x5a019f91250d <vm_exec_core+14653>, 0x5a019f916387 <vm_exec_core+30647>, 0x5a019f90efe9 <vm_exec_core+1049>, 0x5a019f91057a <vm_exec_core+6570>, 0x5a019f91687f <vm_exec_core+31919>, 0x5a019f914572 <vm_exec_core+22946>, 0x5a019f913304 <vm_exec_core+18228>, 0x5a019f915441 <vm_exec_core+26737>, 0x5a019f90ef1d <vm_exec_core+845>, 0x5a019f915b2e <vm_exec_core+28510>, 0x5a019f9164d5 <vm_exec_core+30981>, 0x5a019f9165a1 <vm_exec_core+31185>, 0x5a019f90f774 <vm_exec_core+2980>, 0x5a019f9160c3 <vm_exec_core+29939>, 0x5a019f911f36 <vm_exec_core+13158>, 0x5a019f916245 <vm_exec_core+30325>, 0x5a019f911358 <vm_exec_core+10120>, 0x5a019f915aa8 <vm_exec_core+28376>, 0x5a019f90f660 <vm_exec_core+2704>, 0x5a019f9101dd <vm_exec_core+5645>, 0x5a019f91666f <vm_exec_core+31391>, 0x5a019f9127c5 <vm_exec_core+15349>, 0x5a019f9123b7 <vm_exec_core+14311>, 0x5a019f912c3f <vm_exec_core+16495>, 0x5a019f9121ca <vm_exec_core+13818>, 0x5a019f912a8b <vm_exec_core+16059>, 0x5a019f9129bd <vm_exec_core+15853>, 0x5a019f91189c <vm_exec_core+11468>, 0x5a019f9120d5 <vm_exec_core+13573>, 0x5a019f911df8 <vm_exec_core+12840>, 0x5a019f9122e4 <vm_exec_core+14100>, 0x5a019f912355 <vm_exec_core+14213>, 0x5a019f916006 <vm_exec_core+29750>, 0x5a019f90fef0 <vm_exec_core+4896>, 0x5a019f91583e <vm_exec_core+27758>, 0x5a019f911610 <vm_exec_core+10816>, 0x5a019f90f0da <vm_exec_core+1290>, 0x5a019f910848 <vm_exec_core+7288>, 0x5a019f915bf6 <vm_exec_core+28710>, 0x5a019f910460 <vm_exec_core+6288>, 0x5a019f91674c <vm_exec_core+31612>, 0x5a019f914c27 <vm_exec_core+24663>, 0x5a019f912e08 <vm_exec_core+16952>, 0x5a019f90f45a <vm_exec_core+2186>, 0x5a019f9161af <vm_exec_core+30175>, 0x5a019f915e59 <vm_exec_core+29321>, 0x5a019f910642 <vm_exec_core+6770>, 0x5a019f90f988 <vm_exec_core+3512>, 0x5a019f9151ea <vm_exec_core+26138>, 0x5a019f910f11 <vm_exec_core+9025>, 0x5a019f91644c <vm_exec_core+30844>, 0x5a019f91603a <vm_exec_core+29802>, 0x5a019f911486 <vm_exec_core+10422>, 0x5a019f912d73 <vm_exec_core+16803>, 0x5a019f914efa <vm_exec_core+25386>, 0x5a019f915f48 <vm_exec_core+29560>, 0x5a019f913a4d <vm_exec_core+20093>, 0x5a019f914f92 <vm_exec_core+25538>, 0x5a019f9153a0 <vm_exec_core+26576>, 0x5a019f91398a <vm_exec_core+19898>, 0x5a019f90f897 <vm_exec_core+3271>, 0x5a019f914687 <vm_exec_core+23223>, 0x5a019f90f6e6 <vm_exec_core+2838>, 0x5a019f90fa16 <vm_exec_core+3654>, 0x5a019f911cb5 <vm_exec_core+12517>, 0x5a019f9138d2 <vm_exec_core+19714>, 0x5a019f91449d <vm_exec_core+22733>, 0x5a019f9133fa <vm_exec_core+18474>, 0x5a019f90f374 <vm_exec_core+1956>, 0x5a019f9157a6 <vm_exec_core+27606>, 0x5a019f915d7b <vm_exec_core+29099>, 0x5a019f90fc10 <vm_exec_core+4160>, 0x5a019f910b18 <vm_exec_core+8008>, 0x5a019f9107a1 <vm_exec_core+7121>, 0x5a019f911001 <vm_exec_core+9265>, 0x5a019f912b96 <vm_exec_core+16326>, 0x5a019f910122 <vm_exec_core+5458>, 0x5a019f9156ed <vm_exec_core+27421>, 0x5a019f910aa6 <vm_exec_core+7894>, 0x5a019f9126a6 <vm_exec_core+15062>, 0x5a019f9130e6 <vm_exec_core+17686>, 0x5a019f91528c <vm_exec_core+26300>, 0x5a019f913e34 <vm_exec_core+21092>, 0x5a019f91126c <vm_exec_core+9884>, 0x5a019f910c17 <vm_exec_core+8263>, 0x5a019f91516c <vm_exec_core+26012>, 0x5a019f911ffe <vm_exec_core+13358>, 0x5a019f914715 <vm_exec_core+23365>, 0x5a019f913f49 <vm_exec_core+21369>, 0x5a019f913cf3 <vm_exec_core+20771>, 0x5a019f90fc60 <vm_exec_core+4240>, 0x5a019f9134a1 <vm_exec_core+18641>, 0x5a019f915648 <vm_exec_core+27256>, 0x5a019f911530 <vm_exec_core+10592>, 0x5a019f915091 <vm_exec_core+25793>, 0x5a019f91160b <vm_exec_core+10811>, 0x5a019f913c18 <vm_exec_core+20552>, 0x5a019f913d07 <vm_exec_core+20791>, 0x5a019f91323b <vm_exec_core+18027>, 0x5a019f91368c <vm_exec_core+19132>, 0x5a019f911a26 <vm_exec_core+11862>, 0x5a019f911077 <vm_exec_core+9383>, 0x5a019f914d00 <vm_exec_core+24880>, 0x5a019f91ce88 <vm_exec_core+58040>, 0x5a019f911970 <vm_exec_core+11680>, 0x5a019f91357f <vm_exec_core+18863>, 0x5a019f913b10 <vm_exec_core+20288>, 0x5a019f91028c <vm_exec_core+5820>, 0x5a019f91040f <vm_exec_core+6207>, 0x5a019f910392 <vm_exec_core+6082>, 0x5a019f910bb7 <vm_exec_core+8167>, 0x5a019f910f87 <vm_exec_core+9143>, 0x5a019f912f86 <vm_exec_core+17334>, 0x5a019f9124fe <vm_exec_core+14638>, 0x5a019f912f81 <vm_exec_core+17329>, 0x5a019f913985 <vm_exec_core+19893>, 0x5a019f9138cd <vm_exec_core+19709>, 0x5a019f910bb2 <vm_exec_core+8162>, 0x5a019f913cf3 <vm_exec_core+20771>...}
        reg_cfp = 0x75fbd27ff720
        reg_pc = 0x504000005f78
        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>
==1117738==ERROR: AddressSanitizer: heap-use-after-free on address 0x75fbd27ff4d8 at pc 0x5a019f949180 bp 0x529000008450 sp 0x529000008448
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
READ of size 8 at 0x75fbd27ff4d8 thread T0
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_jump_without_ints = <optimized out>
        INSN_LABEL_branchif_without_ints = <optimized out>
        INSN_LABEL_branchunless_without_ints = <optimized out>
        INSN_LABEL_branchnil_without_ints = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#45 0x00005a019f90a111 in vm_exec_loop (ec=0x5170000000d8, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2826
No locals.
#46 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2805
        _ec = 0x5170000000d8
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#47 0x00005a019f953bd6 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:3065
        ec = 0x5170000000d8
        val = <optimized out>
#48 0x00005a019f533c50 in rb_ec_exec_node (ec=0x5170000000d8, n=0x75fbd4b5a568) at /tmp/ruby/src/trunk_asan/eval.c:283
        _ec = 0x5170000000d8
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffd6b3146f0, <optimized out>, 0x7ffd6b314640, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x75fbd4b5a568
#49 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:321
        ec = 0x5170000000d8
        status = <optimized out>
#50 0x00005a019f52cb87 in rb_main (argc=11, argv=0x7ffd6b3148b8) at /tmp/ruby/src/trunk_asan/main.c:42
        variable_in_this_stack_frame = <optimized out>
#51 main (argc=11, argv=0x7ffd6b3148b8) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)


Program received signal SIGSEGV, Segmentation fault.
0x00005a019f9b0513 in rb_vmdebug_stack_dump_all_threads () at /tmp/ruby/src/trunk_asan/vm_dump.c:1619
1619	        kprintf("th: %p, native_id: %p\n", (void *)th, (void *)(uintptr_t)th->nt->thread_id);
[Inferior 1 (process 1117738) detached]
$ timeout 60 gdb -p 985472 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 1117739]
[New LWP 1114388]
[New LWP 1113874]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x000075fbd5298d71 in __futex_abstimed_wait_common64 (private=30203, cancel=true, abstime=0x7ffd6b312720, op=137, expected=0, futex_word=0x50c000000090) at ./nptl/futex-internal.c:57

>>> Threads

  Id   Target Id                                             Frame 
* 1    Thread 0x75fbd54b1c40 (LWP 985472) "ruby"             0x000075fbd5298d71 in __futex_abstimed_wait_common64 (private=30203, cancel=true, abstime=0x7ffd6b312720, op=137, expected=0, futex_word=0x50c000000090) at ./nptl/futex-internal.c:57
  2    Thread 0x75fbb91ff6c0 (LWP 1117739) "ruby"            0x000075fbd531b4fd in __GI___poll (fds=0x75fbb5bbf040, nfds=1, timeout=10) at ../sysdeps/unix/sysv/linux/poll.c:29
  3    Thread 0x75fbabbd76c0 (LWP 1114388) "Timeout stdlib " 0x000075fbd5298d71 in __futex_abstimed_wait_common64 (private=3775, cancel=true, abstime=0x75fbabbd5160, op=137, expected=0, futex_word=0x50c000930810) at ./nptl/futex-internal.c:57
  4    Thread 0x75fba2a916c0 (LWP 1113874) "parallel.rb:40"  0x000075fbd531b4fd in __GI___poll (fds=0x75fba9c5be60, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 4 (Thread 0x75fba2a916c0 (LWP 1113874) "parallel.rb:40"):
#0  0x000075fbd531b4fd in __GI___poll (fds=0x75fba9c5be60, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005a019f49371a in __interceptor_poll ()
No symbol table info available.
#2  0x00005a019f606379 in nogvl_wait_for (th=129723732033560, fptr=0x5110003e96c0, events=1, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:12568
        fds = {fd = 6, events = <optimized out>, revents = <optimized out>}
        scheduler = <optimized out>
        fd = <optimized out>
        timeout_milliseconds = -1
#3  io_internal_wait (thread=<optimized out>, fptr=<optimized out>, error=<optimized out>, events=<optimized out>, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:1174
        ready = <optimized out>
#4  0x00005a019f6078ea in internal_read_func (ptr=0x75fba9c5bc40) at /tmp/ruby/src/trunk_asan/io.c:1212
        iis = 0x75fba9c5bc40
        result = <optimized out>
#5  0x00005a019f87a91e in rb_thread_io_blocking_call (io=0x5110003e96c0, func=0x5a019f6073e0 <internal_read_func>, data1=0x75fba9c5bc40, events=1) at /tmp/ruby/src/trunk_asan/thread.c:1986
        __region = <optimized out>
        saved_state = RUBY_TAG_NONE
        _ec = <optimized out>
        _tag = <optimized out>
        ec = <optimized out>
        th = <optimized out>
        val = <optimized out>
        blocking_operation = <optimized out>
        state = RUBY_TAG_NONE
        saved_errno = <optimized out>
        prev_mn_schedulable = <optimized out>
        fd = <optimized out>
#6  0x00005a019f5386ae in rb_ec_ensure (ec=<optimized out>, b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1153
        _ec = 0x517000198ad8
        _tag = {tag = 36, retval = <optimized out>, buf = {0x75fba2a8fdf0, <optimized out>, 0x75fba2a8fd00, <optimized out>, <optimized out>}, prev = 0x75fba9c4e240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#7  0x00005a019f538b39 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:1170
No locals.
#8  0x00005a019f61ba22 in io_read_memory_locktmp (str=129723745549920, iis=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3480
No locals.
#9  io_getpartial (argc=<optimized out>, argv=<optimized out>, io=<optimized out>, no_exception=<optimized out>, nonblock=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3526
        str = <optimized out>
        iis = {th = 129723732033560, fptr = 0x5110003e96c0, nonblock = 0, fd = 6, buf = 0x519000144680, capa = 1024, timeout = <optimized out>}
        length = <optimized out>
        len = 1024
        fptr = 0x5110003e96c0
        n = <optimized out>
        shrinkable = <optimized out>
#10 0x00005a019f5f7d21 in io_readpartial (argc=-1446658464, argv=0x1, io=4294967295) at /tmp/ruby/src/trunk_asan/io.c:3646
        ret = <optimized out>
#11 0x00005a019f97b5f8 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:3905
        ci = 0x412100100003
        cc = <optimized out>
        me = 0x75fbd4bd8378
        cfunc = 0x506000021fe8
        recv = 129723732033720
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#12 0x00005a019f91b651 in vm_sendish (ec=0x517000198ad8, reg_cfp=0x75fbaa64f790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6127
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#13 vm_exec_core (ec=ec@entry=0x517000198ad8) at ../../src/trunk_asan/insns.def:906
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5a019f916015 <vm_exec_core+29765>, 0x5a019f90feff <vm_exec_core+4911>, 0x5a019f91584d <vm_exec_core+27773>, 0x5a019f91161f <vm_exec_core+10831>, 0x5a019f90f0e9 <vm_exec_core+1305>, 0x5a019f910857 <vm_exec_core+7303>, 0x5a019f915c05 <vm_exec_core+28725>, 0x5a019f91046f <vm_exec_core+6303>, 0x5a019f91675b <vm_exec_core+31627>, 0x5a019f914c36 <vm_exec_core+24678>, 0x5a019f912e17 <vm_exec_core+16967>, 0x5a019f90f469 <vm_exec_core+2201>, 0x5a019f9161be <vm_exec_core+30190>, 0x5a019f915e68 <vm_exec_core+29336>, 0x5a019f910651 <vm_exec_core+6785>, 0x5a019f90f997 <vm_exec_core+3527>, 0x5a019f9151f9 <vm_exec_core+26153>, 0x5a019f910f20 <vm_exec_core+9040>, 0x5a019f91645b <vm_exec_core+30859>, 0x5a019f916049 <vm_exec_core+29817>, 0x5a019f911495 <vm_exec_core+10437>, 0x5a019f912d82 <vm_exec_core+16818>, 0x5a019f914f09 <vm_exec_core+25401>, 0x5a019f915f57 <vm_exec_core+29575>, 0x5a019f913a5c <vm_exec_core+20108>, 0x5a019f914fa1 <vm_exec_core+25553>, 0x5a019f9153af <vm_exec_core+26591>, 0x5a019f913999 <vm_exec_core+19913>, 0x5a019f90f8a6 <vm_exec_core+3286>, 0x5a019f914696 <vm_exec_core+23238>, 0x5a019f90f6f5 <vm_exec_core+2853>, 0x5a019f90fa25 <vm_exec_core+3669>, 0x5a019f911cc4 <vm_exec_core+12532>, 0x5a019f9138e1 <vm_exec_core+19729>, 0x5a019f9144ac <vm_exec_core+22748>, 0x5a019f913409 <vm_exec_core+18489>, 0x5a019f90f383 <vm_exec_core+1971>, 0x5a019f9157b5 <vm_exec_core+27621>, 0x5a019f915d8a <vm_exec_core+29114>, 0x5a019f90fc1f <vm_exec_core+4175>, 0x5a019f910b27 <vm_exec_core+8023>, 0x5a019f9107b0 <vm_exec_core+7136>, 0x5a019f911010 <vm_exec_core+9280>, 0x5a019f912ba5 <vm_exec_core+16341>, 0x5a019f910131 <vm_exec_core+5473>, 0x5a019f9156fc <vm_exec_core+27436>, 0x5a019f910ab5 <vm_exec_core+7909>, 0x5a019f9126b5 <vm_exec_core+15077>, 0x5a019f9130f5 <vm_exec_core+17701>, 0x5a019f91529b <vm_exec_core+26315>, 0x5a019f913e43 <vm_exec_core+21107>, 0x5a019f91127b <vm_exec_core+9899>, 0x5a019f910c26 <vm_exec_core+8278>, 0x5a019f91517b <vm_exec_core+26027>, 0x5a019f91200d <vm_exec_core+13373>, 0x5a019f914724 <vm_exec_core+23380>, 0x5a019f913f58 <vm_exec_core+21384>, 0x5a019f90ef18 <vm_exec_core+840>, 0x5a019f90fc6f <vm_exec_core+4255>, 0x5a019f9134b0 <vm_exec_core+18656>, 0x5a019f915657 <vm_exec_core+27271>, 0x5a019f91153f <vm_exec_core+10607>, 0x5a019f9150a0 <vm_exec_core+25808>, 0x5a019f910e2d <vm_exec_core+8797>, 0x5a019f913c27 <vm_exec_core+20567>, 0x5a019f913d16 <vm_exec_core+20806>, 0x5a019f91324a <vm_exec_core+18042>, 0x5a019f91369b <vm_exec_core+19147>, 0x5a019f911a35 <vm_exec_core+11877>, 0x5a019f911086 <vm_exec_core+9398>, 0x5a019f914d0f <vm_exec_core+24895>, 0x5a019f91ce97 <vm_exec_core+58055>, 0x5a019f91197f <vm_exec_core+11695>, 0x5a019f91358e <vm_exec_core+18878>, 0x5a019f913b1f <vm_exec_core+20303>, 0x5a019f91029b <vm_exec_core+5835>, 0x5a019f91041e <vm_exec_core+6222>, 0x5a019f9103a1 <vm_exec_core+6097>, 0x5a019f910bc6 <vm_exec_core+8182>, 0x5a019f910f96 <vm_exec_core+9158>, 0x5a019f912f95 <vm_exec_core+17349>, 0x5a019f91250d <vm_exec_core+14653>, 0x5a019f916387 <vm_exec_core+30647>, 0x5a019f90efe9 <vm_exec_core+1049>, 0x5a019f91057a <vm_exec_core+6570>, 0x5a019f91687f <vm_exec_core+31919>, 0x5a019f914572 <vm_exec_core+22946>, 0x5a019f913304 <vm_exec_core+18228>, 0x5a019f915441 <vm_exec_core+26737>, 0x5a019f90ef1d <vm_exec_core+845>, 0x5a019f915b2e <vm_exec_core+28510>, 0x5a019f9164d5 <vm_exec_core+30981>, 0x5a019f9165a1 <vm_exec_core+31185>, 0x5a019f90f774 <vm_exec_core+2980>, 0x5a019f9160c3 <vm_exec_core+29939>, 0x5a019f911f36 <vm_exec_core+13158>, 0x5a019f916245 <vm_exec_core+30325>, 0x5a019f911358 <vm_exec_core+10120>, 0x5a019f915aa8 <vm_exec_core+28376>, 0x5a019f90f660 <vm_exec_core+2704>, 0x5a019f9101dd <vm_exec_core+5645>, 0x5a019f91666f <vm_exec_core+31391>, 0x5a019f9127c5 <vm_exec_core+15349>, 0x5a019f9123b7 <vm_exec_core+14311>, 0x5a019f912c3f <vm_exec_core+16495>, 0x5a019f9121ca <vm_exec_core+13818>, 0x5a019f912a8b <vm_exec_core+16059>, 0x5a019f9129bd <vm_exec_core+15853>, 0x5a019f91189c <vm_exec_core+11468>, 0x5a019f9120d5 <vm_exec_core+13573>, 0x5a019f911df8 <vm_exec_core+12840>, 0x5a019f9122e4 <vm_exec_core+14100>, 0x5a019f912355 <vm_exec_core+14213>, 0x5a019f916006 <vm_exec_core+29750>, 0x5a019f90fef0 <vm_exec_core+4896>, 0x5a019f91583e <vm_exec_core+27758>, 0x5a019f911610 <vm_exec_core+10816>, 0x5a019f90f0da <vm_exec_core+1290>, 0x5a019f910848 <vm_exec_core+7288>, 0x5a019f915bf6 <vm_exec_core+28710>, 0x5a019f910460 <vm_exec_core+6288>, 0x5a019f91674c <vm_exec_core+31612>, 0x5a019f914c27 <vm_exec_core+24663>, 0x5a019f912e08 <vm_exec_core+16952>, 0x5a019f90f45a <vm_exec_core+2186>, 0x5a019f9161af <vm_exec_core+30175>, 0x5a019f915e59 <vm_exec_core+29321>, 0x5a019f910642 <vm_exec_core+6770>, 0x5a019f90f988 <vm_exec_core+3512>, 0x5a019f9151ea <vm_exec_core+26138>, 0x5a019f910f11 <vm_exec_core+9025>, 0x5a019f91644c <vm_exec_core+30844>, 0x5a019f91603a <vm_exec_core+29802>, 0x5a019f911486 <vm_exec_core+10422>, 0x5a019f912d73 <vm_exec_core+16803>, 0x5a019f914efa <vm_exec_core+25386>, 0x5a019f915f48 <vm_exec_core+29560>, 0x5a019f913a4d <vm_exec_core+20093>, 0x5a019f914f92 <vm_exec_core+25538>, 0x5a019f9153a0 <vm_exec_core+26576>, 0x5a019f91398a <vm_exec_core+19898>, 0x5a019f90f897 <vm_exec_core+3271>, 0x5a019f914687 <vm_exec_core+23223>, 0x5a019f90f6e6 <vm_exec_core+2838>, 0x5a019f90fa16 <vm_exec_core+3654>, 0x5a019f911cb5 <vm_exec_core+12517>, 0x5a019f9138d2 <vm_exec_core+19714>, 0x5a019f91449d <vm_exec_core+22733>, 0x5a019f9133fa <vm_exec_core+18474>, 0x5a019f90f374 <vm_exec_core+1956>, 0x5a019f9157a6 <vm_exec_core+27606>, 0x5a019f915d7b <vm_exec_core+29099>, 0x5a019f90fc10 <vm_exec_core+4160>, 0x5a019f910b18 <vm_exec_core+8008>, 0x5a019f9107a1 <vm_exec_core+7121>, 0x5a019f911001 <vm_exec_core+9265>, 0x5a019f912b96 <vm_exec_core+16326>, 0x5a019f910122 <vm_exec_core+5458>, 0x5a019f9156ed <vm_exec_core+27421>, 0x5a019f910aa6 <vm_exec_core+7894>, 0x5a019f9126a6 <vm_exec_core+15062>, 0x5a019f9130e6 <vm_exec_core+17686>, 0x5a019f91528c <vm_exec_core+26300>, 0x5a019f913e34 <vm_exec_core+21092>, 0x5a019f91126c <vm_exec_core+9884>, 0x5a019f910c17 <vm_exec_core+8263>, 0x5a019f91516c <vm_exec_core+26012>, 0x5a019f911ffe <vm_exec_core+13358>, 0x5a019f914715 <vm_exec_core+23365>, 0x5a019f913f49 <vm_exec_core+21369>, 0x5a019f913cf3 <vm_exec_core+20771>, 0x5a019f90fc60 <vm_exec_core+4240>, 0x5a019f9134a1 <vm_exec_core+18641>, 0x5a019f915648 <vm_exec_core+27256>, 0x5a019f911530 <vm_exec_core+10592>, 0x5a019f915091 <vm_exec_core+25793>, 0x5a019f91160b <vm_exec_core+10811>, 0x5a019f913c18 <vm_exec_core+20552>, 0x5a019f913d07 <vm_exec_core+20791>, 0x5a019f91323b <vm_exec_core+18027>, 0x5a019f91368c <vm_exec_core+19132>, 0x5a019f911a26 <vm_exec_core+11862>, 0x5a019f911077 <vm_exec_core+9383>, 0x5a019f914d00 <vm_exec_core+24880>, 0x5a019f91ce88 <vm_exec_core+58040>, 0x5a019f911970 <vm_exec_core+11680>, 0x5a019f91357f <vm_exec_core+18863>, 0x5a019f913b10 <vm_exec_core+20288>, 0x5a019f91028c <vm_exec_core+5820>, 0x5a019f91040f <vm_exec_core+6207>, 0x5a019f910392 <vm_exec_core+6082>, 0x5a019f910bb7 <vm_exec_core+8167>, 0x5a019f910f87 <vm_exec_core+9143>, 0x5a019f912f86 <vm_exec_core+17334>, 0x5a019f9124fe <vm_exec_core+14638>, 0x5a019f912f81 <vm_exec_core+17329>, 0x5a019f913985 <vm_exec_core+19893>, 0x5a019f9138cd <vm_exec_core+19709>, 0x5a019f910bb2 <vm_exec_core+8162>, 0x5a019f913cf3 <vm_exec_core+20771>...}
        reg_cfp = 0x75fbaa64f790
        reg_pc = 0x513000070f58
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_jump_without_ints = <optimized out>
        INSN_LABEL_branchif_without_ints = <optimized out>
        INSN_LABEL_branchunless_without_ints = <optimized out>
        INSN_LABEL_branchnil_without_ints = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#14 0x00005a019f909d22 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2799
        _ec = 0x517000198ad8
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#15 0x00005a019f94edfb in invoke_iseq_block_from_c (ec=0x517000198ad8, captured=<optimized out>, self=129724427674320, 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:1821
        flags = 0
        iseq = 0x75fbd4b5a220
        cfp = 0x75fbaa64f7c8
        sp = 0x75fbaa54f818
        use_argv = <optimized out>
        stack_argv = 0x75fbaa54f818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#16 invoke_block_from_c_proc (ec=0x517000198ad8, self=129724427674320, 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:1915
        block = <optimized out>
        keyword_hash = <optimized out>
#17 vm_invoke_proc (ec=<optimized out>, proc=<optimized out>, self=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1945
No locals.
#18 0x00005a019f94d026 in rb_vm_invoke_proc (ec=0x75fba9c5be60, proc=0x1, argc=-718162691, argv=0x0, kw_splat=-218959360, passed_block_handler=18446744073709551100, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1966
        self = 4294967295
#19 0x00005a019f89b272 in thread_do_start_proc (th=th@entry=0x51500031bf80) at /tmp/ruby/src/trunk_asan/thread.c:625
        args = <optimized out>
        procval = <optimized out>
        proc = 0x504002e6c850
        args_len = <optimized out>
        args_ptr = <optimized out>
#20 0x00005a019f898e0d in thread_do_start (th=0x51500031bf80) at /tmp/ruby/src/trunk_asan/thread.c:642
        result = 36
#21 thread_start_func_2 (th=th@entry=0x51500031bf80, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:697
        _tag = <optimized out>
        _ec = <optimized out>
        ractor_main_th = 0x5a01a022c700 <_main_thread>
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#22 0x00005a019f8980fe in call_thread_start_func_2 (th=0x51500031bf80) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2223
        stack_start = <optimized out>
        stack_start_addr = 0x75fba2a90cc0
#23 nt_start (ptr=0x50c0009a9540) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2268
        th = 0x51500031bf80
        sched = <optimized out>
        nt = 0x50c0009a9540
        vm = 0x5a01a0c5a6a0 <_vm>
#24 0x00005a019f4ecacf in asan_thread_start(void*) ()
No symbol table info available.
#25 0x000075fbd529caa4 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 = {129723626231488, -4908035684479026797, 129723626231488, -352, 25, 140726401836016, -4908035684491609709, -4907858660665476717}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#26 0x000075fbd5329c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 3 (Thread 0x75fbabbd76c0 (LWP 1114388) "Timeout stdlib "):
#0  0x000075fbd5298d71 in __futex_abstimed_wait_common64 (private=3775, cancel=true, abstime=0x75fbabbd5160, op=137, expected=0, futex_word=0x50c000930810) 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=3775, abstime=0x75fbabbd5160, clockid=3775, expected=0, futex_word=0x50c000930810) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 966144
        op = 137
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x50c000930810, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x75fbabbd5160, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x000075fbd529bc8e in __pthread_cond_wait_common (abstime=0x75fbabbd5160, clockid=1, mutex=0x5150003201b0, cond=0x50c0009307e8) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x75fbd529b4b0 <__condvar_cleanup_waiting>, __arg = 0x75fbabbd5050, __canceltype = -1413656480, __prev = 0x0}
        cbuffer = {wseq = 42, cond = 0x50c0009307e8, mutex = 0x5150003201b0, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 42
        seq = 21
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_timedwait64 (cond=cond@entry=0x50c0009307e8, mutex=mutex@entry=0x5150003201b0, abstime=abstime@entry=0x75fbabbd5160) at ./nptl/pthread_cond_wait.c:652
        flags = <optimized out>
        clockid = 1
#5  0x00005a019f896bd0 in native_cond_timedwait (cond=0x50c0009307e8, mutex=0x5150003201b0, abs=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:251
        r = <optimized out>
        ts = <optimized out>
#6  native_cond_sleep (th=th@entry=0x515000320080, rel=rel@entry=0x75fba7931920) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2474
        end = <optimized out>
        sched = 0x5a01a022c348 <_main_ractor+264>
        lock = 0x5150003201b0
        cond = 0x50c0009307e8
        max = 100000000000000000
#7  0x00005a019f8762c7 in native_sleep (th=0x515000320080, rel=0x75fba7931920) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3322
        sched = <optimized out>
#8  sleep_hrtime (th=<optimized out>, rel=9926000, fl=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:1341
        prev_status = THREAD_RUNNABLE
        end = 2536651178380083
        woke = 1
#9  0x00005a019f893454 in mutex_sleep_begin (_arguments=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:592
        timeout_value = <optimized out>
        relative_timeout = 18446744073709551100
        arguments = <optimized out>
        timeout = 18168262912542507010
        woken = 20
        scheduler = <optimized out>
#10 0x00005a019f5386ae in rb_ec_ensure (ec=<optimized out>, b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1153
        _ec = 0x51700010cad8
        _tag = {tag = 36, retval = <optimized out>, buf = {0x75fbabbd5450, <optimized out>, 0x75fbabbd5360, <optimized out>, <optimized out>}, prev = 0x75fba7b40f60, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#11 0x00005a019f86ad9c in rb_mut_sleep (ec=<optimized out>, self=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:615
        arguments = {self = 129723847906200, timeout = <optimized out>}
        beg = 1773827322
        woken = <optimized out>
        end = <optimized out>
#12 0x00005a019f5386ae in rb_ec_ensure (ec=<optimized out>, b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1153
        _ec = 0x51700010cad8
        _tag = {tag = 36, retval = <optimized out>, buf = {0x75fbabbd55f0, <optimized out>, 0x75fbabbd5500, <optimized out>, <optimized out>}, prev = 0x75fba7b40c40, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#13 0x00005a019f870227 in rb_condvar_wait (ec=<optimized out>, self=<optimized out>, mutex=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:1245
        args = {ec = 0x51700010cad8, mutex = 129723847906200, timeout = 18168262912542507010}
        sync_waiter = {self = 129723847906200, th = 0x515000320080, fiber = 0x0, node = {next = 0x503000625180, prev = 0x503000625180}}
        cv = <optimized out>
#14 0x00005a019f916c97 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:7541
        func_ptr = <optimized out>
        canary_p = <optimized out>
        ret = <optimized out>
#15 0x00005a019f916c97 in vm_invoke_builtin_delegate (ec=0x51700010cad8, cfp=0x75fbab32d6e8, bf=<optimized out>, start_index=<optimized out>)
        argv = <optimized out>
#16 vm_exec_core (ec=ec@entry=0x51700010cad8) at ../../src/trunk_asan/insns.def:1718
        bf = <optimized out>
        leaf = false
        val = <optimized out>
        index = <optimized out>
        insns_address_table = {0x5a019f916015 <vm_exec_core+29765>, 0x5a019f90feff <vm_exec_core+4911>, 0x5a019f91584d <vm_exec_core+27773>, 0x5a019f91161f <vm_exec_core+10831>, 0x5a019f90f0e9 <vm_exec_core+1305>, 0x5a019f910857 <vm_exec_core+7303>, 0x5a019f915c05 <vm_exec_core+28725>, 0x5a019f91046f <vm_exec_core+6303>, 0x5a019f91675b <vm_exec_core+31627>, 0x5a019f914c36 <vm_exec_core+24678>, 0x5a019f912e17 <vm_exec_core+16967>, 0x5a019f90f469 <vm_exec_core+2201>, 0x5a019f9161be <vm_exec_core+30190>, 0x5a019f915e68 <vm_exec_core+29336>, 0x5a019f910651 <vm_exec_core+6785>, 0x5a019f90f997 <vm_exec_core+3527>, 0x5a019f9151f9 <vm_exec_core+26153>, 0x5a019f910f20 <vm_exec_core+9040>, 0x5a019f91645b <vm_exec_core+30859>, 0x5a019f916049 <vm_exec_core+29817>, 0x5a019f911495 <vm_exec_core+10437>, 0x5a019f912d82 <vm_exec_core+16818>, 0x5a019f914f09 <vm_exec_core+25401>, 0x5a019f915f57 <vm_exec_core+29575>, 0x5a019f913a5c <vm_exec_core+20108>, 0x5a019f914fa1 <vm_exec_core+25553>, 0x5a019f9153af <vm_exec_core+26591>, 0x5a019f913999 <vm_exec_core+19913>, 0x5a019f90f8a6 <vm_exec_core+3286>, 0x5a019f914696 <vm_exec_core+23238>, 0x5a019f90f6f5 <vm_exec_core+2853>, 0x5a019f90fa25 <vm_exec_core+3669>, 0x5a019f911cc4 <vm_exec_core+12532>, 0x5a019f9138e1 <vm_exec_core+19729>, 0x5a019f9144ac <vm_exec_core+22748>, 0x5a019f913409 <vm_exec_core+18489>, 0x5a019f90f383 <vm_exec_core+1971>, 0x5a019f9157b5 <vm_exec_core+27621>, 0x5a019f915d8a <vm_exec_core+29114>, 0x5a019f90fc1f <vm_exec_core+4175>, 0x5a019f910b27 <vm_exec_core+8023>, 0x5a019f9107b0 <vm_exec_core+7136>, 0x5a019f911010 <vm_exec_core+9280>, 0x5a019f912ba5 <vm_exec_core+16341>, 0x5a019f910131 <vm_exec_core+5473>, 0x5a019f9156fc <vm_exec_core+27436>, 0x5a019f910ab5 <vm_exec_core+7909>, 0x5a019f9126b5 <vm_exec_core+15077>, 0x5a019f9130f5 <vm_exec_core+17701>, 0x5a019f91529b <vm_exec_core+26315>, 0x5a019f913e43 <vm_exec_core+21107>, 0x5a019f91127b <vm_exec_core+9899>, 0x5a019f910c26 <vm_exec_core+8278>, 0x5a019f91517b <vm_exec_core+26027>, 0x5a019f91200d <vm_exec_core+13373>, 0x5a019f914724 <vm_exec_core+23380>, 0x5a019f913f58 <vm_exec_core+21384>, 0x5a019f90ef18 <vm_exec_core+840>, 0x5a019f90fc6f <vm_exec_core+4255>, 0x5a019f9134b0 <vm_exec_core+18656>, 0x5a019f915657 <vm_exec_core+27271>, 0x5a019f91153f <vm_exec_core+10607>, 0x5a019f9150a0 <vm_exec_core+25808>, 0x5a019f910e2d <vm_exec_core+8797>, 0x5a019f913c27 <vm_exec_core+20567>, 0x5a019f913d16 <vm_exec_core+20806>, 0x5a019f91324a <vm_exec_core+18042>, 0x5a019f91369b <vm_exec_core+19147>, 0x5a019f911a35 <vm_exec_core+11877>, 0x5a019f911086 <vm_exec_core+9398>, 0x5a019f914d0f <vm_exec_core+24895>, 0x5a019f91ce97 <vm_exec_core+58055>, 0x5a019f91197f <vm_exec_core+11695>, 0x5a019f91358e <vm_exec_core+18878>, 0x5a019f913b1f <vm_exec_core+20303>, 0x5a019f91029b <vm_exec_core+5835>, 0x5a019f91041e <vm_exec_core+6222>, 0x5a019f9103a1 <vm_exec_core+6097>, 0x5a019f910bc6 <vm_exec_core+8182>, 0x5a019f910f96 <vm_exec_core+9158>, 0x5a019f912f95 <vm_exec_core+17349>, 0x5a019f91250d <vm_exec_core+14653>, 0x5a019f916387 <vm_exec_core+30647>, 0x5a019f90efe9 <vm_exec_core+1049>, 0x5a019f91057a <vm_exec_core+6570>, 0x5a019f91687f <vm_exec_core+31919>, 0x5a019f914572 <vm_exec_core+22946>, 0x5a019f913304 <vm_exec_core+18228>, 0x5a019f915441 <vm_exec_core+26737>, 0x5a019f90ef1d <vm_exec_core+845>, 0x5a019f915b2e <vm_exec_core+28510>, 0x5a019f9164d5 <vm_exec_core+30981>, 0x5a019f9165a1 <vm_exec_core+31185>, 0x5a019f90f774 <vm_exec_core+2980>, 0x5a019f9160c3 <vm_exec_core+29939>, 0x5a019f911f36 <vm_exec_core+13158>, 0x5a019f916245 <vm_exec_core+30325>, 0x5a019f911358 <vm_exec_core+10120>, 0x5a019f915aa8 <vm_exec_core+28376>, 0x5a019f90f660 <vm_exec_core+2704>, 0x5a019f9101dd <vm_exec_core+5645>, 0x5a019f91666f <vm_exec_core+31391>, 0x5a019f9127c5 <vm_exec_core+15349>, 0x5a019f9123b7 <vm_exec_core+14311>, 0x5a019f912c3f <vm_exec_core+16495>, 0x5a019f9121ca <vm_exec_core+13818>, 0x5a019f912a8b <vm_exec_core+16059>, 0x5a019f9129bd <vm_exec_core+15853>, 0x5a019f91189c <vm_exec_core+11468>, 0x5a019f9120d5 <vm_exec_core+13573>, 0x5a019f911df8 <vm_exec_core+12840>, 0x5a019f9122e4 <vm_exec_core+14100>, 0x5a019f912355 <vm_exec_core+14213>, 0x5a019f916006 <vm_exec_core+29750>, 0x5a019f90fef0 <vm_exec_core+4896>, 0x5a019f91583e <vm_exec_core+27758>, 0x5a019f911610 <vm_exec_core+10816>, 0x5a019f90f0da <vm_exec_core+1290>, 0x5a019f910848 <vm_exec_core+7288>, 0x5a019f915bf6 <vm_exec_core+28710>, 0x5a019f910460 <vm_exec_core+6288>, 0x5a019f91674c <vm_exec_core+31612>, 0x5a019f914c27 <vm_exec_core+24663>, 0x5a019f912e08 <vm_exec_core+16952>, 0x5a019f90f45a <vm_exec_core+2186>, 0x5a019f9161af <vm_exec_core+30175>, 0x5a019f915e59 <vm_exec_core+29321>, 0x5a019f910642 <vm_exec_core+6770>, 0x5a019f90f988 <vm_exec_core+3512>, 0x5a019f9151ea <vm_exec_core+26138>, 0x5a019f910f11 <vm_exec_core+9025>, 0x5a019f91644c <vm_exec_core+30844>, 0x5a019f91603a <vm_exec_core+29802>, 0x5a019f911486 <vm_exec_core+10422>, 0x5a019f912d73 <vm_exec_core+16803>, 0x5a019f914efa <vm_exec_core+25386>, 0x5a019f915f48 <vm_exec_core+29560>, 0x5a019f913a4d <vm_exec_core+20093>, 0x5a019f914f92 <vm_exec_core+25538>, 0x5a019f9153a0 <vm_exec_core+26576>, 0x5a019f91398a <vm_exec_core+19898>, 0x5a019f90f897 <vm_exec_core+3271>, 0x5a019f914687 <vm_exec_core+23223>, 0x5a019f90f6e6 <vm_exec_core+2838>, 0x5a019f90fa16 <vm_exec_core+3654>, 0x5a019f911cb5 <vm_exec_core+12517>, 0x5a019f9138d2 <vm_exec_core+19714>, 0x5a019f91449d <vm_exec_core+22733>, 0x5a019f9133fa <vm_exec_core+18474>, 0x5a019f90f374 <vm_exec_core+1956>, 0x5a019f9157a6 <vm_exec_core+27606>, 0x5a019f915d7b <vm_exec_core+29099>, 0x5a019f90fc10 <vm_exec_core+4160>, 0x5a019f910b18 <vm_exec_core+8008>, 0x5a019f9107a1 <vm_exec_core+7121>, 0x5a019f911001 <vm_exec_core+9265>, 0x5a019f912b96 <vm_exec_core+16326>, 0x5a019f910122 <vm_exec_core+5458>, 0x5a019f9156ed <vm_exec_core+27421>, 0x5a019f910aa6 <vm_exec_core+7894>, 0x5a019f9126a6 <vm_exec_core+15062>, 0x5a019f9130e6 <vm_exec_core+17686>, 0x5a019f91528c <vm_exec_core+26300>, 0x5a019f913e34 <vm_exec_core+21092>, 0x5a019f91126c <vm_exec_core+9884>, 0x5a019f910c17 <vm_exec_core+8263>, 0x5a019f91516c <vm_exec_core+26012>, 0x5a019f911ffe <vm_exec_core+13358>, 0x5a019f914715 <vm_exec_core+23365>, 0x5a019f913f49 <vm_exec_core+21369>, 0x5a019f913cf3 <vm_exec_core+20771>, 0x5a019f90fc60 <vm_exec_core+4240>, 0x5a019f9134a1 <vm_exec_core+18641>, 0x5a019f915648 <vm_exec_core+27256>, 0x5a019f911530 <vm_exec_core+10592>, 0x5a019f915091 <vm_exec_core+25793>, 0x5a019f91160b <vm_exec_core+10811>, 0x5a019f913c18 <vm_exec_core+20552>, 0x5a019f913d07 <vm_exec_core+20791>, 0x5a019f91323b <vm_exec_core+18027>, 0x5a019f91368c <vm_exec_core+19132>, 0x5a019f911a26 <vm_exec_core+11862>, 0x5a019f911077 <vm_exec_core+9383>, 0x5a019f914d00 <vm_exec_core+24880>, 0x5a019f91ce88 <vm_exec_core+58040>, 0x5a019f911970 <vm_exec_core+11680>, 0x5a019f91357f <vm_exec_core+18863>, 0x5a019f913b10 <vm_exec_core+20288>, 0x5a019f91028c <vm_exec_core+5820>, 0x5a019f91040f <vm_exec_core+6207>, 0x5a019f910392 <vm_exec_core+6082>, 0x5a019f910bb7 <vm_exec_core+8167>, 0x5a019f910f87 <vm_exec_core+9143>, 0x5a019f912f86 <vm_exec_core+17334>, 0x5a019f9124fe <vm_exec_core+14638>, 0x5a019f912f81 <vm_exec_core+17329>, 0x5a019f913985 <vm_exec_core+19893>, 0x5a019f9138cd <vm_exec_core+19709>, 0x5a019f910bb2 <vm_exec_core+8162>, 0x5a019f913cf3 <vm_exec_core+20771>...}
        reg_cfp = 0x75fbab32d6e8
        reg_pc = 0x506000054d70
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_jump_without_ints = <optimized out>
        INSN_LABEL_branchif_without_ints = <optimized out>
        INSN_LABEL_branchunless_without_ints = <optimized out>
        INSN_LABEL_branchnil_without_ints = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#17 0x00005a019f909d22 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2799
        _ec = 0x51700010cad8
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#18 0x00005a019f99c432 in invoke_iseq_block_from_c (ec=0x51700010cad8, captured=0x75fbab32d7a8, self=129723847801920, 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:1821
        flags = 0
        iseq = 0x75fbd4b12ad8
        cfp = <optimized out>
        sp = 0x75fbab22d870
        use_argv = 0x0
        stack_argv = 0x75fbab22d870
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#19 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1835
        captured = 0x75fbab32d7a8
#20 0x00005a019f93cabc 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:1872
No locals.
#21 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1880
No locals.
#22 0x00005a019f93cabc in rb_ec_yield (ec=<optimized out>, val=<optimized out>)
No locals.
#23 0x00005a019f5386ae in rb_ec_ensure (ec=<optimized out>, b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1153
        _ec = 0x51700010cad8
        _tag = {tag = 36, retval = <optimized out>, buf = {0x75fbabbd6030, <optimized out>, 0x75fbabbd5f40, <optimized out>, <optimized out>}, prev = 0x75fba7b27240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#24 0x00005a019f86b6cd in rb_mut_synchronize (ec=<optimized out>, self=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:653
        args = {self = 129723847906200, mutex = 0x504000a2f290, ec = <optimized out>}
#25 0x00005a019f916c97 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:7541
        func_ptr = <optimized out>
        canary_p = <optimized out>
        ret = <optimized out>
#26 0x00005a019f916c97 in vm_invoke_builtin_delegate (ec=0x51700010cad8, cfp=0x75fbab32d758, bf=<optimized out>, start_index=<optimized out>)
        argv = <optimized out>
#27 vm_exec_core (ec=ec@entry=0x51700010cad8) at ../../src/trunk_asan/insns.def:1718
        bf = <optimized out>
        leaf = false
        val = <optimized out>
        index = <optimized out>
        insns_address_table = {0x5a019f916015 <vm_exec_core+29765>, 0x5a019f90feff <vm_exec_core+4911>, 0x5a019f91584d <vm_exec_core+27773>, 0x5a019f91161f <vm_exec_core+10831>, 0x5a019f90f0e9 <vm_exec_core+1305>, 0x5a019f910857 <vm_exec_core+7303>, 0x5a019f915c05 <vm_exec_core+28725>, 0x5a019f91046f <vm_exec_core+6303>, 0x5a019f91675b <vm_exec_core+31627>, 0x5a019f914c36 <vm_exec_core+24678>, 0x5a019f912e17 <vm_exec_core+16967>, 0x5a019f90f469 <vm_exec_core+2201>, 0x5a019f9161be <vm_exec_core+30190>, 0x5a019f915e68 <vm_exec_core+29336>, 0x5a019f910651 <vm_exec_core+6785>, 0x5a019f90f997 <vm_exec_core+3527>, 0x5a019f9151f9 <vm_exec_core+26153>, 0x5a019f910f20 <vm_exec_core+9040>, 0x5a019f91645b <vm_exec_core+30859>, 0x5a019f916049 <vm_exec_core+29817>, 0x5a019f911495 <vm_exec_core+10437>, 0x5a019f912d82 <vm_exec_core+16818>, 0x5a019f914f09 <vm_exec_core+25401>, 0x5a019f915f57 <vm_exec_core+29575>, 0x5a019f913a5c <vm_exec_core+20108>, 0x5a019f914fa1 <vm_exec_core+25553>, 0x5a019f9153af <vm_exec_core+26591>, 0x5a019f913999 <vm_exec_core+19913>, 0x5a019f90f8a6 <vm_exec_core+3286>, 0x5a019f914696 <vm_exec_core+23238>, 0x5a019f90f6f5 <vm_exec_core+2853>, 0x5a019f90fa25 <vm_exec_core+3669>, 0x5a019f911cc4 <vm_exec_core+12532>, 0x5a019f9138e1 <vm_exec_core+19729>, 0x5a019f9144ac <vm_exec_core+22748>, 0x5a019f913409 <vm_exec_core+18489>, 0x5a019f90f383 <vm_exec_core+1971>, 0x5a019f9157b5 <vm_exec_core+27621>, 0x5a019f915d8a <vm_exec_core+29114>, 0x5a019f90fc1f <vm_exec_core+4175>, 0x5a019f910b27 <vm_exec_core+8023>, 0x5a019f9107b0 <vm_exec_core+7136>, 0x5a019f911010 <vm_exec_core+9280>, 0x5a019f912ba5 <vm_exec_core+16341>, 0x5a019f910131 <vm_exec_core+5473>, 0x5a019f9156fc <vm_exec_core+27436>, 0x5a019f910ab5 <vm_exec_core+7909>, 0x5a019f9126b5 <vm_exec_core+15077>, 0x5a019f9130f5 <vm_exec_core+17701>, 0x5a019f91529b <vm_exec_core+26315>, 0x5a019f913e43 <vm_exec_core+21107>, 0x5a019f91127b <vm_exec_core+9899>, 0x5a019f910c26 <vm_exec_core+8278>, 0x5a019f91517b <vm_exec_core+26027>, 0x5a019f91200d <vm_exec_core+13373>, 0x5a019f914724 <vm_exec_core+23380>, 0x5a019f913f58 <vm_exec_core+21384>, 0x5a019f90ef18 <vm_exec_core+840>, 0x5a019f90fc6f <vm_exec_core+4255>, 0x5a019f9134b0 <vm_exec_core+18656>, 0x5a019f915657 <vm_exec_core+27271>, 0x5a019f91153f <vm_exec_core+10607>, 0x5a019f9150a0 <vm_exec_core+25808>, 0x5a019f910e2d <vm_exec_core+8797>, 0x5a019f913c27 <vm_exec_core+20567>, 0x5a019f913d16 <vm_exec_core+20806>, 0x5a019f91324a <vm_exec_core+18042>, 0x5a019f91369b <vm_exec_core+19147>, 0x5a019f911a35 <vm_exec_core+11877>, 0x5a019f911086 <vm_exec_core+9398>, 0x5a019f914d0f <vm_exec_core+24895>, 0x5a019f91ce97 <vm_exec_core+58055>, 0x5a019f91197f <vm_exec_core+11695>, 0x5a019f91358e <vm_exec_core+18878>, 0x5a019f913b1f <vm_exec_core+20303>, 0x5a019f91029b <vm_exec_core+5835>, 0x5a019f91041e <vm_exec_core+6222>, 0x5a019f9103a1 <vm_exec_core+6097>, 0x5a019f910bc6 <vm_exec_core+8182>, 0x5a019f910f96 <vm_exec_core+9158>, 0x5a019f912f95 <vm_exec_core+17349>, 0x5a019f91250d <vm_exec_core+14653>, 0x5a019f916387 <vm_exec_core+30647>, 0x5a019f90efe9 <vm_exec_core+1049>, 0x5a019f91057a <vm_exec_core+6570>, 0x5a019f91687f <vm_exec_core+31919>, 0x5a019f914572 <vm_exec_core+22946>, 0x5a019f913304 <vm_exec_core+18228>, 0x5a019f915441 <vm_exec_core+26737>, 0x5a019f90ef1d <vm_exec_core+845>, 0x5a019f915b2e <vm_exec_core+28510>, 0x5a019f9164d5 <vm_exec_core+30981>, 0x5a019f9165a1 <vm_exec_core+31185>, 0x5a019f90f774 <vm_exec_core+2980>, 0x5a019f9160c3 <vm_exec_core+29939>, 0x5a019f911f36 <vm_exec_core+13158>, 0x5a019f916245 <vm_exec_core+30325>, 0x5a019f911358 <vm_exec_core+10120>, 0x5a019f915aa8 <vm_exec_core+28376>, 0x5a019f90f660 <vm_exec_core+2704>, 0x5a019f9101dd <vm_exec_core+5645>, 0x5a019f91666f <vm_exec_core+31391>, 0x5a019f9127c5 <vm_exec_core+15349>, 0x5a019f9123b7 <vm_exec_core+14311>, 0x5a019f912c3f <vm_exec_core+16495>, 0x5a019f9121ca <vm_exec_core+13818>, 0x5a019f912a8b <vm_exec_core+16059>, 0x5a019f9129bd <vm_exec_core+15853>, 0x5a019f91189c <vm_exec_core+11468>, 0x5a019f9120d5 <vm_exec_core+13573>, 0x5a019f911df8 <vm_exec_core+12840>, 0x5a019f9122e4 <vm_exec_core+14100>, 0x5a019f912355 <vm_exec_core+14213>, 0x5a019f916006 <vm_exec_core+29750>, 0x5a019f90fef0 <vm_exec_core+4896>, 0x5a019f91583e <vm_exec_core+27758>, 0x5a019f911610 <vm_exec_core+10816>, 0x5a019f90f0da <vm_exec_core+1290>, 0x5a019f910848 <vm_exec_core+7288>, 0x5a019f915bf6 <vm_exec_core+28710>, 0x5a019f910460 <vm_exec_core+6288>, 0x5a019f91674c <vm_exec_core+31612>, 0x5a019f914c27 <vm_exec_core+24663>, 0x5a019f912e08 <vm_exec_core+16952>, 0x5a019f90f45a <vm_exec_core+2186>, 0x5a019f9161af <vm_exec_core+30175>, 0x5a019f915e59 <vm_exec_core+29321>, 0x5a019f910642 <vm_exec_core+6770>, 0x5a019f90f988 <vm_exec_core+3512>, 0x5a019f9151ea <vm_exec_core+26138>, 0x5a019f910f11 <vm_exec_core+9025>, 0x5a019f91644c <vm_exec_core+30844>, 0x5a019f91603a <vm_exec_core+29802>, 0x5a019f911486 <vm_exec_core+10422>, 0x5a019f912d73 <vm_exec_core+16803>, 0x5a019f914efa <vm_exec_core+25386>, 0x5a019f915f48 <vm_exec_core+29560>, 0x5a019f913a4d <vm_exec_core+20093>, 0x5a019f914f92 <vm_exec_core+25538>, 0x5a019f9153a0 <vm_exec_core+26576>, 0x5a019f91398a <vm_exec_core+19898>, 0x5a019f90f897 <vm_exec_core+3271>, 0x5a019f914687 <vm_exec_core+23223>, 0x5a019f90f6e6 <vm_exec_core+2838>, 0x5a019f90fa16 <vm_exec_core+3654>, 0x5a019f911cb5 <vm_exec_core+12517>, 0x5a019f9138d2 <vm_exec_core+19714>, 0x5a019f91449d <vm_exec_core+22733>, 0x5a019f9133fa <vm_exec_core+18474>, 0x5a019f90f374 <vm_exec_core+1956>, 0x5a019f9157a6 <vm_exec_core+27606>, 0x5a019f915d7b <vm_exec_core+29099>, 0x5a019f90fc10 <vm_exec_core+4160>, 0x5a019f910b18 <vm_exec_core+8008>, 0x5a019f9107a1 <vm_exec_core+7121>, 0x5a019f911001 <vm_exec_core+9265>, 0x5a019f912b96 <vm_exec_core+16326>, 0x5a019f910122 <vm_exec_core+5458>, 0x5a019f9156ed <vm_exec_core+27421>, 0x5a019f910aa6 <vm_exec_core+7894>, 0x5a019f9126a6 <vm_exec_core+15062>, 0x5a019f9130e6 <vm_exec_core+17686>, 0x5a019f91528c <vm_exec_core+26300>, 0x5a019f913e34 <vm_exec_core+21092>, 0x5a019f91126c <vm_exec_core+9884>, 0x5a019f910c17 <vm_exec_core+8263>, 0x5a019f91516c <vm_exec_core+26012>, 0x5a019f911ffe <vm_exec_core+13358>, 0x5a019f914715 <vm_exec_core+23365>, 0x5a019f913f49 <vm_exec_core+21369>, 0x5a019f913cf3 <vm_exec_core+20771>, 0x5a019f90fc60 <vm_exec_core+4240>, 0x5a019f9134a1 <vm_exec_core+18641>, 0x5a019f915648 <vm_exec_core+27256>, 0x5a019f911530 <vm_exec_core+10592>, 0x5a019f915091 <vm_exec_core+25793>, 0x5a019f91160b <vm_exec_core+10811>, 0x5a019f913c18 <vm_exec_core+20552>, 0x5a019f913d07 <vm_exec_core+20791>, 0x5a019f91323b <vm_exec_core+18027>, 0x5a019f91368c <vm_exec_core+19132>, 0x5a019f911a26 <vm_exec_core+11862>, 0x5a019f911077 <vm_exec_core+9383>, 0x5a019f914d00 <vm_exec_core+24880>, 0x5a019f91ce88 <vm_exec_core+58040>, 0x5a019f911970 <vm_exec_core+11680>, 0x5a019f91357f <vm_exec_core+18863>, 0x5a019f913b10 <vm_exec_core+20288>, 0x5a019f91028c <vm_exec_core+5820>, 0x5a019f91040f <vm_exec_core+6207>, 0x5a019f910392 <vm_exec_core+6082>, 0x5a019f910bb7 <vm_exec_core+8167>, 0x5a019f910f87 <vm_exec_core+9143>, 0x5a019f912f86 <vm_exec_core+17334>, 0x5a019f9124fe <vm_exec_core+14638>, 0x5a019f912f81 <vm_exec_core+17329>, 0x5a019f913985 <vm_exec_core+19893>, 0x5a019f9138cd <vm_exec_core+19709>, 0x5a019f910bb2 <vm_exec_core+8162>, 0x5a019f913cf3 <vm_exec_core+20771>...}
        reg_cfp = 0x75fbab32d758
        reg_pc = 0x50e000001a30
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_jump_without_ints = <optimized out>
        INSN_LABEL_branchif_without_ints = <optimized out>
        INSN_LABEL_branchunless_without_ints = <optimized out>
        INSN_LABEL_branchnil_without_ints = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#28 0x00005a019f909d22 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2799
        _ec = 0x51700010cad8
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#29 0x00005a019f94edfb in invoke_iseq_block_from_c (ec=0x51700010cad8, captured=<optimized out>, self=129723847801920, 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:1821
        flags = 0
        iseq = 0x75fbd4b12b28
        cfp = 0x75fbab32d7c8
        sp = 0x75fbab22d818
        use_argv = <optimized out>
        stack_argv = 0x75fbab22d818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#30 invoke_block_from_c_proc (ec=0x51700010cad8, self=129723847801920, 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:1915
        block = <optimized out>
        keyword_hash = <optimized out>
#31 vm_invoke_proc (ec=<optimized out>, proc=<optimized out>, self=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1945
No locals.
#32 0x00005a019f94d026 in rb_vm_invoke_proc (ec=0x50c000930810, proc=0x89, argc=-718697103, argv=0x0, kw_splat=-1, passed_block_handler=18446744073709551100, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1966
        self = 0
#33 0x00005a019f89b272 in thread_do_start_proc (th=th@entry=0x515000320080) at /tmp/ruby/src/trunk_asan/thread.c:625
        args = <optimized out>
        procval = <optimized out>
        proc = 0x5040009d0810
        args_len = <optimized out>
        args_ptr = <optimized out>
#34 0x00005a019f898e0d in thread_do_start (th=0x515000320080) at /tmp/ruby/src/trunk_asan/thread.c:642
        result = 36
#35 thread_start_func_2 (th=th@entry=0x515000320080, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:697
        _tag = <optimized out>
        _ec = <optimized out>
        ractor_main_th = 0x5a01a022c700 <_main_thread>
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#36 0x00005a019f8980fe in call_thread_start_func_2 (th=0x515000320080) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2223
        stack_start = <optimized out>
        stack_start_addr = 0x75fbabbd6cc0
#37 nt_start (ptr=0x50c0009307c0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2268
        th = 0x515000320080
        sched = <optimized out>
        nt = 0x50c0009307c0
        vm = 0x5a01a0c5a6a0 <_vm>
#38 0x00005a019f4ecacf in asan_thread_start(void*) ()
No symbol table info available.
#39 0x000075fbd529caa4 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 = {129723778561728, -4908020189310764653, 129723778561728, -352, 0, 129723856735088, -4908020189323347565, -4907858660665476717}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#40 0x000075fbd5329c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 2 (Thread 0x75fbb91ff6c0 (LWP 1117739) "ruby"):
#0  0x000075fbd531b4fd in __GI___poll (fds=0x75fbb5bbf040, nfds=1, timeout=10) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005a019f49371a in __interceptor_poll ()
No symbol table info available.
#2  0x00005a019f89ca6b in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1093
        pfd = {fd = 3, events = 1, revents = <optimized out>}
        timeout = 10
        r = <optimized out>
#3  timer_thread_func (ptr=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3054
        vm = <optimized out>
#4  0x00005a019f4ecacf in asan_thread_start(void*) ()
No symbol table info available.
#5  0x000075fbd529caa4 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 = {129724003120832, -4908060609247987309, 129724003120832, -352, 25, 140726401833936, -4908060609260570221, -4907858660665476717}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x000075fbd5329c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x75fbd54b1c40 (LWP 985472) "ruby"):
#0  0x000075fbd5298d71 in __futex_abstimed_wait_common64 (private=30203, cancel=true, abstime=0x7ffd6b312720, op=137, expected=0, futex_word=0x50c000000090) 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=30203, abstime=0x7ffd6b312720, clockid=32765, expected=0, futex_word=0x50c000000090) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 8387584
        op = 137
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x50c000000090, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7ffd6b312720, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x000075fbd529bc8e in __pthread_cond_wait_common (abstime=0x7ffd6b312720, clockid=1, mutex=0x5a01a022c830 <_main_thread+304>, cond=0x50c000000068) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x75fbd529b4b0 <__condvar_cleanup_waiting>, __arg = 0x7ffd6b312610, __canceltype = 7045388, __prev = 0x0}
        cbuffer = {wseq = 2824, cond = 0x50c000000068, mutex = 0x5a01a022c830 <_main_thread+304>, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 2824
        seq = 1412
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_timedwait64 (cond=cond@entry=0x50c000000068, mutex=mutex@entry=0x5a01a022c830 <_main_thread+304>, abstime=abstime@entry=0x7ffd6b312720) at ./nptl/pthread_cond_wait.c:652
        flags = <optimized out>
        clockid = 1
#5  0x00005a019f896bd0 in native_cond_timedwait (cond=0x50c000000068, mutex=0x5a01a022c830 <_main_thread+304>, abs=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:251
        r = <optimized out>
        ts = <optimized out>
#6  native_cond_sleep (th=th@entry=0x5a01a022c700 <_main_thread>, rel=rel@entry=0x75fbd31f7660) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2474
        end = <optimized out>
        sched = 0x5a01a022c348 <_main_ractor+264>
        lock = 0x5a01a022c830 <_main_thread+304>
        cond = 0x50c000000068
        max = 100000000000000000
#7  0x00005a019f8762c7 in native_sleep (th=0x5a01a022c700 <_main_thread>, rel=0x75fbd31f7660) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3322
        sched = <optimized out>
#8  sleep_hrtime (th=<optimized out>, rel=3000000000, fl=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:1341
        prev_status = THREAD_RUNNABLE
        end = 2536654168385427
        woke = 1
#9  0x00005a019f875f80 in rb_thread_wait_for (time=...) at /tmp/ruby/src/trunk_asan/thread.c:1449
        th = 0x50c000000090
#10 0x00005a019f6ddbcd in rb_f_sleep (argc=1, argv=0x75fbd26ffca8, _=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4971
        beg = 1773827322
        scheduler = <optimized out>
        end = <optimized out>
#11 0x00005a019f97b5f8 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:3905
        ci = 0x68d100140003
        cc = <optimized out>
        me = 0x75fbafe42868
        cfunc = 0x50600003a288
        recv = 129723851069520
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#12 0x00005a019f91b651 in vm_sendish (ec=0x5170000000d8, reg_cfp=0x75fbd27ff330, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6127
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#13 vm_exec_core (ec=ec@entry=0x5170000000d8) at ../../src/trunk_asan/insns.def:906
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5a019f916015 <vm_exec_core+29765>, 0x5a019f90feff <vm_exec_core+4911>, 0x5a019f91584d <vm_exec_core+27773>, 0x5a019f91161f <vm_exec_core+10831>, 0x5a019f90f0e9 <vm_exec_core+1305>, 0x5a019f910857 <vm_exec_core+7303>, 0x5a019f915c05 <vm_exec_core+28725>, 0x5a019f91046f <vm_exec_core+6303>, 0x5a019f91675b <vm_exec_core+31627>, 0x5a019f914c36 <vm_exec_core+24678>, 0x5a019f912e17 <vm_exec_core+16967>, 0x5a019f90f469 <vm_exec_core+2201>, 0x5a019f9161be <vm_exec_core+30190>, 0x5a019f915e68 <vm_exec_core+29336>, 0x5a019f910651 <vm_exec_core+6785>, 0x5a019f90f997 <vm_exec_core+3527>, 0x5a019f9151f9 <vm_exec_core+26153>, 0x5a019f910f20 <vm_exec_core+9040>, 0x5a019f91645b <vm_exec_core+30859>, 0x5a019f916049 <vm_exec_core+29817>, 0x5a019f911495 <vm_exec_core+10437>, 0x5a019f912d82 <vm_exec_core+16818>, 0x5a019f914f09 <vm_exec_core+25401>, 0x5a019f915f57 <vm_exec_core+29575>, 0x5a019f913a5c <vm_exec_core+20108>, 0x5a019f914fa1 <vm_exec_core+25553>, 0x5a019f9153af <vm_exec_core+26591>, 0x5a019f913999 <vm_exec_core+19913>, 0x5a019f90f8a6 <vm_exec_core+3286>, 0x5a019f914696 <vm_exec_core+23238>, 0x5a019f90f6f5 <vm_exec_core+2853>, 0x5a019f90fa25 <vm_exec_core+3669>, 0x5a019f911cc4 <vm_exec_core+12532>, 0x5a019f9138e1 <vm_exec_core+19729>, 0x5a019f9144ac <vm_exec_core+22748>, 0x5a019f913409 <vm_exec_core+18489>, 0x5a019f90f383 <vm_exec_core+1971>, 0x5a019f9157b5 <vm_exec_core+27621>, 0x5a019f915d8a <vm_exec_core+29114>, 0x5a019f90fc1f <vm_exec_core+4175>, 0x5a019f910b27 <vm_exec_core+8023>, 0x5a019f9107b0 <vm_exec_core+7136>, 0x5a019f911010 <vm_exec_core+9280>, 0x5a019f912ba5 <vm_exec_core+16341>, 0x5a019f910131 <vm_exec_core+5473>, 0x5a019f9156fc <vm_exec_core+27436>, 0x5a019f910ab5 <vm_exec_core+7909>, 0x5a019f9126b5 <vm_exec_core+15077>, 0x5a019f9130f5 <vm_exec_core+17701>, 0x5a019f91529b <vm_exec_core+26315>, 0x5a019f913e43 <vm_exec_core+21107>, 0x5a019f91127b <vm_exec_core+9899>, 0x5a019f910c26 <vm_exec_core+8278>, 0x5a019f91517b <vm_exec_core+26027>, 0x5a019f91200d <vm_exec_core+13373>, 0x5a019f914724 <vm_exec_core+23380>, 0x5a019f913f58 <vm_exec_core+21384>, 0x5a019f90ef18 <vm_exec_core+840>, 0x5a019f90fc6f <vm_exec_core+4255>, 0x5a019f9134b0 <vm_exec_core+18656>, 0x5a019f915657 <vm_exec_core+27271>, 0x5a019f91153f <vm_exec_core+10607>, 0x5a019f9150a0 <vm_exec_core+25808>, 0x5a019f910e2d <vm_exec_core+8797>, 0x5a019f913c27 <vm_exec_core+20567>, 0x5a019f913d16 <vm_exec_core+20806>, 0x5a019f91324a <vm_exec_core+18042>, 0x5a019f91369b <vm_exec_core+19147>, 0x5a019f911a35 <vm_exec_core+11877>, 0x5a019f911086 <vm_exec_core+9398>, 0x5a019f914d0f <vm_exec_core+24895>, 0x5a019f91ce97 <vm_exec_core+58055>, 0x5a019f91197f <vm_exec_core+11695>, 0x5a019f91358e <vm_exec_core+18878>, 0x5a019f913b1f <vm_exec_core+20303>, 0x5a019f91029b <vm_exec_core+5835>, 0x5a019f91041e <vm_exec_core+6222>, 0x5a019f9103a1 <vm_exec_core+6097>, 0x5a019f910bc6 <vm_exec_core+8182>, 0x5a019f910f96 <vm_exec_core+9158>, 0x5a019f912f95 <vm_exec_core+17349>, 0x5a019f91250d <vm_exec_core+14653>, 0x5a019f916387 <vm_exec_core+30647>, 0x5a019f90efe9 <vm_exec_core+1049>, 0x5a019f91057a <vm_exec_core+6570>, 0x5a019f91687f <vm_exec_core+31919>, 0x5a019f914572 <vm_exec_core+22946>, 0x5a019f913304 <vm_exec_core+18228>, 0x5a019f915441 <vm_exec_core+26737>, 0x5a019f90ef1d <vm_exec_core+845>, 0x5a019f915b2e <vm_exec_core+28510>, 0x5a019f9164d5 <vm_exec_core+30981>, 0x5a019f9165a1 <vm_exec_core+31185>, 0x5a019f90f774 <vm_exec_core+2980>, 0x5a019f9160c3 <vm_exec_core+29939>, 0x5a019f911f36 <vm_exec_core+13158>, 0x5a019f916245 <vm_exec_core+30325>, 0x5a019f911358 <vm_exec_core+10120>, 0x5a019f915aa8 <vm_exec_core+28376>, 0x5a019f90f660 <vm_exec_core+2704>, 0x5a019f9101dd <vm_exec_core+5645>, 0x5a019f91666f <vm_exec_core+31391>, 0x5a019f9127c5 <vm_exec_core+15349>, 0x5a019f9123b7 <vm_exec_core+14311>, 0x5a019f912c3f <vm_exec_core+16495>, 0x5a019f9121ca <vm_exec_core+13818>, 0x5a019f912a8b <vm_exec_core+16059>, 0x5a019f9129bd <vm_exec_core+15853>, 0x5a019f91189c <vm_exec_core+11468>, 0x5a019f9120d5 <vm_exec_core+13573>, 0x5a019f911df8 <vm_exec_core+12840>, 0x5a019f9122e4 <vm_exec_core+14100>, 0x5a019f912355 <vm_exec_core+14213>, 0x5a019f916006 <vm_exec_core+29750>, 0x5a019f90fef0 <vm_exec_core+4896>, 0x5a019f91583e <vm_exec_core+27758>, 0x5a019f911610 <vm_exec_core+10816>, 0x5a019f90f0da <vm_exec_core+1290>, 0x5a019f910848 <vm_exec_core+7288>, 0x5a019f915bf6 <vm_exec_core+28710>, 0x5a019f910460 <vm_exec_core+6288>, 0x5a019f91674c <vm_exec_core+31612>, 0x5a019f914c27 <vm_exec_core+24663>, 0x5a019f912e08 <vm_exec_core+16952>, 0x5a019f90f45a <vm_exec_core+2186>, 0x5a019f9161af <vm_exec_core+30175>, 0x5a019f915e59 <vm_exec_core+29321>, 0x5a019f910642 <vm_exec_core+6770>, 0x5a019f90f988 <vm_exec_core+3512>, 0x5a019f9151ea <vm_exec_core+26138>, 0x5a019f910f11 <vm_exec_core+9025>, 0x5a019f91644c <vm_exec_core+30844>, 0x5a019f91603a <vm_exec_core+29802>, 0x5a019f911486 <vm_exec_core+10422>, 0x5a019f912d73 <vm_exec_core+16803>, 0x5a019f914efa <vm_exec_core+25386>, 0x5a019f915f48 <vm_exec_core+29560>, 0x5a019f913a4d <vm_exec_core+20093>, 0x5a019f914f92 <vm_exec_core+25538>, 0x5a019f9153a0 <vm_exec_core+26576>, 0x5a019f91398a <vm_exec_core+19898>, 0x5a019f90f897 <vm_exec_core+3271>, 0x5a019f914687 <vm_exec_core+23223>, 0x5a019f90f6e6 <vm_exec_core+2838>, 0x5a019f90fa16 <vm_exec_core+3654>, 0x5a019f911cb5 <vm_exec_core+12517>, 0x5a019f9138d2 <vm_exec_core+19714>, 0x5a019f91449d <vm_exec_core+22733>, 0x5a019f9133fa <vm_exec_core+18474>, 0x5a019f90f374 <vm_exec_core+1956>, 0x5a019f9157a6 <vm_exec_core+27606>, 0x5a019f915d7b <vm_exec_core+29099>, 0x5a019f90fc10 <vm_exec_core+4160>, 0x5a019f910b18 <vm_exec_core+8008>, 0x5a019f9107a1 <vm_exec_core+7121>, 0x5a019f911001 <vm_exec_core+9265>, 0x5a019f912b96 <vm_exec_core+16326>, 0x5a019f910122 <vm_exec_core+5458>, 0x5a019f9156ed <vm_exec_core+27421>, 0x5a019f910aa6 <vm_exec_core+7894>, 0x5a019f9126a6 <vm_exec_core+15062>, 0x5a019f9130e6 <vm_exec_core+17686>, 0x5a019f91528c <vm_exec_core+26300>, 0x5a019f913e34 <vm_exec_core+21092>, 0x5a019f91126c <vm_exec_core+9884>, 0x5a019f910c17 <vm_exec_core+8263>, 0x5a019f91516c <vm_exec_core+26012>, 0x5a019f911ffe <vm_exec_core+13358>, 0x5a019f914715 <vm_exec_core+23365>, 0x5a019f913f49 <vm_exec_core+21369>, 0x5a019f913cf3 <vm_exec_core+20771>, 0x5a019f90fc60 <vm_exec_core+4240>, 0x5a019f9134a1 <vm_exec_core+18641>, 0x5a019f915648 <vm_exec_core+27256>, 0x5a019f911530 <vm_exec_core+10592>, 0x5a019f915091 <vm_exec_core+25793>, 0x5a019f91160b <vm_exec_core+10811>, 0x5a019f913c18 <vm_exec_core+20552>, 0x5a019f913d07 <vm_exec_core+20791>, 0x5a019f91323b <vm_exec_core+18027>, 0x5a019f91368c <vm_exec_core+19132>, 0x5a019f911a26 <vm_exec_core+11862>, 0x5a019f911077 <vm_exec_core+9383>, 0x5a019f914d00 <vm_exec_core+24880>, 0x5a019f91ce88 <vm_exec_core+58040>, 0x5a019f911970 <vm_exec_core+11680>, 0x5a019f91357f <vm_exec_core+18863>, 0x5a019f913b10 <vm_exec_core+20288>, 0x5a019f91028c <vm_exec_core+5820>, 0x5a019f91040f <vm_exec_core+6207>, 0x5a019f910392 <vm_exec_core+6082>, 0x5a019f910bb7 <vm_exec_core+8167>, 0x5a019f910f87 <vm_exec_core+9143>, 0x5a019f912f86 <vm_exec_core+17334>, 0x5a019f9124fe <vm_exec_core+14638>, 0x5a019f912f81 <vm_exec_core+17329>, 0x5a019f913985 <vm_exec_core+19893>, 0x5a019f9138cd <vm_exec_core+19709>, 0x5a019f910bb2 <vm_exec_core+8162>, 0x5a019f913cf3 <vm_exec_core+20771>...}
        reg_cfp = 0x75fbd27ff330
        reg_pc = 0x506003b98788
        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>
th: 0x5a01a022c700, native_id: 0x75fbd54b1c40
-- Control frame information -----------------------------------------------
c:0023 p:---- s:0153 e:000152 l:y b:---- CFUNC  :sleep
c:0022 p:0005 s:0148 e:000147 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/test/test_timeout.rb:154
c:0021 p:0039 s:0145 e:000144 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/lib/timeout.rb:296
c:0020 p:0023 s:0140 e:000139 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/lib/timeout.rb:38
c:0019 p:0118 s:0133 E:001ed8 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/lib/timeout.rb:306
c:0018 p:0007 s:0122 E:001cc0 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/test/test_timeout.rb:152
c:0017 p:0002 s:0119 e:000118 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:555
c:0016 p:0032 s:0116 e:000115 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:497
c:0015 p:0049 s:0107 E:001d58 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:554
c:0014 p:0011 s:0096 E:001f28 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/test/test_timeout.rb:151
c:0013 p:0037 s:0091 e:000090 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:202
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
c:0012 p:0052 s:0085 e:000084 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:170
c:0011 p:0093 s:0076 e:000075 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1665 [FINISH]
        INSN_LABEL_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>
c:0010 p:---- s:0069 e:000068 l:y b:---- CFUNC  :map
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
c:0009 p:0114 s:0065 e:000064 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1652
c:0008 p:0035 s:0053 e:000052 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1356
        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>
c:0007 p:0069 s:0046 E:001280 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:52
        INSN_LABEL_opt_duparray_send = <optimized out>
c:0006 p:0007 s:0030 e:000029 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:24 [FINISH]
        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>
c:0005 p:---- s:0026 e:000025 l:y b:---- CFUNC  :map
        INSN_LABEL_throw = <optimized out>
c:0004 p:0005 s:0022 e:000021 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:23
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
c:0003 p:0210 s:0016 e:000015 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:122
        INSN_LABEL_jump_without_ints = <optimized out>
        INSN_LABEL_branchif_without_ints = <optimized out>
        INSN_LABEL_branchunless_without_ints = <optimized out>
        INSN_LABEL_branchnil_without_ints = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
c:0002 p:0062 s:0006 e:000005 l:n b:---- EVAL   /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:220 [FINISH]
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
c:0001 p:0000 s:0003 E:002650 l:y b:---- DUMMY  [FINISH]

th: 0x51500031bf80, native_id: 0x75fba2a916c0
-- Control frame information -----------------------------------------------
c:0003 p:---- s:0012 e:000011 l:y b:---- CFUNC  :readpartial
c:0002 p:0035 s:0007 e:000006 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:42 [FINISH]
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]

        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
th: 0x515000320080, native_id: 0x75fbabbd76c0
-- Control frame information -----------------------------------------------
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
c:0003 p:0023 s:0017 e:000016 l:y b:0001 METHOD <internal:thread_sync>:75
c:0002 p:0019 s:0010 e:000009 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/lib/timeout.rb:91 [FINISH]
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>

        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#14 0x00005a019f909d22 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2799
        _ec = 0x5170000000d8
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#15 0x00005a019f99c432 in invoke_iseq_block_from_c (ec=0x5170000000d8, captured=0x75fbd27ff620, self=129724427674320, 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:1821
        flags = 0
        iseq = 0x75fbd4b1be80
        cfp = <optimized out>
        sp = 0x75fbd26ffa28
        use_argv = 0x75fbd327e3e0
        stack_argv = 0x75fbd26ffa28
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#16 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:1835
        captured = 0x75fbd27ff620
#17 0x00005a019f93c6cc 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:1872
No locals.
#18 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1880
No locals.
#19 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1365
No locals.
#20 0x00005a019f93c6cc in rb_yield (val=<optimized out>)
No locals.
#21 0x00005a019fb1c8b6 in rb_ary_collect (ary=129723770600320) at /tmp/ruby/src/trunk_asan/array.c:3779
        collect = 129723742243520
        i = 28
#22 0x00005a019f97b5f8 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:3905
        ci = 0x16a100000001
        cc = <optimized out>
        me = 0x75fbd4bde688
        cfunc = 0x5060000163a8
        recv = 129723770600320
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#23 0x00005a019f914a54 in vm_sendish (ec=0x5170000000d8, reg_cfp=0x75fbd27ff608, cd=0x5120000101b0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6127
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#24 vm_exec_core (ec=ec@entry=0x5170000000d8) at ../../src/trunk_asan/insns.def:858
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x5120000101b0
        insns_address_table = {0x5a019f916015 <vm_exec_core+29765>, 0x5a019f90feff <vm_exec_core+4911>, 0x5a019f91584d <vm_exec_core+27773>, 0x5a019f91161f <vm_exec_core+10831>, 0x5a019f90f0e9 <vm_exec_core+1305>, 0x5a019f910857 <vm_exec_core+7303>, 0x5a019f915c05 <vm_exec_core+28725>, 0x5a019f91046f <vm_exec_core+6303>, 0x5a019f91675b <vm_exec_core+31627>, 0x5a019f914c36 <vm_exec_core+24678>, 0x5a019f912e17 <vm_exec_core+16967>, 0x5a019f90f469 <vm_exec_core+2201>, 0x5a019f9161be <vm_exec_core+30190>, 0x5a019f915e68 <vm_exec_core+29336>, 0x5a019f910651 <vm_exec_core+6785>, 0x5a019f90f997 <vm_exec_core+3527>, 0x5a019f9151f9 <vm_exec_core+26153>, 0x5a019f910f20 <vm_exec_core+9040>, 0x5a019f91645b <vm_exec_core+30859>, 0x5a019f916049 <vm_exec_core+29817>, 0x5a019f911495 <vm_exec_core+10437>, 0x5a019f912d82 <vm_exec_core+16818>, 0x5a019f914f09 <vm_exec_core+25401>, 0x5a019f915f57 <vm_exec_core+29575>, 0x5a019f913a5c <vm_exec_core+20108>, 0x5a019f914fa1 <vm_exec_core+25553>, 0x5a019f9153af <vm_exec_core+26591>, 0x5a019f913999 <vm_exec_core+19913>, 0x5a019f90f8a6 <vm_exec_core+3286>, 0x5a019f914696 <vm_exec_core+23238>, 0x5a019f90f6f5 <vm_exec_core+2853>, 0x5a019f90fa25 <vm_exec_core+3669>, 0x5a019f911cc4 <vm_exec_core+12532>, 0x5a019f9138e1 <vm_exec_core+19729>, 0x5a019f9144ac <vm_exec_core+22748>, 0x5a019f913409 <vm_exec_core+18489>, 0x5a019f90f383 <vm_exec_core+1971>, 0x5a019f9157b5 <vm_exec_core+27621>, 0x5a019f915d8a <vm_exec_core+29114>, 0x5a019f90fc1f <vm_exec_core+4175>, 0x5a019f910b27 <vm_exec_core+8023>, 0x5a019f9107b0 <vm_exec_core+7136>, 0x5a019f911010 <vm_exec_core+9280>, 0x5a019f912ba5 <vm_exec_core+16341>, 0x5a019f910131 <vm_exec_core+5473>, 0x5a019f9156fc <vm_exec_core+27436>, 0x5a019f910ab5 <vm_exec_core+7909>, 0x5a019f9126b5 <vm_exec_core+15077>, 0x5a019f9130f5 <vm_exec_core+17701>, 0x5a019f91529b <vm_exec_core+26315>, 0x5a019f913e43 <vm_exec_core+21107>, 0x5a019f91127b <vm_exec_core+9899>, 0x5a019f910c26 <vm_exec_core+8278>, 0x5a019f91517b <vm_exec_core+26027>, 0x5a019f91200d <vm_exec_core+13373>, 0x5a019f914724 <vm_exec_core+23380>, 0x5a019f913f58 <vm_exec_core+21384>, 0x5a019f90ef18 <vm_exec_core+840>, 0x5a019f90fc6f <vm_exec_core+4255>, 0x5a019f9134b0 <vm_exec_core+18656>, 0x5a019f915657 <vm_exec_core+27271>, 0x5a019f91153f <vm_exec_core+10607>, 0x5a019f9150a0 <vm_exec_core+25808>, 0x5a019f910e2d <vm_exec_core+8797>, 0x5a019f913c27 <vm_exec_core+20567>, 0x5a019f913d16 <vm_exec_core+20806>, 0x5a019f91324a <vm_exec_core+18042>, 0x5a019f91369b <vm_exec_core+19147>, 0x5a019f911a35 <vm_exec_core+11877>, 0x5a019f911086 <vm_exec_core+9398>, 0x5a019f914d0f <vm_exec_core+24895>, 0x5a019f91ce97 <vm_exec_core+58055>, 0x5a019f91197f <vm_exec_core+11695>, 0x5a019f91358e <vm_exec_core+18878>, 0x5a019f913b1f <vm_exec_core+20303>, 0x5a019f91029b <vm_exec_core+5835>, 0x5a019f91041e <vm_exec_core+6222>, 0x5a019f9103a1 <vm_exec_core+6097>, 0x5a019f910bc6 <vm_exec_core+8182>, 0x5a019f910f96 <vm_exec_core+9158>, 0x5a019f912f95 <vm_exec_core+17349>, 0x5a019f91250d <vm_exec_core+14653>, 0x5a019f916387 <vm_exec_core+30647>, 0x5a019f90efe9 <vm_exec_core+1049>, 0x5a019f91057a <vm_exec_core+6570>, 0x5a019f91687f <vm_exec_core+31919>, 0x5a019f914572 <vm_exec_core+22946>, 0x5a019f913304 <vm_exec_core+18228>, 0x5a019f915441 <vm_exec_core+26737>, 0x5a019f90ef1d <vm_exec_core+845>, 0x5a019f915b2e <vm_exec_core+28510>, 0x5a019f9164d5 <vm_exec_core+30981>, 0x5a019f9165a1 <vm_exec_core+31185>, 0x5a019f90f774 <vm_exec_core+2980>, 0x5a019f9160c3 <vm_exec_core+29939>, 0x5a019f911f36 <vm_exec_core+13158>, 0x5a019f916245 <vm_exec_core+30325>, 0x5a019f911358 <vm_exec_core+10120>, 0x5a019f915aa8 <vm_exec_core+28376>, 0x5a019f90f660 <vm_exec_core+2704>, 0x5a019f9101dd <vm_exec_core+5645>, 0x5a019f91666f <vm_exec_core+31391>, 0x5a019f9127c5 <vm_exec_core+15349>, 0x5a019f9123b7 <vm_exec_core+14311>, 0x5a019f912c3f <vm_exec_core+16495>, 0x5a019f9121ca <vm_exec_core+13818>, 0x5a019f912a8b <vm_exec_core+16059>, 0x5a019f9129bd <vm_exec_core+15853>, 0x5a019f91189c <vm_exec_core+11468>, 0x5a019f9120d5 <vm_exec_core+13573>, 0x5a019f911df8 <vm_exec_core+12840>, 0x5a019f9122e4 <vm_exec_core+14100>, 0x5a019f912355 <vm_exec_core+14213>, 0x5a019f916006 <vm_exec_core+29750>, 0x5a019f90fef0 <vm_exec_core+4896>, 0x5a019f91583e <vm_exec_core+27758>, 0x5a019f911610 <vm_exec_core+10816>, 0x5a019f90f0da <vm_exec_core+1290>, 0x5a019f910848 <vm_exec_core+7288>, 0x5a019f915bf6 <vm_exec_core+28710>, 0x5a019f910460 <vm_exec_core+6288>, 0x5a019f91674c <vm_exec_core+31612>, 0x5a019f914c27 <vm_exec_core+24663>, 0x5a019f912e08 <vm_exec_core+16952>, 0x5a019f90f45a <vm_exec_core+2186>, 0x5a019f9161af <vm_exec_core+30175>, 0x5a019f915e59 <vm_exec_core+29321>, 0x5a019f910642 <vm_exec_core+6770>, 0x5a019f90f988 <vm_exec_core+3512>, 0x5a019f9151ea <vm_exec_core+26138>, 0x5a019f910f11 <vm_exec_core+9025>, 0x5a019f91644c <vm_exec_core+30844>, 0x5a019f91603a <vm_exec_core+29802>, 0x5a019f911486 <vm_exec_core+10422>, 0x5a019f912d73 <vm_exec_core+16803>, 0x5a019f914efa <vm_exec_core+25386>, 0x5a019f915f48 <vm_exec_core+29560>, 0x5a019f913a4d <vm_exec_core+20093>, 0x5a019f914f92 <vm_exec_core+25538>, 0x5a019f9153a0 <vm_exec_core+26576>, 0x5a019f91398a <vm_exec_core+19898>, 0x5a019f90f897 <vm_exec_core+3271>, 0x5a019f914687 <vm_exec_core+23223>, 0x5a019f90f6e6 <vm_exec_core+2838>, 0x5a019f90fa16 <vm_exec_core+3654>, 0x5a019f911cb5 <vm_exec_core+12517>, 0x5a019f9138d2 <vm_exec_core+19714>, 0x5a019f91449d <vm_exec_core+22733>, 0x5a019f9133fa <vm_exec_core+18474>, 0x5a019f90f374 <vm_exec_core+1956>, 0x5a019f9157a6 <vm_exec_core+27606>, 0x5a019f915d7b <vm_exec_core+29099>, 0x5a019f90fc10 <vm_exec_core+4160>, 0x5a019f910b18 <vm_exec_core+8008>, 0x5a019f9107a1 <vm_exec_core+7121>, 0x5a019f911001 <vm_exec_core+9265>, 0x5a019f912b96 <vm_exec_core+16326>, 0x5a019f910122 <vm_exec_core+5458>, 0x5a019f9156ed <vm_exec_core+27421>, 0x5a019f910aa6 <vm_exec_core+7894>, 0x5a019f9126a6 <vm_exec_core+15062>, 0x5a019f9130e6 <vm_exec_core+17686>, 0x5a019f91528c <vm_exec_core+26300>, 0x5a019f913e34 <vm_exec_core+21092>, 0x5a019f91126c <vm_exec_core+9884>, 0x5a019f910c17 <vm_exec_core+8263>, 0x5a019f91516c <vm_exec_core+26012>, 0x5a019f911ffe <vm_exec_core+13358>, 0x5a019f914715 <vm_exec_core+23365>, 0x5a019f913f49 <vm_exec_core+21369>, 0x5a019f913cf3 <vm_exec_core+20771>, 0x5a019f90fc60 <vm_exec_core+4240>, 0x5a019f9134a1 <vm_exec_core+18641>, 0x5a019f915648 <vm_exec_core+27256>, 0x5a019f911530 <vm_exec_core+10592>, 0x5a019f915091 <vm_exec_core+25793>, 0x5a019f91160b <vm_exec_core+10811>, 0x5a019f913c18 <vm_exec_core+20552>, 0x5a019f913d07 <vm_exec_core+20791>, 0x5a019f91323b <vm_exec_core+18027>, 0x5a019f91368c <vm_exec_core+19132>, 0x5a019f911a26 <vm_exec_core+11862>, 0x5a019f911077 <vm_exec_core+9383>, 0x5a019f914d00 <vm_exec_core+24880>, 0x5a019f91ce88 <vm_exec_core+58040>, 0x5a019f911970 <vm_exec_core+11680>, 0x5a019f91357f <vm_exec_core+18863>, 0x5a019f913b10 <vm_exec_core+20288>, 0x5a019f91028c <vm_exec_core+5820>, 0x5a019f91040f <vm_exec_core+6207>, 0x5a019f910392 <vm_exec_core+6082>, 0x5a019f910bb7 <vm_exec_core+8167>, 0x5a019f910f87 <vm_exec_core+9143>, 0x5a019f912f86 <vm_exec_core+17334>, 0x5a019f9124fe <vm_exec_core+14638>, 0x5a019f912f81 <vm_exec_core+17329>, 0x5a019f913985 <vm_exec_core+19893>, 0x5a019f9138cd <vm_exec_core+19709>, 0x5a019f910bb2 <vm_exec_core+8162>, 0x5a019f913cf3 <vm_exec_core+20771>...}
        reg_cfp = 0x75fbd27ff608
        reg_pc = 0x51900001b210
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_jump_without_ints = <optimized out>
        INSN_LABEL_branchif_without_ints = <optimized out>
        INSN_LABEL_branchunless_without_ints = <optimized out>
        INSN_LABEL_branchnil_without_ints = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#25 0x00005a019f90a111 in vm_exec_loop (ec=0x5170000000d8, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2826
No locals.
#26 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2805
        _ec = 0x5170000000d8
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#27 0x00005a019f99c432 in invoke_iseq_block_from_c (ec=0x5170000000d8, captured=0x75fbd27ff738, self=129724427674320, 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:1821
        flags = 0
        iseq = 0x75fbd4b5a3d8
        cfp = <optimized out>
        sp = 0x75fbd26ff8d0
        use_argv = 0x75fbd32a9f60
        stack_argv = 0x75fbd26ff8d0
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#28 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:1835
        captured = 0x75fbd27ff738
#29 0x00005a019f93c6cc 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:1872
No locals.
#30 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1880
No locals.
#31 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1365
No locals.
#32 0x00005a019f93c6cc in rb_yield (val=<optimized out>)
No locals.
#33 0x00005a019fb1c8b6 in rb_ary_collect (ary=129723732034680) at /tmp/ruby/src/trunk_asan/array.c:3779
        collect = 129723732034240
        i = 0
#34 0x00005a019f97b5f8 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:3905
        ci = 0x16a100000001
        cc = <optimized out>
        me = 0x75fbd4bde688
        cfunc = 0x5060000163a8
        recv = 129723732034680
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#35 0x00005a019f914a54 in vm_sendish (ec=0x5170000000d8, reg_cfp=0x75fbd27ff720, cd=0x5020000214d0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6127
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#36 vm_exec_core (ec=ec@entry=0x5170000000d8) at ../../src/trunk_asan/insns.def:858
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x5020000214d0
        insns_address_table = {0x5a019f916015 <vm_exec_core+29765>, 0x5a019f90feff <vm_exec_core+4911>, 0x5a019f91584d <vm_exec_core+27773>, 0x5a019f91161f <vm_exec_core+10831>, 0x5a019f90f0e9 <vm_exec_core+1305>, 0x5a019f910857 <vm_exec_core+7303>, 0x5a019f915c05 <vm_exec_core+28725>, 0x5a019f91046f <vm_exec_core+6303>, 0x5a019f91675b <vm_exec_core+31627>, 0x5a019f914c36 <vm_exec_core+24678>, 0x5a019f912e17 <vm_exec_core+16967>, 0x5a019f90f469 <vm_exec_core+2201>, 0x5a019f9161be <vm_exec_core+30190>, 0x5a019f915e68 <vm_exec_core+29336>, 0x5a019f910651 <vm_exec_core+6785>, 0x5a019f90f997 <vm_exec_core+3527>, 0x5a019f9151f9 <vm_exec_core+26153>, 0x5a019f910f20 <vm_exec_core+9040>, 0x5a019f91645b <vm_exec_core+30859>, 0x5a019f916049 <vm_exec_core+29817>, 0x5a019f911495 <vm_exec_core+10437>, 0x5a019f912d82 <vm_exec_core+16818>, 0x5a019f914f09 <vm_exec_core+25401>, 0x5a019f915f57 <vm_exec_core+29575>, 0x5a019f913a5c <vm_exec_core+20108>, 0x5a019f914fa1 <vm_exec_core+25553>, 0x5a019f9153af <vm_exec_core+26591>, 0x5a019f913999 <vm_exec_core+19913>, 0x5a019f90f8a6 <vm_exec_core+3286>, 0x5a019f914696 <vm_exec_core+23238>, 0x5a019f90f6f5 <vm_exec_core+2853>, 0x5a019f90fa25 <vm_exec_core+3669>, 0x5a019f911cc4 <vm_exec_core+12532>, 0x5a019f9138e1 <vm_exec_core+19729>, 0x5a019f9144ac <vm_exec_core+22748>, 0x5a019f913409 <vm_exec_core+18489>, 0x5a019f90f383 <vm_exec_core+1971>, 0x5a019f9157b5 <vm_exec_core+27621>, 0x5a019f915d8a <vm_exec_core+29114>, 0x5a019f90fc1f <vm_exec_core+4175>, 0x5a019f910b27 <vm_exec_core+8023>, 0x5a019f9107b0 <vm_exec_core+7136>, 0x5a019f911010 <vm_exec_core+9280>, 0x5a019f912ba5 <vm_exec_core+16341>, 0x5a019f910131 <vm_exec_core+5473>, 0x5a019f9156fc <vm_exec_core+27436>, 0x5a019f910ab5 <vm_exec_core+7909>, 0x5a019f9126b5 <vm_exec_core+15077>, 0x5a019f9130f5 <vm_exec_core+17701>, 0x5a019f91529b <vm_exec_core+26315>, 0x5a019f913e43 <vm_exec_core+21107>, 0x5a019f91127b <vm_exec_core+9899>, 0x5a019f910c26 <vm_exec_core+8278>, 0x5a019f91517b <vm_exec_core+26027>, 0x5a019f91200d <vm_exec_core+13373>, 0x5a019f914724 <vm_exec_core+23380>, 0x5a019f913f58 <vm_exec_core+21384>, 0x5a019f90ef18 <vm_exec_core+840>, 0x5a019f90fc6f <vm_exec_core+4255>, 0x5a019f9134b0 <vm_exec_core+18656>, 0x5a019f915657 <vm_exec_core+27271>, 0x5a019f91153f <vm_exec_core+10607>, 0x5a019f9150a0 <vm_exec_core+25808>, 0x5a019f910e2d <vm_exec_core+8797>, 0x5a019f913c27 <vm_exec_core+20567>, 0x5a019f913d16 <vm_exec_core+20806>, 0x5a019f91324a <vm_exec_core+18042>, 0x5a019f91369b <vm_exec_core+19147>, 0x5a019f911a35 <vm_exec_core+11877>, 0x5a019f911086 <vm_exec_core+9398>, 0x5a019f914d0f <vm_exec_core+24895>, 0x5a019f91ce97 <vm_exec_core+58055>, 0x5a019f91197f <vm_exec_core+11695>, 0x5a019f91358e <vm_exec_core+18878>, 0x5a019f913b1f <vm_exec_core+20303>, 0x5a019f91029b <vm_exec_core+5835>, 0x5a019f91041e <vm_exec_core+6222>, 0x5a019f9103a1 <vm_exec_core+6097>, 0x5a019f910bc6 <vm_exec_core+8182>, 0x5a019f910f96 <vm_exec_core+9158>, 0x5a019f912f95 <vm_exec_core+17349>, 0x5a019f91250d <vm_exec_core+14653>, 0x5a019f916387 <vm_exec_core+30647>, 0x5a019f90efe9 <vm_exec_core+1049>, 0x5a019f91057a <vm_exec_core+6570>, 0x5a019f91687f <vm_exec_core+31919>, 0x5a019f914572 <vm_exec_core+22946>, 0x5a019f913304 <vm_exec_core+18228>, 0x5a019f915441 <vm_exec_core+26737>, 0x5a019f90ef1d <vm_exec_core+845>, 0x5a019f915b2e <vm_exec_core+28510>, 0x5a019f9164d5 <vm_exec_core+30981>, 0x5a019f9165a1 <vm_exec_core+31185>, 0x5a019f90f774 <vm_exec_core+2980>, 0x5a019f9160c3 <vm_exec_core+29939>, 0x5a019f911f36 <vm_exec_core+13158>, 0x5a019f916245 <vm_exec_core+30325>, 0x5a019f911358 <vm_exec_core+10120>, 0x5a019f915aa8 <vm_exec_core+28376>, 0x5a019f90f660 <vm_exec_core+2704>, 0x5a019f9101dd <vm_exec_core+5645>, 0x5a019f91666f <vm_exec_core+31391>, 0x5a019f9127c5 <vm_exec_core+15349>, 0x5a019f9123b7 <vm_exec_core+14311>, 0x5a019f912c3f <vm_exec_core+16495>, 0x5a019f9121ca <vm_exec_core+13818>, 0x5a019f912a8b <vm_exec_core+16059>, 0x5a019f9129bd <vm_exec_core+15853>, 0x5a019f91189c <vm_exec_core+11468>, 0x5a019f9120d5 <vm_exec_core+13573>, 0x5a019f911df8 <vm_exec_core+12840>, 0x5a019f9122e4 <vm_exec_core+14100>, 0x5a019f912355 <vm_exec_core+14213>, 0x5a019f916006 <vm_exec_core+29750>, 0x5a019f90fef0 <vm_exec_core+4896>, 0x5a019f91583e <vm_exec_core+27758>, 0x5a019f911610 <vm_exec_core+10816>, 0x5a019f90f0da <vm_exec_core+1290>, 0x5a019f910848 <vm_exec_core+7288>, 0x5a019f915bf6 <vm_exec_core+28710>, 0x5a019f910460 <vm_exec_core+6288>, 0x5a019f91674c <vm_exec_core+31612>, 0x5a019f914c27 <vm_exec_core+24663>, 0x5a019f912e08 <vm_exec_core+16952>, 0x5a019f90f45a <vm_exec_core+2186>, 0x5a019f9161af <vm_exec_core+30175>, 0x5a019f915e59 <vm_exec_core+29321>, 0x5a019f910642 <vm_exec_core+6770>, 0x5a019f90f988 <vm_exec_core+3512>, 0x5a019f9151ea <vm_exec_core+26138>, 0x5a019f910f11 <vm_exec_core+9025>, 0x5a019f91644c <vm_exec_core+30844>, 0x5a019f91603a <vm_exec_core+29802>, 0x5a019f911486 <vm_exec_core+10422>, 0x5a019f912d73 <vm_exec_core+16803>, 0x5a019f914efa <vm_exec_core+25386>, 0x5a019f915f48 <vm_exec_core+29560>, 0x5a019f913a4d <vm_exec_core+20093>, 0x5a019f914f92 <vm_exec_core+25538>, 0x5a019f9153a0 <vm_exec_core+26576>, 0x5a019f91398a <vm_exec_core+19898>, 0x5a019f90f897 <vm_exec_core+3271>, 0x5a019f914687 <vm_exec_core+23223>, 0x5a019f90f6e6 <vm_exec_core+2838>, 0x5a019f90fa16 <vm_exec_core+3654>, 0x5a019f911cb5 <vm_exec_core+12517>, 0x5a019f9138d2 <vm_exec_core+19714>, 0x5a019f91449d <vm_exec_core+22733>, 0x5a019f9133fa <vm_exec_core+18474>, 0x5a019f90f374 <vm_exec_core+1956>, 0x5a019f9157a6 <vm_exec_core+27606>, 0x5a019f915d7b <vm_exec_core+29099>, 0x5a019f90fc10 <vm_exec_core+4160>, 0x5a019f910b18 <vm_exec_core+8008>, 0x5a019f9107a1 <vm_exec_core+7121>, 0x5a019f911001 <vm_exec_core+9265>, 0x5a019f912b96 <vm_exec_core+16326>, 0x5a019f910122 <vm_exec_core+5458>, 0x5a019f9156ed <vm_exec_core+27421>, 0x5a019f910aa6 <vm_exec_core+7894>, 0x5a019f9126a6 <vm_exec_core+15062>, 0x5a019f9130e6 <vm_exec_core+17686>, 0x5a019f91528c <vm_exec_core+26300>, 0x5a019f913e34 <vm_exec_core+21092>, 0x5a019f91126c <vm_exec_core+9884>, 0x5a019f910c17 <vm_exec_core+8263>, 0x5a019f91516c <vm_exec_core+26012>, 0x5a019f911ffe <vm_exec_core+13358>, 0x5a019f914715 <vm_exec_core+23365>, 0x5a019f913f49 <vm_exec_core+21369>, 0x5a019f913cf3 <vm_exec_core+20771>, 0x5a019f90fc60 <vm_exec_core+4240>, 0x5a019f9134a1 <vm_exec_core+18641>, 0x5a019f915648 <vm_exec_core+27256>, 0x5a019f911530 <vm_exec_core+10592>, 0x5a019f915091 <vm_exec_core+25793>, 0x5a019f91160b <vm_exec_core+10811>, 0x5a019f913c18 <vm_exec_core+20552>, 0x5a019f913d07 <vm_exec_core+20791>, 0x5a019f91323b <vm_exec_core+18027>, 0x5a019f91368c <vm_exec_core+19132>, 0x5a019f911a26 <vm_exec_core+11862>, 0x5a019f911077 <vm_exec_core+9383>, 0x5a019f914d00 <vm_exec_core+24880>, 0x5a019f91ce88 <vm_exec_core+58040>, 0x5a019f911970 <vm_exec_core+11680>, 0x5a019f91357f <vm_exec_core+18863>, 0x5a019f913b10 <vm_exec_core+20288>, 0x5a019f91028c <vm_exec_core+5820>, 0x5a019f91040f <vm_exec_core+6207>, 0x5a019f910392 <vm_exec_core+6082>, 0x5a019f910bb7 <vm_exec_core+8167>, 0x5a019f910f87 <vm_exec_core+9143>, 0x5a019f912f86 <vm_exec_core+17334>, 0x5a019f9124fe <vm_exec_core+14638>, 0x5a019f912f81 <vm_exec_core+17329>, 0x5a019f913985 <vm_exec_core+19893>, 0x5a019f9138cd <vm_exec_core+19709>, 0x5a019f910bb2 <vm_exec_core+8162>, 0x5a019f913cf3 <vm_exec_core+20771>...}
        reg_cfp = 0x75fbd27ff720
        reg_pc = 0x504000005f78
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_jump_without_ints = <optimized out>
        INSN_LABEL_branchif_without_ints = <optimized out>
        INSN_LABEL_branchunless_without_ints = <optimized out>
        INSN_LABEL_branchnil_without_ints = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#37 0x00005a019f90a111 in vm_exec_loop (ec=0x5170000000d8, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2826
No locals.
#38 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2805
        _ec = 0x5170000000d8
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#39 0x00005a019f953bd6 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:3065
        ec = 0x5170000000d8
        val = <optimized out>
#40 0x00005a019f533c50 in rb_ec_exec_node (ec=0x5170000000d8, n=0x75fbd4b5a568) at /tmp/ruby/src/trunk_asan/eval.c:283
        _ec = 0x5170000000d8
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffd6b3146f0, <optimized out>, 0x7ffd6b314640, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x75fbd4b5a568
#41 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:321
        ec = 0x5170000000d8
        status = <optimized out>
#42 0x00005a019f52cb87 in rb_main (argc=11, argv=0x7ffd6b3148b8) at /tmp/ruby/src/trunk_asan/main.c:42
        variable_in_this_stack_frame = <optimized out>
#43 main (argc=11, argv=0x7ffd6b3148b8) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

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

>>> Threads

  Id   Target Id                                 Frame 
* 1    Thread 0x77e6df229c40 (LWP 985434) "ruby" 0x000077e6df126d07 in __GI___select (nfds=37, readfds=0x50c005b41a00, writefds=0x0, exceptfds=0x0, timeout=0x7ffe4555a800) at ../sysdeps/unix/sysv/linux/select.c:69
  2    Thread 0x77e6c2fff6c0 (LWP 985436) "ruby" 0x000077e6df11b4fd in __GI___poll (fds=0x77e6c1dff040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 2 (Thread 0x77e6c2fff6c0 (LWP 985436) "ruby"):
#0  0x000077e6df11b4fd in __GI___poll (fds=0x77e6c1dff040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x000062d7edd4871a in __interceptor_poll ()
No symbol table info available.
#2  0x000062d7ee151a6b in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1093
        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:3054
        vm = <optimized out>
#4  0x000062d7edda1acf in asan_thread_start(void*) ()
No symbol table info available.
#5  0x000077e6df09caa4 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 = {131832997738176, -4337096456409833373, 131832997738176, -352, 0, 140730061670928, -4337096456422416285, -4337052013456252829}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x000077e6df129c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x77e6df229c40 (LWP 985434) "ruby"):
#0  0x000077e6df126d07 in __GI___select (nfds=37, readfds=0x50c005b41a00, writefds=0x0, exceptfds=0x0, timeout=0x7ffe4555a800) at ../sysdeps/unix/sysv/linux/select.c:69
        sc_ret = -514
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        s = <optimized out>
        us = <optimized out>
        ns = <optimized out>
        ts64 = {tv_sec = 59999, tv_nsec = 942035156}
        pts64 = 0x7ffe4555a680
        r = <optimized out>
#1  0x000062d7ee1372e5 in native_fd_select (n=37, readfds=0x50c005b41a00, writefds=0x0, exceptfds=0x77e6df126d07 <__GI___select+327>, timeout=0x7ffe4555a680, th=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2425
No locals.
#2  do_select (p=131833435094912) at /tmp/ruby/src/trunk_asan/thread.c:4531
        tv = <optimized out>
        __region = <optimized out>
        end = <optimized out>
        rel = <optimized out>
        to = 0x7ffe4555a7b0
        lerrno = 0
        set = <optimized out>
        result = <optimized out>
        endtime = <optimized out>
#3  0x000062d7edded6ae in rb_ec_ensure (ec=<optimized out>, b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1153
        _ec = 0x5170000000d8
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffe4555a970, <optimized out>, 0x7ffe4555a880, <optimized out>, <optimized out>}, prev = 0x77e6dd117e60, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#4  0x000062d7eddedb39 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:1170
No locals.
#5  0x000062d7ee1367c2 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:4593
        set = {max = 37, th = 0x62d7eeae1700 <_main_thread>, rset = 0x77e6dd117d40, 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 = 0x77e6dd117da0}
#6  0x000062d7edec61b5 in select_internal (read=131832928979480, write=4, except=4, tp=0x77e6dd117da0, fds=0x77e6dd117d40) at /tmp/ruby/src/trunk_asan/io.c:10754
        timerec = <optimized out>
        max = 37
        pending = <optimized out>
        rp = 0x77e6dd117d40
        wp = 0x0
        i = <optimized out>
        fptr = <optimized out>
        ep = 0x0
        n = <optimized out>
        res = <optimized out>
        list = <optimized out>
        write_io = <optimized out>
        io = <optimized out>
        write_io = <optimized out>
        errno_to_fail = <optimized out>
        obj = <optimized out>
        io = <optimized out>
        obj = <optimized out>
        io = <optimized out>
        write_io = <optimized out>
        obj = <optimized out>
        io = <optimized out>
        write_io = <optimized out>
#7  select_call (arg=131833435094304) at /tmp/ruby/src/trunk_asan/io.c:10824
        p = 0x77e6dd117d20
#8  0x000062d7edded6ae in rb_ec_ensure (ec=<optimized out>, b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1153
        _ec = 0x5170000000d8
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffe4555acf0, <optimized out>, 0x7ffe4555ac00, <optimized out>, <optimized out>}, prev = 0x77e6dd115340, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#9  0x000062d7eddedb39 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:1170
No locals.
#10 0x000062d7edea209b in rb_f_select (argc=<optimized out>, argv=<optimized out>, obj=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:11192
        args = <optimized out>
        timerec = <optimized out>
        scheduler = <optimized out>
        timeout = <optimized out>
        i = 4
#11 0x000062d7ee2305f8 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:3905
        ci = 0x165100100009
        cc = <optimized out>
        me = 0x77e6de968b28
        cfunc = 0x506000021208
        recv = 131833460553920
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#12 0x000062d7ee1d0651 in vm_sendish (ec=0x5170000000d8, reg_cfp=0x77e6dc5ff3a0, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6127
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#13 vm_exec_core (ec=ec@entry=0x5170000000d8) at ../../src/trunk_asan/insns.def:906
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x62d7ee1cb015 <vm_exec_core+29765>, 0x62d7ee1c4eff <vm_exec_core+4911>, 0x62d7ee1ca84d <vm_exec_core+27773>, 0x62d7ee1c661f <vm_exec_core+10831>, 0x62d7ee1c40e9 <vm_exec_core+1305>, 0x62d7ee1c5857 <vm_exec_core+7303>, 0x62d7ee1cac05 <vm_exec_core+28725>, 0x62d7ee1c546f <vm_exec_core+6303>, 0x62d7ee1cb75b <vm_exec_core+31627>, 0x62d7ee1c9c36 <vm_exec_core+24678>, 0x62d7ee1c7e17 <vm_exec_core+16967>, 0x62d7ee1c4469 <vm_exec_core+2201>, 0x62d7ee1cb1be <vm_exec_core+30190>, 0x62d7ee1cae68 <vm_exec_core+29336>, 0x62d7ee1c5651 <vm_exec_core+6785>, 0x62d7ee1c4997 <vm_exec_core+3527>, 0x62d7ee1ca1f9 <vm_exec_core+26153>, 0x62d7ee1c5f20 <vm_exec_core+9040>, 0x62d7ee1cb45b <vm_exec_core+30859>, 0x62d7ee1cb049 <vm_exec_core+29817>, 0x62d7ee1c6495 <vm_exec_core+10437>, 0x62d7ee1c7d82 <vm_exec_core+16818>, 0x62d7ee1c9f09 <vm_exec_core+25401>, 0x62d7ee1caf57 <vm_exec_core+29575>, 0x62d7ee1c8a5c <vm_exec_core+20108>, 0x62d7ee1c9fa1 <vm_exec_core+25553>, 0x62d7ee1ca3af <vm_exec_core+26591>, 0x62d7ee1c8999 <vm_exec_core+19913>, 0x62d7ee1c48a6 <vm_exec_core+3286>, 0x62d7ee1c9696 <vm_exec_core+23238>, 0x62d7ee1c46f5 <vm_exec_core+2853>, 0x62d7ee1c4a25 <vm_exec_core+3669>, 0x62d7ee1c6cc4 <vm_exec_core+12532>, 0x62d7ee1c88e1 <vm_exec_core+19729>, 0x62d7ee1c94ac <vm_exec_core+22748>, 0x62d7ee1c8409 <vm_exec_core+18489>, 0x62d7ee1c4383 <vm_exec_core+1971>, 0x62d7ee1ca7b5 <vm_exec_core+27621>, 0x62d7ee1cad8a <vm_exec_core+29114>, 0x62d7ee1c4c1f <vm_exec_core+4175>, 0x62d7ee1c5b27 <vm_exec_core+8023>, 0x62d7ee1c57b0 <vm_exec_core+7136>, 0x62d7ee1c6010 <vm_exec_core+9280>, 0x62d7ee1c7ba5 <vm_exec_core+16341>, 0x62d7ee1c5131 <vm_exec_core+5473>, 0x62d7ee1ca6fc <vm_exec_core+27436>, 0x62d7ee1c5ab5 <vm_exec_core+7909>, 0x62d7ee1c76b5 <vm_exec_core+15077>, 0x62d7ee1c80f5 <vm_exec_core+17701>, 0x62d7ee1ca29b <vm_exec_core+26315>, 0x62d7ee1c8e43 <vm_exec_core+21107>, 0x62d7ee1c627b <vm_exec_core+9899>, 0x62d7ee1c5c26 <vm_exec_core+8278>, 0x62d7ee1ca17b <vm_exec_core+26027>, 0x62d7ee1c700d <vm_exec_core+13373>, 0x62d7ee1c9724 <vm_exec_core+23380>, 0x62d7ee1c8f58 <vm_exec_core+21384>, 0x62d7ee1c3f18 <vm_exec_core+840>, 0x62d7ee1c4c6f <vm_exec_core+4255>, 0x62d7ee1c84b0 <vm_exec_core+18656>, 0x62d7ee1ca657 <vm_exec_core+27271>, 0x62d7ee1c653f <vm_exec_core+10607>, 0x62d7ee1ca0a0 <vm_exec_core+25808>, 0x62d7ee1c5e2d <vm_exec_core+8797>, 0x62d7ee1c8c27 <vm_exec_core+20567>, 0x62d7ee1c8d16 <vm_exec_core+20806>, 0x62d7ee1c824a <vm_exec_core+18042>, 0x62d7ee1c869b <vm_exec_core+19147>, 0x62d7ee1c6a35 <vm_exec_core+11877>, 0x62d7ee1c6086 <vm_exec_core+9398>, 0x62d7ee1c9d0f <vm_exec_core+24895>, 0x62d7ee1d1e97 <vm_exec_core+58055>, 0x62d7ee1c697f <vm_exec_core+11695>, 0x62d7ee1c858e <vm_exec_core+18878>, 0x62d7ee1c8b1f <vm_exec_core+20303>, 0x62d7ee1c529b <vm_exec_core+5835>, 0x62d7ee1c541e <vm_exec_core+6222>, 0x62d7ee1c53a1 <vm_exec_core+6097>, 0x62d7ee1c5bc6 <vm_exec_core+8182>, 0x62d7ee1c5f96 <vm_exec_core+9158>, 0x62d7ee1c7f95 <vm_exec_core+17349>, 0x62d7ee1c750d <vm_exec_core+14653>, 0x62d7ee1cb387 <vm_exec_core+30647>, 0x62d7ee1c3fe9 <vm_exec_core+1049>, 0x62d7ee1c557a <vm_exec_core+6570>, 0x62d7ee1cb87f <vm_exec_core+31919>, 0x62d7ee1c9572 <vm_exec_core+22946>, 0x62d7ee1c8304 <vm_exec_core+18228>, 0x62d7ee1ca441 <vm_exec_core+26737>, 0x62d7ee1c3f1d <vm_exec_core+845>, 0x62d7ee1cab2e <vm_exec_core+28510>, 0x62d7ee1cb4d5 <vm_exec_core+30981>, 0x62d7ee1cb5a1 <vm_exec_core+31185>, 0x62d7ee1c4774 <vm_exec_core+2980>, 0x62d7ee1cb0c3 <vm_exec_core+29939>, 0x62d7ee1c6f36 <vm_exec_core+13158>, 0x62d7ee1cb245 <vm_exec_core+30325>, 0x62d7ee1c6358 <vm_exec_core+10120>, 0x62d7ee1caaa8 <vm_exec_core+28376>, 0x62d7ee1c4660 <vm_exec_core+2704>, 0x62d7ee1c51dd <vm_exec_core+5645>, 0x62d7ee1cb66f <vm_exec_core+31391>, 0x62d7ee1c77c5 <vm_exec_core+15349>, 0x62d7ee1c73b7 <vm_exec_core+14311>, 0x62d7ee1c7c3f <vm_exec_core+16495>, 0x62d7ee1c71ca <vm_exec_core+13818>, 0x62d7ee1c7a8b <vm_exec_core+16059>, 0x62d7ee1c79bd <vm_exec_core+15853>, 0x62d7ee1c689c <vm_exec_core+11468>, 0x62d7ee1c70d5 <vm_exec_core+13573>, 0x62d7ee1c6df8 <vm_exec_core+12840>, 0x62d7ee1c72e4 <vm_exec_core+14100>, 0x62d7ee1c7355 <vm_exec_core+14213>, 0x62d7ee1cb006 <vm_exec_core+29750>, 0x62d7ee1c4ef0 <vm_exec_core+4896>, 0x62d7ee1ca83e <vm_exec_core+27758>, 0x62d7ee1c6610 <vm_exec_core+10816>, 0x62d7ee1c40da <vm_exec_core+1290>, 0x62d7ee1c5848 <vm_exec_core+7288>, 0x62d7ee1cabf6 <vm_exec_core+28710>, 0x62d7ee1c5460 <vm_exec_core+6288>, 0x62d7ee1cb74c <vm_exec_core+31612>, 0x62d7ee1c9c27 <vm_exec_core+24663>, 0x62d7ee1c7e08 <vm_exec_core+16952>, 0x62d7ee1c445a <vm_exec_core+2186>, 0x62d7ee1cb1af <vm_exec_core+30175>, 0x62d7ee1cae59 <vm_exec_core+29321>, 0x62d7ee1c5642 <vm_exec_core+6770>, 0x62d7ee1c4988 <vm_exec_core+3512>, 0x62d7ee1ca1ea <vm_exec_core+26138>, 0x62d7ee1c5f11 <vm_exec_core+9025>, 0x62d7ee1cb44c <vm_exec_core+30844>, 0x62d7ee1cb03a <vm_exec_core+29802>, 0x62d7ee1c6486 <vm_exec_core+10422>, 0x62d7ee1c7d73 <vm_exec_core+16803>, 0x62d7ee1c9efa <vm_exec_core+25386>, 0x62d7ee1caf48 <vm_exec_core+29560>, 0x62d7ee1c8a4d <vm_exec_core+20093>, 0x62d7ee1c9f92 <vm_exec_core+25538>, 0x62d7ee1ca3a0 <vm_exec_core+26576>, 0x62d7ee1c898a <vm_exec_core+19898>, 0x62d7ee1c4897 <vm_exec_core+3271>, 0x62d7ee1c9687 <vm_exec_core+23223>, 0x62d7ee1c46e6 <vm_exec_core+2838>, 0x62d7ee1c4a16 <vm_exec_core+3654>, 0x62d7ee1c6cb5 <vm_exec_core+12517>, 0x62d7ee1c88d2 <vm_exec_core+19714>, 0x62d7ee1c949d <vm_exec_core+22733>, 0x62d7ee1c83fa <vm_exec_core+18474>, 0x62d7ee1c4374 <vm_exec_core+1956>, 0x62d7ee1ca7a6 <vm_exec_core+27606>, 0x62d7ee1cad7b <vm_exec_core+29099>, 0x62d7ee1c4c10 <vm_exec_core+4160>, 0x62d7ee1c5b18 <vm_exec_core+8008>, 0x62d7ee1c57a1 <vm_exec_core+7121>, 0x62d7ee1c6001 <vm_exec_core+9265>, 0x62d7ee1c7b96 <vm_exec_core+16326>, 0x62d7ee1c5122 <vm_exec_core+5458>, 0x62d7ee1ca6ed <vm_exec_core+27421>, 0x62d7ee1c5aa6 <vm_exec_core+7894>, 0x62d7ee1c76a6 <vm_exec_core+15062>, 0x62d7ee1c80e6 <vm_exec_core+17686>, 0x62d7ee1ca28c <vm_exec_core+26300>, 0x62d7ee1c8e34 <vm_exec_core+21092>, 0x62d7ee1c626c <vm_exec_core+9884>, 0x62d7ee1c5c17 <vm_exec_core+8263>, 0x62d7ee1ca16c <vm_exec_core+26012>, 0x62d7ee1c6ffe <vm_exec_core+13358>, 0x62d7ee1c9715 <vm_exec_core+23365>, 0x62d7ee1c8f49 <vm_exec_core+21369>, 0x62d7ee1c8cf3 <vm_exec_core+20771>, 0x62d7ee1c4c60 <vm_exec_core+4240>, 0x62d7ee1c84a1 <vm_exec_core+18641>, 0x62d7ee1ca648 <vm_exec_core+27256>, 0x62d7ee1c6530 <vm_exec_core+10592>, 0x62d7ee1ca091 <vm_exec_core+25793>, 0x62d7ee1c660b <vm_exec_core+10811>, 0x62d7ee1c8c18 <vm_exec_core+20552>, 0x62d7ee1c8d07 <vm_exec_core+20791>, 0x62d7ee1c823b <vm_exec_core+18027>, 0x62d7ee1c868c <vm_exec_core+19132>, 0x62d7ee1c6a26 <vm_exec_core+11862>, 0x62d7ee1c6077 <vm_exec_core+9383>, 0x62d7ee1c9d00 <vm_exec_core+24880>, 0x62d7ee1d1e88 <vm_exec_core+58040>, 0x62d7ee1c6970 <vm_exec_core+11680>, 0x62d7ee1c857f <vm_exec_core+18863>, 0x62d7ee1c8b10 <vm_exec_core+20288>, 0x62d7ee1c528c <vm_exec_core+5820>, 0x62d7ee1c540f <vm_exec_core+6207>, 0x62d7ee1c5392 <vm_exec_core+6082>, 0x62d7ee1c5bb7 <vm_exec_core+8167>, 0x62d7ee1c5f87 <vm_exec_core+9143>, 0x62d7ee1c7f86 <vm_exec_core+17334>, 0x62d7ee1c74fe <vm_exec_core+14638>, 0x62d7ee1c7f81 <vm_exec_core+17329>, 0x62d7ee1c8985 <vm_exec_core+19893>, 0x62d7ee1c88cd <vm_exec_core+19709>, 0x62d7ee1c5bb2 <vm_exec_core+8162>, 0x62d7ee1c8cf3 <vm_exec_core+20771>...}
        reg_cfp = 0x77e6dc5ff3a0
        reg_pc = 0x52300000b0f8
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_jump_without_ints = <optimized out>
        INSN_LABEL_branchif_without_ints = <optimized out>
        INSN_LABEL_branchunless_without_ints = <optimized out>
        INSN_LABEL_branchnil_without_ints = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
th: 0x62d7eeae1700, native_id: 0x77e6df229c40
-- Control frame information -----------------------------------------------
c:0021 p:---- s:0128 e:000127 l:y b:---- CFUNC  :select
        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>
c:0020 p:0255 s:0120 e:000119 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:680
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
c:0019 p:0039 s:0101 e:000100 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:808
c:0018 p:0008 s:0094 e:000093 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:847
c:0017 p:0130 s:0087 e:000086 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1598
c:0016 p:0026 s:0074 e:000073 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1293
c:0015 p:0005 s:0069 e:000068 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1763
c:0014 p:0006 s:0065 e:000064 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1750 [FINISH]
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
c:0013 p:---- s:0061 e:000060 l:y b:---- CFUNC  :each
c:0012 p:0042 s:0057 e:000056 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1749
c:0011 p:0013 s:0052 e:000051 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1793
c:0010 p:0008 s:0047 e:000046 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1035
c:0009 p:0008 s:0041 e:000040 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:880
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#14 0x000062d7ee1beed9 in vm_exec_loop (ec=0x5170000000d8, state=<optimized out>, result=<optimized out>, tag=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2826
No locals.
#15 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2802
        _ec = 0x5170000000d8
c:0008 p:0017 s:0035 e:000034 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:146
c:0007 p:0008 s:0030 e:000029 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1272
c:0006 p:0032 s:0025 e:000024 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1877
c:0005 p:0020 s:0021 e:000020 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1881
c:0004 p:0065 s:0016 e:000014 l:y b:0001 TOP    /tmp/ruby/src/trunk_asan/tool/test/runner.rb:14 [FINISH]
c:0003 p:---- s:0011 e:000010 l:y b:---- CFUNC  :require_relative
c:0002 p:0005 s:0006 e:000005 l:n b:---- EVAL   /tmp/ruby/src/trunk_asan/test/runner.rb:5 [FINISH]
c:0001 p:0000 s:0003 E:002620 l:y b:---- DUMMY  [FINISH]

        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#16 0x000062d7ee251432 in invoke_iseq_block_from_c (ec=0x5170000000d8, captured=0x77e6dc5ff578, self=131833456751440, 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:1821
        flags = 0
        iseq = 0x77e6de790468
        cfp = <optimized out>
        sp = 0x77e6dc4ff9e8
        use_argv = 0x77e6dd0c00e0
        stack_argv = 0x77e6dc4ff9e8
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#17 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1835
        captured = 0x77e6dc5ff578
#18 0x000062d7ee1f16cc 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:1872
No locals.
#19 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1880
No locals.
#20 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1365
No locals.
#21 0x000062d7ee1f16cc in rb_yield (val=<optimized out>)
No locals.
#22 0x000062d7ee3c3fda in rb_ary_each (ary=131833432613640) at /tmp/ruby/src/trunk_asan/array.c:2766
        i = 0
#23 0x000062d7ee2305f8 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:3905
        ci = 0xc1100000001
        cc = <optimized out>
        me = 0x77e6de96eb18
        cfunc = 0x506000015b68
        recv = 131833432613640
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#24 0x000062d7ee1c9a54 in vm_sendish (ec=0x5170000000d8, reg_cfp=0x77e6dc5ff560, cd=0x511000020b40, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6127
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#25 vm_exec_core (ec=ec@entry=0x5170000000d8) at ../../src/trunk_asan/insns.def:858
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x511000020b40
        insns_address_table = {0x62d7ee1cb015 <vm_exec_core+29765>, 0x62d7ee1c4eff <vm_exec_core+4911>, 0x62d7ee1ca84d <vm_exec_core+27773>, 0x62d7ee1c661f <vm_exec_core+10831>, 0x62d7ee1c40e9 <vm_exec_core+1305>, 0x62d7ee1c5857 <vm_exec_core+7303>, 0x62d7ee1cac05 <vm_exec_core+28725>, 0x62d7ee1c546f <vm_exec_core+6303>, 0x62d7ee1cb75b <vm_exec_core+31627>, 0x62d7ee1c9c36 <vm_exec_core+24678>, 0x62d7ee1c7e17 <vm_exec_core+16967>, 0x62d7ee1c4469 <vm_exec_core+2201>, 0x62d7ee1cb1be <vm_exec_core+30190>, 0x62d7ee1cae68 <vm_exec_core+29336>, 0x62d7ee1c5651 <vm_exec_core+6785>, 0x62d7ee1c4997 <vm_exec_core+3527>, 0x62d7ee1ca1f9 <vm_exec_core+26153>, 0x62d7ee1c5f20 <vm_exec_core+9040>, 0x62d7ee1cb45b <vm_exec_core+30859>, 0x62d7ee1cb049 <vm_exec_core+29817>, 0x62d7ee1c6495 <vm_exec_core+10437>, 0x62d7ee1c7d82 <vm_exec_core+16818>, 0x62d7ee1c9f09 <vm_exec_core+25401>, 0x62d7ee1caf57 <vm_exec_core+29575>, 0x62d7ee1c8a5c <vm_exec_core+20108>, 0x62d7ee1c9fa1 <vm_exec_core+25553>, 0x62d7ee1ca3af <vm_exec_core+26591>, 0x62d7ee1c8999 <vm_exec_core+19913>, 0x62d7ee1c48a6 <vm_exec_core+3286>, 0x62d7ee1c9696 <vm_exec_core+23238>, 0x62d7ee1c46f5 <vm_exec_core+2853>, 0x62d7ee1c4a25 <vm_exec_core+3669>, 0x62d7ee1c6cc4 <vm_exec_core+12532>, 0x62d7ee1c88e1 <vm_exec_core+19729>, 0x62d7ee1c94ac <vm_exec_core+22748>, 0x62d7ee1c8409 <vm_exec_core+18489>, 0x62d7ee1c4383 <vm_exec_core+1971>, 0x62d7ee1ca7b5 <vm_exec_core+27621>, 0x62d7ee1cad8a <vm_exec_core+29114>, 0x62d7ee1c4c1f <vm_exec_core+4175>, 0x62d7ee1c5b27 <vm_exec_core+8023>, 0x62d7ee1c57b0 <vm_exec_core+7136>, 0x62d7ee1c6010 <vm_exec_core+9280>, 0x62d7ee1c7ba5 <vm_exec_core+16341>, 0x62d7ee1c5131 <vm_exec_core+5473>, 0x62d7ee1ca6fc <vm_exec_core+27436>, 0x62d7ee1c5ab5 <vm_exec_core+7909>, 0x62d7ee1c76b5 <vm_exec_core+15077>, 0x62d7ee1c80f5 <vm_exec_core+17701>, 0x62d7ee1ca29b <vm_exec_core+26315>, 0x62d7ee1c8e43 <vm_exec_core+21107>, 0x62d7ee1c627b <vm_exec_core+9899>, 0x62d7ee1c5c26 <vm_exec_core+8278>, 0x62d7ee1ca17b <vm_exec_core+26027>, 0x62d7ee1c700d <vm_exec_core+13373>, 0x62d7ee1c9724 <vm_exec_core+23380>, 0x62d7ee1c8f58 <vm_exec_core+21384>, 0x62d7ee1c3f18 <vm_exec_core+840>, 0x62d7ee1c4c6f <vm_exec_core+4255>, 0x62d7ee1c84b0 <vm_exec_core+18656>, 0x62d7ee1ca657 <vm_exec_core+27271>, 0x62d7ee1c653f <vm_exec_core+10607>, 0x62d7ee1ca0a0 <vm_exec_core+25808>, 0x62d7ee1c5e2d <vm_exec_core+8797>, 0x62d7ee1c8c27 <vm_exec_core+20567>, 0x62d7ee1c8d16 <vm_exec_core+20806>, 0x62d7ee1c824a <vm_exec_core+18042>, 0x62d7ee1c869b <vm_exec_core+19147>, 0x62d7ee1c6a35 <vm_exec_core+11877>, 0x62d7ee1c6086 <vm_exec_core+9398>, 0x62d7ee1c9d0f <vm_exec_core+24895>, 0x62d7ee1d1e97 <vm_exec_core+58055>, 0x62d7ee1c697f <vm_exec_core+11695>, 0x62d7ee1c858e <vm_exec_core+18878>, 0x62d7ee1c8b1f <vm_exec_core+20303>, 0x62d7ee1c529b <vm_exec_core+5835>, 0x62d7ee1c541e <vm_exec_core+6222>, 0x62d7ee1c53a1 <vm_exec_core+6097>, 0x62d7ee1c5bc6 <vm_exec_core+8182>, 0x62d7ee1c5f96 <vm_exec_core+9158>, 0x62d7ee1c7f95 <vm_exec_core+17349>, 0x62d7ee1c750d <vm_exec_core+14653>, 0x62d7ee1cb387 <vm_exec_core+30647>, 0x62d7ee1c3fe9 <vm_exec_core+1049>, 0x62d7ee1c557a <vm_exec_core+6570>, 0x62d7ee1cb87f <vm_exec_core+31919>, 0x62d7ee1c9572 <vm_exec_core+22946>, 0x62d7ee1c8304 <vm_exec_core+18228>, 0x62d7ee1ca441 <vm_exec_core+26737>, 0x62d7ee1c3f1d <vm_exec_core+845>, 0x62d7ee1cab2e <vm_exec_core+28510>, 0x62d7ee1cb4d5 <vm_exec_core+30981>, 0x62d7ee1cb5a1 <vm_exec_core+31185>, 0x62d7ee1c4774 <vm_exec_core+2980>, 0x62d7ee1cb0c3 <vm_exec_core+29939>, 0x62d7ee1c6f36 <vm_exec_core+13158>, 0x62d7ee1cb245 <vm_exec_core+30325>, 0x62d7ee1c6358 <vm_exec_core+10120>, 0x62d7ee1caaa8 <vm_exec_core+28376>, 0x62d7ee1c4660 <vm_exec_core+2704>, 0x62d7ee1c51dd <vm_exec_core+5645>, 0x62d7ee1cb66f <vm_exec_core+31391>, 0x62d7ee1c77c5 <vm_exec_core+15349>, 0x62d7ee1c73b7 <vm_exec_core+14311>, 0x62d7ee1c7c3f <vm_exec_core+16495>, 0x62d7ee1c71ca <vm_exec_core+13818>, 0x62d7ee1c7a8b <vm_exec_core+16059>, 0x62d7ee1c79bd <vm_exec_core+15853>, 0x62d7ee1c689c <vm_exec_core+11468>, 0x62d7ee1c70d5 <vm_exec_core+13573>, 0x62d7ee1c6df8 <vm_exec_core+12840>, 0x62d7ee1c72e4 <vm_exec_core+14100>, 0x62d7ee1c7355 <vm_exec_core+14213>, 0x62d7ee1cb006 <vm_exec_core+29750>, 0x62d7ee1c4ef0 <vm_exec_core+4896>, 0x62d7ee1ca83e <vm_exec_core+27758>, 0x62d7ee1c6610 <vm_exec_core+10816>, 0x62d7ee1c40da <vm_exec_core+1290>, 0x62d7ee1c5848 <vm_exec_core+7288>, 0x62d7ee1cabf6 <vm_exec_core+28710>, 0x62d7ee1c5460 <vm_exec_core+6288>, 0x62d7ee1cb74c <vm_exec_core+31612>, 0x62d7ee1c9c27 <vm_exec_core+24663>, 0x62d7ee1c7e08 <vm_exec_core+16952>, 0x62d7ee1c445a <vm_exec_core+2186>, 0x62d7ee1cb1af <vm_exec_core+30175>, 0x62d7ee1cae59 <vm_exec_core+29321>, 0x62d7ee1c5642 <vm_exec_core+6770>, 0x62d7ee1c4988 <vm_exec_core+3512>, 0x62d7ee1ca1ea <vm_exec_core+26138>, 0x62d7ee1c5f11 <vm_exec_core+9025>, 0x62d7ee1cb44c <vm_exec_core+30844>, 0x62d7ee1cb03a <vm_exec_core+29802>, 0x62d7ee1c6486 <vm_exec_core+10422>, 0x62d7ee1c7d73 <vm_exec_core+16803>, 0x62d7ee1c9efa <vm_exec_core+25386>, 0x62d7ee1caf48 <vm_exec_core+29560>, 0x62d7ee1c8a4d <vm_exec_core+20093>, 0x62d7ee1c9f92 <vm_exec_core+25538>, 0x62d7ee1ca3a0 <vm_exec_core+26576>, 0x62d7ee1c898a <vm_exec_core+19898>, 0x62d7ee1c4897 <vm_exec_core+3271>, 0x62d7ee1c9687 <vm_exec_core+23223>, 0x62d7ee1c46e6 <vm_exec_core+2838>, 0x62d7ee1c4a16 <vm_exec_core+3654>, 0x62d7ee1c6cb5 <vm_exec_core+12517>, 0x62d7ee1c88d2 <vm_exec_core+19714>, 0x62d7ee1c949d <vm_exec_core+22733>, 0x62d7ee1c83fa <vm_exec_core+18474>, 0x62d7ee1c4374 <vm_exec_core+1956>, 0x62d7ee1ca7a6 <vm_exec_core+27606>, 0x62d7ee1cad7b <vm_exec_core+29099>, 0x62d7ee1c4c10 <vm_exec_core+4160>, 0x62d7ee1c5b18 <vm_exec_core+8008>, 0x62d7ee1c57a1 <vm_exec_core+7121>, 0x62d7ee1c6001 <vm_exec_core+9265>, 0x62d7ee1c7b96 <vm_exec_core+16326>, 0x62d7ee1c5122 <vm_exec_core+5458>, 0x62d7ee1ca6ed <vm_exec_core+27421>, 0x62d7ee1c5aa6 <vm_exec_core+7894>, 0x62d7ee1c76a6 <vm_exec_core+15062>, 0x62d7ee1c80e6 <vm_exec_core+17686>, 0x62d7ee1ca28c <vm_exec_core+26300>, 0x62d7ee1c8e34 <vm_exec_core+21092>, 0x62d7ee1c626c <vm_exec_core+9884>, 0x62d7ee1c5c17 <vm_exec_core+8263>, 0x62d7ee1ca16c <vm_exec_core+26012>, 0x62d7ee1c6ffe <vm_exec_core+13358>, 0x62d7ee1c9715 <vm_exec_core+23365>, 0x62d7ee1c8f49 <vm_exec_core+21369>, 0x62d7ee1c8cf3 <vm_exec_core+20771>, 0x62d7ee1c4c60 <vm_exec_core+4240>, 0x62d7ee1c84a1 <vm_exec_core+18641>, 0x62d7ee1ca648 <vm_exec_core+27256>, 0x62d7ee1c6530 <vm_exec_core+10592>, 0x62d7ee1ca091 <vm_exec_core+25793>, 0x62d7ee1c660b <vm_exec_core+10811>, 0x62d7ee1c8c18 <vm_exec_core+20552>, 0x62d7ee1c8d07 <vm_exec_core+20791>, 0x62d7ee1c823b <vm_exec_core+18027>, 0x62d7ee1c868c <vm_exec_core+19132>, 0x62d7ee1c6a26 <vm_exec_core+11862>, 0x62d7ee1c6077 <vm_exec_core+9383>, 0x62d7ee1c9d00 <vm_exec_core+24880>, 0x62d7ee1d1e88 <vm_exec_core+58040>, 0x62d7ee1c6970 <vm_exec_core+11680>, 0x62d7ee1c857f <vm_exec_core+18863>, 0x62d7ee1c8b10 <vm_exec_core+20288>, 0x62d7ee1c528c <vm_exec_core+5820>, 0x62d7ee1c540f <vm_exec_core+6207>, 0x62d7ee1c5392 <vm_exec_core+6082>, 0x62d7ee1c5bb7 <vm_exec_core+8167>, 0x62d7ee1c5f87 <vm_exec_core+9143>, 0x62d7ee1c7f86 <vm_exec_core+17334>, 0x62d7ee1c74fe <vm_exec_core+14638>, 0x62d7ee1c7f81 <vm_exec_core+17329>, 0x62d7ee1c8985 <vm_exec_core+19893>, 0x62d7ee1c88cd <vm_exec_core+19709>, 0x62d7ee1c5bb2 <vm_exec_core+8162>, 0x62d7ee1c8cf3 <vm_exec_core+20771>...}
        reg_cfp = 0x77e6dc5ff560
        reg_pc = 0x51500001b750
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_jump_without_ints = <optimized out>
        INSN_LABEL_branchif_without_ints = <optimized out>
        INSN_LABEL_branchunless_without_ints = <optimized out>
        INSN_LABEL_branchnil_without_ints = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#26 0x000062d7ee1bf111 in vm_exec_loop (ec=0x5170000000d8, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2826
No locals.
#27 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2805
        _ec = 0x5170000000d8
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#28 0x000062d7ee2086e3 in rb_iseq_eval (iseq=<optimized out>, box=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:3055
        ec = 0x5170000000d8
        val = <optimized out>
#29 0x000062d7edf09c20 in load_iseq_eval (ec=<optimized out>, fname=fname@entry=131833458890560) at /tmp/ruby/src/trunk_asan/load.c:774
        box = 0x62d7ef523800 <root_box>
        iseq = 0x77e6de7c9628
#30 0x000062d7edf03c11 in require_internal (ec=ec@entry=0x5170000000d8, fname=<optimized out>, exception=<optimized out>, warn=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1341
        found = 114
        handle = <optimized out>
        _ec = <optimized out>
        _tag = <optimized out>
        th = 0x62d7eeae1700 <_main_thread>
        box = 0x62d7ef523800 <root_box>
        saved = <optimized out>
        ftptr = <optimized out>
        realpath = <optimized out>
        realpaths = 131833460543360
        realpath_map = 131833460543200
        path = 131833458890560
        state = RUBY_TAG_NONE
        th2 = <optimized out>
        result = <optimized out>
        saved_path = <optimized out>
        reset_ext_config = <optimized out>
        prev_ext_config = <optimized out>
#31 0x000062d7edf01f44 in rb_require_string_internal (fname=131833458890600, resurrect=false) at /tmp/ruby/src/trunk_asan/load.c:1451
        result = <optimized out>
        ec = 0x5170000000d8
        result = <optimized out>
#32 rb_require_relative_entrypoint (fname=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1059
        base = <optimized out>
#33 0x000062d7ee2305f8 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:3905
        ci = 0x59a100140003
        cc = <optimized out>
        me = 0x77e6de7c97b8
        cfunc = 0x50600002e108
        recv = 131833462372240
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#34 0x000062d7ee2158d3 in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7ffe4555d120) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4891
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0x0
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#35 0x000062d7ee21533d in vm_call_method (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5031
        ci = <optimized out>
        cc = 0x0
#36 0x000062d7ee1d0651 in vm_sendish (ec=0x5170000000d8, reg_cfp=0x77e6dc5ff790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6127
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#37 vm_exec_core (ec=ec@entry=0x5170000000d8) at ../../src/trunk_asan/insns.def:906
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x62d7ee1cb015 <vm_exec_core+29765>, 0x62d7ee1c4eff <vm_exec_core+4911>, 0x62d7ee1ca84d <vm_exec_core+27773>, 0x62d7ee1c661f <vm_exec_core+10831>, 0x62d7ee1c40e9 <vm_exec_core+1305>, 0x62d7ee1c5857 <vm_exec_core+7303>, 0x62d7ee1cac05 <vm_exec_core+28725>, 0x62d7ee1c546f <vm_exec_core+6303>, 0x62d7ee1cb75b <vm_exec_core+31627>, 0x62d7ee1c9c36 <vm_exec_core+24678>, 0x62d7ee1c7e17 <vm_exec_core+16967>, 0x62d7ee1c4469 <vm_exec_core+2201>, 0x62d7ee1cb1be <vm_exec_core+30190>, 0x62d7ee1cae68 <vm_exec_core+29336>, 0x62d7ee1c5651 <vm_exec_core+6785>, 0x62d7ee1c4997 <vm_exec_core+3527>, 0x62d7ee1ca1f9 <vm_exec_core+26153>, 0x62d7ee1c5f20 <vm_exec_core+9040>, 0x62d7ee1cb45b <vm_exec_core+30859>, 0x62d7ee1cb049 <vm_exec_core+29817>, 0x62d7ee1c6495 <vm_exec_core+10437>, 0x62d7ee1c7d82 <vm_exec_core+16818>, 0x62d7ee1c9f09 <vm_exec_core+25401>, 0x62d7ee1caf57 <vm_exec_core+29575>, 0x62d7ee1c8a5c <vm_exec_core+20108>, 0x62d7ee1c9fa1 <vm_exec_core+25553>, 0x62d7ee1ca3af <vm_exec_core+26591>, 0x62d7ee1c8999 <vm_exec_core+19913>, 0x62d7ee1c48a6 <vm_exec_core+3286>, 0x62d7ee1c9696 <vm_exec_core+23238>, 0x62d7ee1c46f5 <vm_exec_core+2853>, 0x62d7ee1c4a25 <vm_exec_core+3669>, 0x62d7ee1c6cc4 <vm_exec_core+12532>, 0x62d7ee1c88e1 <vm_exec_core+19729>, 0x62d7ee1c94ac <vm_exec_core+22748>, 0x62d7ee1c8409 <vm_exec_core+18489>, 0x62d7ee1c4383 <vm_exec_core+1971>, 0x62d7ee1ca7b5 <vm_exec_core+27621>, 0x62d7ee1cad8a <vm_exec_core+29114>, 0x62d7ee1c4c1f <vm_exec_core+4175>, 0x62d7ee1c5b27 <vm_exec_core+8023>, 0x62d7ee1c57b0 <vm_exec_core+7136>, 0x62d7ee1c6010 <vm_exec_core+9280>, 0x62d7ee1c7ba5 <vm_exec_core+16341>, 0x62d7ee1c5131 <vm_exec_core+5473>, 0x62d7ee1ca6fc <vm_exec_core+27436>, 0x62d7ee1c5ab5 <vm_exec_core+7909>, 0x62d7ee1c76b5 <vm_exec_core+15077>, 0x62d7ee1c80f5 <vm_exec_core+17701>, 0x62d7ee1ca29b <vm_exec_core+26315>, 0x62d7ee1c8e43 <vm_exec_core+21107>, 0x62d7ee1c627b <vm_exec_core+9899>, 0x62d7ee1c5c26 <vm_exec_core+8278>, 0x62d7ee1ca17b <vm_exec_core+26027>, 0x62d7ee1c700d <vm_exec_core+13373>, 0x62d7ee1c9724 <vm_exec_core+23380>, 0x62d7ee1c8f58 <vm_exec_core+21384>, 0x62d7ee1c3f18 <vm_exec_core+840>, 0x62d7ee1c4c6f <vm_exec_core+4255>, 0x62d7ee1c84b0 <vm_exec_core+18656>, 0x62d7ee1ca657 <vm_exec_core+27271>, 0x62d7ee1c653f <vm_exec_core+10607>, 0x62d7ee1ca0a0 <vm_exec_core+25808>, 0x62d7ee1c5e2d <vm_exec_core+8797>, 0x62d7ee1c8c27 <vm_exec_core+20567>, 0x62d7ee1c8d16 <vm_exec_core+20806>, 0x62d7ee1c824a <vm_exec_core+18042>, 0x62d7ee1c869b <vm_exec_core+19147>, 0x62d7ee1c6a35 <vm_exec_core+11877>, 0x62d7ee1c6086 <vm_exec_core+9398>, 0x62d7ee1c9d0f <vm_exec_core+24895>, 0x62d7ee1d1e97 <vm_exec_core+58055>, 0x62d7ee1c697f <vm_exec_core+11695>, 0x62d7ee1c858e <vm_exec_core+18878>, 0x62d7ee1c8b1f <vm_exec_core+20303>, 0x62d7ee1c529b <vm_exec_core+5835>, 0x62d7ee1c541e <vm_exec_core+6222>, 0x62d7ee1c53a1 <vm_exec_core+6097>, 0x62d7ee1c5bc6 <vm_exec_core+8182>, 0x62d7ee1c5f96 <vm_exec_core+9158>, 0x62d7ee1c7f95 <vm_exec_core+17349>, 0x62d7ee1c750d <vm_exec_core+14653>, 0x62d7ee1cb387 <vm_exec_core+30647>, 0x62d7ee1c3fe9 <vm_exec_core+1049>, 0x62d7ee1c557a <vm_exec_core+6570>, 0x62d7ee1cb87f <vm_exec_core+31919>, 0x62d7ee1c9572 <vm_exec_core+22946>, 0x62d7ee1c8304 <vm_exec_core+18228>, 0x62d7ee1ca441 <vm_exec_core+26737>, 0x62d7ee1c3f1d <vm_exec_core+845>, 0x62d7ee1cab2e <vm_exec_core+28510>, 0x62d7ee1cb4d5 <vm_exec_core+30981>, 0x62d7ee1cb5a1 <vm_exec_core+31185>, 0x62d7ee1c4774 <vm_exec_core+2980>, 0x62d7ee1cb0c3 <vm_exec_core+29939>, 0x62d7ee1c6f36 <vm_exec_core+13158>, 0x62d7ee1cb245 <vm_exec_core+30325>, 0x62d7ee1c6358 <vm_exec_core+10120>, 0x62d7ee1caaa8 <vm_exec_core+28376>, 0x62d7ee1c4660 <vm_exec_core+2704>, 0x62d7ee1c51dd <vm_exec_core+5645>, 0x62d7ee1cb66f <vm_exec_core+31391>, 0x62d7ee1c77c5 <vm_exec_core+15349>, 0x62d7ee1c73b7 <vm_exec_core+14311>, 0x62d7ee1c7c3f <vm_exec_core+16495>, 0x62d7ee1c71ca <vm_exec_core+13818>, 0x62d7ee1c7a8b <vm_exec_core+16059>, 0x62d7ee1c79bd <vm_exec_core+15853>, 0x62d7ee1c689c <vm_exec_core+11468>, 0x62d7ee1c70d5 <vm_exec_core+13573>, 0x62d7ee1c6df8 <vm_exec_core+12840>, 0x62d7ee1c72e4 <vm_exec_core+14100>, 0x62d7ee1c7355 <vm_exec_core+14213>, 0x62d7ee1cb006 <vm_exec_core+29750>, 0x62d7ee1c4ef0 <vm_exec_core+4896>, 0x62d7ee1ca83e <vm_exec_core+27758>, 0x62d7ee1c6610 <vm_exec_core+10816>, 0x62d7ee1c40da <vm_exec_core+1290>, 0x62d7ee1c5848 <vm_exec_core+7288>, 0x62d7ee1cabf6 <vm_exec_core+28710>, 0x62d7ee1c5460 <vm_exec_core+6288>, 0x62d7ee1cb74c <vm_exec_core+31612>, 0x62d7ee1c9c27 <vm_exec_core+24663>, 0x62d7ee1c7e08 <vm_exec_core+16952>, 0x62d7ee1c445a <vm_exec_core+2186>, 0x62d7ee1cb1af <vm_exec_core+30175>, 0x62d7ee1cae59 <vm_exec_core+29321>, 0x62d7ee1c5642 <vm_exec_core+6770>, 0x62d7ee1c4988 <vm_exec_core+3512>, 0x62d7ee1ca1ea <vm_exec_core+26138>, 0x62d7ee1c5f11 <vm_exec_core+9025>, 0x62d7ee1cb44c <vm_exec_core+30844>, 0x62d7ee1cb03a <vm_exec_core+29802>, 0x62d7ee1c6486 <vm_exec_core+10422>, 0x62d7ee1c7d73 <vm_exec_core+16803>, 0x62d7ee1c9efa <vm_exec_core+25386>, 0x62d7ee1caf48 <vm_exec_core+29560>, 0x62d7ee1c8a4d <vm_exec_core+20093>, 0x62d7ee1c9f92 <vm_exec_core+25538>, 0x62d7ee1ca3a0 <vm_exec_core+26576>, 0x62d7ee1c898a <vm_exec_core+19898>, 0x62d7ee1c4897 <vm_exec_core+3271>, 0x62d7ee1c9687 <vm_exec_core+23223>, 0x62d7ee1c46e6 <vm_exec_core+2838>, 0x62d7ee1c4a16 <vm_exec_core+3654>, 0x62d7ee1c6cb5 <vm_exec_core+12517>, 0x62d7ee1c88d2 <vm_exec_core+19714>, 0x62d7ee1c949d <vm_exec_core+22733>, 0x62d7ee1c83fa <vm_exec_core+18474>, 0x62d7ee1c4374 <vm_exec_core+1956>, 0x62d7ee1ca7a6 <vm_exec_core+27606>, 0x62d7ee1cad7b <vm_exec_core+29099>, 0x62d7ee1c4c10 <vm_exec_core+4160>, 0x62d7ee1c5b18 <vm_exec_core+8008>, 0x62d7ee1c57a1 <vm_exec_core+7121>, 0x62d7ee1c6001 <vm_exec_core+9265>, 0x62d7ee1c7b96 <vm_exec_core+16326>, 0x62d7ee1c5122 <vm_exec_core+5458>, 0x62d7ee1ca6ed <vm_exec_core+27421>, 0x62d7ee1c5aa6 <vm_exec_core+7894>, 0x62d7ee1c76a6 <vm_exec_core+15062>, 0x62d7ee1c80e6 <vm_exec_core+17686>, 0x62d7ee1ca28c <vm_exec_core+26300>, 0x62d7ee1c8e34 <vm_exec_core+21092>, 0x62d7ee1c626c <vm_exec_core+9884>, 0x62d7ee1c5c17 <vm_exec_core+8263>, 0x62d7ee1ca16c <vm_exec_core+26012>, 0x62d7ee1c6ffe <vm_exec_core+13358>, 0x62d7ee1c9715 <vm_exec_core+23365>, 0x62d7ee1c8f49 <vm_exec_core+21369>, 0x62d7ee1c8cf3 <vm_exec_core+20771>, 0x62d7ee1c4c60 <vm_exec_core+4240>, 0x62d7ee1c84a1 <vm_exec_core+18641>, 0x62d7ee1ca648 <vm_exec_core+27256>, 0x62d7ee1c6530 <vm_exec_core+10592>, 0x62d7ee1ca091 <vm_exec_core+25793>, 0x62d7ee1c660b <vm_exec_core+10811>, 0x62d7ee1c8c18 <vm_exec_core+20552>, 0x62d7ee1c8d07 <vm_exec_core+20791>, 0x62d7ee1c823b <vm_exec_core+18027>, 0x62d7ee1c868c <vm_exec_core+19132>, 0x62d7ee1c6a26 <vm_exec_core+11862>, 0x62d7ee1c6077 <vm_exec_core+9383>, 0x62d7ee1c9d00 <vm_exec_core+24880>, 0x62d7ee1d1e88 <vm_exec_core+58040>, 0x62d7ee1c6970 <vm_exec_core+11680>, 0x62d7ee1c857f <vm_exec_core+18863>, 0x62d7ee1c8b10 <vm_exec_core+20288>, 0x62d7ee1c528c <vm_exec_core+5820>, 0x62d7ee1c540f <vm_exec_core+6207>, 0x62d7ee1c5392 <vm_exec_core+6082>, 0x62d7ee1c5bb7 <vm_exec_core+8167>, 0x62d7ee1c5f87 <vm_exec_core+9143>, 0x62d7ee1c7f86 <vm_exec_core+17334>, 0x62d7ee1c74fe <vm_exec_core+14638>, 0x62d7ee1c7f81 <vm_exec_core+17329>, 0x62d7ee1c8985 <vm_exec_core+19893>, 0x62d7ee1c88cd <vm_exec_core+19709>, 0x62d7ee1c5bb2 <vm_exec_core+8162>, 0x62d7ee1c8cf3 <vm_exec_core+20771>...}
        reg_cfp = 0x77e6dc5ff790
        reg_pc = 0x504000006b38
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_jump_without_ints = <optimized out>
        INSN_LABEL_branchif_without_ints = <optimized out>
        INSN_LABEL_branchunless_without_ints = <optimized out>
        INSN_LABEL_branchnil_without_ints = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#38 0x000062d7ee1bed22 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2799
        _ec = 0x5170000000d8
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#39 0x000062d7ee208bd6 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:3065
        ec = 0x5170000000d8
        val = <optimized out>
#40 0x000062d7edde8c50 in rb_ec_exec_node (ec=0x5170000000d8, n=0x77e6de7c9858) at /tmp/ruby/src/trunk_asan/eval.c:283
        _ec = 0x5170000000d8
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffe4555d670, <optimized out>, 0x7ffe4555d5c0, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x77e6de7c9858
#41 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:321
        ec = 0x5170000000d8
        status = <optimized out>
#42 0x000062d7edde1b87 in rb_main (argc=9, argv=0x7ffe4555d838) at /tmp/ruby/src/trunk_asan/main.c:42
        variable_in_this_stack_frame = <optimized out>
#43 main (argc=9, argv=0x7ffe4555d838) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

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

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

$ timeout 60 gdb -p 985106 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
make: *** [uncommon.mk:920: 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 985105 -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 1526004 -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 -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 -Wshorten-64-to-32 -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -DPRISM_XALLOCATOR -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
ruby 4.1.0dev (2026-03-18T07:58:15Z master cadc6196c2) +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 ............................................................
  3360 ............................................................
  3420 ..........

Finished in 38.168294 seconds

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