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

$$$ ps jx
   PPID     PID    PGID     SID TTY        TPGID STAT   UID   TIME COMMAND
      1     996     996     996 ?             -1 Ss    1000   0:15 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
    996    1015    1015    1015 pts/0       1015 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
   1015    1018    1015    1015 pts/0       1015 S+    1000   0:05 sh build-loop.sh trunk_asan --incremental --exclude-steps=test_btest
      1  151621    1015    1015 pts/0       1015 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  311356    1015    1015 pts/0       1015 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  341541    1015    1015 pts/0       1015 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
   1018  369570    1015    1015 pts/0       1015 Sl+   1000   0:00 ruby ./br.rb build_report trunk_asan --incremental --exclude-steps=test_btest
 369570  369573    1015    1015 pts/0       1015 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.20250510-115536 --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
 369573  369574    1015    1015 pts/0       1015 Sl+   1000   0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk_asan --logfile=/home/ko1/ruby/logs/brlog.trunk_asan.20250510-115536 --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
 369574  370497    1015    1015 pts/0       1015 S+    1000   0:00 sh -c make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
 370497  370498    1015    1015 pts/0       1015 S+    1000   0:00 make yes-test-all TESTOPTS=--stderr-on-failure TESTS=-j16
 370498  370834    1015    1015 pts/0       1015 Sl+   1000   0:17 /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
 370834  370844    1015    1015 pts/0       1015 Sl+   1000   0:58 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestAutoload#test_autoload_fork
      1  419256    1015    1015 pts/0       1015 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
 370844  531603    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestAutoload#test_autoload_fork
 370844  531652    1015    1015 pts/0       1015 Z+    1000   0:00 [test_autoload.*] <defunct>
      1  620161    1015    1015 pts/0       1015 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  653320    1015    1015 pts/0       1015 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  694506    1015    1015 pts/0       1015 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  825635    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism --disable=gems
 369574  893168    1015    1015 pts/0       1015 R+    1000   0:00 ps jx
      1 1050354    1015    1015 pts/0       1015 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 1203214    1015    1015 pts/0       1015 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 1740617    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism --disable=gems
      1 1863343    1015    1015 pts/0       1015 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 2597670    1015    1015 pts/0       1015 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 3179324    1015    1015 pts/0       1015 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 3432248    1015    1015 pts/0       1015 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 3455248    1015    1015 pts/0       1015 Sl+   1000   0:00 /tmp/ruby/build/trunk_asan/ruby --parser=prism --disable=gems
      1 3646963    1015    1015 pts/0       1015 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 3823805    1015    1015 pts/0       1015 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 3916981    1015    1015 pts/0       1015 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 3942842    1015    1015 pts/0       1015 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 4068349    1015    1015 pts/0       1015 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=>[996, 151621, 311356, 341541, 419256, 620161, 653320, 694506, 825635, 1050354, 1203214, 1740617, 1863343, 2597670, 3179324, 3432248, 3455248, 3646963, 3823805, 3916981, 3942842, 4068349], 996=>[1015], 1015=>[1018], 1018=>[369570], 369570=>[369573], 369573=>[369574], 369574=>[370497, 893168], 370497=>[370498], 370498=>[370834], 370834=>[370844], 370844=>[531603, 531652]}
$ timeout 60 gdb -p 531603 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 531606]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00005b507217de2e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()

>>> Threads

  Id   Target Id                                            Frame 
* 1    Thread 0x791257a006c0 (LWP 531603) "test_autoload.*" 0x00005b507217de2e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
  2    Thread 0x791244e006c0 (LWP 531606) "test_autoload.*" 0x000079127f71b4cd in __GI___poll (fds=0x79123e909040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 2 (Thread 0x791244e006c0 (LWP 531606) "test_autoload.*"):
#0  0x000079127f71b4cd in __GI___poll (fds=0x79123e909040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005b50721086ca in __interceptor_poll ()
No symbol table info available.
#2  0x00005b50724c88cf in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1057
        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:3011
        vm = <optimized out>
#4  0x00005b5072161a7f in asan_thread_start(void*) ()
No symbol table info available.
#5  0x000079127f69caa4 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 = {133119371904704, 7793609480735509179, 133119371904704, -352, 0, 133119686468336, 7793609480714537659, 7793481267143592635}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x000079127f729c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x791257a006c0 (LWP 531603) "test_autoload.*"):
#0  0x00005b507217de2e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
No symbol table info available.
#1  0x00005b507217edea in __sanitizer::Semaphore::Wait() ()
No symbol table info available.
#2  0x00005b50720cd660 in __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::GetFromAllocator(__sanitizer::AllocatorStats*, unsigned long, unsigned int*, unsigned long) ()
No symbol table info available.
#3  0x00005b50720cd4d9 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  0x00005b50720cd105 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  0x00005b50720c810e in __asan::Allocator::Allocate(unsigned long, unsigned long, __sanitizer::BufferedStackTrace*, __asan::AllocType, bool) ()
No symbol table info available.
#6  0x00005b50720c7ef8 in __asan::asan_malloc(unsigned long, __sanitizer::BufferedStackTrace*) ()
No symbol table info available.
#7  0x00005b5072163e63 in __interceptor_malloc ()
No symbol table info available.
#8  0x00005b5072a548b2 in context_push (parser=0x7912579fc4f0, context=PM_CONTEXT_MAIN) at /tmp/ruby/src/trunk_asan/prism/prism.c:8684
        context_node = <optimized out>
#9  parse_statements (parser=parser@entry=0x7912579fc4f0, context=context@entry=PM_CONTEXT_MAIN, depth=depth@entry=0) at /tmp/ruby/src/trunk_asan/prism/prism.c:13913
        statements = 0x5040005a69d0
        last_value = <optimized out>
#10 0x00005b5072a363cb in parse_program (parser=0x7912579fc4f0) at /tmp/ruby/src/trunk_asan/prism/prism.c:22385
        current_block_exits = {size = 0, capacity = 0, nodes = 0x0}
        previous_block_exits = 0x0
        statements = <optimized out>
        locals = <optimized out>
#11 pm_parse (parser=0x7912579fc4f0) at /tmp/ruby/src/trunk_asan/prism/prism.c:22810
No locals.
#12 0x00005b50727e5d90 in pm_parse_file (result=0x7912579fc4f0, filepath=<optimized out>, script_lines=<optimized out>) at /tmp/ruby/src/trunk_asan/prism_compile.c:11376
        rbimpl_id = 39563
        node = <optimized out>
        error = <optimized out>
        id_script_lines = <optimized out>
#13 0x00005b50722ae4a3 in load_iseq_eval (ec=0x51600256c2d0, fname=fname@entry=133120340319720) at /tmp/ruby/src/trunk_asan/load.c:752
        result = {parser = {node_id = <optimized out>, lex_state = <optimized out>, enclosure_nesting = <optimized out>, lambda_enclosure_nesting = <optimized out>, brace_nesting = <optimized out>, do_loop_stack = <optimized out>, accepts_block_stack = <optimized out>, lex_modes = {current = <optimized out>, stack = {{mode = <optimized out>, as = {list = {nesting = <optimized out>, interpolation = <optimized out>, incrementor = <optimized out>, terminator = <optimized out>, breakpoints = {<optimized out> <repeats 11 times>}}, regexp = {nesting = <optimized out>, incrementor = <optimized out>, terminator = <optimized out>, breakpoints = {<optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>}}, string = {nesting = <optimized out>, interpolation = <optimized out>, label_allowed = <optimized out>, incrementor = <optimized out>, terminator = <optimized out>, breakpoints = {<optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>}}, heredoc = {base = {ident_start = <optimized out>, ident_length = <optimized out>, quote = <optimized out>, indent = <optimized out>}, next_start = <optimized out>, common_whitespace = <optimized out>, line_continuation = <optimized out>}}, prev = <optimized out>}, {mode = <optimized out>, as = {list = {nesting = <optimized out>, interpolation = <optimized out>, incrementor = <optimized out>, terminator = <optimized out>, breakpoints = {<optimized out> <repeats 11 times>}}, regexp = {nesting = <optimized out>, incrementor = <optimized out>, terminator = <optimized out>, breakpoints = {<optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>}}, string = {nesting = <optimized out>, interpolation = <optimized out>, label_allowed = <optimized out>, incrementor = <optimized out>, terminator = <optimized out>, breakpoints = {<optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>}}, heredoc = {base = {ident_start = <optimized out>, ident_length = <optimized out>, quote = <optimized out>, indent = <optimized out>}, next_start = <optimized out>, common_whitespace = <optimized out>, line_continuation = <optimized out>}}, prev = <optimized out>}, {mode = <optimized out>, as = {list = {nesting = <optimized out>, interpolation = <optimized out>, incrementor = <optimized out>, terminator = <optimized out>, breakpoints = {<optimized out> <repeats 11 times>}}, regexp = {nesting = <optimized out>, incrementor = <optimized out>, terminator = <optimized out>, breakpoints = {<optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>}}, string = {nesting = <optimized out>, interpolation = <optimized out>, label_allowed = <optimized out>, incrementor = <optimized out>, terminator = <optimized out>, breakpoints = {<optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>}}, heredoc = {base = {ident_start = <optimized out>, ident_length = <optimized out>, quote = <optimized out>, indent = <optimized out>}, next_start = <optimized out>, common_whitespace = <optimized out>, line_continuation = <optimized out>}}, prev = <optimized out>}, {mode = <optimized out>, as = {list = {nesting = <optimized out>, interpolation = <optimized out>, incrementor = <optimized out>, terminator = <optimized out>, breakpoints = {<optimized out> <repeats 11 times>}}, regexp = {nesting = <optimized out>, incrementor = <optimized out>, terminator = <optimized out>, breakpoints = {<optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>}}, string = {nesting = <optimized out>, interpolation = <optimized out>, label_allowed = <optimized out>, incrementor = <optimized out>, terminator = <optimized out>, breakpoints = {<optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>}}, heredoc = {base = {ident_start = <optimized out>, ident_length = <optimized out>, quote = <optimized out>, indent = <optimized out>}, next_start = <optimized out>, common_whitespace = <optimized out>, line_continuation = <optimized out>}}, prev = <optimized out>}}, index = <optimized out>}, start = <optimized out>, end = <optimized out>, previous = {type = <optimized out>, start = <optimized out>, end = <optimized out>}, current = {type = <optimized out>, start = <optimized out>, end = <optimized out>}, next_start = <optimized out>, heredoc_end = <optimized out>, comment_list = {size = <optimized out>, head = <optimized out>, tail = <optimized out>}, magic_comment_list = {size = <optimized out>, head = <optimized out>, tail = <optimized out>}, data_loc = {start = <optimized out>, end = <optimized out>}, warning_list = {size = <optimized out>, head = <optimized out>, tail = <optimized out>}, error_list = {size = <optimized out>, head = <optimized out>, tail = <optimized out>}, current_scope = <optimized out>, current_context = <optimized out>, current_hash_keys = <optimized out>, encoding = <optimized out>, encoding_changed_callback = <optimized out>, encoding_comment_start = <optimized out>, lex_callback = <optimized out>, filepath = {source = <optimized out>, length = <optimized out>, type = <optimized out>}, constant_pool = {buckets = <optimized out>, constants = <optimized out>, size = <optimized out>, capacity = <optimized out>}, newline_list = {start = <optimized out>, size = <optimized out>, capacity = <optimized out>, offsets = <optimized out>}, integer_base = <optimized out>, current_string = {source = <optimized out>, length = <optimized out>, type = <optimized out>}, start_line = <optimized out>, explicit_encoding = <optimized out>, current_block_exits = <optimized out>, version = <optimized out>, command_line = <optimized out>, frozen_string_literal = <optimized out>, parsing_eval = <optimized out>, partial_script = <optimized out>, command_start = <optimized out>, recovering = <optimized out>, encoding_locked = <optimized out>, encoding_changed = <optimized out>, pattern_matching_newlines = <optimized out>, in_keyword_arg = <optimized out>, semantic_token_seen = <optimized out>, current_regular_expression_ascii_only = <optimized out>, warn_mismatched_indentation = <optimized out>}, options = {shebang_callback = <optimized out>, shebang_callback_data = <optimized out>, filepath = {source = <optimized out>, length = <optimized out>, type = <optimized out>}, line = 1, encoding = {source = <optimized out>, length = <optimized out>, type = <optimized out>}, scopes_count = <optimized out>, scopes = <optimized out>, version = <optimized out>, command_line = <optimized out>, frozen_string_literal = <optimized out>, encoding_locked = <optimized out>, main_script = <optimized out>, partial_script = <optimized out>, freeze = <optimized out>}, input = {source = <optimized out>, length = <optimized out>, type = <optimized out>}, node = {base = {type = <optimized out>, flags = <optimized out>, node_id = <optimized out>, location = {start = <optimized out>, end = <optimized out>}}, previous = <optimized out>, ast_node = <optimized out>, parameters = <optimized out>, body = <optimized out>, locals = {size = <optimized out>, capacity = <optimized out>, ids = <optimized out>}, parser = <optimized out>, encoding = <optimized out>, script_lines = <optimized out>, filepath_encoding = <optimized out>, local_table_for_iseq_size = <optimized out>, constants = <optimized out>, index_lookup_table = <optimized out>, coverage_enabled = <optimized out>, pre_execution_anchor = <optimized out>}, parsed = <optimized out>}
        error = <optimized out>
        ec = 0x51600256c2d0
        v = <optimized out>
        th = <optimized out>
        realpath_map = 133120347067200
        iseq = <optimized out>
#14 0x00005b50722a95fb in require_internal (ec=ec@entry=0x51600256c2d0, fname=<optimized out>, exception=<optimized out>, warn=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1296
        found = 114
        handle = <optimized out>
        _ec = <optimized out>
        _tag = <optimized out>
        th = 0x515000267080
        saved = <optimized out>
        ftptr = <optimized out>
        realpath = <optimized out>
        realpaths = 133120347067360
        realpath_map = 133120347067200
        path = 133120340319720
        state = RUBY_TAG_NONE
        prev_ext_config = <optimized out>
        th2 = <optimized out>
        result = <optimized out>
        saved_path = <optimized out>
        reset_ext_config = <optimized out>
#15 0x00005b50722a75f2 in rb_require_string_internal (fname=133119821207160, resurrect=false) at /tmp/ruby/src/trunk_asan/load.c:1402
        result = <optimized out>
        ec = 0x51600256c2d0
        result = <optimized out>
#16 rb_require_string (fname=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1388
No locals.
#17 0x00005b50725996d8 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:3797
        ci = 0x1381100140003
        cc = <optimized out>
        me = 0x79127ed28f98
        cfunc = 0x504000018558
        recv = 133120353095080
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#18 0x00005b507257f9ad in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7912579fd490) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4775
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0x0
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#19 0x00005b5072585645 in vm_call_alias (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4184
No locals.
#20 0x00005b50725470f9 in vm_sendish (ec=0x51600256c2d0, reg_cfp=0x79124e7ff6e8, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5972
        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>
#21 vm_exec_core (ec=ec@entry=0x51600256c2d0) at ../../src/trunk_asan/insns.def:899
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5b507254000f <vm_exec_core+26607>, 0x5b507253c59b <vm_exec_core+11643>, 0x5b5072539e9d <vm_exec_core+1661>, 0x5b507253af5f <vm_exec_core+5951>, 0x5b50725401f9 <vm_exec_core+27097>, 0x5b507253ac1d <vm_exec_core+5117>, 0x5b50725416c0 <vm_exec_core+32416>, 0x5b507253f118 <vm_exec_core+22776>, 0x5b507253d605 <vm_exec_core+15845>, 0x5b507253a1fa <vm_exec_core+2522>, 0x5b50725409c9 <vm_exec_core+29097>, 0x5b50725405cf <vm_exec_core+28079>, 0x5b507253ae60 <vm_exec_core+5696>, 0x5b507253a718 <vm_exec_core+3832>, 0x5b507253f693 <vm_exec_core+24179>, 0x5b507253bafa <vm_exec_core+8922>, 0x5b5072540e46 <vm_exec_core+30246>, 0x5b507254087e <vm_exec_core+28766>, 0x5b507253c3b9 <vm_exec_core+11161>, 0x5b507253d56d <vm_exec_core+15693>, 0x5b507253f239 <vm_exec_core+23065>, 0x5b50725407da <vm_exec_core+28602>, 0x5b507253e4ba <vm_exec_core+19610>, 0x5b507253f3e1 <vm_exec_core+23489>, 0x5b507253fbb9 <vm_exec_core+25497>, 0x5b507253e3b1 <vm_exec_core+19345>, 0x5b507253a66d <vm_exec_core+3661>, 0x5b507253ec6b <vm_exec_core+21579>, 0x5b507253a42d <vm_exec_core+3085>, 0x5b507253a816 <vm_exec_core+4086>, 0x5b507253c7e6 <vm_exec_core+12230>, 0x5b507253e0f9 <vm_exec_core+18649>, 0x5b507253e93e <vm_exec_core+20766>, 0x5b507253df04 <vm_exec_core+18148>, 0x5b507253a116 <vm_exec_core+2294>, 0x5b507253ff37 <vm_exec_core+26391>, 0x5b5072540492 <vm_exec_core+27762>, 0x5b507253a8b3 <vm_exec_core+4243>, 0x5b507253b598 <vm_exec_core+7544>, 0x5b507253af05 <vm_exec_core+5861>, 0x5b507253bd4d <vm_exec_core+9517>, 0x5b507253d3c1 <vm_exec_core+15265>, 0x5b507253a95a <vm_exec_core+4410>, 0x5b507253fc86 <vm_exec_core+25702>, 0x5b507253b4ce <vm_exec_core+7342>, 0x5b507253d042 <vm_exec_core+14370>, 0x5b507253dafa <vm_exec_core+17114>, 0x5b507253f7f4 <vm_exec_core+24532>, 0x5b507253e6b9 <vm_exec_core+20121>, 0x5b507253bdf6 <vm_exec_core+9686>, 0x5b507253b7f1 <vm_exec_core+8145>, 0x5b507253f598 <vm_exec_core+23928>, 0x5b507253ca42 <vm_exec_core+12834>, 0x5b507253ed3d <vm_exec_core+21789>, 0x5b507253e82b <vm_exec_core+20491>, 0x5b507253edca <vm_exec_core+21930>, 0x5b507254011a <vm_exec_core+26874>, 0x5b5072539bbb <vm_exec_core+923>, 0x5b507253f907 <vm_exec_core+24807>, 0x5b507253c0bf <vm_exec_core+10399>, 0x5b507253f4ae <vm_exec_core+23694>, 0x5b507253c1e5 <vm_exec_core+10693>, 0x5b507253e2fd <vm_exec_core+19165>, 0x5b5072541111 <vm_exec_core+30961>, 0x5b507253d969 <vm_exec_core+16713>, 0x5b507253dfc1 <vm_exec_core+18337>, 0x5b507253c44c <vm_exec_core+11308>, 0x5b507253b915 <vm_exec_core+8437>, 0x5b507253ee97 <vm_exec_core+22135>, 0x5b507253aa65 <vm_exec_core+4677>, 0x5b507253d76d <vm_exec_core+16205>, 0x5b50725489b4 <vm_exec_core+61844>, 0x5b507253e5fa <vm_exec_core+19930>, 0x5b507253ab00 <vm_exec_core+4832>, 0x5b507253b3b1 <vm_exec_core+7057>, 0x5b507253b1ca <vm_exec_core+6570>, 0x5b507253b68a <vm_exec_core+7786>, 0x5b507253bf15 <vm_exec_core+9973>, 0x5b5072540d6e <vm_exec_core+30030>, 0x5b5072539bc0 <vm_exec_core+928>, 0x5b507253b2d6 <vm_exec_core+6838>, 0x5b507254183b <vm_exec_core+32795>, 0x5b507253eb69 <vm_exec_core+21321>, 0x5b507253ddfa <vm_exec_core+17882>, 0x5b507253fd16 <vm_exec_core+25846>, 0x5b5072541bf5 <vm_exec_core+33749>, 0x5b507254003e <vm_exec_core+26654>, 0x5b5072540ee8 <vm_exec_core+30408>, 0x5b5072540fb9 <vm_exec_core+30617>, 0x5b507253a537 <vm_exec_core+3351>, 0x5b50725408ea <vm_exec_core+28874>, 0x5b507253c966 <vm_exec_core+12614>, 0x5b5072540b35 <vm_exec_core+29461>, 0x5b507253c28a <vm_exec_core+10858>, 0x5b507253bb97 <vm_exec_core+9079>, 0x5b507253ce9d <vm_exec_core+13949>, 0x5b507253a9cb <vm_exec_core+4523>, 0x5b5072541086 <vm_exec_core+30822>, 0x5b507253d0fb <vm_exec_core+14555>, 0x5b507253cc89 <vm_exec_core+13417>, 0x5b5072539cb4 <vm_exec_core+1172>, 0x5b507253a2d3 <vm_exec_core+2739>, 0x5b507253dcad <vm_exec_core+17549>, 0x5b507253d299 <vm_exec_core+14969>, 0x5b507253db80 <vm_exec_core+17248>, 0x5b507253da22 <vm_exec_core+16898>, 0x5b507253c883 <vm_exec_core+12387>, 0x5b507253d195 <vm_exec_core+14709>, 0x5b507253cd7a <vm_exec_core+13658>, 0x5b507253d4f2 <vm_exec_core+15570>, 0x5b507253d477 <vm_exec_core+15447>, 0x5b5072540000 <vm_exec_core+26592>, 0x5b507253c58c <vm_exec_core+11628>, 0x5b5072539e8e <vm_exec_core+1646>, 0x5b507253af50 <vm_exec_core+5936>, 0x5b50725401ea <vm_exec_core+27082>, 0x5b507253ac0e <vm_exec_core+5102>, 0x5b50725416b1 <vm_exec_core+32401>, 0x5b507253f109 <vm_exec_core+22761>, 0x5b507253d5f6 <vm_exec_core+15830>, 0x5b507253a1eb <vm_exec_core+2507>, 0x5b50725409ba <vm_exec_core+29082>, 0x5b50725405c0 <vm_exec_core+28064>, 0x5b507253ae51 <vm_exec_core+5681>, 0x5b507253a709 <vm_exec_core+3817>, 0x5b507253f684 <vm_exec_core+24164>, 0x5b507253baeb <vm_exec_core+8907>, 0x5b5072540e37 <vm_exec_core+30231>, 0x5b507254086f <vm_exec_core+28751>, 0x5b507253c3aa <vm_exec_core+11146>, 0x5b507253d55e <vm_exec_core+15678>, 0x5b507253f22a <vm_exec_core+23050>, 0x5b50725407cb <vm_exec_core+28587>, 0x5b507253e4ab <vm_exec_core+19595>, 0x5b507253f3d2 <vm_exec_core+23474>, 0x5b507253fbaa <vm_exec_core+25482>, 0x5b507253e3a2 <vm_exec_core+19330>, 0x5b507253a65e <vm_exec_core+3646>, 0x5b507253ec5c <vm_exec_core+21564>, 0x5b507253a41e <vm_exec_core+3070>, 0x5b507253a807 <vm_exec_core+4071>, 0x5b507253c7d7 <vm_exec_core+12215>, 0x5b507253e0ea <vm_exec_core+18634>, 0x5b507253e92f <vm_exec_core+20751>, 0x5b507253def5 <vm_exec_core+18133>, 0x5b507253a107 <vm_exec_core+2279>, 0x5b507253ff28 <vm_exec_core+26376>, 0x5b5072540483 <vm_exec_core+27747>, 0x5b507253a8a4 <vm_exec_core+4228>, 0x5b507253b589 <vm_exec_core+7529>, 0x5b507253aef6 <vm_exec_core+5846>, 0x5b507253bd3e <vm_exec_core+9502>, 0x5b507253d3b2 <vm_exec_core+15250>, 0x5b507253a94b <vm_exec_core+4395>, 0x5b507253fc77 <vm_exec_core+25687>, 0x5b507253b4bf <vm_exec_core+7327>, 0x5b507253d033 <vm_exec_core+14355>, 0x5b507253daeb <vm_exec_core+17099>, 0x5b507253f7e5 <vm_exec_core+24517>, 0x5b507253e6aa <vm_exec_core+20106>, 0x5b507253bde7 <vm_exec_core+9671>, 0x5b507253b7e2 <vm_exec_core+8130>, 0x5b507253f589 <vm_exec_core+23913>, 0x5b507253ca33 <vm_exec_core+12819>, 0x5b507253ed2e <vm_exec_core+21774>, 0x5b507253e81c <vm_exec_core+20476>, 0x5b507253edbb <vm_exec_core+21915>, 0x5b507254010b <vm_exec_core+26859>, 0x5b507253e5d7 <vm_exec_core+19895>, 0x5b507253f8f8 <vm_exec_core+24792>, 0x5b507253c0b0 <vm_exec_core+10384>, 0x5b507253f49f <vm_exec_core+23679>, 0x5b507253c1d6 <vm_exec_core+10678>, 0x5b507253e2ee <vm_exec_core+19150>, 0x5b507253e5d7 <vm_exec_core+19895>, 0x5b507253d95a <vm_exec_core+16698>, 0x5b507253dfb2 <vm_exec_core+18322>, 0x5b507253c43d <vm_exec_core+11293>, 0x5b507253b906 <vm_exec_core+8422>, 0x5b507253ee88 <vm_exec_core+22120>, 0x5b507253aa56 <vm_exec_core+4662>, 0x5b507253d75e <vm_exec_core+16190>, 0x5b50725489a5 <vm_exec_core+61829>, 0x5b507253e5eb <vm_exec_core+19915>, 0x5b507253aaf1 <vm_exec_core+4817>, 0x5b507253b3a2 <vm_exec_core+7042>, 0x5b507253b1bb <vm_exec_core+6555>, 0x5b507253b67b <vm_exec_core+7771>, 0x5b507253bf06 <vm_exec_core+9958>, 0x5b507253ddf5 <vm_exec_core+17877>, 0x5b507253d754 <vm_exec_core+16180>, 0x5b507253ddf0 <vm_exec_core+17872>, 0x5b507253e597 <vm_exec_core+19831>, 0x5b507253e557 <vm_exec_core+19767>, 0x5b507253b676 <vm_exec_core+7766>, 0x5b507253e8f3 <vm_exec_core+20691>, 0x5b507253cc7f <vm_exec_core+13407>, 0x5b507253cc84 <vm_exec_core+13412>, 0x5b507253e552 <vm_exec_core+19762>, 0x5b507253e0e5 <vm_exec_core+18629>...}
        reg_cfp = 0x79124e7ff6e8
        reg_pc = 0x5110000a0738
        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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#22 0x00005b5072535fcb in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2618
        _ec = 0x51600256c2d0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x7912579fd840, <optimized out>, <optimized out>}, prev = 0x791240e09e80, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#23 0x00005b50725ad60a in vm_call0_body (ec=<optimized out>, calling=0x791240f09860, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:225
        reg_cfp = <optimized out>
        i = <optimized out>
        ci = 0x791240f098d0
        cc = <optimized out>
        ret = <optimized out>
