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

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

$$$ ps jx
   PPID     PID    PGID     SID TTY        TPGID STAT   UID   TIME COMMAND
      1     999     999     999 ?             -1 Ss    1000   0:17 SCREEN -d -m dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk_asan --incremental --exclude-steps=test_btest
    999    1021    1021    1021 pts/0       1021 Ss+   1000   0:00 dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk_asan --incremental --exclude-steps=test_btest
   1021    1022    1021    1021 pts/0       1021 S+    1000   0:06 sh build-loop.sh trunk_asan --incremental --exclude-steps=test_btest
      1   65610    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1  177887    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1  452310    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1  584441    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 1164625    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
   1022 1859656    1021    1021 pts/0       1021 Sl+   1000   0:00 ruby ./br.rb build_report trunk_asan --incremental --exclude-steps=test_btest
1859656 1859659    1021    1021 pts/0       1021 S+    1000   0:00 sh -c ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk_asan --logfile=/home/ko1/ruby/logs/brlog.trunk_asan.20251231-213728 --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
1859659 1859660    1021    1021 pts/0       1021 Sl+   1000   0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk_asan --logfile=/home/ko1/ruby/logs/brlog.trunk_asan.20251231-213728 --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
1859660 1860556    1021    1021 pts/0       1021 S+    1000   0:00 sh -c make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
1860556 1860557    1021    1021 pts/0       1021 S+    1000   0:00 make yes-test-all TESTOPTS=--stderr-on-failure TESTS=-j16
1860557 1860887    1021    1021 pts/0       1021 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
1860887 1860921    1021    1021 pts/0       1021 Sl+   1000   0:58 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestAutoload#test_autoload_fork
      1 2005784    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
1860921 2025629    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestAutoload#test_autoload_fork
1860921 2025664    1021    1021 pts/0       1021 Z+    1000   0:00 [test_autoload.*] <defunct>
1860921 2025721    1021    1021 pts/0       1021 Z+    1000   0:00 [test_autoload.*] <defunct>
      1 2117046    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 2306871    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
1859660 2334698    1021    1021 pts/0       1021 R+    1000   0:00 ps jx
      1 2681903    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 2825499    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 2849766    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 3202376    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 3220467    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 3393617    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 3696633    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
      1 4123412    1021    1021 pts/0       1021 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism -e Signal.trap(:INT, "DEFAULT"); pipe=IO.pipe; Thread.start {Thread.pass until Thread.main.stop?; puts; STDOUT.flush}; pipe[0].read
{1=>[999, 65610, 177887, 452310, 584441, 1164625, 2005784, 2117046, 2306871, 2681903, 2825499, 2849766, 3202376, 3220467, 3393617, 3696633, 4123412], 999=>[1021], 1021=>[1022], 1022=>[1859656], 1859656=>[1859659], 1859659=>[1859660], 1859660=>[1860556, 2334698], 1860556=>[1860557], 1860557=>[1860887], 1860887=>[1860921], 1860921=>[2025629, 2025664, 2025721]}
$ timeout 60 gdb -p 2025629 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 2025630]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x000055a73844ceae in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()

>>> Threads

  Id   Target Id                                             Frame 
* 1    Thread 0x7bbecaba56c0 (LWP 2025629) "test_autoload.*" 0x000055a73844ceae in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
  2    Thread 0x7bbede5ff6c0 (LWP 2025630) "test_autoload.*" 0x00007bbefa71b4fd in __GI___poll (fds=0x7bbedd3ff040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 2 (Thread 0x7bbede5ff6c0 (LWP 2025630) "test_autoload.*"):
#0  0x00007bbefa71b4fd in __GI___poll (fds=0x7bbedd3ff040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x000055a7383d774a in __interceptor_poll ()
No symbol table info available.
#2  0x000055a7387d557b in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1077
        pfd = {fd = 3, events = 1, revents = <optimized out>}
        timeout = -1
        r = <optimized out>
#3  timer_thread_func (ptr=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3067
        vm = <optimized out>
#4  0x000055a738430aff in asan_thread_start(void*) ()
No symbol table info available.
#5  0x00007bbefa69caa4 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 = {136059704833728, -7703386562736373832, 136059704833728, -352, 0, 136059375202448, -7703386562715402312, -7703307312780361800}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x00007bbefa729c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7bbecaba56c0 (LWP 2025629) "test_autoload.*"):
#0  0x000055a73844ceae in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
No symbol table info available.
#1  0x000055a73844de6a in __sanitizer::Semaphore::Wait() ()
No symbol table info available.
#2  0x000055a73839c6e0 in __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::GetFromAllocator(__sanitizer::AllocatorStats*, unsigned long, unsigned int*, unsigned long) ()
No symbol table info available.
#3  0x000055a73839c559 in __sanitizer::SizeClassAllocator64LocalCache<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >::Refill(__sanitizer::SizeClassAllocator64LocalCache<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >::PerClass*, __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >*, unsigned long) ()
No symbol table info available.
#4  0x000055a73839c185 in __sanitizer::CombinedAllocator<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >, __sanitizer::LargeMmapAllocatorPtrArrayDynamic>::Allocate(__sanitizer::SizeClassAllocator64LocalCache<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >*, unsigned long, unsigned long) ()
No symbol table info available.
#5  0x000055a73839718e in __asan::Allocator::Allocate(unsigned long, unsigned long, __sanitizer::BufferedStackTrace*, __asan::AllocType, bool) ()
No symbol table info available.
#6  0x000055a738397843 in __asan::asan_calloc(unsigned long, unsigned long, __sanitizer::BufferedStackTrace*) ()
No symbol table info available.
#7  0x000055a7384330e0 in __interceptor_calloc ()
No symbol table info available.
#8  0x000055a738923099 in pm_constant_pool_init (pool=pool@entry=0x7bbecaba16b0, capacity=4) at /tmp/ruby/src/trunk_asan/prism/util/pm_constant_pool.c:185
        maximum = 4294967295
        element_size = 24
        memory = <optimized out>
#9  0x000055a738d7d921 in pm_parser_init (parser=parser@entry=0x7bbecaba1470, source=source@entry=0x7bbef9bbf000 "sleep 0.3; class AutoloadTest; end\n", size=35, options=options@entry=0x7bbecaba1738) at /tmp/ruby/src/trunk_asan/prism/prism.c:22034
        newline = <optimized out>
        length = <optimized out>
        constant_size = <optimized out>
        newline_size = <optimized out>
        search_shebang = <optimized out>
#10 0x000055a738b1fa4f in pm_parse_file (result=0x7bbecaba1470, filepath=<optimized out>, script_lines=<optimized out>) at /tmp/ruby/src/trunk_asan/prism_compile.c:11395
        rbimpl_id = 40971
        node = <optimized out>
        error = <optimized out>
        id_script_lines = <optimized out>
#11 0x000055a73859531d in load_iseq_eval (ec=0x517000151250, fname=fname@entry=136059469823840) at /tmp/ruby/src/trunk_asan/load.c:736
        result = <optimized out>
        error = <optimized out>
        ec = 0x517000151250
        v = <optimized out>
        realpath_map = 136060169867160
        box = 0x55a739b8ba60 <root_box>
        iseq = <optimized out>
#12 0x000055a73858f7a8 in require_internal (ec=ec@entry=0x517000151250, 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 = 0x51500017b900
        box = 0x55a739b8ba60 <root_box>
        saved = <optimized out>
        ftptr = <optimized out>
        realpath = <optimized out>
        realpaths = 136060169867320
        realpath_map = 136060169867160
        path = 136059469823840
        state = RUBY_TAG_NONE
        th2 = <optimized out>
        result = <optimized out>
        saved_path = <optimized out>
        reset_ext_config = <optimized out>
        prev_ext_config = <optimized out>
#13 0x000055a73858d7cb in rb_require_string_internal (fname=136059469373040, resurrect=false) at /tmp/ruby/src/trunk_asan/load.c:1451
        result = <optimized out>
        ec = 0x517000151250
        result = <optimized out>
#14 rb_require_string (fname=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1437
No locals.
#15 0x000055a7388b5d28 in vm_call_cfunc_with_frame_ (ec=<optimized out>, reg_cfp=<optimized out>, calling=<optimized out>, argc=<optimized out>, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3902
        ci = 0x13ec100140003
        cc = <optimized out>
        me = 0x7bbed1ce5598
        cfunc = 0x506000037108
        recv = 136060170057640
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#16 0x000055a73889b425 in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7bbecaba23e0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4888
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0x0
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#17 0x000055a7388a15a5 in vm_call_alias (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4297
No locals.
#18 0x000055a73885686d in vm_sendish (ec=0x517000151250, reg_cfp=0x7bbecaca76e8, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#19 vm_exec_core (ec=ec@entry=0x517000151250) at ../../src/trunk_asan/insns.def:904
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x55a73884a626 <vm_exec_core+1494>, 0x55a73884b92d <vm_exec_core+6365>, 0x55a738850ac1 <vm_exec_core+27249>, 0x55a73884b49f <vm_exec_core+5199>, 0x55a738851872 <vm_exec_core+30754>, 0x55a73884f674 <vm_exec_core+22052>, 0x55a73884d31e <vm_exec_core+13006>, 0x55a73884a78e <vm_exec_core+1854>, 0x55a7388510b4 <vm_exec_core+28772>, 0x55a738850dfc <vm_exec_core+28076>, 0x55a73884b71c <vm_exec_core+5836>, 0x55a73884ac7e <vm_exec_core+3118>, 0x55a73884fd76 <vm_exec_core+23846>, 0x55a73884c223 <vm_exec_core+8659>, 0x55a7388512b5 <vm_exec_core+29285>, 0x55a738850f5e <vm_exec_core+28430>, 0x55a73884c911 <vm_exec_core+10433>, 0x55a73884d2ad <vm_exec_core+12893>, 0x55a73884f8d5 <vm_exec_core+22661>, 0x55a738850ed5 <vm_exec_core+28293>, 0x55a73884ed80 <vm_exec_core+19760>, 0x55a73884f95e <vm_exec_core+22798>, 0x55a738850417 <vm_exec_core+25543>, 0x55a73884ecbd <vm_exec_core+19565>, 0x55a73884abbb <vm_exec_core+2923>, 0x55a73884f377 <vm_exec_core+21287>, 0x55a73884aa4e <vm_exec_core+2558>, 0x55a73884ae84 <vm_exec_core+3636>, 0x55a73884cb94 <vm_exec_core+11076>, 0x55a73884e88a <vm_exec_core+18490>, 0x55a73884f210 <vm_exec_core+20928>, 0x55a73884e52f <vm_exec_core+17631>, 0x55a73884a65a <vm_exec_core+1546>, 0x55a738850647 <vm_exec_core+26103>, 0x55a738850d27 <vm_exec_core+27863>, 0x55a73884b02b <vm_exec_core+4059>, 0x55a73884bbd7 <vm_exec_core+7047>, 0x55a73884b895 <vm_exec_core+6213>, 0x55a73884c312 <vm_exec_core+8898>, 0x55a73884d149 <vm_exec_core+12537>, 0x55a73884b0d2 <vm_exec_core+4226>, 0x55a7388504af <vm_exec_core+25695>, 0x55a73884bb61 <vm_exec_core+6929>, 0x55a73884cff7 <vm_exec_core+12199>, 0x55a73884dabe <vm_exec_core+14958>, 0x55a73884fe0c <vm_exec_core+23996>, 0x55a73884ef42 <vm_exec_core+20210>, 0x55a73884c5ec <vm_exec_core+9628>, 0x55a73884be6e <vm_exec_core+7710>, 0x55a73884fc62 <vm_exec_core+23570>, 0x55a73884cd74 <vm_exec_core+11556>, 0x55a73884f476 <vm_exec_core+21542>, 0x55a73884efb4 <vm_exec_core+20324>, 0x55a73884f52d <vm_exec_core+21725>, 0x55a7388509f9 <vm_exec_core+27049>, 0x55a73884e341 <vm_exec_core+17137>, 0x55a73884fec5 <vm_exec_core+24181>, 0x55a73884a3a8 <vm_exec_core+856>, 0x55a73884f9f3 <vm_exec_core+22947>, 0x55a73884c70b <vm_exec_core+9915>, 0x55a73884ec18 <vm_exec_core+19400>, 0x55a73884ee58 <vm_exec_core+19976>, 0x55a73884d6f2 <vm_exec_core+13986>, 0x55a73884af38 <vm_exec_core+3816>, 0x55a73884cab9 <vm_exec_core+10857>, 0x55a73884c0f6 <vm_exec_core+8358>, 0x55a73884f5ab <vm_exec_core+21851>, 0x55a73884b263 <vm_exec_core+4627>, 0x55a73884d49f <vm_exec_core+13391>, 0x55a73884ddef <vm_exec_core+15775>, 0x55a73884c3f0 <vm_exec_core+9120>, 0x55a738858000 <vm_exec_core+57264>, 0x55a73884bdc5 <vm_exec_core+7541>, 0x55a73884bcbd <vm_exec_core+7277>, 0x55a73884bfc8 <vm_exec_core+8056>, 0x55a73884c9b3 <vm_exec_core+10595>, 0x55a73884e72e <vm_exec_core+18142>, 0x55a73884db79 <vm_exec_core+15145>, 0x55a73884f28f <vm_exec_core+21055>, 0x55a73884dfd5 <vm_exec_core+16261>, 0x55a738850570 <vm_exec_core+25888>, 0x55a738851b17 <vm_exec_core+31431>, 0x55a7388507b4 <vm_exec_core+26468>, 0x55a738851405 <vm_exec_core+29621>, 0x55a7388514f6 <vm_exec_core+29862>, 0x55a73884aae0 <vm_exec_core+2704>, 0x55a738850fdd <vm_exec_core+28557>, 0x55a73884cc99 <vm_exec_core+11337>, 0x55a7388511d8 <vm_exec_core+29064>, 0x55a73884c7da <vm_exec_core+10122>, 0x55a7388506eb <vm_exec_core+26267>, 0x55a73884a977 <vm_exec_core+2343>, 0x55a73884b15d <vm_exec_core+4365>, 0x55a73885173a <vm_exec_core+30442>, 0x55a73884d07d <vm_exec_core+12333>, 0x55a73884ce7a <vm_exec_core+11818>, 0x55a73884a3ad <vm_exec_core+861>, 0x55a73884a89a <vm_exec_core+2122>, 0x55a73884a433 <vm_exec_core+995>, 0x55a7388508a3 <vm_exec_core+26707>, 0x55a73884e1fe <vm_exec_core+16814>, 0x55a73884d8c2 <vm_exec_core+14450>, 0x55a73884e0da <vm_exec_core+16522>, 0x55a73884dd26 <vm_exec_core+15574>, 0x55a73884cf0f <vm_exec_core+11967>, 0x55a73884d7cd <vm_exec_core+14205>, 0x55a73884d199 <vm_exec_core+12617>, 0x55a73884d9dc <vm_exec_core+14732>, 0x55a73884da4d <vm_exec_core+14845>, 0x55a73884a617 <vm_exec_core+1479>, 0x55a73884b91e <vm_exec_core+6350>, 0x55a738850ab2 <vm_exec_core+27234>, 0x55a73884b490 <vm_exec_core+5184>, 0x55a738851863 <vm_exec_core+30739>, 0x55a73884f665 <vm_exec_core+22037>, 0x55a73884d30f <vm_exec_core+12991>, 0x55a73884a77f <vm_exec_core+1839>, 0x55a7388510a5 <vm_exec_core+28757>, 0x55a738850ded <vm_exec_core+28061>, 0x55a73884b70d <vm_exec_core+5821>, 0x55a73884ac6f <vm_exec_core+3103>, 0x55a73884fd67 <vm_exec_core+23831>, 0x55a73884c214 <vm_exec_core+8644>, 0x55a7388512a6 <vm_exec_core+29270>, 0x55a738850f4f <vm_exec_core+28415>, 0x55a73884c902 <vm_exec_core+10418>, 0x55a73884d29e <vm_exec_core+12878>, 0x55a73884f8c6 <vm_exec_core+22646>, 0x55a738850ec6 <vm_exec_core+28278>, 0x55a73884ed71 <vm_exec_core+19745>, 0x55a73884f94f <vm_exec_core+22783>, 0x55a738850408 <vm_exec_core+25528>, 0x55a73884ecae <vm_exec_core+19550>, 0x55a73884abac <vm_exec_core+2908>, 0x55a73884f368 <vm_exec_core+21272>, 0x55a73884aa3f <vm_exec_core+2543>, 0x55a73884ae75 <vm_exec_core+3621>, 0x55a73884cb85 <vm_exec_core+11061>, 0x55a73884e87b <vm_exec_core+18475>, 0x55a73884f201 <vm_exec_core+20913>, 0x55a73884e520 <vm_exec_core+17616>, 0x55a73884a64b <vm_exec_core+1531>, 0x55a738850638 <vm_exec_core+26088>, 0x55a738850d18 <vm_exec_core+27848>, 0x55a73884b01c <vm_exec_core+4044>, 0x55a73884bbc8 <vm_exec_core+7032>, 0x55a73884b886 <vm_exec_core+6198>, 0x55a73884c303 <vm_exec_core+8883>, 0x55a73884d13a <vm_exec_core+12522>, 0x55a73884b0c3 <vm_exec_core+4211>, 0x55a7388504a0 <vm_exec_core+25680>, 0x55a73884bb52 <vm_exec_core+6914>, 0x55a73884cfe8 <vm_exec_core+12184>, 0x55a73884daaf <vm_exec_core+14943>, 0x55a73884fdfd <vm_exec_core+23981>, 0x55a73884ef33 <vm_exec_core+20195>, 0x55a73884c5dd <vm_exec_core+9613>, 0x55a73884be5f <vm_exec_core+7695>, 0x55a73884fc53 <vm_exec_core+23555>, 0x55a73884cd65 <vm_exec_core+11541>, 0x55a73884f467 <vm_exec_core+21527>, 0x55a73884efa5 <vm_exec_core+20309>, 0x55a73884f51e <vm_exec_core+21710>, 0x55a7388509ea <vm_exec_core+27034>, 0x55a73884e332 <vm_exec_core+17122>, 0x55a73884feb6 <vm_exec_core+24166>, 0x55a73884f354 <vm_exec_core+21252>, 0x55a73884f9e4 <vm_exec_core+22932>, 0x55a73884c6fc <vm_exec_core+9900>, 0x55a73884ec09 <vm_exec_core+19385>, 0x55a73884ee49 <vm_exec_core+19961>, 0x55a73884d6e3 <vm_exec_core+13971>, 0x55a73884e876 <vm_exec_core+18470>, 0x55a73884caaa <vm_exec_core+10842>, 0x55a73884c0e7 <vm_exec_core+8343>, 0x55a73884f59c <vm_exec_core+21836>, 0x55a73884b254 <vm_exec_core+4612>, 0x55a73884d490 <vm_exec_core+13376>, 0x55a73884dde0 <vm_exec_core+15760>, 0x55a73884c3e1 <vm_exec_core+9105>, 0x55a738857ff1 <vm_exec_core+57249>, 0x55a73884bdb6 <vm_exec_core+7526>, 0x55a73884bcae <vm_exec_core+7262>, 0x55a73884bfb9 <vm_exec_core+8041>, 0x55a73884c9a4 <vm_exec_core+10580>, 0x55a73884e71f <vm_exec_core+18127>, 0x55a73884db6a <vm_exec_core+15130>, 0x55a73884e71a <vm_exec_core+18122>, 0x55a73884ef2e <vm_exec_core+20190>, 0x55a73884ef29 <vm_exec_core+20185>, 0x55a73884bfb4 <vm_exec_core+8036>, 0x55a73884f354 <vm_exec_core+21252>, 0x55a73884d103 <vm_exec_core+12467>, 0x55a73884d108 <vm_exec_core+12472>, 0x55a73884ef24 <vm_exec_core+20180>, 0x55a73884ed6c <vm_exec_core+19740>, 0x55a73884dddb <vm_exec_core+15755>, 0x55a73884dd12 <vm_exec_core+15554>, 0x55a73884ee1b <vm_exec_core+19915>, 0x55a73884e1e5 <vm_exec_core+16789>...}
        reg_cfp = 0x7bbecaca76e8
        reg_pc = 0x5110000a82f8
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#20 0x000055a7388451e2 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2798
        _ec = 0x517000151250
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#21 0x000055a7388cc5aa in vm_call0_body (ec=<optimized out>, calling=0x7bbec8b99860, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:225
        reg_cfp = <optimized out>
        i = <optimized out>
        ci = 0x7bbec8b998d0
        cc = <optimized out>
        ret = <optimized out>
