# Logfile created on 2025-05-15 17:41:39 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007057784bfdd0 @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.20250515-174139", @ruby_env=[["RUBY_DEBUG", "ci"], ["RUBY_TEST_TIMEOUT_SCALE", "50"]], @make="make", @logger=#<Logger:0x000070577889ef50 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000070577889eaf0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007057773e9f10 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_asan.20250515-174139", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_asan.20250515-174139>, @binmode=false, @mon_data=#<Monitor:0x000070577889e780>, @mon_data_owner_object_id=880>>>
$$$[beg] make update-download -j16
tool/config.guess already exists
tool/config.sub already exists
Update power_assert to a7dab941153b233d3412e249d25da52a6c5691de
Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2
echo a7dab941153b233d3412e249d25da52a6c5691de | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/power_assert.revision -
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/power_assert.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/repl_type_completor.revision unchanged
Building power_assert@a7dab941153b233d3412e249d25da52a6c5691de to /tmp/ruby/src/trunk_asan/gems/power_assert-2.0.5.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.6dev
  File: power_assert-2.0.6dev.gem
$$$[end] "make update-download -j16" exit with 0.
$$$[beg] make update-src      -j16
Already up to date.
Latest commit hash = 06a56a7ffc
$$$[end] "make update-src      -j16" exit with 0.
$$$[beg] make after-update    -j16
Update power_assert to a7dab941153b233d3412e249d25da52a6c5691de
Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2
echo a7dab941153b233d3412e249d25da52a6c5691de | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/power_assert.revision -
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/.bundle/.timestamp/power_assert.revision unchanged
/tmp/ruby/src/trunk_asan/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
Building power_assert@a7dab941153b233d3412e249d25da52a6c5691de to /tmp/ruby/src/trunk_asan/gems/power_assert-2.0.5.gem
generating enc.mk
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.6dev
  File: power_assert-2.0.6dev.gem
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
$$$[end] "make after-update    -j16" exit with 0.
$$$[beg] make miniruby -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/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/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/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
compiling /tmp/ruby/src/trunk_asan/version.c
linking miniruby
$$$[end] "make miniruby -j16" exit with 0.
$$$[beg] make ruby -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/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/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/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
563108c7cc880dc618705020c4c30eb06a8e60da3fb5f2584df1230a4bc24c02  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.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/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/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/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating enc.mk
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
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.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
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/fiddle-1.1.8/ext/fiddle'
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/rbs-3.9.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.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 power_assert to a7dab941153b233d3412e249d25da52a6c5691de
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.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/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/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/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
echo a7dab941153b233d3412e249d25da52a6c5691de | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/power_assert.revision -
echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/repl_type_completor.revision -
generating enc.mk
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/power_assert.revision unchanged
/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
Building power_assert@a7dab941153b233d3412e249d25da52a6c5691de to /tmp/ruby/src/trunk_asan/gems/power_assert-2.0.5.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.6dev
  File: power_assert-2.0.6dev.gem
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/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
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/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
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/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]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
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.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
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/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.9.4/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/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.9.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'
./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+1/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+1/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/site_ruby/3.5.0+1/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/vendor_ruby/3.5.0+1/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk_asan/include/ruby-3.5.0+1/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/3.5.0+1
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/site_ruby/3.5.0+1
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/vendor_ruby/3.5.0+1
installing extension headers:       /tmp/ruby/install/trunk_asan/include/ruby-3.5.0+1/ruby
installing command scripts:         /tmp/ruby/install/trunk_asan/bin
installing library scripts:         /tmp/ruby/install/trunk_asan/lib/ruby/3.5.0+1
installing common headers:          /tmp/ruby/install/trunk_asan/include/ruby-3.5.0+1
installing manpages:                /tmp/ruby/install/trunk_asan/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.5.0+1
                                    bundler 2.7.0.dev
                                    delegate 0.4.0
                                    did_you_mean 2.0.0
                                    english 0.8.0
                                    erb 5.0.1
                                    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+1
                                    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.12.0
                                    openssl 3.3.0
                                    pathname 0.4.0
                                    psych 5.2.6
                                    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+1
                                    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.4
                                    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+1/cache
skipped bundled gems:
    power_assert-2.0.6dev.gem       not found in 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.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/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/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/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Checking leaked global symbols...none
/tmp/ruby/src/trunk_asan/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk_asan/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk_asan/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk_asan/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk_asan/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk_asan/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk_asan/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk_asan/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk_asan/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk_asan/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk_asan/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk_asan/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk_asan/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk_asan/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk_asan/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk_asan/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk_asan/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk_asan/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk_asan/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk_asan/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk_asan/basictest/test.rb:gc ....OK 4

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

>>> Threads

  Id   Target Id                                             Frame 
* 1    Thread 0x7f4f02e006c0 (LWP 1207412) "test_autoload.*" 0x00005feb12ab0e5e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
  2    Thread 0x7f4f0e4006c0 (LWP 1207416) "test_autoload.*" 0x00007f4f35f1b4cd in __GI___poll (fds=0x7f4efbd09040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 2 (Thread 0x7f4f0e4006c0 (LWP 1207416) "test_autoload.*"):
#0  0x00007f4f35f1b4cd in __GI___poll (fds=0x7f4efbd09040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005feb12a3b6fa in __interceptor_poll ()
No symbol table info available.
#2  0x00005feb12e0d79f 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:3014
        vm = <optimized out>
#4  0x00005feb12a94aaf in asan_thread_start(void*) ()
No symbol table info available.
#5  0x00007f4f35e9caa4 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 = {139977518220992, -6472433849320277472, 139977518220992, -352, 0, 139977327370896, -6472433849332860384, -6472451012839409120}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x00007f4f35f29c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7f4f02e006c0 (LWP 1207412) "test_autoload.*"):
#0  0x00005feb12ab0e5e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
No symbol table info available.
#1  0x00005feb12ab1e1a in __sanitizer::Semaphore::Wait() ()
No symbol table info available.
#2  0x00005feb12a00690 in __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::GetFromAllocator(__sanitizer::AllocatorStats*, unsigned long, unsigned int*, unsigned long) ()
No symbol table info available.
#3  0x00005feb12a00509 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  0x00005feb12a00135 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  0x00005feb129fb13e in __asan::Allocator::Allocate(unsigned long, unsigned long, __sanitizer::BufferedStackTrace*, __asan::AllocType, bool) ()
No symbol table info available.
#6  0x00005feb129faf28 in __asan::asan_malloc(unsigned long, __sanitizer::BufferedStackTrace*) ()
No symbol table info available.
#7  0x00005feb12a96e93 in __interceptor_malloc ()
No symbol table info available.
#8  0x00005feb133ab952 in context_push (parser=0x7f4f02dfc2f0, context=PM_CONTEXT_MAIN) at /tmp/ruby/src/trunk_asan/prism/prism.c:8684
        context_node = <optimized out>
#9  parse_statements (parser=parser@entry=0x7f4f02dfc2f0, context=context@entry=PM_CONTEXT_MAIN, depth=depth@entry=0) at /tmp/ruby/src/trunk_asan/prism/prism.c:13913
        statements = 0x504000219d50
        last_value = <optimized out>
#10 0x00005feb1338d46b in parse_program (parser=0x7f4f02dfc2f0) 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=0x7f4f02dfc2f0) at /tmp/ruby/src/trunk_asan/prism/prism.c:22810
No locals.
#12 0x00005feb1313cc50 in pm_parse_file (result=0x7f4f02dfc2f0, filepath=<optimized out>, script_lines=<optimized out>) at /tmp/ruby/src/trunk_asan/prism_compile.c:11376
        rbimpl_id = 39707
        node = <optimized out>
        error = <optimized out>
        id_script_lines = <optimized out>
#13 0x00005feb12be930c in load_iseq_eval (ec=0x516002b1b5d0, fname=fname@entry=139977583624040) at /tmp/ruby/src/trunk_asan/load.c:825
        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 = 0x516002b1b5d0
        v = <optimized out>
        realpath_map = 139978176526880
        vm_ns_v = <optimized out>
        loading_ns = 0x0
        iseq = <optimized out>
        vm_ns = <optimized out>
#14 0x00005feb12be2e2b in require_internal (ec=ec@entry=0x516002b1b5d0, fname=<optimized out>, exception=<optimized out>, warn=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1450
        arg = <optimized out>
        found = 114
        handle = <optimized out>
        _ec = <optimized out>
        _tag = <optimized out>
        th = 0x515000126900
        saved = <optimized out>
        vm_ns_v = <optimized out>
        ftptr = <optimized out>
        realpath = <optimized out>
        realpaths = <optimized out>
        realpath_map = 139978176526880
        path = 139977583624040
        saved_path = <optimized out>
        state = RUBY_TAG_NONE
        prev_ext_config = <optimized out>
        th2 = <optimized out>
        result = <optimized out>
        vm_ns = <optimized out>
        reset_ext_config = <optimized out>
#15 0x00005feb12be0852 in rb_require_string_internal (fname=139977579375080, resurrect=false) at /tmp/ruby/src/trunk_asan/load.c:1565
        result = <optimized out>
        ec = 0x516002b1b5d0
        result = <optimized out>
#16 rb_require_string (fname=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1551
No locals.
#17 0x00005feb12ee3c48 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:3798
        ci = 0x1388100140003
        cc = <optimized out>
        me = 0x7f4f355fbbb8
        cfunc = 0x5060000373a8
        recv = 139978176449960
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#18 0x00005feb12ec9be3 in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7f4f02dfd340) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4776
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0x0
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#19 0x00005feb12ecfbb5 in vm_call_alias (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4185
No locals.
#20 0x00005feb12e8f9dc in vm_sendish (ec=0x516002b1b5d0, reg_cfp=0x7f4f0fdf16e8, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5995
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = 0, proc_ns = 0x0}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#21 vm_exec_core (ec=ec@entry=0x516002b1b5d0) at ../../src/trunk_asan/insns.def:899
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5feb12e88ccf <vm_exec_core+26639>, 0x5feb12e8522b <vm_exec_core+11627>, 0x5feb12e82b2d <vm_exec_core+1645>, 0x5feb12e83bef <vm_exec_core+5935>, 0x5feb12e88eba <vm_exec_core+27130>, 0x5feb12e838ad <vm_exec_core+5101>, 0x5feb12e8a393 <vm_exec_core+32467>, 0x5feb12e87de4 <vm_exec_core+22820>, 0x5feb12e862c6 <vm_exec_core+15878>, 0x5feb12e82e8a <vm_exec_core+2506>, 0x5feb12e89699 <vm_exec_core+29145>, 0x5feb12e8929f <vm_exec_core+28127>, 0x5feb12e83af0 <vm_exec_core+5680>, 0x5feb12e833a8 <vm_exec_core+3816>, 0x5feb12e88353 <vm_exec_core+24211>, 0x5feb12e8478a <vm_exec_core+8906>, 0x5feb12e89b1c <vm_exec_core+30300>, 0x5feb12e8954e <vm_exec_core+28814>, 0x5feb12e85049 <vm_exec_core+11145>, 0x5feb12e8622e <vm_exec_core+15726>, 0x5feb12e87f09 <vm_exec_core+23113>, 0x5feb12e894aa <vm_exec_core+28650>, 0x5feb12e8717b <vm_exec_core+19643>, 0x5feb12e880a1 <vm_exec_core+23521>, 0x5feb12e88879 <vm_exec_core+25529>, 0x5feb12e87072 <vm_exec_core+19378>, 0x5feb12e832fd <vm_exec_core+3645>, 0x5feb12e87936 <vm_exec_core+21622>, 0x5feb12e830bd <vm_exec_core+3069>, 0x5feb12e834a6 <vm_exec_core+4070>, 0x5feb12e85476 <vm_exec_core+12214>, 0x5feb12e86dba <vm_exec_core+18682>, 0x5feb12e87605 <vm_exec_core+20805>, 0x5feb12e86bc5 <vm_exec_core+18181>, 0x5feb12e82da6 <vm_exec_core+2278>, 0x5feb12e88bf7 <vm_exec_core+26423>, 0x5feb12e89162 <vm_exec_core+27810>, 0x5feb12e83543 <vm_exec_core+4227>, 0x5feb12e84228 <vm_exec_core+7528>, 0x5feb12e83b95 <vm_exec_core+5845>, 0x5feb12e849dd <vm_exec_core+9501>, 0x5feb12e86082 <vm_exec_core+15298>, 0x5feb12e835ea <vm_exec_core+4394>, 0x5feb12e88946 <vm_exec_core+25734>, 0x5feb12e8415e <vm_exec_core+7326>, 0x5feb12e85d03 <vm_exec_core+14403>, 0x5feb12e867bb <vm_exec_core+17147>, 0x5feb12e884b4 <vm_exec_core+24564>, 0x5feb12e8737a <vm_exec_core+20154>, 0x5feb12e84a86 <vm_exec_core+9670>, 0x5feb12e84481 <vm_exec_core+8129>, 0x5feb12e88258 <vm_exec_core+23960>, 0x5feb12e856d2 <vm_exec_core+12818>, 0x5feb12e87a08 <vm_exec_core+21832>, 0x5feb12e874f2 <vm_exec_core+20530>, 0x5feb12e87a95 <vm_exec_core+21973>, 0x5feb12e88dda <vm_exec_core+26906>, 0x5feb12e8284b <vm_exec_core+907>, 0x5feb12e885c7 <vm_exec_core+24839>, 0x5feb12e84d4f <vm_exec_core+10383>, 0x5feb12e8816e <vm_exec_core+23726>, 0x5feb12e84e75 <vm_exec_core+10677>, 0x5feb12e86fbe <vm_exec_core+19198>, 0x5feb12e89de7 <vm_exec_core+31015>, 0x5feb12e8662a <vm_exec_core+16746>, 0x5feb12e86c82 <vm_exec_core+18370>, 0x5feb12e850dc <vm_exec_core+11292>, 0x5feb12e845a5 <vm_exec_core+8421>, 0x5feb12e87b63 <vm_exec_core+22179>, 0x5feb12e836f5 <vm_exec_core+4661>, 0x5feb12e8642e <vm_exec_core+16238>, 0x5feb12e916af <vm_exec_core+61935>, 0x5feb12e872bb <vm_exec_core+19963>, 0x5feb12e83790 <vm_exec_core+4816>, 0x5feb12e84041 <vm_exec_core+7041>, 0x5feb12e83e5a <vm_exec_core+6554>, 0x5feb12e8431a <vm_exec_core+7770>, 0x5feb12e84ba5 <vm_exec_core+9957>, 0x5feb12e89a44 <vm_exec_core+30084>, 0x5feb12e82850 <vm_exec_core+912>, 0x5feb12e83f66 <vm_exec_core+6822>, 0x5feb12e8a51b <vm_exec_core+32859>, 0x5feb12e87834 <vm_exec_core+21364>, 0x5feb12e86abb <vm_exec_core+17915>, 0x5feb12e889d6 <vm_exec_core+25878>, 0x5feb12e8a8cd <vm_exec_core+33805>, 0x5feb12e88cfe <vm_exec_core+26686>, 0x5feb12e89bbe <vm_exec_core+30462>, 0x5feb12e89c8f <vm_exec_core+30671>, 0x5feb12e831c7 <vm_exec_core+3335>, 0x5feb12e895ba <vm_exec_core+28922>, 0x5feb12e855f6 <vm_exec_core+12598>, 0x5feb12e89805 <vm_exec_core+29509>, 0x5feb12e84f1a <vm_exec_core+10842>, 0x5feb12e84827 <vm_exec_core+9063>, 0x5feb12e85b5e <vm_exec_core+13982>, 0x5feb12e8365b <vm_exec_core+4507>, 0x5feb12e89d5c <vm_exec_core+30876>, 0x5feb12e85dbc <vm_exec_core+14588>, 0x5feb12e8594a <vm_exec_core+13450>, 0x5feb12e82944 <vm_exec_core+1156>, 0x5feb12e82f63 <vm_exec_core+2723>, 0x5feb12e8696e <vm_exec_core+17582>, 0x5feb12e85f5a <vm_exec_core+15002>, 0x5feb12e86841 <vm_exec_core+17281>, 0x5feb12e866e3 <vm_exec_core+16931>, 0x5feb12e85513 <vm_exec_core+12371>, 0x5feb12e85e56 <vm_exec_core+14742>, 0x5feb12e85a3b <vm_exec_core+13691>, 0x5feb12e861b3 <vm_exec_core+15603>, 0x5feb12e86138 <vm_exec_core+15480>, 0x5feb12e88cc0 <vm_exec_core+26624>, 0x5feb12e8521c <vm_exec_core+11612>, 0x5feb12e82b1e <vm_exec_core+1630>, 0x5feb12e83be0 <vm_exec_core+5920>, 0x5feb12e88eab <vm_exec_core+27115>, 0x5feb12e8389e <vm_exec_core+5086>, 0x5feb12e8a384 <vm_exec_core+32452>, 0x5feb12e87dd5 <vm_exec_core+22805>, 0x5feb12e862b7 <vm_exec_core+15863>, 0x5feb12e82e7b <vm_exec_core+2491>, 0x5feb12e8968a <vm_exec_core+29130>, 0x5feb12e89290 <vm_exec_core+28112>, 0x5feb12e83ae1 <vm_exec_core+5665>, 0x5feb12e83399 <vm_exec_core+3801>, 0x5feb12e88344 <vm_exec_core+24196>, 0x5feb12e8477b <vm_exec_core+8891>, 0x5feb12e89b0d <vm_exec_core+30285>, 0x5feb12e8953f <vm_exec_core+28799>, 0x5feb12e8503a <vm_exec_core+11130>, 0x5feb12e8621f <vm_exec_core+15711>, 0x5feb12e87efa <vm_exec_core+23098>, 0x5feb12e8949b <vm_exec_core+28635>, 0x5feb12e8716c <vm_exec_core+19628>, 0x5feb12e88092 <vm_exec_core+23506>, 0x5feb12e8886a <vm_exec_core+25514>, 0x5feb12e87063 <vm_exec_core+19363>, 0x5feb12e832ee <vm_exec_core+3630>, 0x5feb12e87927 <vm_exec_core+21607>, 0x5feb12e830ae <vm_exec_core+3054>, 0x5feb12e83497 <vm_exec_core+4055>, 0x5feb12e85467 <vm_exec_core+12199>, 0x5feb12e86dab <vm_exec_core+18667>, 0x5feb12e875f6 <vm_exec_core+20790>, 0x5feb12e86bb6 <vm_exec_core+18166>, 0x5feb12e82d97 <vm_exec_core+2263>, 0x5feb12e88be8 <vm_exec_core+26408>, 0x5feb12e89153 <vm_exec_core+27795>, 0x5feb12e83534 <vm_exec_core+4212>, 0x5feb12e84219 <vm_exec_core+7513>, 0x5feb12e83b86 <vm_exec_core+5830>, 0x5feb12e849ce <vm_exec_core+9486>, 0x5feb12e86073 <vm_exec_core+15283>, 0x5feb12e835db <vm_exec_core+4379>, 0x5feb12e88937 <vm_exec_core+25719>, 0x5feb12e8414f <vm_exec_core+7311>, 0x5feb12e85cf4 <vm_exec_core+14388>, 0x5feb12e867ac <vm_exec_core+17132>, 0x5feb12e884a5 <vm_exec_core+24549>, 0x5feb12e8736b <vm_exec_core+20139>, 0x5feb12e84a77 <vm_exec_core+9655>, 0x5feb12e84472 <vm_exec_core+8114>, 0x5feb12e88249 <vm_exec_core+23945>, 0x5feb12e856c3 <vm_exec_core+12803>, 0x5feb12e879f9 <vm_exec_core+21817>, 0x5feb12e874e3 <vm_exec_core+20515>, 0x5feb12e87a86 <vm_exec_core+21958>, 0x5feb12e88dcb <vm_exec_core+26891>, 0x5feb12e87298 <vm_exec_core+19928>, 0x5feb12e885b8 <vm_exec_core+24824>, 0x5feb12e84d40 <vm_exec_core+10368>, 0x5feb12e8815f <vm_exec_core+23711>, 0x5feb12e84e66 <vm_exec_core+10662>, 0x5feb12e86faf <vm_exec_core+19183>, 0x5feb12e87298 <vm_exec_core+19928>, 0x5feb12e8661b <vm_exec_core+16731>, 0x5feb12e86c73 <vm_exec_core+18355>, 0x5feb12e850cd <vm_exec_core+11277>, 0x5feb12e84596 <vm_exec_core+8406>, 0x5feb12e87b54 <vm_exec_core+22164>, 0x5feb12e836e6 <vm_exec_core+4646>, 0x5feb12e8641f <vm_exec_core+16223>, 0x5feb12e916a0 <vm_exec_core+61920>, 0x5feb12e872ac <vm_exec_core+19948>, 0x5feb12e83781 <vm_exec_core+4801>, 0x5feb12e84032 <vm_exec_core+7026>, 0x5feb12e83e4b <vm_exec_core+6539>, 0x5feb12e8430b <vm_exec_core+7755>, 0x5feb12e84b96 <vm_exec_core+9942>, 0x5feb12e86ab6 <vm_exec_core+17910>, 0x5feb12e86415 <vm_exec_core+16213>, 0x5feb12e86ab1 <vm_exec_core+17905>, 0x5feb12e87258 <vm_exec_core+19864>, 0x5feb12e87218 <vm_exec_core+19800>, 0x5feb12e84306 <vm_exec_core+7750>, 0x5feb12e875ba <vm_exec_core+20730>, 0x5feb12e85940 <vm_exec_core+13440>, 0x5feb12e85945 <vm_exec_core+13445>, 0x5feb12e87213 <vm_exec_core+19795>, 0x5feb12e86da6 <vm_exec_core+18662>...}
        reg_cfp = 0x7f4f0fdf16e8
        reg_pc = 0x5110000a00f8
        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 0x00005feb12e7ea7b in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2625
        _ec = 0x516002b1b5d0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x7f4f02dfd740, <optimized out>, <optimized out>}, prev = 0x7f4effa09d80, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#23 0x00005feb12ef943d in vm_call0_body (ec=<optimized out>, calling=0x7f4effb09c60, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:225
        reg_cfp = <optimized out>
        i = <optimized out>
th: 0x515000126900, native_id: 0x7f4f02e006c0
-- Control frame information -----------------------------------------------
        ci = 0x7f4effb09ce0
        cc = <optimized out>
        ret = <optimized out>
#24 0x00005feb12ef8c91 in vm_call0_cme (ec=0x516002b1b5d0, calling=0x7f4effb09c60, argv=0x7f4f02dfdb80, cme=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:108
No locals.
#25 vm_call0_body (ec=<optimized out>, calling=0x7f4effb09c60, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:271
        cme = 0x7f4f33288c58
        orig_cme = <optimized out>
        ci = 0x7f4effb09ce0
c:0007 p:---- s:0027 e:000026 DUMMY  [FINISH]
        cc = <optimized out>
        ret = <optimized out>
#26 0x00005feb12eaa49d in vm_call0_cc (ec=0x516002b1b5d0, recv=139978176449960, id=22705, argc=<optimized out>, argv=<optimized out>, kw_splat=0, cc=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:101
        flags = <optimized out>
        calling = {cd = 0x7f4effb09cc0, cc = 0x7f4effd091e0, block_handler = 0, recv = 139978176449960, argc = 1, kw_splat = <optimized out>, heap_argv = 0, proc_ns = 0x0}
        use_argv = 0x7f4f02dfdb80
        av = <optimized out>
c:0006 p:---- s:0024 e:000023 CFUNC  :require
#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:1065
        ci = <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]
c:0004 p:0002 s:0013 e:000012 BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:409 [FINISH]
c:0003 p:---- s:0010 e:000009 CFUNC  :fork
        ec = 0x516002b1b5d0
c:0002 p:0004 s:0006 e:000005 BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:409 [FINISH]
c:0001 p:---- s:0003 e:000002 DUMMY  [FINISH]
        cc = <optimized out>
        self = <optimized out>
#28 0x00005feb12eab35e in rb_funcallv (recv=139978176449960, mid=22705, argc=1, argv=0x7f4f02dfdb80) at /tmp/ruby/src/trunk_asan/vm_eval.c:1080

No locals.
#29 rb_funcall (recv=<optimized out>, mid=<optimized out>, n=1) at /tmp/ruby/src/trunk_asan/vm_eval.c:1137
        ar = <optimized out>
        argv = 0x7f4f02dfdb80
#30 0x00005feb12e670ae in autoload_feature_require (_arguments=139977327370016) at /tmp/ruby/src/trunk_asan/variable.c:3438
        receiver = 139978176449960
        arguments = 0x7f4f02dfdf20
        autoload_const = <optimized out>
        autoload_namespace = <optimized out>
        result = <optimized out>
        data = <optimized out>
#31 autoload_try_load (_arguments=139977327370016) at /tmp/ruby/src/trunk_asan/variable.c:3451
        arguments = 0x7f4f02dfdf20
        result = <optimized out>
        ce = <optimized out>
#32 0x00005feb12adf310 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:1078
        _ec = 0x516002b1b5d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7f4f02dfded0, <optimized out>, 0x7f4f02dfdde0, <optimized out>, <optimized out>}, prev = 0x7f4effa09440, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x516002b1b5d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#33 0x00005feb12e66420 in rb_autoload_load (module=module@entry=139978176396440, name=name@entry=199179) at /tmp/ruby/src/trunk_asan/variable.c:3512
        ce = <optimized out>
        arguments = {module = 139978176396440, name = 199179, flag = 0, mutex = 139977579823040, autoload_const = 0x0, autoload_data = 0x0}
        result = <optimized out>
        autoload_const_value = <optimized out>
#34 0x00005feb12e72cd3 in rb_const_search_from (klass=139977702760400, id=<optimized out>, exclude=<optimized out>, recurse=<optimized out>, visibility=<optimized out>) at /tmp/ruby/src/trunk_asan/variable.c:3614
        ac = 0x0
        am = 139978176396440
        tmp = 139978176396440
        ce = <optimized out>
        current = 139978176396440
        value = <optimized out>
        first_iteration = <optimized out>
#35 0x00005feb12e67f04 in rb_const_search (klass=139977702760400, id=199179, exclude=0, recurse=1, visibility=0) at /tmp/ruby/src/trunk_asan/variable.c:3636
        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:3563
        c = <optimized out>
#37 0x00005feb12e7645e 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>
        cref = <optimized out>
        klass = <optimized out>
        av = <optimized out>
        am = <optimized out>
        ce = <optimized out>
        search_continue = <optimized out>
#38 0x00005feb12e81962 in vm_get_ev_const_chain (ec=0x516002b1b5d0, segments=0x502000450c10) 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=0x502000450bf0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:6462
        segments = 0x502000450c10
        ice = <optimized out>
        val = <optimized out>