#24 0x00005b50725ace7f in vm_call0_cme (ec=0x51600256c2d0, calling=0x791240f09860, argv=0x7912579fdc40, cme=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:108
No locals.
#25 vm_call0_body (ec=<optimized out>, calling=0x791240f09860, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:271
        cme = 0x79125c86e6a0
        orig_cme = <optimized out>
        ci = 0x791240f098d0
        cc = 0x79125c86e678
        ret = <optimized out>
#26 0x00005b507256129e in vm_call0_cc (recv=133120353095080, id=22689, argc=<optimized out>, argv=<optimized out>, cc=0x79125c86e678, kw_splat=0, ec=<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>
#27 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:1047
        ci = <optimized out>
th: 0x515000267080, native_id: 0x791257a006c0
        ec = <optimized out>
        cc = 0x79125c86e678
        self = <optimized out>
#28 0x00005b50725620ce in rb_funcallv (recv=133120353095080, mid=22689, argc=1, argv=0x7912579fdc40) at /tmp/ruby/src/trunk_asan/vm_eval.c:1062
No locals.
#29 rb_funcall (recv=<optimized out>, mid=<optimized out>, n=1) at /tmp/ruby/src/trunk_asan/vm_eval.c:1119
-- Control frame information -----------------------------------------------
        ar = <optimized out>
        argv = 0x7912579fdc40
c:0007 p:---- s:0027 e:000026 DUMMY  [FINISH]
c:0006 p:---- s:0024 e:000023 CFUNC  :require
#30 0x00005b5072520f0e in autoload_feature_require (_arguments=133119686467632) at /tmp/ruby/src/trunk_asan/variable.c:3226
        arguments = 0x7912579fe030
        autoload_const = <optimized out>
        result = <optimized out>
#31 autoload_try_load (_arguments=133119686467632) at /tmp/ruby/src/trunk_asan/variable.c:3240
        arguments = 0x7912579fe030
        result = <optimized out>
        ce = <optimized out>
c:0005 p:0023 s:0019 e:000018 METHOD <internal:/tmp/ruby/src/trunk_asan/lib/rubygems/core_ext/kernel_require.rb>:136 [FINISH]
#32 0x00005b50721ac2d0 in rb_ensure (b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1074
        _ec = 0x51600256c2d0
c:0004 p:0002 s:0013 e:000012 BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:395 [FINISH]
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7912579fdfb0, <optimized out>, 0x7912579fdec0, <optimized out>, <optimized out>}, prev = 0x791240e09640, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x51600256c2d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#33 0x00005b5072520276 in rb_autoload_load (module=module@entry=133120353172800, name=name@entry=250235) at /tmp/ruby/src/trunk_asan/variable.c:3301
        ce = 0x5030016f6630
        arguments = {module = 133120353172800, name = 250235, flag = 0, mutex = 133119758560000, autoload_const = 0x0, autoload_data = 0x0}
c:0003 p:---- s:0010 e:000009 CFUNC  :fork
c:0002 p:0004 s:0006 e:000005 BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:395 [FINISH]
        result = <optimized out>
        autoload_const_value = <optimized out>
#34 0x00005b507252a89d in rb_const_search_from (klass=133120330168840, id=<optimized out>, exclude=<optimized out>, recurse=<optimized out>, visibility=<optimized out>) at /tmp/ruby/src/trunk_asan/variable.c:3403
        ac = 0xfffffffffffffe00
        am = 133120353172800
        tmp = 133120353172800
        ce = <optimized out>
        current = 133120353172800
        value = <optimized out>
        first_iteration = <optimized out>
#35 0x00005b5072521f74 in rb_const_search (klass=133120330168840, id=250235, exclude=0, recurse=1, visibility=0) at /tmp/ruby/src/trunk_asan/variable.c:3425
        value = <optimized out>
#36 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:3352
        c = <optimized out>
#37 0x00005b507252dbfe 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:1129
        root_cref = <optimized out>
        klass = 92358976733448
        cref = <optimized out>
        val = <optimized out>
        root_cref = <optimized out>
c:0001 p:---- s:0003 e:000002 DUMMY  [FINISH]

        cref = <optimized out>
        klass = <optimized out>
        av = <optimized out>
        am = <optimized out>
        ce = <optimized out>
        search_continue = <optimized out>
#38 0x00005b5072538ed1 in vm_get_ev_const_chain (ec=0x51600256c2d0, segments=0x502001d09710) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:1162
        id = 0
        val = 128
        idx = <optimized out>
        allow_nil = <optimized out>
#39 rb_vm_opt_getconstant_path (ec=<optimized out>, reg_cfp=<optimized out>, ic=0x502001d096d0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6439
        segments = 0x502001d09710
        ice = <optimized out>
        val = <optimized out>
#40 0x00005b507253aeb8 in vm_exec_core (ec=ec@entry=0x51600256c2d0) at ../../src/trunk_asan/insns.def:263
        ic = 0x0
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5b507254000f <vm_exec_core+26607>, 0x5b507253c59b <vm_exec_core+11643>, 0x5b5072539e9d <vm_exec_core+1661>, 0x5b507253af5f <vm_exec_core+5951>, 0x5b50725401f9 <vm_exec_core+27097>, 0x5b507253ac1d <vm_exec_core+5117>, 0x5b50725416c0 <vm_exec_core+32416>, 0x5b507253f118 <vm_exec_core+22776>, 0x5b507253d605 <vm_exec_core+15845>, 0x5b507253a1fa <vm_exec_core+2522>, 0x5b50725409c9 <vm_exec_core+29097>, 0x5b50725405cf <vm_exec_core+28079>, 0x5b507253ae60 <vm_exec_core+5696>, 0x5b507253a718 <vm_exec_core+3832>, 0x5b507253f693 <vm_exec_core+24179>, 0x5b507253bafa <vm_exec_core+8922>, 0x5b5072540e46 <vm_exec_core+30246>, 0x5b507254087e <vm_exec_core+28766>, 0x5b507253c3b9 <vm_exec_core+11161>, 0x5b507253d56d <vm_exec_core+15693>, 0x5b507253f239 <vm_exec_core+23065>, 0x5b50725407da <vm_exec_core+28602>, 0x5b507253e4ba <vm_exec_core+19610>, 0x5b507253f3e1 <vm_exec_core+23489>, 0x5b507253fbb9 <vm_exec_core+25497>, 0x5b507253e3b1 <vm_exec_core+19345>, 0x5b507253a66d <vm_exec_core+3661>, 0x5b507253ec6b <vm_exec_core+21579>, 0x5b507253a42d <vm_exec_core+3085>, 0x5b507253a816 <vm_exec_core+4086>, 0x5b507253c7e6 <vm_exec_core+12230>, 0x5b507253e0f9 <vm_exec_core+18649>, 0x5b507253e93e <vm_exec_core+20766>, 0x5b507253df04 <vm_exec_core+18148>, 0x5b507253a116 <vm_exec_core+2294>, 0x5b507253ff37 <vm_exec_core+26391>, 0x5b5072540492 <vm_exec_core+27762>, 0x5b507253a8b3 <vm_exec_core+4243>, 0x5b507253b598 <vm_exec_core+7544>, 0x5b507253af05 <vm_exec_core+5861>, 0x5b507253bd4d <vm_exec_core+9517>, 0x5b507253d3c1 <vm_exec_core+15265>, 0x5b507253a95a <vm_exec_core+4410>, 0x5b507253fc86 <vm_exec_core+25702>, 0x5b507253b4ce <vm_exec_core+7342>, 0x5b507253d042 <vm_exec_core+14370>, 0x5b507253dafa <vm_exec_core+17114>, 0x5b507253f7f4 <vm_exec_core+24532>, 0x5b507253e6b9 <vm_exec_core+20121>, 0x5b507253bdf6 <vm_exec_core+9686>, 0x5b507253b7f1 <vm_exec_core+8145>, 0x5b507253f598 <vm_exec_core+23928>, 0x5b507253ca42 <vm_exec_core+12834>, 0x5b507253ed3d <vm_exec_core+21789>, 0x5b507253e82b <vm_exec_core+20491>, 0x5b507253edca <vm_exec_core+21930>, 0x5b507254011a <vm_exec_core+26874>, 0x5b5072539bbb <vm_exec_core+923>, 0x5b507253f907 <vm_exec_core+24807>, 0x5b507253c0bf <vm_exec_core+10399>, 0x5b507253f4ae <vm_exec_core+23694>, 0x5b507253c1e5 <vm_exec_core+10693>, 0x5b507253e2fd <vm_exec_core+19165>, 0x5b5072541111 <vm_exec_core+30961>, 0x5b507253d969 <vm_exec_core+16713>, 0x5b507253dfc1 <vm_exec_core+18337>, 0x5b507253c44c <vm_exec_core+11308>, 0x5b507253b915 <vm_exec_core+8437>, 0x5b507253ee97 <vm_exec_core+22135>, 0x5b507253aa65 <vm_exec_core+4677>, 0x5b507253d76d <vm_exec_core+16205>, 0x5b50725489b4 <vm_exec_core+61844>, 0x5b507253e5fa <vm_exec_core+19930>, 0x5b507253ab00 <vm_exec_core+4832>, 0x5b507253b3b1 <vm_exec_core+7057>, 0x5b507253b1ca <vm_exec_core+6570>, 0x5b507253b68a <vm_exec_core+7786>, 0x5b507253bf15 <vm_exec_core+9973>, 0x5b5072540d6e <vm_exec_core+30030>, 0x5b5072539bc0 <vm_exec_core+928>, 0x5b507253b2d6 <vm_exec_core+6838>, 0x5b507254183b <vm_exec_core+32795>, 0x5b507253eb69 <vm_exec_core+21321>, 0x5b507253ddfa <vm_exec_core+17882>, 0x5b507253fd16 <vm_exec_core+25846>, 0x5b5072541bf5 <vm_exec_core+33749>, 0x5b507254003e <vm_exec_core+26654>, 0x5b5072540ee8 <vm_exec_core+30408>, 0x5b5072540fb9 <vm_exec_core+30617>, 0x5b507253a537 <vm_exec_core+3351>, 0x5b50725408ea <vm_exec_core+28874>, 0x5b507253c966 <vm_exec_core+12614>, 0x5b5072540b35 <vm_exec_core+29461>, 0x5b507253c28a <vm_exec_core+10858>, 0x5b507253bb97 <vm_exec_core+9079>, 0x5b507253ce9d <vm_exec_core+13949>, 0x5b507253a9cb <vm_exec_core+4523>, 0x5b5072541086 <vm_exec_core+30822>, 0x5b507253d0fb <vm_exec_core+14555>, 0x5b507253cc89 <vm_exec_core+13417>, 0x5b5072539cb4 <vm_exec_core+1172>, 0x5b507253a2d3 <vm_exec_core+2739>, 0x5b507253dcad <vm_exec_core+17549>, 0x5b507253d299 <vm_exec_core+14969>, 0x5b507253db80 <vm_exec_core+17248>, 0x5b507253da22 <vm_exec_core+16898>, 0x5b507253c883 <vm_exec_core+12387>, 0x5b507253d195 <vm_exec_core+14709>, 0x5b507253cd7a <vm_exec_core+13658>, 0x5b507253d4f2 <vm_exec_core+15570>, 0x5b507253d477 <vm_exec_core+15447>, 0x5b5072540000 <vm_exec_core+26592>, 0x5b507253c58c <vm_exec_core+11628>, 0x5b5072539e8e <vm_exec_core+1646>, 0x5b507253af50 <vm_exec_core+5936>, 0x5b50725401ea <vm_exec_core+27082>, 0x5b507253ac0e <vm_exec_core+5102>, 0x5b50725416b1 <vm_exec_core+32401>, 0x5b507253f109 <vm_exec_core+22761>, 0x5b507253d5f6 <vm_exec_core+15830>, 0x5b507253a1eb <vm_exec_core+2507>, 0x5b50725409ba <vm_exec_core+29082>, 0x5b50725405c0 <vm_exec_core+28064>, 0x5b507253ae51 <vm_exec_core+5681>, 0x5b507253a709 <vm_exec_core+3817>, 0x5b507253f684 <vm_exec_core+24164>, 0x5b507253baeb <vm_exec_core+8907>, 0x5b5072540e37 <vm_exec_core+30231>, 0x5b507254086f <vm_exec_core+28751>, 0x5b507253c3aa <vm_exec_core+11146>, 0x5b507253d55e <vm_exec_core+15678>, 0x5b507253f22a <vm_exec_core+23050>, 0x5b50725407cb <vm_exec_core+28587>, 0x5b507253e4ab <vm_exec_core+19595>, 0x5b507253f3d2 <vm_exec_core+23474>, 0x5b507253fbaa <vm_exec_core+25482>, 0x5b507253e3a2 <vm_exec_core+19330>, 0x5b507253a65e <vm_exec_core+3646>, 0x5b507253ec5c <vm_exec_core+21564>, 0x5b507253a41e <vm_exec_core+3070>, 0x5b507253a807 <vm_exec_core+4071>, 0x5b507253c7d7 <vm_exec_core+12215>, 0x5b507253e0ea <vm_exec_core+18634>, 0x5b507253e92f <vm_exec_core+20751>, 0x5b507253def5 <vm_exec_core+18133>, 0x5b507253a107 <vm_exec_core+2279>, 0x5b507253ff28 <vm_exec_core+26376>, 0x5b5072540483 <vm_exec_core+27747>, 0x5b507253a8a4 <vm_exec_core+4228>, 0x5b507253b589 <vm_exec_core+7529>, 0x5b507253aef6 <vm_exec_core+5846>, 0x5b507253bd3e <vm_exec_core+9502>, 0x5b507253d3b2 <vm_exec_core+15250>, 0x5b507253a94b <vm_exec_core+4395>, 0x5b507253fc77 <vm_exec_core+25687>, 0x5b507253b4bf <vm_exec_core+7327>, 0x5b507253d033 <vm_exec_core+14355>, 0x5b507253daeb <vm_exec_core+17099>, 0x5b507253f7e5 <vm_exec_core+24517>, 0x5b507253e6aa <vm_exec_core+20106>, 0x5b507253bde7 <vm_exec_core+9671>, 0x5b507253b7e2 <vm_exec_core+8130>, 0x5b507253f589 <vm_exec_core+23913>, 0x5b507253ca33 <vm_exec_core+12819>, 0x5b507253ed2e <vm_exec_core+21774>, 0x5b507253e81c <vm_exec_core+20476>, 0x5b507253edbb <vm_exec_core+21915>, 0x5b507254010b <vm_exec_core+26859>, 0x5b507253e5d7 <vm_exec_core+19895>, 0x5b507253f8f8 <vm_exec_core+24792>, 0x5b507253c0b0 <vm_exec_core+10384>, 0x5b507253f49f <vm_exec_core+23679>, 0x5b507253c1d6 <vm_exec_core+10678>, 0x5b507253e2ee <vm_exec_core+19150>, 0x5b507253e5d7 <vm_exec_core+19895>, 0x5b507253d95a <vm_exec_core+16698>, 0x5b507253dfb2 <vm_exec_core+18322>, 0x5b507253c43d <vm_exec_core+11293>, 0x5b507253b906 <vm_exec_core+8422>, 0x5b507253ee88 <vm_exec_core+22120>, 0x5b507253aa56 <vm_exec_core+4662>, 0x5b507253d75e <vm_exec_core+16190>, 0x5b50725489a5 <vm_exec_core+61829>, 0x5b507253e5eb <vm_exec_core+19915>, 0x5b507253aaf1 <vm_exec_core+4817>, 0x5b507253b3a2 <vm_exec_core+7042>, 0x5b507253b1bb <vm_exec_core+6555>, 0x5b507253b67b <vm_exec_core+7771>, 0x5b507253bf06 <vm_exec_core+9958>, 0x5b507253ddf5 <vm_exec_core+17877>, 0x5b507253d754 <vm_exec_core+16180>, 0x5b507253ddf0 <vm_exec_core+17872>, 0x5b507253e597 <vm_exec_core+19831>, 0x5b507253e557 <vm_exec_core+19767>, 0x5b507253b676 <vm_exec_core+7766>, 0x5b507253e8f3 <vm_exec_core+20691>, 0x5b507253cc7f <vm_exec_core+13407>, 0x5b507253cc84 <vm_exec_core+13412>, 0x5b507253e552 <vm_exec_core+19762>, 0x5b507253e0e5 <vm_exec_core+18629>...}
        reg_cfp = 0x79124e7ff720
        reg_pc = 0xfffffffffffffe00
        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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#41 0x00005b5072535fcb in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2618
        _ec = 0x51600256c2d0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x7912579feae0, <optimized out>, <optimized out>}, prev = 0x791240f096b0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#42 0x00005b50725b7052 in invoke_iseq_block_from_c (ec=0x51600256c2d0, captured=0x79124e7ff7a8, self=133119750792040, 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:1648
        flags = 0
        iseq = 0x79125c896ad8
        cfp = <optimized out>
        sp = 0x79124e6ff850
        use_argv = 0x0
        stack_argv = 0x79124e6ff850
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#43 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1662
        captured = 0x79124e7ff7a8
#44 0x00005b50725634e6 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:1699
No locals.
#45 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1707
No locals.
#46 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1344
No locals.
#47 0x00005b50725634e6 in rb_yield (val=<optimized out>)
No locals.
#48 0x00005b50721abbaa in rb_protect (proc=<optimized out>, data=<optimized out>, pstate=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1054
        _ec = 0x51600256c2d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7912579fee70, <optimized out>, 0x7912579fed80, <optimized out>, <optimized out>}, prev = 0x791240e09240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        ec = 0x51600256c2d0
        cfp = 0x79124e7ff758
#49 0x00005b50723284db in rb_f_fork (obj=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4287
        status = <optimized out>
        pid = <optimized out>
#50 0x00005b50725996d8 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:3797
        ci = 0x64c100040001
        cc = <optimized out>
        me = 0x79125aa91498
        cfunc = 0x504000020058
        recv = 133119750792040
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#51 0x00005b5072541a96 in vm_sendish (ec=0x51600256c2d0, reg_cfp=0x79124e7ff790, cd=0x502001d09790, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5972
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#52 vm_exec_core (ec=ec@entry=0x51600256c2d0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x502001d09790
        insns_address_table = {0x5b507254000f <vm_exec_core+26607>, 0x5b507253c59b <vm_exec_core+11643>, 0x5b5072539e9d <vm_exec_core+1661>, 0x5b507253af5f <vm_exec_core+5951>, 0x5b50725401f9 <vm_exec_core+27097>, 0x5b507253ac1d <vm_exec_core+5117>, 0x5b50725416c0 <vm_exec_core+32416>, 0x5b507253f118 <vm_exec_core+22776>, 0x5b507253d605 <vm_exec_core+15845>, 0x5b507253a1fa <vm_exec_core+2522>, 0x5b50725409c9 <vm_exec_core+29097>, 0x5b50725405cf <vm_exec_core+28079>, 0x5b507253ae60 <vm_exec_core+5696>, 0x5b507253a718 <vm_exec_core+3832>, 0x5b507253f693 <vm_exec_core+24179>, 0x5b507253bafa <vm_exec_core+8922>, 0x5b5072540e46 <vm_exec_core+30246>, 0x5b507254087e <vm_exec_core+28766>, 0x5b507253c3b9 <vm_exec_core+11161>, 0x5b507253d56d <vm_exec_core+15693>, 0x5b507253f239 <vm_exec_core+23065>, 0x5b50725407da <vm_exec_core+28602>, 0x5b507253e4ba <vm_exec_core+19610>, 0x5b507253f3e1 <vm_exec_core+23489>, 0x5b507253fbb9 <vm_exec_core+25497>, 0x5b507253e3b1 <vm_exec_core+19345>, 0x5b507253a66d <vm_exec_core+3661>, 0x5b507253ec6b <vm_exec_core+21579>, 0x5b507253a42d <vm_exec_core+3085>, 0x5b507253a816 <vm_exec_core+4086>, 0x5b507253c7e6 <vm_exec_core+12230>, 0x5b507253e0f9 <vm_exec_core+18649>, 0x5b507253e93e <vm_exec_core+20766>, 0x5b507253df04 <vm_exec_core+18148>, 0x5b507253a116 <vm_exec_core+2294>, 0x5b507253ff37 <vm_exec_core+26391>, 0x5b5072540492 <vm_exec_core+27762>, 0x5b507253a8b3 <vm_exec_core+4243>, 0x5b507253b598 <vm_exec_core+7544>, 0x5b507253af05 <vm_exec_core+5861>, 0x5b507253bd4d <vm_exec_core+9517>, 0x5b507253d3c1 <vm_exec_core+15265>, 0x5b507253a95a <vm_exec_core+4410>, 0x5b507253fc86 <vm_exec_core+25702>, 0x5b507253b4ce <vm_exec_core+7342>, 0x5b507253d042 <vm_exec_core+14370>, 0x5b507253dafa <vm_exec_core+17114>, 0x5b507253f7f4 <vm_exec_core+24532>, 0x5b507253e6b9 <vm_exec_core+20121>, 0x5b507253bdf6 <vm_exec_core+9686>, 0x5b507253b7f1 <vm_exec_core+8145>, 0x5b507253f598 <vm_exec_core+23928>, 0x5b507253ca42 <vm_exec_core+12834>, 0x5b507253ed3d <vm_exec_core+21789>, 0x5b507253e82b <vm_exec_core+20491>, 0x5b507253edca <vm_exec_core+21930>, 0x5b507254011a <vm_exec_core+26874>, 0x5b5072539bbb <vm_exec_core+923>, 0x5b507253f907 <vm_exec_core+24807>, 0x5b507253c0bf <vm_exec_core+10399>, 0x5b507253f4ae <vm_exec_core+23694>, 0x5b507253c1e5 <vm_exec_core+10693>, 0x5b507253e2fd <vm_exec_core+19165>, 0x5b5072541111 <vm_exec_core+30961>, 0x5b507253d969 <vm_exec_core+16713>, 0x5b507253dfc1 <vm_exec_core+18337>, 0x5b507253c44c <vm_exec_core+11308>, 0x5b507253b915 <vm_exec_core+8437>, 0x5b507253ee97 <vm_exec_core+22135>, 0x5b507253aa65 <vm_exec_core+4677>, 0x5b507253d76d <vm_exec_core+16205>, 0x5b50725489b4 <vm_exec_core+61844>, 0x5b507253e5fa <vm_exec_core+19930>, 0x5b507253ab00 <vm_exec_core+4832>, 0x5b507253b3b1 <vm_exec_core+7057>, 0x5b507253b1ca <vm_exec_core+6570>, 0x5b507253b68a <vm_exec_core+7786>, 0x5b507253bf15 <vm_exec_core+9973>, 0x5b5072540d6e <vm_exec_core+30030>, 0x5b5072539bc0 <vm_exec_core+928>, 0x5b507253b2d6 <vm_exec_core+6838>, 0x5b507254183b <vm_exec_core+32795>, 0x5b507253eb69 <vm_exec_core+21321>, 0x5b507253ddfa <vm_exec_core+17882>, 0x5b507253fd16 <vm_exec_core+25846>, 0x5b5072541bf5 <vm_exec_core+33749>, 0x5b507254003e <vm_exec_core+26654>, 0x5b5072540ee8 <vm_exec_core+30408>, 0x5b5072540fb9 <vm_exec_core+30617>, 0x5b507253a537 <vm_exec_core+3351>, 0x5b50725408ea <vm_exec_core+28874>, 0x5b507253c966 <vm_exec_core+12614>, 0x5b5072540b35 <vm_exec_core+29461>, 0x5b507253c28a <vm_exec_core+10858>, 0x5b507253bb97 <vm_exec_core+9079>, 0x5b507253ce9d <vm_exec_core+13949>, 0x5b507253a9cb <vm_exec_core+4523>, 0x5b5072541086 <vm_exec_core+30822>, 0x5b507253d0fb <vm_exec_core+14555>, 0x5b507253cc89 <vm_exec_core+13417>, 0x5b5072539cb4 <vm_exec_core+1172>, 0x5b507253a2d3 <vm_exec_core+2739>, 0x5b507253dcad <vm_exec_core+17549>, 0x5b507253d299 <vm_exec_core+14969>, 0x5b507253db80 <vm_exec_core+17248>, 0x5b507253da22 <vm_exec_core+16898>, 0x5b507253c883 <vm_exec_core+12387>, 0x5b507253d195 <vm_exec_core+14709>, 0x5b507253cd7a <vm_exec_core+13658>, 0x5b507253d4f2 <vm_exec_core+15570>, 0x5b507253d477 <vm_exec_core+15447>, 0x5b5072540000 <vm_exec_core+26592>, 0x5b507253c58c <vm_exec_core+11628>, 0x5b5072539e8e <vm_exec_core+1646>, 0x5b507253af50 <vm_exec_core+5936>, 0x5b50725401ea <vm_exec_core+27082>, 0x5b507253ac0e <vm_exec_core+5102>, 0x5b50725416b1 <vm_exec_core+32401>, 0x5b507253f109 <vm_exec_core+22761>, 0x5b507253d5f6 <vm_exec_core+15830>, 0x5b507253a1eb <vm_exec_core+2507>, 0x5b50725409ba <vm_exec_core+29082>, 0x5b50725405c0 <vm_exec_core+28064>, 0x5b507253ae51 <vm_exec_core+5681>, 0x5b507253a709 <vm_exec_core+3817>, 0x5b507253f684 <vm_exec_core+24164>, 0x5b507253baeb <vm_exec_core+8907>, 0x5b5072540e37 <vm_exec_core+30231>, 0x5b507254086f <vm_exec_core+28751>, 0x5b507253c3aa <vm_exec_core+11146>, 0x5b507253d55e <vm_exec_core+15678>, 0x5b507253f22a <vm_exec_core+23050>, 0x5b50725407cb <vm_exec_core+28587>, 0x5b507253e4ab <vm_exec_core+19595>, 0x5b507253f3d2 <vm_exec_core+23474>, 0x5b507253fbaa <vm_exec_core+25482>, 0x5b507253e3a2 <vm_exec_core+19330>, 0x5b507253a65e <vm_exec_core+3646>, 0x5b507253ec5c <vm_exec_core+21564>, 0x5b507253a41e <vm_exec_core+3070>, 0x5b507253a807 <vm_exec_core+4071>, 0x5b507253c7d7 <vm_exec_core+12215>, 0x5b507253e0ea <vm_exec_core+18634>, 0x5b507253e92f <vm_exec_core+20751>, 0x5b507253def5 <vm_exec_core+18133>, 0x5b507253a107 <vm_exec_core+2279>, 0x5b507253ff28 <vm_exec_core+26376>, 0x5b5072540483 <vm_exec_core+27747>, 0x5b507253a8a4 <vm_exec_core+4228>, 0x5b507253b589 <vm_exec_core+7529>, 0x5b507253aef6 <vm_exec_core+5846>, 0x5b507253bd3e <vm_exec_core+9502>, 0x5b507253d3b2 <vm_exec_core+15250>, 0x5b507253a94b <vm_exec_core+4395>, 0x5b507253fc77 <vm_exec_core+25687>, 0x5b507253b4bf <vm_exec_core+7327>, 0x5b507253d033 <vm_exec_core+14355>, 0x5b507253daeb <vm_exec_core+17099>, 0x5b507253f7e5 <vm_exec_core+24517>, 0x5b507253e6aa <vm_exec_core+20106>, 0x5b507253bde7 <vm_exec_core+9671>, 0x5b507253b7e2 <vm_exec_core+8130>, 0x5b507253f589 <vm_exec_core+23913>, 0x5b507253ca33 <vm_exec_core+12819>, 0x5b507253ed2e <vm_exec_core+21774>, 0x5b507253e81c <vm_exec_core+20476>, 0x5b507253edbb <vm_exec_core+21915>, 0x5b507254010b <vm_exec_core+26859>, 0x5b507253e5d7 <vm_exec_core+19895>, 0x5b507253f8f8 <vm_exec_core+24792>, 0x5b507253c0b0 <vm_exec_core+10384>, 0x5b507253f49f <vm_exec_core+23679>, 0x5b507253c1d6 <vm_exec_core+10678>, 0x5b507253e2ee <vm_exec_core+19150>, 0x5b507253e5d7 <vm_exec_core+19895>, 0x5b507253d95a <vm_exec_core+16698>, 0x5b507253dfb2 <vm_exec_core+18322>, 0x5b507253c43d <vm_exec_core+11293>, 0x5b507253b906 <vm_exec_core+8422>, 0x5b507253ee88 <vm_exec_core+22120>, 0x5b507253aa56 <vm_exec_core+4662>, 0x5b507253d75e <vm_exec_core+16190>, 0x5b50725489a5 <vm_exec_core+61829>, 0x5b507253e5eb <vm_exec_core+19915>, 0x5b507253aaf1 <vm_exec_core+4817>, 0x5b507253b3a2 <vm_exec_core+7042>, 0x5b507253b1bb <vm_exec_core+6555>, 0x5b507253b67b <vm_exec_core+7771>, 0x5b507253bf06 <vm_exec_core+9958>, 0x5b507253ddf5 <vm_exec_core+17877>, 0x5b507253d754 <vm_exec_core+16180>, 0x5b507253ddf0 <vm_exec_core+17872>, 0x5b507253e597 <vm_exec_core+19831>, 0x5b507253e557 <vm_exec_core+19767>, 0x5b507253b676 <vm_exec_core+7766>, 0x5b507253e8f3 <vm_exec_core+20691>, 0x5b507253cc7f <vm_exec_core+13407>, 0x5b507253cc84 <vm_exec_core+13412>, 0x5b507253e552 <vm_exec_core+19762>, 0x5b507253e0e5 <vm_exec_core+18629>...}
        reg_cfp = 0x79124e7ff790
        reg_pc = 0x5040005bbeb0
        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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#53 0x00005b5072535fcb in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2618
        _ec = 0x51600256c2d0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x7912579ff6c0, <optimized out>, <optimized out>}, prev = 0x7912579ffc00, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#54 0x00005b507257339b in invoke_iseq_block_from_c (ec=0x51600256c2d0, captured=<optimized out>, self=133119750792040, 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:1648
        flags = 0
        iseq = 0x79125c896b00
        cfp = 0x79124e7ff7c8
        sp = 0x79124e6ff818
        use_argv = <optimized out>
        stack_argv = 0x79124e6ff818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#55 invoke_block_from_c_proc (ec=0x51600256c2d0, self=133119750792040, 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:1742
        block = <optimized out>
        keyword_hash = <optimized out>