#22 0x000055a7388cbe1d in vm_call0_cme (ec=0x517000151250, calling=0x7bbec8b99860, argv=0x7bbecaba2b80, cme=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:108
No locals.
#23 vm_call0_body (ec=<optimized out>, calling=0x7bbec8b99860, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:271
        cme = 0x7bbed05e6b58
        orig_cme = <optimized out>
        ci = 0x7bbec8b998d0
        cc = 0x7bbed05e0550
        ret = <optimized out>
#24 0x000055a7388741c0 in vm_call0_cc (ec=0x517000151250, recv=136060170057640, id=22833, argc=<optimized out>, argv=<optimized out>, kw_splat=0, cc=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:101
        flags = <optimized out>
        calling = <error reading variable calling (Cannot access memory at address 0x80)>
        use_argv = 0x0
        av = <optimized out>
#25 rb_funcallv_scope (recv=<optimized out>, mid=<optimized out>, argc=<optimized out>, argv=<optimized out>, scope=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1065
        ci = <optimized out>
        ec = 0x517000151250
        cc = <optimized out>
        self = <optimized out>
#26 0x000055a73887525e in rb_funcallv (recv=136060170057640, mid=22833, argc=1, argv=0x7bbecaba2b80) at /tmp/ruby/src/trunk_asan/vm_eval.c:1080
No locals.
#27 rb_funcall (recv=<optimized out>, mid=<optimized out>, n=1) at /tmp/ruby/src/trunk_asan/vm_eval.c:1137
        ar = <optimized out>
        argv = 0x7bbecaba2b80
#28 0x000055a73882c723 in autoload_feature_require (_arguments=136059375202144) at /tmp/ruby/src/trunk_asan/variable.c:3230
        receiver = 136060170057640
        arguments = 0x7bbecaba2f60
        autoload_const = <optimized out>
        autoload_box_value = <optimized out>
        result = <optimized out>
#29 autoload_try_load (_arguments=136059375202144) at /tmp/ruby/src/trunk_asan/variable.c:3243
        arguments = 0x7bbecaba2f60
        result = <optimized out>
        ce = <optimized out>
#30 0x000055a73847c6ce in rb_ec_ensure (ec=<optimized out>, b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1146
        _ec = 0x517000151250
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7bbecaba2e90, <optimized out>, 0x7bbecaba2da0, <optimized out>, <optimized out>}, prev = 0x7bbec8a99740, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#31 0x000055a7387a8c02 in rb_mutex_synchronize (self=<optimized out>, func=<optimized out>, arg=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:660
        args = {self = 136059471092880, mutex = 0x5040002f1590, ec = <optimized out>}
th: 0x51500017b900, native_id: 0x7bbecaba56c0
-- Control frame information -----------------------------------------------
#32 0x000055a73882bb30 in rb_autoload_load (module=module@entry=136060170010080, name=name@entry=242555) at /tmp/ruby/src/trunk_asan/variable.c:3304
        ce = <optimized out>
        arguments = {module = 136060170010080, name = 242555, flag = 0, mutex = 136059471092880, autoload_const = 0x0, autoload_data = 0x0}
        result = <optimized out>
        autoload_const_value = <optimized out>
c:0007 p:---- s:0027 e:000026 l:y b:---- DUMMY  [FINISH]
c:0006 p:---- s:0024 e:000023 l:y b:---- CFUNC  :require
#33 0x000055a738837f10 in rb_const_search_from (klass=136059492434880, id=<optimized out>, exclude=<optimized out>, recurse=<optimized out>, visibility=<optimized out>, found_in=<optimized out>) at /tmp/ruby/src/trunk_asan/variable.c:3410
        ac = 0x0
        am = 136060170010080
        tmp = 136060170010080
        ce = <optimized out>
        current = 136060170010080
        value = <optimized out>
        first_iteration = <optimized out>
#34 0x000055a73882d59e in rb_const_search (klass=136059492434880, id=242555, exclude=0, recurse=1, visibility=0, found_in=0x0) at /tmp/ruby/src/trunk_asan/variable.c:3433
        value = <optimized out>
c:0005 p:0023 s:0019 e:000018 l:y b:0001 METHOD <internal:/tmp/ruby/src/trunk_asan/lib/rubygems/core_ext/kernel_require.rb>:139 [FINISH]
c:0004 p:0002 s:0013 e:000012 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:409 [FINISH]
#35 rb_const_get_0 (klass=<optimized out>, id=<optimized out>, exclude=<optimized out>, recurse=<optimized out>, visibility=<optimized out>) at /tmp/ruby/src/trunk_asan/variable.c:3356
        c = <optimized out>
        found_in = <optimized out>
#36 0x000055a73883c6de in vm_get_ev_const (ec=<optimized out>, orig_klass=<optimized out>, id=<optimized out>, allow_nil=<optimized out>, is_defined=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:1170
        root_cref = <optimized out>
        klass = 92358976734216
c:0003 p:---- s:0010 e:000009 l:y b:---- CFUNC  :fork
c:0002 p:0004 s:0006 e:000005 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:409 [FINISH]
        cref = <optimized out>
        val = <optimized out>
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]

        root_cref = <optimized out>
        cref = <optimized out>
        klass = <optimized out>
        av = <optimized out>
        am = <optimized out>
        ce = <optimized out>
        search_continue = <optimized out>
#37 0x000055a7388495d2 in vm_get_ev_const_chain (ec=0x517000151250, segments=0x502000a8e3b0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:1203
        id = 0
        val = 128
        idx = <optimized out>
        allow_nil = <optimized out>
#38 rb_vm_opt_getconstant_path (ec=<optimized out>, reg_cfp=<optimized out>, ic=0x502000a8e410) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6605
        segments = 0x502000a8e3b0
        ice = <optimized out>
        val = <optimized out>
#39 0x000055a73884fdbf in vm_exec_core (ec=ec@entry=0x517000151250) at ../../src/trunk_asan/insns.def:265
        ic = 0x0
        leaf = false
        val = <optimized out>
        insns_address_table = {0x55a73884a626 <vm_exec_core+1494>, 0x55a73884b92d <vm_exec_core+6365>, 0x55a738850ac1 <vm_exec_core+27249>, 0x55a73884b49f <vm_exec_core+5199>, 0x55a738851872 <vm_exec_core+30754>, 0x55a73884f674 <vm_exec_core+22052>, 0x55a73884d31e <vm_exec_core+13006>, 0x55a73884a78e <vm_exec_core+1854>, 0x55a7388510b4 <vm_exec_core+28772>, 0x55a738850dfc <vm_exec_core+28076>, 0x55a73884b71c <vm_exec_core+5836>, 0x55a73884ac7e <vm_exec_core+3118>, 0x55a73884fd76 <vm_exec_core+23846>, 0x55a73884c223 <vm_exec_core+8659>, 0x55a7388512b5 <vm_exec_core+29285>, 0x55a738850f5e <vm_exec_core+28430>, 0x55a73884c911 <vm_exec_core+10433>, 0x55a73884d2ad <vm_exec_core+12893>, 0x55a73884f8d5 <vm_exec_core+22661>, 0x55a738850ed5 <vm_exec_core+28293>, 0x55a73884ed80 <vm_exec_core+19760>, 0x55a73884f95e <vm_exec_core+22798>, 0x55a738850417 <vm_exec_core+25543>, 0x55a73884ecbd <vm_exec_core+19565>, 0x55a73884abbb <vm_exec_core+2923>, 0x55a73884f377 <vm_exec_core+21287>, 0x55a73884aa4e <vm_exec_core+2558>, 0x55a73884ae84 <vm_exec_core+3636>, 0x55a73884cb94 <vm_exec_core+11076>, 0x55a73884e88a <vm_exec_core+18490>, 0x55a73884f210 <vm_exec_core+20928>, 0x55a73884e52f <vm_exec_core+17631>, 0x55a73884a65a <vm_exec_core+1546>, 0x55a738850647 <vm_exec_core+26103>, 0x55a738850d27 <vm_exec_core+27863>, 0x55a73884b02b <vm_exec_core+4059>, 0x55a73884bbd7 <vm_exec_core+7047>, 0x55a73884b895 <vm_exec_core+6213>, 0x55a73884c312 <vm_exec_core+8898>, 0x55a73884d149 <vm_exec_core+12537>, 0x55a73884b0d2 <vm_exec_core+4226>, 0x55a7388504af <vm_exec_core+25695>, 0x55a73884bb61 <vm_exec_core+6929>, 0x55a73884cff7 <vm_exec_core+12199>, 0x55a73884dabe <vm_exec_core+14958>, 0x55a73884fe0c <vm_exec_core+23996>, 0x55a73884ef42 <vm_exec_core+20210>, 0x55a73884c5ec <vm_exec_core+9628>, 0x55a73884be6e <vm_exec_core+7710>, 0x55a73884fc62 <vm_exec_core+23570>, 0x55a73884cd74 <vm_exec_core+11556>, 0x55a73884f476 <vm_exec_core+21542>, 0x55a73884efb4 <vm_exec_core+20324>, 0x55a73884f52d <vm_exec_core+21725>, 0x55a7388509f9 <vm_exec_core+27049>, 0x55a73884e341 <vm_exec_core+17137>, 0x55a73884fec5 <vm_exec_core+24181>, 0x55a73884a3a8 <vm_exec_core+856>, 0x55a73884f9f3 <vm_exec_core+22947>, 0x55a73884c70b <vm_exec_core+9915>, 0x55a73884ec18 <vm_exec_core+19400>, 0x55a73884ee58 <vm_exec_core+19976>, 0x55a73884d6f2 <vm_exec_core+13986>, 0x55a73884af38 <vm_exec_core+3816>, 0x55a73884cab9 <vm_exec_core+10857>, 0x55a73884c0f6 <vm_exec_core+8358>, 0x55a73884f5ab <vm_exec_core+21851>, 0x55a73884b263 <vm_exec_core+4627>, 0x55a73884d49f <vm_exec_core+13391>, 0x55a73884ddef <vm_exec_core+15775>, 0x55a73884c3f0 <vm_exec_core+9120>, 0x55a738858000 <vm_exec_core+57264>, 0x55a73884bdc5 <vm_exec_core+7541>, 0x55a73884bcbd <vm_exec_core+7277>, 0x55a73884bfc8 <vm_exec_core+8056>, 0x55a73884c9b3 <vm_exec_core+10595>, 0x55a73884e72e <vm_exec_core+18142>, 0x55a73884db79 <vm_exec_core+15145>, 0x55a73884f28f <vm_exec_core+21055>, 0x55a73884dfd5 <vm_exec_core+16261>, 0x55a738850570 <vm_exec_core+25888>, 0x55a738851b17 <vm_exec_core+31431>, 0x55a7388507b4 <vm_exec_core+26468>, 0x55a738851405 <vm_exec_core+29621>, 0x55a7388514f6 <vm_exec_core+29862>, 0x55a73884aae0 <vm_exec_core+2704>, 0x55a738850fdd <vm_exec_core+28557>, 0x55a73884cc99 <vm_exec_core+11337>, 0x55a7388511d8 <vm_exec_core+29064>, 0x55a73884c7da <vm_exec_core+10122>, 0x55a7388506eb <vm_exec_core+26267>, 0x55a73884a977 <vm_exec_core+2343>, 0x55a73884b15d <vm_exec_core+4365>, 0x55a73885173a <vm_exec_core+30442>, 0x55a73884d07d <vm_exec_core+12333>, 0x55a73884ce7a <vm_exec_core+11818>, 0x55a73884a3ad <vm_exec_core+861>, 0x55a73884a89a <vm_exec_core+2122>, 0x55a73884a433 <vm_exec_core+995>, 0x55a7388508a3 <vm_exec_core+26707>, 0x55a73884e1fe <vm_exec_core+16814>, 0x55a73884d8c2 <vm_exec_core+14450>, 0x55a73884e0da <vm_exec_core+16522>, 0x55a73884dd26 <vm_exec_core+15574>, 0x55a73884cf0f <vm_exec_core+11967>, 0x55a73884d7cd <vm_exec_core+14205>, 0x55a73884d199 <vm_exec_core+12617>, 0x55a73884d9dc <vm_exec_core+14732>, 0x55a73884da4d <vm_exec_core+14845>, 0x55a73884a617 <vm_exec_core+1479>, 0x55a73884b91e <vm_exec_core+6350>, 0x55a738850ab2 <vm_exec_core+27234>, 0x55a73884b490 <vm_exec_core+5184>, 0x55a738851863 <vm_exec_core+30739>, 0x55a73884f665 <vm_exec_core+22037>, 0x55a73884d30f <vm_exec_core+12991>, 0x55a73884a77f <vm_exec_core+1839>, 0x55a7388510a5 <vm_exec_core+28757>, 0x55a738850ded <vm_exec_core+28061>, 0x55a73884b70d <vm_exec_core+5821>, 0x55a73884ac6f <vm_exec_core+3103>, 0x55a73884fd67 <vm_exec_core+23831>, 0x55a73884c214 <vm_exec_core+8644>, 0x55a7388512a6 <vm_exec_core+29270>, 0x55a738850f4f <vm_exec_core+28415>, 0x55a73884c902 <vm_exec_core+10418>, 0x55a73884d29e <vm_exec_core+12878>, 0x55a73884f8c6 <vm_exec_core+22646>, 0x55a738850ec6 <vm_exec_core+28278>, 0x55a73884ed71 <vm_exec_core+19745>, 0x55a73884f94f <vm_exec_core+22783>, 0x55a738850408 <vm_exec_core+25528>, 0x55a73884ecae <vm_exec_core+19550>, 0x55a73884abac <vm_exec_core+2908>, 0x55a73884f368 <vm_exec_core+21272>, 0x55a73884aa3f <vm_exec_core+2543>, 0x55a73884ae75 <vm_exec_core+3621>, 0x55a73884cb85 <vm_exec_core+11061>, 0x55a73884e87b <vm_exec_core+18475>, 0x55a73884f201 <vm_exec_core+20913>, 0x55a73884e520 <vm_exec_core+17616>, 0x55a73884a64b <vm_exec_core+1531>, 0x55a738850638 <vm_exec_core+26088>, 0x55a738850d18 <vm_exec_core+27848>, 0x55a73884b01c <vm_exec_core+4044>, 0x55a73884bbc8 <vm_exec_core+7032>, 0x55a73884b886 <vm_exec_core+6198>, 0x55a73884c303 <vm_exec_core+8883>, 0x55a73884d13a <vm_exec_core+12522>, 0x55a73884b0c3 <vm_exec_core+4211>, 0x55a7388504a0 <vm_exec_core+25680>, 0x55a73884bb52 <vm_exec_core+6914>, 0x55a73884cfe8 <vm_exec_core+12184>, 0x55a73884daaf <vm_exec_core+14943>, 0x55a73884fdfd <vm_exec_core+23981>, 0x55a73884ef33 <vm_exec_core+20195>, 0x55a73884c5dd <vm_exec_core+9613>, 0x55a73884be5f <vm_exec_core+7695>, 0x55a73884fc53 <vm_exec_core+23555>, 0x55a73884cd65 <vm_exec_core+11541>, 0x55a73884f467 <vm_exec_core+21527>, 0x55a73884efa5 <vm_exec_core+20309>, 0x55a73884f51e <vm_exec_core+21710>, 0x55a7388509ea <vm_exec_core+27034>, 0x55a73884e332 <vm_exec_core+17122>, 0x55a73884feb6 <vm_exec_core+24166>, 0x55a73884f354 <vm_exec_core+21252>, 0x55a73884f9e4 <vm_exec_core+22932>, 0x55a73884c6fc <vm_exec_core+9900>, 0x55a73884ec09 <vm_exec_core+19385>, 0x55a73884ee49 <vm_exec_core+19961>, 0x55a73884d6e3 <vm_exec_core+13971>, 0x55a73884e876 <vm_exec_core+18470>, 0x55a73884caaa <vm_exec_core+10842>, 0x55a73884c0e7 <vm_exec_core+8343>, 0x55a73884f59c <vm_exec_core+21836>, 0x55a73884b254 <vm_exec_core+4612>, 0x55a73884d490 <vm_exec_core+13376>, 0x55a73884dde0 <vm_exec_core+15760>, 0x55a73884c3e1 <vm_exec_core+9105>, 0x55a738857ff1 <vm_exec_core+57249>, 0x55a73884bdb6 <vm_exec_core+7526>, 0x55a73884bcae <vm_exec_core+7262>, 0x55a73884bfb9 <vm_exec_core+8041>, 0x55a73884c9a4 <vm_exec_core+10580>, 0x55a73884e71f <vm_exec_core+18127>, 0x55a73884db6a <vm_exec_core+15130>, 0x55a73884e71a <vm_exec_core+18122>, 0x55a73884ef2e <vm_exec_core+20190>, 0x55a73884ef29 <vm_exec_core+20185>, 0x55a73884bfb4 <vm_exec_core+8036>, 0x55a73884f354 <vm_exec_core+21252>, 0x55a73884d103 <vm_exec_core+12467>, 0x55a73884d108 <vm_exec_core+12472>, 0x55a73884ef24 <vm_exec_core+20180>, 0x55a73884ed6c <vm_exec_core+19740>, 0x55a73884dddb <vm_exec_core+15755>, 0x55a73884dd12 <vm_exec_core+15554>, 0x55a73884ee1b <vm_exec_core+19915>, 0x55a73884e1e5 <vm_exec_core+16789>...}
        reg_cfp = 0x7bbecaca7720
        reg_pc = 0x503002e86860
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#40 0x000055a7388451e2 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2798
        _ec = 0x517000151250
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#41 0x000055a7388d69b2 in invoke_iseq_block_from_c (ec=0x517000151250, captured=0x7bbecaca77a8, self=136059491806240, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=0, me=0x0) at /tmp/ruby/src/trunk_asan/vm.c:1820
        flags = 0
        iseq = 0x7bbed082b1c0
        cfp = <optimized out>
        sp = 0x7bbecaba7850
        use_argv = 0x0
        stack_argv = 0x7bbecaba7850
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#42 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1834
        captured = 0x7bbecaca77a8
#43 0x000055a73887723c in vm_yield_with_cref (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1871
No locals.
#44 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1879
No locals.
#45 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#46 0x000055a73887723c in rb_yield (val=<optimized out>)
No locals.
#47 0x000055a73847bffc in rb_protect (proc=<optimized out>, data=<optimized out>, pstate=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1127
        _ec = 0x517000151250
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7bbecaba3d70, <optimized out>, 0x7bbecaba3c80, <optimized out>, <optimized out>}, prev = 0x7bbec8a99240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        ec = 0x517000151250
        cfp = 0x7bbecaca7758
#48 0x000055a73861c98b in rb_f_fork (obj=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4293
        status = <optimized out>
        pid = <optimized out>
#49 0x000055a7388b5d28 in vm_call_cfunc_with_frame_ (ec=<optimized out>, reg_cfp=<optimized out>, calling=<optimized out>, argc=<optimized out>, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3902
        ci = 0x660100040001
        cc = <optimized out>
        me = 0x7bbed1ddb088
        cfunc = 0x506000048e68
        recv = 136059491806240
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#50 0x000055a73889b425 in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7bbecaba4400) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4888
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0x0
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#51 0x000055a73889aeb5 in vm_call_method (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5028
        ci = <optimized out>
        cc = 0x0