#40 0x00005feb12e83b48 in vm_exec_core (ec=ec@entry=0x516002b1b5d0) at ../../src/trunk_asan/insns.def:263
        ic = 0x0
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5feb12e88ccf <vm_exec_core+26639>, 0x5feb12e8522b <vm_exec_core+11627>, 0x5feb12e82b2d <vm_exec_core+1645>, 0x5feb12e83bef <vm_exec_core+5935>, 0x5feb12e88eba <vm_exec_core+27130>, 0x5feb12e838ad <vm_exec_core+5101>, 0x5feb12e8a393 <vm_exec_core+32467>, 0x5feb12e87de4 <vm_exec_core+22820>, 0x5feb12e862c6 <vm_exec_core+15878>, 0x5feb12e82e8a <vm_exec_core+2506>, 0x5feb12e89699 <vm_exec_core+29145>, 0x5feb12e8929f <vm_exec_core+28127>, 0x5feb12e83af0 <vm_exec_core+5680>, 0x5feb12e833a8 <vm_exec_core+3816>, 0x5feb12e88353 <vm_exec_core+24211>, 0x5feb12e8478a <vm_exec_core+8906>, 0x5feb12e89b1c <vm_exec_core+30300>, 0x5feb12e8954e <vm_exec_core+28814>, 0x5feb12e85049 <vm_exec_core+11145>, 0x5feb12e8622e <vm_exec_core+15726>, 0x5feb12e87f09 <vm_exec_core+23113>, 0x5feb12e894aa <vm_exec_core+28650>, 0x5feb12e8717b <vm_exec_core+19643>, 0x5feb12e880a1 <vm_exec_core+23521>, 0x5feb12e88879 <vm_exec_core+25529>, 0x5feb12e87072 <vm_exec_core+19378>, 0x5feb12e832fd <vm_exec_core+3645>, 0x5feb12e87936 <vm_exec_core+21622>, 0x5feb12e830bd <vm_exec_core+3069>, 0x5feb12e834a6 <vm_exec_core+4070>, 0x5feb12e85476 <vm_exec_core+12214>, 0x5feb12e86dba <vm_exec_core+18682>, 0x5feb12e87605 <vm_exec_core+20805>, 0x5feb12e86bc5 <vm_exec_core+18181>, 0x5feb12e82da6 <vm_exec_core+2278>, 0x5feb12e88bf7 <vm_exec_core+26423>, 0x5feb12e89162 <vm_exec_core+27810>, 0x5feb12e83543 <vm_exec_core+4227>, 0x5feb12e84228 <vm_exec_core+7528>, 0x5feb12e83b95 <vm_exec_core+5845>, 0x5feb12e849dd <vm_exec_core+9501>, 0x5feb12e86082 <vm_exec_core+15298>, 0x5feb12e835ea <vm_exec_core+4394>, 0x5feb12e88946 <vm_exec_core+25734>, 0x5feb12e8415e <vm_exec_core+7326>, 0x5feb12e85d03 <vm_exec_core+14403>, 0x5feb12e867bb <vm_exec_core+17147>, 0x5feb12e884b4 <vm_exec_core+24564>, 0x5feb12e8737a <vm_exec_core+20154>, 0x5feb12e84a86 <vm_exec_core+9670>, 0x5feb12e84481 <vm_exec_core+8129>, 0x5feb12e88258 <vm_exec_core+23960>, 0x5feb12e856d2 <vm_exec_core+12818>, 0x5feb12e87a08 <vm_exec_core+21832>, 0x5feb12e874f2 <vm_exec_core+20530>, 0x5feb12e87a95 <vm_exec_core+21973>, 0x5feb12e88dda <vm_exec_core+26906>, 0x5feb12e8284b <vm_exec_core+907>, 0x5feb12e885c7 <vm_exec_core+24839>, 0x5feb12e84d4f <vm_exec_core+10383>, 0x5feb12e8816e <vm_exec_core+23726>, 0x5feb12e84e75 <vm_exec_core+10677>, 0x5feb12e86fbe <vm_exec_core+19198>, 0x5feb12e89de7 <vm_exec_core+31015>, 0x5feb12e8662a <vm_exec_core+16746>, 0x5feb12e86c82 <vm_exec_core+18370>, 0x5feb12e850dc <vm_exec_core+11292>, 0x5feb12e845a5 <vm_exec_core+8421>, 0x5feb12e87b63 <vm_exec_core+22179>, 0x5feb12e836f5 <vm_exec_core+4661>, 0x5feb12e8642e <vm_exec_core+16238>, 0x5feb12e916af <vm_exec_core+61935>, 0x5feb12e872bb <vm_exec_core+19963>, 0x5feb12e83790 <vm_exec_core+4816>, 0x5feb12e84041 <vm_exec_core+7041>, 0x5feb12e83e5a <vm_exec_core+6554>, 0x5feb12e8431a <vm_exec_core+7770>, 0x5feb12e84ba5 <vm_exec_core+9957>, 0x5feb12e89a44 <vm_exec_core+30084>, 0x5feb12e82850 <vm_exec_core+912>, 0x5feb12e83f66 <vm_exec_core+6822>, 0x5feb12e8a51b <vm_exec_core+32859>, 0x5feb12e87834 <vm_exec_core+21364>, 0x5feb12e86abb <vm_exec_core+17915>, 0x5feb12e889d6 <vm_exec_core+25878>, 0x5feb12e8a8cd <vm_exec_core+33805>, 0x5feb12e88cfe <vm_exec_core+26686>, 0x5feb12e89bbe <vm_exec_core+30462>, 0x5feb12e89c8f <vm_exec_core+30671>, 0x5feb12e831c7 <vm_exec_core+3335>, 0x5feb12e895ba <vm_exec_core+28922>, 0x5feb12e855f6 <vm_exec_core+12598>, 0x5feb12e89805 <vm_exec_core+29509>, 0x5feb12e84f1a <vm_exec_core+10842>, 0x5feb12e84827 <vm_exec_core+9063>, 0x5feb12e85b5e <vm_exec_core+13982>, 0x5feb12e8365b <vm_exec_core+4507>, 0x5feb12e89d5c <vm_exec_core+30876>, 0x5feb12e85dbc <vm_exec_core+14588>, 0x5feb12e8594a <vm_exec_core+13450>, 0x5feb12e82944 <vm_exec_core+1156>, 0x5feb12e82f63 <vm_exec_core+2723>, 0x5feb12e8696e <vm_exec_core+17582>, 0x5feb12e85f5a <vm_exec_core+15002>, 0x5feb12e86841 <vm_exec_core+17281>, 0x5feb12e866e3 <vm_exec_core+16931>, 0x5feb12e85513 <vm_exec_core+12371>, 0x5feb12e85e56 <vm_exec_core+14742>, 0x5feb12e85a3b <vm_exec_core+13691>, 0x5feb12e861b3 <vm_exec_core+15603>, 0x5feb12e86138 <vm_exec_core+15480>, 0x5feb12e88cc0 <vm_exec_core+26624>, 0x5feb12e8521c <vm_exec_core+11612>, 0x5feb12e82b1e <vm_exec_core+1630>, 0x5feb12e83be0 <vm_exec_core+5920>, 0x5feb12e88eab <vm_exec_core+27115>, 0x5feb12e8389e <vm_exec_core+5086>, 0x5feb12e8a384 <vm_exec_core+32452>, 0x5feb12e87dd5 <vm_exec_core+22805>, 0x5feb12e862b7 <vm_exec_core+15863>, 0x5feb12e82e7b <vm_exec_core+2491>, 0x5feb12e8968a <vm_exec_core+29130>, 0x5feb12e89290 <vm_exec_core+28112>, 0x5feb12e83ae1 <vm_exec_core+5665>, 0x5feb12e83399 <vm_exec_core+3801>, 0x5feb12e88344 <vm_exec_core+24196>, 0x5feb12e8477b <vm_exec_core+8891>, 0x5feb12e89b0d <vm_exec_core+30285>, 0x5feb12e8953f <vm_exec_core+28799>, 0x5feb12e8503a <vm_exec_core+11130>, 0x5feb12e8621f <vm_exec_core+15711>, 0x5feb12e87efa <vm_exec_core+23098>, 0x5feb12e8949b <vm_exec_core+28635>, 0x5feb12e8716c <vm_exec_core+19628>, 0x5feb12e88092 <vm_exec_core+23506>, 0x5feb12e8886a <vm_exec_core+25514>, 0x5feb12e87063 <vm_exec_core+19363>, 0x5feb12e832ee <vm_exec_core+3630>, 0x5feb12e87927 <vm_exec_core+21607>, 0x5feb12e830ae <vm_exec_core+3054>, 0x5feb12e83497 <vm_exec_core+4055>, 0x5feb12e85467 <vm_exec_core+12199>, 0x5feb12e86dab <vm_exec_core+18667>, 0x5feb12e875f6 <vm_exec_core+20790>, 0x5feb12e86bb6 <vm_exec_core+18166>, 0x5feb12e82d97 <vm_exec_core+2263>, 0x5feb12e88be8 <vm_exec_core+26408>, 0x5feb12e89153 <vm_exec_core+27795>, 0x5feb12e83534 <vm_exec_core+4212>, 0x5feb12e84219 <vm_exec_core+7513>, 0x5feb12e83b86 <vm_exec_core+5830>, 0x5feb12e849ce <vm_exec_core+9486>, 0x5feb12e86073 <vm_exec_core+15283>, 0x5feb12e835db <vm_exec_core+4379>, 0x5feb12e88937 <vm_exec_core+25719>, 0x5feb12e8414f <vm_exec_core+7311>, 0x5feb12e85cf4 <vm_exec_core+14388>, 0x5feb12e867ac <vm_exec_core+17132>, 0x5feb12e884a5 <vm_exec_core+24549>, 0x5feb12e8736b <vm_exec_core+20139>, 0x5feb12e84a77 <vm_exec_core+9655>, 0x5feb12e84472 <vm_exec_core+8114>, 0x5feb12e88249 <vm_exec_core+23945>, 0x5feb12e856c3 <vm_exec_core+12803>, 0x5feb12e879f9 <vm_exec_core+21817>, 0x5feb12e874e3 <vm_exec_core+20515>, 0x5feb12e87a86 <vm_exec_core+21958>, 0x5feb12e88dcb <vm_exec_core+26891>, 0x5feb12e87298 <vm_exec_core+19928>, 0x5feb12e885b8 <vm_exec_core+24824>, 0x5feb12e84d40 <vm_exec_core+10368>, 0x5feb12e8815f <vm_exec_core+23711>, 0x5feb12e84e66 <vm_exec_core+10662>, 0x5feb12e86faf <vm_exec_core+19183>, 0x5feb12e87298 <vm_exec_core+19928>, 0x5feb12e8661b <vm_exec_core+16731>, 0x5feb12e86c73 <vm_exec_core+18355>, 0x5feb12e850cd <vm_exec_core+11277>, 0x5feb12e84596 <vm_exec_core+8406>, 0x5feb12e87b54 <vm_exec_core+22164>, 0x5feb12e836e6 <vm_exec_core+4646>, 0x5feb12e8641f <vm_exec_core+16223>, 0x5feb12e916a0 <vm_exec_core+61920>, 0x5feb12e872ac <vm_exec_core+19948>, 0x5feb12e83781 <vm_exec_core+4801>, 0x5feb12e84032 <vm_exec_core+7026>, 0x5feb12e83e4b <vm_exec_core+6539>, 0x5feb12e8430b <vm_exec_core+7755>, 0x5feb12e84b96 <vm_exec_core+9942>, 0x5feb12e86ab6 <vm_exec_core+17910>, 0x5feb12e86415 <vm_exec_core+16213>, 0x5feb12e86ab1 <vm_exec_core+17905>, 0x5feb12e87258 <vm_exec_core+19864>, 0x5feb12e87218 <vm_exec_core+19800>, 0x5feb12e84306 <vm_exec_core+7750>, 0x5feb12e875ba <vm_exec_core+20730>, 0x5feb12e85940 <vm_exec_core+13440>, 0x5feb12e85945 <vm_exec_core+13445>, 0x5feb12e87213 <vm_exec_core+19795>, 0x5feb12e86da6 <vm_exec_core+18662>...}
        reg_cfp = 0x7f4f0fdf1720
        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 0x00005feb12e7ea7b in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2625
        _ec = 0x516002b1b5d0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x7f4f02dfea80, <optimized out>, <optimized out>}, prev = 0x7f4effb098b0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#42 0x00005feb12f03122 in invoke_iseq_block_from_c (ec=0x516002b1b5d0, captured=0x7f4f0fdf17a8, self=139977589855720, 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:1655
        flags = 0
        iseq = 0x7f4f12a2e230
        cfp = <optimized out>
        sp = 0x7f4f0fcf1850
        use_argv = 0x0
        stack_argv = 0x7f4f0fcf1850
        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:1669
        captured = 0x7f4f0fdf17a8
#44 0x00005feb12eac766 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:1706
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:1714
No locals.
#46 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#47 0x00005feb12eac766 in rb_yield (val=<optimized out>)
No locals.
#48 0x00005feb12adebea in rb_protect (proc=<optimized out>, data=<optimized out>, pstate=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:1058
        _ec = 0x516002b1b5d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7f4f02dfee10, <optimized out>, 0x7f4f02dfed20, <optimized out>, <optimized out>}, prev = 0x7f4effa09140, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        state = RUBY_TAG_NONE
        ec = 0x516002b1b5d0
        cfp = 0x7f4f0fdf1758
#49 0x00005feb12c6c93b in rb_f_fork (obj=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4287
        status = <optimized out>
        pid = <optimized out>
#50 0x00005feb12ee3c48 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:3798
        ci = 0x64e100040001
        cc = <optimized out>
        me = 0x7f4f11885768
        cfunc = 0x506000047a28
        recv = 139977589855720
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#51 0x00005feb12e8a76a in vm_sendish (ec=0x516002b1b5d0, reg_cfp=0x7f4f0fdf1790, cd=0x502000453870, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5995
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = <optimized out>, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = 0, proc_ns = 0x0}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#52 vm_exec_core (ec=ec@entry=0x516002b1b5d0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x502000453870
        insns_address_table = {0x5feb12e88ccf <vm_exec_core+26639>, 0x5feb12e8522b <vm_exec_core+11627>, 0x5feb12e82b2d <vm_exec_core+1645>, 0x5feb12e83bef <vm_exec_core+5935>, 0x5feb12e88eba <vm_exec_core+27130>, 0x5feb12e838ad <vm_exec_core+5101>, 0x5feb12e8a393 <vm_exec_core+32467>, 0x5feb12e87de4 <vm_exec_core+22820>, 0x5feb12e862c6 <vm_exec_core+15878>, 0x5feb12e82e8a <vm_exec_core+2506>, 0x5feb12e89699 <vm_exec_core+29145>, 0x5feb12e8929f <vm_exec_core+28127>, 0x5feb12e83af0 <vm_exec_core+5680>, 0x5feb12e833a8 <vm_exec_core+3816>, 0x5feb12e88353 <vm_exec_core+24211>, 0x5feb12e8478a <vm_exec_core+8906>, 0x5feb12e89b1c <vm_exec_core+30300>, 0x5feb12e8954e <vm_exec_core+28814>, 0x5feb12e85049 <vm_exec_core+11145>, 0x5feb12e8622e <vm_exec_core+15726>, 0x5feb12e87f09 <vm_exec_core+23113>, 0x5feb12e894aa <vm_exec_core+28650>, 0x5feb12e8717b <vm_exec_core+19643>, 0x5feb12e880a1 <vm_exec_core+23521>, 0x5feb12e88879 <vm_exec_core+25529>, 0x5feb12e87072 <vm_exec_core+19378>, 0x5feb12e832fd <vm_exec_core+3645>, 0x5feb12e87936 <vm_exec_core+21622>, 0x5feb12e830bd <vm_exec_core+3069>, 0x5feb12e834a6 <vm_exec_core+4070>, 0x5feb12e85476 <vm_exec_core+12214>, 0x5feb12e86dba <vm_exec_core+18682>, 0x5feb12e87605 <vm_exec_core+20805>, 0x5feb12e86bc5 <vm_exec_core+18181>, 0x5feb12e82da6 <vm_exec_core+2278>, 0x5feb12e88bf7 <vm_exec_core+26423>, 0x5feb12e89162 <vm_exec_core+27810>, 0x5feb12e83543 <vm_exec_core+4227>, 0x5feb12e84228 <vm_exec_core+7528>, 0x5feb12e83b95 <vm_exec_core+5845>, 0x5feb12e849dd <vm_exec_core+9501>, 0x5feb12e86082 <vm_exec_core+15298>, 0x5feb12e835ea <vm_exec_core+4394>, 0x5feb12e88946 <vm_exec_core+25734>, 0x5feb12e8415e <vm_exec_core+7326>, 0x5feb12e85d03 <vm_exec_core+14403>, 0x5feb12e867bb <vm_exec_core+17147>, 0x5feb12e884b4 <vm_exec_core+24564>, 0x5feb12e8737a <vm_exec_core+20154>, 0x5feb12e84a86 <vm_exec_core+9670>, 0x5feb12e84481 <vm_exec_core+8129>, 0x5feb12e88258 <vm_exec_core+23960>, 0x5feb12e856d2 <vm_exec_core+12818>, 0x5feb12e87a08 <vm_exec_core+21832>, 0x5feb12e874f2 <vm_exec_core+20530>, 0x5feb12e87a95 <vm_exec_core+21973>, 0x5feb12e88dda <vm_exec_core+26906>, 0x5feb12e8284b <vm_exec_core+907>, 0x5feb12e885c7 <vm_exec_core+24839>, 0x5feb12e84d4f <vm_exec_core+10383>, 0x5feb12e8816e <vm_exec_core+23726>, 0x5feb12e84e75 <vm_exec_core+10677>, 0x5feb12e86fbe <vm_exec_core+19198>, 0x5feb12e89de7 <vm_exec_core+31015>, 0x5feb12e8662a <vm_exec_core+16746>, 0x5feb12e86c82 <vm_exec_core+18370>, 0x5feb12e850dc <vm_exec_core+11292>, 0x5feb12e845a5 <vm_exec_core+8421>, 0x5feb12e87b63 <vm_exec_core+22179>, 0x5feb12e836f5 <vm_exec_core+4661>, 0x5feb12e8642e <vm_exec_core+16238>, 0x5feb12e916af <vm_exec_core+61935>, 0x5feb12e872bb <vm_exec_core+19963>, 0x5feb12e83790 <vm_exec_core+4816>, 0x5feb12e84041 <vm_exec_core+7041>, 0x5feb12e83e5a <vm_exec_core+6554>, 0x5feb12e8431a <vm_exec_core+7770>, 0x5feb12e84ba5 <vm_exec_core+9957>, 0x5feb12e89a44 <vm_exec_core+30084>, 0x5feb12e82850 <vm_exec_core+912>, 0x5feb12e83f66 <vm_exec_core+6822>, 0x5feb12e8a51b <vm_exec_core+32859>, 0x5feb12e87834 <vm_exec_core+21364>, 0x5feb12e86abb <vm_exec_core+17915>, 0x5feb12e889d6 <vm_exec_core+25878>, 0x5feb12e8a8cd <vm_exec_core+33805>, 0x5feb12e88cfe <vm_exec_core+26686>, 0x5feb12e89bbe <vm_exec_core+30462>, 0x5feb12e89c8f <vm_exec_core+30671>, 0x5feb12e831c7 <vm_exec_core+3335>, 0x5feb12e895ba <vm_exec_core+28922>, 0x5feb12e855f6 <vm_exec_core+12598>, 0x5feb12e89805 <vm_exec_core+29509>, 0x5feb12e84f1a <vm_exec_core+10842>, 0x5feb12e84827 <vm_exec_core+9063>, 0x5feb12e85b5e <vm_exec_core+13982>, 0x5feb12e8365b <vm_exec_core+4507>, 0x5feb12e89d5c <vm_exec_core+30876>, 0x5feb12e85dbc <vm_exec_core+14588>, 0x5feb12e8594a <vm_exec_core+13450>, 0x5feb12e82944 <vm_exec_core+1156>, 0x5feb12e82f63 <vm_exec_core+2723>, 0x5feb12e8696e <vm_exec_core+17582>, 0x5feb12e85f5a <vm_exec_core+15002>, 0x5feb12e86841 <vm_exec_core+17281>, 0x5feb12e866e3 <vm_exec_core+16931>, 0x5feb12e85513 <vm_exec_core+12371>, 0x5feb12e85e56 <vm_exec_core+14742>, 0x5feb12e85a3b <vm_exec_core+13691>, 0x5feb12e861b3 <vm_exec_core+15603>, 0x5feb12e86138 <vm_exec_core+15480>, 0x5feb12e88cc0 <vm_exec_core+26624>, 0x5feb12e8521c <vm_exec_core+11612>, 0x5feb12e82b1e <vm_exec_core+1630>, 0x5feb12e83be0 <vm_exec_core+5920>, 0x5feb12e88eab <vm_exec_core+27115>, 0x5feb12e8389e <vm_exec_core+5086>, 0x5feb12e8a384 <vm_exec_core+32452>, 0x5feb12e87dd5 <vm_exec_core+22805>, 0x5feb12e862b7 <vm_exec_core+15863>, 0x5feb12e82e7b <vm_exec_core+2491>, 0x5feb12e8968a <vm_exec_core+29130>, 0x5feb12e89290 <vm_exec_core+28112>, 0x5feb12e83ae1 <vm_exec_core+5665>, 0x5feb12e83399 <vm_exec_core+3801>, 0x5feb12e88344 <vm_exec_core+24196>, 0x5feb12e8477b <vm_exec_core+8891>, 0x5feb12e89b0d <vm_exec_core+30285>, 0x5feb12e8953f <vm_exec_core+28799>, 0x5feb12e8503a <vm_exec_core+11130>, 0x5feb12e8621f <vm_exec_core+15711>, 0x5feb12e87efa <vm_exec_core+23098>, 0x5feb12e8949b <vm_exec_core+28635>, 0x5feb12e8716c <vm_exec_core+19628>, 0x5feb12e88092 <vm_exec_core+23506>, 0x5feb12e8886a <vm_exec_core+25514>, 0x5feb12e87063 <vm_exec_core+19363>, 0x5feb12e832ee <vm_exec_core+3630>, 0x5feb12e87927 <vm_exec_core+21607>, 0x5feb12e830ae <vm_exec_core+3054>, 0x5feb12e83497 <vm_exec_core+4055>, 0x5feb12e85467 <vm_exec_core+12199>, 0x5feb12e86dab <vm_exec_core+18667>, 0x5feb12e875f6 <vm_exec_core+20790>, 0x5feb12e86bb6 <vm_exec_core+18166>, 0x5feb12e82d97 <vm_exec_core+2263>, 0x5feb12e88be8 <vm_exec_core+26408>, 0x5feb12e89153 <vm_exec_core+27795>, 0x5feb12e83534 <vm_exec_core+4212>, 0x5feb12e84219 <vm_exec_core+7513>, 0x5feb12e83b86 <vm_exec_core+5830>, 0x5feb12e849ce <vm_exec_core+9486>, 0x5feb12e86073 <vm_exec_core+15283>, 0x5feb12e835db <vm_exec_core+4379>, 0x5feb12e88937 <vm_exec_core+25719>, 0x5feb12e8414f <vm_exec_core+7311>, 0x5feb12e85cf4 <vm_exec_core+14388>, 0x5feb12e867ac <vm_exec_core+17132>, 0x5feb12e884a5 <vm_exec_core+24549>, 0x5feb12e8736b <vm_exec_core+20139>, 0x5feb12e84a77 <vm_exec_core+9655>, 0x5feb12e84472 <vm_exec_core+8114>, 0x5feb12e88249 <vm_exec_core+23945>, 0x5feb12e856c3 <vm_exec_core+12803>, 0x5feb12e879f9 <vm_exec_core+21817>, 0x5feb12e874e3 <vm_exec_core+20515>, 0x5feb12e87a86 <vm_exec_core+21958>, 0x5feb12e88dcb <vm_exec_core+26891>, 0x5feb12e87298 <vm_exec_core+19928>, 0x5feb12e885b8 <vm_exec_core+24824>, 0x5feb12e84d40 <vm_exec_core+10368>, 0x5feb12e8815f <vm_exec_core+23711>, 0x5feb12e84e66 <vm_exec_core+10662>, 0x5feb12e86faf <vm_exec_core+19183>, 0x5feb12e87298 <vm_exec_core+19928>, 0x5feb12e8661b <vm_exec_core+16731>, 0x5feb12e86c73 <vm_exec_core+18355>, 0x5feb12e850cd <vm_exec_core+11277>, 0x5feb12e84596 <vm_exec_core+8406>, 0x5feb12e87b54 <vm_exec_core+22164>, 0x5feb12e836e6 <vm_exec_core+4646>, 0x5feb12e8641f <vm_exec_core+16223>, 0x5feb12e916a0 <vm_exec_core+61920>, 0x5feb12e872ac <vm_exec_core+19948>, 0x5feb12e83781 <vm_exec_core+4801>, 0x5feb12e84032 <vm_exec_core+7026>, 0x5feb12e83e4b <vm_exec_core+6539>, 0x5feb12e8430b <vm_exec_core+7755>, 0x5feb12e84b96 <vm_exec_core+9942>, 0x5feb12e86ab6 <vm_exec_core+17910>, 0x5feb12e86415 <vm_exec_core+16213>, 0x5feb12e86ab1 <vm_exec_core+17905>, 0x5feb12e87258 <vm_exec_core+19864>, 0x5feb12e87218 <vm_exec_core+19800>, 0x5feb12e84306 <vm_exec_core+7750>, 0x5feb12e875ba <vm_exec_core+20730>, 0x5feb12e85940 <vm_exec_core+13440>, 0x5feb12e85945 <vm_exec_core+13445>, 0x5feb12e87213 <vm_exec_core+19795>, 0x5feb12e86da6 <vm_exec_core+18662>...}
        reg_cfp = 0x7f4f0fdf1790
        reg_pc = 0x504000210430
        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 0x00005feb12e7ea7b in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2625
        _ec = 0x516002b1b5d0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x7f4f02dff6c0, <optimized out>, <optimized out>}, prev = 0x7f4f02dffc00, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#54 0x00005feb12ebc67b in invoke_iseq_block_from_c (ec=0x516002b1b5d0, captured=<optimized out>, self=139977589855720, 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:1655
        flags = 0
        iseq = 0x7f4f12a2e258
        cfp = 0x7f4f0fdf17c8
        sp = 0x7f4f0fcf1818
        use_argv = <optimized out>
        stack_argv = 0x7f4f0fcf1818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#55 invoke_block_from_c_proc (ec=0x516002b1b5d0, self=139977589855720, 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:1749
        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:1779
No locals.
#57 0x00005feb12eba936 in rb_vm_invoke_proc (ec=0x540000000108, proc=0x80, proc@entry=0x504000210b50, argc=313200222, 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:1800
        self = 0
#58 0x00005feb12e0bdfd in thread_do_start_proc (th=th@entry=0x515000126900) at /tmp/ruby/src/trunk_asan/thread.c:607
        args = <optimized out>
        procval = <optimized out>
        proc = 0x504000210b50
        args_len = 0
        args_ptr = <optimized out>
#59 0x00005feb12e099da in thread_do_start (th=0x515000126900) at /tmp/ruby/src/trunk_asan/thread.c:624
        result = 36