#56 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:1772
No locals.
#57 0x00005b5072571626 in rb_vm_invoke_proc (ec=0x540000000108, proc=0x80, proc@entry=0x504000501e90, argc=1914166830, argc@entry=0, argv=0x0, kw_splat=0, passed_block_handler=18446744073709551104, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1793
        self = 0
#58 0x00005b50724c713d in thread_do_start_proc (th=th@entry=0x515000267080) at /tmp/ruby/src/trunk_asan/thread.c:608
        args = <optimized out>
        procval = <optimized out>
        proc = 0x504000501e90
        args_len = 0
        args_ptr = <optimized out>
#59 0x00005b50724c4d1a in thread_do_start (th=0x515000267080) at /tmp/ruby/src/trunk_asan/thread.c:625
        result = 36
#60 thread_start_func_2 (th=th@entry=0x515000267080, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:680
        _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>
#61 0x00005b50724c3fde in call_thread_start_func_2 (th=0x515000267080) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2181
        stack_start = <optimized out>
        stack_start_addr = 0x7912579ffcc0
#62 nt_start (ptr=0x50c0004c0d80) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2226
        th = 0x515000267080
        sched = <optimized out>
        nt = 0x50c0004c0d80
        vm = 0x525000000100
#63 0x00005b5072161a7f in asan_thread_start(void*) ()
No symbol table info available.
#64 0x000079127f69caa4 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 = {133119686477504, 7793567149537839803, 133119686477504, -352, 0, 140731280708624, 7793567149516868283, 7793481267143592635}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#65 0x000079127f729c3c 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 531603) detached]
$ timeout 60 gdb -p 531652 -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 370844 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 893196]
[New LWP 531653]
[New LWP 512373]
[New LWP 372857]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x000079127f698d71 in __futex_abstimed_wait_common64 (private=32766, cancel=true, abstime=0x7ffe8dfedee0, op=137, expected=0, futex_word=0x50c000000094) at ./nptl/futex-internal.c:57

>>> Threads

  Id   Target Id                                            Frame 
* 1    Thread 0x79127f8fbc40 (LWP 370844) "ruby"            0x000079127f698d71 in __futex_abstimed_wait_common64 (private=32766, cancel=true, abstime=0x7ffe8dfedee0, op=137, expected=0, futex_word=0x50c000000094) at ./nptl/futex-internal.c:57
  2    Thread 0x79124e4006c0 (LWP 893196) "envutil.rb:183"  0x000079127f71b4cd in __GI___poll (fds=0x79124c609760, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  3    Thread 0x7912564006c0 (LWP 531653) "test_autoload.*" 0x000079127f71b4cd in __GI___poll (fds=0x791245709040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  4    Thread 0x79125b2006c0 (LWP 512373) "parallel.rb:40"  0x000079127f71b4cd in __GI___poll (fds=0x79124f217f60, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  5    Thread 0x79125a8006c0 (LWP 372857) "Timeout stdlib " 0x000079127f698d71 in __futex_abstimed_wait_common64 (private=30994, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c00082d254) at ./nptl/futex-internal.c:57

>>> Machine level backtrace


Thread 5 (Thread 0x79125a8006c0 (LWP 372857) "Timeout stdlib "):
#0  0x000079127f698d71 in __futex_abstimed_wait_common64 (private=30994, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c00082d254) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=30994, abstime=0x0, clockid=0, expected=0, futex_word=0x50c00082d254) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 256
        op = 393
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x50c00082d254, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x000079127f69b7ed in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x5160000004a0, cond=0x50c00082d228) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x79127f69b4b0 <__condvar_cleanup_waiting>, __arg = 0x79125a7feb70, __canceltype = 140, __prev = 0x0}
        cbuffer = {wseq = 27, cond = 0x50c00082d228, mutex = 0x5160000004a0, private = 0}
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 27
        seq = 13
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_wait (cond=0x50c00082d228, mutex=mutex@entry=0x5160000004a0) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00005b507249e5cf in rb_native_cond_wait (cond=0x50c00082d254, mutex=0x5160000004a0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:221
        r = <optimized out>
#6  thread_sched_wait_running_turn (sched=sched@entry=0x5160000004a0, th=th@entry=0x5150001a7f00, can_direct_transfer=false) at /tmp/ruby/src/trunk_asan/thread_pthread.c:856
        next_th = 0x0
#7  0x00005b50724c2ef2 in thread_sched_to_waiting_until_wakeup (sched=0x5160000004a0, th=th@entry=0x5150001a7f00) at /tmp/ruby/src/trunk_asan/thread_pthread.c:1098
        can_direct_transfer = <optimized out>
#8  0x00005b50724a8a71 in native_sleep (th=0x5150001a7f00, rel=0x0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3288
        sched = <optimized out>
#9  sleep_forever (th=0x5150001a7f00, fl=fl@entry=1) at /tmp/ruby/src/trunk_asan/thread.c:1362
        prev_status = THREAD_RUNNABLE
        status = THREAD_STOPPED_FOREVER
        woke = <optimized out>
#10 0x00005b50724c1965 in rb_thread_sleep_deadly_allow_spurious_wakeup (blocker=133120346506720, timeout=4, end=0) at /tmp/ruby/src/trunk_asan/thread.c:1407
        scheduler = <optimized out>
#11 queue_sleep (_args=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:1034
        args = <optimized out>
#12 0x00005b50721ac2d0 in rb_ensure (b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1074
        _ec = 0x516002e53cd0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x79125a7feef0, <optimized out>, 0x79125a7fee00, <optimized out>, <optimized out>}, prev = 0x791256809240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x516002e53cd0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#13 0x00005b50724c0e4d in queue_do_pop (self=<optimized out>, q=0x50400005ba10, should_block=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:1109
        queue_waiter = {w = {self = 133120346506720, th = 0x0, fiber = 0x0, node = {next = 0x0, prev = 0x0}}, as = {q = 0x0, sq = 0x0}}
        queue_sleep_arg = {self = 133120346506720, timeout = 4, end = <optimized out>}
        ec = <optimized out>
        waitq = 0x50400005ba10
        end = 0
#14 0x00005b5072541ffc in invoke_bf (ec=<optimized out>, reg_cfp=<optimized out>, bf=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:7398
        func_ptr = <optimized out>
        canary_p = <optimized out>
        ret = <optimized out>
#15 0x00005b5072541ffc in vm_invoke_builtin_delegate (ec=0x516002e53cd0, cfp=0x7912594e1758, bf=<optimized out>, start_index=<optimized out>)
        argv = <optimized out>
#16 vm_exec_core (ec=ec@entry=0x516002e53cd0) at ../../src/trunk_asan/insns.def:1684
        bf = <optimized out>
        leaf = false
        val = <optimized out>
        index = <optimized out>
        insns_address_table = {0x5b507254000f <vm_exec_core+26607>, 0x5b507253c59b <vm_exec_core+11643>, 0x5b5072539e9d <vm_exec_core+1661>, 0x5b507253af5f <vm_exec_core+5951>, 0x5b50725401f9 <vm_exec_core+27097>, 0x5b507253ac1d <vm_exec_core+5117>, 0x5b50725416c0 <vm_exec_core+32416>, 0x5b507253f118 <vm_exec_core+22776>, 0x5b507253d605 <vm_exec_core+15845>, 0x5b507253a1fa <vm_exec_core+2522>, 0x5b50725409c9 <vm_exec_core+29097>, 0x5b50725405cf <vm_exec_core+28079>, 0x5b507253ae60 <vm_exec_core+5696>, 0x5b507253a718 <vm_exec_core+3832>, 0x5b507253f693 <vm_exec_core+24179>, 0x5b507253bafa <vm_exec_core+8922>, 0x5b5072540e46 <vm_exec_core+30246>, 0x5b507254087e <vm_exec_core+28766>, 0x5b507253c3b9 <vm_exec_core+11161>, 0x5b507253d56d <vm_exec_core+15693>, 0x5b507253f239 <vm_exec_core+23065>, 0x5b50725407da <vm_exec_core+28602>, 0x5b507253e4ba <vm_exec_core+19610>, 0x5b507253f3e1 <vm_exec_core+23489>, 0x5b507253fbb9 <vm_exec_core+25497>, 0x5b507253e3b1 <vm_exec_core+19345>, 0x5b507253a66d <vm_exec_core+3661>, 0x5b507253ec6b <vm_exec_core+21579>, 0x5b507253a42d <vm_exec_core+3085>, 0x5b507253a816 <vm_exec_core+4086>, 0x5b507253c7e6 <vm_exec_core+12230>, 0x5b507253e0f9 <vm_exec_core+18649>, 0x5b507253e93e <vm_exec_core+20766>, 0x5b507253df04 <vm_exec_core+18148>, 0x5b507253a116 <vm_exec_core+2294>, 0x5b507253ff37 <vm_exec_core+26391>, 0x5b5072540492 <vm_exec_core+27762>, 0x5b507253a8b3 <vm_exec_core+4243>, 0x5b507253b598 <vm_exec_core+7544>, 0x5b507253af05 <vm_exec_core+5861>, 0x5b507253bd4d <vm_exec_core+9517>, 0x5b507253d3c1 <vm_exec_core+15265>, 0x5b507253a95a <vm_exec_core+4410>, 0x5b507253fc86 <vm_exec_core+25702>, 0x5b507253b4ce <vm_exec_core+7342>, 0x5b507253d042 <vm_exec_core+14370>, 0x5b507253dafa <vm_exec_core+17114>, 0x5b507253f7f4 <vm_exec_core+24532>, 0x5b507253e6b9 <vm_exec_core+20121>, 0x5b507253bdf6 <vm_exec_core+9686>, 0x5b507253b7f1 <vm_exec_core+8145>, 0x5b507253f598 <vm_exec_core+23928>, 0x5b507253ca42 <vm_exec_core+12834>, 0x5b507253ed3d <vm_exec_core+21789>, 0x5b507253e82b <vm_exec_core+20491>, 0x5b507253edca <vm_exec_core+21930>, 0x5b507254011a <vm_exec_core+26874>, 0x5b5072539bbb <vm_exec_core+923>, 0x5b507253f907 <vm_exec_core+24807>, 0x5b507253c0bf <vm_exec_core+10399>, 0x5b507253f4ae <vm_exec_core+23694>, 0x5b507253c1e5 <vm_exec_core+10693>, 0x5b507253e2fd <vm_exec_core+19165>, 0x5b5072541111 <vm_exec_core+30961>, 0x5b507253d969 <vm_exec_core+16713>, 0x5b507253dfc1 <vm_exec_core+18337>, 0x5b507253c44c <vm_exec_core+11308>, 0x5b507253b915 <vm_exec_core+8437>, 0x5b507253ee97 <vm_exec_core+22135>, 0x5b507253aa65 <vm_exec_core+4677>, 0x5b507253d76d <vm_exec_core+16205>, 0x5b50725489b4 <vm_exec_core+61844>, 0x5b507253e5fa <vm_exec_core+19930>, 0x5b507253ab00 <vm_exec_core+4832>, 0x5b507253b3b1 <vm_exec_core+7057>, 0x5b507253b1ca <vm_exec_core+6570>, 0x5b507253b68a <vm_exec_core+7786>, 0x5b507253bf15 <vm_exec_core+9973>, 0x5b5072540d6e <vm_exec_core+30030>, 0x5b5072539bc0 <vm_exec_core+928>, 0x5b507253b2d6 <vm_exec_core+6838>, 0x5b507254183b <vm_exec_core+32795>, 0x5b507253eb69 <vm_exec_core+21321>, 0x5b507253ddfa <vm_exec_core+17882>, 0x5b507253fd16 <vm_exec_core+25846>, 0x5b5072541bf5 <vm_exec_core+33749>, 0x5b507254003e <vm_exec_core+26654>, 0x5b5072540ee8 <vm_exec_core+30408>, 0x5b5072540fb9 <vm_exec_core+30617>, 0x5b507253a537 <vm_exec_core+3351>, 0x5b50725408ea <vm_exec_core+28874>, 0x5b507253c966 <vm_exec_core+12614>, 0x5b5072540b35 <vm_exec_core+29461>, 0x5b507253c28a <vm_exec_core+10858>, 0x5b507253bb97 <vm_exec_core+9079>, 0x5b507253ce9d <vm_exec_core+13949>, 0x5b507253a9cb <vm_exec_core+4523>, 0x5b5072541086 <vm_exec_core+30822>, 0x5b507253d0fb <vm_exec_core+14555>, 0x5b507253cc89 <vm_exec_core+13417>, 0x5b5072539cb4 <vm_exec_core+1172>, 0x5b507253a2d3 <vm_exec_core+2739>, 0x5b507253dcad <vm_exec_core+17549>, 0x5b507253d299 <vm_exec_core+14969>, 0x5b507253db80 <vm_exec_core+17248>, 0x5b507253da22 <vm_exec_core+16898>, 0x5b507253c883 <vm_exec_core+12387>, 0x5b507253d195 <vm_exec_core+14709>, 0x5b507253cd7a <vm_exec_core+13658>, 0x5b507253d4f2 <vm_exec_core+15570>, 0x5b507253d477 <vm_exec_core+15447>, 0x5b5072540000 <vm_exec_core+26592>, 0x5b507253c58c <vm_exec_core+11628>, 0x5b5072539e8e <vm_exec_core+1646>, 0x5b507253af50 <vm_exec_core+5936>, 0x5b50725401ea <vm_exec_core+27082>, 0x5b507253ac0e <vm_exec_core+5102>, 0x5b50725416b1 <vm_exec_core+32401>, 0x5b507253f109 <vm_exec_core+22761>, 0x5b507253d5f6 <vm_exec_core+15830>, 0x5b507253a1eb <vm_exec_core+2507>, 0x5b50725409ba <vm_exec_core+29082>, 0x5b50725405c0 <vm_exec_core+28064>, 0x5b507253ae51 <vm_exec_core+5681>, 0x5b507253a709 <vm_exec_core+3817>, 0x5b507253f684 <vm_exec_core+24164>, 0x5b507253baeb <vm_exec_core+8907>, 0x5b5072540e37 <vm_exec_core+30231>, 0x5b507254086f <vm_exec_core+28751>, 0x5b507253c3aa <vm_exec_core+11146>, 0x5b507253d55e <vm_exec_core+15678>, 0x5b507253f22a <vm_exec_core+23050>, 0x5b50725407cb <vm_exec_core+28587>, 0x5b507253e4ab <vm_exec_core+19595>, 0x5b507253f3d2 <vm_exec_core+23474>, 0x5b507253fbaa <vm_exec_core+25482>, 0x5b507253e3a2 <vm_exec_core+19330>, 0x5b507253a65e <vm_exec_core+3646>, 0x5b507253ec5c <vm_exec_core+21564>, 0x5b507253a41e <vm_exec_core+3070>, 0x5b507253a807 <vm_exec_core+4071>, 0x5b507253c7d7 <vm_exec_core+12215>, 0x5b507253e0ea <vm_exec_core+18634>, 0x5b507253e92f <vm_exec_core+20751>, 0x5b507253def5 <vm_exec_core+18133>, 0x5b507253a107 <vm_exec_core+2279>, 0x5b507253ff28 <vm_exec_core+26376>, 0x5b5072540483 <vm_exec_core+27747>, 0x5b507253a8a4 <vm_exec_core+4228>, 0x5b507253b589 <vm_exec_core+7529>, 0x5b507253aef6 <vm_exec_core+5846>, 0x5b507253bd3e <vm_exec_core+9502>, 0x5b507253d3b2 <vm_exec_core+15250>, 0x5b507253a94b <vm_exec_core+4395>, 0x5b507253fc77 <vm_exec_core+25687>, 0x5b507253b4bf <vm_exec_core+7327>, 0x5b507253d033 <vm_exec_core+14355>, 0x5b507253daeb <vm_exec_core+17099>, 0x5b507253f7e5 <vm_exec_core+24517>, 0x5b507253e6aa <vm_exec_core+20106>, 0x5b507253bde7 <vm_exec_core+9671>, 0x5b507253b7e2 <vm_exec_core+8130>, 0x5b507253f589 <vm_exec_core+23913>, 0x5b507253ca33 <vm_exec_core+12819>, 0x5b507253ed2e <vm_exec_core+21774>, 0x5b507253e81c <vm_exec_core+20476>, 0x5b507253edbb <vm_exec_core+21915>, 0x5b507254010b <vm_exec_core+26859>, 0x5b507253e5d7 <vm_exec_core+19895>, 0x5b507253f8f8 <vm_exec_core+24792>, 0x5b507253c0b0 <vm_exec_core+10384>, 0x5b507253f49f <vm_exec_core+23679>, 0x5b507253c1d6 <vm_exec_core+10678>, 0x5b507253e2ee <vm_exec_core+19150>, 0x5b507253e5d7 <vm_exec_core+19895>, 0x5b507253d95a <vm_exec_core+16698>, 0x5b507253dfb2 <vm_exec_core+18322>, 0x5b507253c43d <vm_exec_core+11293>, 0x5b507253b906 <vm_exec_core+8422>, 0x5b507253ee88 <vm_exec_core+22120>, 0x5b507253aa56 <vm_exec_core+4662>, 0x5b507253d75e <vm_exec_core+16190>, 0x5b50725489a5 <vm_exec_core+61829>, 0x5b507253e5eb <vm_exec_core+19915>, 0x5b507253aaf1 <vm_exec_core+4817>, 0x5b507253b3a2 <vm_exec_core+7042>, 0x5b507253b1bb <vm_exec_core+6555>, 0x5b507253b67b <vm_exec_core+7771>, 0x5b507253bf06 <vm_exec_core+9958>, 0x5b507253ddf5 <vm_exec_core+17877>, 0x5b507253d754 <vm_exec_core+16180>, 0x5b507253ddf0 <vm_exec_core+17872>, 0x5b507253e597 <vm_exec_core+19831>, 0x5b507253e557 <vm_exec_core+19767>, 0x5b507253b676 <vm_exec_core+7766>, 0x5b507253e8f3 <vm_exec_core+20691>, 0x5b507253cc7f <vm_exec_core+13407>, 0x5b507253cc84 <vm_exec_core+13412>, 0x5b507253e552 <vm_exec_core+19762>, 0x5b507253e0e5 <vm_exec_core+18629>...}
        reg_cfp = 0x7912594e1758
        reg_pc = 0x510000001cf8
        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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#17 0x00005b5072535fcb in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2618
        _ec = 0x516002e53cd0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x79125a7ff6c0, <optimized out>, <optimized out>}, prev = 0x79125a7ffc00, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#18 0x00005b507257339b in invoke_iseq_block_from_c (ec=0x516002e53cd0, captured=<optimized out>, self=133120346597120, 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:1648
        flags = 0
        iseq = 0x79127ef74f18
        cfp = 0x7912594e17c8
        sp = 0x7912593e1818
        use_argv = <optimized out>
        stack_argv = 0x7912593e1818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#19 invoke_block_from_c_proc (ec=0x516002e53cd0, self=133120346597120, 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:1742
        block = <optimized out>
        keyword_hash = <optimized out>
#20 vm_invoke_proc (ec=<optimized out>, proc=<optimized out>, self=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1772
No locals.
#21 0x00005b5072571626 in rb_vm_invoke_proc (ec=0x50c00082d254, proc=0x189, proc@entry=0x5040004fac90, argc=2137623921, argc@entry=0, argv=0x0, kw_splat=-1, passed_block_handler=18446744073709551104, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1793
        self = 0