#52 0x000055a73884ea5f in vm_sendish (ec=0x517000151250, reg_cfp=0x7bbecaca7790, cd=0x502000a8e330, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#53 vm_exec_core (ec=ec@entry=0x517000151250) at ../../src/trunk_asan/insns.def:856
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x502000a8e330
        insns_address_table = {0x55a73884a626 <vm_exec_core+1494>, 0x55a73884b92d <vm_exec_core+6365>, 0x55a738850ac1 <vm_exec_core+27249>, 0x55a73884b49f <vm_exec_core+5199>, 0x55a738851872 <vm_exec_core+30754>, 0x55a73884f674 <vm_exec_core+22052>, 0x55a73884d31e <vm_exec_core+13006>, 0x55a73884a78e <vm_exec_core+1854>, 0x55a7388510b4 <vm_exec_core+28772>, 0x55a738850dfc <vm_exec_core+28076>, 0x55a73884b71c <vm_exec_core+5836>, 0x55a73884ac7e <vm_exec_core+3118>, 0x55a73884fd76 <vm_exec_core+23846>, 0x55a73884c223 <vm_exec_core+8659>, 0x55a7388512b5 <vm_exec_core+29285>, 0x55a738850f5e <vm_exec_core+28430>, 0x55a73884c911 <vm_exec_core+10433>, 0x55a73884d2ad <vm_exec_core+12893>, 0x55a73884f8d5 <vm_exec_core+22661>, 0x55a738850ed5 <vm_exec_core+28293>, 0x55a73884ed80 <vm_exec_core+19760>, 0x55a73884f95e <vm_exec_core+22798>, 0x55a738850417 <vm_exec_core+25543>, 0x55a73884ecbd <vm_exec_core+19565>, 0x55a73884abbb <vm_exec_core+2923>, 0x55a73884f377 <vm_exec_core+21287>, 0x55a73884aa4e <vm_exec_core+2558>, 0x55a73884ae84 <vm_exec_core+3636>, 0x55a73884cb94 <vm_exec_core+11076>, 0x55a73884e88a <vm_exec_core+18490>, 0x55a73884f210 <vm_exec_core+20928>, 0x55a73884e52f <vm_exec_core+17631>, 0x55a73884a65a <vm_exec_core+1546>, 0x55a738850647 <vm_exec_core+26103>, 0x55a738850d27 <vm_exec_core+27863>, 0x55a73884b02b <vm_exec_core+4059>, 0x55a73884bbd7 <vm_exec_core+7047>, 0x55a73884b895 <vm_exec_core+6213>, 0x55a73884c312 <vm_exec_core+8898>, 0x55a73884d149 <vm_exec_core+12537>, 0x55a73884b0d2 <vm_exec_core+4226>, 0x55a7388504af <vm_exec_core+25695>, 0x55a73884bb61 <vm_exec_core+6929>, 0x55a73884cff7 <vm_exec_core+12199>, 0x55a73884dabe <vm_exec_core+14958>, 0x55a73884fe0c <vm_exec_core+23996>, 0x55a73884ef42 <vm_exec_core+20210>, 0x55a73884c5ec <vm_exec_core+9628>, 0x55a73884be6e <vm_exec_core+7710>, 0x55a73884fc62 <vm_exec_core+23570>, 0x55a73884cd74 <vm_exec_core+11556>, 0x55a73884f476 <vm_exec_core+21542>, 0x55a73884efb4 <vm_exec_core+20324>, 0x55a73884f52d <vm_exec_core+21725>, 0x55a7388509f9 <vm_exec_core+27049>, 0x55a73884e341 <vm_exec_core+17137>, 0x55a73884fec5 <vm_exec_core+24181>, 0x55a73884a3a8 <vm_exec_core+856>, 0x55a73884f9f3 <vm_exec_core+22947>, 0x55a73884c70b <vm_exec_core+9915>, 0x55a73884ec18 <vm_exec_core+19400>, 0x55a73884ee58 <vm_exec_core+19976>, 0x55a73884d6f2 <vm_exec_core+13986>, 0x55a73884af38 <vm_exec_core+3816>, 0x55a73884cab9 <vm_exec_core+10857>, 0x55a73884c0f6 <vm_exec_core+8358>, 0x55a73884f5ab <vm_exec_core+21851>, 0x55a73884b263 <vm_exec_core+4627>, 0x55a73884d49f <vm_exec_core+13391>, 0x55a73884ddef <vm_exec_core+15775>, 0x55a73884c3f0 <vm_exec_core+9120>, 0x55a738858000 <vm_exec_core+57264>, 0x55a73884bdc5 <vm_exec_core+7541>, 0x55a73884bcbd <vm_exec_core+7277>, 0x55a73884bfc8 <vm_exec_core+8056>, 0x55a73884c9b3 <vm_exec_core+10595>, 0x55a73884e72e <vm_exec_core+18142>, 0x55a73884db79 <vm_exec_core+15145>, 0x55a73884f28f <vm_exec_core+21055>, 0x55a73884dfd5 <vm_exec_core+16261>, 0x55a738850570 <vm_exec_core+25888>, 0x55a738851b17 <vm_exec_core+31431>, 0x55a7388507b4 <vm_exec_core+26468>, 0x55a738851405 <vm_exec_core+29621>, 0x55a7388514f6 <vm_exec_core+29862>, 0x55a73884aae0 <vm_exec_core+2704>, 0x55a738850fdd <vm_exec_core+28557>, 0x55a73884cc99 <vm_exec_core+11337>, 0x55a7388511d8 <vm_exec_core+29064>, 0x55a73884c7da <vm_exec_core+10122>, 0x55a7388506eb <vm_exec_core+26267>, 0x55a73884a977 <vm_exec_core+2343>, 0x55a73884b15d <vm_exec_core+4365>, 0x55a73885173a <vm_exec_core+30442>, 0x55a73884d07d <vm_exec_core+12333>, 0x55a73884ce7a <vm_exec_core+11818>, 0x55a73884a3ad <vm_exec_core+861>, 0x55a73884a89a <vm_exec_core+2122>, 0x55a73884a433 <vm_exec_core+995>, 0x55a7388508a3 <vm_exec_core+26707>, 0x55a73884e1fe <vm_exec_core+16814>, 0x55a73884d8c2 <vm_exec_core+14450>, 0x55a73884e0da <vm_exec_core+16522>, 0x55a73884dd26 <vm_exec_core+15574>, 0x55a73884cf0f <vm_exec_core+11967>, 0x55a73884d7cd <vm_exec_core+14205>, 0x55a73884d199 <vm_exec_core+12617>, 0x55a73884d9dc <vm_exec_core+14732>, 0x55a73884da4d <vm_exec_core+14845>, 0x55a73884a617 <vm_exec_core+1479>, 0x55a73884b91e <vm_exec_core+6350>, 0x55a738850ab2 <vm_exec_core+27234>, 0x55a73884b490 <vm_exec_core+5184>, 0x55a738851863 <vm_exec_core+30739>, 0x55a73884f665 <vm_exec_core+22037>, 0x55a73884d30f <vm_exec_core+12991>, 0x55a73884a77f <vm_exec_core+1839>, 0x55a7388510a5 <vm_exec_core+28757>, 0x55a738850ded <vm_exec_core+28061>, 0x55a73884b70d <vm_exec_core+5821>, 0x55a73884ac6f <vm_exec_core+3103>, 0x55a73884fd67 <vm_exec_core+23831>, 0x55a73884c214 <vm_exec_core+8644>, 0x55a7388512a6 <vm_exec_core+29270>, 0x55a738850f4f <vm_exec_core+28415>, 0x55a73884c902 <vm_exec_core+10418>, 0x55a73884d29e <vm_exec_core+12878>, 0x55a73884f8c6 <vm_exec_core+22646>, 0x55a738850ec6 <vm_exec_core+28278>, 0x55a73884ed71 <vm_exec_core+19745>, 0x55a73884f94f <vm_exec_core+22783>, 0x55a738850408 <vm_exec_core+25528>, 0x55a73884ecae <vm_exec_core+19550>, 0x55a73884abac <vm_exec_core+2908>, 0x55a73884f368 <vm_exec_core+21272>, 0x55a73884aa3f <vm_exec_core+2543>, 0x55a73884ae75 <vm_exec_core+3621>, 0x55a73884cb85 <vm_exec_core+11061>, 0x55a73884e87b <vm_exec_core+18475>, 0x55a73884f201 <vm_exec_core+20913>, 0x55a73884e520 <vm_exec_core+17616>, 0x55a73884a64b <vm_exec_core+1531>, 0x55a738850638 <vm_exec_core+26088>, 0x55a738850d18 <vm_exec_core+27848>, 0x55a73884b01c <vm_exec_core+4044>, 0x55a73884bbc8 <vm_exec_core+7032>, 0x55a73884b886 <vm_exec_core+6198>, 0x55a73884c303 <vm_exec_core+8883>, 0x55a73884d13a <vm_exec_core+12522>, 0x55a73884b0c3 <vm_exec_core+4211>, 0x55a7388504a0 <vm_exec_core+25680>, 0x55a73884bb52 <vm_exec_core+6914>, 0x55a73884cfe8 <vm_exec_core+12184>, 0x55a73884daaf <vm_exec_core+14943>, 0x55a73884fdfd <vm_exec_core+23981>, 0x55a73884ef33 <vm_exec_core+20195>, 0x55a73884c5dd <vm_exec_core+9613>, 0x55a73884be5f <vm_exec_core+7695>, 0x55a73884fc53 <vm_exec_core+23555>, 0x55a73884cd65 <vm_exec_core+11541>, 0x55a73884f467 <vm_exec_core+21527>, 0x55a73884efa5 <vm_exec_core+20309>, 0x55a73884f51e <vm_exec_core+21710>, 0x55a7388509ea <vm_exec_core+27034>, 0x55a73884e332 <vm_exec_core+17122>, 0x55a73884feb6 <vm_exec_core+24166>, 0x55a73884f354 <vm_exec_core+21252>, 0x55a73884f9e4 <vm_exec_core+22932>, 0x55a73884c6fc <vm_exec_core+9900>, 0x55a73884ec09 <vm_exec_core+19385>, 0x55a73884ee49 <vm_exec_core+19961>, 0x55a73884d6e3 <vm_exec_core+13971>, 0x55a73884e876 <vm_exec_core+18470>, 0x55a73884caaa <vm_exec_core+10842>, 0x55a73884c0e7 <vm_exec_core+8343>, 0x55a73884f59c <vm_exec_core+21836>, 0x55a73884b254 <vm_exec_core+4612>, 0x55a73884d490 <vm_exec_core+13376>, 0x55a73884dde0 <vm_exec_core+15760>, 0x55a73884c3e1 <vm_exec_core+9105>, 0x55a738857ff1 <vm_exec_core+57249>, 0x55a73884bdb6 <vm_exec_core+7526>, 0x55a73884bcae <vm_exec_core+7262>, 0x55a73884bfb9 <vm_exec_core+8041>, 0x55a73884c9a4 <vm_exec_core+10580>, 0x55a73884e71f <vm_exec_core+18127>, 0x55a73884db6a <vm_exec_core+15130>, 0x55a73884e71a <vm_exec_core+18122>, 0x55a73884ef2e <vm_exec_core+20190>, 0x55a73884ef29 <vm_exec_core+20185>, 0x55a73884bfb4 <vm_exec_core+8036>, 0x55a73884f354 <vm_exec_core+21252>, 0x55a73884d103 <vm_exec_core+12467>, 0x55a73884d108 <vm_exec_core+12472>, 0x55a73884ef24 <vm_exec_core+20180>, 0x55a73884ed6c <vm_exec_core+19740>, 0x55a73884dddb <vm_exec_core+15755>, 0x55a73884dd12 <vm_exec_core+15554>, 0x55a73884ee1b <vm_exec_core+19915>, 0x55a73884e1e5 <vm_exec_core+16789>...}
        reg_cfp = 0x7bbecaca7790
        reg_pc = 0x50400037e030
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#54 0x000055a7388451e2 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2798
        _ec = 0x517000151250
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#55 0x000055a7388898fb in invoke_iseq_block_from_c (ec=0x517000151250, captured=<optimized out>, self=136059491806240, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=0x0, is_lambda=0, me=0x0, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1820
        flags = 0
        iseq = 0x7bbed082b1e8
        cfp = 0x7bbecaca77c8
        sp = 0x7bbecaba7818
        use_argv = <optimized out>
        stack_argv = 0x7bbecaba7818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#56 invoke_block_from_c_proc (ec=0x517000151250, self=136059491806240, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, is_lambda=0, me=0x0, proc=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1914
        block = <optimized out>
        keyword_hash = <optimized out>
#57 vm_invoke_proc (ec=<optimized out>, proc=<optimized out>, self=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1944
No locals.
#58 0x000055a738887b56 in rb_vm_invoke_proc (ec=0x540000000408, proc=0x80, argc=944033454, argv=0x0, kw_splat=0, passed_block_handler=18446744073709551104, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1965
        self = 0
#59 0x000055a7387d3d7b in thread_do_start_proc (th=th@entry=0x51500017b900) at /tmp/ruby/src/trunk_asan/thread.c:625
        args = <optimized out>
        procval = <optimized out>
        proc = 0x5040002e47d0
        args_len = <optimized out>
        args_ptr = <optimized out>
#60 0x000055a7387d191d in thread_do_start (th=0x51500017b900) at /tmp/ruby/src/trunk_asan/thread.c:642
        result = 36
#61 thread_start_func_2 (th=th@entry=0x51500017b900, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:697
        _tag = <optimized out>
        _ec = <optimized out>
        ractor_main_th = 0x515000000300
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#62 0x000055a7387d0c0e in call_thread_start_func_2 (th=0x51500017b900) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2228
        stack_start = <optimized out>
        stack_start_addr = 0x7bbecaba4cc0
#63 nt_start (ptr=0x50c000461500) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2273
        th = 0x51500017b900
        sched = <optimized out>
        nt = 0x50c000461500
        vm = 0x525000000100
#64 0x000055a738430aff in asan_thread_start(void*) ()
No symbol table info available.
#65 0x00007bbefa69caa4 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 = {136059375212224, -7703341780186120264, 136059375212224, -352, 0, 140730458851632, -7703341780165148744, -7703307312780361800}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#66 0x00007bbefa729c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

>>> Dump Ruby level backtrace (if possible)

$1 = true
[Inferior 1 (process 2025629) detached]
$ timeout 60 gdb -p 2025664 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

#<Errno::ESRCH: No such process>
$ timeout 60 gdb -p 2025721 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

#<Errno::ESRCH: No such process>
$ timeout 60 gdb -p 1860921 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 2025723]
[New LWP 1995323]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
arch_fork (ctid=0x7bbefa951f10) at ../sysdeps/unix/sysv/linux/arch-fork.h:50

>>> Threads

  Id   Target Id                                             Frame 