#60 thread_start_func_2 (th=th@entry=0x515000126900, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:679
        _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 0x00005feb12e08c9e in call_thread_start_func_2 (th=0x515000126900) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2184
        stack_start = <optimized out>
        stack_start_addr = 0x7f4f02dffcc0
#62 nt_start (ptr=0x50c0007c78c0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2229
        th = 0x515000126900
        sched = <optimized out>
        nt = 0x50c0007c78c0
        vm = 0x525000000100
#63 0x00005feb12a94aaf in asan_thread_start(void*) ()
No symbol table info available.
#64 0x00007f4f35e9caa4 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 = {139977327380160, -6472426427616789984, 139977327380160, -352, 0, 140722036061072, -6472426427629372896, -6472451012839409120}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#65 0x00007f4f35f29c3c 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 1207412) detached]
$ timeout 60 gdb -p 1207476 -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 1032339 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 1570553]
[New LWP 1207478]
[New LWP 1183661]
[New LWP 1032446]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007f4f35e98d71 in __futex_abstimed_wait_common64 (private=4095, cancel=true, abstime=0x7ffc66f8be80, op=137, expected=0, futex_word=0x50c000000090) at ./nptl/futex-internal.c:57

>>> Threads

  Id   Target Id                                             Frame 
* 1    Thread 0x7f4f36095c40 (LWP 1032339) "ruby"            0x00007f4f35e98d71 in __futex_abstimed_wait_common64 (private=4095, cancel=true, abstime=0x7ffc66f8be80, op=137, expected=0, futex_word=0x50c000000090) at ./nptl/futex-internal.c:57
  2    Thread 0x7f4f034006c0 (LWP 1570553) "envutil.rb:183"  0x00007f4f35f1b4cd in __GI___poll (fds=0x7f4f05009660, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  3    Thread 0x7f4f19c006c0 (LWP 1207478) "test_autoload.*" 0x00007f4f35f1b4cd in __GI___poll (fds=0x7f4f01109040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  4    Thread 0x7f4f148006c0 (LWP 1183661) "parallel.rb:40"  0x00007f4f35f1b4cd in __GI___poll (fds=0x7f4f05c15c60, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  5    Thread 0x7f4f0ce006c0 (LWP 1032446) "Timeout stdlib " 0x00007f4f35e98d71 in __futex_abstimed_wait_common64 (private=20816, cancel=true, abstime=0x7f4f0cdfdc00, op=137, expected=0, futex_word=0x50c0004b6754) at ./nptl/futex-internal.c:57

>>> Machine level backtrace


Thread 5 (Thread 0x7f4f0ce006c0 (LWP 1032446) "Timeout stdlib "):
#0  0x00007f4f35e98d71 in __futex_abstimed_wait_common64 (private=20816, cancel=true, abstime=0x7f4f0cdfdc00, op=137, expected=0, futex_word=0x50c0004b6754) 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=20816, abstime=0x7f4f0cdfdc00, clockid=32591, expected=0, futex_word=0x50c0004b6754) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 8343040
        op = 137
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x50c0004b6754, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7f4f0cdfdc00, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007f4f35e9bc8e in __pthread_cond_wait_common (abstime=0x7f4f0cdfdc00, clockid=1, mutex=0x5150000e0cd0, cond=0x50c0004b6728) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7f4f35e9b4b0 <__condvar_cleanup_waiting>, __arg = 0x7f4f0cdfdaf0, __canceltype = 215997200, __prev = 0x0}
        cbuffer = {wseq = 51, cond = 0x50c0004b6728, mutex = 0x5150000e0cd0, private = 0}
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 51
        seq = 25
        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=0x50c0004b6728, mutex=mutex@entry=0x5150000e0cd0, abstime=abstime@entry=0x7f4f0cdfdc00) at ./nptl/pthread_cond_wait.c:652
        flags = <optimized out>
        clockid = 1
#5  0x00005feb12e07681 in native_cond_timedwait (cond=0x50c0004b6728, mutex=0x5150000e0cd0, 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=0x5150000e0b80, rel=rel@entry=0x7f4f0be0f060) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2437
        end = <optimized out>
        sched = 0x5160000004a0
        lock = 0x5150000e0cd0
        cond = 0x50c0004b6728
        max = 100000000000000000
#7  0x00005feb12deea24 in native_sleep (th=0x5150000e0b80, rel=0x7f4f0be0f060) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3284
        sched = <optimized out>
#8  sleep_hrtime (th=<optimized out>, rel=1499965907000, fl=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:1309
        prev_status = THREAD_RUNNABLE
        end = 8908297226858270
        woke = 1
#9  0x00005feb12de9180 in mutex_sleep_begin (_arguments=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:575
        timeout_value = <optimized out>
        relative_timeout = 18446744073709551100
        arguments = <optimized out>
        timeout = 341005734771425282
        woken = 20
        scheduler = <optimized out>
#10 0x00005feb12adf310 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:1078
        _ec = 0x516001a901d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7f4f0cdfde90, <optimized out>, 0x7f4f0cdfdda0, <optimized out>, <optimized out>}, prev = 0x7f4f0c029c80, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x516001a901d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#11 0x00005feb12de8d56 in rb_mutex_sleep (self=<optimized out>, timeout=341005734771425282) at /tmp/ruby/src/trunk_asan/thread_sync.c:598
        arguments = {self = 139978174578680, timeout = <optimized out>}
        beg = 1747331012
        woken = <optimized out>
        end = <optimized out>
#12 0x00005feb12ef9779 in vm_call0_cfunc_with_frame (ec=0x516001a901d0, calling=<optimized out>, argv=0x7f4f0c029b28) at /tmp/ruby/src/trunk_asan/vm_eval.c:164
        reg_cfp = 0x7f4f0e5ff6e8
        ci = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        len = -1
        recv = 139978174578680
        argc = 1
        mid = 26449
        block_handler = <optimized out>
        frame_flags = 1431634051
        val = <optimized out>
        unaligned_member_ptr_result = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        reg_cfp = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
#13 vm_call0_cfunc (ec=0x516001a901d0, calling=<optimized out>, argv=0x7f4f0c029b28) at /tmp/ruby/src/trunk_asan/vm_eval.c:178
No locals.
#14 vm_call0_body (ec=<optimized out>, calling=0x7f4f0c11fc60, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:229
        ci = <optimized out>
        cc = <optimized out>
        ret = <optimized out>
#15 0x00005feb12eaa49d in vm_call0_cc (ec=0x516001a901d0, recv=139978174578680, id=26449, argc=<optimized out>, argv=<optimized out>, kw_splat=0, cc=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:101
        flags = <optimized out>
        calling = {cd = 0x7f4f0c11fcc0, cc = 0x7f4f1482b9b8, block_handler = 0, recv = 139978174578680, argc = 1, kw_splat = <optimized out>, heap_argv = 0, proc_ns = 0x0}
        use_argv = 0x7f4f0c029b28
        av = <optimized out>
#16 rb_funcallv_scope (recv=<optimized out>, mid=<optimized out>, argc=<optimized out>, argv=<optimized out>, scope=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1065
        ci = <optimized out>
        ec = 0x516001a901d0
        cc = <optimized out>
        self = <optimized out>
#17 0x00005feb12adf310 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:1078
        _ec = 0x516001a901d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7f4f0cdfe230, <optimized out>, 0x7f4f0cdfe140, <optimized out>, <optimized out>}, prev = 0x7f4f0c029740, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x516001a901d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#18 0x00005feb12e12c5d in rb_condvar_wait (argc=<optimized out>, argv=<optimized out>, self=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:1610
        sync_waiter = {self = 139978174578680, th = 0x5150000e0b80, fiber = 0x0, node = {next = 0x503000091a80, prev = 0x503000091a80}}
        ec = <optimized out>
        cv = 0x503000091a80
        args = <optimized out>
#19 0x00005feb12ee3c48 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:3798
        ci = 0x462100100005
        cc = <optimized out>
        me = 0x7f4f357684b0
        cfunc = 0x5060000470c8
        recv = 139978174579040
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#20 0x00005feb12e8f9dc in vm_sendish (ec=0x516001a901d0, reg_cfp=0x7f4f0e5ff720, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5995
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = 0, proc_ns = 0x0}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#21 vm_exec_core (ec=ec@entry=0x516001a901d0) at ../../src/trunk_asan/insns.def:899
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5feb12e88ccf <vm_exec_core+26639>, 0x5feb12e8522b <vm_exec_core+11627>, 0x5feb12e82b2d <vm_exec_core+1645>, 0x5feb12e83bef <vm_exec_core+5935>, 0x5feb12e88eba <vm_exec_core+27130>, 0x5feb12e838ad <vm_exec_core+5101>, 0x5feb12e8a393 <vm_exec_core+32467>, 0x5feb12e87de4 <vm_exec_core+22820>, 0x5feb12e862c6 <vm_exec_core+15878>, 0x5feb12e82e8a <vm_exec_core+2506>, 0x5feb12e89699 <vm_exec_core+29145>, 0x5feb12e8929f <vm_exec_core+28127>, 0x5feb12e83af0 <vm_exec_core+5680>, 0x5feb12e833a8 <vm_exec_core+3816>, 0x5feb12e88353 <vm_exec_core+24211>, 0x5feb12e8478a <vm_exec_core+8906>, 0x5feb12e89b1c <vm_exec_core+30300>, 0x5feb12e8954e <vm_exec_core+28814>, 0x5feb12e85049 <vm_exec_core+11145>, 0x5feb12e8622e <vm_exec_core+15726>, 0x5feb12e87f09 <vm_exec_core+23113>, 0x5feb12e894aa <vm_exec_core+28650>, 0x5feb12e8717b <vm_exec_core+19643>, 0x5feb12e880a1 <vm_exec_core+23521>, 0x5feb12e88879 <vm_exec_core+25529>, 0x5feb12e87072 <vm_exec_core+19378>, 0x5feb12e832fd <vm_exec_core+3645>, 0x5feb12e87936 <vm_exec_core+21622>, 0x5feb12e830bd <vm_exec_core+3069>, 0x5feb12e834a6 <vm_exec_core+4070>, 0x5feb12e85476 <vm_exec_core+12214>, 0x5feb12e86dba <vm_exec_core+18682>, 0x5feb12e87605 <vm_exec_core+20805>, 0x5feb12e86bc5 <vm_exec_core+18181>, 0x5feb12e82da6 <vm_exec_core+2278>, 0x5feb12e88bf7 <vm_exec_core+26423>, 0x5feb12e89162 <vm_exec_core+27810>, 0x5feb12e83543 <vm_exec_core+4227>, 0x5feb12e84228 <vm_exec_core+7528>, 0x5feb12e83b95 <vm_exec_core+5845>, 0x5feb12e849dd <vm_exec_core+9501>, 0x5feb12e86082 <vm_exec_core+15298>, 0x5feb12e835ea <vm_exec_core+4394>, 0x5feb12e88946 <vm_exec_core+25734>, 0x5feb12e8415e <vm_exec_core+7326>, 0x5feb12e85d03 <vm_exec_core+14403>, 0x5feb12e867bb <vm_exec_core+17147>, 0x5feb12e884b4 <vm_exec_core+24564>, 0x5feb12e8737a <vm_exec_core+20154>, 0x5feb12e84a86 <vm_exec_core+9670>, 0x5feb12e84481 <vm_exec_core+8129>, 0x5feb12e88258 <vm_exec_core+23960>, 0x5feb12e856d2 <vm_exec_core+12818>, 0x5feb12e87a08 <vm_exec_core+21832>, 0x5feb12e874f2 <vm_exec_core+20530>, 0x5feb12e87a95 <vm_exec_core+21973>, 0x5feb12e88dda <vm_exec_core+26906>, 0x5feb12e8284b <vm_exec_core+907>, 0x5feb12e885c7 <vm_exec_core+24839>, 0x5feb12e84d4f <vm_exec_core+10383>, 0x5feb12e8816e <vm_exec_core+23726>, 0x5feb12e84e75 <vm_exec_core+10677>, 0x5feb12e86fbe <vm_exec_core+19198>, 0x5feb12e89de7 <vm_exec_core+31015>, 0x5feb12e8662a <vm_exec_core+16746>, 0x5feb12e86c82 <vm_exec_core+18370>, 0x5feb12e850dc <vm_exec_core+11292>, 0x5feb12e845a5 <vm_exec_core+8421>, 0x5feb12e87b63 <vm_exec_core+22179>, 0x5feb12e836f5 <vm_exec_core+4661>, 0x5feb12e8642e <vm_exec_core+16238>, 0x5feb12e916af <vm_exec_core+61935>, 0x5feb12e872bb <vm_exec_core+19963>, 0x5feb12e83790 <vm_exec_core+4816>, 0x5feb12e84041 <vm_exec_core+7041>, 0x5feb12e83e5a <vm_exec_core+6554>, 0x5feb12e8431a <vm_exec_core+7770>, 0x5feb12e84ba5 <vm_exec_core+9957>, 0x5feb12e89a44 <vm_exec_core+30084>, 0x5feb12e82850 <vm_exec_core+912>, 0x5feb12e83f66 <vm_exec_core+6822>, 0x5feb12e8a51b <vm_exec_core+32859>, 0x5feb12e87834 <vm_exec_core+21364>, 0x5feb12e86abb <vm_exec_core+17915>, 0x5feb12e889d6 <vm_exec_core+25878>, 0x5feb12e8a8cd <vm_exec_core+33805>, 0x5feb12e88cfe <vm_exec_core+26686>, 0x5feb12e89bbe <vm_exec_core+30462>, 0x5feb12e89c8f <vm_exec_core+30671>, 0x5feb12e831c7 <vm_exec_core+3335>, 0x5feb12e895ba <vm_exec_core+28922>, 0x5feb12e855f6 <vm_exec_core+12598>, 0x5feb12e89805 <vm_exec_core+29509>, 0x5feb12e84f1a <vm_exec_core+10842>, 0x5feb12e84827 <vm_exec_core+9063>, 0x5feb12e85b5e <vm_exec_core+13982>, 0x5feb12e8365b <vm_exec_core+4507>, 0x5feb12e89d5c <vm_exec_core+30876>, 0x5feb12e85dbc <vm_exec_core+14588>, 0x5feb12e8594a <vm_exec_core+13450>, 0x5feb12e82944 <vm_exec_core+1156>, 0x5feb12e82f63 <vm_exec_core+2723>, 0x5feb12e8696e <vm_exec_core+17582>, 0x5feb12e85f5a <vm_exec_core+15002>, 0x5feb12e86841 <vm_exec_core+17281>, 0x5feb12e866e3 <vm_exec_core+16931>, 0x5feb12e85513 <vm_exec_core+12371>, 0x5feb12e85e56 <vm_exec_core+14742>, 0x5feb12e85a3b <vm_exec_core+13691>, 0x5feb12e861b3 <vm_exec_core+15603>, 0x5feb12e86138 <vm_exec_core+15480>, 0x5feb12e88cc0 <vm_exec_core+26624>, 0x5feb12e8521c <vm_exec_core+11612>, 0x5feb12e82b1e <vm_exec_core+1630>, 0x5feb12e83be0 <vm_exec_core+5920>, 0x5feb12e88eab <vm_exec_core+27115>, 0x5feb12e8389e <vm_exec_core+5086>, 0x5feb12e8a384 <vm_exec_core+32452>, 0x5feb12e87dd5 <vm_exec_core+22805>, 0x5feb12e862b7 <vm_exec_core+15863>, 0x5feb12e82e7b <vm_exec_core+2491>, 0x5feb12e8968a <vm_exec_core+29130>, 0x5feb12e89290 <vm_exec_core+28112>, 0x5feb12e83ae1 <vm_exec_core+5665>, 0x5feb12e83399 <vm_exec_core+3801>, 0x5feb12e88344 <vm_exec_core+24196>, 0x5feb12e8477b <vm_exec_core+8891>, 0x5feb12e89b0d <vm_exec_core+30285>, 0x5feb12e8953f <vm_exec_core+28799>, 0x5feb12e8503a <vm_exec_core+11130>, 0x5feb12e8621f <vm_exec_core+15711>, 0x5feb12e87efa <vm_exec_core+23098>, 0x5feb12e8949b <vm_exec_core+28635>, 0x5feb12e8716c <vm_exec_core+19628>, 0x5feb12e88092 <vm_exec_core+23506>, 0x5feb12e8886a <vm_exec_core+25514>, 0x5feb12e87063 <vm_exec_core+19363>, 0x5feb12e832ee <vm_exec_core+3630>, 0x5feb12e87927 <vm_exec_core+21607>, 0x5feb12e830ae <vm_exec_core+3054>, 0x5feb12e83497 <vm_exec_core+4055>, 0x5feb12e85467 <vm_exec_core+12199>, 0x5feb12e86dab <vm_exec_core+18667>, 0x5feb12e875f6 <vm_exec_core+20790>, 0x5feb12e86bb6 <vm_exec_core+18166>, 0x5feb12e82d97 <vm_exec_core+2263>, 0x5feb12e88be8 <vm_exec_core+26408>, 0x5feb12e89153 <vm_exec_core+27795>, 0x5feb12e83534 <vm_exec_core+4212>, 0x5feb12e84219 <vm_exec_core+7513>, 0x5feb12e83b86 <vm_exec_core+5830>, 0x5feb12e849ce <vm_exec_core+9486>, 0x5feb12e86073 <vm_exec_core+15283>, 0x5feb12e835db <vm_exec_core+4379>, 0x5feb12e88937 <vm_exec_core+25719>, 0x5feb12e8414f <vm_exec_core+7311>, 0x5feb12e85cf4 <vm_exec_core+14388>, 0x5feb12e867ac <vm_exec_core+17132>, 0x5feb12e884a5 <vm_exec_core+24549>, 0x5feb12e8736b <vm_exec_core+20139>, 0x5feb12e84a77 <vm_exec_core+9655>, 0x5feb12e84472 <vm_exec_core+8114>, 0x5feb12e88249 <vm_exec_core+23945>, 0x5feb12e856c3 <vm_exec_core+12803>, 0x5feb12e879f9 <vm_exec_core+21817>, 0x5feb12e874e3 <vm_exec_core+20515>, 0x5feb12e87a86 <vm_exec_core+21958>, 0x5feb12e88dcb <vm_exec_core+26891>, 0x5feb12e87298 <vm_exec_core+19928>, 0x5feb12e885b8 <vm_exec_core+24824>, 0x5feb12e84d40 <vm_exec_core+10368>, 0x5feb12e8815f <vm_exec_core+23711>, 0x5feb12e84e66 <vm_exec_core+10662>, 0x5feb12e86faf <vm_exec_core+19183>, 0x5feb12e87298 <vm_exec_core+19928>, 0x5feb12e8661b <vm_exec_core+16731>, 0x5feb12e86c73 <vm_exec_core+18355>, 0x5feb12e850cd <vm_exec_core+11277>, 0x5feb12e84596 <vm_exec_core+8406>, 0x5feb12e87b54 <vm_exec_core+22164>, 0x5feb12e836e6 <vm_exec_core+4646>, 0x5feb12e8641f <vm_exec_core+16223>, 0x5feb12e916a0 <vm_exec_core+61920>, 0x5feb12e872ac <vm_exec_core+19948>, 0x5feb12e83781 <vm_exec_core+4801>, 0x5feb12e84032 <vm_exec_core+7026>, 0x5feb12e83e4b <vm_exec_core+6539>, 0x5feb12e8430b <vm_exec_core+7755>, 0x5feb12e84b96 <vm_exec_core+9942>, 0x5feb12e86ab6 <vm_exec_core+17910>, 0x5feb12e86415 <vm_exec_core+16213>, 0x5feb12e86ab1 <vm_exec_core+17905>, 0x5feb12e87258 <vm_exec_core+19864>, 0x5feb12e87218 <vm_exec_core+19800>, 0x5feb12e84306 <vm_exec_core+7750>, 0x5feb12e875ba <vm_exec_core+20730>, 0x5feb12e85940 <vm_exec_core+13440>, 0x5feb12e85945 <vm_exec_core+13445>, 0x5feb12e87213 <vm_exec_core+19795>, 0x5feb12e86da6 <vm_exec_core+18662>...}
        reg_cfp = 0x7f4f0e5ff720
        reg_pc = 0x513000087050
        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 0x00005feb12e7ea7b in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2625
        _ec = 0x516001a901d0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x7f4f0cdfeb00, <optimized out>, <optimized out>}, prev = 0x7f4f0c029680, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#23 0x00005feb12f03122 in invoke_iseq_block_from_c (ec=0x516001a901d0, captured=0x7f4f0e5ff7a8, self=139978176061400, 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:1655
        flags = 0
        iseq = 0x7f4f355f4930
        cfp = <optimized out>
        sp = 0x7f4f0e4ff870
        use_argv = 0x0
        stack_argv = 0x7f4f0e4ff870
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#24 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1669
        captured = 0x7f4f0e5ff7a8