#22 0x00005b50724c713d in thread_do_start_proc (th=th@entry=0x5150001a7f00) at /tmp/ruby/src/trunk_asan/thread.c:608
        args = <optimized out>
        procval = <optimized out>
        proc = 0x5040004fac90
        args_len = 0
        args_ptr = <optimized out>
#23 0x00005b50724c4d1a in thread_do_start (th=0x5150001a7f00) at /tmp/ruby/src/trunk_asan/thread.c:625
        result = 36
#24 thread_start_func_2 (th=th@entry=0x5150001a7f00, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:680
        _tag = <optimized out>
        _ec = <optimized out>
        ractor_main_th = 0x515000000300
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#25 0x00005b50724c3fde in call_thread_start_func_2 (th=0x5150001a7f00) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2181
        stack_start = <optimized out>
        stack_start_addr = 0x79125a7ffcc0
#26 nt_start (ptr=0x50c00082d200) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2226
        th = 0x5150001a7f00
        sched = <optimized out>
        nt = 0x50c00082d200
        vm = 0x525000000100
#27 0x00005b5072161a7f in asan_thread_start(void*) ()
No symbol table info available.
#28 0x000079127f69caa4 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 = {133119734712000, 7793562476613421755, 133119734712000, -352, 0, 140731280705712, 7793562476592450235, 7793481267143592635}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#29 0x000079127f729c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 4 (Thread 0x79125b2006c0 (LWP 512373) "parallel.rb:40"):
#0  0x000079127f71b4cd in __GI___poll (fds=0x79124f217f60, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005b50721086ca in __interceptor_poll ()
No symbol table info available.
#2  0x00005b5072264cc9 in nogvl_wait_for (th=133119735296480, fptr=0x5110005b2100, events=1, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:12577
        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  0x00005b507226615a in internal_read_func (ptr=0x79124f217d40) at /tmp/ruby/src/trunk_asan/io.c:1212
        iis = 0x79124f217d40
        result = <optimized out>
#5  0x00005b50724ac9ba in rb_thread_io_blocking_call (io=<optimized out>, func=0x5b5072265c50 <internal_read_func>, data1=0x79124f217d40, events=1) at /tmp/ruby/src/trunk_asan/thread.c:1831
        __region = <optimized out>
        saved_state = RUBY_TAG_NONE
        _ec = <optimized out>
        _tag = <optimized out>
        ec = <optimized out>
        th = <optimized out>
        val = <optimized out>
        fd = <optimized out>
        waiting_fd = <optimized out>
        state = RUBY_TAG_NONE
        saved_errno = <optimized out>
        prev_mn_schedulable = <optimized out>
#6  0x00005b50721ac2d0 in rb_ensure (b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1074
        _ec = 0x5160026943d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x79125b1fedb0, <optimized out>, 0x79125b1fecc0, <optimized out>, <optimized out>}, prev = 0x79124f209240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160026943d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#7  0x00005b507227a485 in io_read_memory_locktmp (str=133119543967584, iis=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3458
No locals.
#8  io_getpartial (argc=<optimized out>, argv=<optimized out>, io=<optimized out>, no_exception=<optimized out>, nonblock=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3504
        str = <optimized out>
        iis = {th = 133119735296480, fptr = 0x5110005b2100, nonblock = 0, fd = 6, buf = 0x519000afff80, capa = 1024, timeout = <optimized out>}
        length = <optimized out>
        len = 1024
        fptr = 0x5110005b2100
        n = <optimized out>
        shrinkable = <optimized out>
#9  0x00005b5072256831 in io_readpartial (argc=1327595360, argv=0x1, io=4294967295) at /tmp/ruby/src/trunk_asan/io.c:3624
        ret = <optimized out>
#10 0x00005b50725996d8 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:3797
        ci = 0x40c100100003
        cc = <optimized out>
        me = 0x79127f5a9ed8
        cfunc = 0x504000010f58
        recv = 133119735296600
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#11 0x00005b50725470f9 in vm_sendish (ec=0x5160026943d0, reg_cfp=0x791254ff7790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5972
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#12 vm_exec_core (ec=ec@entry=0x5160026943d0) at ../../src/trunk_asan/insns.def:899
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5b507254000f <vm_exec_core+26607>, 0x5b507253c59b <vm_exec_core+11643>, 0x5b5072539e9d <vm_exec_core+1661>, 0x5b507253af5f <vm_exec_core+5951>, 0x5b50725401f9 <vm_exec_core+27097>, 0x5b507253ac1d <vm_exec_core+5117>, 0x5b50725416c0 <vm_exec_core+32416>, 0x5b507253f118 <vm_exec_core+22776>, 0x5b507253d605 <vm_exec_core+15845>, 0x5b507253a1fa <vm_exec_core+2522>, 0x5b50725409c9 <vm_exec_core+29097>, 0x5b50725405cf <vm_exec_core+28079>, 0x5b507253ae60 <vm_exec_core+5696>, 0x5b507253a718 <vm_exec_core+3832>, 0x5b507253f693 <vm_exec_core+24179>, 0x5b507253bafa <vm_exec_core+8922>, 0x5b5072540e46 <vm_exec_core+30246>, 0x5b507254087e <vm_exec_core+28766>, 0x5b507253c3b9 <vm_exec_core+11161>, 0x5b507253d56d <vm_exec_core+15693>, 0x5b507253f239 <vm_exec_core+23065>, 0x5b50725407da <vm_exec_core+28602>, 0x5b507253e4ba <vm_exec_core+19610>, 0x5b507253f3e1 <vm_exec_core+23489>, 0x5b507253fbb9 <vm_exec_core+25497>, 0x5b507253e3b1 <vm_exec_core+19345>, 0x5b507253a66d <vm_exec_core+3661>, 0x5b507253ec6b <vm_exec_core+21579>, 0x5b507253a42d <vm_exec_core+3085>, 0x5b507253a816 <vm_exec_core+4086>, 0x5b507253c7e6 <vm_exec_core+12230>, 0x5b507253e0f9 <vm_exec_core+18649>, 0x5b507253e93e <vm_exec_core+20766>, 0x5b507253df04 <vm_exec_core+18148>, 0x5b507253a116 <vm_exec_core+2294>, 0x5b507253ff37 <vm_exec_core+26391>, 0x5b5072540492 <vm_exec_core+27762>, 0x5b507253a8b3 <vm_exec_core+4243>, 0x5b507253b598 <vm_exec_core+7544>, 0x5b507253af05 <vm_exec_core+5861>, 0x5b507253bd4d <vm_exec_core+9517>, 0x5b507253d3c1 <vm_exec_core+15265>, 0x5b507253a95a <vm_exec_core+4410>, 0x5b507253fc86 <vm_exec_core+25702>, 0x5b507253b4ce <vm_exec_core+7342>, 0x5b507253d042 <vm_exec_core+14370>, 0x5b507253dafa <vm_exec_core+17114>, 0x5b507253f7f4 <vm_exec_core+24532>, 0x5b507253e6b9 <vm_exec_core+20121>, 0x5b507253bdf6 <vm_exec_core+9686>, 0x5b507253b7f1 <vm_exec_core+8145>, 0x5b507253f598 <vm_exec_core+23928>, 0x5b507253ca42 <vm_exec_core+12834>, 0x5b507253ed3d <vm_exec_core+21789>, 0x5b507253e82b <vm_exec_core+20491>, 0x5b507253edca <vm_exec_core+21930>, 0x5b507254011a <vm_exec_core+26874>, 0x5b5072539bbb <vm_exec_core+923>, 0x5b507253f907 <vm_exec_core+24807>, 0x5b507253c0bf <vm_exec_core+10399>, 0x5b507253f4ae <vm_exec_core+23694>, 0x5b507253c1e5 <vm_exec_core+10693>, 0x5b507253e2fd <vm_exec_core+19165>, 0x5b5072541111 <vm_exec_core+30961>, 0x5b507253d969 <vm_exec_core+16713>, 0x5b507253dfc1 <vm_exec_core+18337>, 0x5b507253c44c <vm_exec_core+11308>, 0x5b507253b915 <vm_exec_core+8437>, 0x5b507253ee97 <vm_exec_core+22135>, 0x5b507253aa65 <vm_exec_core+4677>, 0x5b507253d76d <vm_exec_core+16205>, 0x5b50725489b4 <vm_exec_core+61844>, 0x5b507253e5fa <vm_exec_core+19930>, 0x5b507253ab00 <vm_exec_core+4832>, 0x5b507253b3b1 <vm_exec_core+7057>, 0x5b507253b1ca <vm_exec_core+6570>, 0x5b507253b68a <vm_exec_core+7786>, 0x5b507253bf15 <vm_exec_core+9973>, 0x5b5072540d6e <vm_exec_core+30030>, 0x5b5072539bc0 <vm_exec_core+928>, 0x5b507253b2d6 <vm_exec_core+6838>, 0x5b507254183b <vm_exec_core+32795>, 0x5b507253eb69 <vm_exec_core+21321>, 0x5b507253ddfa <vm_exec_core+17882>, 0x5b507253fd16 <vm_exec_core+25846>, 0x5b5072541bf5 <vm_exec_core+33749>, 0x5b507254003e <vm_exec_core+26654>, 0x5b5072540ee8 <vm_exec_core+30408>, 0x5b5072540fb9 <vm_exec_core+30617>, 0x5b507253a537 <vm_exec_core+3351>, 0x5b50725408ea <vm_exec_core+28874>, 0x5b507253c966 <vm_exec_core+12614>, 0x5b5072540b35 <vm_exec_core+29461>, 0x5b507253c28a <vm_exec_core+10858>, 0x5b507253bb97 <vm_exec_core+9079>, 0x5b507253ce9d <vm_exec_core+13949>, 0x5b507253a9cb <vm_exec_core+4523>, 0x5b5072541086 <vm_exec_core+30822>, 0x5b507253d0fb <vm_exec_core+14555>, 0x5b507253cc89 <vm_exec_core+13417>, 0x5b5072539cb4 <vm_exec_core+1172>, 0x5b507253a2d3 <vm_exec_core+2739>, 0x5b507253dcad <vm_exec_core+17549>, 0x5b507253d299 <vm_exec_core+14969>, 0x5b507253db80 <vm_exec_core+17248>, 0x5b507253da22 <vm_exec_core+16898>, 0x5b507253c883 <vm_exec_core+12387>, 0x5b507253d195 <vm_exec_core+14709>, 0x5b507253cd7a <vm_exec_core+13658>, 0x5b507253d4f2 <vm_exec_core+15570>, 0x5b507253d477 <vm_exec_core+15447>, 0x5b5072540000 <vm_exec_core+26592>, 0x5b507253c58c <vm_exec_core+11628>, 0x5b5072539e8e <vm_exec_core+1646>, 0x5b507253af50 <vm_exec_core+5936>, 0x5b50725401ea <vm_exec_core+27082>, 0x5b507253ac0e <vm_exec_core+5102>, 0x5b50725416b1 <vm_exec_core+32401>, 0x5b507253f109 <vm_exec_core+22761>, 0x5b507253d5f6 <vm_exec_core+15830>, 0x5b507253a1eb <vm_exec_core+2507>, 0x5b50725409ba <vm_exec_core+29082>, 0x5b50725405c0 <vm_exec_core+28064>, 0x5b507253ae51 <vm_exec_core+5681>, 0x5b507253a709 <vm_exec_core+3817>, 0x5b507253f684 <vm_exec_core+24164>, 0x5b507253baeb <vm_exec_core+8907>, 0x5b5072540e37 <vm_exec_core+30231>, 0x5b507254086f <vm_exec_core+28751>, 0x5b507253c3aa <vm_exec_core+11146>, 0x5b507253d55e <vm_exec_core+15678>, 0x5b507253f22a <vm_exec_core+23050>, 0x5b50725407cb <vm_exec_core+28587>, 0x5b507253e4ab <vm_exec_core+19595>, 0x5b507253f3d2 <vm_exec_core+23474>, 0x5b507253fbaa <vm_exec_core+25482>, 0x5b507253e3a2 <vm_exec_core+19330>, 0x5b507253a65e <vm_exec_core+3646>, 0x5b507253ec5c <vm_exec_core+21564>, 0x5b507253a41e <vm_exec_core+3070>, 0x5b507253a807 <vm_exec_core+4071>, 0x5b507253c7d7 <vm_exec_core+12215>, 0x5b507253e0ea <vm_exec_core+18634>, 0x5b507253e92f <vm_exec_core+20751>, 0x5b507253def5 <vm_exec_core+18133>, 0x5b507253a107 <vm_exec_core+2279>, 0x5b507253ff28 <vm_exec_core+26376>, 0x5b5072540483 <vm_exec_core+27747>, 0x5b507253a8a4 <vm_exec_core+4228>, 0x5b507253b589 <vm_exec_core+7529>, 0x5b507253aef6 <vm_exec_core+5846>, 0x5b507253bd3e <vm_exec_core+9502>, 0x5b507253d3b2 <vm_exec_core+15250>, 0x5b507253a94b <vm_exec_core+4395>, 0x5b507253fc77 <vm_exec_core+25687>, 0x5b507253b4bf <vm_exec_core+7327>, 0x5b507253d033 <vm_exec_core+14355>, 0x5b507253daeb <vm_exec_core+17099>, 0x5b507253f7e5 <vm_exec_core+24517>, 0x5b507253e6aa <vm_exec_core+20106>, 0x5b507253bde7 <vm_exec_core+9671>, 0x5b507253b7e2 <vm_exec_core+8130>, 0x5b507253f589 <vm_exec_core+23913>, 0x5b507253ca33 <vm_exec_core+12819>, 0x5b507253ed2e <vm_exec_core+21774>, 0x5b507253e81c <vm_exec_core+20476>, 0x5b507253edbb <vm_exec_core+21915>, 0x5b507254010b <vm_exec_core+26859>, 0x5b507253e5d7 <vm_exec_core+19895>, 0x5b507253f8f8 <vm_exec_core+24792>, 0x5b507253c0b0 <vm_exec_core+10384>, 0x5b507253f49f <vm_exec_core+23679>, 0x5b507253c1d6 <vm_exec_core+10678>, 0x5b507253e2ee <vm_exec_core+19150>, 0x5b507253e5d7 <vm_exec_core+19895>, 0x5b507253d95a <vm_exec_core+16698>, 0x5b507253dfb2 <vm_exec_core+18322>, 0x5b507253c43d <vm_exec_core+11293>, 0x5b507253b906 <vm_exec_core+8422>, 0x5b507253ee88 <vm_exec_core+22120>, 0x5b507253aa56 <vm_exec_core+4662>, 0x5b507253d75e <vm_exec_core+16190>, 0x5b50725489a5 <vm_exec_core+61829>, 0x5b507253e5eb <vm_exec_core+19915>, 0x5b507253aaf1 <vm_exec_core+4817>, 0x5b507253b3a2 <vm_exec_core+7042>, 0x5b507253b1bb <vm_exec_core+6555>, 0x5b507253b67b <vm_exec_core+7771>, 0x5b507253bf06 <vm_exec_core+9958>, 0x5b507253ddf5 <vm_exec_core+17877>, 0x5b507253d754 <vm_exec_core+16180>, 0x5b507253ddf0 <vm_exec_core+17872>, 0x5b507253e597 <vm_exec_core+19831>, 0x5b507253e557 <vm_exec_core+19767>, 0x5b507253b676 <vm_exec_core+7766>, 0x5b507253e8f3 <vm_exec_core+20691>, 0x5b507253cc7f <vm_exec_core+13407>, 0x5b507253cc84 <vm_exec_core+13412>, 0x5b507253e552 <vm_exec_core+19762>, 0x5b507253e0e5 <vm_exec_core+18629>...}
        reg_cfp = 0x791254ff7790
        reg_pc = 0x51300004b718
        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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#13 0x00005b5072535fcb in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2618
        _ec = 0x5160026943d0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x79125b1ff6c0, <optimized out>, <optimized out>}, prev = 0x79125b1ffc00, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#14 0x00005b507257339b in invoke_iseq_block_from_c (ec=0x5160026943d0, captured=<optimized out>, self=133120339874920, 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:1648
        flags = 0
        iseq = 0x79127efab9a0
        cfp = 0x791254ff77c8
        sp = 0x791254ef7818
        use_argv = <optimized out>
        stack_argv = 0x791254ef7818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#15 invoke_block_from_c_proc (ec=0x5160026943d0, self=133120339874920, 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:1742
        block = <optimized out>
        keyword_hash = <optimized out>
#16 vm_invoke_proc (ec=<optimized out>, proc=<optimized out>, self=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1772
No locals.
#17 0x00005b5072571626 in rb_vm_invoke_proc (ec=0x79124f217f60, proc=0x1, proc@entry=0x5040005b5ad0, argc=2138158285, argc@entry=0, argv=0x0, kw_splat=-218959360, passed_block_handler=18446744073709551100, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1793
        self = 4294967295
#18 0x00005b50724c713d in thread_do_start_proc (th=th@entry=0x515000271d00) at /tmp/ruby/src/trunk_asan/thread.c:608
        args = <optimized out>
        procval = <optimized out>
        proc = 0x5040005b5ad0
        args_len = 0
        args_ptr = <optimized out>
#19 0x00005b50724c4d1a in thread_do_start (th=0x515000271d00) at /tmp/ruby/src/trunk_asan/thread.c:625
        result = 36
#20 thread_start_func_2 (th=th@entry=0x515000271d00, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:680
        _tag = <optimized out>
        _ec = <optimized out>
        ractor_main_th = 0x515000000300
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#21 0x00005b50724c3fde in call_thread_start_func_2 (th=0x515000271d00) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2181
        stack_start = <optimized out>
        stack_start_addr = 0x79125b1ffcc0
#22 nt_start (ptr=0x50c0004dd100) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2226
        th = 0x515000271d00
        sched = <optimized out>
        nt = 0x50c0004dd100
        vm = 0x525000000100
#23 0x00005b5072161a7f in asan_thread_start(void*) ()
No symbol table info available.
#24 0x000079127f69caa4 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 = {133119745197760, 7793559452956445371, 133119745197760, -352, 25, 140731280711440, 7793559452935473851, 7793481267143592635}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#25 0x000079127f729c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 3 (Thread 0x7912564006c0 (LWP 531653) "test_autoload.*"):
#0  0x000079127f71b4cd in __GI___poll (fds=0x791245709040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005b50721086ca in __interceptor_poll ()
No symbol table info available.
#2  0x00005b50724c88cf in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1057
        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:3011
        vm = <optimized out>
#4  0x00005b5072161a7f in asan_thread_start(void*) ()
No symbol table info available.
#5  0x000079127f69caa4 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 = {133119663408832, 7793570722950630075, 133119663408832, -352, 0, 133119512404752, 7793570722929658555, 7793481267143592635}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x000079127f729c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 2 (Thread 0x79124e4006c0 (LWP 893196) "envutil.rb:183"):
#0  0x000079127f71b4cd in __GI___poll (fds=0x79124c609760, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005b50721086ca in __interceptor_poll ()
No symbol table info available.
#2  0x00005b5072264cc9 in nogvl_wait_for (th=133119833025200, fptr=0x5110003eae80, events=1, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:12577
        fds = {fd = 12, 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  0x00005b507226615a in internal_read_func (ptr=0x79124c609620) at /tmp/ruby/src/trunk_asan/io.c:1212
        iis = 0x79124c609620
        result = <optimized out>
#5  0x00005b50724ac9ba in rb_thread_io_blocking_call (io=<optimized out>, func=0x5b5072265c50 <internal_read_func>, data1=data1@entry=0x79124c609620, events=events@entry=1) at /tmp/ruby/src/trunk_asan/thread.c:1831
        __region = <optimized out>
        saved_state = RUBY_TAG_NONE
        _ec = <optimized out>
        _tag = <optimized out>
        ec = <optimized out>
        th = <optimized out>
        val = <optimized out>
        fd = <optimized out>
        waiting_fd = <optimized out>
        state = RUBY_TAG_NONE
        saved_errno = <optimized out>
        prev_mn_schedulable = <optimized out>
#6  0x00005b5072265a90 in rb_io_blocking_region_wait (io=0x5110003eae80, function=0x1, argument=0x79124c609620, events=RUBY_IO_READABLE) at /tmp/ruby/src/trunk_asan/io.c:228
No locals.
#7  rb_io_read_memory (fptr=<optimized out>, buf=<optimized out>, count=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:1321
        iis = {th = 133119833025200, fptr = 0x5110003eae80, nonblock = 0, fd = 12, buf = 0x525000924100, capa = 8192, timeout = 0x0}
        timeout_storage = <optimized out>
        scheduler = <optimized out>
#8  0x00005b50722693a7 in io_bufread (ptr=0x525000924100 '\276' <repeats 200 times>..., len=8192, fptr=0x5110003eae80) at /tmp/ruby/src/trunk_asan/io.c:3064
        offset = 0
        n = 8192
        c = <optimized out>
#9  bufread_call (arg=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3103
        p = <optimized out>
#10 0x00005b50721ac2d0 in rb_ensure (b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1074
        _ec = 0x5160025e7bd0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x79124e3fed10, <optimized out>, 0x79124e3fec20, <optimized out>, <optimized out>}, prev = 0x79124c609240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160025e7bd0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#11 0x00005b5072266dcb in io_fread (str=133119833024880, offset=0, size=8192, fptr=0x5110003eae80) at /tmp/ruby/src/trunk_asan/io.c:3117
        arg = {str_ptr = 0x525000924100 '\276' <repeats 200 times>..., len = 8192, fptr = <optimized out>}
        len = <optimized out>
        errno_to_fail = <optimized out>
#12 read_all (fptr=<optimized out>, siz=8192, str=133119833024880) at /tmp/ruby/src/trunk_asan/io.c:3395
        capa = <optimized out>
        cr = 0
        bytes = 0
        pos = 0
        enc = 0x50d000000110
        n = <optimized out>
        shrinkable = <optimized out>
#13 0x00005b5072256c13 in io_read (argc=<optimized out>, argv=<optimized out>, io=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3819
        str = <optimized out>
        length = <optimized out>
        fptr = 0x5110003eae80
        len = <optimized out>
        n = <optimized out>
        shrinkable = <optimized out>