* 1    Thread 0x7bbefa951c40 (LWP 1860921) "ruby"            arch_fork (ctid=0x7bbefa951f10) at ../sysdeps/unix/sysv/linux/arch-fork.h:50
  2    Thread 0x7bbede5ff6c0 (LWP 2025723) "test_autoload.*" 0x00007bbefa71b4fd in __GI___poll (fds=0x7bbedd3ff040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  3    Thread 0x7bbed7dea6c0 (LWP 1995323) "parallel.rb:40"  0x00007bbefa71b4fd in __GI___poll (fds=0x7bbecc4dc760, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 3 (Thread 0x7bbed7dea6c0 (LWP 1995323) "parallel.rb:40"):
#0  0x00007bbefa71b4fd in __GI___poll (fds=0x7bbecc4dc760, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x000055a7383d774a in __interceptor_poll ()
No symbol table info available.
#2  0x000055a738547dc9 in nogvl_wait_for (th=136059472219880, fptr=0x5110000bc100, 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  0x000055a73854933a in internal_read_func (ptr=0x7bbecc4dc540) at /tmp/ruby/src/trunk_asan/io.c:1212
        iis = 0x7bbecc4dc540
        result = <optimized out>
#5  0x000055a7387b4ace in rb_thread_io_blocking_call (io=0x5110000bc100, func=0x55a738548e30 <internal_read_func>, data1=0x7bbecc4dc540, 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  0x000055a73847c6ce in rb_ec_ensure (ec=<optimized out>, b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1146
        _ec = 0x517000091f50
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7bbed7de8dd0, <optimized out>, 0x7bbed7de8ce0, <optimized out>, <optimized out>}, prev = 0x7bbecc4d0240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#7  0x000055a73847cb59 in rb_ensure (b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1163
No locals.
#8  0x000055a73855d012 in io_read_memory_locktmp (str=136059401652064, 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 = 136059472219880, fptr = 0x5110000bc100, nonblock = 0, fd = 6, buf = 0x519000ac4480, capa = 1024, timeout = <optimized out>}
        length = <optimized out>
        len = 1024
        fptr = 0x5110000bc100
        n = <optimized out>
        shrinkable = <optimized out>
#10 0x000055a7385397e1 in io_readpartial (argc=-867317920, argv=0x1, io=4294967295) at /tmp/ruby/src/trunk_asan/io.c:3646
        ret = <optimized out>
#11 0x000055a7388b5d28 in vm_call_cfunc_with_frame_ (ec=<optimized out>, reg_cfp=<optimized out>, calling=<optimized out>, argc=<optimized out>, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3902
        ci = 0x412100100003
        cc = <optimized out>
        me = 0x7bbefa1883c0
        cfunc = 0x50600002c1e8
        recv = 136059472220000
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#12 0x000055a73885686d in vm_sendish (ec=0x517000091f50, reg_cfp=0x7bbed160b790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#13 vm_exec_core (ec=ec@entry=0x517000091f50) at ../../src/trunk_asan/insns.def:904
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x55a73884a626 <vm_exec_core+1494>, 0x55a73884b92d <vm_exec_core+6365>, 0x55a738850ac1 <vm_exec_core+27249>, 0x55a73884b49f <vm_exec_core+5199>, 0x55a738851872 <vm_exec_core+30754>, 0x55a73884f674 <vm_exec_core+22052>, 0x55a73884d31e <vm_exec_core+13006>, 0x55a73884a78e <vm_exec_core+1854>, 0x55a7388510b4 <vm_exec_core+28772>, 0x55a738850dfc <vm_exec_core+28076>, 0x55a73884b71c <vm_exec_core+5836>, 0x55a73884ac7e <vm_exec_core+3118>, 0x55a73884fd76 <vm_exec_core+23846>, 0x55a73884c223 <vm_exec_core+8659>, 0x55a7388512b5 <vm_exec_core+29285>, 0x55a738850f5e <vm_exec_core+28430>, 0x55a73884c911 <vm_exec_core+10433>, 0x55a73884d2ad <vm_exec_core+12893>, 0x55a73884f8d5 <vm_exec_core+22661>, 0x55a738850ed5 <vm_exec_core+28293>, 0x55a73884ed80 <vm_exec_core+19760>, 0x55a73884f95e <vm_exec_core+22798>, 0x55a738850417 <vm_exec_core+25543>, 0x55a73884ecbd <vm_exec_core+19565>, 0x55a73884abbb <vm_exec_core+2923>, 0x55a73884f377 <vm_exec_core+21287>, 0x55a73884aa4e <vm_exec_core+2558>, 0x55a73884ae84 <vm_exec_core+3636>, 0x55a73884cb94 <vm_exec_core+11076>, 0x55a73884e88a <vm_exec_core+18490>, 0x55a73884f210 <vm_exec_core+20928>, 0x55a73884e52f <vm_exec_core+17631>, 0x55a73884a65a <vm_exec_core+1546>, 0x55a738850647 <vm_exec_core+26103>, 0x55a738850d27 <vm_exec_core+27863>, 0x55a73884b02b <vm_exec_core+4059>, 0x55a73884bbd7 <vm_exec_core+7047>, 0x55a73884b895 <vm_exec_core+6213>, 0x55a73884c312 <vm_exec_core+8898>, 0x55a73884d149 <vm_exec_core+12537>, 0x55a73884b0d2 <vm_exec_core+4226>, 0x55a7388504af <vm_exec_core+25695>, 0x55a73884bb61 <vm_exec_core+6929>, 0x55a73884cff7 <vm_exec_core+12199>, 0x55a73884dabe <vm_exec_core+14958>, 0x55a73884fe0c <vm_exec_core+23996>, 0x55a73884ef42 <vm_exec_core+20210>, 0x55a73884c5ec <vm_exec_core+9628>, 0x55a73884be6e <vm_exec_core+7710>, 0x55a73884fc62 <vm_exec_core+23570>, 0x55a73884cd74 <vm_exec_core+11556>, 0x55a73884f476 <vm_exec_core+21542>, 0x55a73884efb4 <vm_exec_core+20324>, 0x55a73884f52d <vm_exec_core+21725>, 0x55a7388509f9 <vm_exec_core+27049>, 0x55a73884e341 <vm_exec_core+17137>, 0x55a73884fec5 <vm_exec_core+24181>, 0x55a73884a3a8 <vm_exec_core+856>, 0x55a73884f9f3 <vm_exec_core+22947>, 0x55a73884c70b <vm_exec_core+9915>, 0x55a73884ec18 <vm_exec_core+19400>, 0x55a73884ee58 <vm_exec_core+19976>, 0x55a73884d6f2 <vm_exec_core+13986>, 0x55a73884af38 <vm_exec_core+3816>, 0x55a73884cab9 <vm_exec_core+10857>, 0x55a73884c0f6 <vm_exec_core+8358>, 0x55a73884f5ab <vm_exec_core+21851>, 0x55a73884b263 <vm_exec_core+4627>, 0x55a73884d49f <vm_exec_core+13391>, 0x55a73884ddef <vm_exec_core+15775>, 0x55a73884c3f0 <vm_exec_core+9120>, 0x55a738858000 <vm_exec_core+57264>, 0x55a73884bdc5 <vm_exec_core+7541>, 0x55a73884bcbd <vm_exec_core+7277>, 0x55a73884bfc8 <vm_exec_core+8056>, 0x55a73884c9b3 <vm_exec_core+10595>, 0x55a73884e72e <vm_exec_core+18142>, 0x55a73884db79 <vm_exec_core+15145>, 0x55a73884f28f <vm_exec_core+21055>, 0x55a73884dfd5 <vm_exec_core+16261>, 0x55a738850570 <vm_exec_core+25888>, 0x55a738851b17 <vm_exec_core+31431>, 0x55a7388507b4 <vm_exec_core+26468>, 0x55a738851405 <vm_exec_core+29621>, 0x55a7388514f6 <vm_exec_core+29862>, 0x55a73884aae0 <vm_exec_core+2704>, 0x55a738850fdd <vm_exec_core+28557>, 0x55a73884cc99 <vm_exec_core+11337>, 0x55a7388511d8 <vm_exec_core+29064>, 0x55a73884c7da <vm_exec_core+10122>, 0x55a7388506eb <vm_exec_core+26267>, 0x55a73884a977 <vm_exec_core+2343>, 0x55a73884b15d <vm_exec_core+4365>, 0x55a73885173a <vm_exec_core+30442>, 0x55a73884d07d <vm_exec_core+12333>, 0x55a73884ce7a <vm_exec_core+11818>, 0x55a73884a3ad <vm_exec_core+861>, 0x55a73884a89a <vm_exec_core+2122>, 0x55a73884a433 <vm_exec_core+995>, 0x55a7388508a3 <vm_exec_core+26707>, 0x55a73884e1fe <vm_exec_core+16814>, 0x55a73884d8c2 <vm_exec_core+14450>, 0x55a73884e0da <vm_exec_core+16522>, 0x55a73884dd26 <vm_exec_core+15574>, 0x55a73884cf0f <vm_exec_core+11967>, 0x55a73884d7cd <vm_exec_core+14205>, 0x55a73884d199 <vm_exec_core+12617>, 0x55a73884d9dc <vm_exec_core+14732>, 0x55a73884da4d <vm_exec_core+14845>, 0x55a73884a617 <vm_exec_core+1479>, 0x55a73884b91e <vm_exec_core+6350>, 0x55a738850ab2 <vm_exec_core+27234>, 0x55a73884b490 <vm_exec_core+5184>, 0x55a738851863 <vm_exec_core+30739>, 0x55a73884f665 <vm_exec_core+22037>, 0x55a73884d30f <vm_exec_core+12991>, 0x55a73884a77f <vm_exec_core+1839>, 0x55a7388510a5 <vm_exec_core+28757>, 0x55a738850ded <vm_exec_core+28061>, 0x55a73884b70d <vm_exec_core+5821>, 0x55a73884ac6f <vm_exec_core+3103>, 0x55a73884fd67 <vm_exec_core+23831>, 0x55a73884c214 <vm_exec_core+8644>, 0x55a7388512a6 <vm_exec_core+29270>, 0x55a738850f4f <vm_exec_core+28415>, 0x55a73884c902 <vm_exec_core+10418>, 0x55a73884d29e <vm_exec_core+12878>, 0x55a73884f8c6 <vm_exec_core+22646>, 0x55a738850ec6 <vm_exec_core+28278>, 0x55a73884ed71 <vm_exec_core+19745>, 0x55a73884f94f <vm_exec_core+22783>, 0x55a738850408 <vm_exec_core+25528>, 0x55a73884ecae <vm_exec_core+19550>, 0x55a73884abac <vm_exec_core+2908>, 0x55a73884f368 <vm_exec_core+21272>, 0x55a73884aa3f <vm_exec_core+2543>, 0x55a73884ae75 <vm_exec_core+3621>, 0x55a73884cb85 <vm_exec_core+11061>, 0x55a73884e87b <vm_exec_core+18475>, 0x55a73884f201 <vm_exec_core+20913>, 0x55a73884e520 <vm_exec_core+17616>, 0x55a73884a64b <vm_exec_core+1531>, 0x55a738850638 <vm_exec_core+26088>, 0x55a738850d18 <vm_exec_core+27848>, 0x55a73884b01c <vm_exec_core+4044>, 0x55a73884bbc8 <vm_exec_core+7032>, 0x55a73884b886 <vm_exec_core+6198>, 0x55a73884c303 <vm_exec_core+8883>, 0x55a73884d13a <vm_exec_core+12522>, 0x55a73884b0c3 <vm_exec_core+4211>, 0x55a7388504a0 <vm_exec_core+25680>, 0x55a73884bb52 <vm_exec_core+6914>, 0x55a73884cfe8 <vm_exec_core+12184>, 0x55a73884daaf <vm_exec_core+14943>, 0x55a73884fdfd <vm_exec_core+23981>, 0x55a73884ef33 <vm_exec_core+20195>, 0x55a73884c5dd <vm_exec_core+9613>, 0x55a73884be5f <vm_exec_core+7695>, 0x55a73884fc53 <vm_exec_core+23555>, 0x55a73884cd65 <vm_exec_core+11541>, 0x55a73884f467 <vm_exec_core+21527>, 0x55a73884efa5 <vm_exec_core+20309>, 0x55a73884f51e <vm_exec_core+21710>, 0x55a7388509ea <vm_exec_core+27034>, 0x55a73884e332 <vm_exec_core+17122>, 0x55a73884feb6 <vm_exec_core+24166>, 0x55a73884f354 <vm_exec_core+21252>, 0x55a73884f9e4 <vm_exec_core+22932>, 0x55a73884c6fc <vm_exec_core+9900>, 0x55a73884ec09 <vm_exec_core+19385>, 0x55a73884ee49 <vm_exec_core+19961>, 0x55a73884d6e3 <vm_exec_core+13971>, 0x55a73884e876 <vm_exec_core+18470>, 0x55a73884caaa <vm_exec_core+10842>, 0x55a73884c0e7 <vm_exec_core+8343>, 0x55a73884f59c <vm_exec_core+21836>, 0x55a73884b254 <vm_exec_core+4612>, 0x55a73884d490 <vm_exec_core+13376>, 0x55a73884dde0 <vm_exec_core+15760>, 0x55a73884c3e1 <vm_exec_core+9105>, 0x55a738857ff1 <vm_exec_core+57249>, 0x55a73884bdb6 <vm_exec_core+7526>, 0x55a73884bcae <vm_exec_core+7262>, 0x55a73884bfb9 <vm_exec_core+8041>, 0x55a73884c9a4 <vm_exec_core+10580>, 0x55a73884e71f <vm_exec_core+18127>, 0x55a73884db6a <vm_exec_core+15130>, 0x55a73884e71a <vm_exec_core+18122>, 0x55a73884ef2e <vm_exec_core+20190>, 0x55a73884ef29 <vm_exec_core+20185>, 0x55a73884bfb4 <vm_exec_core+8036>, 0x55a73884f354 <vm_exec_core+21252>, 0x55a73884d103 <vm_exec_core+12467>, 0x55a73884d108 <vm_exec_core+12472>, 0x55a73884ef24 <vm_exec_core+20180>, 0x55a73884ed6c <vm_exec_core+19740>, 0x55a73884dddb <vm_exec_core+15755>, 0x55a73884dd12 <vm_exec_core+15554>, 0x55a73884ee1b <vm_exec_core+19915>, 0x55a73884e1e5 <vm_exec_core+16789>...}
        reg_cfp = 0x7bbed160b790
        reg_pc = 0x51300003ef98
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#14 0x000055a7388451e2 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2798
        _ec = 0x517000091f50
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#15 0x000055a7388898fb in invoke_iseq_block_from_c (ec=0x517000091f50, captured=<optimized out>, self=136060167866920, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=0x0, is_lambda=0, me=0x0, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1820
        flags = 0
        iseq = 0x7bbef9fec520
        cfp = 0x7bbed160b7c8
        sp = 0x7bbed150b818
        use_argv = <optimized out>
        stack_argv = 0x7bbed150b818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#16 invoke_block_from_c_proc (ec=0x517000091f50, self=136060167866920, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, is_lambda=0, me=0x0, proc=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1914
        block = <optimized out>
        keyword_hash = <optimized out>
#17 vm_invoke_proc (ec=<optimized out>, proc=<optimized out>, self=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1944
No locals.
#18 0x000055a738887b56 in rb_vm_invoke_proc (ec=0x7bbecc4dc760, proc=0x1, argc=-93211395, argv=0x0, kw_splat=-218959360, passed_block_handler=18446744073709551100, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1965
        self = 4294967295
#19 0x000055a7387d3d7b in thread_do_start_proc (th=th@entry=0x5150002c1a80) at /tmp/ruby/src/trunk_asan/thread.c:625
        args = <optimized out>
        procval = <optimized out>
        proc = 0x50400037de50
        args_len = <optimized out>
        args_ptr = <optimized out>
#20 0x000055a7387d191d in thread_do_start (th=0x5150002c1a80) at /tmp/ruby/src/trunk_asan/thread.c:642
        result = 36
#21 thread_start_func_2 (th=th@entry=0x5150002c1a80, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:697
        _tag = <optimized out>
        _ec = <optimized out>
        ractor_main_th = 0x515000000300
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#22 0x000055a7387d0c0e in call_thread_start_func_2 (th=0x5150002c1a80) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2228
        stack_start = <optimized out>
        stack_start_addr = 0x7bbed7de9cc0
#23 nt_start (ptr=0x50c00017fbc0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2273
        th = 0x5150002c1a80
        sched = <optimized out>
        nt = 0x50c00017fbc0
        vm = 0x525000000100
#24 0x000055a738430aff in asan_thread_start(void*) ()
No symbol table info available.
#25 0x00007bbefa69caa4 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 = {136059595695808, -7703405244233498696, 136059595695808, -352, 25, 140730458854288, -7703405244212527176, -7703307312780361800}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#26 0x00007bbefa729c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 2 (Thread 0x7bbede5ff6c0 (LWP 2025723) "test_autoload.*"):
#0  0x00007bbefa71b4fd in __GI___poll (fds=0x7bbedd3ff040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x000055a7383d774a in __interceptor_poll ()
No symbol table info available.
#2  0x000055a7387d557b in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1077
        pfd = {fd = 3, events = 1, revents = <optimized out>}
        timeout = -1
        r = <optimized out>
#3  timer_thread_func (ptr=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3067
        vm = <optimized out>
#4  0x000055a738430aff in asan_thread_start(void*) ()
No symbol table info available.
#5  0x00007bbefa69caa4 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 = {136059704833728, -7703386562736373832, 136059704833728, -352, 0, 136059354182576, -7703386562715402312, -7703307312780361800}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x00007bbefa729c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7bbefa951c40 (LWP 1860921) "ruby"):
#0  arch_fork (ctid=0x7bbefa951f10) at ../sysdeps/unix/sysv/linux/arch-fork.h:50
        sc_ret = 2334755
        flags = 18874385
        ret = <optimized out>
        flags = <optimized out>
        ret = <optimized out>
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __GI__Fork () at ../sysdeps/nptl/_Fork.c:25
        pid = <optimized out>
        self = <optimized out>
        resultvar = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#2  0x00007bbefa6f424e in __libc_fork () at ./posix/fork.c:74
        multiple_threads = true
        lastrun = 1
        nss_database_data = {nsswitch_conf = {size = 510, ino = 26477182, mtime = {tv_sec = 1660046206, tv_nsec = 0}, ctime = {tv_sec = 1669591395, tv_nsec = 175531553}}, services = {0x504000732e20, 0x50600355cb90, 0x50600355ccb0, 0x504000732de0, 0x504000732e20, 0x50600355cc50, 0x0, 0x504000732de0, 0x504000732e20, 0x50600355ccb0, 0x504000732de0, 0x50600355cb90, 0x50600355cb30, 0x50600355cb90, 0x50600355cb90, 0x504000732e20, 0x504000732de0}, reload_disabled = 0, initialized = true}
        pid = <optimized out>
#3  0x000055a738618129 in rb_fork () at /tmp/ruby/src/trunk_asan/process.c:1608
No locals.
#4  retry_fork_async_signal_safe (status=0x7bbef8571a20, ep=0x7bbef88edda0, chfunc=0x55a73854f810 <popen_exec>, charg=0x7bbef87e5fb0, errmsg=0x7bbef87e5f30 "", errmsg_buflen=80, w=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4023
        try_gc = 1
        pid = <optimized out>
        err = <optimized out>
        old = <optimized out>
        ret = <optimized out>
#5  fork_check_err (status=<optimized out>, chfunc=<optimized out>, charg=<optimized out>, fds=<optimized out>, errmsg=<optimized out>, errmsg_buflen=<optimized out>, eargp=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4066
        ep = <optimized out>
        w = 0x0
        pid = <optimized out>
        err = <optimized out>
        error_occurred = <optimized out>
#6  0x000055a738617913 in rb_fork_async_signal_safe (status=<optimized out>, chfunc=<optimized out>, charg=<optimized out>, fds=<optimized out>, errmsg=<optimized out>, errmsg_buflen=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4115
        result = <optimized out>
        process_status = <optimized out>
#7  0x000055a7385253ed in pipe_open (execarg_obj=136059492606600, modestr=<optimized out>, fmode=<optimized out>, convconfig=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:7681
        rbimpl_id = 0
        errmsg = '\000' <repeats 24 times>, "a\000\000\000\000\000\000\000\000\022\213%\230_\000\000p;`\271\334x\000\000*\212\026ݝ_\000\000pզ%\230_\000\000\000\244\233$\230_\000\000\000\000\000\000\000\000\000"
        arg = {execarg_obj = 136059492606600, eargp = 0x7bbed1b9a2a8, modef = 1, pair = {-1, -1}, write_pair = {-1, -1}}
        eargp = <optimized out>
        prog = 136059469812560
        pid = 0
        e = 0
        fp = 0x0
        fd = -1
        write_fd = -1
        port = <optimized out>
        fptr = <optimized out>
        write_port = <optimized out>
        write_fptr = <optimized out>
        status = <optimized out>
        state = <optimized out>
#8  0x000055a738524d4e in rb_io_popen (pname=<optimized out>, pmode=<optimized out>, env=<optimized out>, opt=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:8070
        execarg_obj = <optimized out>
        tmp = <optimized out>
        modestr = <optimized out>
        oflags = <optimized out>
        fmode = <optimized out>
        convconfig = <optimized out>
#9  0x000055a73852fe21 in rb_io_s_popen (argc=1, argv=0x7bbef7affce0, klass=136060169877880) at /tmp/ruby/src/trunk_asan/io.c:8032
        pmode = 4
        opt = <optimized out>
        env = <optimized out>
        pname = 18874385