#25 0x00005feb12eac766 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:1706
No locals.
#26 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1714
No locals.
#27 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#28 0x00005feb12eac766 in rb_yield (val=<optimized out>)
No locals.
#29 0x00005feb12adf310 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:1078
        _ec = 0x516001a901d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7f4f0cdfee90, <optimized out>, 0x7f4f0cdfeda0, <optimized out>, <optimized out>}, prev = 0x7f4f0c009140, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x516001a901d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#30 0x00005feb12ee3c48 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:3798
        ci = 0x676100000001
        cc = <optimized out>
        me = 0x7f4f35768aa0
        cfunc = 0x5060000462e8
        recv = 139978174578680
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#31 0x00005feb12e8a76a in vm_sendish (ec=0x516001a901d0, reg_cfp=0x7f4f0e5ff790, cd=0x50f000004ad0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5995
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = <optimized out>, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = 0, proc_ns = 0x0}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#32 vm_exec_core (ec=ec@entry=0x516001a901d0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x50f000004ad0
        insns_address_table = {0x5feb12e88ccf <vm_exec_core+26639>, 0x5feb12e8522b <vm_exec_core+11627>, 0x5feb12e82b2d <vm_exec_core+1645>, 0x5feb12e83bef <vm_exec_core+5935>, 0x5feb12e88eba <vm_exec_core+27130>, 0x5feb12e838ad <vm_exec_core+5101>, 0x5feb12e8a393 <vm_exec_core+32467>, 0x5feb12e87de4 <vm_exec_core+22820>, 0x5feb12e862c6 <vm_exec_core+15878>, 0x5feb12e82e8a <vm_exec_core+2506>, 0x5feb12e89699 <vm_exec_core+29145>, 0x5feb12e8929f <vm_exec_core+28127>, 0x5feb12e83af0 <vm_exec_core+5680>, 0x5feb12e833a8 <vm_exec_core+3816>, 0x5feb12e88353 <vm_exec_core+24211>, 0x5feb12e8478a <vm_exec_core+8906>, 0x5feb12e89b1c <vm_exec_core+30300>, 0x5feb12e8954e <vm_exec_core+28814>, 0x5feb12e85049 <vm_exec_core+11145>, 0x5feb12e8622e <vm_exec_core+15726>, 0x5feb12e87f09 <vm_exec_core+23113>, 0x5feb12e894aa <vm_exec_core+28650>, 0x5feb12e8717b <vm_exec_core+19643>, 0x5feb12e880a1 <vm_exec_core+23521>, 0x5feb12e88879 <vm_exec_core+25529>, 0x5feb12e87072 <vm_exec_core+19378>, 0x5feb12e832fd <vm_exec_core+3645>, 0x5feb12e87936 <vm_exec_core+21622>, 0x5feb12e830bd <vm_exec_core+3069>, 0x5feb12e834a6 <vm_exec_core+4070>, 0x5feb12e85476 <vm_exec_core+12214>, 0x5feb12e86dba <vm_exec_core+18682>, 0x5feb12e87605 <vm_exec_core+20805>, 0x5feb12e86bc5 <vm_exec_core+18181>, 0x5feb12e82da6 <vm_exec_core+2278>, 0x5feb12e88bf7 <vm_exec_core+26423>, 0x5feb12e89162 <vm_exec_core+27810>, 0x5feb12e83543 <vm_exec_core+4227>, 0x5feb12e84228 <vm_exec_core+7528>, 0x5feb12e83b95 <vm_exec_core+5845>, 0x5feb12e849dd <vm_exec_core+9501>, 0x5feb12e86082 <vm_exec_core+15298>, 0x5feb12e835ea <vm_exec_core+4394>, 0x5feb12e88946 <vm_exec_core+25734>, 0x5feb12e8415e <vm_exec_core+7326>, 0x5feb12e85d03 <vm_exec_core+14403>, 0x5feb12e867bb <vm_exec_core+17147>, 0x5feb12e884b4 <vm_exec_core+24564>, 0x5feb12e8737a <vm_exec_core+20154>, 0x5feb12e84a86 <vm_exec_core+9670>, 0x5feb12e84481 <vm_exec_core+8129>, 0x5feb12e88258 <vm_exec_core+23960>, 0x5feb12e856d2 <vm_exec_core+12818>, 0x5feb12e87a08 <vm_exec_core+21832>, 0x5feb12e874f2 <vm_exec_core+20530>, 0x5feb12e87a95 <vm_exec_core+21973>, 0x5feb12e88dda <vm_exec_core+26906>, 0x5feb12e8284b <vm_exec_core+907>, 0x5feb12e885c7 <vm_exec_core+24839>, 0x5feb12e84d4f <vm_exec_core+10383>, 0x5feb12e8816e <vm_exec_core+23726>, 0x5feb12e84e75 <vm_exec_core+10677>, 0x5feb12e86fbe <vm_exec_core+19198>, 0x5feb12e89de7 <vm_exec_core+31015>, 0x5feb12e8662a <vm_exec_core+16746>, 0x5feb12e86c82 <vm_exec_core+18370>, 0x5feb12e850dc <vm_exec_core+11292>, 0x5feb12e845a5 <vm_exec_core+8421>, 0x5feb12e87b63 <vm_exec_core+22179>, 0x5feb12e836f5 <vm_exec_core+4661>, 0x5feb12e8642e <vm_exec_core+16238>, 0x5feb12e916af <vm_exec_core+61935>, 0x5feb12e872bb <vm_exec_core+19963>, 0x5feb12e83790 <vm_exec_core+4816>, 0x5feb12e84041 <vm_exec_core+7041>, 0x5feb12e83e5a <vm_exec_core+6554>, 0x5feb12e8431a <vm_exec_core+7770>, 0x5feb12e84ba5 <vm_exec_core+9957>, 0x5feb12e89a44 <vm_exec_core+30084>, 0x5feb12e82850 <vm_exec_core+912>, 0x5feb12e83f66 <vm_exec_core+6822>, 0x5feb12e8a51b <vm_exec_core+32859>, 0x5feb12e87834 <vm_exec_core+21364>, 0x5feb12e86abb <vm_exec_core+17915>, 0x5feb12e889d6 <vm_exec_core+25878>, 0x5feb12e8a8cd <vm_exec_core+33805>, 0x5feb12e88cfe <vm_exec_core+26686>, 0x5feb12e89bbe <vm_exec_core+30462>, 0x5feb12e89c8f <vm_exec_core+30671>, 0x5feb12e831c7 <vm_exec_core+3335>, 0x5feb12e895ba <vm_exec_core+28922>, 0x5feb12e855f6 <vm_exec_core+12598>, 0x5feb12e89805 <vm_exec_core+29509>, 0x5feb12e84f1a <vm_exec_core+10842>, 0x5feb12e84827 <vm_exec_core+9063>, 0x5feb12e85b5e <vm_exec_core+13982>, 0x5feb12e8365b <vm_exec_core+4507>, 0x5feb12e89d5c <vm_exec_core+30876>, 0x5feb12e85dbc <vm_exec_core+14588>, 0x5feb12e8594a <vm_exec_core+13450>, 0x5feb12e82944 <vm_exec_core+1156>, 0x5feb12e82f63 <vm_exec_core+2723>, 0x5feb12e8696e <vm_exec_core+17582>, 0x5feb12e85f5a <vm_exec_core+15002>, 0x5feb12e86841 <vm_exec_core+17281>, 0x5feb12e866e3 <vm_exec_core+16931>, 0x5feb12e85513 <vm_exec_core+12371>, 0x5feb12e85e56 <vm_exec_core+14742>, 0x5feb12e85a3b <vm_exec_core+13691>, 0x5feb12e861b3 <vm_exec_core+15603>, 0x5feb12e86138 <vm_exec_core+15480>, 0x5feb12e88cc0 <vm_exec_core+26624>, 0x5feb12e8521c <vm_exec_core+11612>, 0x5feb12e82b1e <vm_exec_core+1630>, 0x5feb12e83be0 <vm_exec_core+5920>, 0x5feb12e88eab <vm_exec_core+27115>, 0x5feb12e8389e <vm_exec_core+5086>, 0x5feb12e8a384 <vm_exec_core+32452>, 0x5feb12e87dd5 <vm_exec_core+22805>, 0x5feb12e862b7 <vm_exec_core+15863>, 0x5feb12e82e7b <vm_exec_core+2491>, 0x5feb12e8968a <vm_exec_core+29130>, 0x5feb12e89290 <vm_exec_core+28112>, 0x5feb12e83ae1 <vm_exec_core+5665>, 0x5feb12e83399 <vm_exec_core+3801>, 0x5feb12e88344 <vm_exec_core+24196>, 0x5feb12e8477b <vm_exec_core+8891>, 0x5feb12e89b0d <vm_exec_core+30285>, 0x5feb12e8953f <vm_exec_core+28799>, 0x5feb12e8503a <vm_exec_core+11130>, 0x5feb12e8621f <vm_exec_core+15711>, 0x5feb12e87efa <vm_exec_core+23098>, 0x5feb12e8949b <vm_exec_core+28635>, 0x5feb12e8716c <vm_exec_core+19628>, 0x5feb12e88092 <vm_exec_core+23506>, 0x5feb12e8886a <vm_exec_core+25514>, 0x5feb12e87063 <vm_exec_core+19363>, 0x5feb12e832ee <vm_exec_core+3630>, 0x5feb12e87927 <vm_exec_core+21607>, 0x5feb12e830ae <vm_exec_core+3054>, 0x5feb12e83497 <vm_exec_core+4055>, 0x5feb12e85467 <vm_exec_core+12199>, 0x5feb12e86dab <vm_exec_core+18667>, 0x5feb12e875f6 <vm_exec_core+20790>, 0x5feb12e86bb6 <vm_exec_core+18166>, 0x5feb12e82d97 <vm_exec_core+2263>, 0x5feb12e88be8 <vm_exec_core+26408>, 0x5feb12e89153 <vm_exec_core+27795>, 0x5feb12e83534 <vm_exec_core+4212>, 0x5feb12e84219 <vm_exec_core+7513>, 0x5feb12e83b86 <vm_exec_core+5830>, 0x5feb12e849ce <vm_exec_core+9486>, 0x5feb12e86073 <vm_exec_core+15283>, 0x5feb12e835db <vm_exec_core+4379>, 0x5feb12e88937 <vm_exec_core+25719>, 0x5feb12e8414f <vm_exec_core+7311>, 0x5feb12e85cf4 <vm_exec_core+14388>, 0x5feb12e867ac <vm_exec_core+17132>, 0x5feb12e884a5 <vm_exec_core+24549>, 0x5feb12e8736b <vm_exec_core+20139>, 0x5feb12e84a77 <vm_exec_core+9655>, 0x5feb12e84472 <vm_exec_core+8114>, 0x5feb12e88249 <vm_exec_core+23945>, 0x5feb12e856c3 <vm_exec_core+12803>, 0x5feb12e879f9 <vm_exec_core+21817>, 0x5feb12e874e3 <vm_exec_core+20515>, 0x5feb12e87a86 <vm_exec_core+21958>, 0x5feb12e88dcb <vm_exec_core+26891>, 0x5feb12e87298 <vm_exec_core+19928>, 0x5feb12e885b8 <vm_exec_core+24824>, 0x5feb12e84d40 <vm_exec_core+10368>, 0x5feb12e8815f <vm_exec_core+23711>, 0x5feb12e84e66 <vm_exec_core+10662>, 0x5feb12e86faf <vm_exec_core+19183>, 0x5feb12e87298 <vm_exec_core+19928>, 0x5feb12e8661b <vm_exec_core+16731>, 0x5feb12e86c73 <vm_exec_core+18355>, 0x5feb12e850cd <vm_exec_core+11277>, 0x5feb12e84596 <vm_exec_core+8406>, 0x5feb12e87b54 <vm_exec_core+22164>, 0x5feb12e836e6 <vm_exec_core+4646>, 0x5feb12e8641f <vm_exec_core+16223>, 0x5feb12e916a0 <vm_exec_core+61920>, 0x5feb12e872ac <vm_exec_core+19948>, 0x5feb12e83781 <vm_exec_core+4801>, 0x5feb12e84032 <vm_exec_core+7026>, 0x5feb12e83e4b <vm_exec_core+6539>, 0x5feb12e8430b <vm_exec_core+7755>, 0x5feb12e84b96 <vm_exec_core+9942>, 0x5feb12e86ab6 <vm_exec_core+17910>, 0x5feb12e86415 <vm_exec_core+16213>, 0x5feb12e86ab1 <vm_exec_core+17905>, 0x5feb12e87258 <vm_exec_core+19864>, 0x5feb12e87218 <vm_exec_core+19800>, 0x5feb12e84306 <vm_exec_core+7750>, 0x5feb12e875ba <vm_exec_core+20730>, 0x5feb12e85940 <vm_exec_core+13440>, 0x5feb12e85945 <vm_exec_core+13445>, 0x5feb12e87213 <vm_exec_core+19795>, 0x5feb12e86da6 <vm_exec_core+18662>...}
        reg_cfp = 0x7f4f0e5ff790
        reg_pc = 0x51700000b528
        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>
#33 0x00005feb12e7ea7b in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2625
        _ec = 0x516001a901d0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x7f4f0cdff6c0, <optimized out>, <optimized out>}, prev = 0x7f4f0cdffc00, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#34 0x00005feb12ebc67b in invoke_iseq_block_from_c (ec=0x516001a901d0, captured=<optimized out>, self=139978176061400, 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:1655
        flags = 0
        iseq = 0x7f4f355f49f8
        cfp = 0x7f4f0e5ff7c8
        sp = 0x7f4f0e4ff818
        use_argv = <optimized out>
        stack_argv = 0x7f4f0e4ff818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#35 invoke_block_from_c_proc (ec=0x516001a901d0, self=139978176061400, 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:1749
        block = <optimized out>
        keyword_hash = <optimized out>
#36 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:1779
No locals.
#37 0x00005feb12eba936 in rb_vm_invoke_proc (ec=0x50c0004b6754, proc=0x89, proc@entry=0x5040002764d0, argc=904498545, argc@entry=0, argv=0x0, kw_splat=-1, passed_block_handler=18446744073709551100, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1800
        self = 0
#38 0x00005feb12e0bdfd in thread_do_start_proc (th=th@entry=0x5150000e0b80) at /tmp/ruby/src/trunk_asan/thread.c:607
        args = <optimized out>
        procval = <optimized out>
        proc = 0x5040002764d0
        args_len = 0
        args_ptr = <optimized out>
#39 0x00005feb12e099da in thread_do_start (th=0x5150000e0b80) at /tmp/ruby/src/trunk_asan/thread.c:624
        result = 36
#40 thread_start_func_2 (th=th@entry=0x5150000e0b80, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:679
        _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>
#41 0x00005feb12e08c9e in call_thread_start_func_2 (th=0x5150000e0b80) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2184
        stack_start = <optimized out>
        stack_start_addr = 0x7f4f0cdffcc0
#42 nt_start (ptr=0x50c0004b6700) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2229
        th = 0x5150000e0b80
        sched = <optimized out>
        nt = 0x50c0004b6700
        vm = 0x525000000100
#43 0x00005feb12a94aaf in asan_thread_start(void*) ()
No symbol table info available.
#44 0x00007f4f35e9caa4 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 = {139977495152320, -6472430825663301088, 139977495152320, -352, 2, 139977566439120, -6472430825675884000, -6472451012839409120}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#45 0x00007f4f35f29c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 4 (Thread 0x7f4f148006c0 (LWP 1183661) "parallel.rb:40"):
#0  0x00007f4f35f1b4cd in __GI___poll (fds=0x7f4f05c15c60, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005feb12a3b6fa in __interceptor_poll ()
No symbol table info available.
#2  0x00005feb12b9d7e9 in nogvl_wait_for (th=139977591800000, fptr=0x51100014acc0, events=1, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:12601
        fds = {fd = 4, 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  0x00005feb12b9ec7a in internal_read_func (ptr=0x7f4f05c15a40) at /tmp/ruby/src/trunk_asan/io.c:1212
        iis = 0x7f4f05c15a40
        result = <optimized out>
#5  0x00005feb12df1d3e in rb_thread_io_blocking_call (io=0x51100014acc0, func=0x5feb12b9e770 <internal_read_func>, data1=0x7f4f05c15a40, events=1) at /tmp/ruby/src/trunk_asan/thread.c:1857
        __region = <optimized out>
        saved_state = RUBY_TAG_NONE
        _tag = <optimized out>
        _ec = <optimized out>
        ec = 0x516002b0e9d0
        th = 0x5150001fe080
        val = <optimized out>
        blocking_operation = <optimized out>
        state = RUBY_TAG_NONE
        saved_errno = <optimized out>
        prev_mn_schedulable = <optimized out>
        fd = <optimized out>
#6  0x00005feb12adf310 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:1078
        _ec = 0x516002b0e9d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7f4f147fed50, <optimized out>, 0x7f4f147fec60, <optimized out>, <optimized out>}, prev = 0x7f4f05c09140, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x516002b0e9d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#7  0x00005feb12bb30b5 in io_read_memory_locktmp (str=139977375702112, 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 = 139977591800000, fptr = 0x51100014acc0, nonblock = 0, fd = 4, buf = 0x519000d56b80, capa = 1024, timeout = <optimized out>}
        length = <optimized out>
        len = 1024
        fptr = 0x51100014acc0
        n = <optimized out>
        shrinkable = <optimized out>
#9  0x00005feb12b8f351 in io_readpartial (argc=96558176, argv=0x1, io=4294967295) at /tmp/ruby/src/trunk_asan/io.c:3624
        ret = <optimized out>
#10 0x00005feb12ee3c48 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:3798
        ci = 0x40d100100003
        cc = <optimized out>
        me = 0x7f4f35789ed0
        cfunc = 0x50600002c2a8
        recv = 139977591800120
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#11 0x00005feb12e8f9dc in vm_sendish (ec=0x516002b0e9d0, reg_cfp=0x7f4f11a60790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5995
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = 0, proc_ns = 0x0}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#12 vm_exec_core (ec=ec@entry=0x516002b0e9d0) at ../../src/trunk_asan/insns.def:899
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5feb12e88ccf <vm_exec_core+26639>, 0x5feb12e8522b <vm_exec_core+11627>, 0x5feb12e82b2d <vm_exec_core+1645>, 0x5feb12e83bef <vm_exec_core+5935>, 0x5feb12e88eba <vm_exec_core+27130>, 0x5feb12e838ad <vm_exec_core+5101>, 0x5feb12e8a393 <vm_exec_core+32467>, 0x5feb12e87de4 <vm_exec_core+22820>, 0x5feb12e862c6 <vm_exec_core+15878>, 0x5feb12e82e8a <vm_exec_core+2506>, 0x5feb12e89699 <vm_exec_core+29145>, 0x5feb12e8929f <vm_exec_core+28127>, 0x5feb12e83af0 <vm_exec_core+5680>, 0x5feb12e833a8 <vm_exec_core+3816>, 0x5feb12e88353 <vm_exec_core+24211>, 0x5feb12e8478a <vm_exec_core+8906>, 0x5feb12e89b1c <vm_exec_core+30300>, 0x5feb12e8954e <vm_exec_core+28814>, 0x5feb12e85049 <vm_exec_core+11145>, 0x5feb12e8622e <vm_exec_core+15726>, 0x5feb12e87f09 <vm_exec_core+23113>, 0x5feb12e894aa <vm_exec_core+28650>, 0x5feb12e8717b <vm_exec_core+19643>, 0x5feb12e880a1 <vm_exec_core+23521>, 0x5feb12e88879 <vm_exec_core+25529>, 0x5feb12e87072 <vm_exec_core+19378>, 0x5feb12e832fd <vm_exec_core+3645>, 0x5feb12e87936 <vm_exec_core+21622>, 0x5feb12e830bd <vm_exec_core+3069>, 0x5feb12e834a6 <vm_exec_core+4070>, 0x5feb12e85476 <vm_exec_core+12214>, 0x5feb12e86dba <vm_exec_core+18682>, 0x5feb12e87605 <vm_exec_core+20805>, 0x5feb12e86bc5 <vm_exec_core+18181>, 0x5feb12e82da6 <vm_exec_core+2278>, 0x5feb12e88bf7 <vm_exec_core+26423>, 0x5feb12e89162 <vm_exec_core+27810>, 0x5feb12e83543 <vm_exec_core+4227>, 0x5feb12e84228 <vm_exec_core+7528>, 0x5feb12e83b95 <vm_exec_core+5845>, 0x5feb12e849dd <vm_exec_core+9501>, 0x5feb12e86082 <vm_exec_core+15298>, 0x5feb12e835ea <vm_exec_core+4394>, 0x5feb12e88946 <vm_exec_core+25734>, 0x5feb12e8415e <vm_exec_core+7326>, 0x5feb12e85d03 <vm_exec_core+14403>, 0x5feb12e867bb <vm_exec_core+17147>, 0x5feb12e884b4 <vm_exec_core+24564>, 0x5feb12e8737a <vm_exec_core+20154>, 0x5feb12e84a86 <vm_exec_core+9670>, 0x5feb12e84481 <vm_exec_core+8129>, 0x5feb12e88258 <vm_exec_core+23960>, 0x5feb12e856d2 <vm_exec_core+12818>, 0x5feb12e87a08 <vm_exec_core+21832>, 0x5feb12e874f2 <vm_exec_core+20530>, 0x5feb12e87a95 <vm_exec_core+21973>, 0x5feb12e88dda <vm_exec_core+26906>, 0x5feb12e8284b <vm_exec_core+907>, 0x5feb12e885c7 <vm_exec_core+24839>, 0x5feb12e84d4f <vm_exec_core+10383>, 0x5feb12e8816e <vm_exec_core+23726>, 0x5feb12e84e75 <vm_exec_core+10677>, 0x5feb12e86fbe <vm_exec_core+19198>, 0x5feb12e89de7 <vm_exec_core+31015>, 0x5feb12e8662a <vm_exec_core+16746>, 0x5feb12e86c82 <vm_exec_core+18370>, 0x5feb12e850dc <vm_exec_core+11292>, 0x5feb12e845a5 <vm_exec_core+8421>, 0x5feb12e87b63 <vm_exec_core+22179>, 0x5feb12e836f5 <vm_exec_core+4661>, 0x5feb12e8642e <vm_exec_core+16238>, 0x5feb12e916af <vm_exec_core+61935>, 0x5feb12e872bb <vm_exec_core+19963>, 0x5feb12e83790 <vm_exec_core+4816>, 0x5feb12e84041 <vm_exec_core+7041>, 0x5feb12e83e5a <vm_exec_core+6554>, 0x5feb12e8431a <vm_exec_core+7770>, 0x5feb12e84ba5 <vm_exec_core+9957>, 0x5feb12e89a44 <vm_exec_core+30084>, 0x5feb12e82850 <vm_exec_core+912>, 0x5feb12e83f66 <vm_exec_core+6822>, 0x5feb12e8a51b <vm_exec_core+32859>, 0x5feb12e87834 <vm_exec_core+21364>, 0x5feb12e86abb <vm_exec_core+17915>, 0x5feb12e889d6 <vm_exec_core+25878>, 0x5feb12e8a8cd <vm_exec_core+33805>, 0x5feb12e88cfe <vm_exec_core+26686>, 0x5feb12e89bbe <vm_exec_core+30462>, 0x5feb12e89c8f <vm_exec_core+30671>, 0x5feb12e831c7 <vm_exec_core+3335>, 0x5feb12e895ba <vm_exec_core+28922>, 0x5feb12e855f6 <vm_exec_core+12598>, 0x5feb12e89805 <vm_exec_core+29509>, 0x5feb12e84f1a <vm_exec_core+10842>, 0x5feb12e84827 <vm_exec_core+9063>, 0x5feb12e85b5e <vm_exec_core+13982>, 0x5feb12e8365b <vm_exec_core+4507>, 0x5feb12e89d5c <vm_exec_core+30876>, 0x5feb12e85dbc <vm_exec_core+14588>, 0x5feb12e8594a <vm_exec_core+13450>, 0x5feb12e82944 <vm_exec_core+1156>, 0x5feb12e82f63 <vm_exec_core+2723>, 0x5feb12e8696e <vm_exec_core+17582>, 0x5feb12e85f5a <vm_exec_core+15002>, 0x5feb12e86841 <vm_exec_core+17281>, 0x5feb12e866e3 <vm_exec_core+16931>, 0x5feb12e85513 <vm_exec_core+12371>, 0x5feb12e85e56 <vm_exec_core+14742>, 0x5feb12e85a3b <vm_exec_core+13691>, 0x5feb12e861b3 <vm_exec_core+15603>, 0x5feb12e86138 <vm_exec_core+15480>, 0x5feb12e88cc0 <vm_exec_core+26624>, 0x5feb12e8521c <vm_exec_core+11612>, 0x5feb12e82b1e <vm_exec_core+1630>, 0x5feb12e83be0 <vm_exec_core+5920>, 0x5feb12e88eab <vm_exec_core+27115>, 0x5feb12e8389e <vm_exec_core+5086>, 0x5feb12e8a384 <vm_exec_core+32452>, 0x5feb12e87dd5 <vm_exec_core+22805>, 0x5feb12e862b7 <vm_exec_core+15863>, 0x5feb12e82e7b <vm_exec_core+2491>, 0x5feb12e8968a <vm_exec_core+29130>, 0x5feb12e89290 <vm_exec_core+28112>, 0x5feb12e83ae1 <vm_exec_core+5665>, 0x5feb12e83399 <vm_exec_core+3801>, 0x5feb12e88344 <vm_exec_core+24196>, 0x5feb12e8477b <vm_exec_core+8891>, 0x5feb12e89b0d <vm_exec_core+30285>, 0x5feb12e8953f <vm_exec_core+28799>, 0x5feb12e8503a <vm_exec_core+11130>, 0x5feb12e8621f <vm_exec_core+15711>, 0x5feb12e87efa <vm_exec_core+23098>, 0x5feb12e8949b <vm_exec_core+28635>, 0x5feb12e8716c <vm_exec_core+19628>, 0x5feb12e88092 <vm_exec_core+23506>, 0x5feb12e8886a <vm_exec_core+25514>, 0x5feb12e87063 <vm_exec_core+19363>, 0x5feb12e832ee <vm_exec_core+3630>, 0x5feb12e87927 <vm_exec_core+21607>, 0x5feb12e830ae <vm_exec_core+3054>, 0x5feb12e83497 <vm_exec_core+4055>, 0x5feb12e85467 <vm_exec_core+12199>, 0x5feb12e86dab <vm_exec_core+18667>, 0x5feb12e875f6 <vm_exec_core+20790>, 0x5feb12e86bb6 <vm_exec_core+18166>, 0x5feb12e82d97 <vm_exec_core+2263>, 0x5feb12e88be8 <vm_exec_core+26408>, 0x5feb12e89153 <vm_exec_core+27795>, 0x5feb12e83534 <vm_exec_core+4212>, 0x5feb12e84219 <vm_exec_core+7513>, 0x5feb12e83b86 <vm_exec_core+5830>, 0x5feb12e849ce <vm_exec_core+9486>, 0x5feb12e86073 <vm_exec_core+15283>, 0x5feb12e835db <vm_exec_core+4379>, 0x5feb12e88937 <vm_exec_core+25719>, 0x5feb12e8414f <vm_exec_core+7311>, 0x5feb12e85cf4 <vm_exec_core+14388>, 0x5feb12e867ac <vm_exec_core+17132>, 0x5feb12e884a5 <vm_exec_core+24549>, 0x5feb12e8736b <vm_exec_core+20139>, 0x5feb12e84a77 <vm_exec_core+9655>, 0x5feb12e84472 <vm_exec_core+8114>, 0x5feb12e88249 <vm_exec_core+23945>, 0x5feb12e856c3 <vm_exec_core+12803>, 0x5feb12e879f9 <vm_exec_core+21817>, 0x5feb12e874e3 <vm_exec_core+20515>, 0x5feb12e87a86 <vm_exec_core+21958>, 0x5feb12e88dcb <vm_exec_core+26891>, 0x5feb12e87298 <vm_exec_core+19928>, 0x5feb12e885b8 <vm_exec_core+24824>, 0x5feb12e84d40 <vm_exec_core+10368>, 0x5feb12e8815f <vm_exec_core+23711>, 0x5feb12e84e66 <vm_exec_core+10662>, 0x5feb12e86faf <vm_exec_core+19183>, 0x5feb12e87298 <vm_exec_core+19928>, 0x5feb12e8661b <vm_exec_core+16731>, 0x5feb12e86c73 <vm_exec_core+18355>, 0x5feb12e850cd <vm_exec_core+11277>, 0x5feb12e84596 <vm_exec_core+8406>, 0x5feb12e87b54 <vm_exec_core+22164>, 0x5feb12e836e6 <vm_exec_core+4646>, 0x5feb12e8641f <vm_exec_core+16223>, 0x5feb12e916a0 <vm_exec_core+61920>, 0x5feb12e872ac <vm_exec_core+19948>, 0x5feb12e83781 <vm_exec_core+4801>, 0x5feb12e84032 <vm_exec_core+7026>, 0x5feb12e83e4b <vm_exec_core+6539>, 0x5feb12e8430b <vm_exec_core+7755>, 0x5feb12e84b96 <vm_exec_core+9942>, 0x5feb12e86ab6 <vm_exec_core+17910>, 0x5feb12e86415 <vm_exec_core+16213>, 0x5feb12e86ab1 <vm_exec_core+17905>, 0x5feb12e87258 <vm_exec_core+19864>, 0x5feb12e87218 <vm_exec_core+19800>, 0x5feb12e84306 <vm_exec_core+7750>, 0x5feb12e875ba <vm_exec_core+20730>, 0x5feb12e85940 <vm_exec_core+13440>, 0x5feb12e85945 <vm_exec_core+13445>, 0x5feb12e87213 <vm_exec_core+19795>, 0x5feb12e86da6 <vm_exec_core+18662>...}
        reg_cfp = 0x7f4f11a60790
        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 0x00005feb12e7ea7b in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2625
        _ec = 0x516002b0e9d0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x7f4f147ff6c0, <optimized out>, <optimized out>}, prev = 0x7f4f147ffc00, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#14 0x00005feb12ebc67b in invoke_iseq_block_from_c (ec=0x516002b0e9d0, captured=<optimized out>, self=139978137700920, 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:1655
        flags = 0
        iseq = 0x7f4f3572b470
        cfp = 0x7f4f11a607c8
        sp = 0x7f4f11960818
        use_argv = <optimized out>
        stack_argv = 0x7f4f11960818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#15 invoke_block_from_c_proc (ec=0x516002b0e9d0, self=139978137700920, 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:1749
        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:1779
No locals.
#17 0x00005feb12eba936 in rb_vm_invoke_proc (ec=0x7f4f05c15c60, proc=0x1, proc@entry=0x50400020f090, argc=905032909, 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:1800
        self = 4294967295
#18 0x00005feb12e0bdfd in thread_do_start_proc (th=th@entry=0x5150001fe080) at /tmp/ruby/src/trunk_asan/thread.c:607
        args = <optimized out>
        procval = <optimized out>
        proc = 0x50400020f090
        args_len = 0
        args_ptr = <optimized out>
#19 0x00005feb12e099da in thread_do_start (th=0x5150001fe080) at /tmp/ruby/src/trunk_asan/thread.c:624
        result = 36
#20 thread_start_func_2 (th=th@entry=0x5150001fe080, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:679
        _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 0x00005feb12e08c9e in call_thread_start_func_2 (th=0x5150001fe080) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2184
        stack_start = <optimized out>
        stack_start_addr = 0x7f4f147ffcc0
#22 nt_start (ptr=0x50c0007c42c0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2229
        th = 0x5150001fe080
        sched = <optimized out>
        nt = 0x50c0007c42c0
        vm = 0x525000000100
#23 0x00005feb12a94aaf in asan_thread_start(void*) ()
No symbol table info available.
#24 0x00007f4f35e9caa4 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 = {139977623078592, -6472377224471447008, 139977623078592, -352, 25, 140722036063984, -6472377224484029920, -6472451012839409120}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#25 0x00007f4f35f29c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 3 (Thread 0x7f4f19c006c0 (LWP 1207478) "test_autoload.*"):
#0  0x00007f4f35f1b4cd in __GI___poll (fds=0x7f4f01109040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005feb12a3b6fa in __interceptor_poll ()
No symbol table info available.
#2  0x00005feb12e0d79f 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:3014
        vm = <optimized out>