#14 0x00005b50725996d8 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:3797
        ci = 0x3fd100100001
        cc = <optimized out>
        me = 0x79127f5a9eb0
        cfunc = 0x504000010f98
        recv = 133119833028640
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#15 0x00005b50725470f9 in vm_sendish (ec=0x5160025e7bd0, reg_cfp=0x79124dfff790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5972
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#16 vm_exec_core (ec=ec@entry=0x5160025e7bd0) at ../../src/trunk_asan/insns.def:899
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5b507254000f <vm_exec_core+26607>, 0x5b507253c59b <vm_exec_core+11643>, 0x5b5072539e9d <vm_exec_core+1661>, 0x5b507253af5f <vm_exec_core+5951>, 0x5b50725401f9 <vm_exec_core+27097>, 0x5b507253ac1d <vm_exec_core+5117>, 0x5b50725416c0 <vm_exec_core+32416>, 0x5b507253f118 <vm_exec_core+22776>, 0x5b507253d605 <vm_exec_core+15845>, 0x5b507253a1fa <vm_exec_core+2522>, 0x5b50725409c9 <vm_exec_core+29097>, 0x5b50725405cf <vm_exec_core+28079>, 0x5b507253ae60 <vm_exec_core+5696>, 0x5b507253a718 <vm_exec_core+3832>, 0x5b507253f693 <vm_exec_core+24179>, 0x5b507253bafa <vm_exec_core+8922>, 0x5b5072540e46 <vm_exec_core+30246>, 0x5b507254087e <vm_exec_core+28766>, 0x5b507253c3b9 <vm_exec_core+11161>, 0x5b507253d56d <vm_exec_core+15693>, 0x5b507253f239 <vm_exec_core+23065>, 0x5b50725407da <vm_exec_core+28602>, 0x5b507253e4ba <vm_exec_core+19610>, 0x5b507253f3e1 <vm_exec_core+23489>, 0x5b507253fbb9 <vm_exec_core+25497>, 0x5b507253e3b1 <vm_exec_core+19345>, 0x5b507253a66d <vm_exec_core+3661>, 0x5b507253ec6b <vm_exec_core+21579>, 0x5b507253a42d <vm_exec_core+3085>, 0x5b507253a816 <vm_exec_core+4086>, 0x5b507253c7e6 <vm_exec_core+12230>, 0x5b507253e0f9 <vm_exec_core+18649>, 0x5b507253e93e <vm_exec_core+20766>, 0x5b507253df04 <vm_exec_core+18148>, 0x5b507253a116 <vm_exec_core+2294>, 0x5b507253ff37 <vm_exec_core+26391>, 0x5b5072540492 <vm_exec_core+27762>, 0x5b507253a8b3 <vm_exec_core+4243>, 0x5b507253b598 <vm_exec_core+7544>, 0x5b507253af05 <vm_exec_core+5861>, 0x5b507253bd4d <vm_exec_core+9517>, 0x5b507253d3c1 <vm_exec_core+15265>, 0x5b507253a95a <vm_exec_core+4410>, 0x5b507253fc86 <vm_exec_core+25702>, 0x5b507253b4ce <vm_exec_core+7342>, 0x5b507253d042 <vm_exec_core+14370>, 0x5b507253dafa <vm_exec_core+17114>, 0x5b507253f7f4 <vm_exec_core+24532>, 0x5b507253e6b9 <vm_exec_core+20121>, 0x5b507253bdf6 <vm_exec_core+9686>, 0x5b507253b7f1 <vm_exec_core+8145>, 0x5b507253f598 <vm_exec_core+23928>, 0x5b507253ca42 <vm_exec_core+12834>, 0x5b507253ed3d <vm_exec_core+21789>, 0x5b507253e82b <vm_exec_core+20491>, 0x5b507253edca <vm_exec_core+21930>, 0x5b507254011a <vm_exec_core+26874>, 0x5b5072539bbb <vm_exec_core+923>, 0x5b507253f907 <vm_exec_core+24807>, 0x5b507253c0bf <vm_exec_core+10399>, 0x5b507253f4ae <vm_exec_core+23694>, 0x5b507253c1e5 <vm_exec_core+10693>, 0x5b507253e2fd <vm_exec_core+19165>, 0x5b5072541111 <vm_exec_core+30961>, 0x5b507253d969 <vm_exec_core+16713>, 0x5b507253dfc1 <vm_exec_core+18337>, 0x5b507253c44c <vm_exec_core+11308>, 0x5b507253b915 <vm_exec_core+8437>, 0x5b507253ee97 <vm_exec_core+22135>, 0x5b507253aa65 <vm_exec_core+4677>, 0x5b507253d76d <vm_exec_core+16205>, 0x5b50725489b4 <vm_exec_core+61844>, 0x5b507253e5fa <vm_exec_core+19930>, 0x5b507253ab00 <vm_exec_core+4832>, 0x5b507253b3b1 <vm_exec_core+7057>, 0x5b507253b1ca <vm_exec_core+6570>, 0x5b507253b68a <vm_exec_core+7786>, 0x5b507253bf15 <vm_exec_core+9973>, 0x5b5072540d6e <vm_exec_core+30030>, 0x5b5072539bc0 <vm_exec_core+928>, 0x5b507253b2d6 <vm_exec_core+6838>, 0x5b507254183b <vm_exec_core+32795>, 0x5b507253eb69 <vm_exec_core+21321>, 0x5b507253ddfa <vm_exec_core+17882>, 0x5b507253fd16 <vm_exec_core+25846>, 0x5b5072541bf5 <vm_exec_core+33749>, 0x5b507254003e <vm_exec_core+26654>, 0x5b5072540ee8 <vm_exec_core+30408>, 0x5b5072540fb9 <vm_exec_core+30617>, 0x5b507253a537 <vm_exec_core+3351>, 0x5b50725408ea <vm_exec_core+28874>, 0x5b507253c966 <vm_exec_core+12614>, 0x5b5072540b35 <vm_exec_core+29461>, 0x5b507253c28a <vm_exec_core+10858>, 0x5b507253bb97 <vm_exec_core+9079>, 0x5b507253ce9d <vm_exec_core+13949>, 0x5b507253a9cb <vm_exec_core+4523>, 0x5b5072541086 <vm_exec_core+30822>, 0x5b507253d0fb <vm_exec_core+14555>, 0x5b507253cc89 <vm_exec_core+13417>, 0x5b5072539cb4 <vm_exec_core+1172>, 0x5b507253a2d3 <vm_exec_core+2739>, 0x5b507253dcad <vm_exec_core+17549>, 0x5b507253d299 <vm_exec_core+14969>, 0x5b507253db80 <vm_exec_core+17248>, 0x5b507253da22 <vm_exec_core+16898>, 0x5b507253c883 <vm_exec_core+12387>, 0x5b507253d195 <vm_exec_core+14709>, 0x5b507253cd7a <vm_exec_core+13658>, 0x5b507253d4f2 <vm_exec_core+15570>, 0x5b507253d477 <vm_exec_core+15447>, 0x5b5072540000 <vm_exec_core+26592>, 0x5b507253c58c <vm_exec_core+11628>, 0x5b5072539e8e <vm_exec_core+1646>, 0x5b507253af50 <vm_exec_core+5936>, 0x5b50725401ea <vm_exec_core+27082>, 0x5b507253ac0e <vm_exec_core+5102>, 0x5b50725416b1 <vm_exec_core+32401>, 0x5b507253f109 <vm_exec_core+22761>, 0x5b507253d5f6 <vm_exec_core+15830>, 0x5b507253a1eb <vm_exec_core+2507>, 0x5b50725409ba <vm_exec_core+29082>, 0x5b50725405c0 <vm_exec_core+28064>, 0x5b507253ae51 <vm_exec_core+5681>, 0x5b507253a709 <vm_exec_core+3817>, 0x5b507253f684 <vm_exec_core+24164>, 0x5b507253baeb <vm_exec_core+8907>, 0x5b5072540e37 <vm_exec_core+30231>, 0x5b507254086f <vm_exec_core+28751>, 0x5b507253c3aa <vm_exec_core+11146>, 0x5b507253d55e <vm_exec_core+15678>, 0x5b507253f22a <vm_exec_core+23050>, 0x5b50725407cb <vm_exec_core+28587>, 0x5b507253e4ab <vm_exec_core+19595>, 0x5b507253f3d2 <vm_exec_core+23474>, 0x5b507253fbaa <vm_exec_core+25482>, 0x5b507253e3a2 <vm_exec_core+19330>, 0x5b507253a65e <vm_exec_core+3646>, 0x5b507253ec5c <vm_exec_core+21564>, 0x5b507253a41e <vm_exec_core+3070>, 0x5b507253a807 <vm_exec_core+4071>, 0x5b507253c7d7 <vm_exec_core+12215>, 0x5b507253e0ea <vm_exec_core+18634>, 0x5b507253e92f <vm_exec_core+20751>, 0x5b507253def5 <vm_exec_core+18133>, 0x5b507253a107 <vm_exec_core+2279>, 0x5b507253ff28 <vm_exec_core+26376>, 0x5b5072540483 <vm_exec_core+27747>, 0x5b507253a8a4 <vm_exec_core+4228>, 0x5b507253b589 <vm_exec_core+7529>, 0x5b507253aef6 <vm_exec_core+5846>, 0x5b507253bd3e <vm_exec_core+9502>, 0x5b507253d3b2 <vm_exec_core+15250>, 0x5b507253a94b <vm_exec_core+4395>, 0x5b507253fc77 <vm_exec_core+25687>, 0x5b507253b4bf <vm_exec_core+7327>, 0x5b507253d033 <vm_exec_core+14355>, 0x5b507253daeb <vm_exec_core+17099>, 0x5b507253f7e5 <vm_exec_core+24517>, 0x5b507253e6aa <vm_exec_core+20106>, 0x5b507253bde7 <vm_exec_core+9671>, 0x5b507253b7e2 <vm_exec_core+8130>, 0x5b507253f589 <vm_exec_core+23913>, 0x5b507253ca33 <vm_exec_core+12819>, 0x5b507253ed2e <vm_exec_core+21774>, 0x5b507253e81c <vm_exec_core+20476>, 0x5b507253edbb <vm_exec_core+21915>, 0x5b507254010b <vm_exec_core+26859>, 0x5b507253e5d7 <vm_exec_core+19895>, 0x5b507253f8f8 <vm_exec_core+24792>, 0x5b507253c0b0 <vm_exec_core+10384>, 0x5b507253f49f <vm_exec_core+23679>, 0x5b507253c1d6 <vm_exec_core+10678>, 0x5b507253e2ee <vm_exec_core+19150>, 0x5b507253e5d7 <vm_exec_core+19895>, 0x5b507253d95a <vm_exec_core+16698>, 0x5b507253dfb2 <vm_exec_core+18322>, 0x5b507253c43d <vm_exec_core+11293>, 0x5b507253b906 <vm_exec_core+8422>, 0x5b507253ee88 <vm_exec_core+22120>, 0x5b507253aa56 <vm_exec_core+4662>, 0x5b507253d75e <vm_exec_core+16190>, 0x5b50725489a5 <vm_exec_core+61829>, 0x5b507253e5eb <vm_exec_core+19915>, 0x5b507253aaf1 <vm_exec_core+4817>, 0x5b507253b3a2 <vm_exec_core+7042>, 0x5b507253b1bb <vm_exec_core+6555>, 0x5b507253b67b <vm_exec_core+7771>, 0x5b507253bf06 <vm_exec_core+9958>, 0x5b507253ddf5 <vm_exec_core+17877>, 0x5b507253d754 <vm_exec_core+16180>, 0x5b507253ddf0 <vm_exec_core+17872>, 0x5b507253e597 <vm_exec_core+19831>, 0x5b507253e557 <vm_exec_core+19767>, 0x5b507253b676 <vm_exec_core+7766>, 0x5b507253e8f3 <vm_exec_core+20691>, 0x5b507253cc7f <vm_exec_core+13407>, 0x5b507253cc84 <vm_exec_core+13412>, 0x5b507253e552 <vm_exec_core+19762>, 0x5b507253e0e5 <vm_exec_core+18629>...}
        reg_cfp = 0x79124dfff790
        reg_pc = 0x5040000548f0
        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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#17 0x00005b5072535fcb in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2618
        _ec = 0x5160025e7bd0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x79124e3ff6c0, <optimized out>, <optimized out>}, prev = 0x79124e3ffc00, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#18 0x00005b507257339b in invoke_iseq_block_from_c (ec=0x5160025e7bd0, captured=<optimized out>, self=133120344849880, 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:1648
        flags = 0
        iseq = 0x79127ef79ce8
        cfp = 0x79124dfff7c8
        sp = 0x79124deff818
        use_argv = <optimized out>
        stack_argv = 0x79124deff818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#19 invoke_block_from_c_proc (ec=0x5160025e7bd0, self=133120344849880, 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:1742
        block = <optimized out>
        keyword_hash = <optimized out>
#20 vm_invoke_proc (ec=<optimized out>, proc=<optimized out>, self=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1772
No locals.
#21 0x00005b5072571626 in rb_vm_invoke_proc (ec=0x79124c609760, proc=0x1, proc@entry=0x5040005a97d0, argc=2138158285, argc@entry=0, argv=0x0, kw_splat=-218959360, passed_block_handler=18446744073709551100, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1793
        self = 4294967295
#22 0x00005b50724c713d in thread_do_start_proc (th=th@entry=0x51500024b100) at /tmp/ruby/src/trunk_asan/thread.c:608
        args = <optimized out>
        procval = <optimized out>
        proc = 0x5040005a97d0
        args_len = 0
        args_ptr = <optimized out>
#23 0x00005b50724c4d1a in thread_do_start (th=0x51500024b100) at /tmp/ruby/src/trunk_asan/thread.c:625
        result = 36
#24 thread_start_func_2 (th=th@entry=0x51500024b100, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:680
        _tag = <optimized out>
        _ec = <optimized out>
        ractor_main_th = 0x515000000300
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#25 0x00005b50724c3fde in call_thread_start_func_2 (th=0x51500024b100) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2181
        stack_start = <optimized out>
        stack_start_addr = 0x79124e3ffcc0
#26 nt_start (ptr=0x50c0004c54c0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2226
        th = 0x51500024b100
        sched = <optimized out>
        nt = 0x50c0004c54c0
        vm = 0x525000000100
#27 0x00005b5072161a7f in asan_thread_start(void*) ()
No symbol table info available.
#28 0x000079127f69caa4 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 = {133119529191104, 7793588315136674491, 133119529191104, -352, 22, 140731280708624, 7793588315115702971, 7793481267143592635}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#29 0x000079127f729c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x79127f8fbc40 (LWP 370844) "ruby"):
#0  0x000079127f698d71 in __futex_abstimed_wait_common64 (private=32766, cancel=true, abstime=0x7ffe8dfedee0, op=137, expected=0, futex_word=0x50c000000094) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=32766, abstime=0x7ffe8dfedee0, clockid=30994, expected=0, futex_word=0x50c000000094) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 7934720
        op = 137
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x50c000000094, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7ffe8dfedee0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x000079127f69bc8e in __pthread_cond_wait_common (abstime=0x7ffe8dfedee0, clockid=1, mutex=0x515000000420, cond=0x50c000000068) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x79127f69b4b0 <__condvar_cleanup_waiting>, __arg = 0x7ffe8dfeddd0, __canceltype = 1928088128, __prev = 0x0}
        cbuffer = {wseq = 6161, cond = 0x50c000000068, mutex = 0x515000000420, private = 0}
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 6161
        seq = 3080
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_timedwait64 (cond=cond@entry=0x50c000000068, mutex=mutex@entry=0x515000000420, abstime=abstime@entry=0x7ffe8dfedee0) at ./nptl/pthread_cond_wait.c:652
        flags = <optimized out>
        clockid = 1
#5  0x00005b50724c29c1 in native_cond_timedwait (cond=0x50c000000068, mutex=0x515000000420, abs=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:241
        r = <optimized out>
        ts = <optimized out>
#6  native_cond_sleep (th=th@entry=0x515000000300, rel=0x79127d44c1e0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2434
        end = <optimized out>
        sched = 0x5160000004a0
        lock = 0x515000000420
        cond = 0x50c000000068
        max = 100000000000000000
#7  0x00005b50724c9a14 in native_sleep (th=0x515000000300, rel=0x79127d44c1e0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3281
        sched = <optimized out>
#8  thread_join_sleep (arg=133120320343904) at /tmp/ruby/src/trunk_asan/thread.c:1075
        scheduler = <optimized out>
        p = 0x79127d680f60
        target_th = 0x51500024b100
        th = 0x515000000300
        end = 8455032417762581
        limit = 0x79127d44c1e0
#9  0x00005b50721ac2d0 in rb_ensure (b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1074
        _ec = 0x5160000006d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffe8dfee0f0, <optimized out>, 0x7ffe8dfee000, <optimized out>, <optimized out>}, prev = 0x79127d650d40, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160000006d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#10 0x00005b50724c9568 in thread_join (target_th=<optimized out>, timeout=<optimized out>, limit=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:1116
        waiter = {next = 0x0, thread = 0x515000000300, fiber = 0x0}
        arg = {waiter = 0x54e8c38948ef8944, target = 0xffffff65e9fffff8, timeout = 5188146770739207951, limit = <optimized out>}
        ec = <optimized out>
        th = <optimized out>
        fiber = 0x516000000680
#11 0x00005b50724bbd30 in thread_join_m (argc=<optimized out>, argv=<optimized out>, self=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:1213
        rel = <optimized out>
        timeout = <optimized out>
        limit = 0x79127d44c1e0
#12 0x00005b50725996d8 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:3797
        ci = 0x34e100100003
        cc = <optimized out>
        me = 0x79127efe9610
        cfunc = 0x50400001ebd8
        recv = 133119833025200
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#13 0x00005b50725470f9 in vm_sendish (ec=0x5160000006d0, reg_cfp=0x79127cbff410, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5972
        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>
#14 vm_exec_core (ec=ec@entry=0x5160000006d0) at ../../src/trunk_asan/insns.def:899
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5b507254000f <vm_exec_core+26607>, 0x5b507253c59b <vm_exec_core+11643>, 0x5b5072539e9d <vm_exec_core+1661>, 0x5b507253af5f <vm_exec_core+5951>, 0x5b50725401f9 <vm_exec_core+27097>, 0x5b507253ac1d <vm_exec_core+5117>, 0x5b50725416c0 <vm_exec_core+32416>, 0x5b507253f118 <vm_exec_core+22776>, 0x5b507253d605 <vm_exec_core+15845>, 0x5b507253a1fa <vm_exec_core+2522>, 0x5b50725409c9 <vm_exec_core+29097>, 0x5b50725405cf <vm_exec_core+28079>, 0x5b507253ae60 <vm_exec_core+5696>, 0x5b507253a718 <vm_exec_core+3832>, 0x5b507253f693 <vm_exec_core+24179>, 0x5b507253bafa <vm_exec_core+8922>, 0x5b5072540e46 <vm_exec_core+30246>, 0x5b507254087e <vm_exec_core+28766>, 0x5b507253c3b9 <vm_exec_core+11161>, 0x5b507253d56d <vm_exec_core+15693>, 0x5b507253f239 <vm_exec_core+23065>, 0x5b50725407da <vm_exec_core+28602>, 0x5b507253e4ba <vm_exec_core+19610>, 0x5b507253f3e1 <vm_exec_core+23489>, 0x5b507253fbb9 <vm_exec_core+25497>, 0x5b507253e3b1 <vm_exec_core+19345>, 0x5b507253a66d <vm_exec_core+3661>, 0x5b507253ec6b <vm_exec_core+21579>, 0x5b507253a42d <vm_exec_core+3085>, 0x5b507253a816 <vm_exec_core+4086>, 0x5b507253c7e6 <vm_exec_core+12230>, 0x5b507253e0f9 <vm_exec_core+18649>, 0x5b507253e93e <vm_exec_core+20766>, 0x5b507253df04 <vm_exec_core+18148>, 0x5b507253a116 <vm_exec_core+2294>, 0x5b507253ff37 <vm_exec_core+26391>, 0x5b5072540492 <vm_exec_core+27762>, 0x5b507253a8b3 <vm_exec_core+4243>, 0x5b507253b598 <vm_exec_core+7544>, 0x5b507253af05 <vm_exec_core+5861>, 0x5b507253bd4d <vm_exec_core+9517>, 0x5b507253d3c1 <vm_exec_core+15265>, 0x5b507253a95a <vm_exec_core+4410>, 0x5b507253fc86 <vm_exec_core+25702>, 0x5b507253b4ce <vm_exec_core+7342>, 0x5b507253d042 <vm_exec_core+14370>, 0x5b507253dafa <vm_exec_core+17114>, 0x5b507253f7f4 <vm_exec_core+24532>, 0x5b507253e6b9 <vm_exec_core+20121>, 0x5b507253bdf6 <vm_exec_core+9686>, 0x5b507253b7f1 <vm_exec_core+8145>, 0x5b507253f598 <vm_exec_core+23928>, 0x5b507253ca42 <vm_exec_core+12834>, 0x5b507253ed3d <vm_exec_core+21789>, 0x5b507253e82b <vm_exec_core+20491>, 0x5b507253edca <vm_exec_core+21930>, 0x5b507254011a <vm_exec_core+26874>, 0x5b5072539bbb <vm_exec_core+923>, 0x5b507253f907 <vm_exec_core+24807>, 0x5b507253c0bf <vm_exec_core+10399>, 0x5b507253f4ae <vm_exec_core+23694>, 0x5b507253c1e5 <vm_exec_core+10693>, 0x5b507253e2fd <vm_exec_core+19165>, 0x5b5072541111 <vm_exec_core+30961>, 0x5b507253d969 <vm_exec_core+16713>, 0x5b507253dfc1 <vm_exec_core+18337>, 0x5b507253c44c <vm_exec_core+11308>, 0x5b507253b915 <vm_exec_core+8437>, 0x5b507253ee97 <vm_exec_core+22135>, 0x5b507253aa65 <vm_exec_core+4677>, 0x5b507253d76d <vm_exec_core+16205>, 0x5b50725489b4 <vm_exec_core+61844>, 0x5b507253e5fa <vm_exec_core+19930>, 0x5b507253ab00 <vm_exec_core+4832>, 0x5b507253b3b1 <vm_exec_core+7057>, 0x5b507253b1ca <vm_exec_core+6570>, 0x5b507253b68a <vm_exec_core+7786>, 0x5b507253bf15 <vm_exec_core+9973>, 0x5b5072540d6e <vm_exec_core+30030>, 0x5b5072539bc0 <vm_exec_core+928>, 0x5b507253b2d6 <vm_exec_core+6838>, 0x5b507254183b <vm_exec_core+32795>, 0x5b507253eb69 <vm_exec_core+21321>, 0x5b507253ddfa <vm_exec_core+17882>, 0x5b507253fd16 <vm_exec_core+25846>, 0x5b5072541bf5 <vm_exec_core+33749>, 0x5b507254003e <vm_exec_core+26654>, 0x5b5072540ee8 <vm_exec_core+30408>, 0x5b5072540fb9 <vm_exec_core+30617>, 0x5b507253a537 <vm_exec_core+3351>, 0x5b50725408ea <vm_exec_core+28874>, 0x5b507253c966 <vm_exec_core+12614>, 0x5b5072540b35 <vm_exec_core+29461>, 0x5b507253c28a <vm_exec_core+10858>, 0x5b507253bb97 <vm_exec_core+9079>, 0x5b507253ce9d <vm_exec_core+13949>, 0x5b507253a9cb <vm_exec_core+4523>, 0x5b5072541086 <vm_exec_core+30822>, 0x5b507253d0fb <vm_exec_core+14555>, 0x5b507253cc89 <vm_exec_core+13417>, 0x5b5072539cb4 <vm_exec_core+1172>, 0x5b507253a2d3 <vm_exec_core+2739>, 0x5b507253dcad <vm_exec_core+17549>, 0x5b507253d299 <vm_exec_core+14969>, 0x5b507253db80 <vm_exec_core+17248>, 0x5b507253da22 <vm_exec_core+16898>, 0x5b507253c883 <vm_exec_core+12387>, 0x5b507253d195 <vm_exec_core+14709>, 0x5b507253cd7a <vm_exec_core+13658>, 0x5b507253d4f2 <vm_exec_core+15570>, 0x5b507253d477 <vm_exec_core+15447>, 0x5b5072540000 <vm_exec_core+26592>, 0x5b507253c58c <vm_exec_core+11628>, 0x5b5072539e8e <vm_exec_core+1646>, 0x5b507253af50 <vm_exec_core+5936>, 0x5b50725401ea <vm_exec_core+27082>, 0x5b507253ac0e <vm_exec_core+5102>, 0x5b50725416b1 <vm_exec_core+32401>, 0x5b507253f109 <vm_exec_core+22761>, 0x5b507253d5f6 <vm_exec_core+15830>, 0x5b507253a1eb <vm_exec_core+2507>, 0x5b50725409ba <vm_exec_core+29082>, 0x5b50725405c0 <vm_exec_core+28064>, 0x5b507253ae51 <vm_exec_core+5681>, 0x5b507253a709 <vm_exec_core+3817>, 0x5b507253f684 <vm_exec_core+24164>, 0x5b507253baeb <vm_exec_core+8907>, 0x5b5072540e37 <vm_exec_core+30231>, 0x5b507254086f <vm_exec_core+28751>, 0x5b507253c3aa <vm_exec_core+11146>, 0x5b507253d55e <vm_exec_core+15678>, 0x5b507253f22a <vm_exec_core+23050>, 0x5b50725407cb <vm_exec_core+28587>, 0x5b507253e4ab <vm_exec_core+19595>, 0x5b507253f3d2 <vm_exec_core+23474>, 0x5b507253fbaa <vm_exec_core+25482>, 0x5b507253e3a2 <vm_exec_core+19330>, 0x5b507253a65e <vm_exec_core+3646>, 0x5b507253ec5c <vm_exec_core+21564>, 0x5b507253a41e <vm_exec_core+3070>, 0x5b507253a807 <vm_exec_core+4071>, 0x5b507253c7d7 <vm_exec_core+12215>, 0x5b507253e0ea <vm_exec_core+18634>, 0x5b507253e92f <vm_exec_core+20751>, 0x5b507253def5 <vm_exec_core+18133>, 0x5b507253a107 <vm_exec_core+2279>, 0x5b507253ff28 <vm_exec_core+26376>, 0x5b5072540483 <vm_exec_core+27747>, 0x5b507253a8a4 <vm_exec_core+4228>, 0x5b507253b589 <vm_exec_core+7529>, 0x5b507253aef6 <vm_exec_core+5846>, 0x5b507253bd3e <vm_exec_core+9502>, 0x5b507253d3b2 <vm_exec_core+15250>, 0x5b507253a94b <vm_exec_core+4395>, 0x5b507253fc77 <vm_exec_core+25687>, 0x5b507253b4bf <vm_exec_core+7327>, 0x5b507253d033 <vm_exec_core+14355>, 0x5b507253daeb <vm_exec_core+17099>, 0x5b507253f7e5 <vm_exec_core+24517>, 0x5b507253e6aa <vm_exec_core+20106>, 0x5b507253bde7 <vm_exec_core+9671>, 0x5b507253b7e2 <vm_exec_core+8130>, 0x5b507253f589 <vm_exec_core+23913>, 0x5b507253ca33 <vm_exec_core+12819>, 0x5b507253ed2e <vm_exec_core+21774>, 0x5b507253e81c <vm_exec_core+20476>, 0x5b507253edbb <vm_exec_core+21915>, 0x5b507254010b <vm_exec_core+26859>, 0x5b507253e5d7 <vm_exec_core+19895>, 0x5b507253f8f8 <vm_exec_core+24792>, 0x5b507253c0b0 <vm_exec_core+10384>, 0x5b507253f49f <vm_exec_core+23679>, 0x5b507253c1d6 <vm_exec_core+10678>, 0x5b507253e2ee <vm_exec_core+19150>, 0x5b507253e5d7 <vm_exec_core+19895>, 0x5b507253d95a <vm_exec_core+16698>, 0x5b507253dfb2 <vm_exec_core+18322>, 0x5b507253c43d <vm_exec_core+11293>, 0x5b507253b906 <vm_exec_core+8422>, 0x5b507253ee88 <vm_exec_core+22120>, 0x5b507253aa56 <vm_exec_core+4662>, 0x5b507253d75e <vm_exec_core+16190>, 0x5b50725489a5 <vm_exec_core+61829>, 0x5b507253e5eb <vm_exec_core+19915>, 0x5b507253aaf1 <vm_exec_core+4817>, 0x5b507253b3a2 <vm_exec_core+7042>, 0x5b507253b1bb <vm_exec_core+6555>, 0x5b507253b67b <vm_exec_core+7771>, 0x5b507253bf06 <vm_exec_core+9958>, 0x5b507253ddf5 <vm_exec_core+17877>, 0x5b507253d754 <vm_exec_core+16180>, 0x5b507253ddf0 <vm_exec_core+17872>, 0x5b507253e597 <vm_exec_core+19831>, 0x5b507253e557 <vm_exec_core+19767>, 0x5b507253b676 <vm_exec_core+7766>, 0x5b507253e8f3 <vm_exec_core+20691>, 0x5b507253cc7f <vm_exec_core+13407>, 0x5b507253cc84 <vm_exec_core+13412>, 0x5b507253e552 <vm_exec_core+19762>, 0x5b507253e0e5 <vm_exec_core+18629>...}
        reg_cfp = 0x79127cbff410
        reg_pc = 0x52300000b870
        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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#15 0x00005b50725363bb in vm_exec_loop (ec=0x5160000006d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2645