#10 0x000055a7388b5d28 in vm_call_cfunc_with_frame_ (ec=<optimized out>, reg_cfp=<optimized out>, calling=<optimized out>, argc=<optimized out>, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3902
        ci = 0x42d100020003
        cc = <optimized out>
        me = 0x7bbed1be7420
        cfunc = 0x50600002b168
        recv = 136060169877880
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#11 0x000055a73884ea5f in vm_sendish (ec=0x5170000000d0, reg_cfp=0x7bbef7bff480, cd=0x51a00000aa20, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#12 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:856
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x51a00000aa20
        insns_address_table = {0x55a73884a626 <vm_exec_core+1494>, 0x55a73884b92d <vm_exec_core+6365>, 0x55a738850ac1 <vm_exec_core+27249>, 0x55a73884b49f <vm_exec_core+5199>, 0x55a738851872 <vm_exec_core+30754>, 0x55a73884f674 <vm_exec_core+22052>, 0x55a73884d31e <vm_exec_core+13006>, 0x55a73884a78e <vm_exec_core+1854>, 0x55a7388510b4 <vm_exec_core+28772>, 0x55a738850dfc <vm_exec_core+28076>, 0x55a73884b71c <vm_exec_core+5836>, 0x55a73884ac7e <vm_exec_core+3118>, 0x55a73884fd76 <vm_exec_core+23846>, 0x55a73884c223 <vm_exec_core+8659>, 0x55a7388512b5 <vm_exec_core+29285>, 0x55a738850f5e <vm_exec_core+28430>, 0x55a73884c911 <vm_exec_core+10433>, 0x55a73884d2ad <vm_exec_core+12893>, 0x55a73884f8d5 <vm_exec_core+22661>, 0x55a738850ed5 <vm_exec_core+28293>, 0x55a73884ed80 <vm_exec_core+19760>, 0x55a73884f95e <vm_exec_core+22798>, 0x55a738850417 <vm_exec_core+25543>, 0x55a73884ecbd <vm_exec_core+19565>, 0x55a73884abbb <vm_exec_core+2923>, 0x55a73884f377 <vm_exec_core+21287>, 0x55a73884aa4e <vm_exec_core+2558>, 0x55a73884ae84 <vm_exec_core+3636>, 0x55a73884cb94 <vm_exec_core+11076>, 0x55a73884e88a <vm_exec_core+18490>, 0x55a73884f210 <vm_exec_core+20928>, 0x55a73884e52f <vm_exec_core+17631>, 0x55a73884a65a <vm_exec_core+1546>, 0x55a738850647 <vm_exec_core+26103>, 0x55a738850d27 <vm_exec_core+27863>, 0x55a73884b02b <vm_exec_core+4059>, 0x55a73884bbd7 <vm_exec_core+7047>, 0x55a73884b895 <vm_exec_core+6213>, 0x55a73884c312 <vm_exec_core+8898>, 0x55a73884d149 <vm_exec_core+12537>, 0x55a73884b0d2 <vm_exec_core+4226>, 0x55a7388504af <vm_exec_core+25695>, 0x55a73884bb61 <vm_exec_core+6929>, 0x55a73884cff7 <vm_exec_core+12199>, 0x55a73884dabe <vm_exec_core+14958>, 0x55a73884fe0c <vm_exec_core+23996>, 0x55a73884ef42 <vm_exec_core+20210>, 0x55a73884c5ec <vm_exec_core+9628>, 0x55a73884be6e <vm_exec_core+7710>, 0x55a73884fc62 <vm_exec_core+23570>, 0x55a73884cd74 <vm_exec_core+11556>, 0x55a73884f476 <vm_exec_core+21542>, 0x55a73884efb4 <vm_exec_core+20324>, 0x55a73884f52d <vm_exec_core+21725>, 0x55a7388509f9 <vm_exec_core+27049>, 0x55a73884e341 <vm_exec_core+17137>, 0x55a73884fec5 <vm_exec_core+24181>, 0x55a73884a3a8 <vm_exec_core+856>, 0x55a73884f9f3 <vm_exec_core+22947>, 0x55a73884c70b <vm_exec_core+9915>, 0x55a73884ec18 <vm_exec_core+19400>, 0x55a73884ee58 <vm_exec_core+19976>, 0x55a73884d6f2 <vm_exec_core+13986>, 0x55a73884af38 <vm_exec_core+3816>, 0x55a73884cab9 <vm_exec_core+10857>, 0x55a73884c0f6 <vm_exec_core+8358>, 0x55a73884f5ab <vm_exec_core+21851>, 0x55a73884b263 <vm_exec_core+4627>, 0x55a73884d49f <vm_exec_core+13391>, 0x55a73884ddef <vm_exec_core+15775>, 0x55a73884c3f0 <vm_exec_core+9120>, 0x55a738858000 <vm_exec_core+57264>, 0x55a73884bdc5 <vm_exec_core+7541>, 0x55a73884bcbd <vm_exec_core+7277>, 0x55a73884bfc8 <vm_exec_core+8056>, 0x55a73884c9b3 <vm_exec_core+10595>, 0x55a73884e72e <vm_exec_core+18142>, 0x55a73884db79 <vm_exec_core+15145>, 0x55a73884f28f <vm_exec_core+21055>, 0x55a73884dfd5 <vm_exec_core+16261>, 0x55a738850570 <vm_exec_core+25888>, 0x55a738851b17 <vm_exec_core+31431>, 0x55a7388507b4 <vm_exec_core+26468>, 0x55a738851405 <vm_exec_core+29621>, 0x55a7388514f6 <vm_exec_core+29862>, 0x55a73884aae0 <vm_exec_core+2704>, 0x55a738850fdd <vm_exec_core+28557>, 0x55a73884cc99 <vm_exec_core+11337>, 0x55a7388511d8 <vm_exec_core+29064>, 0x55a73884c7da <vm_exec_core+10122>, 0x55a7388506eb <vm_exec_core+26267>, 0x55a73884a977 <vm_exec_core+2343>, 0x55a73884b15d <vm_exec_core+4365>, 0x55a73885173a <vm_exec_core+30442>, 0x55a73884d07d <vm_exec_core+12333>, 0x55a73884ce7a <vm_exec_core+11818>, 0x55a73884a3ad <vm_exec_core+861>, 0x55a73884a89a <vm_exec_core+2122>, 0x55a73884a433 <vm_exec_core+995>, 0x55a7388508a3 <vm_exec_core+26707>, 0x55a73884e1fe <vm_exec_core+16814>, 0x55a73884d8c2 <vm_exec_core+14450>, 0x55a73884e0da <vm_exec_core+16522>, 0x55a73884dd26 <vm_exec_core+15574>, 0x55a73884cf0f <vm_exec_core+11967>, 0x55a73884d7cd <vm_exec_core+14205>, 0x55a73884d199 <vm_exec_core+12617>, 0x55a73884d9dc <vm_exec_core+14732>, 0x55a73884da4d <vm_exec_core+14845>, 0x55a73884a617 <vm_exec_core+1479>, 0x55a73884b91e <vm_exec_core+6350>, 0x55a738850ab2 <vm_exec_core+27234>, 0x55a73884b490 <vm_exec_core+5184>, 0x55a738851863 <vm_exec_core+30739>, 0x55a73884f665 <vm_exec_core+22037>, 0x55a73884d30f <vm_exec_core+12991>, 0x55a73884a77f <vm_exec_core+1839>, 0x55a7388510a5 <vm_exec_core+28757>, 0x55a738850ded <vm_exec_core+28061>, 0x55a73884b70d <vm_exec_core+5821>, 0x55a73884ac6f <vm_exec_core+3103>, 0x55a73884fd67 <vm_exec_core+23831>, 0x55a73884c214 <vm_exec_core+8644>, 0x55a7388512a6 <vm_exec_core+29270>, 0x55a738850f4f <vm_exec_core+28415>, 0x55a73884c902 <vm_exec_core+10418>, 0x55a73884d29e <vm_exec_core+12878>, 0x55a73884f8c6 <vm_exec_core+22646>, 0x55a738850ec6 <vm_exec_core+28278>, 0x55a73884ed71 <vm_exec_core+19745>, 0x55a73884f94f <vm_exec_core+22783>, 0x55a738850408 <vm_exec_core+25528>, 0x55a73884ecae <vm_exec_core+19550>, 0x55a73884abac <vm_exec_core+2908>, 0x55a73884f368 <vm_exec_core+21272>, 0x55a73884aa3f <vm_exec_core+2543>, 0x55a73884ae75 <vm_exec_core+3621>, 0x55a73884cb85 <vm_exec_core+11061>, 0x55a73884e87b <vm_exec_core+18475>, 0x55a73884f201 <vm_exec_core+20913>, 0x55a73884e520 <vm_exec_core+17616>, 0x55a73884a64b <vm_exec_core+1531>, 0x55a738850638 <vm_exec_core+26088>, 0x55a738850d18 <vm_exec_core+27848>, 0x55a73884b01c <vm_exec_core+4044>, 0x55a73884bbc8 <vm_exec_core+7032>, 0x55a73884b886 <vm_exec_core+6198>, 0x55a73884c303 <vm_exec_core+8883>, 0x55a73884d13a <vm_exec_core+12522>, 0x55a73884b0c3 <vm_exec_core+4211>, 0x55a7388504a0 <vm_exec_core+25680>, 0x55a73884bb52 <vm_exec_core+6914>, 0x55a73884cfe8 <vm_exec_core+12184>, 0x55a73884daaf <vm_exec_core+14943>, 0x55a73884fdfd <vm_exec_core+23981>, 0x55a73884ef33 <vm_exec_core+20195>, 0x55a73884c5dd <vm_exec_core+9613>, 0x55a73884be5f <vm_exec_core+7695>, 0x55a73884fc53 <vm_exec_core+23555>, 0x55a73884cd65 <vm_exec_core+11541>, 0x55a73884f467 <vm_exec_core+21527>, 0x55a73884efa5 <vm_exec_core+20309>, 0x55a73884f51e <vm_exec_core+21710>, 0x55a7388509ea <vm_exec_core+27034>, 0x55a73884e332 <vm_exec_core+17122>, 0x55a73884feb6 <vm_exec_core+24166>, 0x55a73884f354 <vm_exec_core+21252>, 0x55a73884f9e4 <vm_exec_core+22932>, 0x55a73884c6fc <vm_exec_core+9900>, 0x55a73884ec09 <vm_exec_core+19385>, 0x55a73884ee49 <vm_exec_core+19961>, 0x55a73884d6e3 <vm_exec_core+13971>, 0x55a73884e876 <vm_exec_core+18470>, 0x55a73884caaa <vm_exec_core+10842>, 0x55a73884c0e7 <vm_exec_core+8343>, 0x55a73884f59c <vm_exec_core+21836>, 0x55a73884b254 <vm_exec_core+4612>, 0x55a73884d490 <vm_exec_core+13376>, 0x55a73884dde0 <vm_exec_core+15760>, 0x55a73884c3e1 <vm_exec_core+9105>, 0x55a738857ff1 <vm_exec_core+57249>, 0x55a73884bdb6 <vm_exec_core+7526>, 0x55a73884bcae <vm_exec_core+7262>, 0x55a73884bfb9 <vm_exec_core+8041>, 0x55a73884c9a4 <vm_exec_core+10580>, 0x55a73884e71f <vm_exec_core+18127>, 0x55a73884db6a <vm_exec_core+15130>, 0x55a73884e71a <vm_exec_core+18122>, 0x55a73884ef2e <vm_exec_core+20190>, 0x55a73884ef29 <vm_exec_core+20185>, 0x55a73884bfb4 <vm_exec_core+8036>, 0x55a73884f354 <vm_exec_core+21252>, 0x55a73884d103 <vm_exec_core+12467>, 0x55a73884d108 <vm_exec_core+12472>, 0x55a73884ef24 <vm_exec_core+20180>, 0x55a73884ed6c <vm_exec_core+19740>, 0x55a73884dddb <vm_exec_core+15755>, 0x55a73884dd12 <vm_exec_core+15554>, 0x55a73884ee1b <vm_exec_core+19915>, 0x55a73884e1e5 <vm_exec_core+16789>...}
        reg_cfp = 0x7bbef7bff480
        reg_pc = 0x52300000b208
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#13 0x000055a7388455d1 in vm_exec_loop (ec=0x5170000000d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2825
No locals.
#14 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2804
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#15 0x000055a7388d69b2 in invoke_iseq_block_from_c (ec=0x5170000000d0, captured=0x7bbef7bff620, self=136060167866920, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=0, me=0x0) at /tmp/ruby/src/trunk_asan/vm.c:1820
        flags = 0
        iseq = 0x7bbef9fbe120
        cfp = <optimized out>
        sp = 0x7bbef7affa28
        use_argv = 0x7bbef8608de0
        stack_argv = 0x7bbef7affa28
        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:1834
        captured = 0x7bbef7bff620
#17 0x000055a73887723c in vm_yield_with_cref (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1871
No locals.
#18 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1879
No locals.
#19 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#20 0x000055a73887723c in rb_yield (val=<optimized out>)
No locals.
#21 0x000055a738a3f886 in rb_ary_collect (ary=136059472126720) at /tmp/ruby/src/trunk_asan/array.c:3767
        collect = 136059492607880
        i = 24
#22 0x000055a7388b5d28 in vm_call_cfunc_with_frame_ (ec=<optimized out>, reg_cfp=<optimized out>, calling=<optimized out>, argc=<optimized out>, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3902
        ci = 0x16a100000001
        cc = <optimized out>
        me = 0x7bbefa18e6a8
        cfunc = 0x506000020188
        recv = 136059472126720
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#23 0x000055a73884ea5f in vm_sendish (ec=0x5170000000d0, reg_cfp=0x7bbef7bff608, cd=0x512000013ab0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
th: 0x515000000300, native_id: 0x7bbefa951c40
-- Control frame information -----------------------------------------------
c:0017 p:---- s:0160 e:000159 l:y b:---- CFUNC  :popen
        cc = <optimized out>
        calling = <optimized out>
#24 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:856
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x512000013ab0
c:0016 p:0289 s:0155 e:000153 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/envutil.rb:231
c:0015 p:0084 s:0116 e:000115 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:114
        insns_address_table = {0x55a73884a626 <vm_exec_core+1494>, 0x55a73884b92d <vm_exec_core+6365>, 0x55a738850ac1 <vm_exec_core+27249>, 0x55a73884b49f <vm_exec_core+5199>, 0x55a738851872 <vm_exec_core+30754>, 0x55a73884f674 <vm_exec_core+22052>, 0x55a73884d31e <vm_exec_core+13006>, 0x55a73884a78e <vm_exec_core+1854>, 0x55a7388510b4 <vm_exec_core+28772>, 0x55a738850dfc <vm_exec_core+28076>, 0x55a73884b71c <vm_exec_core+5836>, 0x55a73884ac7e <vm_exec_core+3118>, 0x55a73884fd76 <vm_exec_core+23846>, 0x55a73884c223 <vm_exec_core+8659>, 0x55a7388512b5 <vm_exec_core+29285>, 0x55a738850f5e <vm_exec_core+28430>, 0x55a73884c911 <vm_exec_core+10433>, 0x55a73884d2ad <vm_exec_core+12893>, 0x55a73884f8d5 <vm_exec_core+22661>, 0x55a738850ed5 <vm_exec_core+28293>, 0x55a73884ed80 <vm_exec_core+19760>, 0x55a73884f95e <vm_exec_core+22798>, 0x55a738850417 <vm_exec_core+25543>, 0x55a73884ecbd <vm_exec_core+19565>, 0x55a73884abbb <vm_exec_core+2923>, 0x55a73884f377 <vm_exec_core+21287>, 0x55a73884aa4e <vm_exec_core+2558>, 0x55a73884ae84 <vm_exec_core+3636>, 0x55a73884cb94 <vm_exec_core+11076>, 0x55a73884e88a <vm_exec_core+18490>, 0x55a73884f210 <vm_exec_core+20928>, 0x55a73884e52f <vm_exec_core+17631>, 0x55a73884a65a <vm_exec_core+1546>, 0x55a738850647 <vm_exec_core+26103>, 0x55a738850d27 <vm_exec_core+27863>, 0x55a73884b02b <vm_exec_core+4059>, 0x55a73884bbd7 <vm_exec_core+7047>, 0x55a73884b895 <vm_exec_core+6213>, 0x55a73884c312 <vm_exec_core+8898>, 0x55a73884d149 <vm_exec_core+12537>, 0x55a73884b0d2 <vm_exec_core+4226>, 0x55a7388504af <vm_exec_core+25695>, 0x55a73884bb61 <vm_exec_core+6929>, 0x55a73884cff7 <vm_exec_core+12199>, 0x55a73884dabe <vm_exec_core+14958>, 0x55a73884fe0c <vm_exec_core+23996>, 0x55a73884ef42 <vm_exec_core+20210>, 0x55a73884c5ec <vm_exec_core+9628>, 0x55a73884be6e <vm_exec_core+7710>, 0x55a73884fc62 <vm_exec_core+23570>, 0x55a73884cd74 <vm_exec_core+11556>, 0x55a73884f476 <vm_exec_core+21542>, 0x55a73884efb4 <vm_exec_core+20324>, 0x55a73884f52d <vm_exec_core+21725>, 0x55a7388509f9 <vm_exec_core+27049>, 0x55a73884e341 <vm_exec_core+17137>, 0x55a73884fec5 <vm_exec_core+24181>, 0x55a73884a3a8 <vm_exec_core+856>, 0x55a73884f9f3 <vm_exec_core+22947>, 0x55a73884c70b <vm_exec_core+9915>, 0x55a73884ec18 <vm_exec_core+19400>, 0x55a73884ee58 <vm_exec_core+19976>, 0x55a73884d6f2 <vm_exec_core+13986>, 0x55a73884af38 <vm_exec_core+3816>, 0x55a73884cab9 <vm_exec_core+10857>, 0x55a73884c0f6 <vm_exec_core+8358>, 0x55a73884f5ab <vm_exec_core+21851>, 0x55a73884b263 <vm_exec_core+4627>, 0x55a73884d49f <vm_exec_core+13391>, 0x55a73884ddef <vm_exec_core+15775>, 0x55a73884c3f0 <vm_exec_core+9120>, 0x55a738858000 <vm_exec_core+57264>, 0x55a73884bdc5 <vm_exec_core+7541>, 0x55a73884bcbd <vm_exec_core+7277>, 0x55a73884bfc8 <vm_exec_core+8056>, 0x55a73884c9b3 <vm_exec_core+10595>, 0x55a73884e72e <vm_exec_core+18142>, 0x55a73884db79 <vm_exec_core+15145>, 0x55a73884f28f <vm_exec_core+21055>, 0x55a73884dfd5 <vm_exec_core+16261>, 0x55a738850570 <vm_exec_core+25888>, 0x55a738851b17 <vm_exec_core+31431>, 0x55a7388507b4 <vm_exec_core+26468>, 0x55a738851405 <vm_exec_core+29621>, 0x55a7388514f6 <vm_exec_core+29862>, 0x55a73884aae0 <vm_exec_core+2704>, 0x55a738850fdd <vm_exec_core+28557>, 0x55a73884cc99 <vm_exec_core+11337>, 0x55a7388511d8 <vm_exec_core+29064>, 0x55a73884c7da <vm_exec_core+10122>, 0x55a7388506eb <vm_exec_core+26267>, 0x55a73884a977 <vm_exec_core+2343>, 0x55a73884b15d <vm_exec_core+4365>, 0x55a73885173a <vm_exec_core+30442>, 0x55a73884d07d <vm_exec_core+12333>, 0x55a73884ce7a <vm_exec_core+11818>, 0x55a73884a3ad <vm_exec_core+861>, 0x55a73884a89a <vm_exec_core+2122>, 0x55a73884a433 <vm_exec_core+995>, 0x55a7388508a3 <vm_exec_core+26707>, 0x55a73884e1fe <vm_exec_core+16814>, 0x55a73884d8c2 <vm_exec_core+14450>, 0x55a73884e0da <vm_exec_core+16522>, 0x55a73884dd26 <vm_exec_core+15574>, 0x55a73884cf0f <vm_exec_core+11967>, 0x55a73884d7cd <vm_exec_core+14205>, 0x55a73884d199 <vm_exec_core+12617>, 0x55a73884d9dc <vm_exec_core+14732>, 0x55a73884da4d <vm_exec_core+14845>, 0x55a73884a617 <vm_exec_core+1479>, 0x55a73884b91e <vm_exec_core+6350>, 0x55a738850ab2 <vm_exec_core+27234>, 0x55a73884b490 <vm_exec_core+5184>, 0x55a738851863 <vm_exec_core+30739>, 0x55a73884f665 <vm_exec_core+22037>, 0x55a73884d30f <vm_exec_core+12991>, 0x55a73884a77f <vm_exec_core+1839>, 0x55a7388510a5 <vm_exec_core+28757>, 0x55a738850ded <vm_exec_core+28061>, 0x55a73884b70d <vm_exec_core+5821>, 0x55a73884ac6f <vm_exec_core+3103>, 0x55a73884fd67 <vm_exec_core+23831>, 0x55a73884c214 <vm_exec_core+8644>, 0x55a7388512a6 <vm_exec_core+29270>, 0x55a738850f4f <vm_exec_core+28415>, 0x55a73884c902 <vm_exec_core+10418>, 0x55a73884d29e <vm_exec_core+12878>, 0x55a73884f8c6 <vm_exec_core+22646>, 0x55a738850ec6 <vm_exec_core+28278>, 0x55a73884ed71 <vm_exec_core+19745>, 0x55a73884f94f <vm_exec_core+22783>, 0x55a738850408 <vm_exec_core+25528>, 0x55a73884ecae <vm_exec_core+19550>, 0x55a73884abac <vm_exec_core+2908>, 0x55a73884f368 <vm_exec_core+21272>, 0x55a73884aa3f <vm_exec_core+2543>, 0x55a73884ae75 <vm_exec_core+3621>, 0x55a73884cb85 <vm_exec_core+11061>, 0x55a73884e87b <vm_exec_core+18475>, 0x55a73884f201 <vm_exec_core+20913>, 0x55a73884e520 <vm_exec_core+17616>, 0x55a73884a64b <vm_exec_core+1531>, 0x55a738850638 <vm_exec_core+26088>, 0x55a738850d18 <vm_exec_core+27848>, 0x55a73884b01c <vm_exec_core+4044>, 0x55a73884bbc8 <vm_exec_core+7032>, 0x55a73884b886 <vm_exec_core+6198>, 0x55a73884c303 <vm_exec_core+8883>, 0x55a73884d13a <vm_exec_core+12522>, 0x55a73884b0c3 <vm_exec_core+4211>, 0x55a7388504a0 <vm_exec_core+25680>, 0x55a73884bb52 <vm_exec_core+6914>, 0x55a73884cfe8 <vm_exec_core+12184>, 0x55a73884daaf <vm_exec_core+14943>, 0x55a73884fdfd <vm_exec_core+23981>, 0x55a73884ef33 <vm_exec_core+20195>, 0x55a73884c5dd <vm_exec_core+9613>, 0x55a73884be5f <vm_exec_core+7695>, 0x55a73884fc53 <vm_exec_core+23555>, 0x55a73884cd65 <vm_exec_core+11541>, 0x55a73884f467 <vm_exec_core+21527>, 0x55a73884efa5 <vm_exec_core+20309>, 0x55a73884f51e <vm_exec_core+21710>, 0x55a7388509ea <vm_exec_core+27034>, 0x55a73884e332 <vm_exec_core+17122>, 0x55a73884feb6 <vm_exec_core+24166>, 0x55a73884f354 <vm_exec_core+21252>, 0x55a73884f9e4 <vm_exec_core+22932>, 0x55a73884c6fc <vm_exec_core+9900>, 0x55a73884ec09 <vm_exec_core+19385>, 0x55a73884ee49 <vm_exec_core+19961>, 0x55a73884d6e3 <vm_exec_core+13971>, 0x55a73884e876 <vm_exec_core+18470>, 0x55a73884caaa <vm_exec_core+10842>, 0x55a73884c0e7 <vm_exec_core+8343>, 0x55a73884f59c <vm_exec_core+21836>, 0x55a73884b254 <vm_exec_core+4612>, 0x55a73884d490 <vm_exec_core+13376>, 0x55a73884dde0 <vm_exec_core+15760>, 0x55a73884c3e1 <vm_exec_core+9105>, 0x55a738857ff1 <vm_exec_core+57249>, 0x55a73884bdb6 <vm_exec_core+7526>, 0x55a73884bcae <vm_exec_core+7262>, 0x55a73884bfb9 <vm_exec_core+8041>, 0x55a73884c9a4 <vm_exec_core+10580>, 0x55a73884e71f <vm_exec_core+18127>, 0x55a73884db6a <vm_exec_core+15130>, 0x55a73884e71a <vm_exec_core+18122>, 0x55a73884ef2e <vm_exec_core+20190>, 0x55a73884ef29 <vm_exec_core+20185>, 0x55a73884bfb4 <vm_exec_core+8036>, 0x55a73884f354 <vm_exec_core+21252>, 0x55a73884d103 <vm_exec_core+12467>, 0x55a73884d108 <vm_exec_core+12472>, 0x55a73884ef24 <vm_exec_core+20180>, 0x55a73884ed6c <vm_exec_core+19740>, 0x55a73884dddb <vm_exec_core+15755>, 0x55a73884dd12 <vm_exec_core+15554>, 0x55a73884ee1b <vm_exec_core+19915>, 0x55a73884e1e5 <vm_exec_core+16789>...}
        reg_cfp = 0x7bbef7bff608
        reg_pc = 0x51900001ad10