#4  0x00005feb12a94aaf in asan_thread_start(void*) ()
No symbol table info available.
#5  0x00007f4f35e9caa4 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 = {139977711158976, -6472406361529583072, 139977711158976, -352, 0, 139977518211760, -6472406361542165984, -6472451012839409120}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x00007f4f35f29c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 2 (Thread 0x7f4f034006c0 (LWP 1570553) "envutil.rb:183"):
#0  0x00007f4f35f1b4cd in __GI___poll (fds=0x7f4f05009660, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005feb12a3b6fa in __interceptor_poll ()
No symbol table info available.
#2  0x00005feb12b9d7e9 in nogvl_wait_for (th=139978159885120, fptr=0x511000171dc0, events=1, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:12601
        fds = {fd = 10, 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  0x00005feb12b9ec7a in internal_read_func (ptr=0x7f4f05009520) at /tmp/ruby/src/trunk_asan/io.c:1212
        iis = 0x7f4f05009520
        result = <optimized out>
#5  0x00005feb12df1d3e in rb_thread_io_blocking_call (io=0x511000171dc0, func=0x5feb12b9e770 <internal_read_func>, data1=data1@entry=0x7f4f05009520, events=events@entry=1) at /tmp/ruby/src/trunk_asan/thread.c:1857
        __region = <optimized out>
        saved_state = RUBY_TAG_NONE
        _tag = <optimized out>
        _ec = <optimized out>
        ec = 0x516002b1c7d0
        th = 0x515000104580
        val = <optimized out>
        blocking_operation = <optimized out>
        state = RUBY_TAG_NONE
        saved_errno = <optimized out>
        prev_mn_schedulable = <optimized out>
        fd = <optimized out>
#6  0x00005feb12b9e5b0 in rb_io_blocking_region_wait (io=0x511000171dc0, function=0x1, argument=0x7f4f05009520, 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 = 139978159885120, fptr = 0x511000171dc0, nonblock = 0, fd = 10, buf = 0x52500054d900, capa = 8192, timeout = 0x0}
        timeout_storage = <optimized out>
        scheduler = <optimized out>
#8  0x00005feb12ba1ec7 in io_bufread (ptr=0x52500054d900 '\276' <repeats 200 times>..., len=8192, fptr=0x511000171dc0) 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 0x00005feb12adf310 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:1078
        _ec = 0x516002b1c7d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7f4f033fecb0, <optimized out>, 0x7f4f033febc0, <optimized out>, <optimized out>}, prev = 0x7f4f05009140, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x516002b1c7d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#11 0x00005feb12b9f8eb in io_fread (str=139978159884800, offset=0, size=8192, fptr=0x511000171dc0) at /tmp/ruby/src/trunk_asan/io.c:3117
        arg = {str_ptr = 0x52500054d900 '\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=139978159884800) 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 0x00005feb12b8f733 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 = 0x511000171dc0
        len = <optimized out>
        n = <optimized out>
        shrinkable = <optimized out>
#14 0x00005feb12ee3c48 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:3798
        ci = 0x3fe100100001
        cc = <optimized out>
        me = 0x7f4f35789ea8
        cfunc = 0x50600002c308
        recv = 139978159888200
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#15 0x00005feb12e8f9dc in vm_sendish (ec=0x516002b1c7d0, reg_cfp=0x7f4f0faeb790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5995
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = 0, proc_ns = 0x0}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#16 vm_exec_core (ec=ec@entry=0x516002b1c7d0) at ../../src/trunk_asan/insns.def:899
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x5feb12e88ccf <vm_exec_core+26639>, 0x5feb12e8522b <vm_exec_core+11627>, 0x5feb12e82b2d <vm_exec_core+1645>, 0x5feb12e83bef <vm_exec_core+5935>, 0x5feb12e88eba <vm_exec_core+27130>, 0x5feb12e838ad <vm_exec_core+5101>, 0x5feb12e8a393 <vm_exec_core+32467>, 0x5feb12e87de4 <vm_exec_core+22820>, 0x5feb12e862c6 <vm_exec_core+15878>, 0x5feb12e82e8a <vm_exec_core+2506>, 0x5feb12e89699 <vm_exec_core+29145>, 0x5feb12e8929f <vm_exec_core+28127>, 0x5feb12e83af0 <vm_exec_core+5680>, 0x5feb12e833a8 <vm_exec_core+3816>, 0x5feb12e88353 <vm_exec_core+24211>, 0x5feb12e8478a <vm_exec_core+8906>, 0x5feb12e89b1c <vm_exec_core+30300>, 0x5feb12e8954e <vm_exec_core+28814>, 0x5feb12e85049 <vm_exec_core+11145>, 0x5feb12e8622e <vm_exec_core+15726>, 0x5feb12e87f09 <vm_exec_core+23113>, 0x5feb12e894aa <vm_exec_core+28650>, 0x5feb12e8717b <vm_exec_core+19643>, 0x5feb12e880a1 <vm_exec_core+23521>, 0x5feb12e88879 <vm_exec_core+25529>, 0x5feb12e87072 <vm_exec_core+19378>, 0x5feb12e832fd <vm_exec_core+3645>, 0x5feb12e87936 <vm_exec_core+21622>, 0x5feb12e830bd <vm_exec_core+3069>, 0x5feb12e834a6 <vm_exec_core+4070>, 0x5feb12e85476 <vm_exec_core+12214>, 0x5feb12e86dba <vm_exec_core+18682>, 0x5feb12e87605 <vm_exec_core+20805>, 0x5feb12e86bc5 <vm_exec_core+18181>, 0x5feb12e82da6 <vm_exec_core+2278>, 0x5feb12e88bf7 <vm_exec_core+26423>, 0x5feb12e89162 <vm_exec_core+27810>, 0x5feb12e83543 <vm_exec_core+4227>, 0x5feb12e84228 <vm_exec_core+7528>, 0x5feb12e83b95 <vm_exec_core+5845>, 0x5feb12e849dd <vm_exec_core+9501>, 0x5feb12e86082 <vm_exec_core+15298>, 0x5feb12e835ea <vm_exec_core+4394>, 0x5feb12e88946 <vm_exec_core+25734>, 0x5feb12e8415e <vm_exec_core+7326>, 0x5feb12e85d03 <vm_exec_core+14403>, 0x5feb12e867bb <vm_exec_core+17147>, 0x5feb12e884b4 <vm_exec_core+24564>, 0x5feb12e8737a <vm_exec_core+20154>, 0x5feb12e84a86 <vm_exec_core+9670>, 0x5feb12e84481 <vm_exec_core+8129>, 0x5feb12e88258 <vm_exec_core+23960>, 0x5feb12e856d2 <vm_exec_core+12818>, 0x5feb12e87a08 <vm_exec_core+21832>, 0x5feb12e874f2 <vm_exec_core+20530>, 0x5feb12e87a95 <vm_exec_core+21973>, 0x5feb12e88dda <vm_exec_core+26906>, 0x5feb12e8284b <vm_exec_core+907>, 0x5feb12e885c7 <vm_exec_core+24839>, 0x5feb12e84d4f <vm_exec_core+10383>, 0x5feb12e8816e <vm_exec_core+23726>, 0x5feb12e84e75 <vm_exec_core+10677>, 0x5feb12e86fbe <vm_exec_core+19198>, 0x5feb12e89de7 <vm_exec_core+31015>, 0x5feb12e8662a <vm_exec_core+16746>, 0x5feb12e86c82 <vm_exec_core+18370>, 0x5feb12e850dc <vm_exec_core+11292>, 0x5feb12e845a5 <vm_exec_core+8421>, 0x5feb12e87b63 <vm_exec_core+22179>, 0x5feb12e836f5 <vm_exec_core+4661>, 0x5feb12e8642e <vm_exec_core+16238>, 0x5feb12e916af <vm_exec_core+61935>, 0x5feb12e872bb <vm_exec_core+19963>, 0x5feb12e83790 <vm_exec_core+4816>, 0x5feb12e84041 <vm_exec_core+7041>, 0x5feb12e83e5a <vm_exec_core+6554>, 0x5feb12e8431a <vm_exec_core+7770>, 0x5feb12e84ba5 <vm_exec_core+9957>, 0x5feb12e89a44 <vm_exec_core+30084>, 0x5feb12e82850 <vm_exec_core+912>, 0x5feb12e83f66 <vm_exec_core+6822>, 0x5feb12e8a51b <vm_exec_core+32859>, 0x5feb12e87834 <vm_exec_core+21364>, 0x5feb12e86abb <vm_exec_core+17915>, 0x5feb12e889d6 <vm_exec_core+25878>, 0x5feb12e8a8cd <vm_exec_core+33805>, 0x5feb12e88cfe <vm_exec_core+26686>, 0x5feb12e89bbe <vm_exec_core+30462>, 0x5feb12e89c8f <vm_exec_core+30671>, 0x5feb12e831c7 <vm_exec_core+3335>, 0x5feb12e895ba <vm_exec_core+28922>, 0x5feb12e855f6 <vm_exec_core+12598>, 0x5feb12e89805 <vm_exec_core+29509>, 0x5feb12e84f1a <vm_exec_core+10842>, 0x5feb12e84827 <vm_exec_core+9063>, 0x5feb12e85b5e <vm_exec_core+13982>, 0x5feb12e8365b <vm_exec_core+4507>, 0x5feb12e89d5c <vm_exec_core+30876>, 0x5feb12e85dbc <vm_exec_core+14588>, 0x5feb12e8594a <vm_exec_core+13450>, 0x5feb12e82944 <vm_exec_core+1156>, 0x5feb12e82f63 <vm_exec_core+2723>, 0x5feb12e8696e <vm_exec_core+17582>, 0x5feb12e85f5a <vm_exec_core+15002>, 0x5feb12e86841 <vm_exec_core+17281>, 0x5feb12e866e3 <vm_exec_core+16931>, 0x5feb12e85513 <vm_exec_core+12371>, 0x5feb12e85e56 <vm_exec_core+14742>, 0x5feb12e85a3b <vm_exec_core+13691>, 0x5feb12e861b3 <vm_exec_core+15603>, 0x5feb12e86138 <vm_exec_core+15480>, 0x5feb12e88cc0 <vm_exec_core+26624>, 0x5feb12e8521c <vm_exec_core+11612>, 0x5feb12e82b1e <vm_exec_core+1630>, 0x5feb12e83be0 <vm_exec_core+5920>, 0x5feb12e88eab <vm_exec_core+27115>, 0x5feb12e8389e <vm_exec_core+5086>, 0x5feb12e8a384 <vm_exec_core+32452>, 0x5feb12e87dd5 <vm_exec_core+22805>, 0x5feb12e862b7 <vm_exec_core+15863>, 0x5feb12e82e7b <vm_exec_core+2491>, 0x5feb12e8968a <vm_exec_core+29130>, 0x5feb12e89290 <vm_exec_core+28112>, 0x5feb12e83ae1 <vm_exec_core+5665>, 0x5feb12e83399 <vm_exec_core+3801>, 0x5feb12e88344 <vm_exec_core+24196>, 0x5feb12e8477b <vm_exec_core+8891>, 0x5feb12e89b0d <vm_exec_core+30285>, 0x5feb12e8953f <vm_exec_core+28799>, 0x5feb12e8503a <vm_exec_core+11130>, 0x5feb12e8621f <vm_exec_core+15711>, 0x5feb12e87efa <vm_exec_core+23098>, 0x5feb12e8949b <vm_exec_core+28635>, 0x5feb12e8716c <vm_exec_core+19628>, 0x5feb12e88092 <vm_exec_core+23506>, 0x5feb12e8886a <vm_exec_core+25514>, 0x5feb12e87063 <vm_exec_core+19363>, 0x5feb12e832ee <vm_exec_core+3630>, 0x5feb12e87927 <vm_exec_core+21607>, 0x5feb12e830ae <vm_exec_core+3054>, 0x5feb12e83497 <vm_exec_core+4055>, 0x5feb12e85467 <vm_exec_core+12199>, 0x5feb12e86dab <vm_exec_core+18667>, 0x5feb12e875f6 <vm_exec_core+20790>, 0x5feb12e86bb6 <vm_exec_core+18166>, 0x5feb12e82d97 <vm_exec_core+2263>, 0x5feb12e88be8 <vm_exec_core+26408>, 0x5feb12e89153 <vm_exec_core+27795>, 0x5feb12e83534 <vm_exec_core+4212>, 0x5feb12e84219 <vm_exec_core+7513>, 0x5feb12e83b86 <vm_exec_core+5830>, 0x5feb12e849ce <vm_exec_core+9486>, 0x5feb12e86073 <vm_exec_core+15283>, 0x5feb12e835db <vm_exec_core+4379>, 0x5feb12e88937 <vm_exec_core+25719>, 0x5feb12e8414f <vm_exec_core+7311>, 0x5feb12e85cf4 <vm_exec_core+14388>, 0x5feb12e867ac <vm_exec_core+17132>, 0x5feb12e884a5 <vm_exec_core+24549>, 0x5feb12e8736b <vm_exec_core+20139>, 0x5feb12e84a77 <vm_exec_core+9655>, 0x5feb12e84472 <vm_exec_core+8114>, 0x5feb12e88249 <vm_exec_core+23945>, 0x5feb12e856c3 <vm_exec_core+12803>, 0x5feb12e879f9 <vm_exec_core+21817>, 0x5feb12e874e3 <vm_exec_core+20515>, 0x5feb12e87a86 <vm_exec_core+21958>, 0x5feb12e88dcb <vm_exec_core+26891>, 0x5feb12e87298 <vm_exec_core+19928>, 0x5feb12e885b8 <vm_exec_core+24824>, 0x5feb12e84d40 <vm_exec_core+10368>, 0x5feb12e8815f <vm_exec_core+23711>, 0x5feb12e84e66 <vm_exec_core+10662>, 0x5feb12e86faf <vm_exec_core+19183>, 0x5feb12e87298 <vm_exec_core+19928>, 0x5feb12e8661b <vm_exec_core+16731>, 0x5feb12e86c73 <vm_exec_core+18355>, 0x5feb12e850cd <vm_exec_core+11277>, 0x5feb12e84596 <vm_exec_core+8406>, 0x5feb12e87b54 <vm_exec_core+22164>, 0x5feb12e836e6 <vm_exec_core+4646>, 0x5feb12e8641f <vm_exec_core+16223>, 0x5feb12e916a0 <vm_exec_core+61920>, 0x5feb12e872ac <vm_exec_core+19948>, 0x5feb12e83781 <vm_exec_core+4801>, 0x5feb12e84032 <vm_exec_core+7026>, 0x5feb12e83e4b <vm_exec_core+6539>, 0x5feb12e8430b <vm_exec_core+7755>, 0x5feb12e84b96 <vm_exec_core+9942>, 0x5feb12e86ab6 <vm_exec_core+17910>, 0x5feb12e86415 <vm_exec_core+16213>, 0x5feb12e86ab1 <vm_exec_core+17905>, 0x5feb12e87258 <vm_exec_core+19864>, 0x5feb12e87218 <vm_exec_core+19800>, 0x5feb12e84306 <vm_exec_core+7750>, 0x5feb12e875ba <vm_exec_core+20730>, 0x5feb12e85940 <vm_exec_core+13440>, 0x5feb12e85945 <vm_exec_core+13445>, 0x5feb12e87213 <vm_exec_core+19795>, 0x5feb12e86da6 <vm_exec_core+18662>...}
        reg_cfp = 0x7f4f0faeb790
        reg_pc = 0x50400002bb30
        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 0x00005feb12e7ea7b in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2625
        _ec = 0x516002b1c7d0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x7f4f033ff6c0, <optimized out>, <optimized out>}, prev = 0x7f4f033ffc00, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#18 0x00005feb12ebc67b in invoke_iseq_block_from_c (ec=0x516002b1c7d0, captured=<optimized out>, self=139978173971920, 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:1655
        flags = 0
        iseq = 0x7f4f355f97c8
        cfp = 0x7f4f0faeb7c8
        sp = 0x7f4f0f9eb818
        use_argv = <optimized out>
        stack_argv = 0x7f4f0f9eb818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#19 invoke_block_from_c_proc (ec=0x516002b1c7d0, self=139978173971920, 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:1749
        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:1779
No locals.
#21 0x00005feb12eba936 in rb_vm_invoke_proc (ec=0x7f4f05009660, proc=0x1, proc@entry=0x504000212d50, argc=905032909, 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:1800
        self = 4294967295
#22 0x00005feb12e0bdfd in thread_do_start_proc (th=th@entry=0x515000104580) at /tmp/ruby/src/trunk_asan/thread.c:607
        args = <optimized out>
        procval = <optimized out>
        proc = 0x504000212d50
        args_len = 0
        args_ptr = <optimized out>
#23 0x00005feb12e099da in thread_do_start (th=0x515000104580) at /tmp/ruby/src/trunk_asan/thread.c:624
        result = 36
#24 thread_start_func_2 (th=th@entry=0x515000104580, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:679
        _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 0x00005feb12e08c9e in call_thread_start_func_2 (th=0x515000104580) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2184
        stack_start = <optimized out>
        stack_start_addr = 0x7f4f033ffcc0
#26 nt_start (ptr=0x50c0007c9300) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2229
        th = 0x515000104580
        sched = <optimized out>
        nt = 0x50c0007c9300
        vm = 0x525000000100
#27 0x00005feb12a94aaf in asan_thread_start(void*) ()
No symbol table info available.
#28 0x00007f4f35e9caa4 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 = {139977333671616, -6472427252250510816, 139977333671616, -352, 22, 140722036061072, -6472427252263093728, -6472451012839409120}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#29 0x00007f4f35f29c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7f4f36095c40 (LWP 1032339) "ruby"):
#0  0x00007f4f35e98d71 in __futex_abstimed_wait_common64 (private=4095, cancel=true, abstime=0x7ffc66f8be80, op=137, expected=0, futex_word=0x50c000000090) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=4095, abstime=0x7ffc66f8be80, clockid=32764, expected=0, futex_word=0x50c000000090) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 8387840
        op = 137
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x50c000000090, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7ffc66f8be80, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007f4f35e9bc8e in __pthread_cond_wait_common (abstime=0x7ffc66f8be80, clockid=1, mutex=0x515000000450, cond=0x50c000000068) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7f4f35e9b4b0 <__condvar_cleanup_waiting>, __arg = 0x7ffc66f8bd70, __canceltype = -1483007232, __prev = 0x0}
        cbuffer = {wseq = 740, cond = 0x50c000000068, mutex = 0x515000000450, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 740
        seq = 370
        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=0x515000000450, abstime=abstime@entry=0x7ffc66f8be80) at ./nptl/pthread_cond_wait.c:652
        flags = <optimized out>
        clockid = 1
#5  0x00005feb12e07681 in native_cond_timedwait (cond=0x50c000000068, mutex=0x515000000450, 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=0x7f4f33c125a0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2437
        end = <optimized out>
        sched = 0x5160000004a0
        lock = 0x515000000450
        cond = 0x50c000000068
        max = 100000000000000000
#7  0x00005feb12e0e8e4 in native_sleep (th=0x515000000300, rel=0x7f4f33c125a0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3284
        sched = <optimized out>
#8  thread_join_sleep (arg=139978149804640) at /tmp/ruby/src/trunk_asan/thread.c:1074
        scheduler = <optimized out>
        p = 0x7f4f33e53a60
        target_th = 0x515000104580
        th = 0x515000000300
        end = 8907795076340521
        limit = 0x7f4f33c125a0
#9  0x00005feb12adf310 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:1078
        _ec = 0x5160000006d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffc66f8c090, <optimized out>, 0x7ffc66f8bfa0, <optimized out>, <optimized out>}, prev = 0x7f4f33e33d40, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160000006d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#10 0x00005feb12e0e438 in thread_join (target_th=<optimized out>, timeout=<optimized out>, limit=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:1115
        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 0x00005feb12e00a30 in thread_join_m (argc=<optimized out>, argv=<optimized out>, self=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:1212
        rel = <optimized out>
        timeout = <optimized out>
        limit = 0x7f4f33c125a0
#12 0x00005feb12ee3c48 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:3798
        ci = 0x34f100100003
        cc = <optimized out>
        me = 0x7f4f357695e0
        cfunc = 0x506000044f68
        recv = 139978159885120
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#13 0x00005feb12e8f9dc in vm_sendish (ec=0x5160000006d0, reg_cfp=0x7f4f333ff410, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5995
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = 0, proc_ns = 0x0}
        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 = {0x5feb12e88ccf <vm_exec_core+26639>, 0x5feb12e8522b <vm_exec_core+11627>, 0x5feb12e82b2d <vm_exec_core+1645>, 0x5feb12e83bef <vm_exec_core+5935>, 0x5feb12e88eba <vm_exec_core+27130>, 0x5feb12e838ad <vm_exec_core+5101>, 0x5feb12e8a393 <vm_exec_core+32467>, 0x5feb12e87de4 <vm_exec_core+22820>, 0x5feb12e862c6 <vm_exec_core+15878>, 0x5feb12e82e8a <vm_exec_core+2506>, 0x5feb12e89699 <vm_exec_core+29145>, 0x5feb12e8929f <vm_exec_core+28127>, 0x5feb12e83af0 <vm_exec_core+5680>, 0x5feb12e833a8 <vm_exec_core+3816>, 0x5feb12e88353 <vm_exec_core+24211>, 0x5feb12e8478a <vm_exec_core+8906>, 0x5feb12e89b1c <vm_exec_core+30300>, 0x5feb12e8954e <vm_exec_core+28814>, 0x5feb12e85049 <vm_exec_core+11145>, 0x5feb12e8622e <vm_exec_core+15726>, 0x5feb12e87f09 <vm_exec_core+23113>, 0x5feb12e894aa <vm_exec_core+28650>, 0x5feb12e8717b <vm_exec_core+19643>, 0x5feb12e880a1 <vm_exec_core+23521>, 0x5feb12e88879 <vm_exec_core+25529>, 0x5feb12e87072 <vm_exec_core+19378>, 0x5feb12e832fd <vm_exec_core+3645>, 0x5feb12e87936 <vm_exec_core+21622>, 0x5feb12e830bd <vm_exec_core+3069>, 0x5feb12e834a6 <vm_exec_core+4070>, 0x5feb12e85476 <vm_exec_core+12214>, 0x5feb12e86dba <vm_exec_core+18682>, 0x5feb12e87605 <vm_exec_core+20805>, 0x5feb12e86bc5 <vm_exec_core+18181>, 0x5feb12e82da6 <vm_exec_core+2278>, 0x5feb12e88bf7 <vm_exec_core+26423>, 0x5feb12e89162 <vm_exec_core+27810>, 0x5feb12e83543 <vm_exec_core+4227>, 0x5feb12e84228 <vm_exec_core+7528>, 0x5feb12e83b95 <vm_exec_core+5845>, 0x5feb12e849dd <vm_exec_core+9501>, 0x5feb12e86082 <vm_exec_core+15298>, 0x5feb12e835ea <vm_exec_core+4394>, 0x5feb12e88946 <vm_exec_core+25734>, 0x5feb12e8415e <vm_exec_core+7326>, 0x5feb12e85d03 <vm_exec_core+14403>, 0x5feb12e867bb <vm_exec_core+17147>, 0x5feb12e884b4 <vm_exec_core+24564>, 0x5feb12e8737a <vm_exec_core+20154>, 0x5feb12e84a86 <vm_exec_core+9670>, 0x5feb12e84481 <vm_exec_core+8129>, 0x5feb12e88258 <vm_exec_core+23960>, 0x5feb12e856d2 <vm_exec_core+12818>, 0x5feb12e87a08 <vm_exec_core+21832>, 0x5feb12e874f2 <vm_exec_core+20530>, 0x5feb12e87a95 <vm_exec_core+21973>, 0x5feb12e88dda <vm_exec_core+26906>, 0x5feb12e8284b <vm_exec_core+907>, 0x5feb12e885c7 <vm_exec_core+24839>, 0x5feb12e84d4f <vm_exec_core+10383>, 0x5feb12e8816e <vm_exec_core+23726>, 0x5feb12e84e75 <vm_exec_core+10677>, 0x5feb12e86fbe <vm_exec_core+19198>, 0x5feb12e89de7 <vm_exec_core+31015>, 0x5feb12e8662a <vm_exec_core+16746>, 0x5feb12e86c82 <vm_exec_core+18370>, 0x5feb12e850dc <vm_exec_core+11292>, 0x5feb12e845a5 <vm_exec_core+8421>, 0x5feb12e87b63 <vm_exec_core+22179>, 0x5feb12e836f5 <vm_exec_core+4661>, 0x5feb12e8642e <vm_exec_core+16238>, 0x5feb12e916af <vm_exec_core+61935>, 0x5feb12e872bb <vm_exec_core+19963>, 0x5feb12e83790 <vm_exec_core+4816>, 0x5feb12e84041 <vm_exec_core+7041>, 0x5feb12e83e5a <vm_exec_core+6554>, 0x5feb12e8431a <vm_exec_core+7770>, 0x5feb12e84ba5 <vm_exec_core+9957>, 0x5feb12e89a44 <vm_exec_core+30084>, 0x5feb12e82850 <vm_exec_core+912>, 0x5feb12e83f66 <vm_exec_core+6822>, 0x5feb12e8a51b <vm_exec_core+32859>, 0x5feb12e87834 <vm_exec_core+21364>, 0x5feb12e86abb <vm_exec_core+17915>, 0x5feb12e889d6 <vm_exec_core+25878>, 0x5feb12e8a8cd <vm_exec_core+33805>, 0x5feb12e88cfe <vm_exec_core+26686>, 0x5feb12e89bbe <vm_exec_core+30462>, 0x5feb12e89c8f <vm_exec_core+30671>, 0x5feb12e831c7 <vm_exec_core+3335>, 0x5feb12e895ba <vm_exec_core+28922>, 0x5feb12e855f6 <vm_exec_core+12598>, 0x5feb12e89805 <vm_exec_core+29509>, 0x5feb12e84f1a <vm_exec_core+10842>, 0x5feb12e84827 <vm_exec_core+9063>, 0x5feb12e85b5e <vm_exec_core+13982>, 0x5feb12e8365b <vm_exec_core+4507>, 0x5feb12e89d5c <vm_exec_core+30876>, 0x5feb12e85dbc <vm_exec_core+14588>, 0x5feb12e8594a <vm_exec_core+13450>, 0x5feb12e82944 <vm_exec_core+1156>, 0x5feb12e82f63 <vm_exec_core+2723>, 0x5feb12e8696e <vm_exec_core+17582>, 0x5feb12e85f5a <vm_exec_core+15002>, 0x5feb12e86841 <vm_exec_core+17281>, 0x5feb12e866e3 <vm_exec_core+16931>, 0x5feb12e85513 <vm_exec_core+12371>, 0x5feb12e85e56 <vm_exec_core+14742>, 0x5feb12e85a3b <vm_exec_core+13691>, 0x5feb12e861b3 <vm_exec_core+15603>, 0x5feb12e86138 <vm_exec_core+15480>, 0x5feb12e88cc0 <vm_exec_core+26624>, 0x5feb12e8521c <vm_exec_core+11612>, 0x5feb12e82b1e <vm_exec_core+1630>, 0x5feb12e83be0 <vm_exec_core+5920>, 0x5feb12e88eab <vm_exec_core+27115>, 0x5feb12e8389e <vm_exec_core+5086>, 0x5feb12e8a384 <vm_exec_core+32452>, 0x5feb12e87dd5 <vm_exec_core+22805>, 0x5feb12e862b7 <vm_exec_core+15863>, 0x5feb12e82e7b <vm_exec_core+2491>, 0x5feb12e8968a <vm_exec_core+29130>, 0x5feb12e89290 <vm_exec_core+28112>, 0x5feb12e83ae1 <vm_exec_core+5665>, 0x5feb12e83399 <vm_exec_core+3801>, 0x5feb12e88344 <vm_exec_core+24196>, 0x5feb12e8477b <vm_exec_core+8891>, 0x5feb12e89b0d <vm_exec_core+30285>, 0x5feb12e8953f <vm_exec_core+28799>, 0x5feb12e8503a <vm_exec_core+11130>, 0x5feb12e8621f <vm_exec_core+15711>, 0x5feb12e87efa <vm_exec_core+23098>, 0x5feb12e8949b <vm_exec_core+28635>, 0x5feb12e8716c <vm_exec_core+19628>, 0x5feb12e88092 <vm_exec_core+23506>, 0x5feb12e8886a <vm_exec_core+25514>, 0x5feb12e87063 <vm_exec_core+19363>, 0x5feb12e832ee <vm_exec_core+3630>, 0x5feb12e87927 <vm_exec_core+21607>, 0x5feb12e830ae <vm_exec_core+3054>, 0x5feb12e83497 <vm_exec_core+4055>, 0x5feb12e85467 <vm_exec_core+12199>, 0x5feb12e86dab <vm_exec_core+18667>, 0x5feb12e875f6 <vm_exec_core+20790>, 0x5feb12e86bb6 <vm_exec_core+18166>, 0x5feb12e82d97 <vm_exec_core+2263>, 0x5feb12e88be8 <vm_exec_core+26408>, 0x5feb12e89153 <vm_exec_core+27795>, 0x5feb12e83534 <vm_exec_core+4212>, 0x5feb12e84219 <vm_exec_core+7513>, 0x5feb12e83b86 <vm_exec_core+5830>, 0x5feb12e849ce <vm_exec_core+9486>, 0x5feb12e86073 <vm_exec_core+15283>, 0x5feb12e835db <vm_exec_core+4379>, 0x5feb12e88937 <vm_exec_core+25719>, 0x5feb12e8414f <vm_exec_core+7311>, 0x5feb12e85cf4 <vm_exec_core+14388>, 0x5feb12e867ac <vm_exec_core+17132>, 0x5feb12e884a5 <vm_exec_core+24549>, 0x5feb12e8736b <vm_exec_core+20139>, 0x5feb12e84a77 <vm_exec_core+9655>, 0x5feb12e84472 <vm_exec_core+8114>, 0x5feb12e88249 <vm_exec_core+23945>, 0x5feb12e856c3 <vm_exec_core+12803>, 0x5feb12e879f9 <vm_exec_core+21817>, 0x5feb12e874e3 <vm_exec_core+20515>, 0x5feb12e87a86 <vm_exec_core+21958>, 0x5feb12e88dcb <vm_exec_core+26891>, 0x5feb12e87298 <vm_exec_core+19928>, 0x5feb12e885b8 <vm_exec_core+24824>, 0x5feb12e84d40 <vm_exec_core+10368>, 0x5feb12e8815f <vm_exec_core+23711>, 0x5feb12e84e66 <vm_exec_core+10662>, 0x5feb12e86faf <vm_exec_core+19183>, 0x5feb12e87298 <vm_exec_core+19928>, 0x5feb12e8661b <vm_exec_core+16731>, 0x5feb12e86c73 <vm_exec_core+18355>, 0x5feb12e850cd <vm_exec_core+11277>, 0x5feb12e84596 <vm_exec_core+8406>, 0x5feb12e87b54 <vm_exec_core+22164>, 0x5feb12e836e6 <vm_exec_core+4646>, 0x5feb12e8641f <vm_exec_core+16223>, 0x5feb12e916a0 <vm_exec_core+61920>, 0x5feb12e872ac <vm_exec_core+19948>, 0x5feb12e83781 <vm_exec_core+4801>, 0x5feb12e84032 <vm_exec_core+7026>, 0x5feb12e83e4b <vm_exec_core+6539>, 0x5feb12e8430b <vm_exec_core+7755>, 0x5feb12e84b96 <vm_exec_core+9942>, 0x5feb12e86ab6 <vm_exec_core+17910>, 0x5feb12e86415 <vm_exec_core+16213>, 0x5feb12e86ab1 <vm_exec_core+17905>, 0x5feb12e87258 <vm_exec_core+19864>, 0x5feb12e87218 <vm_exec_core+19800>, 0x5feb12e84306 <vm_exec_core+7750>, 0x5feb12e875ba <vm_exec_core+20730>, 0x5feb12e85940 <vm_exec_core+13440>, 0x5feb12e85945 <vm_exec_core+13445>, 0x5feb12e87213 <vm_exec_core+19795>, 0x5feb12e86da6 <vm_exec_core+18662>...}
        reg_cfp = 0x7f4f333ff410
        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>