No locals.
#16 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2624
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#17 0x00005b50725b7052 in invoke_iseq_block_from_c (ec=0x5160000006d0, captured=0x79127cbff620, self=133120339874920, 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:1648
        flags = 0
        iseq = 0x79127ef7d2d0
        cfp = <optimized out>
        sp = 0x79127caffa28
        use_argv = 0x79127d433560
        stack_argv = 0x79127caffa28
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#18 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:1662
        captured = 0x79127cbff620
#19 0x00005b50725634e6 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:1699
No locals.
#20 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1707
No locals.
#21 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1344
No locals.
#22 0x00005b50725634e6 in rb_yield (val=<optimized out>)
No locals.
#23 0x00005b5072717426 in rb_ary_collect (ary=133119821151360) at /tmp/ruby/src/trunk_asan/array.c:3655
        collect = 133119751092120
        i = 23
#24 0x00005b50725996d8 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:3797
        ci = 0x166100000001
        cc = <optimized out>
        me = 0x79127f5b0148
        cfunc = 0x50400000a758
        recv = 133119821151360
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#25 0x00005b5072541a96 in vm_sendish (ec=0x5160000006d0, reg_cfp=0x79127cbff608, cd=0x512000011fb0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5972
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
th: 0x515000000300, native_id: 0x79127f8fbc40
-- Control frame information -----------------------------------------------
        calling = <optimized out>
#26 vm_exec_core (ec=ec@entry=0x5160000006d0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
c:0019 p:---- s:0178 e:000177 CFUNC  :join
        val = <optimized out>
        cd = 0x512000011fb0
c:0018 p:0494 s:0173 E:0015c8 METHOD /tmp/ruby/src/trunk_asan/tool/lib/envutil.rb:186
c:0017 p:0275 s:0134 e:000133 METHOD /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:330
        insns_address_table = {0x5b507254000f <vm_exec_core+26607>, 0x5b507253c59b <vm_exec_core+11643>, 0x5b5072539e9d <vm_exec_core+1661>, 0x5b507253af5f <vm_exec_core+5951>, 0x5b50725401f9 <vm_exec_core+27097>, 0x5b507253ac1d <vm_exec_core+5117>, 0x5b50725416c0 <vm_exec_core+32416>, 0x5b507253f118 <vm_exec_core+22776>, 0x5b507253d605 <vm_exec_core+15845>, 0x5b507253a1fa <vm_exec_core+2522>, 0x5b50725409c9 <vm_exec_core+29097>, 0x5b50725405cf <vm_exec_core+28079>, 0x5b507253ae60 <vm_exec_core+5696>, 0x5b507253a718 <vm_exec_core+3832>, 0x5b507253f693 <vm_exec_core+24179>, 0x5b507253bafa <vm_exec_core+8922>, 0x5b5072540e46 <vm_exec_core+30246>, 0x5b507254087e <vm_exec_core+28766>, 0x5b507253c3b9 <vm_exec_core+11161>, 0x5b507253d56d <vm_exec_core+15693>, 0x5b507253f239 <vm_exec_core+23065>, 0x5b50725407da <vm_exec_core+28602>, 0x5b507253e4ba <vm_exec_core+19610>, 0x5b507253f3e1 <vm_exec_core+23489>, 0x5b507253fbb9 <vm_exec_core+25497>, 0x5b507253e3b1 <vm_exec_core+19345>, 0x5b507253a66d <vm_exec_core+3661>, 0x5b507253ec6b <vm_exec_core+21579>, 0x5b507253a42d <vm_exec_core+3085>, 0x5b507253a816 <vm_exec_core+4086>, 0x5b507253c7e6 <vm_exec_core+12230>, 0x5b507253e0f9 <vm_exec_core+18649>, 0x5b507253e93e <vm_exec_core+20766>, 0x5b507253df04 <vm_exec_core+18148>, 0x5b507253a116 <vm_exec_core+2294>, 0x5b507253ff37 <vm_exec_core+26391>, 0x5b5072540492 <vm_exec_core+27762>, 0x5b507253a8b3 <vm_exec_core+4243>, 0x5b507253b598 <vm_exec_core+7544>, 0x5b507253af05 <vm_exec_core+5861>, 0x5b507253bd4d <vm_exec_core+9517>, 0x5b507253d3c1 <vm_exec_core+15265>, 0x5b507253a95a <vm_exec_core+4410>, 0x5b507253fc86 <vm_exec_core+25702>, 0x5b507253b4ce <vm_exec_core+7342>, 0x5b507253d042 <vm_exec_core+14370>, 0x5b507253dafa <vm_exec_core+17114>, 0x5b507253f7f4 <vm_exec_core+24532>, 0x5b507253e6b9 <vm_exec_core+20121>, 0x5b507253bdf6 <vm_exec_core+9686>, 0x5b507253b7f1 <vm_exec_core+8145>, 0x5b507253f598 <vm_exec_core+23928>, 0x5b507253ca42 <vm_exec_core+12834>, 0x5b507253ed3d <vm_exec_core+21789>, 0x5b507253e82b <vm_exec_core+20491>, 0x5b507253edca <vm_exec_core+21930>, 0x5b507254011a <vm_exec_core+26874>, 0x5b5072539bbb <vm_exec_core+923>, 0x5b507253f907 <vm_exec_core+24807>, 0x5b507253c0bf <vm_exec_core+10399>, 0x5b507253f4ae <vm_exec_core+23694>, 0x5b507253c1e5 <vm_exec_core+10693>, 0x5b507253e2fd <vm_exec_core+19165>, 0x5b5072541111 <vm_exec_core+30961>, 0x5b507253d969 <vm_exec_core+16713>, 0x5b507253dfc1 <vm_exec_core+18337>, 0x5b507253c44c <vm_exec_core+11308>, 0x5b507253b915 <vm_exec_core+8437>, 0x5b507253ee97 <vm_exec_core+22135>, 0x5b507253aa65 <vm_exec_core+4677>, 0x5b507253d76d <vm_exec_core+16205>, 0x5b50725489b4 <vm_exec_core+61844>, 0x5b507253e5fa <vm_exec_core+19930>, 0x5b507253ab00 <vm_exec_core+4832>, 0x5b507253b3b1 <vm_exec_core+7057>, 0x5b507253b1ca <vm_exec_core+6570>, 0x5b507253b68a <vm_exec_core+7786>, 0x5b507253bf15 <vm_exec_core+9973>, 0x5b5072540d6e <vm_exec_core+30030>, 0x5b5072539bc0 <vm_exec_core+928>, 0x5b507253b2d6 <vm_exec_core+6838>, 0x5b507254183b <vm_exec_core+32795>, 0x5b507253eb69 <vm_exec_core+21321>, 0x5b507253ddfa <vm_exec_core+17882>, 0x5b507253fd16 <vm_exec_core+25846>, 0x5b5072541bf5 <vm_exec_core+33749>, 0x5b507254003e <vm_exec_core+26654>, 0x5b5072540ee8 <vm_exec_core+30408>, 0x5b5072540fb9 <vm_exec_core+30617>, 0x5b507253a537 <vm_exec_core+3351>, 0x5b50725408ea <vm_exec_core+28874>, 0x5b507253c966 <vm_exec_core+12614>, 0x5b5072540b35 <vm_exec_core+29461>, 0x5b507253c28a <vm_exec_core+10858>, 0x5b507253bb97 <vm_exec_core+9079>, 0x5b507253ce9d <vm_exec_core+13949>, 0x5b507253a9cb <vm_exec_core+4523>, 0x5b5072541086 <vm_exec_core+30822>, 0x5b507253d0fb <vm_exec_core+14555>, 0x5b507253cc89 <vm_exec_core+13417>, 0x5b5072539cb4 <vm_exec_core+1172>, 0x5b507253a2d3 <vm_exec_core+2739>, 0x5b507253dcad <vm_exec_core+17549>, 0x5b507253d299 <vm_exec_core+14969>, 0x5b507253db80 <vm_exec_core+17248>, 0x5b507253da22 <vm_exec_core+16898>, 0x5b507253c883 <vm_exec_core+12387>, 0x5b507253d195 <vm_exec_core+14709>, 0x5b507253cd7a <vm_exec_core+13658>, 0x5b507253d4f2 <vm_exec_core+15570>, 0x5b507253d477 <vm_exec_core+15447>, 0x5b5072540000 <vm_exec_core+26592>, 0x5b507253c58c <vm_exec_core+11628>, 0x5b5072539e8e <vm_exec_core+1646>, 0x5b507253af50 <vm_exec_core+5936>, 0x5b50725401ea <vm_exec_core+27082>, 0x5b507253ac0e <vm_exec_core+5102>, 0x5b50725416b1 <vm_exec_core+32401>, 0x5b507253f109 <vm_exec_core+22761>, 0x5b507253d5f6 <vm_exec_core+15830>, 0x5b507253a1eb <vm_exec_core+2507>, 0x5b50725409ba <vm_exec_core+29082>, 0x5b50725405c0 <vm_exec_core+28064>, 0x5b507253ae51 <vm_exec_core+5681>, 0x5b507253a709 <vm_exec_core+3817>, 0x5b507253f684 <vm_exec_core+24164>, 0x5b507253baeb <vm_exec_core+8907>, 0x5b5072540e37 <vm_exec_core+30231>, 0x5b507254086f <vm_exec_core+28751>, 0x5b507253c3aa <vm_exec_core+11146>, 0x5b507253d55e <vm_exec_core+15678>, 0x5b507253f22a <vm_exec_core+23050>, 0x5b50725407cb <vm_exec_core+28587>, 0x5b507253e4ab <vm_exec_core+19595>, 0x5b507253f3d2 <vm_exec_core+23474>, 0x5b507253fbaa <vm_exec_core+25482>, 0x5b507253e3a2 <vm_exec_core+19330>, 0x5b507253a65e <vm_exec_core+3646>, 0x5b507253ec5c <vm_exec_core+21564>, 0x5b507253a41e <vm_exec_core+3070>, 0x5b507253a807 <vm_exec_core+4071>, 0x5b507253c7d7 <vm_exec_core+12215>, 0x5b507253e0ea <vm_exec_core+18634>, 0x5b507253e92f <vm_exec_core+20751>, 0x5b507253def5 <vm_exec_core+18133>, 0x5b507253a107 <vm_exec_core+2279>, 0x5b507253ff28 <vm_exec_core+26376>, 0x5b5072540483 <vm_exec_core+27747>, 0x5b507253a8a4 <vm_exec_core+4228>, 0x5b507253b589 <vm_exec_core+7529>, 0x5b507253aef6 <vm_exec_core+5846>, 0x5b507253bd3e <vm_exec_core+9502>, 0x5b507253d3b2 <vm_exec_core+15250>, 0x5b507253a94b <vm_exec_core+4395>, 0x5b507253fc77 <vm_exec_core+25687>, 0x5b507253b4bf <vm_exec_core+7327>, 0x5b507253d033 <vm_exec_core+14355>, 0x5b507253daeb <vm_exec_core+17099>, 0x5b507253f7e5 <vm_exec_core+24517>, 0x5b507253e6aa <vm_exec_core+20106>, 0x5b507253bde7 <vm_exec_core+9671>, 0x5b507253b7e2 <vm_exec_core+8130>, 0x5b507253f589 <vm_exec_core+23913>, 0x5b507253ca33 <vm_exec_core+12819>, 0x5b507253ed2e <vm_exec_core+21774>, 0x5b507253e81c <vm_exec_core+20476>, 0x5b507253edbb <vm_exec_core+21915>, 0x5b507254010b <vm_exec_core+26859>, 0x5b507253e5d7 <vm_exec_core+19895>, 0x5b507253f8f8 <vm_exec_core+24792>, 0x5b507253c0b0 <vm_exec_core+10384>, 0x5b507253f49f <vm_exec_core+23679>, 0x5b507253c1d6 <vm_exec_core+10678>, 0x5b507253e2ee <vm_exec_core+19150>, 0x5b507253e5d7 <vm_exec_core+19895>, 0x5b507253d95a <vm_exec_core+16698>, 0x5b507253dfb2 <vm_exec_core+18322>, 0x5b507253c43d <vm_exec_core+11293>, 0x5b507253b906 <vm_exec_core+8422>, 0x5b507253ee88 <vm_exec_core+22120>, 0x5b507253aa56 <vm_exec_core+4662>, 0x5b507253d75e <vm_exec_core+16190>, 0x5b50725489a5 <vm_exec_core+61829>, 0x5b507253e5eb <vm_exec_core+19915>, 0x5b507253aaf1 <vm_exec_core+4817>, 0x5b507253b3a2 <vm_exec_core+7042>, 0x5b507253b1bb <vm_exec_core+6555>, 0x5b507253b67b <vm_exec_core+7771>, 0x5b507253bf06 <vm_exec_core+9958>, 0x5b507253ddf5 <vm_exec_core+17877>, 0x5b507253d754 <vm_exec_core+16180>, 0x5b507253ddf0 <vm_exec_core+17872>, 0x5b507253e597 <vm_exec_core+19831>, 0x5b507253e557 <vm_exec_core+19767>, 0x5b507253b676 <vm_exec_core+7766>, 0x5b507253e8f3 <vm_exec_core+20691>, 0x5b507253cc7f <vm_exec_core+13407>, 0x5b507253cc84 <vm_exec_core+13412>, 0x5b507253e552 <vm_exec_core+19762>, 0x5b507253e0e5 <vm_exec_core+18629>...}
        reg_cfp = 0x79127cbff608
        reg_pc = 0x519000014910
        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>
c:0016 p:0032 s:0110 e:000109 BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:333
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
c:0015 p:0038 s:0106 e:000105 METHOD /tmp/ruby/src/trunk_asan/lib/tmpdir.rb:105
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
c:0014 p:0007 s:0095 e:000094 METHOD /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:326
        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>
c:0013 p:0037 s:0091 e:000090 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:202
c:0012 p:0052 s:0085 e:000084 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:170
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
c:0011 p:0093 s:0076 e:000075 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1677 [FINISH]
        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>
c:0010 p:---- s:0069 e:000068 CFUNC  :map
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
c:0009 p:0114 s:0065 e:000064 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1664
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
c:0008 p:0035 s:0053 e:000052 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1368
c:0007 p:0069 s:0046 E:0007f0 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:52
        INSN_LABEL_checktype = <optimized out>
c:0006 p:0007 s:0030 e:000029 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:24 [FINISH]
c:0005 p:---- s:0026 e:000025 CFUNC  :map
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
c:0004 p:0005 s:0022 e:000021 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:23
c:0003 p:0210 s:0016 e:000015 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:122
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
c:0002 p:0062 s:0006 e:000005 EVAL   /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:220 [FINISH]
c:0001 p:0000 s:0003 E:001680 DUMMY  [FINISH]
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>

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

        INSN_LABEL_opt_case_dispatch = <optimized out>
th: 0x515000271d00, native_id: 0x79125b2006c0
        INSN_LABEL_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
-- Control frame information -----------------------------------------------
c:0003 p:---- s:0012 e:000011 CFUNC  :readpartial
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
c:0002 p:0035 s:0007 e:000006 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:42 [FINISH]
        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>
#27 0x00005b50725363bb in vm_exec_loop (ec=0x5160000006d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2645
No locals.
#28 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2624
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#29 0x00005b50725b7052 in invoke_iseq_block_from_c (ec=0x5160000006d0, captured=0x79127cbff738, self=133120339874920, 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:1648
c:0001 p:---- s:0003 e:000002 DUMMY  [FINISH]
        flags = 0

        iseq = 0x79127efabb58
        cfp = <optimized out>
        sp = 0x79127caff8d0
        use_argv = 0x79127d4f6b60
        stack_argv = 0x79127caff8d0
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#30 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:1662
        captured = 0x79127cbff738
#31 0x00005b50725634e6 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:1699
No locals.
#32 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1707
No locals.
#33 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1344
No locals.
#34 0x00005b50725634e6 in rb_yield (val=<optimized out>)
No locals.
#35 0x00005b5072717426 in rb_ary_collect (ary=133119735296760) at /tmp/ruby/src/trunk_asan/array.c:3655
        collect = 133119735296680
        i = 0
#36 0x00005b50725996d8 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:3797
        ci = 0x166100000001
        cc = <optimized out>
        me = 0x79127f5b0148
        cfunc = 0x50400000a758
        recv = 133119735296760
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#37 0x00005b5072541a96 in vm_sendish (ec=0x5160000006d0, reg_cfp=0x79127cbff720, cd=0x502000008290, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5972
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#38 vm_exec_core (ec=ec@entry=0x5160000006d0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x502000008290
        insns_address_table = {0x5b507254000f <vm_exec_core+26607>, 0x5b507253c59b <vm_exec_core+11643>, 0x5b5072539e9d <vm_exec_core+1661>, 0x5b507253af5f <vm_exec_core+5951>, 0x5b50725401f9 <vm_exec_core+27097>, 0x5b507253ac1d <vm_exec_core+5117>, 0x5b50725416c0 <vm_exec_core+32416>, 0x5b507253f118 <vm_exec_core+22776>, 0x5b507253d605 <vm_exec_core+15845>, 0x5b507253a1fa <vm_exec_core+2522>, 0x5b50725409c9 <vm_exec_core+29097>, 0x5b50725405cf <vm_exec_core+28079>, 0x5b507253ae60 <vm_exec_core+5696>, 0x5b507253a718 <vm_exec_core+3832>, 0x5b507253f693 <vm_exec_core+24179>, 0x5b507253bafa <vm_exec_core+8922>, 0x5b5072540e46 <vm_exec_core+30246>, 0x5b507254087e <vm_exec_core+28766>, 0x5b507253c3b9 <vm_exec_core+11161>, 0x5b507253d56d <vm_exec_core+15693>, 0x5b507253f239 <vm_exec_core+23065>, 0x5b50725407da <vm_exec_core+28602>, 0x5b507253e4ba <vm_exec_core+19610>, 0x5b507253f3e1 <vm_exec_core+23489>, 0x5b507253fbb9 <vm_exec_core+25497>, 0x5b507253e3b1 <vm_exec_core+19345>, 0x5b507253a66d <vm_exec_core+3661>, 0x5b507253ec6b <vm_exec_core+21579>, 0x5b507253a42d <vm_exec_core+3085>, 0x5b507253a816 <vm_exec_core+4086>, 0x5b507253c7e6 <vm_exec_core+12230>, 0x5b507253e0f9 <vm_exec_core+18649>, 0x5b507253e93e <vm_exec_core+20766>, 0x5b507253df04 <vm_exec_core+18148>, 0x5b507253a116 <vm_exec_core+2294>, 0x5b507253ff37 <vm_exec_core+26391>, 0x5b5072540492 <vm_exec_core+27762>, 0x5b507253a8b3 <vm_exec_core+4243>, 0x5b507253b598 <vm_exec_core+7544>, 0x5b507253af05 <vm_exec_core+5861>, 0x5b507253bd4d <vm_exec_core+9517>, 0x5b507253d3c1 <vm_exec_core+15265>, 0x5b507253a95a <vm_exec_core+4410>, 0x5b507253fc86 <vm_exec_core+25702>, 0x5b507253b4ce <vm_exec_core+7342>, 0x5b507253d042 <vm_exec_core+14370>, 0x5b507253dafa <vm_exec_core+17114>, 0x5b507253f7f4 <vm_exec_core+24532>, 0x5b507253e6b9 <vm_exec_core+20121>, 0x5b507253bdf6 <vm_exec_core+9686>, 0x5b507253b7f1 <vm_exec_core+8145>, 0x5b507253f598 <vm_exec_core+23928>, 0x5b507253ca42 <vm_exec_core+12834>, 0x5b507253ed3d <vm_exec_core+21789>, 0x5b507253e82b <vm_exec_core+20491>, 0x5b507253edca <vm_exec_core+21930>, 0x5b507254011a <vm_exec_core+26874>, 0x5b5072539bbb <vm_exec_core+923>, 0x5b507253f907 <vm_exec_core+24807>, 0x5b507253c0bf <vm_exec_core+10399>, 0x5b507253f4ae <vm_exec_core+23694>, 0x5b507253c1e5 <vm_exec_core+10693>, 0x5b507253e2fd <vm_exec_core+19165>, 0x5b5072541111 <vm_exec_core+30961>, 0x5b507253d969 <vm_exec_core+16713>, 0x5b507253dfc1 <vm_exec_core+18337>, 0x5b507253c44c <vm_exec_core+11308>, 0x5b507253b915 <vm_exec_core+8437>, 0x5b507253ee97 <vm_exec_core+22135>, 0x5b507253aa65 <vm_exec_core+4677>, 0x5b507253d76d <vm_exec_core+16205>, 0x5b50725489b4 <vm_exec_core+61844>, 0x5b507253e5fa <vm_exec_core+19930>, 0x5b507253ab00 <vm_exec_core+4832>, 0x5b507253b3b1 <vm_exec_core+7057>, 0x5b507253b1ca <vm_exec_core+6570>, 0x5b507253b68a <vm_exec_core+7786>, 0x5b507253bf15 <vm_exec_core+9973>, 0x5b5072540d6e <vm_exec_core+30030>, 0x5b5072539bc0 <vm_exec_core+928>, 0x5b507253b2d6 <vm_exec_core+6838>, 0x5b507254183b <vm_exec_core+32795>, 0x5b507253eb69 <vm_exec_core+21321>, 0x5b507253ddfa <vm_exec_core+17882>, 0x5b507253fd16 <vm_exec_core+25846>, 0x5b5072541bf5 <vm_exec_core+33749>, 0x5b507254003e <vm_exec_core+26654>, 0x5b5072540ee8 <vm_exec_core+30408>, 0x5b5072540fb9 <vm_exec_core+30617>, 0x5b507253a537 <vm_exec_core+3351>, 0x5b50725408ea <vm_exec_core+28874>, 0x5b507253c966 <vm_exec_core+12614>, 0x5b5072540b35 <vm_exec_core+29461>, 0x5b507253c28a <vm_exec_core+10858>, 0x5b507253bb97 <vm_exec_core+9079>, 0x5b507253ce9d <vm_exec_core+13949>, 0x5b507253a9cb <vm_exec_core+4523>, 0x5b5072541086 <vm_exec_core+30822>, 0x5b507253d0fb <vm_exec_core+14555>, 0x5b507253cc89 <vm_exec_core+13417>, 0x5b5072539cb4 <vm_exec_core+1172>, 0x5b507253a2d3 <vm_exec_core+2739>, 0x5b507253dcad <vm_exec_core+17549>, 0x5b507253d299 <vm_exec_core+14969>, 0x5b507253db80 <vm_exec_core+17248>, 0x5b507253da22 <vm_exec_core+16898>, 0x5b507253c883 <vm_exec_core+12387>, 0x5b507253d195 <vm_exec_core+14709>, 0x5b507253cd7a <vm_exec_core+13658>, 0x5b507253d4f2 <vm_exec_core+15570>, 0x5b507253d477 <vm_exec_core+15447>, 0x5b5072540000 <vm_exec_core+26592>, 0x5b507253c58c <vm_exec_core+11628>, 0x5b5072539e8e <vm_exec_core+1646>, 0x5b507253af50 <vm_exec_core+5936>, 0x5b50725401ea <vm_exec_core+27082>, 0x5b507253ac0e <vm_exec_core+5102>, 0x5b50725416b1 <vm_exec_core+32401>, 0x5b507253f109 <vm_exec_core+22761>, 0x5b507253d5f6 <vm_exec_core+15830>, 0x5b507253a1eb <vm_exec_core+2507>, 0x5b50725409ba <vm_exec_core+29082>, 0x5b50725405c0 <vm_exec_core+28064>, 0x5b507253ae51 <vm_exec_core+5681>, 0x5b507253a709 <vm_exec_core+3817>, 0x5b507253f684 <vm_exec_core+24164>, 0x5b507253baeb <vm_exec_core+8907>, 0x5b5072540e37 <vm_exec_core+30231>, 0x5b507254086f <vm_exec_core+28751>, 0x5b507253c3aa <vm_exec_core+11146>, 0x5b507253d55e <vm_exec_core+15678>, 0x5b507253f22a <vm_exec_core+23050>, 0x5b50725407cb <vm_exec_core+28587>, 0x5b507253e4ab <vm_exec_core+19595>, 0x5b507253f3d2 <vm_exec_core+23474>, 0x5b507253fbaa <vm_exec_core+25482>, 0x5b507253e3a2 <vm_exec_core+19330>, 0x5b507253a65e <vm_exec_core+3646>, 0x5b507253ec5c <vm_exec_core+21564>, 0x5b507253a41e <vm_exec_core+3070>, 0x5b507253a807 <vm_exec_core+4071>, 0x5b507253c7d7 <vm_exec_core+12215>, 0x5b507253e0ea <vm_exec_core+18634>, 0x5b507253e92f <vm_exec_core+20751>, 0x5b507253def5 <vm_exec_core+18133>, 0x5b507253a107 <vm_exec_core+2279>, 0x5b507253ff28 <vm_exec_core+26376>, 0x5b5072540483 <vm_exec_core+27747>, 0x5b507253a8a4 <vm_exec_core+4228>, 0x5b507253b589 <vm_exec_core+7529>, 0x5b507253aef6 <vm_exec_core+5846>, 0x5b507253bd3e <vm_exec_core+9502>, 0x5b507253d3b2 <vm_exec_core+15250>, 0x5b507253a94b <vm_exec_core+4395>, 0x5b507253fc77 <vm_exec_core+25687>, 0x5b507253b4bf <vm_exec_core+7327>, 0x5b507253d033 <vm_exec_core+14355>, 0x5b507253daeb <vm_exec_core+17099>, 0x5b507253f7e5 <vm_exec_core+24517>, 0x5b507253e6aa <vm_exec_core+20106>, 0x5b507253bde7 <vm_exec_core+9671>, 0x5b507253b7e2 <vm_exec_core+8130>, 0x5b507253f589 <vm_exec_core+23913>, 0x5b507253ca33 <vm_exec_core+12819>, 0x5b507253ed2e <vm_exec_core+21774>, 0x5b507253e81c <vm_exec_core+20476>, 0x5b507253edbb <vm_exec_core+21915>, 0x5b507254010b <vm_exec_core+26859>, 0x5b507253e5d7 <vm_exec_core+19895>, 0x5b507253f8f8 <vm_exec_core+24792>, 0x5b507253c0b0 <vm_exec_core+10384>, 0x5b507253f49f <vm_exec_core+23679>, 0x5b507253c1d6 <vm_exec_core+10678>, 0x5b507253e2ee <vm_exec_core+19150>, 0x5b507253e5d7 <vm_exec_core+19895>, 0x5b507253d95a <vm_exec_core+16698>, 0x5b507253dfb2 <vm_exec_core+18322>, 0x5b507253c43d <vm_exec_core+11293>, 0x5b507253b906 <vm_exec_core+8422>, 0x5b507253ee88 <vm_exec_core+22120>, 0x5b507253aa56 <vm_exec_core+4662>, 0x5b507253d75e <vm_exec_core+16190>, 0x5b50725489a5 <vm_exec_core+61829>, 0x5b507253e5eb <vm_exec_core+19915>, 0x5b507253aaf1 <vm_exec_core+4817>, 0x5b507253b3a2 <vm_exec_core+7042>, 0x5b507253b1bb <vm_exec_core+6555>, 0x5b507253b67b <vm_exec_core+7771>, 0x5b507253bf06 <vm_exec_core+9958>, 0x5b507253ddf5 <vm_exec_core+17877>, 0x5b507253d754 <vm_exec_core+16180>, 0x5b507253ddf0 <vm_exec_core+17872>, 0x5b507253e597 <vm_exec_core+19831>, 0x5b507253e557 <vm_exec_core+19767>, 0x5b507253b676 <vm_exec_core+7766>, 0x5b507253e8f3 <vm_exec_core+20691>, 0x5b507253cc7f <vm_exec_core+13407>, 0x5b507253cc84 <vm_exec_core+13412>, 0x5b507253e552 <vm_exec_core+19762>, 0x5b507253e0e5 <vm_exec_core+18629>...}
        reg_cfp = 0x79127cbff720
        reg_pc = 0x50400002def8
        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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#39 0x00005b50725363bb in vm_exec_loop (ec=0x5160000006d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2645