c:0014 p:0099 s:0098 e:000097 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:33
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_nop = <optimized out>
        INSN_LABEL_getlocal = <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_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
c:0010 p:---- s:0069 e:000068 l:y b:---- CFUNC  :map
c:0009 p:0114 s:0065 e:000064 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1652
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
c:0008 p:0035 s:0053 e:000052 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1356
c:0007 p:0069 s:0046 E:001200 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:52
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
c:0006 p:0007 s:0030 e:000029 l:n b:---- BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:24 [FINISH]
c:0005 p:---- s:0026 e:000025 l:y b:---- CFUNC  :map
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
c:0004 p:0005 s:0022 e:000021 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:23
c:0003 p:0210 s:0016 e:000015 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:122
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <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_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
c:0001 p:0000 s:0003 E:001630 l:y b:---- DUMMY  [FINISH]

        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
th: 0x5150002c1a80, native_id: 0x7bbed7dea6c0
-- Control frame information -----------------------------------------------
        INSN_LABEL_concatstrings = <optimized out>
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]
        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>
c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY  [FINISH]

        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#25 0x000055a7388455d1 in vm_exec_loop (ec=0x5170000000d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2825
No locals.
#26 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2804
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#27 0x000055a7388d69b2 in invoke_iseq_block_from_c (ec=0x5170000000d0, captured=0x7bbef7bff738, self=136060167866920, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=0, me=0x0) at /tmp/ruby/src/trunk_asan/vm.c:1820
        flags = 0
        iseq = 0x7bbef9fec6d8
        cfp = <optimized out>
        sp = 0x7bbef7aff8d0
        use_argv = 0x7bbef867d460
        stack_argv = 0x7bbef7aff8d0
        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:1834
        captured = 0x7bbef7bff738
#29 0x000055a73887723c in vm_yield_with_cref (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1871
No locals.
#30 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1879
No locals.
#31 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#32 0x000055a73887723c in rb_yield (val=<optimized out>)
No locals.
#33 0x000055a738a3f886 in rb_ary_collect (ary=136059472220160) at /tmp/ruby/src/trunk_asan/array.c:3767
        collect = 136059472220080
        i = 0
#34 0x000055a7388b5d28 in vm_call_cfunc_with_frame_ (ec=<optimized out>, reg_cfp=<optimized out>, calling=<optimized out>, argc=<optimized out>, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3902
        ci = 0x16a100000001
        cc = <optimized out>
        me = 0x7bbefa18e6a8
        cfunc = 0x506000020188
        recv = 136059472220160
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#35 0x000055a73884ea5f in vm_sendish (ec=0x5170000000d0, reg_cfp=0x7bbef7bff720, cd=0x50200002a650, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#36 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:856
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x50200002a650
        insns_address_table = {0x55a73884a626 <vm_exec_core+1494>, 0x55a73884b92d <vm_exec_core+6365>, 0x55a738850ac1 <vm_exec_core+27249>, 0x55a73884b49f <vm_exec_core+5199>, 0x55a738851872 <vm_exec_core+30754>, 0x55a73884f674 <vm_exec_core+22052>, 0x55a73884d31e <vm_exec_core+13006>, 0x55a73884a78e <vm_exec_core+1854>, 0x55a7388510b4 <vm_exec_core+28772>, 0x55a738850dfc <vm_exec_core+28076>, 0x55a73884b71c <vm_exec_core+5836>, 0x55a73884ac7e <vm_exec_core+3118>, 0x55a73884fd76 <vm_exec_core+23846>, 0x55a73884c223 <vm_exec_core+8659>, 0x55a7388512b5 <vm_exec_core+29285>, 0x55a738850f5e <vm_exec_core+28430>, 0x55a73884c911 <vm_exec_core+10433>, 0x55a73884d2ad <vm_exec_core+12893>, 0x55a73884f8d5 <vm_exec_core+22661>, 0x55a738850ed5 <vm_exec_core+28293>, 0x55a73884ed80 <vm_exec_core+19760>, 0x55a73884f95e <vm_exec_core+22798>, 0x55a738850417 <vm_exec_core+25543>, 0x55a73884ecbd <vm_exec_core+19565>, 0x55a73884abbb <vm_exec_core+2923>, 0x55a73884f377 <vm_exec_core+21287>, 0x55a73884aa4e <vm_exec_core+2558>, 0x55a73884ae84 <vm_exec_core+3636>, 0x55a73884cb94 <vm_exec_core+11076>, 0x55a73884e88a <vm_exec_core+18490>, 0x55a73884f210 <vm_exec_core+20928>, 0x55a73884e52f <vm_exec_core+17631>, 0x55a73884a65a <vm_exec_core+1546>, 0x55a738850647 <vm_exec_core+26103>, 0x55a738850d27 <vm_exec_core+27863>, 0x55a73884b02b <vm_exec_core+4059>, 0x55a73884bbd7 <vm_exec_core+7047>, 0x55a73884b895 <vm_exec_core+6213>, 0x55a73884c312 <vm_exec_core+8898>, 0x55a73884d149 <vm_exec_core+12537>, 0x55a73884b0d2 <vm_exec_core+4226>, 0x55a7388504af <vm_exec_core+25695>, 0x55a73884bb61 <vm_exec_core+6929>, 0x55a73884cff7 <vm_exec_core+12199>, 0x55a73884dabe <vm_exec_core+14958>, 0x55a73884fe0c <vm_exec_core+23996>, 0x55a73884ef42 <vm_exec_core+20210>, 0x55a73884c5ec <vm_exec_core+9628>, 0x55a73884be6e <vm_exec_core+7710>, 0x55a73884fc62 <vm_exec_core+23570>, 0x55a73884cd74 <vm_exec_core+11556>, 0x55a73884f476 <vm_exec_core+21542>, 0x55a73884efb4 <vm_exec_core+20324>, 0x55a73884f52d <vm_exec_core+21725>, 0x55a7388509f9 <vm_exec_core+27049>, 0x55a73884e341 <vm_exec_core+17137>, 0x55a73884fec5 <vm_exec_core+24181>, 0x55a73884a3a8 <vm_exec_core+856>, 0x55a73884f9f3 <vm_exec_core+22947>, 0x55a73884c70b <vm_exec_core+9915>, 0x55a73884ec18 <vm_exec_core+19400>, 0x55a73884ee58 <vm_exec_core+19976>, 0x55a73884d6f2 <vm_exec_core+13986>, 0x55a73884af38 <vm_exec_core+3816>, 0x55a73884cab9 <vm_exec_core+10857>, 0x55a73884c0f6 <vm_exec_core+8358>, 0x55a73884f5ab <vm_exec_core+21851>, 0x55a73884b263 <vm_exec_core+4627>, 0x55a73884d49f <vm_exec_core+13391>, 0x55a73884ddef <vm_exec_core+15775>, 0x55a73884c3f0 <vm_exec_core+9120>, 0x55a738858000 <vm_exec_core+57264>, 0x55a73884bdc5 <vm_exec_core+7541>, 0x55a73884bcbd <vm_exec_core+7277>, 0x55a73884bfc8 <vm_exec_core+8056>, 0x55a73884c9b3 <vm_exec_core+10595>, 0x55a73884e72e <vm_exec_core+18142>, 0x55a73884db79 <vm_exec_core+15145>, 0x55a73884f28f <vm_exec_core+21055>, 0x55a73884dfd5 <vm_exec_core+16261>, 0x55a738850570 <vm_exec_core+25888>, 0x55a738851b17 <vm_exec_core+31431>, 0x55a7388507b4 <vm_exec_core+26468>, 0x55a738851405 <vm_exec_core+29621>, 0x55a7388514f6 <vm_exec_core+29862>, 0x55a73884aae0 <vm_exec_core+2704>, 0x55a738850fdd <vm_exec_core+28557>, 0x55a73884cc99 <vm_exec_core+11337>, 0x55a7388511d8 <vm_exec_core+29064>, 0x55a73884c7da <vm_exec_core+10122>, 0x55a7388506eb <vm_exec_core+26267>, 0x55a73884a977 <vm_exec_core+2343>, 0x55a73884b15d <vm_exec_core+4365>, 0x55a73885173a <vm_exec_core+30442>, 0x55a73884d07d <vm_exec_core+12333>, 0x55a73884ce7a <vm_exec_core+11818>, 0x55a73884a3ad <vm_exec_core+861>, 0x55a73884a89a <vm_exec_core+2122>, 0x55a73884a433 <vm_exec_core+995>, 0x55a7388508a3 <vm_exec_core+26707>, 0x55a73884e1fe <vm_exec_core+16814>, 0x55a73884d8c2 <vm_exec_core+14450>, 0x55a73884e0da <vm_exec_core+16522>, 0x55a73884dd26 <vm_exec_core+15574>, 0x55a73884cf0f <vm_exec_core+11967>, 0x55a73884d7cd <vm_exec_core+14205>, 0x55a73884d199 <vm_exec_core+12617>, 0x55a73884d9dc <vm_exec_core+14732>, 0x55a73884da4d <vm_exec_core+14845>, 0x55a73884a617 <vm_exec_core+1479>, 0x55a73884b91e <vm_exec_core+6350>, 0x55a738850ab2 <vm_exec_core+27234>, 0x55a73884b490 <vm_exec_core+5184>, 0x55a738851863 <vm_exec_core+30739>, 0x55a73884f665 <vm_exec_core+22037>, 0x55a73884d30f <vm_exec_core+12991>, 0x55a73884a77f <vm_exec_core+1839>, 0x55a7388510a5 <vm_exec_core+28757>, 0x55a738850ded <vm_exec_core+28061>, 0x55a73884b70d <vm_exec_core+5821>, 0x55a73884ac6f <vm_exec_core+3103>, 0x55a73884fd67 <vm_exec_core+23831>, 0x55a73884c214 <vm_exec_core+8644>, 0x55a7388512a6 <vm_exec_core+29270>, 0x55a738850f4f <vm_exec_core+28415>, 0x55a73884c902 <vm_exec_core+10418>, 0x55a73884d29e <vm_exec_core+12878>, 0x55a73884f8c6 <vm_exec_core+22646>, 0x55a738850ec6 <vm_exec_core+28278>, 0x55a73884ed71 <vm_exec_core+19745>, 0x55a73884f94f <vm_exec_core+22783>, 0x55a738850408 <vm_exec_core+25528>, 0x55a73884ecae <vm_exec_core+19550>, 0x55a73884abac <vm_exec_core+2908>, 0x55a73884f368 <vm_exec_core+21272>, 0x55a73884aa3f <vm_exec_core+2543>, 0x55a73884ae75 <vm_exec_core+3621>, 0x55a73884cb85 <vm_exec_core+11061>, 0x55a73884e87b <vm_exec_core+18475>, 0x55a73884f201 <vm_exec_core+20913>, 0x55a73884e520 <vm_exec_core+17616>, 0x55a73884a64b <vm_exec_core+1531>, 0x55a738850638 <vm_exec_core+26088>, 0x55a738850d18 <vm_exec_core+27848>, 0x55a73884b01c <vm_exec_core+4044>, 0x55a73884bbc8 <vm_exec_core+7032>, 0x55a73884b886 <vm_exec_core+6198>, 0x55a73884c303 <vm_exec_core+8883>, 0x55a73884d13a <vm_exec_core+12522>, 0x55a73884b0c3 <vm_exec_core+4211>, 0x55a7388504a0 <vm_exec_core+25680>, 0x55a73884bb52 <vm_exec_core+6914>, 0x55a73884cfe8 <vm_exec_core+12184>, 0x55a73884daaf <vm_exec_core+14943>, 0x55a73884fdfd <vm_exec_core+23981>, 0x55a73884ef33 <vm_exec_core+20195>, 0x55a73884c5dd <vm_exec_core+9613>, 0x55a73884be5f <vm_exec_core+7695>, 0x55a73884fc53 <vm_exec_core+23555>, 0x55a73884cd65 <vm_exec_core+11541>, 0x55a73884f467 <vm_exec_core+21527>, 0x55a73884efa5 <vm_exec_core+20309>, 0x55a73884f51e <vm_exec_core+21710>, 0x55a7388509ea <vm_exec_core+27034>, 0x55a73884e332 <vm_exec_core+17122>, 0x55a73884feb6 <vm_exec_core+24166>, 0x55a73884f354 <vm_exec_core+21252>, 0x55a73884f9e4 <vm_exec_core+22932>, 0x55a73884c6fc <vm_exec_core+9900>, 0x55a73884ec09 <vm_exec_core+19385>, 0x55a73884ee49 <vm_exec_core+19961>, 0x55a73884d6e3 <vm_exec_core+13971>, 0x55a73884e876 <vm_exec_core+18470>, 0x55a73884caaa <vm_exec_core+10842>, 0x55a73884c0e7 <vm_exec_core+8343>, 0x55a73884f59c <vm_exec_core+21836>, 0x55a73884b254 <vm_exec_core+4612>, 0x55a73884d490 <vm_exec_core+13376>, 0x55a73884dde0 <vm_exec_core+15760>, 0x55a73884c3e1 <vm_exec_core+9105>, 0x55a738857ff1 <vm_exec_core+57249>, 0x55a73884bdb6 <vm_exec_core+7526>, 0x55a73884bcae <vm_exec_core+7262>, 0x55a73884bfb9 <vm_exec_core+8041>, 0x55a73884c9a4 <vm_exec_core+10580>, 0x55a73884e71f <vm_exec_core+18127>, 0x55a73884db6a <vm_exec_core+15130>, 0x55a73884e71a <vm_exec_core+18122>, 0x55a73884ef2e <vm_exec_core+20190>, 0x55a73884ef29 <vm_exec_core+20185>, 0x55a73884bfb4 <vm_exec_core+8036>, 0x55a73884f354 <vm_exec_core+21252>, 0x55a73884d103 <vm_exec_core+12467>, 0x55a73884d108 <vm_exec_core+12472>, 0x55a73884ef24 <vm_exec_core+20180>, 0x55a73884ed6c <vm_exec_core+19740>, 0x55a73884dddb <vm_exec_core+15755>, 0x55a73884dd12 <vm_exec_core+15554>, 0x55a73884ee1b <vm_exec_core+19915>, 0x55a73884e1e5 <vm_exec_core+16789>...}
        reg_cfp = 0x7bbef7bff720
        reg_pc = 0x504000008778
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#37 0x000055a7388455d1 in vm_exec_loop (ec=0x5170000000d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2825
No locals.
#38 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2804
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#39 0x000055a73888e699 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:3064
        ec = 0x5170000000d0
        val = <optimized out>
#40 0x000055a738477c70 in rb_ec_exec_node (ec=0x5170000000d0, n=0x7bbef9fec868) at /tmp/ruby/src/trunk_asan/eval.c:283
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffe5d0276d0, <optimized out>, 0x7ffe5d027620, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7bbef9fec868
#41 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:321
        ec = 0x5170000000d0
        status = <optimized out>
#42 0x000055a738470bb7 in rb_main (argc=11, argv=0x7ffe5d0278a8) at /tmp/ruby/src/trunk_asan/main.c:42
        variable_in_this_stack_frame = <optimized out>
#43 main (argc=11, argv=0x7ffe5d0278a8) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

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

>>> Threads

  Id   Target Id                                  Frame 
* 1    Thread 0x731762ea4c40 (LWP 1860887) "ruby" 0x0000731762d26d07 in __GI___select (nfds=35, readfds=0x50c0057bd940, writefds=0x0, exceptfds=0x0, timeout=0x7ffca3d43840) at ../sysdeps/unix/sysv/linux/select.c:69
  2    Thread 0x731746bff6c0 (LWP 1860889) "ruby" 0x0000731762d1b4fd in __GI___poll (fds=0x7317459ff040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 2 (Thread 0x731746bff6c0 (LWP 1860889) "ruby"):
#0  0x0000731762d1b4fd in __GI___poll (fds=0x7317459ff040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00006426fe2de74a in __interceptor_poll ()
No symbol table info available.
#2  0x00006426fe6dc57b in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1077
        pfd = {fd = 3, events = 1, revents = <optimized out>}
        timeout = -1
        r = <optimized out>
#3  timer_thread_func (ptr=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3067
        vm = <optimized out>
#4  0x00006426fe337aff in asan_thread_start(void*) ()
No symbol table info available.
#5  0x0000731762c9caa4 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 = {126543808427712, -5874172461523364137, 126543808427712, -352, 0, 140723057089104, -5874172461535947049, -5874110460690786601}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x0000731762d29c6c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x731762ea4c40 (LWP 1860887) "ruby"):
#0  0x0000731762d26d07 in __GI___select (nfds=35, readfds=0x50c0057bd940, writefds=0x0, exceptfds=0x0, timeout=0x7ffca3d43840) 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 = 548538422}
        pts64 = 0x7ffca3d436e0
        r = <optimized out>
#1  0x00006426fe6c31c4 in native_fd_select (n=35, readfds=0x50c0057bd940, writefds=0x0, exceptfds=0x731762d26d07 <__GI___select+327>, timeout=0x7ffca3d436e0, th=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2430
No locals.
#2  do_select (p=126544246697344) at /tmp/ruby/src/trunk_asan/thread.c:4508
        tv = <optimized out>
        __region = <optimized out>
        end = <optimized out>
        rel = <optimized out>
        to = 0x7ffca3d437f0
        lerrno = 0
        set = <optimized out>
        result = <optimized out>
        endtime = <optimized out>
#3  0x00006426fe3836ce in rb_ec_ensure (ec=<optimized out>, b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1146
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffca3d439b0, <optimized out>, 0x7ffca3d438c0, <optimized out>, <optimized out>}, prev = 0x731760df6c60, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#4  0x00006426fe383b59 in rb_ensure (b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1163
No locals.
#5  0x00006426fe6c26cc in rb_thread_fd_select (max=<optimized out>, read=<optimized out>, write=<optimized out>, except=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:4570
        set = {max = 35, th = 0x515000000300, rset = 0x731760df6b40, 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 = 0x731760df6ba0}
#6  0x00006426fe4599e1 in select_internal (read=126543749893160, write=4, except=4, tp=0x731760df6ba0, fds=0x731760df6b40) at /tmp/ruby/src/trunk_asan/io.c:10754
        timerec = <optimized out>
        max = 35
        pending = <optimized out>
        rp = 0x731760df6b40
        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=126544246696736) at /tmp/ruby/src/trunk_asan/io.c:10824
        p = 0x731760df6b20