th: 0x515000000300, native_id: 0x7f4f36095c40
        INSN_LABEL_defineclass = <optimized out>
-- Control frame information -----------------------------------------------
        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>
c:0019 p:---- s:0178 e:000177 CFUNC  :join
c:0018 p:0494 s:0173 E:001b28 METHOD /tmp/ruby/src/trunk_asan/tool/lib/envutil.rb:186
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
c:0017 p:0275 s:0134 e:000133 METHOD /tmp/ruby/src/trunk_asan/tool/lib/core_assertions.rb:330
c:0016 p:0032 s:0110 e:000109 BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:347
        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>
c:0015 p:0038 s:0106 e:000105 METHOD /tmp/ruby/src/trunk_asan/lib/tmpdir.rb:105
c:0014 p:0007 s:0095 e:000094 METHOD /tmp/ruby/src/trunk_asan/test/ruby/test_autoload.rb:340
        INSN_LABEL_branchunless = <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_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>
c:0011 p:0093 s:0076 e:000075 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1677 [FINISH]
c:0010 p:---- s:0069 e:000068 CFUNC  :map
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
c:0009 p:0114 s:0065 e:000064 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1664
c:0008 p:0035 s:0053 e:000052 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1368
        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>
c:0007 p:0069 s:0046 E:001d80 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:52
        INSN_LABEL_putobject_INT2FIX_1_ = <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_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>
c:0004 p:0005 s:0022 e:000021 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:23
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
c:0003 p:0210 s:0016 e:000015 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:122
        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 0x00005feb12e7ee6b in vm_exec_loop (ec=0x5160000006d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2652
No locals.
#16 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2631
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#17 0x00005feb12f03122 in invoke_iseq_block_from_c (ec=0x5160000006d0, captured=0x7f4f333ff620, self=139978137700920, 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:1655
        flags = 0
        iseq = 0x7f4f355fcdb0
        cfp = <optimized out>
        sp = 0x7f4f332ffa28
        use_argv = 0x7f4f33cf6820
        stack_argv = 0x7f4f332ffa28
        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:1669
c:0002 p:0062 s:0006 e:000005 EVAL   /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:220 [FINISH]
        captured = 0x7f4f333ff620
#19 0x00005feb12eac766 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:1706
c:0001 p:0000 s:0003 E:001cf0 DUMMY  [FINISH]
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:1714

No locals.
#21 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#22 0x00005feb12eac766 in rb_yield (val=<optimized out>)
No locals.
#23 0x00005feb130638c6 in rb_ary_collect (ary=139977584797200) at /tmp/ruby/src/trunk_asan/array.c:3655
        collect = 139977702758160
        i = 22
#24 0x00005feb12ee3c48 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:3798
        ci = 0x166100000001
        cc = <optimized out>
        me = 0x7f4f357b0120
th: 0x5150000e0b80, native_id: 0x7f4f0ce006c0
-- Control frame information -----------------------------------------------
c:0006 p:---- s:0026 e:000025 CFUNC  :sleep
        cfunc = 0x5060000201e8
        recv = 139977584797200
        block_handler = <optimized out>
c:0005 p:---- s:0023 e:000022 CFUNC  :wait
c:0004 p:0018 s:0017 e:000016 BLOCK  /tmp/ruby/src/trunk_asan/lib/timeout.rb:107 [FINISH]
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#25 0x00005feb12e8a76a in vm_sendish (ec=0x5160000006d0, reg_cfp=0x7f4f333ff608, cd=0x512000011fb0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5995
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = <optimized out>, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = 0, proc_ns = 0x0}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#26 vm_exec_core (ec=ec@entry=0x5160000006d0) at ../../src/trunk_asan/insns.def:851
c:0003 p:---- s:0014 e:000013 CFUNC  :synchronize
c:0002 p:0069 s:0010 e:000009 BLOCK  /tmp/ruby/src/trunk_asan/lib/timeout.rb:105 [FINISH]
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
c:0001 p:---- s:0003 e:000002 DUMMY  [FINISH]

        cd = 0x512000011fb0
th: 0x5150001fe080, native_id: 0x7f4f148006c0
-- Control frame information -----------------------------------------------
        insns_address_table = {0x5feb12e88ccf <vm_exec_core+26639>, 0x5feb12e8522b <vm_exec_core+11627>, 0x5feb12e82b2d <vm_exec_core+1645>, 0x5feb12e83bef <vm_exec_core+5935>, 0x5feb12e88eba <vm_exec_core+27130>, 0x5feb12e838ad <vm_exec_core+5101>, 0x5feb12e8a393 <vm_exec_core+32467>, 0x5feb12e87de4 <vm_exec_core+22820>, 0x5feb12e862c6 <vm_exec_core+15878>, 0x5feb12e82e8a <vm_exec_core+2506>, 0x5feb12e89699 <vm_exec_core+29145>, 0x5feb12e8929f <vm_exec_core+28127>, 0x5feb12e83af0 <vm_exec_core+5680>, 0x5feb12e833a8 <vm_exec_core+3816>, 0x5feb12e88353 <vm_exec_core+24211>, 0x5feb12e8478a <vm_exec_core+8906>, 0x5feb12e89b1c <vm_exec_core+30300>, 0x5feb12e8954e <vm_exec_core+28814>, 0x5feb12e85049 <vm_exec_core+11145>, 0x5feb12e8622e <vm_exec_core+15726>, 0x5feb12e87f09 <vm_exec_core+23113>, 0x5feb12e894aa <vm_exec_core+28650>, 0x5feb12e8717b <vm_exec_core+19643>, 0x5feb12e880a1 <vm_exec_core+23521>, 0x5feb12e88879 <vm_exec_core+25529>, 0x5feb12e87072 <vm_exec_core+19378>, 0x5feb12e832fd <vm_exec_core+3645>, 0x5feb12e87936 <vm_exec_core+21622>, 0x5feb12e830bd <vm_exec_core+3069>, 0x5feb12e834a6 <vm_exec_core+4070>, 0x5feb12e85476 <vm_exec_core+12214>, 0x5feb12e86dba <vm_exec_core+18682>, 0x5feb12e87605 <vm_exec_core+20805>, 0x5feb12e86bc5 <vm_exec_core+18181>, 0x5feb12e82da6 <vm_exec_core+2278>, 0x5feb12e88bf7 <vm_exec_core+26423>, 0x5feb12e89162 <vm_exec_core+27810>, 0x5feb12e83543 <vm_exec_core+4227>, 0x5feb12e84228 <vm_exec_core+7528>, 0x5feb12e83b95 <vm_exec_core+5845>, 0x5feb12e849dd <vm_exec_core+9501>, 0x5feb12e86082 <vm_exec_core+15298>, 0x5feb12e835ea <vm_exec_core+4394>, 0x5feb12e88946 <vm_exec_core+25734>, 0x5feb12e8415e <vm_exec_core+7326>, 0x5feb12e85d03 <vm_exec_core+14403>, 0x5feb12e867bb <vm_exec_core+17147>, 0x5feb12e884b4 <vm_exec_core+24564>, 0x5feb12e8737a <vm_exec_core+20154>, 0x5feb12e84a86 <vm_exec_core+9670>, 0x5feb12e84481 <vm_exec_core+8129>, 0x5feb12e88258 <vm_exec_core+23960>, 0x5feb12e856d2 <vm_exec_core+12818>, 0x5feb12e87a08 <vm_exec_core+21832>, 0x5feb12e874f2 <vm_exec_core+20530>, 0x5feb12e87a95 <vm_exec_core+21973>, 0x5feb12e88dda <vm_exec_core+26906>, 0x5feb12e8284b <vm_exec_core+907>, 0x5feb12e885c7 <vm_exec_core+24839>, 0x5feb12e84d4f <vm_exec_core+10383>, 0x5feb12e8816e <vm_exec_core+23726>, 0x5feb12e84e75 <vm_exec_core+10677>, 0x5feb12e86fbe <vm_exec_core+19198>, 0x5feb12e89de7 <vm_exec_core+31015>, 0x5feb12e8662a <vm_exec_core+16746>, 0x5feb12e86c82 <vm_exec_core+18370>, 0x5feb12e850dc <vm_exec_core+11292>, 0x5feb12e845a5 <vm_exec_core+8421>, 0x5feb12e87b63 <vm_exec_core+22179>, 0x5feb12e836f5 <vm_exec_core+4661>, 0x5feb12e8642e <vm_exec_core+16238>, 0x5feb12e916af <vm_exec_core+61935>, 0x5feb12e872bb <vm_exec_core+19963>, 0x5feb12e83790 <vm_exec_core+4816>, 0x5feb12e84041 <vm_exec_core+7041>, 0x5feb12e83e5a <vm_exec_core+6554>, 0x5feb12e8431a <vm_exec_core+7770>, 0x5feb12e84ba5 <vm_exec_core+9957>, 0x5feb12e89a44 <vm_exec_core+30084>, 0x5feb12e82850 <vm_exec_core+912>, 0x5feb12e83f66 <vm_exec_core+6822>, 0x5feb12e8a51b <vm_exec_core+32859>, 0x5feb12e87834 <vm_exec_core+21364>, 0x5feb12e86abb <vm_exec_core+17915>, 0x5feb12e889d6 <vm_exec_core+25878>, 0x5feb12e8a8cd <vm_exec_core+33805>, 0x5feb12e88cfe <vm_exec_core+26686>, 0x5feb12e89bbe <vm_exec_core+30462>, 0x5feb12e89c8f <vm_exec_core+30671>, 0x5feb12e831c7 <vm_exec_core+3335>, 0x5feb12e895ba <vm_exec_core+28922>, 0x5feb12e855f6 <vm_exec_core+12598>, 0x5feb12e89805 <vm_exec_core+29509>, 0x5feb12e84f1a <vm_exec_core+10842>, 0x5feb12e84827 <vm_exec_core+9063>, 0x5feb12e85b5e <vm_exec_core+13982>, 0x5feb12e8365b <vm_exec_core+4507>, 0x5feb12e89d5c <vm_exec_core+30876>, 0x5feb12e85dbc <vm_exec_core+14588>, 0x5feb12e8594a <vm_exec_core+13450>, 0x5feb12e82944 <vm_exec_core+1156>, 0x5feb12e82f63 <vm_exec_core+2723>, 0x5feb12e8696e <vm_exec_core+17582>, 0x5feb12e85f5a <vm_exec_core+15002>, 0x5feb12e86841 <vm_exec_core+17281>, 0x5feb12e866e3 <vm_exec_core+16931>, 0x5feb12e85513 <vm_exec_core+12371>, 0x5feb12e85e56 <vm_exec_core+14742>, 0x5feb12e85a3b <vm_exec_core+13691>, 0x5feb12e861b3 <vm_exec_core+15603>, 0x5feb12e86138 <vm_exec_core+15480>, 0x5feb12e88cc0 <vm_exec_core+26624>, 0x5feb12e8521c <vm_exec_core+11612>, 0x5feb12e82b1e <vm_exec_core+1630>, 0x5feb12e83be0 <vm_exec_core+5920>, 0x5feb12e88eab <vm_exec_core+27115>, 0x5feb12e8389e <vm_exec_core+5086>, 0x5feb12e8a384 <vm_exec_core+32452>, 0x5feb12e87dd5 <vm_exec_core+22805>, 0x5feb12e862b7 <vm_exec_core+15863>, 0x5feb12e82e7b <vm_exec_core+2491>, 0x5feb12e8968a <vm_exec_core+29130>, 0x5feb12e89290 <vm_exec_core+28112>, 0x5feb12e83ae1 <vm_exec_core+5665>, 0x5feb12e83399 <vm_exec_core+3801>, 0x5feb12e88344 <vm_exec_core+24196>, 0x5feb12e8477b <vm_exec_core+8891>, 0x5feb12e89b0d <vm_exec_core+30285>, 0x5feb12e8953f <vm_exec_core+28799>, 0x5feb12e8503a <vm_exec_core+11130>, 0x5feb12e8621f <vm_exec_core+15711>, 0x5feb12e87efa <vm_exec_core+23098>, 0x5feb12e8949b <vm_exec_core+28635>, 0x5feb12e8716c <vm_exec_core+19628>, 0x5feb12e88092 <vm_exec_core+23506>, 0x5feb12e8886a <vm_exec_core+25514>, 0x5feb12e87063 <vm_exec_core+19363>, 0x5feb12e832ee <vm_exec_core+3630>, 0x5feb12e87927 <vm_exec_core+21607>, 0x5feb12e830ae <vm_exec_core+3054>, 0x5feb12e83497 <vm_exec_core+4055>, 0x5feb12e85467 <vm_exec_core+12199>, 0x5feb12e86dab <vm_exec_core+18667>, 0x5feb12e875f6 <vm_exec_core+20790>, 0x5feb12e86bb6 <vm_exec_core+18166>, 0x5feb12e82d97 <vm_exec_core+2263>, 0x5feb12e88be8 <vm_exec_core+26408>, 0x5feb12e89153 <vm_exec_core+27795>, 0x5feb12e83534 <vm_exec_core+4212>, 0x5feb12e84219 <vm_exec_core+7513>, 0x5feb12e83b86 <vm_exec_core+5830>, 0x5feb12e849ce <vm_exec_core+9486>, 0x5feb12e86073 <vm_exec_core+15283>, 0x5feb12e835db <vm_exec_core+4379>, 0x5feb12e88937 <vm_exec_core+25719>, 0x5feb12e8414f <vm_exec_core+7311>, 0x5feb12e85cf4 <vm_exec_core+14388>, 0x5feb12e867ac <vm_exec_core+17132>, 0x5feb12e884a5 <vm_exec_core+24549>, 0x5feb12e8736b <vm_exec_core+20139>, 0x5feb12e84a77 <vm_exec_core+9655>, 0x5feb12e84472 <vm_exec_core+8114>, 0x5feb12e88249 <vm_exec_core+23945>, 0x5feb12e856c3 <vm_exec_core+12803>, 0x5feb12e879f9 <vm_exec_core+21817>, 0x5feb12e874e3 <vm_exec_core+20515>, 0x5feb12e87a86 <vm_exec_core+21958>, 0x5feb12e88dcb <vm_exec_core+26891>, 0x5feb12e87298 <vm_exec_core+19928>, 0x5feb12e885b8 <vm_exec_core+24824>, 0x5feb12e84d40 <vm_exec_core+10368>, 0x5feb12e8815f <vm_exec_core+23711>, 0x5feb12e84e66 <vm_exec_core+10662>, 0x5feb12e86faf <vm_exec_core+19183>, 0x5feb12e87298 <vm_exec_core+19928>, 0x5feb12e8661b <vm_exec_core+16731>, 0x5feb12e86c73 <vm_exec_core+18355>, 0x5feb12e850cd <vm_exec_core+11277>, 0x5feb12e84596 <vm_exec_core+8406>, 0x5feb12e87b54 <vm_exec_core+22164>, 0x5feb12e836e6 <vm_exec_core+4646>, 0x5feb12e8641f <vm_exec_core+16223>, 0x5feb12e916a0 <vm_exec_core+61920>, 0x5feb12e872ac <vm_exec_core+19948>, 0x5feb12e83781 <vm_exec_core+4801>, 0x5feb12e84032 <vm_exec_core+7026>, 0x5feb12e83e4b <vm_exec_core+6539>, 0x5feb12e8430b <vm_exec_core+7755>, 0x5feb12e84b96 <vm_exec_core+9942>, 0x5feb12e86ab6 <vm_exec_core+17910>, 0x5feb12e86415 <vm_exec_core+16213>, 0x5feb12e86ab1 <vm_exec_core+17905>, 0x5feb12e87258 <vm_exec_core+19864>, 0x5feb12e87218 <vm_exec_core+19800>, 0x5feb12e84306 <vm_exec_core+7750>, 0x5feb12e875ba <vm_exec_core+20730>, 0x5feb12e85940 <vm_exec_core+13440>, 0x5feb12e85945 <vm_exec_core+13445>, 0x5feb12e87213 <vm_exec_core+19795>, 0x5feb12e86da6 <vm_exec_core+18662>...}
        reg_cfp = 0x7f4f333ff608
        reg_pc = 0x519000014910
c:0003 p:---- s:0012 e:000011 CFUNC  :readpartial
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
c:0002 p:0035 s:0007 e:000006 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:42 [FINISH]
c:0001 p:---- s:0003 e:000002 DUMMY  [FINISH]
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>

        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_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>
#27 0x00005feb12e7ee6b in vm_exec_loop (ec=0x5160000006d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2652
No locals.
#28 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2631
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#29 0x00005feb12f03122 in invoke_iseq_block_from_c (ec=0x5160000006d0, captured=0x7f4f333ff738, self=139978137700920, 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:1655
        flags = 0
        iseq = 0x7f4f3572b628
        cfp = <optimized out>
        sp = 0x7f4f332ff8d0
        use_argv = 0x7f4f33cdcbe0
        stack_argv = 0x7f4f332ff8d0
        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:1669
        captured = 0x7f4f333ff738
#31 0x00005feb12eac766 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:1706
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:1714
No locals.
#33 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#34 0x00005feb12eac766 in rb_yield (val=<optimized out>)
No locals.
#35 0x00005feb130638c6 in rb_ary_collect (ary=139977591800280) at /tmp/ruby/src/trunk_asan/array.c:3655
        collect = 139977591800200
        i = 0