No locals.
#40 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2624
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#41 0x00005b50721a85cb in rb_ec_exec_node (ec=0x5160000006d0, n=0x79127efabce8) at /tmp/ruby/src/trunk_asan/eval.c:281
        _ec = 0x5160000006d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffe8dff0170, <optimized out>, 0x7ffe8dff00c0, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x79127efabce8
#42 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:319
        ec = 0x5160000006d0
        status = <optimized out>
#43 0x00005b50721a1b37 in rb_main (argc=11, argv=0x7ffe8dff0348) at /tmp/ruby/src/trunk_asan/main.c:42
        variable_in_this_stack_frame = <optimized out>
#44 main (argc=11, argv=0x7ffe8dff0348) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

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

>>> Threads

  Id   Target Id                                 Frame 
* 1    Thread 0x7c8177f66c40 (LWP 370834) "ruby" 0x00007c8177d26cd7 in __GI___select (nfds=21, readfds=0x50c004c4b0c0, writefds=0x0, exceptfds=0x0, timeout=0x7ffc38d03c60) at ../sysdeps/unix/sysv/linux/select.c:69
  2    Thread 0x7c815ba006c0 (LWP 370836) "ruby" 0x00007c8177d1b4cd in __GI___poll (fds=0x7c815a709040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 2 (Thread 0x7c815ba006c0 (LWP 370836) "ruby"):
#0  0x00007c8177d1b4cd in __GI___poll (fds=0x7c815a709040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005890d3a4d6ca in __interceptor_poll ()
No symbol table info available.
#2  0x00005890d3e0d8cf in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1057
        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:3011
        vm = <optimized out>
#4  0x00005890d3aa6a7f in asan_thread_start(void*) ()
No symbol table info available.
#5  0x00007c8177c9caa4 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 = {136895029839552, 3837756593359648972, 136895029839552, -352, 0, 140721261665792, 3837756593347066060, 3837678097755764940}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x00007c8177d29c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7c8177f66c40 (LWP 370834) "ruby"):
#0  0x00007c8177d26cd7 in __GI___select (nfds=21, readfds=0x50c004c4b0c0, writefds=0x0, exceptfds=0x0, timeout=0x7ffc38d03c60) 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 = 492447171}
        pts64 = 0x7ffc38d03b00
        r = <optimized out>
#1  0x00005890d3df84a5 in native_fd_select (n=21, readfds=0x50c004c4b0c0, writefds=0x0, exceptfds=0x7c8177d26cd7 <__GI___select+327>, timeout=0x7ffc38d03b00, th=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2385
No locals.
#2  do_select (p=136895468294944) at /tmp/ruby/src/trunk_asan/thread.c:4311
        tv = <optimized out>
        __region = <optimized out>
        end = <optimized out>
        rel = <optimized out>
        to = 0x7ffc38d03c10
        lerrno = 0
        set = <optimized out>
        result = <optimized out>
        endtime = <optimized out>
#3  0x00005890d3af12d0 in rb_ensure (b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1074
        _ec = 0x5160000006d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffc38d03dd0, <optimized out>, 0x7ffc38d03ce0, <optimized out>, <optimized out>}, prev = 0x7c8175c25280, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160000006d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#4  0x00005890d3df7a7e 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:4371
        set = {max = 21, th = 0x515000000300, rset = 0x7c8175c25140, 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 = 0x7c8175c251a0}
#5  0x00005890d3bb484f in select_internal (read=136895031484360, write=4, except=4, tp=0x7c8175c251a0, fds=0x7c8175c25140) at /tmp/ruby/src/trunk_asan/io.c:10739
        timerec = <optimized out>
        max = 21
        pending = <optimized out>
        rp = 0x7c8175c25140
        wp = 0x0
        i = <optimized out>
        fptr = <optimized out>
        ep = 0x0
        n = <optimized out>
        res = <optimized out>
        list = <optimized out>
        write_io = <optimized out>
        io = <optimized out>
        write_io = <optimized out>
        errno_to_fail = <optimized out>
        obj = <optimized out>
        io = <optimized out>
        obj = <optimized out>
        io = <optimized out>
        write_io = <optimized out>
        obj = <optimized out>
        io = <optimized out>
        write_io = <optimized out>
#6  select_call (arg=136895468294432) at /tmp/ruby/src/trunk_asan/io.c:10809
        p = 0x7c8175c25120
#7  0x00005890d3af12d0 in rb_ensure (b_proc=<optimized out>, data1=<optimized out>, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1074
        _ec = 0x5160000006d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffc38d040d0, <optimized out>, 0x7ffc38d03fe0, <optimized out>, <optimized out>}, prev = 0x7c8175cde440, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160000006d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#8  0x00005890d3b90b2b in rb_f_select (argc=<optimized out>, argv=<optimized out>, obj=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:11177
        args = <optimized out>
        timerec = <optimized out>
        scheduler = <optimized out>
        timeout = <optimized out>
        i = 4
#9  0x00005890d3ede6d8 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:3797
        ci = 0x161100100009
        cc = <optimized out>
        me = 0x7c817779a6b0
        cfunc = 0x504000010798
        recv = 136895497042280
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#10 0x00005890d3e8c0f9 in vm_sendish (ec=0x5160000006d0, reg_cfp=0x7c81751ff3a0, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5972
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#11 vm_exec_core (ec=ec@entry=0x5160000006d0) at ../../src/trunk_asan/insns.def:899
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5890d3e8500f <vm_exec_core+26607>, 0x5890d3e8159b <vm_exec_core+11643>, 0x5890d3e7ee9d <vm_exec_core+1661>, 0x5890d3e7ff5f <vm_exec_core+5951>, 0x5890d3e851f9 <vm_exec_core+27097>, 0x5890d3e7fc1d <vm_exec_core+5117>, 0x5890d3e866c0 <vm_exec_core+32416>, 0x5890d3e84118 <vm_exec_core+22776>, 0x5890d3e82605 <vm_exec_core+15845>, 0x5890d3e7f1fa <vm_exec_core+2522>, 0x5890d3e859c9 <vm_exec_core+29097>, 0x5890d3e855cf <vm_exec_core+28079>, 0x5890d3e7fe60 <vm_exec_core+5696>, 0x5890d3e7f718 <vm_exec_core+3832>, 0x5890d3e84693 <vm_exec_core+24179>, 0x5890d3e80afa <vm_exec_core+8922>, 0x5890d3e85e46 <vm_exec_core+30246>, 0x5890d3e8587e <vm_exec_core+28766>, 0x5890d3e813b9 <vm_exec_core+11161>, 0x5890d3e8256d <vm_exec_core+15693>, 0x5890d3e84239 <vm_exec_core+23065>, 0x5890d3e857da <vm_exec_core+28602>, 0x5890d3e834ba <vm_exec_core+19610>, 0x5890d3e843e1 <vm_exec_core+23489>, 0x5890d3e84bb9 <vm_exec_core+25497>, 0x5890d3e833b1 <vm_exec_core+19345>, 0x5890d3e7f66d <vm_exec_core+3661>, 0x5890d3e83c6b <vm_exec_core+21579>, 0x5890d3e7f42d <vm_exec_core+3085>, 0x5890d3e7f816 <vm_exec_core+4086>, 0x5890d3e817e6 <vm_exec_core+12230>, 0x5890d3e830f9 <vm_exec_core+18649>, 0x5890d3e8393e <vm_exec_core+20766>, 0x5890d3e82f04 <vm_exec_core+18148>, 0x5890d3e7f116 <vm_exec_core+2294>, 0x5890d3e84f37 <vm_exec_core+26391>, 0x5890d3e85492 <vm_exec_core+27762>, 0x5890d3e7f8b3 <vm_exec_core+4243>, 0x5890d3e80598 <vm_exec_core+7544>, 0x5890d3e7ff05 <vm_exec_core+5861>, 0x5890d3e80d4d <vm_exec_core+9517>, 0x5890d3e823c1 <vm_exec_core+15265>, 0x5890d3e7f95a <vm_exec_core+4410>, 0x5890d3e84c86 <vm_exec_core+25702>, 0x5890d3e804ce <vm_exec_core+7342>, 0x5890d3e82042 <vm_exec_core+14370>, 0x5890d3e82afa <vm_exec_core+17114>, 0x5890d3e847f4 <vm_exec_core+24532>, 0x5890d3e836b9 <vm_exec_core+20121>, 0x5890d3e80df6 <vm_exec_core+9686>, 0x5890d3e807f1 <vm_exec_core+8145>, 0x5890d3e84598 <vm_exec_core+23928>, 0x5890d3e81a42 <vm_exec_core+12834>, 0x5890d3e83d3d <vm_exec_core+21789>, 0x5890d3e8382b <vm_exec_core+20491>, 0x5890d3e83dca <vm_exec_core+21930>, 0x5890d3e8511a <vm_exec_core+26874>, 0x5890d3e7ebbb <vm_exec_core+923>, 0x5890d3e84907 <vm_exec_core+24807>, 0x5890d3e810bf <vm_exec_core+10399>, 0x5890d3e844ae <vm_exec_core+23694>, 0x5890d3e811e5 <vm_exec_core+10693>, 0x5890d3e832fd <vm_exec_core+19165>, 0x5890d3e86111 <vm_exec_core+30961>, 0x5890d3e82969 <vm_exec_core+16713>, 0x5890d3e82fc1 <vm_exec_core+18337>, 0x5890d3e8144c <vm_exec_core+11308>, 0x5890d3e80915 <vm_exec_core+8437>, 0x5890d3e83e97 <vm_exec_core+22135>, 0x5890d3e7fa65 <vm_exec_core+4677>, 0x5890d3e8276d <vm_exec_core+16205>, 0x5890d3e8d9b4 <vm_exec_core+61844>, 0x5890d3e835fa <vm_exec_core+19930>, 0x5890d3e7fb00 <vm_exec_core+4832>, 0x5890d3e803b1 <vm_exec_core+7057>, 0x5890d3e801ca <vm_exec_core+6570>, 0x5890d3e8068a <vm_exec_core+7786>, 0x5890d3e80f15 <vm_exec_core+9973>, 0x5890d3e85d6e <vm_exec_core+30030>, 0x5890d3e7ebc0 <vm_exec_core+928>, 0x5890d3e802d6 <vm_exec_core+6838>, 0x5890d3e8683b <vm_exec_core+32795>, 0x5890d3e83b69 <vm_exec_core+21321>, 0x5890d3e82dfa <vm_exec_core+17882>, 0x5890d3e84d16 <vm_exec_core+25846>, 0x5890d3e86bf5 <vm_exec_core+33749>, 0x5890d3e8503e <vm_exec_core+26654>, 0x5890d3e85ee8 <vm_exec_core+30408>, 0x5890d3e85fb9 <vm_exec_core+30617>, 0x5890d3e7f537 <vm_exec_core+3351>, 0x5890d3e858ea <vm_exec_core+28874>, 0x5890d3e81966 <vm_exec_core+12614>, 0x5890d3e85b35 <vm_exec_core+29461>, 0x5890d3e8128a <vm_exec_core+10858>, 0x5890d3e80b97 <vm_exec_core+9079>, 0x5890d3e81e9d <vm_exec_core+13949>, 0x5890d3e7f9cb <vm_exec_core+4523>, 0x5890d3e86086 <vm_exec_core+30822>, 0x5890d3e820fb <vm_exec_core+14555>, 0x5890d3e81c89 <vm_exec_core+13417>, 0x5890d3e7ecb4 <vm_exec_core+1172>, 0x5890d3e7f2d3 <vm_exec_core+2739>, 0x5890d3e82cad <vm_exec_core+17549>, 0x5890d3e82299 <vm_exec_core+14969>, 0x5890d3e82b80 <vm_exec_core+17248>, 0x5890d3e82a22 <vm_exec_core+16898>, 0x5890d3e81883 <vm_exec_core+12387>, 0x5890d3e82195 <vm_exec_core+14709>, 0x5890d3e81d7a <vm_exec_core+13658>, 0x5890d3e824f2 <vm_exec_core+15570>, 0x5890d3e82477 <vm_exec_core+15447>, 0x5890d3e85000 <vm_exec_core+26592>, 0x5890d3e8158c <vm_exec_core+11628>, 0x5890d3e7ee8e <vm_exec_core+1646>, 0x5890d3e7ff50 <vm_exec_core+5936>, 0x5890d3e851ea <vm_exec_core+27082>, 0x5890d3e7fc0e <vm_exec_core+5102>, 0x5890d3e866b1 <vm_exec_core+32401>, 0x5890d3e84109 <vm_exec_core+22761>, 0x5890d3e825f6 <vm_exec_core+15830>, 0x5890d3e7f1eb <vm_exec_core+2507>, 0x5890d3e859ba <vm_exec_core+29082>, 0x5890d3e855c0 <vm_exec_core+28064>, 0x5890d3e7fe51 <vm_exec_core+5681>, 0x5890d3e7f709 <vm_exec_core+3817>, 0x5890d3e84684 <vm_exec_core+24164>, 0x5890d3e80aeb <vm_exec_core+8907>, 0x5890d3e85e37 <vm_exec_core+30231>, 0x5890d3e8586f <vm_exec_core+28751>, 0x5890d3e813aa <vm_exec_core+11146>, 0x5890d3e8255e <vm_exec_core+15678>, 0x5890d3e8422a <vm_exec_core+23050>, 0x5890d3e857cb <vm_exec_core+28587>, 0x5890d3e834ab <vm_exec_core+19595>, 0x5890d3e843d2 <vm_exec_core+23474>, 0x5890d3e84baa <vm_exec_core+25482>, 0x5890d3e833a2 <vm_exec_core+19330>, 0x5890d3e7f65e <vm_exec_core+3646>, 0x5890d3e83c5c <vm_exec_core+21564>, 0x5890d3e7f41e <vm_exec_core+3070>, 0x5890d3e7f807 <vm_exec_core+4071>, 0x5890d3e817d7 <vm_exec_core+12215>, 0x5890d3e830ea <vm_exec_core+18634>, 0x5890d3e8392f <vm_exec_core+20751>, 0x5890d3e82ef5 <vm_exec_core+18133>, 0x5890d3e7f107 <vm_exec_core+2279>, 0x5890d3e84f28 <vm_exec_core+26376>, 0x5890d3e85483 <vm_exec_core+27747>, 0x5890d3e7f8a4 <vm_exec_core+4228>, 0x5890d3e80589 <vm_exec_core+7529>, 0x5890d3e7fef6 <vm_exec_core+5846>, 0x5890d3e80d3e <vm_exec_core+9502>, 0x5890d3e823b2 <vm_exec_core+15250>, 0x5890d3e7f94b <vm_exec_core+4395>, 0x5890d3e84c77 <vm_exec_core+25687>, 0x5890d3e804bf <vm_exec_core+7327>, 0x5890d3e82033 <vm_exec_core+14355>, 0x5890d3e82aeb <vm_exec_core+17099>, 0x5890d3e847e5 <vm_exec_core+24517>, 0x5890d3e836aa <vm_exec_core+20106>, 0x5890d3e80de7 <vm_exec_core+9671>, 0x5890d3e807e2 <vm_exec_core+8130>, 0x5890d3e84589 <vm_exec_core+23913>, 0x5890d3e81a33 <vm_exec_core+12819>, 0x5890d3e83d2e <vm_exec_core+21774>, 0x5890d3e8381c <vm_exec_core+20476>, 0x5890d3e83dbb <vm_exec_core+21915>, 0x5890d3e8510b <vm_exec_core+26859>, 0x5890d3e835d7 <vm_exec_core+19895>, 0x5890d3e848f8 <vm_exec_core+24792>, 0x5890d3e810b0 <vm_exec_core+10384>, 0x5890d3e8449f <vm_exec_core+23679>, 0x5890d3e811d6 <vm_exec_core+10678>, 0x5890d3e832ee <vm_exec_core+19150>, 0x5890d3e835d7 <vm_exec_core+19895>, 0x5890d3e8295a <vm_exec_core+16698>, 0x5890d3e82fb2 <vm_exec_core+18322>, 0x5890d3e8143d <vm_exec_core+11293>, 0x5890d3e80906 <vm_exec_core+8422>, 0x5890d3e83e88 <vm_exec_core+22120>, 0x5890d3e7fa56 <vm_exec_core+4662>, 0x5890d3e8275e <vm_exec_core+16190>, 0x5890d3e8d9a5 <vm_exec_core+61829>, 0x5890d3e835eb <vm_exec_core+19915>, 0x5890d3e7faf1 <vm_exec_core+4817>, 0x5890d3e803a2 <vm_exec_core+7042>, 0x5890d3e801bb <vm_exec_core+6555>, 0x5890d3e8067b <vm_exec_core+7771>, 0x5890d3e80f06 <vm_exec_core+9958>, 0x5890d3e82df5 <vm_exec_core+17877>, 0x5890d3e82754 <vm_exec_core+16180>, 0x5890d3e82df0 <vm_exec_core+17872>, 0x5890d3e83597 <vm_exec_core+19831>, 0x5890d3e83557 <vm_exec_core+19767>, 0x5890d3e80676 <vm_exec_core+7766>, 0x5890d3e838f3 <vm_exec_core+20691>, 0x5890d3e81c7f <vm_exec_core+13407>, 0x5890d3e81c84 <vm_exec_core+13412>, 0x5890d3e83552 <vm_exec_core+19762>, 0x5890d3e830e5 <vm_exec_core+18629>...}
        reg_cfp = 0x7c81751ff3a0
        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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#12 0x00005890d3e7b189 in vm_exec_loop (ec=0x5160000006d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2645
No locals.
#13 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2621
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#14 0x00005890d3efc052 in invoke_iseq_block_from_c (ec=0x5160000006d0, captured=0x7c81751ff578, self=136895494763200, 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:1648
        flags = 0
        iseq = 0x7c81775d6428
        cfp = <optimized out>
        sp = 0x7c81750ff9e8
        use_argv = 0x7c8175afe860
        stack_argv = 0x7c81750ff9e8
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#15 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1662
        captured = 0x7c81751ff578
#16 0x00005890d3ea84e6 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:1699
No locals.
#17 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1707
No locals.
#18 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1344
No locals.
#19 0x00005890d3ea84e6 in rb_yield (val=<optimized out>)
No locals.
#20 0x00005890d404f56a in rb_ary_each (ary=136895490620040) at /tmp/ruby/src/trunk_asan/array.c:2646
        i = 0