#8  0x00006426fe3836ce in rb_ec_ensure (ec=<optimized out>, b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1146
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffca3d43d30, <optimized out>, 0x7ffca3d43c40, <optimized out>, <optimized out>}, prev = 0x731760d62c40, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#9  0x00006426fe383b59 in rb_ensure (b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1163
No locals.
#10 0x00006426fe435bbb 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 0x00006426fe7bcd28 in vm_call_cfunc_with_frame_ (ec=<optimized out>, reg_cfp=<optimized out>, calling=<optimized out>, argc=<optimized out>, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3902
        ci = 0x165100100009
        cc = <optimized out>
        me = 0x7317625a8b50
        cfunc = 0x50600002b408
        recv = 126544271505760
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#12 0x00006426fe75d86d in vm_sendish (ec=0x5170000000d0, reg_cfp=0x7317601ff3a0, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#13 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:904
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x6426fe751626 <vm_exec_core+1494>, 0x6426fe75292d <vm_exec_core+6365>, 0x6426fe757ac1 <vm_exec_core+27249>, 0x6426fe75249f <vm_exec_core+5199>, 0x6426fe758872 <vm_exec_core+30754>, 0x6426fe756674 <vm_exec_core+22052>, 0x6426fe75431e <vm_exec_core+13006>, 0x6426fe75178e <vm_exec_core+1854>, 0x6426fe7580b4 <vm_exec_core+28772>, 0x6426fe757dfc <vm_exec_core+28076>, 0x6426fe75271c <vm_exec_core+5836>, 0x6426fe751c7e <vm_exec_core+3118>, 0x6426fe756d76 <vm_exec_core+23846>, 0x6426fe753223 <vm_exec_core+8659>, 0x6426fe7582b5 <vm_exec_core+29285>, 0x6426fe757f5e <vm_exec_core+28430>, 0x6426fe753911 <vm_exec_core+10433>, 0x6426fe7542ad <vm_exec_core+12893>, 0x6426fe7568d5 <vm_exec_core+22661>, 0x6426fe757ed5 <vm_exec_core+28293>, 0x6426fe755d80 <vm_exec_core+19760>, 0x6426fe75695e <vm_exec_core+22798>, 0x6426fe757417 <vm_exec_core+25543>, 0x6426fe755cbd <vm_exec_core+19565>, 0x6426fe751bbb <vm_exec_core+2923>, 0x6426fe756377 <vm_exec_core+21287>, 0x6426fe751a4e <vm_exec_core+2558>, 0x6426fe751e84 <vm_exec_core+3636>, 0x6426fe753b94 <vm_exec_core+11076>, 0x6426fe75588a <vm_exec_core+18490>, 0x6426fe756210 <vm_exec_core+20928>, 0x6426fe75552f <vm_exec_core+17631>, 0x6426fe75165a <vm_exec_core+1546>, 0x6426fe757647 <vm_exec_core+26103>, 0x6426fe757d27 <vm_exec_core+27863>, 0x6426fe75202b <vm_exec_core+4059>, 0x6426fe752bd7 <vm_exec_core+7047>, 0x6426fe752895 <vm_exec_core+6213>, 0x6426fe753312 <vm_exec_core+8898>, 0x6426fe754149 <vm_exec_core+12537>, 0x6426fe7520d2 <vm_exec_core+4226>, 0x6426fe7574af <vm_exec_core+25695>, 0x6426fe752b61 <vm_exec_core+6929>, 0x6426fe753ff7 <vm_exec_core+12199>, 0x6426fe754abe <vm_exec_core+14958>, 0x6426fe756e0c <vm_exec_core+23996>, 0x6426fe755f42 <vm_exec_core+20210>, 0x6426fe7535ec <vm_exec_core+9628>, 0x6426fe752e6e <vm_exec_core+7710>, 0x6426fe756c62 <vm_exec_core+23570>, 0x6426fe753d74 <vm_exec_core+11556>, 0x6426fe756476 <vm_exec_core+21542>, 0x6426fe755fb4 <vm_exec_core+20324>, 0x6426fe75652d <vm_exec_core+21725>, 0x6426fe7579f9 <vm_exec_core+27049>, 0x6426fe755341 <vm_exec_core+17137>, 0x6426fe756ec5 <vm_exec_core+24181>, 0x6426fe7513a8 <vm_exec_core+856>, 0x6426fe7569f3 <vm_exec_core+22947>, 0x6426fe75370b <vm_exec_core+9915>, 0x6426fe755c18 <vm_exec_core+19400>, 0x6426fe755e58 <vm_exec_core+19976>, 0x6426fe7546f2 <vm_exec_core+13986>, 0x6426fe751f38 <vm_exec_core+3816>, 0x6426fe753ab9 <vm_exec_core+10857>, 0x6426fe7530f6 <vm_exec_core+8358>, 0x6426fe7565ab <vm_exec_core+21851>, 0x6426fe752263 <vm_exec_core+4627>, 0x6426fe75449f <vm_exec_core+13391>, 0x6426fe754def <vm_exec_core+15775>, 0x6426fe7533f0 <vm_exec_core+9120>, 0x6426fe75f000 <vm_exec_core+57264>, 0x6426fe752dc5 <vm_exec_core+7541>, 0x6426fe752cbd <vm_exec_core+7277>, 0x6426fe752fc8 <vm_exec_core+8056>, 0x6426fe7539b3 <vm_exec_core+10595>, 0x6426fe75572e <vm_exec_core+18142>, 0x6426fe754b79 <vm_exec_core+15145>, 0x6426fe75628f <vm_exec_core+21055>, 0x6426fe754fd5 <vm_exec_core+16261>, 0x6426fe757570 <vm_exec_core+25888>, 0x6426fe758b17 <vm_exec_core+31431>, 0x6426fe7577b4 <vm_exec_core+26468>, 0x6426fe758405 <vm_exec_core+29621>, 0x6426fe7584f6 <vm_exec_core+29862>, 0x6426fe751ae0 <vm_exec_core+2704>, 0x6426fe757fdd <vm_exec_core+28557>, 0x6426fe753c99 <vm_exec_core+11337>, 0x6426fe7581d8 <vm_exec_core+29064>, 0x6426fe7537da <vm_exec_core+10122>, 0x6426fe7576eb <vm_exec_core+26267>, 0x6426fe751977 <vm_exec_core+2343>, 0x6426fe75215d <vm_exec_core+4365>, 0x6426fe75873a <vm_exec_core+30442>, 0x6426fe75407d <vm_exec_core+12333>, 0x6426fe753e7a <vm_exec_core+11818>, 0x6426fe7513ad <vm_exec_core+861>, 0x6426fe75189a <vm_exec_core+2122>, 0x6426fe751433 <vm_exec_core+995>, 0x6426fe7578a3 <vm_exec_core+26707>, 0x6426fe7551fe <vm_exec_core+16814>, 0x6426fe7548c2 <vm_exec_core+14450>, 0x6426fe7550da <vm_exec_core+16522>, 0x6426fe754d26 <vm_exec_core+15574>, 0x6426fe753f0f <vm_exec_core+11967>, 0x6426fe7547cd <vm_exec_core+14205>, 0x6426fe754199 <vm_exec_core+12617>, 0x6426fe7549dc <vm_exec_core+14732>, 0x6426fe754a4d <vm_exec_core+14845>, 0x6426fe751617 <vm_exec_core+1479>, 0x6426fe75291e <vm_exec_core+6350>, 0x6426fe757ab2 <vm_exec_core+27234>, 0x6426fe752490 <vm_exec_core+5184>, 0x6426fe758863 <vm_exec_core+30739>, 0x6426fe756665 <vm_exec_core+22037>, 0x6426fe75430f <vm_exec_core+12991>, 0x6426fe75177f <vm_exec_core+1839>, 0x6426fe7580a5 <vm_exec_core+28757>, 0x6426fe757ded <vm_exec_core+28061>, 0x6426fe75270d <vm_exec_core+5821>, 0x6426fe751c6f <vm_exec_core+3103>, 0x6426fe756d67 <vm_exec_core+23831>, 0x6426fe753214 <vm_exec_core+8644>, 0x6426fe7582a6 <vm_exec_core+29270>, 0x6426fe757f4f <vm_exec_core+28415>, 0x6426fe753902 <vm_exec_core+10418>, 0x6426fe75429e <vm_exec_core+12878>, 0x6426fe7568c6 <vm_exec_core+22646>, 0x6426fe757ec6 <vm_exec_core+28278>, 0x6426fe755d71 <vm_exec_core+19745>, 0x6426fe75694f <vm_exec_core+22783>, 0x6426fe757408 <vm_exec_core+25528>, 0x6426fe755cae <vm_exec_core+19550>, 0x6426fe751bac <vm_exec_core+2908>, 0x6426fe756368 <vm_exec_core+21272>, 0x6426fe751a3f <vm_exec_core+2543>, 0x6426fe751e75 <vm_exec_core+3621>, 0x6426fe753b85 <vm_exec_core+11061>, 0x6426fe75587b <vm_exec_core+18475>, 0x6426fe756201 <vm_exec_core+20913>, 0x6426fe755520 <vm_exec_core+17616>, 0x6426fe75164b <vm_exec_core+1531>, 0x6426fe757638 <vm_exec_core+26088>, 0x6426fe757d18 <vm_exec_core+27848>, 0x6426fe75201c <vm_exec_core+4044>, 0x6426fe752bc8 <vm_exec_core+7032>, 0x6426fe752886 <vm_exec_core+6198>, 0x6426fe753303 <vm_exec_core+8883>, 0x6426fe75413a <vm_exec_core+12522>, 0x6426fe7520c3 <vm_exec_core+4211>, 0x6426fe7574a0 <vm_exec_core+25680>, 0x6426fe752b52 <vm_exec_core+6914>, 0x6426fe753fe8 <vm_exec_core+12184>, 0x6426fe754aaf <vm_exec_core+14943>, 0x6426fe756dfd <vm_exec_core+23981>, 0x6426fe755f33 <vm_exec_core+20195>, 0x6426fe7535dd <vm_exec_core+9613>, 0x6426fe752e5f <vm_exec_core+7695>, 0x6426fe756c53 <vm_exec_core+23555>, 0x6426fe753d65 <vm_exec_core+11541>, 0x6426fe756467 <vm_exec_core+21527>, 0x6426fe755fa5 <vm_exec_core+20309>, 0x6426fe75651e <vm_exec_core+21710>, 0x6426fe7579ea <vm_exec_core+27034>, 0x6426fe755332 <vm_exec_core+17122>, 0x6426fe756eb6 <vm_exec_core+24166>, 0x6426fe756354 <vm_exec_core+21252>, 0x6426fe7569e4 <vm_exec_core+22932>, 0x6426fe7536fc <vm_exec_core+9900>, 0x6426fe755c09 <vm_exec_core+19385>, 0x6426fe755e49 <vm_exec_core+19961>, 0x6426fe7546e3 <vm_exec_core+13971>, 0x6426fe755876 <vm_exec_core+18470>, 0x6426fe753aaa <vm_exec_core+10842>, 0x6426fe7530e7 <vm_exec_core+8343>, 0x6426fe75659c <vm_exec_core+21836>, 0x6426fe752254 <vm_exec_core+4612>, 0x6426fe754490 <vm_exec_core+13376>, 0x6426fe754de0 <vm_exec_core+15760>, 0x6426fe7533e1 <vm_exec_core+9105>, 0x6426fe75eff1 <vm_exec_core+57249>, 0x6426fe752db6 <vm_exec_core+7526>, 0x6426fe752cae <vm_exec_core+7262>, 0x6426fe752fb9 <vm_exec_core+8041>, 0x6426fe7539a4 <vm_exec_core+10580>, 0x6426fe75571f <vm_exec_core+18127>, 0x6426fe754b6a <vm_exec_core+15130>, 0x6426fe75571a <vm_exec_core+18122>, 0x6426fe755f2e <vm_exec_core+20190>, 0x6426fe755f29 <vm_exec_core+20185>, 0x6426fe752fb4 <vm_exec_core+8036>, 0x6426fe756354 <vm_exec_core+21252>, 0x6426fe754103 <vm_exec_core+12467>, 0x6426fe754108 <vm_exec_core+12472>, 0x6426fe755f24 <vm_exec_core+20180>, 0x6426fe755d6c <vm_exec_core+19740>, 0x6426fe754ddb <vm_exec_core+15755>, 0x6426fe754d12 <vm_exec_core+15554>, 0x6426fe755e1b <vm_exec_core+19915>, 0x6426fe7551e5 <vm_exec_core+16789>...}
        reg_cfp = 0x7317601ff3a0
        reg_pc = 0x52300000b0f8
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#14 0x00006426fe74c399 in vm_exec_loop (ec=0x5170000000d0, state=<optimized out>, result=<optimized out>, tag=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2825
No locals.
#15 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2801
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#16 0x00006426fe7dd9b2 in invoke_iseq_block_from_c (ec=0x5170000000d0, captured=0x7317601ff578, self=126544269548520, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=0, me=0x0) at /tmp/ruby/src/trunk_asan/vm.c:1820
        flags = 0
        iseq = 0x7317623f3620
        cfp = <optimized out>
        sp = 0x7317600ff9e8
        use_argv = 0x731760c71ae0
        stack_argv = 0x7317600ff9e8
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#17 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1834
        captured = 0x7317601ff578
#18 0x00006426fe77e23c in vm_yield_with_cref (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1871
No locals.
#19 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1879
No locals.
#20 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#21 0x00006426fe77e23c in rb_yield (val=<optimized out>)
No locals.
#22 0x00006426fe93904a in rb_ary_each (ary=126544264822840) at /tmp/ruby/src/trunk_asan/array.c:2754
        i = 0
#23 0x00006426fe7bcd28 in vm_call_cfunc_with_frame_ (ec=<optimized out>, reg_cfp=<optimized out>, calling=<optimized out>, argc=<optimized out>, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3902
        ci = 0xc1100000001
        cc = <optimized out>
        me = 0x7317625aeb18
        cfunc = 0x50600001e928
        recv = 126544264822840
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#24 0x00006426fe755a5f in vm_sendish (ec=0x5170000000d0, reg_cfp=0x7317601ff560, cd=0x511000021680, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#25 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:856
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x511000021680
        insns_address_table = {0x6426fe751626 <vm_exec_core+1494>, 0x6426fe75292d <vm_exec_core+6365>, 0x6426fe757ac1 <vm_exec_core+27249>, 0x6426fe75249f <vm_exec_core+5199>, 0x6426fe758872 <vm_exec_core+30754>, 0x6426fe756674 <vm_exec_core+22052>, 0x6426fe75431e <vm_exec_core+13006>, 0x6426fe75178e <vm_exec_core+1854>, 0x6426fe7580b4 <vm_exec_core+28772>, 0x6426fe757dfc <vm_exec_core+28076>, 0x6426fe75271c <vm_exec_core+5836>, 0x6426fe751c7e <vm_exec_core+3118>, 0x6426fe756d76 <vm_exec_core+23846>, 0x6426fe753223 <vm_exec_core+8659>, 0x6426fe7582b5 <vm_exec_core+29285>, 0x6426fe757f5e <vm_exec_core+28430>, 0x6426fe753911 <vm_exec_core+10433>, 0x6426fe7542ad <vm_exec_core+12893>, 0x6426fe7568d5 <vm_exec_core+22661>, 0x6426fe757ed5 <vm_exec_core+28293>, 0x6426fe755d80 <vm_exec_core+19760>, 0x6426fe75695e <vm_exec_core+22798>, 0x6426fe757417 <vm_exec_core+25543>, 0x6426fe755cbd <vm_exec_core+19565>, 0x6426fe751bbb <vm_exec_core+2923>, 0x6426fe756377 <vm_exec_core+21287>, 0x6426fe751a4e <vm_exec_core+2558>, 0x6426fe751e84 <vm_exec_core+3636>, 0x6426fe753b94 <vm_exec_core+11076>, 0x6426fe75588a <vm_exec_core+18490>, 0x6426fe756210 <vm_exec_core+20928>, 0x6426fe75552f <vm_exec_core+17631>, 0x6426fe75165a <vm_exec_core+1546>, 0x6426fe757647 <vm_exec_core+26103>, 0x6426fe757d27 <vm_exec_core+27863>, 0x6426fe75202b <vm_exec_core+4059>, 0x6426fe752bd7 <vm_exec_core+7047>, 0x6426fe752895 <vm_exec_core+6213>, 0x6426fe753312 <vm_exec_core+8898>, 0x6426fe754149 <vm_exec_core+12537>, 0x6426fe7520d2 <vm_exec_core+4226>, 0x6426fe7574af <vm_exec_core+25695>, 0x6426fe752b61 <vm_exec_core+6929>, 0x6426fe753ff7 <vm_exec_core+12199>, 0x6426fe754abe <vm_exec_core+14958>, 0x6426fe756e0c <vm_exec_core+23996>, 0x6426fe755f42 <vm_exec_core+20210>, 0x6426fe7535ec <vm_exec_core+9628>, 0x6426fe752e6e <vm_exec_core+7710>, 0x6426fe756c62 <vm_exec_core+23570>, 0x6426fe753d74 <vm_exec_core+11556>, 0x6426fe756476 <vm_exec_core+21542>, 0x6426fe755fb4 <vm_exec_core+20324>, 0x6426fe75652d <vm_exec_core+21725>, 0x6426fe7579f9 <vm_exec_core+27049>, 0x6426fe755341 <vm_exec_core+17137>, 0x6426fe756ec5 <vm_exec_core+24181>, 0x6426fe7513a8 <vm_exec_core+856>, 0x6426fe7569f3 <vm_exec_core+22947>, 0x6426fe75370b <vm_exec_core+9915>, 0x6426fe755c18 <vm_exec_core+19400>, 0x6426fe755e58 <vm_exec_core+19976>, 0x6426fe7546f2 <vm_exec_core+13986>, 0x6426fe751f38 <vm_exec_core+3816>, 0x6426fe753ab9 <vm_exec_core+10857>, 0x6426fe7530f6 <vm_exec_core+8358>, 0x6426fe7565ab <vm_exec_core+21851>, 0x6426fe752263 <vm_exec_core+4627>, 0x6426fe75449f <vm_exec_core+13391>, 0x6426fe754def <vm_exec_core+15775>, 0x6426fe7533f0 <vm_exec_core+9120>, 0x6426fe75f000 <vm_exec_core+57264>, 0x6426fe752dc5 <vm_exec_core+7541>, 0x6426fe752cbd <vm_exec_core+7277>, 0x6426fe752fc8 <vm_exec_core+8056>, 0x6426fe7539b3 <vm_exec_core+10595>, 0x6426fe75572e <vm_exec_core+18142>, 0x6426fe754b79 <vm_exec_core+15145>, 0x6426fe75628f <vm_exec_core+21055>, 0x6426fe754fd5 <vm_exec_core+16261>, 0x6426fe757570 <vm_exec_core+25888>, 0x6426fe758b17 <vm_exec_core+31431>, 0x6426fe7577b4 <vm_exec_core+26468>, 0x6426fe758405 <vm_exec_core+29621>, 0x6426fe7584f6 <vm_exec_core+29862>, 0x6426fe751ae0 <vm_exec_core+2704>, 0x6426fe757fdd <vm_exec_core+28557>, 0x6426fe753c99 <vm_exec_core+11337>, 0x6426fe7581d8 <vm_exec_core+29064>, 0x6426fe7537da <vm_exec_core+10122>, 0x6426fe7576eb <vm_exec_core+26267>, 0x6426fe751977 <vm_exec_core+2343>, 0x6426fe75215d <vm_exec_core+4365>, 0x6426fe75873a <vm_exec_core+30442>, 0x6426fe75407d <vm_exec_core+12333>, 0x6426fe753e7a <vm_exec_core+11818>, 0x6426fe7513ad <vm_exec_core+861>, 0x6426fe75189a <vm_exec_core+2122>, 0x6426fe751433 <vm_exec_core+995>, 0x6426fe7578a3 <vm_exec_core+26707>, 0x6426fe7551fe <vm_exec_core+16814>, 0x6426fe7548c2 <vm_exec_core+14450>, 0x6426fe7550da <vm_exec_core+16522>, 0x6426fe754d26 <vm_exec_core+15574>, 0x6426fe753f0f <vm_exec_core+11967>, 0x6426fe7547cd <vm_exec_core+14205>, 0x6426fe754199 <vm_exec_core+12617>, 0x6426fe7549dc <vm_exec_core+14732>, 0x6426fe754a4d <vm_exec_core+14845>, 0x6426fe751617 <vm_exec_core+1479>, 0x6426fe75291e <vm_exec_core+6350>, 0x6426fe757ab2 <vm_exec_core+27234>, 0x6426fe752490 <vm_exec_core+5184>, 0x6426fe758863 <vm_exec_core+30739>, 0x6426fe756665 <vm_exec_core+22037>, 0x6426fe75430f <vm_exec_core+12991>, 0x6426fe75177f <vm_exec_core+1839>, 0x6426fe7580a5 <vm_exec_core+28757>, 0x6426fe757ded <vm_exec_core+28061>, 0x6426fe75270d <vm_exec_core+5821>, 0x6426fe751c6f <vm_exec_core+3103>, 0x6426fe756d67 <vm_exec_core+23831>, 0x6426fe753214 <vm_exec_core+8644>, 0x6426fe7582a6 <vm_exec_core+29270>, 0x6426fe757f4f <vm_exec_core+28415>, 0x6426fe753902 <vm_exec_core+10418>, 0x6426fe75429e <vm_exec_core+12878>, 0x6426fe7568c6 <vm_exec_core+22646>, 0x6426fe757ec6 <vm_exec_core+28278>, 0x6426fe755d71 <vm_exec_core+19745>, 0x6426fe75694f <vm_exec_core+22783>, 0x6426fe757408 <vm_exec_core+25528>, 0x6426fe755cae <vm_exec_core+19550>, 0x6426fe751bac <vm_exec_core+2908>, 0x6426fe756368 <vm_exec_core+21272>, 0x6426fe751a3f <vm_exec_core+2543>, 0x6426fe751e75 <vm_exec_core+3621>, 0x6426fe753b85 <vm_exec_core+11061>, 0x6426fe75587b <vm_exec_core+18475>, 0x6426fe756201 <vm_exec_core+20913>, 0x6426fe755520 <vm_exec_core+17616>, 0x6426fe75164b <vm_exec_core+1531>, 0x6426fe757638 <vm_exec_core+26088>, 0x6426fe757d18 <vm_exec_core+27848>, 0x6426fe75201c <vm_exec_core+4044>, 0x6426fe752bc8 <vm_exec_core+7032>, 0x6426fe752886 <vm_exec_core+6198>, 0x6426fe753303 <vm_exec_core+8883>, 0x6426fe75413a <vm_exec_core+12522>, 0x6426fe7520c3 <vm_exec_core+4211>, 0x6426fe7574a0 <vm_exec_core+25680>, 0x6426fe752b52 <vm_exec_core+6914>, 0x6426fe753fe8 <vm_exec_core+12184>, 0x6426fe754aaf <vm_exec_core+14943>, 0x6426fe756dfd <vm_exec_core+23981>, 0x6426fe755f33 <vm_exec_core+20195>, 0x6426fe7535dd <vm_exec_core+9613>, 0x6426fe752e5f <vm_exec_core+7695>, 0x6426fe756c53 <vm_exec_core+23555>, 0x6426fe753d65 <vm_exec_core+11541>, 0x6426fe756467 <vm_exec_core+21527>, 0x6426fe755fa5 <vm_exec_core+20309>, 0x6426fe75651e <vm_exec_core+21710>, 0x6426fe7579ea <vm_exec_core+27034>, 0x6426fe755332 <vm_exec_core+17122>, 0x6426fe756eb6 <vm_exec_core+24166>, 0x6426fe756354 <vm_exec_core+21252>, 0x6426fe7569e4 <vm_exec_core+22932>, 0x6426fe7536fc <vm_exec_core+9900>, 0x6426fe755c09 <vm_exec_core+19385>, 0x6426fe755e49 <vm_exec_core+19961>, 0x6426fe7546e3 <vm_exec_core+13971>, 0x6426fe755876 <vm_exec_core+18470>, 0x6426fe753aaa <vm_exec_core+10842>, 0x6426fe7530e7 <vm_exec_core+8343>, 0x6426fe75659c <vm_exec_core+21836>, 0x6426fe752254 <vm_exec_core+4612>, 0x6426fe754490 <vm_exec_core+13376>, 0x6426fe754de0 <vm_exec_core+15760>, 0x6426fe7533e1 <vm_exec_core+9105>, 0x6426fe75eff1 <vm_exec_core+57249>, 0x6426fe752db6 <vm_exec_core+7526>, 0x6426fe752cae <vm_exec_core+7262>, 0x6426fe752fb9 <vm_exec_core+8041>, 0x6426fe7539a4 <vm_exec_core+10580>, 0x6426fe75571f <vm_exec_core+18127>, 0x6426fe754b6a <vm_exec_core+15130>, 0x6426fe75571a <vm_exec_core+18122>, 0x6426fe755f2e <vm_exec_core+20190>, 0x6426fe755f29 <vm_exec_core+20185>, 0x6426fe752fb4 <vm_exec_core+8036>, 0x6426fe756354 <vm_exec_core+21252>, 0x6426fe754103 <vm_exec_core+12467>, 0x6426fe754108 <vm_exec_core+12472>, 0x6426fe755f24 <vm_exec_core+20180>, 0x6426fe755d6c <vm_exec_core+19740>, 0x6426fe754ddb <vm_exec_core+15755>, 0x6426fe754d12 <vm_exec_core+15554>, 0x6426fe755e1b <vm_exec_core+19915>, 0x6426fe7551e5 <vm_exec_core+16789>...}