#36 0x00005feb12ee3c48 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:3798
        ci = 0x166100000001
        cc = <optimized out>
        me = 0x7f4f357b0120
        cfunc = 0x5060000201e8
        recv = 139977591800280
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#37 0x00005feb12e8a76a in vm_sendish (ec=0x5160000006d0, reg_cfp=0x7f4f333ff720, cd=0x502000011d70, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5995
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = <optimized out>, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = 0, proc_ns = 0x0}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <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 = 0x502000011d70
        insns_address_table = {0x5feb12e88ccf <vm_exec_core+26639>, 0x5feb12e8522b <vm_exec_core+11627>, 0x5feb12e82b2d <vm_exec_core+1645>, 0x5feb12e83bef <vm_exec_core+5935>, 0x5feb12e88eba <vm_exec_core+27130>, 0x5feb12e838ad <vm_exec_core+5101>, 0x5feb12e8a393 <vm_exec_core+32467>, 0x5feb12e87de4 <vm_exec_core+22820>, 0x5feb12e862c6 <vm_exec_core+15878>, 0x5feb12e82e8a <vm_exec_core+2506>, 0x5feb12e89699 <vm_exec_core+29145>, 0x5feb12e8929f <vm_exec_core+28127>, 0x5feb12e83af0 <vm_exec_core+5680>, 0x5feb12e833a8 <vm_exec_core+3816>, 0x5feb12e88353 <vm_exec_core+24211>, 0x5feb12e8478a <vm_exec_core+8906>, 0x5feb12e89b1c <vm_exec_core+30300>, 0x5feb12e8954e <vm_exec_core+28814>, 0x5feb12e85049 <vm_exec_core+11145>, 0x5feb12e8622e <vm_exec_core+15726>, 0x5feb12e87f09 <vm_exec_core+23113>, 0x5feb12e894aa <vm_exec_core+28650>, 0x5feb12e8717b <vm_exec_core+19643>, 0x5feb12e880a1 <vm_exec_core+23521>, 0x5feb12e88879 <vm_exec_core+25529>, 0x5feb12e87072 <vm_exec_core+19378>, 0x5feb12e832fd <vm_exec_core+3645>, 0x5feb12e87936 <vm_exec_core+21622>, 0x5feb12e830bd <vm_exec_core+3069>, 0x5feb12e834a6 <vm_exec_core+4070>, 0x5feb12e85476 <vm_exec_core+12214>, 0x5feb12e86dba <vm_exec_core+18682>, 0x5feb12e87605 <vm_exec_core+20805>, 0x5feb12e86bc5 <vm_exec_core+18181>, 0x5feb12e82da6 <vm_exec_core+2278>, 0x5feb12e88bf7 <vm_exec_core+26423>, 0x5feb12e89162 <vm_exec_core+27810>, 0x5feb12e83543 <vm_exec_core+4227>, 0x5feb12e84228 <vm_exec_core+7528>, 0x5feb12e83b95 <vm_exec_core+5845>, 0x5feb12e849dd <vm_exec_core+9501>, 0x5feb12e86082 <vm_exec_core+15298>, 0x5feb12e835ea <vm_exec_core+4394>, 0x5feb12e88946 <vm_exec_core+25734>, 0x5feb12e8415e <vm_exec_core+7326>, 0x5feb12e85d03 <vm_exec_core+14403>, 0x5feb12e867bb <vm_exec_core+17147>, 0x5feb12e884b4 <vm_exec_core+24564>, 0x5feb12e8737a <vm_exec_core+20154>, 0x5feb12e84a86 <vm_exec_core+9670>, 0x5feb12e84481 <vm_exec_core+8129>, 0x5feb12e88258 <vm_exec_core+23960>, 0x5feb12e856d2 <vm_exec_core+12818>, 0x5feb12e87a08 <vm_exec_core+21832>, 0x5feb12e874f2 <vm_exec_core+20530>, 0x5feb12e87a95 <vm_exec_core+21973>, 0x5feb12e88dda <vm_exec_core+26906>, 0x5feb12e8284b <vm_exec_core+907>, 0x5feb12e885c7 <vm_exec_core+24839>, 0x5feb12e84d4f <vm_exec_core+10383>, 0x5feb12e8816e <vm_exec_core+23726>, 0x5feb12e84e75 <vm_exec_core+10677>, 0x5feb12e86fbe <vm_exec_core+19198>, 0x5feb12e89de7 <vm_exec_core+31015>, 0x5feb12e8662a <vm_exec_core+16746>, 0x5feb12e86c82 <vm_exec_core+18370>, 0x5feb12e850dc <vm_exec_core+11292>, 0x5feb12e845a5 <vm_exec_core+8421>, 0x5feb12e87b63 <vm_exec_core+22179>, 0x5feb12e836f5 <vm_exec_core+4661>, 0x5feb12e8642e <vm_exec_core+16238>, 0x5feb12e916af <vm_exec_core+61935>, 0x5feb12e872bb <vm_exec_core+19963>, 0x5feb12e83790 <vm_exec_core+4816>, 0x5feb12e84041 <vm_exec_core+7041>, 0x5feb12e83e5a <vm_exec_core+6554>, 0x5feb12e8431a <vm_exec_core+7770>, 0x5feb12e84ba5 <vm_exec_core+9957>, 0x5feb12e89a44 <vm_exec_core+30084>, 0x5feb12e82850 <vm_exec_core+912>, 0x5feb12e83f66 <vm_exec_core+6822>, 0x5feb12e8a51b <vm_exec_core+32859>, 0x5feb12e87834 <vm_exec_core+21364>, 0x5feb12e86abb <vm_exec_core+17915>, 0x5feb12e889d6 <vm_exec_core+25878>, 0x5feb12e8a8cd <vm_exec_core+33805>, 0x5feb12e88cfe <vm_exec_core+26686>, 0x5feb12e89bbe <vm_exec_core+30462>, 0x5feb12e89c8f <vm_exec_core+30671>, 0x5feb12e831c7 <vm_exec_core+3335>, 0x5feb12e895ba <vm_exec_core+28922>, 0x5feb12e855f6 <vm_exec_core+12598>, 0x5feb12e89805 <vm_exec_core+29509>, 0x5feb12e84f1a <vm_exec_core+10842>, 0x5feb12e84827 <vm_exec_core+9063>, 0x5feb12e85b5e <vm_exec_core+13982>, 0x5feb12e8365b <vm_exec_core+4507>, 0x5feb12e89d5c <vm_exec_core+30876>, 0x5feb12e85dbc <vm_exec_core+14588>, 0x5feb12e8594a <vm_exec_core+13450>, 0x5feb12e82944 <vm_exec_core+1156>, 0x5feb12e82f63 <vm_exec_core+2723>, 0x5feb12e8696e <vm_exec_core+17582>, 0x5feb12e85f5a <vm_exec_core+15002>, 0x5feb12e86841 <vm_exec_core+17281>, 0x5feb12e866e3 <vm_exec_core+16931>, 0x5feb12e85513 <vm_exec_core+12371>, 0x5feb12e85e56 <vm_exec_core+14742>, 0x5feb12e85a3b <vm_exec_core+13691>, 0x5feb12e861b3 <vm_exec_core+15603>, 0x5feb12e86138 <vm_exec_core+15480>, 0x5feb12e88cc0 <vm_exec_core+26624>, 0x5feb12e8521c <vm_exec_core+11612>, 0x5feb12e82b1e <vm_exec_core+1630>, 0x5feb12e83be0 <vm_exec_core+5920>, 0x5feb12e88eab <vm_exec_core+27115>, 0x5feb12e8389e <vm_exec_core+5086>, 0x5feb12e8a384 <vm_exec_core+32452>, 0x5feb12e87dd5 <vm_exec_core+22805>, 0x5feb12e862b7 <vm_exec_core+15863>, 0x5feb12e82e7b <vm_exec_core+2491>, 0x5feb12e8968a <vm_exec_core+29130>, 0x5feb12e89290 <vm_exec_core+28112>, 0x5feb12e83ae1 <vm_exec_core+5665>, 0x5feb12e83399 <vm_exec_core+3801>, 0x5feb12e88344 <vm_exec_core+24196>, 0x5feb12e8477b <vm_exec_core+8891>, 0x5feb12e89b0d <vm_exec_core+30285>, 0x5feb12e8953f <vm_exec_core+28799>, 0x5feb12e8503a <vm_exec_core+11130>, 0x5feb12e8621f <vm_exec_core+15711>, 0x5feb12e87efa <vm_exec_core+23098>, 0x5feb12e8949b <vm_exec_core+28635>, 0x5feb12e8716c <vm_exec_core+19628>, 0x5feb12e88092 <vm_exec_core+23506>, 0x5feb12e8886a <vm_exec_core+25514>, 0x5feb12e87063 <vm_exec_core+19363>, 0x5feb12e832ee <vm_exec_core+3630>, 0x5feb12e87927 <vm_exec_core+21607>, 0x5feb12e830ae <vm_exec_core+3054>, 0x5feb12e83497 <vm_exec_core+4055>, 0x5feb12e85467 <vm_exec_core+12199>, 0x5feb12e86dab <vm_exec_core+18667>, 0x5feb12e875f6 <vm_exec_core+20790>, 0x5feb12e86bb6 <vm_exec_core+18166>, 0x5feb12e82d97 <vm_exec_core+2263>, 0x5feb12e88be8 <vm_exec_core+26408>, 0x5feb12e89153 <vm_exec_core+27795>, 0x5feb12e83534 <vm_exec_core+4212>, 0x5feb12e84219 <vm_exec_core+7513>, 0x5feb12e83b86 <vm_exec_core+5830>, 0x5feb12e849ce <vm_exec_core+9486>, 0x5feb12e86073 <vm_exec_core+15283>, 0x5feb12e835db <vm_exec_core+4379>, 0x5feb12e88937 <vm_exec_core+25719>, 0x5feb12e8414f <vm_exec_core+7311>, 0x5feb12e85cf4 <vm_exec_core+14388>, 0x5feb12e867ac <vm_exec_core+17132>, 0x5feb12e884a5 <vm_exec_core+24549>, 0x5feb12e8736b <vm_exec_core+20139>, 0x5feb12e84a77 <vm_exec_core+9655>, 0x5feb12e84472 <vm_exec_core+8114>, 0x5feb12e88249 <vm_exec_core+23945>, 0x5feb12e856c3 <vm_exec_core+12803>, 0x5feb12e879f9 <vm_exec_core+21817>, 0x5feb12e874e3 <vm_exec_core+20515>, 0x5feb12e87a86 <vm_exec_core+21958>, 0x5feb12e88dcb <vm_exec_core+26891>, 0x5feb12e87298 <vm_exec_core+19928>, 0x5feb12e885b8 <vm_exec_core+24824>, 0x5feb12e84d40 <vm_exec_core+10368>, 0x5feb12e8815f <vm_exec_core+23711>, 0x5feb12e84e66 <vm_exec_core+10662>, 0x5feb12e86faf <vm_exec_core+19183>, 0x5feb12e87298 <vm_exec_core+19928>, 0x5feb12e8661b <vm_exec_core+16731>, 0x5feb12e86c73 <vm_exec_core+18355>, 0x5feb12e850cd <vm_exec_core+11277>, 0x5feb12e84596 <vm_exec_core+8406>, 0x5feb12e87b54 <vm_exec_core+22164>, 0x5feb12e836e6 <vm_exec_core+4646>, 0x5feb12e8641f <vm_exec_core+16223>, 0x5feb12e916a0 <vm_exec_core+61920>, 0x5feb12e872ac <vm_exec_core+19948>, 0x5feb12e83781 <vm_exec_core+4801>, 0x5feb12e84032 <vm_exec_core+7026>, 0x5feb12e83e4b <vm_exec_core+6539>, 0x5feb12e8430b <vm_exec_core+7755>, 0x5feb12e84b96 <vm_exec_core+9942>, 0x5feb12e86ab6 <vm_exec_core+17910>, 0x5feb12e86415 <vm_exec_core+16213>, 0x5feb12e86ab1 <vm_exec_core+17905>, 0x5feb12e87258 <vm_exec_core+19864>, 0x5feb12e87218 <vm_exec_core+19800>, 0x5feb12e84306 <vm_exec_core+7750>, 0x5feb12e875ba <vm_exec_core+20730>, 0x5feb12e85940 <vm_exec_core+13440>, 0x5feb12e85945 <vm_exec_core+13445>, 0x5feb12e87213 <vm_exec_core+19795>, 0x5feb12e86da6 <vm_exec_core+18662>...}
        reg_cfp = 0x7f4f333ff720
        reg_pc = 0x504000005138
        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 0x00005feb12e7ee6b in vm_exec_loop (ec=0x5160000006d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2652
No locals.
#40 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2631
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#41 0x00005feb12adb5fb in rb_ec_exec_node (ec=0x5160000006d0, n=0x7f4f3572b7b8) at /tmp/ruby/src/trunk_asan/eval.c:281
        _ec = 0x5160000006d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffc66f8e230, <optimized out>, 0x7ffc66f8e180, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f4f3572b7b8
#42 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:319
        ec = 0x5160000006d0
        status = <optimized out>
#43 0x00005feb12ad4b67 in rb_main (argc=11, argv=0x7ffc66f8e408) at /tmp/ruby/src/trunk_asan/main.c:42
        variable_in_this_stack_frame = <optimized out>
#44 main (argc=11, argv=0x7ffc66f8e408) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

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

>>> Threads

  Id   Target Id                                  Frame 
* 1    Thread 0x7c2903ca4c40 (LWP 1032325) "ruby" 0x00007c2903b26cd7 in __GI___select (nfds=29, readfds=0x50c004d56240, writefds=0x0, exceptfds=0x0, timeout=0x7ffc3af3cd40) at ../sysdeps/unix/sysv/linux/select.c:69
  2    Thread 0x7c28e78006c0 (LWP 1032327) "ruby" 0x00007c2903b1b4cd in __GI___poll (fds=0x7c28e6509040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 2 (Thread 0x7c28e78006c0 (LWP 1032327) "ruby"):
#0  0x00007c2903b1b4cd in __GI___poll (fds=0x7c28e6509040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005cac900276fa in __interceptor_poll ()
No symbol table info available.
#2  0x00005cac903f979f 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:3014
        vm = <optimized out>
#4  0x00005cac90080aaf in asan_thread_start(void*) ()
No symbol table info available.
#5  0x00007c2903a9caa4 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 = {136515124463296, -2516793634612006945, 136515124463296, -352, 0, 140721297551520, -2516793634632978465, -2517155767775744033}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x00007c2903b29c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7c2903ca4c40 (LWP 1032325) "ruby"):
#0  0x00007c2903b26cd7 in __GI___select (nfds=29, readfds=0x50c004d56240, writefds=0x0, exceptfds=0x0, timeout=0x7ffc3af3cd40) 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 = 496756194}
        pts64 = 0x7ffc3af3cbe0
        r = <optimized out>
#1  0x00005cac903e40f5 in native_fd_select (n=29, readfds=0x50c004d56240, writefds=0x0, exceptfds=0x7c2903b26cd7 <__GI___select+327>, timeout=0x7ffc3af3cbe0, th=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2388
No locals.
#2  do_select (p=136515563583776) at /tmp/ruby/src/trunk_asan/thread.c:4349
        tv = <optimized out>
        __region = <optimized out>
        end = <optimized out>
        rel = <optimized out>
        to = 0x7ffc3af3ccf0
        lerrno = 0
        set = <optimized out>
        result = <optimized out>
        endtime = <optimized out>
#3  0x00005cac900cb310 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:1078
        _ec = 0x5160000006d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffc3af3ceb0, <optimized out>, 0x7ffc3af3cdc0, <optimized out>, <optimized out>}, prev = 0x7c2901ac7880, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160000006d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#4  0x00005cac903e36ce 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:4409
        set = {max = 29, th = 0x515000000300, rset = 0x7c2901ac7740, 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 = 0x7c2901ac77a0}
#5  0x00005cac9019436f in select_internal (read=136515102465000, write=4, except=4, tp=0x7c2901ac77a0, fds=0x7c2901ac7740) at /tmp/ruby/src/trunk_asan/io.c:10763
        timerec = <optimized out>
        max = 29
        pending = <optimized out>
        rp = 0x7c2901ac7740
        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=136515563583264) at /tmp/ruby/src/trunk_asan/io.c:10833
        p = 0x7c2901ac7720
#7  0x00005cac900cb310 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:1078
        _ec = 0x5160000006d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffc3af3d1b0, <optimized out>, 0x7ffc3af3d0c0, <optimized out>, <optimized out>}, prev = 0x7c2901a3be40, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160000006d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#8  0x00005cac9017052b in rb_f_select (argc=<optimized out>, argv=<optimized out>, obj=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:11201
        args = <optimized out>
        timerec = <optimized out>
        scheduler = <optimized out>
        timeout = <optimized out>
        i = 4
#9  0x00005cac904cfc48 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:3798
        ci = 0x161100100009
        cc = <optimized out>
        me = 0x7c290338a6a0
        cfunc = 0x50600002b4c8
        recv = 136515589503200
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#10 0x00005cac9047b9dc in vm_sendish (ec=0x5160000006d0, reg_cfp=0x7c2900fff3a0, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5995
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = 0, proc_ns = 0x0}
        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 = {0x5cac90474ccf <vm_exec_core+26639>, 0x5cac9047122b <vm_exec_core+11627>, 0x5cac9046eb2d <vm_exec_core+1645>, 0x5cac9046fbef <vm_exec_core+5935>, 0x5cac90474eba <vm_exec_core+27130>, 0x5cac9046f8ad <vm_exec_core+5101>, 0x5cac90476393 <vm_exec_core+32467>, 0x5cac90473de4 <vm_exec_core+22820>, 0x5cac904722c6 <vm_exec_core+15878>, 0x5cac9046ee8a <vm_exec_core+2506>, 0x5cac90475699 <vm_exec_core+29145>, 0x5cac9047529f <vm_exec_core+28127>, 0x5cac9046faf0 <vm_exec_core+5680>, 0x5cac9046f3a8 <vm_exec_core+3816>, 0x5cac90474353 <vm_exec_core+24211>, 0x5cac9047078a <vm_exec_core+8906>, 0x5cac90475b1c <vm_exec_core+30300>, 0x5cac9047554e <vm_exec_core+28814>, 0x5cac90471049 <vm_exec_core+11145>, 0x5cac9047222e <vm_exec_core+15726>, 0x5cac90473f09 <vm_exec_core+23113>, 0x5cac904754aa <vm_exec_core+28650>, 0x5cac9047317b <vm_exec_core+19643>, 0x5cac904740a1 <vm_exec_core+23521>, 0x5cac90474879 <vm_exec_core+25529>, 0x5cac90473072 <vm_exec_core+19378>, 0x5cac9046f2fd <vm_exec_core+3645>, 0x5cac90473936 <vm_exec_core+21622>, 0x5cac9046f0bd <vm_exec_core+3069>, 0x5cac9046f4a6 <vm_exec_core+4070>, 0x5cac90471476 <vm_exec_core+12214>, 0x5cac90472dba <vm_exec_core+18682>, 0x5cac90473605 <vm_exec_core+20805>, 0x5cac90472bc5 <vm_exec_core+18181>, 0x5cac9046eda6 <vm_exec_core+2278>, 0x5cac90474bf7 <vm_exec_core+26423>, 0x5cac90475162 <vm_exec_core+27810>, 0x5cac9046f543 <vm_exec_core+4227>, 0x5cac90470228 <vm_exec_core+7528>, 0x5cac9046fb95 <vm_exec_core+5845>, 0x5cac904709dd <vm_exec_core+9501>, 0x5cac90472082 <vm_exec_core+15298>, 0x5cac9046f5ea <vm_exec_core+4394>, 0x5cac90474946 <vm_exec_core+25734>, 0x5cac9047015e <vm_exec_core+7326>, 0x5cac90471d03 <vm_exec_core+14403>, 0x5cac904727bb <vm_exec_core+17147>, 0x5cac904744b4 <vm_exec_core+24564>, 0x5cac9047337a <vm_exec_core+20154>, 0x5cac90470a86 <vm_exec_core+9670>, 0x5cac90470481 <vm_exec_core+8129>, 0x5cac90474258 <vm_exec_core+23960>, 0x5cac904716d2 <vm_exec_core+12818>, 0x5cac90473a08 <vm_exec_core+21832>, 0x5cac904734f2 <vm_exec_core+20530>, 0x5cac90473a95 <vm_exec_core+21973>, 0x5cac90474dda <vm_exec_core+26906>, 0x5cac9046e84b <vm_exec_core+907>, 0x5cac904745c7 <vm_exec_core+24839>, 0x5cac90470d4f <vm_exec_core+10383>, 0x5cac9047416e <vm_exec_core+23726>, 0x5cac90470e75 <vm_exec_core+10677>, 0x5cac90472fbe <vm_exec_core+19198>, 0x5cac90475de7 <vm_exec_core+31015>, 0x5cac9047262a <vm_exec_core+16746>, 0x5cac90472c82 <vm_exec_core+18370>, 0x5cac904710dc <vm_exec_core+11292>, 0x5cac904705a5 <vm_exec_core+8421>, 0x5cac90473b63 <vm_exec_core+22179>, 0x5cac9046f6f5 <vm_exec_core+4661>, 0x5cac9047242e <vm_exec_core+16238>, 0x5cac9047d6af <vm_exec_core+61935>, 0x5cac904732bb <vm_exec_core+19963>, 0x5cac9046f790 <vm_exec_core+4816>, 0x5cac90470041 <vm_exec_core+7041>, 0x5cac9046fe5a <vm_exec_core+6554>, 0x5cac9047031a <vm_exec_core+7770>, 0x5cac90470ba5 <vm_exec_core+9957>, 0x5cac90475a44 <vm_exec_core+30084>, 0x5cac9046e850 <vm_exec_core+912>, 0x5cac9046ff66 <vm_exec_core+6822>, 0x5cac9047651b <vm_exec_core+32859>, 0x5cac90473834 <vm_exec_core+21364>, 0x5cac90472abb <vm_exec_core+17915>, 0x5cac904749d6 <vm_exec_core+25878>, 0x5cac904768cd <vm_exec_core+33805>, 0x5cac90474cfe <vm_exec_core+26686>, 0x5cac90475bbe <vm_exec_core+30462>, 0x5cac90475c8f <vm_exec_core+30671>, 0x5cac9046f1c7 <vm_exec_core+3335>, 0x5cac904755ba <vm_exec_core+28922>, 0x5cac904715f6 <vm_exec_core+12598>, 0x5cac90475805 <vm_exec_core+29509>, 0x5cac90470f1a <vm_exec_core+10842>, 0x5cac90470827 <vm_exec_core+9063>, 0x5cac90471b5e <vm_exec_core+13982>, 0x5cac9046f65b <vm_exec_core+4507>, 0x5cac90475d5c <vm_exec_core+30876>, 0x5cac90471dbc <vm_exec_core+14588>, 0x5cac9047194a <vm_exec_core+13450>, 0x5cac9046e944 <vm_exec_core+1156>, 0x5cac9046ef63 <vm_exec_core+2723>, 0x5cac9047296e <vm_exec_core+17582>, 0x5cac90471f5a <vm_exec_core+15002>, 0x5cac90472841 <vm_exec_core+17281>, 0x5cac904726e3 <vm_exec_core+16931>, 0x5cac90471513 <vm_exec_core+12371>, 0x5cac90471e56 <vm_exec_core+14742>, 0x5cac90471a3b <vm_exec_core+13691>, 0x5cac904721b3 <vm_exec_core+15603>, 0x5cac90472138 <vm_exec_core+15480>, 0x5cac90474cc0 <vm_exec_core+26624>, 0x5cac9047121c <vm_exec_core+11612>, 0x5cac9046eb1e <vm_exec_core+1630>, 0x5cac9046fbe0 <vm_exec_core+5920>, 0x5cac90474eab <vm_exec_core+27115>, 0x5cac9046f89e <vm_exec_core+5086>, 0x5cac90476384 <vm_exec_core+32452>, 0x5cac90473dd5 <vm_exec_core+22805>, 0x5cac904722b7 <vm_exec_core+15863>, 0x5cac9046ee7b <vm_exec_core+2491>, 0x5cac9047568a <vm_exec_core+29130>, 0x5cac90475290 <vm_exec_core+28112>, 0x5cac9046fae1 <vm_exec_core+5665>, 0x5cac9046f399 <vm_exec_core+3801>, 0x5cac90474344 <vm_exec_core+24196>, 0x5cac9047077b <vm_exec_core+8891>, 0x5cac90475b0d <vm_exec_core+30285>, 0x5cac9047553f <vm_exec_core+28799>, 0x5cac9047103a <vm_exec_core+11130>, 0x5cac9047221f <vm_exec_core+15711>, 0x5cac90473efa <vm_exec_core+23098>, 0x5cac9047549b <vm_exec_core+28635>, 0x5cac9047316c <vm_exec_core+19628>, 0x5cac90474092 <vm_exec_core+23506>, 0x5cac9047486a <vm_exec_core+25514>, 0x5cac90473063 <vm_exec_core+19363>, 0x5cac9046f2ee <vm_exec_core+3630>, 0x5cac90473927 <vm_exec_core+21607>, 0x5cac9046f0ae <vm_exec_core+3054>, 0x5cac9046f497 <vm_exec_core+4055>, 0x5cac90471467 <vm_exec_core+12199>, 0x5cac90472dab <vm_exec_core+18667>, 0x5cac904735f6 <vm_exec_core+20790>, 0x5cac90472bb6 <vm_exec_core+18166>, 0x5cac9046ed97 <vm_exec_core+2263>, 0x5cac90474be8 <vm_exec_core+26408>, 0x5cac90475153 <vm_exec_core+27795>, 0x5cac9046f534 <vm_exec_core+4212>, 0x5cac90470219 <vm_exec_core+7513>, 0x5cac9046fb86 <vm_exec_core+5830>, 0x5cac904709ce <vm_exec_core+9486>, 0x5cac90472073 <vm_exec_core+15283>, 0x5cac9046f5db <vm_exec_core+4379>, 0x5cac90474937 <vm_exec_core+25719>, 0x5cac9047014f <vm_exec_core+7311>, 0x5cac90471cf4 <vm_exec_core+14388>, 0x5cac904727ac <vm_exec_core+17132>, 0x5cac904744a5 <vm_exec_core+24549>, 0x5cac9047336b <vm_exec_core+20139>, 0x5cac90470a77 <vm_exec_core+9655>, 0x5cac90470472 <vm_exec_core+8114>, 0x5cac90474249 <vm_exec_core+23945>, 0x5cac904716c3 <vm_exec_core+12803>, 0x5cac904739f9 <vm_exec_core+21817>, 0x5cac904734e3 <vm_exec_core+20515>, 0x5cac90473a86 <vm_exec_core+21958>, 0x5cac90474dcb <vm_exec_core+26891>, 0x5cac90473298 <vm_exec_core+19928>, 0x5cac904745b8 <vm_exec_core+24824>, 0x5cac90470d40 <vm_exec_core+10368>, 0x5cac9047415f <vm_exec_core+23711>, 0x5cac90470e66 <vm_exec_core+10662>, 0x5cac90472faf <vm_exec_core+19183>, 0x5cac90473298 <vm_exec_core+19928>, 0x5cac9047261b <vm_exec_core+16731>, 0x5cac90472c73 <vm_exec_core+18355>, 0x5cac904710cd <vm_exec_core+11277>, 0x5cac90470596 <vm_exec_core+8406>, 0x5cac90473b54 <vm_exec_core+22164>, 0x5cac9046f6e6 <vm_exec_core+4646>, 0x5cac9047241f <vm_exec_core+16223>, 0x5cac9047d6a0 <vm_exec_core+61920>, 0x5cac904732ac <vm_exec_core+19948>, 0x5cac9046f781 <vm_exec_core+4801>, 0x5cac90470032 <vm_exec_core+7026>, 0x5cac9046fe4b <vm_exec_core+6539>, 0x5cac9047030b <vm_exec_core+7755>, 0x5cac90470b96 <vm_exec_core+9942>, 0x5cac90472ab6 <vm_exec_core+17910>, 0x5cac90472415 <vm_exec_core+16213>, 0x5cac90472ab1 <vm_exec_core+17905>, 0x5cac90473258 <vm_exec_core+19864>, 0x5cac90473218 <vm_exec_core+19800>, 0x5cac90470306 <vm_exec_core+7750>, 0x5cac904735ba <vm_exec_core+20730>, 0x5cac90471940 <vm_exec_core+13440>, 0x5cac90471945 <vm_exec_core+13445>, 0x5cac90473213 <vm_exec_core+19795>, 0x5cac90472da6 <vm_exec_core+18662>...}
        reg_cfp = 0x7c2900fff3a0
        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>
th: 0x515000000300, native_id: 0x7c2903ca4c40
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
-- Control frame information -----------------------------------------------
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_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
c:0019 p:0039 s:0101 e:000100 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:825
        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>
c:0018 p:0008 s:0094 e:000093 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:864
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
c:0017 p:0130 s:0087 e:000086 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1610
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
c: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
#12 0x00005cac9046ac39 in vm_exec_loop (ec=0x5160000006d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2652
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
No locals.
#13 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2628
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#14 0x00005cac904ef122 in invoke_iseq_block_from_c (ec=0x5160000006d0, captured=0x7c2900fff578, self=136515587354760, 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:1655
        flags = 0
        iseq = 0x7c29031d5dc8
        cfp = <optimized out>
        sp = 0x7c2900eff9e8
        use_argv = 0x7c29018f91a0
        stack_argv = 0x7c2900eff9e8
        opt_pc = 0
        type = <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
c:0010 p:0008 s:0047 e:000046 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1052
        av = <optimized out>
        bound = <optimized out>
c:0009 p:0008 s:0041 e:000040 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:897
c:0008 p:0017 s:0035 e:000034 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:145
c:0007 p:0008 s:0030 e:000029 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb: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
#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:1669
        captured = 0x7c2900fff578
#16 0x00005cac90498766 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:1706
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:1714
No locals.
#18 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1362
No locals.
#19 0x00005cac90498766 in rb_yield (val=<optimized out>)
c:0004 p:0065 s:0016 e:000014 TOP    /tmp/ruby/src/trunk_asan/tool/test/runner.rb:14 [FINISH]
No locals.
#20 0x00005cac90642a0a in rb_ary_each (ary=136515583210960) at /tmp/ruby/src/trunk_asan/array.c:2646
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:001cf0 DUMMY  [FINISH]
        i = 0