#21 0x00005890d3ede6d8 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:3797
        ci = 0xc0100000001
        cc = <optimized out>
        me = 0x7c81777a0560
        cfunc = 0x50400000a298
        recv = 136895490620040
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#22 0x00005890d3e86a96 in vm_sendish (ec=0x5160000006d0, reg_cfp=0x7c81751ff560, cd=0x51100000d900, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5972
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#23 vm_exec_core (ec=ec@entry=0x5160000006d0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x51100000d900
        insns_address_table = {0x5890d3e8500f <vm_exec_core+26607>, 0x5890d3e8159b <vm_exec_core+11643>, 0x5890d3e7ee9d <vm_exec_core+1661>, 0x5890d3e7ff5f <vm_exec_core+5951>, 0x5890d3e851f9 <vm_exec_core+27097>, 0x5890d3e7fc1d <vm_exec_core+5117>, 0x5890d3e866c0 <vm_exec_core+32416>, 0x5890d3e84118 <vm_exec_core+22776>, 0x5890d3e82605 <vm_exec_core+15845>, 0x5890d3e7f1fa <vm_exec_core+2522>, 0x5890d3e859c9 <vm_exec_core+29097>, 0x5890d3e855cf <vm_exec_core+28079>, 0x5890d3e7fe60 <vm_exec_core+5696>, 0x5890d3e7f718 <vm_exec_core+3832>, 0x5890d3e84693 <vm_exec_core+24179>, 0x5890d3e80afa <vm_exec_core+8922>, 0x5890d3e85e46 <vm_exec_core+30246>, 0x5890d3e8587e <vm_exec_core+28766>, 0x5890d3e813b9 <vm_exec_core+11161>, 0x5890d3e8256d <vm_exec_core+15693>, 0x5890d3e84239 <vm_exec_core+23065>, 0x5890d3e857da <vm_exec_core+28602>, 0x5890d3e834ba <vm_exec_core+19610>, 0x5890d3e843e1 <vm_exec_core+23489>, 0x5890d3e84bb9 <vm_exec_core+25497>, 0x5890d3e833b1 <vm_exec_core+19345>, 0x5890d3e7f66d <vm_exec_core+3661>, 0x5890d3e83c6b <vm_exec_core+21579>, 0x5890d3e7f42d <vm_exec_core+3085>, 0x5890d3e7f816 <vm_exec_core+4086>, 0x5890d3e817e6 <vm_exec_core+12230>, 0x5890d3e830f9 <vm_exec_core+18649>, 0x5890d3e8393e <vm_exec_core+20766>, 0x5890d3e82f04 <vm_exec_core+18148>, 0x5890d3e7f116 <vm_exec_core+2294>, 0x5890d3e84f37 <vm_exec_core+26391>, 0x5890d3e85492 <vm_exec_core+27762>, 0x5890d3e7f8b3 <vm_exec_core+4243>, 0x5890d3e80598 <vm_exec_core+7544>, 0x5890d3e7ff05 <vm_exec_core+5861>, 0x5890d3e80d4d <vm_exec_core+9517>, 0x5890d3e823c1 <vm_exec_core+15265>, 0x5890d3e7f95a <vm_exec_core+4410>, 0x5890d3e84c86 <vm_exec_core+25702>, 0x5890d3e804ce <vm_exec_core+7342>, 0x5890d3e82042 <vm_exec_core+14370>, 0x5890d3e82afa <vm_exec_core+17114>, 0x5890d3e847f4 <vm_exec_core+24532>, 0x5890d3e836b9 <vm_exec_core+20121>, 0x5890d3e80df6 <vm_exec_core+9686>, 0x5890d3e807f1 <vm_exec_core+8145>, 0x5890d3e84598 <vm_exec_core+23928>, 0x5890d3e81a42 <vm_exec_core+12834>, 0x5890d3e83d3d <vm_exec_core+21789>, 0x5890d3e8382b <vm_exec_core+20491>, 0x5890d3e83dca <vm_exec_core+21930>, 0x5890d3e8511a <vm_exec_core+26874>, 0x5890d3e7ebbb <vm_exec_core+923>, 0x5890d3e84907 <vm_exec_core+24807>, 0x5890d3e810bf <vm_exec_core+10399>, 0x5890d3e844ae <vm_exec_core+23694>, 0x5890d3e811e5 <vm_exec_core+10693>, 0x5890d3e832fd <vm_exec_core+19165>, 0x5890d3e86111 <vm_exec_core+30961>, 0x5890d3e82969 <vm_exec_core+16713>, 0x5890d3e82fc1 <vm_exec_core+18337>, 0x5890d3e8144c <vm_exec_core+11308>, 0x5890d3e80915 <vm_exec_core+8437>, 0x5890d3e83e97 <vm_exec_core+22135>, 0x5890d3e7fa65 <vm_exec_core+4677>, 0x5890d3e8276d <vm_exec_core+16205>, 0x5890d3e8d9b4 <vm_exec_core+61844>, 0x5890d3e835fa <vm_exec_core+19930>, 0x5890d3e7fb00 <vm_exec_core+4832>, 0x5890d3e803b1 <vm_exec_core+7057>, 0x5890d3e801ca <vm_exec_core+6570>, 0x5890d3e8068a <vm_exec_core+7786>, 0x5890d3e80f15 <vm_exec_core+9973>, 0x5890d3e85d6e <vm_exec_core+30030>, 0x5890d3e7ebc0 <vm_exec_core+928>, 0x5890d3e802d6 <vm_exec_core+6838>, 0x5890d3e8683b <vm_exec_core+32795>, 0x5890d3e83b69 <vm_exec_core+21321>, 0x5890d3e82dfa <vm_exec_core+17882>, 0x5890d3e84d16 <vm_exec_core+25846>, 0x5890d3e86bf5 <vm_exec_core+33749>, 0x5890d3e8503e <vm_exec_core+26654>, 0x5890d3e85ee8 <vm_exec_core+30408>, 0x5890d3e85fb9 <vm_exec_core+30617>, 0x5890d3e7f537 <vm_exec_core+3351>, 0x5890d3e858ea <vm_exec_core+28874>, 0x5890d3e81966 <vm_exec_core+12614>, 0x5890d3e85b35 <vm_exec_core+29461>, 0x5890d3e8128a <vm_exec_core+10858>, 0x5890d3e80b97 <vm_exec_core+9079>, 0x5890d3e81e9d <vm_exec_core+13949>, 0x5890d3e7f9cb <vm_exec_core+4523>, 0x5890d3e86086 <vm_exec_core+30822>, 0x5890d3e820fb <vm_exec_core+14555>, 0x5890d3e81c89 <vm_exec_core+13417>, 0x5890d3e7ecb4 <vm_exec_core+1172>, 0x5890d3e7f2d3 <vm_exec_core+2739>, 0x5890d3e82cad <vm_exec_core+17549>, 0x5890d3e82299 <vm_exec_core+14969>, 0x5890d3e82b80 <vm_exec_core+17248>, 0x5890d3e82a22 <vm_exec_core+16898>, 0x5890d3e81883 <vm_exec_core+12387>, 0x5890d3e82195 <vm_exec_core+14709>, 0x5890d3e81d7a <vm_exec_core+13658>, 0x5890d3e824f2 <vm_exec_core+15570>, 0x5890d3e82477 <vm_exec_core+15447>, 0x5890d3e85000 <vm_exec_core+26592>, 0x5890d3e8158c <vm_exec_core+11628>, 0x5890d3e7ee8e <vm_exec_core+1646>, 0x5890d3e7ff50 <vm_exec_core+5936>, 0x5890d3e851ea <vm_exec_core+27082>, 0x5890d3e7fc0e <vm_exec_core+5102>, 0x5890d3e866b1 <vm_exec_core+32401>, 0x5890d3e84109 <vm_exec_core+22761>, 0x5890d3e825f6 <vm_exec_core+15830>, 0x5890d3e7f1eb <vm_exec_core+2507>, 0x5890d3e859ba <vm_exec_core+29082>, 0x5890d3e855c0 <vm_exec_core+28064>, 0x5890d3e7fe51 <vm_exec_core+5681>, 0x5890d3e7f709 <vm_exec_core+3817>, 0x5890d3e84684 <vm_exec_core+24164>, 0x5890d3e80aeb <vm_exec_core+8907>, 0x5890d3e85e37 <vm_exec_core+30231>, 0x5890d3e8586f <vm_exec_core+28751>, 0x5890d3e813aa <vm_exec_core+11146>, 0x5890d3e8255e <vm_exec_core+15678>, 0x5890d3e8422a <vm_exec_core+23050>, 0x5890d3e857cb <vm_exec_core+28587>, 0x5890d3e834ab <vm_exec_core+19595>, 0x5890d3e843d2 <vm_exec_core+23474>, 0x5890d3e84baa <vm_exec_core+25482>, 0x5890d3e833a2 <vm_exec_core+19330>, 0x5890d3e7f65e <vm_exec_core+3646>, 0x5890d3e83c5c <vm_exec_core+21564>, 0x5890d3e7f41e <vm_exec_core+3070>, 0x5890d3e7f807 <vm_exec_core+4071>, 0x5890d3e817d7 <vm_exec_core+12215>, 0x5890d3e830ea <vm_exec_core+18634>, 0x5890d3e8392f <vm_exec_core+20751>, 0x5890d3e82ef5 <vm_exec_core+18133>, 0x5890d3e7f107 <vm_exec_core+2279>, 0x5890d3e84f28 <vm_exec_core+26376>, 0x5890d3e85483 <vm_exec_core+27747>, 0x5890d3e7f8a4 <vm_exec_core+4228>, 0x5890d3e80589 <vm_exec_core+7529>, 0x5890d3e7fef6 <vm_exec_core+5846>, 0x5890d3e80d3e <vm_exec_core+9502>, 0x5890d3e823b2 <vm_exec_core+15250>, 0x5890d3e7f94b <vm_exec_core+4395>, 0x5890d3e84c77 <vm_exec_core+25687>, 0x5890d3e804bf <vm_exec_core+7327>, 0x5890d3e82033 <vm_exec_core+14355>, 0x5890d3e82aeb <vm_exec_core+17099>, 0x5890d3e847e5 <vm_exec_core+24517>, 0x5890d3e836aa <vm_exec_core+20106>, 0x5890d3e80de7 <vm_exec_core+9671>, 0x5890d3e807e2 <vm_exec_core+8130>, 0x5890d3e84589 <vm_exec_core+23913>, 0x5890d3e81a33 <vm_exec_core+12819>, 0x5890d3e83d2e <vm_exec_core+21774>, 0x5890d3e8381c <vm_exec_core+20476>, 0x5890d3e83dbb <vm_exec_core+21915>, 0x5890d3e8510b <vm_exec_core+26859>, 0x5890d3e835d7 <vm_exec_core+19895>, 0x5890d3e848f8 <vm_exec_core+24792>, 0x5890d3e810b0 <vm_exec_core+10384>, 0x5890d3e8449f <vm_exec_core+23679>, 0x5890d3e811d6 <vm_exec_core+10678>, 0x5890d3e832ee <vm_exec_core+19150>, 0x5890d3e835d7 <vm_exec_core+19895>, 0x5890d3e8295a <vm_exec_core+16698>, 0x5890d3e82fb2 <vm_exec_core+18322>, 0x5890d3e8143d <vm_exec_core+11293>, 0x5890d3e80906 <vm_exec_core+8422>, 0x5890d3e83e88 <vm_exec_core+22120>, 0x5890d3e7fa56 <vm_exec_core+4662>, 0x5890d3e8275e <vm_exec_core+16190>, 0x5890d3e8d9a5 <vm_exec_core+61829>, 0x5890d3e835eb <vm_exec_core+19915>, 0x5890d3e7faf1 <vm_exec_core+4817>, 0x5890d3e803a2 <vm_exec_core+7042>, 0x5890d3e801bb <vm_exec_core+6555>, 0x5890d3e8067b <vm_exec_core+7771>, 0x5890d3e80f06 <vm_exec_core+9958>, 0x5890d3e82df5 <vm_exec_core+17877>, 0x5890d3e82754 <vm_exec_core+16180>, 0x5890d3e82df0 <vm_exec_core+17872>, 0x5890d3e83597 <vm_exec_core+19831>, 0x5890d3e83557 <vm_exec_core+19767>, 0x5890d3e80676 <vm_exec_core+7766>, 0x5890d3e838f3 <vm_exec_core+20691>, 0x5890d3e81c7f <vm_exec_core+13407>, 0x5890d3e81c84 <vm_exec_core+13412>, 0x5890d3e83552 <vm_exec_core+19762>, 0x5890d3e830e5 <vm_exec_core+18629>...}
        reg_cfp = 0x7c81751ff560
        reg_pc = 0x51500001a5d0
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
th: 0x515000000300, native_id: 0x7c8177f66c40
-- Control frame information -----------------------------------------------
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
c:0021 p:---- s:0128 e:000127 CFUNC  :select
c:0020 p:0255 s:0120 e:000119 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:697
        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>
c:0019 p:0039 s:0101 e:000100 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:825
c:0018 p:0008 s:0094 e:000093 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:864
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
c:0017 p:0130 s:0087 e:000086 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1610
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
c:0016 p:0016 s:0074 e:000073 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1305
c:0015 p:0005 s:0069 e:000068 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1775
        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>
c:0014 p:0006 s:0065 e:000064 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1762 [FINISH]
c:0013 p:---- s:0061 e:000060 CFUNC  :each
        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>
c:0012 p:0042 s:0057 e:000056 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1761
c:0011 p:0013 s:0052 e:000051 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1805
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
c:0010 p:0008 s:0047 e:000046 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1052
        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>
c:0009 p:0008 s:0041 e:000040 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:897
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
c:0008 p:0017 s:0035 e:000034 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:145
        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>
c:0007 p:0008 s:0030 e:000029 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1289
c:0006 p:0032 s:0025 e:000024 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1889
c:0005 p:0020 s:0021 e:000020 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1893
c:0004 p:0065 s:0016 e:000014 TOP    /tmp/ruby/src/trunk_asan/tool/test/runner.rb:14 [FINISH]
c:0003 p:---- s:0011 e:000010 CFUNC  :require_relative
c:0002 p:0005 s:0006 e:000005 EVAL   /tmp/ruby/src/trunk_asan/test/runner.rb:5 [FINISH]
c:0001 p:0000 s:0003 E:001680 DUMMY  [FINISH]

        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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#24 0x00005890d3e7b3bb in vm_exec_loop (ec=0x5160000006d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2645
No locals.
#25 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2624
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#26 0x00005890d3bf373c in load_iseq_eval (ec=<optimized out>, fname=fname@entry=136895496629560) at /tmp/ruby/src/trunk_asan/load.c:789
        iseq = 0x7c817772ac20
#27 0x00005890d3bee5fb in require_internal (ec=ec@entry=0x5160000006d0, fname=<optimized out>, exception=<optimized out>, warn=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1296
        found = 114
        handle = <optimized out>
        _ec = <optimized out>
        _tag = <optimized out>
        th = 0x515000000300
        saved = <optimized out>
        ftptr = <optimized out>
        realpath = <optimized out>
        realpaths = 136895497032520
        realpath_map = 136895497032360
        path = 136895496629560
        state = RUBY_TAG_NONE
        prev_ext_config = <optimized out>
        th2 = <optimized out>
        result = <optimized out>
        saved_path = <optimized out>
        reset_ext_config = <optimized out>
#28 0x00005890d3bec7b5 in rb_require_string_internal (fname=136895496629600, resurrect=false) at /tmp/ruby/src/trunk_asan/load.c:1402
        result = <optimized out>
        ec = 0x5160000006d0
        result = <optimized out>
#29 rb_f_require_relative (obj=<optimized out>, fname=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1049
        base = <optimized out>
#30 0x00005890d3ede6d8 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:3797
        ci = 0x58b100140003
        cc = <optimized out>
        me = 0x7c817772adb0
        cfunc = 0x5040000185d8
        recv = 136895497162160
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#31 0x00005890d3ec49ad in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7ffc38d064b0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4775
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0x0
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#32 0x00005890d3ec4465 in vm_call_method (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4915
        ci = <optimized out>
        cc = 0x0
#33 0x00005890d3e8c0f9 in vm_sendish (ec=0x5160000006d0, reg_cfp=0x7c81751ff790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5972
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#34 vm_exec_core (ec=ec@entry=0x5160000006d0) at ../../src/trunk_asan/insns.def:899
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5890d3e8500f <vm_exec_core+26607>, 0x5890d3e8159b <vm_exec_core+11643>, 0x5890d3e7ee9d <vm_exec_core+1661>, 0x5890d3e7ff5f <vm_exec_core+5951>, 0x5890d3e851f9 <vm_exec_core+27097>, 0x5890d3e7fc1d <vm_exec_core+5117>, 0x5890d3e866c0 <vm_exec_core+32416>, 0x5890d3e84118 <vm_exec_core+22776>, 0x5890d3e82605 <vm_exec_core+15845>, 0x5890d3e7f1fa <vm_exec_core+2522>, 0x5890d3e859c9 <vm_exec_core+29097>, 0x5890d3e855cf <vm_exec_core+28079>, 0x5890d3e7fe60 <vm_exec_core+5696>, 0x5890d3e7f718 <vm_exec_core+3832>, 0x5890d3e84693 <vm_exec_core+24179>, 0x5890d3e80afa <vm_exec_core+8922>, 0x5890d3e85e46 <vm_exec_core+30246>, 0x5890d3e8587e <vm_exec_core+28766>, 0x5890d3e813b9 <vm_exec_core+11161>, 0x5890d3e8256d <vm_exec_core+15693>, 0x5890d3e84239 <vm_exec_core+23065>, 0x5890d3e857da <vm_exec_core+28602>, 0x5890d3e834ba <vm_exec_core+19610>, 0x5890d3e843e1 <vm_exec_core+23489>, 0x5890d3e84bb9 <vm_exec_core+25497>, 0x5890d3e833b1 <vm_exec_core+19345>, 0x5890d3e7f66d <vm_exec_core+3661>, 0x5890d3e83c6b <vm_exec_core+21579>, 0x5890d3e7f42d <vm_exec_core+3085>, 0x5890d3e7f816 <vm_exec_core+4086>, 0x5890d3e817e6 <vm_exec_core+12230>, 0x5890d3e830f9 <vm_exec_core+18649>, 0x5890d3e8393e <vm_exec_core+20766>, 0x5890d3e82f04 <vm_exec_core+18148>, 0x5890d3e7f116 <vm_exec_core+2294>, 0x5890d3e84f37 <vm_exec_core+26391>, 0x5890d3e85492 <vm_exec_core+27762>, 0x5890d3e7f8b3 <vm_exec_core+4243>, 0x5890d3e80598 <vm_exec_core+7544>, 0x5890d3e7ff05 <vm_exec_core+5861>, 0x5890d3e80d4d <vm_exec_core+9517>, 0x5890d3e823c1 <vm_exec_core+15265>, 0x5890d3e7f95a <vm_exec_core+4410>, 0x5890d3e84c86 <vm_exec_core+25702>, 0x5890d3e804ce <vm_exec_core+7342>, 0x5890d3e82042 <vm_exec_core+14370>, 0x5890d3e82afa <vm_exec_core+17114>, 0x5890d3e847f4 <vm_exec_core+24532>, 0x5890d3e836b9 <vm_exec_core+20121>, 0x5890d3e80df6 <vm_exec_core+9686>, 0x5890d3e807f1 <vm_exec_core+8145>, 0x5890d3e84598 <vm_exec_core+23928>, 0x5890d3e81a42 <vm_exec_core+12834>, 0x5890d3e83d3d <vm_exec_core+21789>, 0x5890d3e8382b <vm_exec_core+20491>, 0x5890d3e83dca <vm_exec_core+21930>, 0x5890d3e8511a <vm_exec_core+26874>, 0x5890d3e7ebbb <vm_exec_core+923>, 0x5890d3e84907 <vm_exec_core+24807>, 0x5890d3e810bf <vm_exec_core+10399>, 0x5890d3e844ae <vm_exec_core+23694>, 0x5890d3e811e5 <vm_exec_core+10693>, 0x5890d3e832fd <vm_exec_core+19165>, 0x5890d3e86111 <vm_exec_core+30961>, 0x5890d3e82969 <vm_exec_core+16713>, 0x5890d3e82fc1 <vm_exec_core+18337>, 0x5890d3e8144c <vm_exec_core+11308>, 0x5890d3e80915 <vm_exec_core+8437>, 0x5890d3e83e97 <vm_exec_core+22135>, 0x5890d3e7fa65 <vm_exec_core+4677>, 0x5890d3e8276d <vm_exec_core+16205>, 0x5890d3e8d9b4 <vm_exec_core+61844>, 0x5890d3e835fa <vm_exec_core+19930>, 0x5890d3e7fb00 <vm_exec_core+4832>, 0x5890d3e803b1 <vm_exec_core+7057>, 0x5890d3e801ca <vm_exec_core+6570>, 0x5890d3e8068a <vm_exec_core+7786>, 0x5890d3e80f15 <vm_exec_core+9973>, 0x5890d3e85d6e <vm_exec_core+30030>, 0x5890d3e7ebc0 <vm_exec_core+928>, 0x5890d3e802d6 <vm_exec_core+6838>, 0x5890d3e8683b <vm_exec_core+32795>, 0x5890d3e83b69 <vm_exec_core+21321>, 0x5890d3e82dfa <vm_exec_core+17882>, 0x5890d3e84d16 <vm_exec_core+25846>, 0x5890d3e86bf5 <vm_exec_core+33749>, 0x5890d3e8503e <vm_exec_core+26654>, 0x5890d3e85ee8 <vm_exec_core+30408>, 0x5890d3e85fb9 <vm_exec_core+30617>, 0x5890d3e7f537 <vm_exec_core+3351>, 0x5890d3e858ea <vm_exec_core+28874>, 0x5890d3e81966 <vm_exec_core+12614>, 0x5890d3e85b35 <vm_exec_core+29461>, 0x5890d3e8128a <vm_exec_core+10858>, 0x5890d3e80b97 <vm_exec_core+9079>, 0x5890d3e81e9d <vm_exec_core+13949>, 0x5890d3e7f9cb <vm_exec_core+4523>, 0x5890d3e86086 <vm_exec_core+30822>, 0x5890d3e820fb <vm_exec_core+14555>, 0x5890d3e81c89 <vm_exec_core+13417>, 0x5890d3e7ecb4 <vm_exec_core+1172>, 0x5890d3e7f2d3 <vm_exec_core+2739>, 0x5890d3e82cad <vm_exec_core+17549>, 0x5890d3e82299 <vm_exec_core+14969>, 0x5890d3e82b80 <vm_exec_core+17248>, 0x5890d3e82a22 <vm_exec_core+16898>, 0x5890d3e81883 <vm_exec_core+12387>, 0x5890d3e82195 <vm_exec_core+14709>, 0x5890d3e81d7a <vm_exec_core+13658>, 0x5890d3e824f2 <vm_exec_core+15570>, 0x5890d3e82477 <vm_exec_core+15447>, 0x5890d3e85000 <vm_exec_core+26592>, 0x5890d3e8158c <vm_exec_core+11628>, 0x5890d3e7ee8e <vm_exec_core+1646>, 0x5890d3e7ff50 <vm_exec_core+5936>, 0x5890d3e851ea <vm_exec_core+27082>, 0x5890d3e7fc0e <vm_exec_core+5102>, 0x5890d3e866b1 <vm_exec_core+32401>, 0x5890d3e84109 <vm_exec_core+22761>, 0x5890d3e825f6 <vm_exec_core+15830>, 0x5890d3e7f1eb <vm_exec_core+2507>, 0x5890d3e859ba <vm_exec_core+29082>, 0x5890d3e855c0 <vm_exec_core+28064>, 0x5890d3e7fe51 <vm_exec_core+5681>, 0x5890d3e7f709 <vm_exec_core+3817>, 0x5890d3e84684 <vm_exec_core+24164>, 0x5890d3e80aeb <vm_exec_core+8907>, 0x5890d3e85e37 <vm_exec_core+30231>, 0x5890d3e8586f <vm_exec_core+28751>, 0x5890d3e813aa <vm_exec_core+11146>, 0x5890d3e8255e <vm_exec_core+15678>, 0x5890d3e8422a <vm_exec_core+23050>, 0x5890d3e857cb <vm_exec_core+28587>, 0x5890d3e834ab <vm_exec_core+19595>, 0x5890d3e843d2 <vm_exec_core+23474>, 0x5890d3e84baa <vm_exec_core+25482>, 0x5890d3e833a2 <vm_exec_core+19330>, 0x5890d3e7f65e <vm_exec_core+3646>, 0x5890d3e83c5c <vm_exec_core+21564>, 0x5890d3e7f41e <vm_exec_core+3070>, 0x5890d3e7f807 <vm_exec_core+4071>, 0x5890d3e817d7 <vm_exec_core+12215>, 0x5890d3e830ea <vm_exec_core+18634>, 0x5890d3e8392f <vm_exec_core+20751>, 0x5890d3e82ef5 <vm_exec_core+18133>, 0x5890d3e7f107 <vm_exec_core+2279>, 0x5890d3e84f28 <vm_exec_core+26376>, 0x5890d3e85483 <vm_exec_core+27747>, 0x5890d3e7f8a4 <vm_exec_core+4228>, 0x5890d3e80589 <vm_exec_core+7529>, 0x5890d3e7fef6 <vm_exec_core+5846>, 0x5890d3e80d3e <vm_exec_core+9502>, 0x5890d3e823b2 <vm_exec_core+15250>, 0x5890d3e7f94b <vm_exec_core+4395>, 0x5890d3e84c77 <vm_exec_core+25687>, 0x5890d3e804bf <vm_exec_core+7327>, 0x5890d3e82033 <vm_exec_core+14355>, 0x5890d3e82aeb <vm_exec_core+17099>, 0x5890d3e847e5 <vm_exec_core+24517>, 0x5890d3e836aa <vm_exec_core+20106>, 0x5890d3e80de7 <vm_exec_core+9671>, 0x5890d3e807e2 <vm_exec_core+8130>, 0x5890d3e84589 <vm_exec_core+23913>, 0x5890d3e81a33 <vm_exec_core+12819>, 0x5890d3e83d2e <vm_exec_core+21774>, 0x5890d3e8381c <vm_exec_core+20476>, 0x5890d3e83dbb <vm_exec_core+21915>, 0x5890d3e8510b <vm_exec_core+26859>, 0x5890d3e835d7 <vm_exec_core+19895>, 0x5890d3e848f8 <vm_exec_core+24792>, 0x5890d3e810b0 <vm_exec_core+10384>, 0x5890d3e8449f <vm_exec_core+23679>, 0x5890d3e811d6 <vm_exec_core+10678>, 0x5890d3e832ee <vm_exec_core+19150>, 0x5890d3e835d7 <vm_exec_core+19895>, 0x5890d3e8295a <vm_exec_core+16698>, 0x5890d3e82fb2 <vm_exec_core+18322>, 0x5890d3e8143d <vm_exec_core+11293>, 0x5890d3e80906 <vm_exec_core+8422>, 0x5890d3e83e88 <vm_exec_core+22120>, 0x5890d3e7fa56 <vm_exec_core+4662>, 0x5890d3e8275e <vm_exec_core+16190>, 0x5890d3e8d9a5 <vm_exec_core+61829>, 0x5890d3e835eb <vm_exec_core+19915>, 0x5890d3e7faf1 <vm_exec_core+4817>, 0x5890d3e803a2 <vm_exec_core+7042>, 0x5890d3e801bb <vm_exec_core+6555>, 0x5890d3e8067b <vm_exec_core+7771>, 0x5890d3e80f06 <vm_exec_core+9958>, 0x5890d3e82df5 <vm_exec_core+17877>, 0x5890d3e82754 <vm_exec_core+16180>, 0x5890d3e82df0 <vm_exec_core+17872>, 0x5890d3e83597 <vm_exec_core+19831>, 0x5890d3e83557 <vm_exec_core+19767>, 0x5890d3e80676 <vm_exec_core+7766>, 0x5890d3e838f3 <vm_exec_core+20691>, 0x5890d3e81c7f <vm_exec_core+13407>, 0x5890d3e81c84 <vm_exec_core+13412>, 0x5890d3e83552 <vm_exec_core+19762>, 0x5890d3e830e5 <vm_exec_core+18629>...}
        reg_cfp = 0x7c81751ff790
        reg_pc = 0x50400002dd38
        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_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#35 0x00005890d3e7afcb in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2618
        _ec = 0x5160000006d0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x7ffc38d06860, <optimized out>, <optimized out>}, prev = 0x7c8175c44850, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#36 0x00005890d3aed5cb in rb_ec_exec_node (ec=0x5160000006d0, n=0x7c817772ae50) at /tmp/ruby/src/trunk_asan/eval.c:281
        _ec = 0x5160000006d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffc38d069f0, <optimized out>, 0x7ffc38d06940, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7c817772ae50
#37 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:319
        ec = 0x5160000006d0
        status = <optimized out>
#38 0x00005890d3ae6b37 in rb_main (argc=9, argv=0x7ffc38d06bb8) at /tmp/ruby/src/trunk_asan/main.c:42
        variable_in_this_stack_frame = <optimized out>
#39 main (argc=9, argv=0x7ffc38d06bb8) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

$1 = true
[Inferior 1 (process 370834) 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.pv444g:
* drwx------ 2 60 2025-05-10 12:05:47 +0000 autoload20250510-370844-g1cp2w/
  * -rw-r--r-- 1 37 2025-05-10 12:05:47 +0000 test-bug-11055.rb
$ timeout 60 gdb -p 370498 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
make: *** [uncommon.mk:969: 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 370497 -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 893168 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

#<Errno::ESRCH: No such process>
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j16'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/zjit/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/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.9.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.9.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.9.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.9.3/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 3.5.0dev (2025-05-10T09:26:09Z master 585598623d) +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 32.474970 seconds

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