th: 0x515000000300, native_id: 0x731762ea4c40
        reg_cfp = 0x7317601ff560
-- Control frame information -----------------------------------------------
c:0021 p:---- s:0128 e:000127 l:y b:---- CFUNC  :select
c:0020 p:0255 s:0120 e:000119 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:680
        reg_pc = 0x51500001b750
        INSN_LABEL_nop = <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
        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>
c:0018 p:0008 s:0094 e:000093 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:847
c:0017 p:0130 s:0087 e:000086 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1598
        INSN_LABEL_getclassvariable = <optimized out>
c:0016 p:0026 s:0074 e:000073 l:y b:0001 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1293
        INSN_LABEL_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>
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]
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
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:001600 l:y b:---- DUMMY  [FINISH]

        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#26 0x00006426fe74c5d1 in vm_exec_loop (ec=0x5170000000d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2825
No locals.
#27 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2804
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#28 0x00006426fe7951c3 in rb_iseq_eval (iseq=<optimized out>, box=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:3054
        ec = 0x5170000000d0
        val = <optimized out>
#29 0x00006426fe49c5b1 in load_iseq_eval (ec=<optimized out>, fname=fname@entry=126544271030760) at /tmp/ruby/src/trunk_asan/load.c:774
        box = 0x6426ffa92a60 <root_box>
        iseq = 0x73176252b8d0
#30 0x00006426fe4967a8 in require_internal (ec=ec@entry=0x5170000000d0, fname=<optimized out>, exception=<optimized out>, warn=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1341
        found = 114
        handle = <optimized out>
        _ec = <optimized out>
        _tag = <optimized out>
        th = 0x515000000300
        box = 0x6426ffa92a60 <root_box>
        saved = <optimized out>
        ftptr = <optimized out>
        realpath = <optimized out>
        realpaths = 126544271495200
        realpath_map = 126544271495040
        path = 126544271030760
        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 0x00006426fe494a84 in rb_require_string_internal (fname=126544271030800, resurrect=false) at /tmp/ruby/src/trunk_asan/load.c:1451
        result = <optimized out>
        ec = 0x5170000000d0
        result = <optimized out>
#32 rb_require_relative_entrypoint (fname=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1059
        base = <optimized out>
#33 0x00006426fe7bcd28 in vm_call_cfunc_with_frame_ (ec=<optimized out>, reg_cfp=<optimized out>, calling=<optimized out>, argc=<optimized out>, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:3902
        ci = 0x594100140003
        cc = <optimized out>
        me = 0x73176252ba60
        cfunc = 0x5060000371c8
        recv = 126544271685520
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#34 0x00006426fe7a2425 in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7ffca3d46140) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4888
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0x0
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#35 0x00006426fe7a1eb5 in vm_call_method (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5028
        ci = <optimized out>
        cc = 0x0
#36 0x00006426fe75d86d in vm_sendish (ec=0x5170000000d0, reg_cfp=0x7317601ff790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6124
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#37 vm_exec_core (ec=ec@entry=0x5170000000d0) at ../../src/trunk_asan/insns.def:904
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x6426fe751626 <vm_exec_core+1494>, 0x6426fe75292d <vm_exec_core+6365>, 0x6426fe757ac1 <vm_exec_core+27249>, 0x6426fe75249f <vm_exec_core+5199>, 0x6426fe758872 <vm_exec_core+30754>, 0x6426fe756674 <vm_exec_core+22052>, 0x6426fe75431e <vm_exec_core+13006>, 0x6426fe75178e <vm_exec_core+1854>, 0x6426fe7580b4 <vm_exec_core+28772>, 0x6426fe757dfc <vm_exec_core+28076>, 0x6426fe75271c <vm_exec_core+5836>, 0x6426fe751c7e <vm_exec_core+3118>, 0x6426fe756d76 <vm_exec_core+23846>, 0x6426fe753223 <vm_exec_core+8659>, 0x6426fe7582b5 <vm_exec_core+29285>, 0x6426fe757f5e <vm_exec_core+28430>, 0x6426fe753911 <vm_exec_core+10433>, 0x6426fe7542ad <vm_exec_core+12893>, 0x6426fe7568d5 <vm_exec_core+22661>, 0x6426fe757ed5 <vm_exec_core+28293>, 0x6426fe755d80 <vm_exec_core+19760>, 0x6426fe75695e <vm_exec_core+22798>, 0x6426fe757417 <vm_exec_core+25543>, 0x6426fe755cbd <vm_exec_core+19565>, 0x6426fe751bbb <vm_exec_core+2923>, 0x6426fe756377 <vm_exec_core+21287>, 0x6426fe751a4e <vm_exec_core+2558>, 0x6426fe751e84 <vm_exec_core+3636>, 0x6426fe753b94 <vm_exec_core+11076>, 0x6426fe75588a <vm_exec_core+18490>, 0x6426fe756210 <vm_exec_core+20928>, 0x6426fe75552f <vm_exec_core+17631>, 0x6426fe75165a <vm_exec_core+1546>, 0x6426fe757647 <vm_exec_core+26103>, 0x6426fe757d27 <vm_exec_core+27863>, 0x6426fe75202b <vm_exec_core+4059>, 0x6426fe752bd7 <vm_exec_core+7047>, 0x6426fe752895 <vm_exec_core+6213>, 0x6426fe753312 <vm_exec_core+8898>, 0x6426fe754149 <vm_exec_core+12537>, 0x6426fe7520d2 <vm_exec_core+4226>, 0x6426fe7574af <vm_exec_core+25695>, 0x6426fe752b61 <vm_exec_core+6929>, 0x6426fe753ff7 <vm_exec_core+12199>, 0x6426fe754abe <vm_exec_core+14958>, 0x6426fe756e0c <vm_exec_core+23996>, 0x6426fe755f42 <vm_exec_core+20210>, 0x6426fe7535ec <vm_exec_core+9628>, 0x6426fe752e6e <vm_exec_core+7710>, 0x6426fe756c62 <vm_exec_core+23570>, 0x6426fe753d74 <vm_exec_core+11556>, 0x6426fe756476 <vm_exec_core+21542>, 0x6426fe755fb4 <vm_exec_core+20324>, 0x6426fe75652d <vm_exec_core+21725>, 0x6426fe7579f9 <vm_exec_core+27049>, 0x6426fe755341 <vm_exec_core+17137>, 0x6426fe756ec5 <vm_exec_core+24181>, 0x6426fe7513a8 <vm_exec_core+856>, 0x6426fe7569f3 <vm_exec_core+22947>, 0x6426fe75370b <vm_exec_core+9915>, 0x6426fe755c18 <vm_exec_core+19400>, 0x6426fe755e58 <vm_exec_core+19976>, 0x6426fe7546f2 <vm_exec_core+13986>, 0x6426fe751f38 <vm_exec_core+3816>, 0x6426fe753ab9 <vm_exec_core+10857>, 0x6426fe7530f6 <vm_exec_core+8358>, 0x6426fe7565ab <vm_exec_core+21851>, 0x6426fe752263 <vm_exec_core+4627>, 0x6426fe75449f <vm_exec_core+13391>, 0x6426fe754def <vm_exec_core+15775>, 0x6426fe7533f0 <vm_exec_core+9120>, 0x6426fe75f000 <vm_exec_core+57264>, 0x6426fe752dc5 <vm_exec_core+7541>, 0x6426fe752cbd <vm_exec_core+7277>, 0x6426fe752fc8 <vm_exec_core+8056>, 0x6426fe7539b3 <vm_exec_core+10595>, 0x6426fe75572e <vm_exec_core+18142>, 0x6426fe754b79 <vm_exec_core+15145>, 0x6426fe75628f <vm_exec_core+21055>, 0x6426fe754fd5 <vm_exec_core+16261>, 0x6426fe757570 <vm_exec_core+25888>, 0x6426fe758b17 <vm_exec_core+31431>, 0x6426fe7577b4 <vm_exec_core+26468>, 0x6426fe758405 <vm_exec_core+29621>, 0x6426fe7584f6 <vm_exec_core+29862>, 0x6426fe751ae0 <vm_exec_core+2704>, 0x6426fe757fdd <vm_exec_core+28557>, 0x6426fe753c99 <vm_exec_core+11337>, 0x6426fe7581d8 <vm_exec_core+29064>, 0x6426fe7537da <vm_exec_core+10122>, 0x6426fe7576eb <vm_exec_core+26267>, 0x6426fe751977 <vm_exec_core+2343>, 0x6426fe75215d <vm_exec_core+4365>, 0x6426fe75873a <vm_exec_core+30442>, 0x6426fe75407d <vm_exec_core+12333>, 0x6426fe753e7a <vm_exec_core+11818>, 0x6426fe7513ad <vm_exec_core+861>, 0x6426fe75189a <vm_exec_core+2122>, 0x6426fe751433 <vm_exec_core+995>, 0x6426fe7578a3 <vm_exec_core+26707>, 0x6426fe7551fe <vm_exec_core+16814>, 0x6426fe7548c2 <vm_exec_core+14450>, 0x6426fe7550da <vm_exec_core+16522>, 0x6426fe754d26 <vm_exec_core+15574>, 0x6426fe753f0f <vm_exec_core+11967>, 0x6426fe7547cd <vm_exec_core+14205>, 0x6426fe754199 <vm_exec_core+12617>, 0x6426fe7549dc <vm_exec_core+14732>, 0x6426fe754a4d <vm_exec_core+14845>, 0x6426fe751617 <vm_exec_core+1479>, 0x6426fe75291e <vm_exec_core+6350>, 0x6426fe757ab2 <vm_exec_core+27234>, 0x6426fe752490 <vm_exec_core+5184>, 0x6426fe758863 <vm_exec_core+30739>, 0x6426fe756665 <vm_exec_core+22037>, 0x6426fe75430f <vm_exec_core+12991>, 0x6426fe75177f <vm_exec_core+1839>, 0x6426fe7580a5 <vm_exec_core+28757>, 0x6426fe757ded <vm_exec_core+28061>, 0x6426fe75270d <vm_exec_core+5821>, 0x6426fe751c6f <vm_exec_core+3103>, 0x6426fe756d67 <vm_exec_core+23831>, 0x6426fe753214 <vm_exec_core+8644>, 0x6426fe7582a6 <vm_exec_core+29270>, 0x6426fe757f4f <vm_exec_core+28415>, 0x6426fe753902 <vm_exec_core+10418>, 0x6426fe75429e <vm_exec_core+12878>, 0x6426fe7568c6 <vm_exec_core+22646>, 0x6426fe757ec6 <vm_exec_core+28278>, 0x6426fe755d71 <vm_exec_core+19745>, 0x6426fe75694f <vm_exec_core+22783>, 0x6426fe757408 <vm_exec_core+25528>, 0x6426fe755cae <vm_exec_core+19550>, 0x6426fe751bac <vm_exec_core+2908>, 0x6426fe756368 <vm_exec_core+21272>, 0x6426fe751a3f <vm_exec_core+2543>, 0x6426fe751e75 <vm_exec_core+3621>, 0x6426fe753b85 <vm_exec_core+11061>, 0x6426fe75587b <vm_exec_core+18475>, 0x6426fe756201 <vm_exec_core+20913>, 0x6426fe755520 <vm_exec_core+17616>, 0x6426fe75164b <vm_exec_core+1531>, 0x6426fe757638 <vm_exec_core+26088>, 0x6426fe757d18 <vm_exec_core+27848>, 0x6426fe75201c <vm_exec_core+4044>, 0x6426fe752bc8 <vm_exec_core+7032>, 0x6426fe752886 <vm_exec_core+6198>, 0x6426fe753303 <vm_exec_core+8883>, 0x6426fe75413a <vm_exec_core+12522>, 0x6426fe7520c3 <vm_exec_core+4211>, 0x6426fe7574a0 <vm_exec_core+25680>, 0x6426fe752b52 <vm_exec_core+6914>, 0x6426fe753fe8 <vm_exec_core+12184>, 0x6426fe754aaf <vm_exec_core+14943>, 0x6426fe756dfd <vm_exec_core+23981>, 0x6426fe755f33 <vm_exec_core+20195>, 0x6426fe7535dd <vm_exec_core+9613>, 0x6426fe752e5f <vm_exec_core+7695>, 0x6426fe756c53 <vm_exec_core+23555>, 0x6426fe753d65 <vm_exec_core+11541>, 0x6426fe756467 <vm_exec_core+21527>, 0x6426fe755fa5 <vm_exec_core+20309>, 0x6426fe75651e <vm_exec_core+21710>, 0x6426fe7579ea <vm_exec_core+27034>, 0x6426fe755332 <vm_exec_core+17122>, 0x6426fe756eb6 <vm_exec_core+24166>, 0x6426fe756354 <vm_exec_core+21252>, 0x6426fe7569e4 <vm_exec_core+22932>, 0x6426fe7536fc <vm_exec_core+9900>, 0x6426fe755c09 <vm_exec_core+19385>, 0x6426fe755e49 <vm_exec_core+19961>, 0x6426fe7546e3 <vm_exec_core+13971>, 0x6426fe755876 <vm_exec_core+18470>, 0x6426fe753aaa <vm_exec_core+10842>, 0x6426fe7530e7 <vm_exec_core+8343>, 0x6426fe75659c <vm_exec_core+21836>, 0x6426fe752254 <vm_exec_core+4612>, 0x6426fe754490 <vm_exec_core+13376>, 0x6426fe754de0 <vm_exec_core+15760>, 0x6426fe7533e1 <vm_exec_core+9105>, 0x6426fe75eff1 <vm_exec_core+57249>, 0x6426fe752db6 <vm_exec_core+7526>, 0x6426fe752cae <vm_exec_core+7262>, 0x6426fe752fb9 <vm_exec_core+8041>, 0x6426fe7539a4 <vm_exec_core+10580>, 0x6426fe75571f <vm_exec_core+18127>, 0x6426fe754b6a <vm_exec_core+15130>, 0x6426fe75571a <vm_exec_core+18122>, 0x6426fe755f2e <vm_exec_core+20190>, 0x6426fe755f29 <vm_exec_core+20185>, 0x6426fe752fb4 <vm_exec_core+8036>, 0x6426fe756354 <vm_exec_core+21252>, 0x6426fe754103 <vm_exec_core+12467>, 0x6426fe754108 <vm_exec_core+12472>, 0x6426fe755f24 <vm_exec_core+20180>, 0x6426fe755d6c <vm_exec_core+19740>, 0x6426fe754ddb <vm_exec_core+15755>, 0x6426fe754d12 <vm_exec_core+15554>, 0x6426fe755e1b <vm_exec_core+19915>, 0x6426fe7551e5 <vm_exec_core+16789>...}
        reg_cfp = 0x7317601ff790
        reg_pc = 0x504000008af8
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_opt_new = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_duparray_send = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#38 0x00006426fe74c1e2 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2798
        _ec = 0x5170000000d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#39 0x00006426fe795699 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:3064
        ec = 0x5170000000d0
        val = <optimized out>
#40 0x00006426fe37ec70 in rb_ec_exec_node (ec=0x5170000000d0, n=0x73176252bb00) at /tmp/ruby/src/trunk_asan/eval.c:283
        _ec = 0x5170000000d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffca3d466b0, <optimized out>, 0x7ffca3d46600, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x73176252bb00
#41 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:321
        ec = 0x5170000000d0
        status = <optimized out>
#42 0x00006426fe377bb7 in rb_main (argc=9, argv=0x7ffca3d46888) at /tmp/ruby/src/trunk_asan/main.c:42
        variable_in_this_stack_frame = <optimized out>
#43 main (argc=9, argv=0x7ffca3d46888) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

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

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

Children under /tmp/rubytest.cca0nj:
* drwx------ 3 80 2025-12-31 21:47:39 +0000 autoload20251231-1860921-ohwsql/
  * -rw-r--r-- 1 103 2025-12-31 21:47:39 +0000 foo.rb
  * drwxr-xr-x 2  60 2025-12-31 21:47:39 +0000 foo/
    * -rw-r--r-- 1 20 2025-12-31 21:47:39 +0000 bar.rb
$ timeout 60 gdb -p 1860557 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
make: *** [uncommon.mk:919: 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 1860556 -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 2334698 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

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

Finished in 40.547823 seconds

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