#21 0x00005cac904cfc48 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:3798

        ci = 0xc0100000001
        cc = <optimized out>
        me = 0x7c29033b0530
        cfunc = 0x50600001eaa8
        recv = 136515583210960
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#22 0x00005cac9047676a in vm_sendish (ec=0x5160000006d0, reg_cfp=0x7c2900fff560, cd=0x51100000d900, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5995
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = <optimized out>, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = 0, proc_ns = 0x0}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <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 = {0x5cac90474ccf <vm_exec_core+26639>, 0x5cac9047122b <vm_exec_core+11627>, 0x5cac9046eb2d <vm_exec_core+1645>, 0x5cac9046fbef <vm_exec_core+5935>, 0x5cac90474eba <vm_exec_core+27130>, 0x5cac9046f8ad <vm_exec_core+5101>, 0x5cac90476393 <vm_exec_core+32467>, 0x5cac90473de4 <vm_exec_core+22820>, 0x5cac904722c6 <vm_exec_core+15878>, 0x5cac9046ee8a <vm_exec_core+2506>, 0x5cac90475699 <vm_exec_core+29145>, 0x5cac9047529f <vm_exec_core+28127>, 0x5cac9046faf0 <vm_exec_core+5680>, 0x5cac9046f3a8 <vm_exec_core+3816>, 0x5cac90474353 <vm_exec_core+24211>, 0x5cac9047078a <vm_exec_core+8906>, 0x5cac90475b1c <vm_exec_core+30300>, 0x5cac9047554e <vm_exec_core+28814>, 0x5cac90471049 <vm_exec_core+11145>, 0x5cac9047222e <vm_exec_core+15726>, 0x5cac90473f09 <vm_exec_core+23113>, 0x5cac904754aa <vm_exec_core+28650>, 0x5cac9047317b <vm_exec_core+19643>, 0x5cac904740a1 <vm_exec_core+23521>, 0x5cac90474879 <vm_exec_core+25529>, 0x5cac90473072 <vm_exec_core+19378>, 0x5cac9046f2fd <vm_exec_core+3645>, 0x5cac90473936 <vm_exec_core+21622>, 0x5cac9046f0bd <vm_exec_core+3069>, 0x5cac9046f4a6 <vm_exec_core+4070>, 0x5cac90471476 <vm_exec_core+12214>, 0x5cac90472dba <vm_exec_core+18682>, 0x5cac90473605 <vm_exec_core+20805>, 0x5cac90472bc5 <vm_exec_core+18181>, 0x5cac9046eda6 <vm_exec_core+2278>, 0x5cac90474bf7 <vm_exec_core+26423>, 0x5cac90475162 <vm_exec_core+27810>, 0x5cac9046f543 <vm_exec_core+4227>, 0x5cac90470228 <vm_exec_core+7528>, 0x5cac9046fb95 <vm_exec_core+5845>, 0x5cac904709dd <vm_exec_core+9501>, 0x5cac90472082 <vm_exec_core+15298>, 0x5cac9046f5ea <vm_exec_core+4394>, 0x5cac90474946 <vm_exec_core+25734>, 0x5cac9047015e <vm_exec_core+7326>, 0x5cac90471d03 <vm_exec_core+14403>, 0x5cac904727bb <vm_exec_core+17147>, 0x5cac904744b4 <vm_exec_core+24564>, 0x5cac9047337a <vm_exec_core+20154>, 0x5cac90470a86 <vm_exec_core+9670>, 0x5cac90470481 <vm_exec_core+8129>, 0x5cac90474258 <vm_exec_core+23960>, 0x5cac904716d2 <vm_exec_core+12818>, 0x5cac90473a08 <vm_exec_core+21832>, 0x5cac904734f2 <vm_exec_core+20530>, 0x5cac90473a95 <vm_exec_core+21973>, 0x5cac90474dda <vm_exec_core+26906>, 0x5cac9046e84b <vm_exec_core+907>, 0x5cac904745c7 <vm_exec_core+24839>, 0x5cac90470d4f <vm_exec_core+10383>, 0x5cac9047416e <vm_exec_core+23726>, 0x5cac90470e75 <vm_exec_core+10677>, 0x5cac90472fbe <vm_exec_core+19198>, 0x5cac90475de7 <vm_exec_core+31015>, 0x5cac9047262a <vm_exec_core+16746>, 0x5cac90472c82 <vm_exec_core+18370>, 0x5cac904710dc <vm_exec_core+11292>, 0x5cac904705a5 <vm_exec_core+8421>, 0x5cac90473b63 <vm_exec_core+22179>, 0x5cac9046f6f5 <vm_exec_core+4661>, 0x5cac9047242e <vm_exec_core+16238>, 0x5cac9047d6af <vm_exec_core+61935>, 0x5cac904732bb <vm_exec_core+19963>, 0x5cac9046f790 <vm_exec_core+4816>, 0x5cac90470041 <vm_exec_core+7041>, 0x5cac9046fe5a <vm_exec_core+6554>, 0x5cac9047031a <vm_exec_core+7770>, 0x5cac90470ba5 <vm_exec_core+9957>, 0x5cac90475a44 <vm_exec_core+30084>, 0x5cac9046e850 <vm_exec_core+912>, 0x5cac9046ff66 <vm_exec_core+6822>, 0x5cac9047651b <vm_exec_core+32859>, 0x5cac90473834 <vm_exec_core+21364>, 0x5cac90472abb <vm_exec_core+17915>, 0x5cac904749d6 <vm_exec_core+25878>, 0x5cac904768cd <vm_exec_core+33805>, 0x5cac90474cfe <vm_exec_core+26686>, 0x5cac90475bbe <vm_exec_core+30462>, 0x5cac90475c8f <vm_exec_core+30671>, 0x5cac9046f1c7 <vm_exec_core+3335>, 0x5cac904755ba <vm_exec_core+28922>, 0x5cac904715f6 <vm_exec_core+12598>, 0x5cac90475805 <vm_exec_core+29509>, 0x5cac90470f1a <vm_exec_core+10842>, 0x5cac90470827 <vm_exec_core+9063>, 0x5cac90471b5e <vm_exec_core+13982>, 0x5cac9046f65b <vm_exec_core+4507>, 0x5cac90475d5c <vm_exec_core+30876>, 0x5cac90471dbc <vm_exec_core+14588>, 0x5cac9047194a <vm_exec_core+13450>, 0x5cac9046e944 <vm_exec_core+1156>, 0x5cac9046ef63 <vm_exec_core+2723>, 0x5cac9047296e <vm_exec_core+17582>, 0x5cac90471f5a <vm_exec_core+15002>, 0x5cac90472841 <vm_exec_core+17281>, 0x5cac904726e3 <vm_exec_core+16931>, 0x5cac90471513 <vm_exec_core+12371>, 0x5cac90471e56 <vm_exec_core+14742>, 0x5cac90471a3b <vm_exec_core+13691>, 0x5cac904721b3 <vm_exec_core+15603>, 0x5cac90472138 <vm_exec_core+15480>, 0x5cac90474cc0 <vm_exec_core+26624>, 0x5cac9047121c <vm_exec_core+11612>, 0x5cac9046eb1e <vm_exec_core+1630>, 0x5cac9046fbe0 <vm_exec_core+5920>, 0x5cac90474eab <vm_exec_core+27115>, 0x5cac9046f89e <vm_exec_core+5086>, 0x5cac90476384 <vm_exec_core+32452>, 0x5cac90473dd5 <vm_exec_core+22805>, 0x5cac904722b7 <vm_exec_core+15863>, 0x5cac9046ee7b <vm_exec_core+2491>, 0x5cac9047568a <vm_exec_core+29130>, 0x5cac90475290 <vm_exec_core+28112>, 0x5cac9046fae1 <vm_exec_core+5665>, 0x5cac9046f399 <vm_exec_core+3801>, 0x5cac90474344 <vm_exec_core+24196>, 0x5cac9047077b <vm_exec_core+8891>, 0x5cac90475b0d <vm_exec_core+30285>, 0x5cac9047553f <vm_exec_core+28799>, 0x5cac9047103a <vm_exec_core+11130>, 0x5cac9047221f <vm_exec_core+15711>, 0x5cac90473efa <vm_exec_core+23098>, 0x5cac9047549b <vm_exec_core+28635>, 0x5cac9047316c <vm_exec_core+19628>, 0x5cac90474092 <vm_exec_core+23506>, 0x5cac9047486a <vm_exec_core+25514>, 0x5cac90473063 <vm_exec_core+19363>, 0x5cac9046f2ee <vm_exec_core+3630>, 0x5cac90473927 <vm_exec_core+21607>, 0x5cac9046f0ae <vm_exec_core+3054>, 0x5cac9046f497 <vm_exec_core+4055>, 0x5cac90471467 <vm_exec_core+12199>, 0x5cac90472dab <vm_exec_core+18667>, 0x5cac904735f6 <vm_exec_core+20790>, 0x5cac90472bb6 <vm_exec_core+18166>, 0x5cac9046ed97 <vm_exec_core+2263>, 0x5cac90474be8 <vm_exec_core+26408>, 0x5cac90475153 <vm_exec_core+27795>, 0x5cac9046f534 <vm_exec_core+4212>, 0x5cac90470219 <vm_exec_core+7513>, 0x5cac9046fb86 <vm_exec_core+5830>, 0x5cac904709ce <vm_exec_core+9486>, 0x5cac90472073 <vm_exec_core+15283>, 0x5cac9046f5db <vm_exec_core+4379>, 0x5cac90474937 <vm_exec_core+25719>, 0x5cac9047014f <vm_exec_core+7311>, 0x5cac90471cf4 <vm_exec_core+14388>, 0x5cac904727ac <vm_exec_core+17132>, 0x5cac904744a5 <vm_exec_core+24549>, 0x5cac9047336b <vm_exec_core+20139>, 0x5cac90470a77 <vm_exec_core+9655>, 0x5cac90470472 <vm_exec_core+8114>, 0x5cac90474249 <vm_exec_core+23945>, 0x5cac904716c3 <vm_exec_core+12803>, 0x5cac904739f9 <vm_exec_core+21817>, 0x5cac904734e3 <vm_exec_core+20515>, 0x5cac90473a86 <vm_exec_core+21958>, 0x5cac90474dcb <vm_exec_core+26891>, 0x5cac90473298 <vm_exec_core+19928>, 0x5cac904745b8 <vm_exec_core+24824>, 0x5cac90470d40 <vm_exec_core+10368>, 0x5cac9047415f <vm_exec_core+23711>, 0x5cac90470e66 <vm_exec_core+10662>, 0x5cac90472faf <vm_exec_core+19183>, 0x5cac90473298 <vm_exec_core+19928>, 0x5cac9047261b <vm_exec_core+16731>, 0x5cac90472c73 <vm_exec_core+18355>, 0x5cac904710cd <vm_exec_core+11277>, 0x5cac90470596 <vm_exec_core+8406>, 0x5cac90473b54 <vm_exec_core+22164>, 0x5cac9046f6e6 <vm_exec_core+4646>, 0x5cac9047241f <vm_exec_core+16223>, 0x5cac9047d6a0 <vm_exec_core+61920>, 0x5cac904732ac <vm_exec_core+19948>, 0x5cac9046f781 <vm_exec_core+4801>, 0x5cac90470032 <vm_exec_core+7026>, 0x5cac9046fe4b <vm_exec_core+6539>, 0x5cac9047030b <vm_exec_core+7755>, 0x5cac90470b96 <vm_exec_core+9942>, 0x5cac90472ab6 <vm_exec_core+17910>, 0x5cac90472415 <vm_exec_core+16213>, 0x5cac90472ab1 <vm_exec_core+17905>, 0x5cac90473258 <vm_exec_core+19864>, 0x5cac90473218 <vm_exec_core+19800>, 0x5cac90470306 <vm_exec_core+7750>, 0x5cac904735ba <vm_exec_core+20730>, 0x5cac90471940 <vm_exec_core+13440>, 0x5cac90471945 <vm_exec_core+13445>, 0x5cac90473213 <vm_exec_core+19795>, 0x5cac90472da6 <vm_exec_core+18662>...}
        reg_cfp = 0x7c2900fff560
        reg_pc = 0x51500001a5d0
        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>
#24 0x00005cac9046ae6b in vm_exec_loop (ec=0x5160000006d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2652
No locals.
#25 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2631
        _ec = 0x5160000006d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#26 0x00005cac901d57a3 in load_iseq_eval (ec=0x5160000006d0, fname=fname@entry=136515589154880) at /tmp/ruby/src/trunk_asan/load.c:871
        vm_ns_v = <optimized out>
        loading_ns = 0x0
        iseq = 0x7c290332a728
        vm_ns = <optimized out>
#27 0x00005cac901cee2b in require_internal (ec=ec@entry=0x5160000006d0, fname=<optimized out>, exception=<optimized out>, warn=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1450
        arg = <optimized out>
        found = 114
        handle = <optimized out>
        _ec = <optimized out>
        _tag = <optimized out>
        th = 0x515000000300
        saved = <optimized out>
        vm_ns_v = <optimized out>
        ftptr = <optimized out>
        realpath = <optimized out>
        realpaths = <optimized out>
        realpath_map = 136515589831200
        path = 136515589154880
        saved_path = <optimized out>
        state = RUBY_TAG_NONE
        prev_ext_config = <optimized out>
        th2 = <optimized out>
        result = <optimized out>
        vm_ns = <optimized out>
        reset_ext_config = <optimized out>
#28 0x00005cac901cca15 in rb_require_string_internal (fname=136515589154920, resurrect=false) at /tmp/ruby/src/trunk_asan/load.c:1565
        result = <optimized out>
        ec = 0x5160000006d0
        result = <optimized out>
#29 rb_require_relative_entrypoint (fname=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1159
        base = <optimized out>
#30 0x00005cac904cfc48 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:3798
        ci = 0x58c100140003
        cc = <optimized out>
        me = 0x7c290332a8b8
        cfunc = 0x506000037468
        recv = 136515589754280
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#31 0x00005cac904b5be3 in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7ffc3af3f700) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4776
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0x0
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#32 0x00005cac904b5685 in vm_call_method (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4916
        ci = <optimized out>
        cc = 0x0
#33 0x00005cac9047b9dc in vm_sendish (ec=0x5160000006d0, reg_cfp=0x7c2900fff790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5995
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = 0, proc_ns = 0x0}
        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 = {0x5cac90474ccf <vm_exec_core+26639>, 0x5cac9047122b <vm_exec_core+11627>, 0x5cac9046eb2d <vm_exec_core+1645>, 0x5cac9046fbef <vm_exec_core+5935>, 0x5cac90474eba <vm_exec_core+27130>, 0x5cac9046f8ad <vm_exec_core+5101>, 0x5cac90476393 <vm_exec_core+32467>, 0x5cac90473de4 <vm_exec_core+22820>, 0x5cac904722c6 <vm_exec_core+15878>, 0x5cac9046ee8a <vm_exec_core+2506>, 0x5cac90475699 <vm_exec_core+29145>, 0x5cac9047529f <vm_exec_core+28127>, 0x5cac9046faf0 <vm_exec_core+5680>, 0x5cac9046f3a8 <vm_exec_core+3816>, 0x5cac90474353 <vm_exec_core+24211>, 0x5cac9047078a <vm_exec_core+8906>, 0x5cac90475b1c <vm_exec_core+30300>, 0x5cac9047554e <vm_exec_core+28814>, 0x5cac90471049 <vm_exec_core+11145>, 0x5cac9047222e <vm_exec_core+15726>, 0x5cac90473f09 <vm_exec_core+23113>, 0x5cac904754aa <vm_exec_core+28650>, 0x5cac9047317b <vm_exec_core+19643>, 0x5cac904740a1 <vm_exec_core+23521>, 0x5cac90474879 <vm_exec_core+25529>, 0x5cac90473072 <vm_exec_core+19378>, 0x5cac9046f2fd <vm_exec_core+3645>, 0x5cac90473936 <vm_exec_core+21622>, 0x5cac9046f0bd <vm_exec_core+3069>, 0x5cac9046f4a6 <vm_exec_core+4070>, 0x5cac90471476 <vm_exec_core+12214>, 0x5cac90472dba <vm_exec_core+18682>, 0x5cac90473605 <vm_exec_core+20805>, 0x5cac90472bc5 <vm_exec_core+18181>, 0x5cac9046eda6 <vm_exec_core+2278>, 0x5cac90474bf7 <vm_exec_core+26423>, 0x5cac90475162 <vm_exec_core+27810>, 0x5cac9046f543 <vm_exec_core+4227>, 0x5cac90470228 <vm_exec_core+7528>, 0x5cac9046fb95 <vm_exec_core+5845>, 0x5cac904709dd <vm_exec_core+9501>, 0x5cac90472082 <vm_exec_core+15298>, 0x5cac9046f5ea <vm_exec_core+4394>, 0x5cac90474946 <vm_exec_core+25734>, 0x5cac9047015e <vm_exec_core+7326>, 0x5cac90471d03 <vm_exec_core+14403>, 0x5cac904727bb <vm_exec_core+17147>, 0x5cac904744b4 <vm_exec_core+24564>, 0x5cac9047337a <vm_exec_core+20154>, 0x5cac90470a86 <vm_exec_core+9670>, 0x5cac90470481 <vm_exec_core+8129>, 0x5cac90474258 <vm_exec_core+23960>, 0x5cac904716d2 <vm_exec_core+12818>, 0x5cac90473a08 <vm_exec_core+21832>, 0x5cac904734f2 <vm_exec_core+20530>, 0x5cac90473a95 <vm_exec_core+21973>, 0x5cac90474dda <vm_exec_core+26906>, 0x5cac9046e84b <vm_exec_core+907>, 0x5cac904745c7 <vm_exec_core+24839>, 0x5cac90470d4f <vm_exec_core+10383>, 0x5cac9047416e <vm_exec_core+23726>, 0x5cac90470e75 <vm_exec_core+10677>, 0x5cac90472fbe <vm_exec_core+19198>, 0x5cac90475de7 <vm_exec_core+31015>, 0x5cac9047262a <vm_exec_core+16746>, 0x5cac90472c82 <vm_exec_core+18370>, 0x5cac904710dc <vm_exec_core+11292>, 0x5cac904705a5 <vm_exec_core+8421>, 0x5cac90473b63 <vm_exec_core+22179>, 0x5cac9046f6f5 <vm_exec_core+4661>, 0x5cac9047242e <vm_exec_core+16238>, 0x5cac9047d6af <vm_exec_core+61935>, 0x5cac904732bb <vm_exec_core+19963>, 0x5cac9046f790 <vm_exec_core+4816>, 0x5cac90470041 <vm_exec_core+7041>, 0x5cac9046fe5a <vm_exec_core+6554>, 0x5cac9047031a <vm_exec_core+7770>, 0x5cac90470ba5 <vm_exec_core+9957>, 0x5cac90475a44 <vm_exec_core+30084>, 0x5cac9046e850 <vm_exec_core+912>, 0x5cac9046ff66 <vm_exec_core+6822>, 0x5cac9047651b <vm_exec_core+32859>, 0x5cac90473834 <vm_exec_core+21364>, 0x5cac90472abb <vm_exec_core+17915>, 0x5cac904749d6 <vm_exec_core+25878>, 0x5cac904768cd <vm_exec_core+33805>, 0x5cac90474cfe <vm_exec_core+26686>, 0x5cac90475bbe <vm_exec_core+30462>, 0x5cac90475c8f <vm_exec_core+30671>, 0x5cac9046f1c7 <vm_exec_core+3335>, 0x5cac904755ba <vm_exec_core+28922>, 0x5cac904715f6 <vm_exec_core+12598>, 0x5cac90475805 <vm_exec_core+29509>, 0x5cac90470f1a <vm_exec_core+10842>, 0x5cac90470827 <vm_exec_core+9063>, 0x5cac90471b5e <vm_exec_core+13982>, 0x5cac9046f65b <vm_exec_core+4507>, 0x5cac90475d5c <vm_exec_core+30876>, 0x5cac90471dbc <vm_exec_core+14588>, 0x5cac9047194a <vm_exec_core+13450>, 0x5cac9046e944 <vm_exec_core+1156>, 0x5cac9046ef63 <vm_exec_core+2723>, 0x5cac9047296e <vm_exec_core+17582>, 0x5cac90471f5a <vm_exec_core+15002>, 0x5cac90472841 <vm_exec_core+17281>, 0x5cac904726e3 <vm_exec_core+16931>, 0x5cac90471513 <vm_exec_core+12371>, 0x5cac90471e56 <vm_exec_core+14742>, 0x5cac90471a3b <vm_exec_core+13691>, 0x5cac904721b3 <vm_exec_core+15603>, 0x5cac90472138 <vm_exec_core+15480>, 0x5cac90474cc0 <vm_exec_core+26624>, 0x5cac9047121c <vm_exec_core+11612>, 0x5cac9046eb1e <vm_exec_core+1630>, 0x5cac9046fbe0 <vm_exec_core+5920>, 0x5cac90474eab <vm_exec_core+27115>, 0x5cac9046f89e <vm_exec_core+5086>, 0x5cac90476384 <vm_exec_core+32452>, 0x5cac90473dd5 <vm_exec_core+22805>, 0x5cac904722b7 <vm_exec_core+15863>, 0x5cac9046ee7b <vm_exec_core+2491>, 0x5cac9047568a <vm_exec_core+29130>, 0x5cac90475290 <vm_exec_core+28112>, 0x5cac9046fae1 <vm_exec_core+5665>, 0x5cac9046f399 <vm_exec_core+3801>, 0x5cac90474344 <vm_exec_core+24196>, 0x5cac9047077b <vm_exec_core+8891>, 0x5cac90475b0d <vm_exec_core+30285>, 0x5cac9047553f <vm_exec_core+28799>, 0x5cac9047103a <vm_exec_core+11130>, 0x5cac9047221f <vm_exec_core+15711>, 0x5cac90473efa <vm_exec_core+23098>, 0x5cac9047549b <vm_exec_core+28635>, 0x5cac9047316c <vm_exec_core+19628>, 0x5cac90474092 <vm_exec_core+23506>, 0x5cac9047486a <vm_exec_core+25514>, 0x5cac90473063 <vm_exec_core+19363>, 0x5cac9046f2ee <vm_exec_core+3630>, 0x5cac90473927 <vm_exec_core+21607>, 0x5cac9046f0ae <vm_exec_core+3054>, 0x5cac9046f497 <vm_exec_core+4055>, 0x5cac90471467 <vm_exec_core+12199>, 0x5cac90472dab <vm_exec_core+18667>, 0x5cac904735f6 <vm_exec_core+20790>, 0x5cac90472bb6 <vm_exec_core+18166>, 0x5cac9046ed97 <vm_exec_core+2263>, 0x5cac90474be8 <vm_exec_core+26408>, 0x5cac90475153 <vm_exec_core+27795>, 0x5cac9046f534 <vm_exec_core+4212>, 0x5cac90470219 <vm_exec_core+7513>, 0x5cac9046fb86 <vm_exec_core+5830>, 0x5cac904709ce <vm_exec_core+9486>, 0x5cac90472073 <vm_exec_core+15283>, 0x5cac9046f5db <vm_exec_core+4379>, 0x5cac90474937 <vm_exec_core+25719>, 0x5cac9047014f <vm_exec_core+7311>, 0x5cac90471cf4 <vm_exec_core+14388>, 0x5cac904727ac <vm_exec_core+17132>, 0x5cac904744a5 <vm_exec_core+24549>, 0x5cac9047336b <vm_exec_core+20139>, 0x5cac90470a77 <vm_exec_core+9655>, 0x5cac90470472 <vm_exec_core+8114>, 0x5cac90474249 <vm_exec_core+23945>, 0x5cac904716c3 <vm_exec_core+12803>, 0x5cac904739f9 <vm_exec_core+21817>, 0x5cac904734e3 <vm_exec_core+20515>, 0x5cac90473a86 <vm_exec_core+21958>, 0x5cac90474dcb <vm_exec_core+26891>, 0x5cac90473298 <vm_exec_core+19928>, 0x5cac904745b8 <vm_exec_core+24824>, 0x5cac90470d40 <vm_exec_core+10368>, 0x5cac9047415f <vm_exec_core+23711>, 0x5cac90470e66 <vm_exec_core+10662>, 0x5cac90472faf <vm_exec_core+19183>, 0x5cac90473298 <vm_exec_core+19928>, 0x5cac9047261b <vm_exec_core+16731>, 0x5cac90472c73 <vm_exec_core+18355>, 0x5cac904710cd <vm_exec_core+11277>, 0x5cac90470596 <vm_exec_core+8406>, 0x5cac90473b54 <vm_exec_core+22164>, 0x5cac9046f6e6 <vm_exec_core+4646>, 0x5cac9047241f <vm_exec_core+16223>, 0x5cac9047d6a0 <vm_exec_core+61920>, 0x5cac904732ac <vm_exec_core+19948>, 0x5cac9046f781 <vm_exec_core+4801>, 0x5cac90470032 <vm_exec_core+7026>, 0x5cac9046fe4b <vm_exec_core+6539>, 0x5cac9047030b <vm_exec_core+7755>, 0x5cac90470b96 <vm_exec_core+9942>, 0x5cac90472ab6 <vm_exec_core+17910>, 0x5cac90472415 <vm_exec_core+16213>, 0x5cac90472ab1 <vm_exec_core+17905>, 0x5cac90473258 <vm_exec_core+19864>, 0x5cac90473218 <vm_exec_core+19800>, 0x5cac90470306 <vm_exec_core+7750>, 0x5cac904735ba <vm_exec_core+20730>, 0x5cac90471940 <vm_exec_core+13440>, 0x5cac90471945 <vm_exec_core+13445>, 0x5cac90473213 <vm_exec_core+19795>, 0x5cac90472da6 <vm_exec_core+18662>...}
        reg_cfp = 0x7c2900fff790
        reg_pc = 0x504000004f78
        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 0x00005cac9046aa7b in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2625
        _ec = 0x5160000006d0
        _tag = {tag = 36, retval = 0, buf = {0x0, <optimized out>, 0x7ffc3af3fb00, <optimized out>, <optimized out>}, prev = 0x7c2901acc750, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#36 0x00005cac900c75fb in rb_ec_exec_node (ec=0x5160000006d0, n=0x7c290332a958) at /tmp/ruby/src/trunk_asan/eval.c:281
        _ec = 0x5160000006d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffc3af3fc90, <optimized out>, 0x7ffc3af3fbe0, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7c290332a958
#37 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:319
        ec = 0x5160000006d0
        status = <optimized out>
#38 0x00005cac900c0b67 in rb_main (argc=9, argv=0x7ffc3af3fe58) at /tmp/ruby/src/trunk_asan/main.c:42
        variable_in_this_stack_frame = <optimized out>
#39 main (argc=9, argv=0x7ffc3af3fe58) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

$1 = true
[Inferior 1 (process 1032325) 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.z2t6mm:
* drwx------ 2 60 2025-05-15 17:51:50 +0000 autoload20250515-1032339-whuvng/
  * -rw-r--r-- 1 37 2025-05-15 17:51:50 +0000 test-bug-11055.rb
$ timeout 60 gdb -p 1031990 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
make: *** [uncommon.mk:975: 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 1031989 -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 1570525 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

#<Errno::ESRCH: No such process>
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j16'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/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/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/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/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.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/rbs-3.9.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.9.4/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-15T16:51:15Z master 06a56a7ffc) +PRISM [x86_64-linux]
     0 ............................................................
    60 ............................................................
   120 ............................................................
   180 ............................................................
   240 ............................................................
   300 ............................................................
   360 ............................................................
   420 ............................................................
   480 ............................................................
   540 ............................................................
   600 ............................................................
   660 ............................................................
   720 ............................................................
   780 ............................................................
   840 ............................................................
   900 ............................................................
   960 ............................................................
  1020 ............................................................
  1080 ............................................................
  1140 ............................................................
  1200 ............................................................
  1260 ............................................................
  1320 ............................................................
  1380 ............................................................
  1440 ............................................................
  1500 ............................................................
  1560 ............................................................
  1620 ............................................................
  1680 ............................................................
  1740 ............................................................
  1800 ............................................................
  1860 ............................................................
  1920 ............................................................
  1980 ............................................................
  2040 ............................................................
  2100 ............................................................
  2160 ............................................................
  2220 ............................................................
  2280 ............................................................
  2340 ............................................................
  2400 ............................................................
  2460 ............................................................
  2520 ............................................................
  2580 ............................................................
  2640 ............................................................
  2700 ............................................................
  2760 ............................................................
  2820 ............................................................
  2880 ............................................................
  2940 ............................................................
  3000 ............................................................
  3060 ............................................................
  3120 ............................................................
  3180 ............................................................
  3240 ............................................................
  3300 ......................................

Finished in 34.485592 seconds

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