# Logfile created on 2024-09-13 23:28:25 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007e76cb28fdc8 @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.20240913-232825", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007e76cb2b0a78 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007e76cb2b04d8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007e76ca1ba2a0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_asan.20240913-232825", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_asan.20240913-232825>, @binmode=false, @mon_data=#<Monitor:0x00007e76cbc0fce0>, @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 84e85124c5014a139af39161d484156cfe87a9ed
Update typeprof to 167263ca3a634b61df0445f1a6b3e259a5d47f94
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/power_assert.revision -
echo 167263ca3a634b61df0445f1a6b3e259a5d47f94 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/typeprof.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/power_assert.revision unchanged
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk_asan/gems/power_assert-2.0.3.gem
Building typeprof@167263ca3a634b61df0445f1a6b3e259a5d47f94 to /tmp/ruby/src/trunk_asan/gems/typeprof-0.21.11.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
  Successfully built RubyGem
  Name: typeprof
  Version: 0.30.0
  File: typeprof-0.30.0.gem
$$$[end] "make update-download -j16" exit with 0.
$$$[beg] make update-src      -j16
Already up to date.
Latest commit hash = ddbd644001
$$$[end] "make update-src      -j16" exit with 0.
$$$[beg] make after-update    -j16
/tmp/ruby/src/trunk_asan/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update typeprof to 167263ca3a634b61df0445f1a6b3e259a5d47f94
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/power_assert.revision -
echo 167263ca3a634b61df0445f1a6b3e259a5d47f94 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/power_assert.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/typeprof.revision unchanged
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk_asan/gems/power_assert-2.0.3.gem
Building typeprof@167263ca3a634b61df0445f1a6b3e259a5d47f94 to /tmp/ruby/src/trunk_asan/gems/typeprof-0.21.11.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
Extracting bundle gem power_assert-2.0.3...
  Successfully built RubyGem
  Name: typeprof
  Version: 0.30.0
  File: typeprof-0.30.0.gem
Extracting bundle gem typeprof-0.21.11...
Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby.
Unpacked gems/power_assert-2.0.4dev.gem
Try with hash version of bundled gems instead of gems/typeprof-0.21.11.gem. We don't use this gem with release version of Ruby.
Unpacked gems/typeprof-0.30.0.gem
$$$[end] "make after-update    -j16" exit with 0.
$$$[beg] make miniruby -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
compiling /tmp/ruby/src/trunk_asan/version.c
linking miniruby
$$$[end] "make miniruby -j16" exit with 0.
$$$[beg] make ruby -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
builtin_binary.inc updated
69964027a74ca7f8dc3b7cf09d7baae065a10053ca4cefa8f6c4dfdd303e9dc4  builtin_binary.inc
compiling /tmp/ruby/src/trunk_asan/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j16" exit with 0.
$$$[beg] make all -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating 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
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/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]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving 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/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
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/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/fiddle'
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/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.9.2/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/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
$$$[end] "make all -j16" exit with 0.
$$$[beg] make install -j16
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update typeprof to 167263ca3a634b61df0445f1a6b3e259a5d47f94
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/power_assert.revision -
echo 167263ca3a634b61df0445f1a6b3e259a5d47f94 | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/typeprof.revision -
generating enc.mk
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/power_assert.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/typeprof.revision unchanged
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk_asan/gems/power_assert-2.0.3.gem
Building typeprof@167263ca3a634b61df0445f1a6b3e259a5d47f94 to /tmp/ruby/src/trunk_asan/gems/typeprof-0.21.11.gem
making srcs under enc
making enc
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
Extracting bundle gem power_assert-2.0.3...
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
  Successfully built RubyGem
  Name: typeprof
  Version: 0.30.0
  File: typeprof-0.30.0.gem
Extracting bundle gem typeprof-0.21.11...
Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby.
Unpacked gems/power_assert-2.0.4dev.gem
Try with hash version of bundled gems instead of gems/typeprof-0.21.11.gem. We don't use this gem with release version of Ruby.
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
Unpacked gems/typeprof-0.30.0.gem
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
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/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/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/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.8/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.5.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.1.2/ext/syslog'
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'
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.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk_asan/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk_asan/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk_asan/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk_asan/bin
installing library scripts:         /tmp/ruby/install/trunk_asan/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk_asan/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/trunk_asan/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.4.0+0
                                    benchmark 0.3.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.6.0
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.6
                                    irb 1.14.0
                                    logger 1.6.1
                                    net-http 0.4.1
                                    net-protocol 0.2.2
                                    open-uri 0.4.1
                                    open3 0.2.1
                                    optparse 0.5.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 1.0.0
                                    pstore 0.1.3
                                    rdoc 6.7.0
                                    readline 0.0.4
                                    reline 0.5.10
                                    resolv 0.4.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.1
                                    set 1.1.0
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 2.0.0
                                    tempfile 0.2.1
                                    time 0.4.0
                                    timeout 0.4.1
                                    tmpdir 0.2.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 0.13.1
                                    weakref 0.1.3
                                    yaml 0.3.0
installing default gems from ext:   /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.4.0+0
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3
                                    fcntl 1.1.0
                                    fiddle 1.1.3.dev
                                    io-console 0.7.2
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.2
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.2.0.beta1
                                    stringio 3.1.2.dev
                                    strscan 3.1.1.dev
                                    zlib 3.1.1
installing bundled gems:            /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.4.0+0
                                    minitest 5.25.1
                                    rake 13.2.1
                                    test-unit 3.6.2
                                    rexml 3.3.7
                                    rss 0.3.1
                                    net-ftp 0.3.7
                                    net-imap 0.4.16
                                    net-pop 0.1.2
                                    net-smtp 0.5.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.5.3
                                    debug 1.9.2
                                    racc 1.8.1
                                    mutex_m 0.2.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.8
                                    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.1.2
                                    csv 3.3.0
installing bundled gem cache:       /tmp/ruby/install/trunk_asan/lib/ruby/gems/3.4.0+0/cache
skipped bundled gems:
    power_assert-2.0.4dev.gem       not found in bundled_gems
    typeprof-0.30.0.gem             not found in bundled_gems
$$$[end] "make install -j16" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j16'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Checking leaked global symbols...none
/tmp/ruby/src/trunk_asan/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk_asan/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk_asan/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk_asan/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk_asan/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk_asan/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk_asan/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk_asan/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk_asan/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk_asan/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk_asan/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk_asan/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk_asan/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk_asan/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk_asan/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk_asan/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk_asan/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk_asan/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk_asan/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk_asan/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk_asan/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j16'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.1.2/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=49148
  "--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/915] 1491808=test_win32ole_variant
[  2/915] 1491819=test_fiddle
[  3/915] 1491807=test_enumerator
[  4/915] 1491816=test_rdoc_markup_formatter
[  5/915] 1491810=test_psych
[  6/915] 1491815=test_ractor
[  7/915] 1491808=test_rdoc_parser_prism_ruby
[  8/915] 1491818=test_rbconfig
[  9/915] 1491806=test_gem_uri
[ 10/915] 1491809=test_command
[ 11/915] 1491814=test_gem_package_old
[ 12/915] 1491811=test_digest
[ 13/915] 1491820=test_arith_seq_extract
[ 14/915] 1491805=test_gem_commands_help_command
[ 15/915] 1491813=test_stringchar
[ 16/915] 1491812=test_debug
[ 17/915] 1491817=test_error_highlight
[ 18/915] 1491818=test_find_executable
[ 19/915] 1491807=test_set
[ 20/915] 1491812=test_array
[ 21/915] 1491819=test_lazy_enumerator
[ 22/915] 1491818=test_date_compat
[ 23/915] 1491807=test_profile_frames
[ 24/915] 1491818=test_resolve_symbol
[ 25/915] 1491810=test_rdoc_task
[ 26/915] 1491810=test_backtrace
[ 27/915] 1491818=test_time_tz
[ 28/915] 1491815=test_kdf
[ 29/915] 1491816=test_gem_request_set_lockfile_tokenizer
[ 30/915] 1491813=test_gem_commands_outdated_command
[ 31/915] 1491807=test_class2name
[ 32/915] 1491807=test_nil
[ 33/915] 1491818=test_gem_package
[ 34/915] 1491807=test_utf16
[ 35/915] 1491807=test_enumerator
[ 36/915] 1491820=test_rdoc_parser_simple
[ 37/915] 1491806=test_name_error
[ 38/915] 1491815=test_exception_at_throwing
[ 39/915] 1491814=test_benchmark
[ 40/915] 1491815=string_encoding_test
[ 41/915] 1491805=test_safe_load
[ 42/915] 1491805=test_color_printer
[ 43/915] 1491820=test_frozen
[ 44/915] 1491820=test_handle
[ 45/915] 1491809=test_gem_source
[ 46/915] 1491816=test_rdoc_markup_to_rdoc
[ 47/915] 1491815=test_rdoc_ri_paths
[ 48/915] 1491805=overlap_test
[ 49/915] 1491816=test_gem_uninstaller
[ 50/915] 1491813=test_symbol
[ 51/915] 1491813=test_gem_platform
[ 52/915] 1491820=test_propertyputref
[ 53/915] 1491820=test_gem_source_vendor
[ 54/915] 1491813=test_gem_commands_list_command
[ 55/915] 1491813=test_variable_name_check
[ 56/915] 1491819=test_pty
[ 57/915] 1491814=test_assembler
[ 58/915] 1491814=test_pkcs12
[ 59/915] 1491815=test_date_time
[ 60/915] 1491811=test_date
[ 61/915] 1491811=test_parser
[ 62/915] 1491806=test_gem_available_set
[ 63/915] 1491813=test_gem_source_installed
[ 64/915] 1491813=test_modify_expand
[ 65/915] 1491813=test_change_word
[ 66/915] 1491810=test_gem_installer
[ 67/915] 1491813=test_rdoc_top_level
[ 68/915] 1491815=test_gem_command_manager
[ 69/915] 1491811=test_multi_irb_commands
[ 70/915] 1491811=test_rdoc_code_object
[ 71/915] 1491820=test_regex_casefold
[ 72/915] 1491820=test_pipe
[ 73/915] 1491806=test_gem_source_git
[ 74/915] 1491808=test_gem_commands_check_command
[ 75/915] 1491809=test_random_formatter
[ 76/915] 1491820=test_rdoc_normal_class
[ 77/915] 1491809=test_files_lib
[ 78/915] 1491817=test_sorted_set
[ 79/915] 1491805=test_emoji
[ 80/915] 1491805=test_string
[ 81/915] 1491815=test_help
[ 82/915] 1491818=test_class_name_check
[ 83/915] 1491815=test_gem_resolver_git_set
[ 84/915] 1491814=test_cp949
[ 85/915] 1491820=test_condition
[ 86/915] 1491819=test_erb
[ 87/915] 1491814=test_scan_args
[ 88/915] 1491820=test_date_attr
[ 89/915] 1491818=test_duplicate
[ 90/915] 1491820=test_time
[ 91/915] 1491818=json_ext_parser_test
[ 92/915] 1491814=test_integer
[ 93/915] 1491818=test_load
[ 94/915] 1491818=test_uncorrectable_name_check
[ 95/915] 1491818=test_singleton_function
[ 96/915] 1491818=test_cclass
[ 97/915] 1491808=test_shellwords
[ 98/915] 1491819=test_proc
[ 99/915] 1491808=test_case_comprehensive
[100/915] 1491808=test_framework
[101/915] 1491808=magic_comment_test
[102/915] 1491806=test_zlib
[103/915] 1491820=test_marshal
[104/915] 1491817=test_omap
[105/915] 1491817=test_emitter
[106/915] 1491818=test_json_tree
[107/915] 1491815=library_symbols_test
[108/915] 1491817=test_ractor
[109/915] 1491815=test_date_strptime
[110/915] 1491818=test_ssl
[111/915] 1491813=test_nomethod_error
[112/915] 1491813=test_https_proxy
[113/915] 1491811=test_pkey_dsa
[114/915] 1491813=test_gem
[115/915] 1491815=test_files_test_1
[116/915] 1491808=test_gem_remote_fetcher_local_ssl_server
[117/915] 1491816=test_rdoc_rd_inline
[118/915] 1491816=test_float
[119/915] 1491811=test_severity
[120/915] 1491820=test_ractor
[121/915] 1491811=test_parser
[122/915] 1491820=attribute_write_test
[123/915] 1491811=test_yaml_special_cases
[124/915] 1491811=test_gem_source_list
[125/915] 1491817=test_delegate
[126/915] 1491820=test_helper_method
[127/915] 1491819=test_cgi_core
[128/915] 1491817=test_deprecated
[129/915] 1491817=test_key_stroke
[130/915] 1491819=test_gc_compact
[131/915] 1491817=test_resize
[132/915] 1491817=test_rdoc_generator_darkfish
[133/915] 1491820=test_div
[134/915] 1491820=test_fiber
[135/915] 1491811=test_generic
[136/915] 1491811=breadth_first_search_test
[137/915] 1491811=test_err_in_callback
[138/915] 1491811=test_rdoc_store
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 9 #<File::Stat dev=0x8, ino=222340395, 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    1491818  ko1    9u  IPv4 222340395      0t0  TCP localhost:41079->localhost:41672 (CLOSE_WAIT)
[139/915] 1491818=json_parser_test
[140/915] 1491818=test_win32ole_variant_m
[141/915] 1491818=test_alias_and_anchor
[142/915] 1491818=test_gem_commands_setup_command
[143/915] 1491816=test_gem_commands_rebuild_command
[144/915] 1491816=test_cesu8
[145/915] 1491816=test_rdoc_stats
[146/915] 1491817=errors_test
[147/915] 1491816=test_open3
[148/915] 1491817=test_vm_dump
[149/915] 1491817=test_ftp
[150/915] 1491817=test_rdoc_markup_document
[151/915] 1491817=test_helper
[152/915] 1491817=test_memory_view
[153/915] 1491817=test_integer
[154/915] 1491813=test_utf32
[155/915] 1491813=test_ellipsize
[156/915] 1491813=test_rand
[157/915] 1491817=test_pkey_ec
[158/915] 1491812=test_thread
[159/915] 1491812=test_noarg
[160/915] 1491808=test_data
[161/915] 1491808=test_date_parse
[162/915] 1491817=test_gem_commands_update_command
[163/915] 1491806=test_fips
[164/915] 1491808=test_backtrace
[165/915] 1491808=static_literals_test
[166/915] 1491818=test_workspace
[167/915] 1491808=test_to_ruby
[168/915] 1491808=test_bundled_ca
[169/915] 1491811=test_random
[170/915] 1491811=test_nextafter
[171/915] 1491812=test_input_method
[172/915] 1491811=test_capacity
[173/915] 1491811=test_tracer
[174/915] 1491813=test_option
[175/915] 1491811=test_gem_safe_marshal
[176/915] 1491818=test_acceptable
[177/915] 1491812=implicit_array_test
[178/915] 1491813=test_len
[179/915] 1491813=test_function_entry
[180/915] 1491813=test_rdoc_parser_markdown
[181/915] 1491813=test_win32ole_param
[182/915] 1491813=test_method_name_check
[183/915] 1491806=test_kernel
[184/915] 1491813=heredoc_dedent_test
[185/915] 1491812=numeric_value_test
[186/915] 1491818=test_keyword
[187/915] 1491812=!Nothing_to_test
[188/915] 1491812=test_http_request
[189/915] 1491813=test_data
[190/915] 1491813=test_rdoc_ri_driver
[191/915] 1491812=test_httpheader
[192/915] 1491812=test_gem_commands_server_command
[193/915] 1491808=test_gem_package_task
[194/915] 1491808=test_bn
[195/915] 1491808=test_provider
[196/915] 1491812=test_win32ole_method_event
[197/915] 1491812=test_singleton
[198/915] 1491812=test_rdoc_servlet
[199/915] 1491812=test_rdoc_rd_block_parser
[200/915] 1491807=test_win32ole_param_event
[201/915] 1491807=test_ripper
[202/915] 1491813=test_key_name_check
[203/915] 1491812=test_syntax
/tmp/ruby/src/trunk_asan/test/ruby/test_syntax.rb:333: warning: key :k1 is duplicated and overwritten on line 333
[204/915] 1491813=test_gem_request_set_gem_dependency_api
[205/915] 1491811=test_grapheme_breaks
[206/915] 1491811=test_date_marshal
[207/915] 1491811=test_ossl
[208/915] 1491806=test_ruby_lex
[209/915] 1491813=test_assignment
[210/915] 1491808=test_optarg
[211/915] 1491818=test_ractor
[212/915] 1491818=test_ssl_session
[213/915] 1491807=test_stream
[214/915] 1491807=test_pack
[215/915] 1491808=test_gem_commands_exec_command
[216/915] 1491806=test_gem_commands_unpack_command
[217/915] 1491817=test_autoload
[218/915] 1491806=test_gem_resolver_local_specification
[219/915] 1491806=test_exception
[220/915] 1491818=test_rdoc_generator_pot
[221/915] 1491806=test_gem_commands_signout_command
[222/915] 1491806=test_object
[223/915] 1491806=test_file_exhaustive
[224/915] 1491807=test_gem_gem_runner
[225/915] 1491814=test_gem_ext_cargo_builder
[226/915] 1491814=test_sleep
[227/915] 1491818=test_queue
[228/915] 1491818=test_key_event_record
[229/915] 1491818=regular_expression_options_test
[230/915] 1491818=test_prettyprint
[231/915] 1491818=test_gem_validator
[232/915] 1491818=integer_parse_test
[233/915] 1491818=test_install
[234/915] 1491807=test_rdoc_markup_to_label
[235/915] 1491819=test_tree_spell_checker
[236/915] 1491807=test_pair
[237/915] 1491819=test_m17n_comb
[238/915] 1491818=test_date_ractor
[239/915] 1491809=test_custom_command
[240/915] 1491809=test_bundled_gems
[241/915] 1491809=lex_test
[242/915] 1491808=test_depth_first
[243/915] 1491808=test_ns_spki
[244/915] 1491808=test_tsort
[245/915] 1491808=index_write_test
[246/915] 1491808=test_integer_comb
[247/915] 1491816=test_lexer
[248/915] 1491815=test_win32ole_type
[249/915] 1491816=test_rdoc_extend
[250/915] 1491815=test_io_wait
[251/915] 1491816=test_kwargs
[252/915] 1491816=test_random
[253/915] 1491818=test_merge_keys
[254/915] 1491816=test_dir
[255/915] 1491818=test_gem_ext_configure_builder
[256/915] 1491818=test_mdns
[257/915] 1491815=test_x509store
[258/915] 1491818=test_rdoc_rd_inline_parser
[259/915] 1491818=test_gem_security_signer
[260/915] 1491818=test_exception
[261/915] 1491815=test_bash_completion
[262/915] 1491815=test_gem_local_remote_options
[263/915] 1491811=test_euc_kr
[264/915] 1491811=test_gem_commands_lock_command
[265/915] 1491816=test_rdoc_generator_json_index
[266/915] 1491811=test_set_len
[267/915] 1491815=test_threadgroup
[268/915] 1491811=test_ocsp
[269/915] 1491816=test_rdoc_text
[270/915] 1491816=test_shapes
[271/915] 1491816=test_pkey_dh
[272/915] 1491816=test_ifunless
[273/915] 1491816=test_require
[274/915] 1491816=test_gem_silent_ui
[275/915] 1491814=test_nesting_parser
[276/915] 1491816=test_gem_resolver_installer_set
[277/915] 1491815=test_gem_dependency_list
[278/915] 1491815=test_files_test
[279/915] 1491815=test_rendering
[280/915] 1491814=test_gem_commands_uninstall_command
[281/915] 1491811=test_io_m17n
[282/915] 1491815=test_config
[283/915] 1491816=test_delete
[284/915] 1491816=comments_test
[285/915] 1491815=test_ensured
[286/915] 1491816=test_continuation
[287/915] 1491816=test_object_create_start
[288/915] 1491816=test_forwardable
[289/915] 1491816=test_env
[290/915] 1491815=regular_expression_encoding_test
[291/915] 1491815=test_config
[292/915] 1491809=test_project_sanity
[293/915] 1491815=test_rdoc_markup_paragraph
[294/915] 1491815=test_interned_str
[295/915] 1491815=test_placearg
[296/915] 1491810=test_gem_commands_cleanup_command
[297/915] 1491809=test_range
[298/915] 1491815=test_type
[299/915] 1491815=test_dryrun
[300/915] 1491815=json_generator_test
[301/915] 1491815=test_gem_impossible_dependencies_error
[302/915] 1491815=test_io_buffer
[303/915] 1491815=encodings_test
[304/915] 1491813=test_string_processing
[305/915] 1491807=test_gem_resolver_api_set
[306/915] 1491815=parse_stream_test
[307/915] 1491815=test_locale
[308/915] 1491813=test_emitter
[309/915] 1491813=test_ts
[310/915] 1491807=test_tmpdir
[311/915] 1491815=node_id_test
[312/915] 1491810=test_gem_source_subpath_problem
[313/915] 1491807=test_rdoc_token_stream
[314/915] 1491807=test_rubyoptions
[315/915] 1491814=test_printf
[316/915] 1491810=test_to_ary_concat
[317/915] 1491814=warnings_test
[318/915] 1491814=test_stringify_symbols
[319/915] 1491814=test_rdoc_alias
[320/915] 1491815=test_rdoc_single_class
[321/915] 1491815=test_windows_1252
[322/915] 1491815=test_configuration
[323/915] 1491814=dispatcher_test
[324/915] 1491814=test_udp
[325/915] 1491814=test_sleep
[326/915] 1491815=test_x509name
[327/915] 1491815=test_object_references
[328/915] 1491815=test_wait
[329/915] 1491806=test_sizeof
[330/915] 1491815=test_face
[331/915] 1491813=test_gem_requirement
[332/915] 1491815=test_alias
[333/915] 1491810=test_euc_tw
[334/915] 1491810=test_gem_security
[335/915] 1491813=test_gem_commands_build_command
[336/915] 1491809=test_compile_prism
[337/915] 1491811=test_date_new
[338/915] 1491811=test_io_timeout
[339/915] 1491811=command_line_test
[340/915] 1491811=test_rdoc_rd
[341/915] 1491815=test_gem_commands_info_command
[342/915] 1491811=test_comparable
[343/915] 1491811=test_emoji_breaks
[344/915] 1491815=test_notimplement
[345/915] 1491811=test_system
[346/915] 1491815=test_bug-3571
[347/915] 1491820=test_require
[348/915] 1491815=test_dup
[349/915] 1491814=test_dns
[350/915] 1491813=test_stringio
[351/915] 1491817=test_win32ole_record
[352/915] 1491817=test_gem_path_support
[353/915] 1491817=constant_path_node_test
[354/915] 1491817=heredoc_test
[355/915] 1491817=test_webauthn_listener_response
[356/915] 1491817=test_ubf_async_safe
[357/915] 1491813=test_array
[358/915] 1491817=parser_test
[359/915] 1491815=snippets_test
[360/915] 1491817=newline_test
[361/915] 1491813=test_console_attr
[362/915] 1491813=test_gem_bundler_version_finder
[363/915] 1491809=test_libs
[364/915] 1491813=test_super
[365/915] 1491814=test_math
[366/915] 1491809=json_encoding_test
[367/915] 1491814=test_time
[368/915] 1491809=test_gc
[369/915] 1491809=test_rb_str_dup
[370/915] 1491809=fuzzer_test
[371/915] 1491817=test_rdoc_comment
[372/915] 1491809=test_pack
[373/915] 1491809=test_ast
[374/915] 1491817=test_struct
[375/915] 1491817=onigmo_test
[376/915] 1491817=test_bug-5832
[377/915] 1491817=test_cgi_multipart
[378/915] 1491817=test_case
[379/915] 1491814=test_digest_extend
[380/915] 1491817=test_gem_safe_yaml
[381/915] 1491814=test_popen_deadlock
[382/915] 1491817=test_did_you_mean
[383/915] 1491817=test_autoconf
[384/915] 1491817=test_rdoc_rdoc
[385/915] 1491817=test_rdoc_markup_pre_process
[386/915] 1491817=test_yjit_exit_locations
[387/915] 1491818=test_yamlstore
[388/915] 1491818=test_gem_config_file
[389/915] 1491813=test_gem_commands_pristine_command
[390/915] 1491817=test_rdoc_method_attr
[391/915] 1491818=test_scalar_scanner
[392/915] 1491818=test_within_pipe
[393/915] 1491811=test_beginendblock
[394/915] 1491818=test_gem_resolver_requirement_list
[395/915] 1491818=test_reline
[396/915] 1491817=test_hash
[397/915] 1491814=test_arith_seq_beg_len_step
[398/915] 1491814=test_io_buffer
[399/915] 1491814=test_win32ole_event
[400/915] 1491814=test_socket
[401/915] 1491808=snapshots_test
[402/915] 1491810=test_function
[403/915] 1491811=test_weakref
[404/915] 1491815=test_not
[405/915] 1491815=test_timeout
[406/915] 1491810=ripper_test
[407/915] 1491811=test_rubygems
[408/915] 1491816=test_gem_package_tar_writer
[409/915] 1491818=test_mailto
[410/915] 1491818=test_yaml_tree
[411/915] 1491816=test_case_mapping
[412/915] 1491816=test_reline_key
[413/915] 1491818=test_reqarg
[414/915] 1491811=test_rdoc_generator_pot_po
[415/915] 1491816=test_rdoc_markup_hard_break
[416/915] 1491811=test_gem_resolver_lock_set
[417/915] 1491816=test_append
[418/915] 1491816=test_ractor_compatibility
[419/915] 1491815=test_method
[420/915] 1491811=test_unicode_normalize
[421/915] 1491806=test_member
[422/915] 1491806=test_gem_console_ui
[423/915] 1491806=test_gem_update_suggestion
[424/915] 1491811=test_set
[425/915] 1491811=test_gem_source_fetch_problem
[426/915] 1491811=test_resource
[427/915] 1491811=test_arity
[428/915] 1491806=test_ipaddr
[429/915] 1491811=test_pkey_rsa
[430/915] 1491806=test_rdoc_generator_ri
[431/915] 1491806=test_nofree
[432/915] 1491806=test_numhash
[433/915] 1491806=test_gem_stream_ui
[434/915] 1491806=test_trace
[435/915] 1491806=test_webauthn_poller
[436/915] 1491813=test_date_conv
[437/915] 1491813=test_gem_resolver_composed_set
[438/915] 1491810=test_rdoc_i18n_locale
[439/915] 1491813=test_argf
[440/915] 1491808=test_egrep_cpp
[441/915] 1491806=test_m17n
[442/915] 1491818=test_rdoc_markup_attribute_manager
.Closed file descriptor: TestSocket#test_tcp_socket_v6_address_passed: 10
[443/915] 1491816=test_yjit
[444/915] 1491808=test_buffered_io
[445/915] 1491818=test_gem_commands_stale_command
[446/915] 1491810=test_win32ole
[447/915] 1491810=test_gem_version
[448/915] 1491818=test_rdoc_markup_to_tt_only
[449/915] 1491818=test_gem_text
[450/915] 1491808=test_settracefunc
[451/915] 1491810=tunnel_test
[452/915] 1491810=test_gem_stub_specification
[453/915] 1491818=test_rdoc_normal_module
[454/915] 1491814=test_rdoc_markdown_test
[455/915] 1491818=test_pp
[456/915] 1491818=test_tcp
[457/915] 1491810=test_sprintf_comb
[458/915] 1491806=test_path
[459/915] 1491806=test_method_cache
[460/915] 1491806=test_transcode
[461/915] 1491818=test_whileuntil
[462/915] 1491818=test_gem_ext_rake_builder
[463/915] 1491811=test_monitor
[464/915] 1491805=json_string_matching_test
[465/915] 1491805=test_asn1
[466/915] 1491812=test_flags
[467/915] 1491810=test_rdoc_markup_heading
[468/915] 1491805=test_extlibs
[469/915] 1491811=test_rat
[470/915] 1491810=static_inspect_test
[471/915] 1491811=test_inadvertent_creation
[472/915] 1491810=test_at_exit
[473/915] 1491810=test_rdoc_markup_verbatim
[474/915] 1491810=test_instrumentation_api
[475/915] 1491806=source_location_test
[476/915] 1491811=test_complex
[477/915] 1491806=unescape_test
[478/915] 1491819=test_files_ext
[479/915] 1491811=test_x509ext
[480/915] 1491811=test_eval_history
[481/915] 1491811=test_c_struct_entry
[482/915] 1491819=test_case
[483/915] 1491819=equality_test
[484/915] 1491819=test_color
[485/915] 1491820=test_gem_commands_query_command
[486/915] 1491811=test_warning
[487/915] 1491819=test_win32ole_type_event
[488/915] 1491819=test_gem_name_tuple
[489/915] 1491818=test_pointer
[490/915] 1491811=test_refinement
[491/915] 1491812=test_gem_dependency_installer
[492/915] 1491810=test_gem_specification
[493/915] 1491819=test_gbk
[494/915] 1491819=test_rdoc_markup_attributes
[495/915] 1491808=test_rdoc_class_module
[496/915] 1491819=test_type_completor
[497/915] 1491819=test_gem_package_tar_reader
[498/915] 1491819=test_gb18030
[499/915] 1491819=test_win32ole_variable
[500/915] 1491819=test_stringscanner
[501/915] 1491814=test_numeric
[502/915] 1491814=test_x509crl
[503/915] 1491819=test_word
[504/915] 1491819=test_cgi_session
[505/915] 1491819=test_class
[506/915] 1491819=test_require_path_check
[507/915] 1491820=test_mixed_unicode_escapes
[508/915] 1491820=test_enumerator_kw
[509/915] 1491820=test_win32ole_variant_outarg
[510/915] 1491820=test_mkmf
[511/915] 1491820=test_mul
[512/915] 1491814=test_gem_commands_fetch_command
[513/915] 1491820=test_cgi_header
[514/915] 1491820=test_pkcs7
[515/915] 1491818=test_complexrational
[516/915] 1491818=test_rdoc_markup_to_html_snippet
[517/915] 1491818=test_flush
[518/915] 1491818=test_rdoc_any_method
[519/915] 1491819=test_x509attr
[520/915] 1491814=test_iso_8859
[521/915] 1491819=test_complex2
[522/915] 1491820=test_history
[523/915] 1491819=test_dln
[524/915] 1491819=test_big2str
[525/915] 1491819=test_line_editor
[526/915] 1491814=test_rdoc_markup_indented_paragraph
[527/915] 1491820=test_coderange
[528/915] 1491814=test_open-uri
[529/915] 1491819=test_rdoc_parser
[530/915] 1491820=test_rdoc_markup_to_html
[531/915] 1491819=regexp_test
[532/915] 1491819=test_rdoc_markup_to_joined_paragraph
[533/915] 1491819=test_string_memory
[534/915] 1491820=test_pkg_config
[535/915] 1491820=test_rdoc_context
[536/915] 1491819=test_iseq
.Closed file descriptor: TestOpenURI#test_quoted_attvalue: 8
Leaked file descriptor: TestOpenURI#test_redirect_with_request_specific_fields_proc: 8 : #<TCPSocket:fd 8, AF_INET, 127.0.0.1, 41777>
COMMAND     PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
ruby    1491814  ko1    8u  IPv4 222353034      0t0  TCP localhost:41777->localhost:46868 (CLOSE_WAIT)
Closed file descriptor: TestOpenURI#test_userinfo: 8
[537/915] 1491814=test_insns_leaf
[538/915] 1491814=test_store
[539/915] 1491808=location_test
[540/915] 1491808=test_c_struct_builder
[541/915] 1491808=test_gc
[542/915] 1491818=test_allocation
[543/915] 1491814=test_enc_associate
[544/915] 1491805=dump_test
[545/915] 1491819=test_gem_commands_open_command
[546/915] 1491819=test_x509req
[547/915] 1491806=test_cgi_util
[548/915] 1491820=test_protect
[549/915] 1491820=test_gem_ext_cargo_builder_link_flag_converter
[550/915] 1491820=test_protocol
[551/915] 1491819=test_tree_builder
[552/915] 1491819=test_rdoc_markup_parser
[553/915] 1491814=test_gem_remote_fetcher_s3
[554/915] 1491810=test_gem_version_option
[555/915] 1491810=test_files_test_2
[556/915] 1491820=test_require_lib
[557/915] 1491819=test_gem_rdoc
[558/915] 1491814=lex_test
[559/915] 1491814=test_trick
[560/915] 1491806=test_objectspace
[561/915] 1491819=version_test
[562/915] 1491819=test_gem_request_set
[563/915] 1491812=test_fd_setsize
[564/915] 1491812=test_null
[565/915] 1491812=test_gem_resolver_activation_request
[566/915] 1491812=test_big5
[567/915] 1491812=test_rdoc_markup_raw
[568/915] 1491812=test_ensure_and_callcc
[569/915] 1491812=test_scheduler
[570/915] 1491812=test_name_error_extension
[571/915] 1491812=test_fstring
[572/915] 1491812=test_iseq_load
[573/915] 1491819=test_fixnum
[574/915] 1491819=test_timeout
[575/915] 1491819=test_signal
[576/915] 1491805=test_gem_ext_builder
[577/915] 1491817=test_verbose
[578/915] 1491817=test_history
[579/915] 1491817=test_mutex
[580/915] 1491817=test_bigzero
[581/915] 1491817=test_basicinstructions
[582/915] 1491813=test_key_actor_emacs
[583/915] 1491812=compiler_test
[584/915] 1491811=test_date_strftime
[585/915] 1491812=test_typeddata
[586/915] 1491815=test_gem_resolver_vendor_specification
[587/915] 1491817=test_struct
[588/915] 1491815=test_normalize
[589/915] 1491815=test_recursion
[590/915] 1491815=locals_test
[591/915] 1491819=test_find
[592/915] 1491819=test_basicsocket
[593/915] 1491817=test_import
[594/915] 1491819=test_gem_commands_owner_command
[595/915] 1491813=test_gem_package_tar_header
[596/915] 1491813=test_disable_irb
[597/915] 1491813=pattern_test
[598/915] 1491813=test_logger
[599/915] 1491819=test_sexp
[600/915] 1491812=test_rdoc_tom_doc
[601/915] 1491813=test_gem_unsatisfiable_dependency_error
[602/915] 1491812=test_rdoc_i18n_text
[603/915] 1491819=test_ractor
[604/915] 1491812=test_weakmap
[605/915] 1491813=test_gem_doctor
[606/915] 1491813=test_ancdata
[607/915] 1491815=test_rdoc_markup_to_table_of_contents
[608/915] 1491813=test_data_error
[609/915] 1491819=test_rubyvm
[610/915] 1491819=test_gem_resolver_dependency_request
[611/915] 1491815=test_force_exit
[612/915] 1491815=test_win32ole_typelib
[613/915] 1491815=test_euc_jp
[614/915] 1491815=test_abi
[615/915] 1491819=test_external_new
[616/915] 1491819=test_scanner_events
[617/915] 1491813=test_gem_commands_push_command
[618/915] 1491805=test_module
[619/915] 1491819=parse_success_test
[620/915] 1491819=test_ractor
[621/915] 1491819=test_deprecate
[622/915] 1491819=test_rdoc_constant
[623/915] 1491815=test_registry
[624/915] 1491815=test_ssl
[625/915] 1491819=test_gem_request_connection_pools
[626/915] 1491811=test_rdoc_markdown
[627/915] 1491813=test_optimization
[628/915] 1491817=test_common
[629/915] 1491819=test_rdoc_encoding
[630/915] 1491819=test_sprintf
[631/915] 1491811=test_gem_uri_formatter
[632/915] 1491811=test_bmethod
[633/915] 1491811=test_enumerable
[634/915] 1491814=test_terminfo
[635/915] 1491811=test_rdoc_markup_include
[636/915] 1491814=test_ansi_without_terminfo
[637/915] 1491811=ruby_parser_test
[638/915] 1491811=test_rdoc_context_section
[639/915] 1491814=test_buffering
[640/915] 1491811=test_svcb_https
[641/915] 1491811=test_bug-14834
[642/915] 1491814=test_key_actor_vi
[643/915] 1491817=test_x509cert
[644/915] 1491811=test_addrinfo
[645/915] 1491814=test_logdevice
[646/915] 1491807=test_passing_block
[647/915] 1491819=test_http
[648/915] 1491807=test_rdoc_attr
[649/915] 1491807=test_zsh_completion
[650/915] 1491819=test_gem_package_tar_reader_entry
[651/915] 1491807=test_lock_native_thread
[652/915] 1491811=test_webauthn_listener
[653/915] 1491807=test_logperiod
[654/915] 1491807=test_have_func
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 8 : #<TCPSocket:fd 8, AF_INET, 127.0.0.1, 37747>
COMMAND     PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
ruby    1491811  ko1    8u  IPv4 222359927      0t0  TCP localhost:37747->localhost:41164 (CLOSE_WAIT)
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 8
[655/915] 1491811=test_enc_str_buf_cat
[656/915] 1491811=test_default_gems
[657/915] 1491811=test_rdoc_parser_c
[658/915] 1491817=test_gem_security_trust_dir
[659/915] 1491819=test_constant
[660/915] 1491817=test_gem_resolver_specification
[661/915] 1491817=test_rdoc_generator_pot_po_entry
[662/915] 1491817=json_fixtures_test
[663/915] 1491817=test_load
[664/915] 1491817=test_encoding
[665/915] 1491811=test_gem_command
[666/915] 1491817=test_memory_view
[667/915] 1491811=test_pinned
[668/915] 1491811=test_inlinecache
[669/915] 1491807=test_show_source
[670/915] 1491817=test_httpresponse
[671/915] 1491811=test_rdoc_parser_ruby
[672/915] 1491817=test_rdoc_markup_to_markdown
[673/915] 1491817=test_usrmarshal
[674/915] 1491807=test_weakkeymap
[675/915] 1491820=test_key_error
[676/915] 1491820=test_engine
[677/915] 1491810=test_enc_raise
[678/915] 1491820=test_dot_dot
[679/915] 1491820=test_human_typo
[680/915] 1491810=test_cparser
[681/915] 1491820=reflection_test
[682/915] 1491820=test_bignum
[683/915] 1491817=test_postponed_job
[684/915] 1491820=test_gem_request_set_lockfile
[685/915] 1491814=ractor_test
[686/915] 1491814=test_gem_commands_yank_command
[687/915] 1491820=test_jaro_winkler
[688/915] 1491814=test_pattern_key_name_check
[689/915] 1491820=test_exit
[690/915] 1491814=test_tempfile
[691/915] 1491820=test_config
[692/915] 1491810=test_gem_util
[693/915] 1491817=test_raise_exception
[694/915] 1491820=test_gem_remote_fetcher
[695/915] 1491805=test_gem_gemcutter_utilities
[696/915] 1491816=test_gem_resolver
[697/915] 1491810=test_cipher
[698/915] 1491811=test_hash
[699/915] 1491810=test_macro
[700/915] 1491805=test_new
[701/915] 1491811=test_last_thread
[702/915] 1491805=test_rdoc_markup_to_bs
[703/915] 1491814=test_etc
[704/915] 1491810=test_gem_remote_fetcher_local_server
[705/915] 1491820=test_ldap
[706/915] 1491814=test_gem_source_lock
[707/915] 1491810=test_coder
[708/915] 1491816=test_optparse
[709/915] 1491820=test_symbol
[710/915] 1491810=test_context
[711/915] 1491814=test_rdoc_markup
[712/915] 1491814=test_gem_commands_which_command
[713/915] 1491805=test_enum
[714/915] 1491814=parse_test
[715/915] 1491814=test_unix
[716/915] 1491816=test_gem_source_specific_file
[717/915] 1491814=test_io_console
[718/915] 1491811=test_date_arith
[719/915] 1491816=test_rdoc_require
[720/915] 1491811=test_ws
[721/915] 1491811=test_io
[722/915] 1491816=test_numeric
[723/915] 1491810=test_metaclass
[724/915] 1491810=test_ractor
[725/915] 1491807=test_gem_spec_fetcher
[726/915] 1491810=test_c_union_entity
[727/915] 1491816=test_gem_commands_sources_command
[728/915] 1491810=test_undef
[729/915] 1491810=symbol_encoding_test
[730/915] 1491810=test_cd
[731/915] 1491810=test_gem_commands_mirror
[732/915] 1491810=test_internal_ivar
[733/915] 1491810=test_cgi_cookie
[734/915] 1491810=test_signedness
[735/915] 1491819=test_hmac
[736/915] 1491819=desugar_compiler_test
[737/915] 1491817=test_ractor
[738/915] 1491807=test_rdoc_rubygems_hook
[739/915] 1491819=test_debugger_integration
[740/915] 1491819=test_array_create
[741/915] 1491819=test_gem_resolver_installed_specification
[742/915] 1491819=test_gem_commands_environment_command
[743/915] 1491817=test_tracepoint
[744/915] 1491816=test_my_integer
[745/915] 1491816=test_gem_dependency_resolution_error
[746/915] 1491818=fixtures_test
[747/915] 1491816=test_rational2
[748/915] 1491816=test_http
[749/915] 1491819=test_io_wait_uncommon
[750/915] 1491807=test_string
[751/915] 1491819=test_gem_ci_detector
[752/915] 1491819=test_formatter
[753/915] 1491819=test_yield
[754/915] 1491807=test_gem_request_set_lockfile_parser
[755/915] 1491806=test_shift_jis
[756/915] 1491806=test_raise
[757/915] 1491806=test_ostruct
[758/915] 1491807=test_completion
[759/915] 1491818=test_proxy
[760/915] 1491818=test_unicode_escape
[761/915] 1491806=integer_base_flags_test
[762/915] 1491806=test_httpresponses
[763/915] 1491817=test_ftp
[764/915] 1491817=test_rdoc_markup_to_ansi
[765/915] 1491817=test_fnmatch
[766/915] 1491806=test_evaluation
[767/915] 1491806=test_gem_resolver_vendor_set
[768/915] 1491818=test_https
[769/915] 1491806=test_require
[770/915] 1491817=test_erb_command
[771/915] 1491817=test_have_library
[772/915] 1491814=test_objspace
[773/915] 1491815=test_clone
[774/915] 1491805=test_erb_m17n
[775/915] 1491805=test_koi8
[776/915] 1491805=test_too_many_dummy_encodings
[777/915] 1491812=test_filter
[778/915] 1491815=test_gem_ext_cmake_builder
[779/915] 1491815=json_generic_object_test
[780/915] 1491815=test_hash_create
[781/915] 1491812=test_call
[782/915] 1491815=test_thread
[783/915] 1491805=test_switch_hitter
[784/915] 1491807=test_defined
[785/915] 1491805=test_pack
[786/915] 1491807=test_ole_methods
[787/915] 1491807=test_case_options
[788/915] 1491812=test_folderitem2_invokeverb
[789/915] 1491807=test_update
[790/915] 1491812=test_files_sample
[791/915] 1491807=test_arity
[792/915] 1491807=test_rdoc_markup_to_html_crossref
[793/915] 1491812=test_gem_resolver_index_set
[794/915] 1491810=test_init
[795/915] 1491812=test_rdoc_parser_changelog
[796/915] 1491805=test_gem_security_policy
[797/915] 1491812=test_gem_install_update_options
[798/915] 1491817=test_file
[799/915] 1491817=test_thread_cv
[800/915] 1491807=test_cgi_modruby
[801/915] 1491807=test_helper
[802/915] 1491807=test_yamldbm
[803/915] 1491807=test_win32ole_method
[804/915] 1491807=test_eval
[805/915] 1491812=test_stat
[806/915] 1491805=test_addr
[807/915] 1491812=test_gem_resolver_best_set
[808/915] 1491812=test_convertible
[809/915] 1491805=test_windows_1251
[810/915] 1491810=test_parser_events
[811/915] 1491805=test_unicode
[812/915] 1491805=test_regexp
[813/915] 1491817=newline_offsets_test
[814/915] 1491810=test_rational
[815/915] 1491810=test_str2big
[816/915] 1491810=test_scalar
[817/915] 1491810=test_rdoc_generator_markup
[818/915] 1491810=test_readpartial
[819/915] 1491807=test_gem_commands_contents_command
[820/915] 1491806=test_rdoc_cross_reference
[821/915] 1491816=test_gem_resolver_conflict
[822/915] 1491810=test_arithmetic_sequence
[823/915] 1491816=test_irb
[824/915] 1491810=test_literal
[825/915] 1491807=test_thread
[826/915] 1491807=test_pattern_matching
[827/915] 1491817=test_gem_commands_search_command
[828/915] 1491817=test_encoding
[829/915] 1491807=test_sockopt
[830/915] 1491807=test_frozen_error
[831/915] 1491807=bom_test
[832/915] 1491817=test_file
[833/915] 1491807=test_lambda
[834/915] 1491820=test_document
[835/915] 1491807=test_pstore
[836/915] 1491820=test_ractor
[837/915] 1491807=test_spell_checker
[838/915] 1491820=test_bug_reporter
[839/915] 1491807=test_recorder
[840/915] 1491807=test_yield_block
[841/915] 1491807=test_gem_commands_specification_command
[842/915] 1491816=test_config
[843/915] 1491807=test_boolean
[844/915] 1491807=test_yaml
[845/915] 1491820=test_ansi_with_terminfo
[846/915] 1491820=test_rdoc_options
[847/915] 1491818=test_primitive
[848/915] 1491818=test_gem_request
[849/915] 1491807=test_pkey
[850/915] 1491806=test_gem_commands_signin_command
[851/915] 1491807=test_nonblock
[852/915] 1491807=test_getopts
[853/915] 1491807=test_gem_resolver_api_specification
[854/915] 1491807=test_rendering
[855/915] 1491807=test_rdoc_include
[856/915] 1491806=parameters_signature_test
[857/915] 1491806=test_gem_resolver_lock_specification
[858/915] 1491807=test_cstr
[859/915] 1491806=test_variable
[860/915] 1491816=test_digest
[861/915] 1491816=test_wss
[862/915] 1491816=test_closure
[863/915] 1491818=test_address_resolve
[864/915] 1491818=test_have_macro
[865/915] 1491806=test_process
[866/915] 1491820=test_parse
[867/915] 1491816=test_iter_break
[868/915] 1491816=test_rdoc_parser_rd
[869/915] 1491818=test_gem_source_local
[870/915] 1491816=test_num2int
[871/915] 1491816=test_stack
[872/915] 1491807=test_gem_ext_cargo_builder_unit
[873/915] 1491807=test_gem_commands_install_command
[874/915] 1491817=test_thread_queue
[875/915] 1491818=test_flip
[876/915] 1491810=test_nowrite
[877/915] 1491818=test_summary
[878/915] 1491810=test_econv
[879/915] 1491818=test_foreach
[880/915] 1491820=test_securerandom
[881/915] 1491818=test_nil2vtempty
[882/915] 1491818=test_fileutils
[883/915] 1491820=test_process
[884/915] 1491820=test_object
[885/915] 1491813=test_eval
[886/915] 1491813=test_io
[887/915] 1491808=test_gem_commands_cert_command
[888/915] 1491818=test_dir_m17n
[889/915] 1491813=test_gem_resolver_git_specification
[890/915] 1491820=test_kill_ring
[891/915] 1491820=test_cgi_tag_helper
[892/915] 1491820=test_func
[893/915] 1491813=json_common_interface_test
[894/915] 1491813=test_stream
[895/915] 1491813=test_coverage
[896/915] 1491816=test_remote_fetch_error
[897/915] 1491816=test_pathname
[898/915] 1491812=json_addition_test
[899/915] 1491812=test_thread_fd_close
[900/915] 1491812=test_storage
[901/915] 1491812=test_path_to_class
[902/915] 1491812=test_gem_commands_dependency_command
[903/915] 1491819=test_gem_ext_ext_conf_builder
[904/915] 1491812=test_cmethod
[905/915] 1491812=test_qsort
[906/915] 1491812=parse_comments_test
[907/915] 1491812=test_class
[908/915] 1491816=test_serialize_subclasses
[909/915] 1491816=test_const
[910/915] 1491816=test_iterator
[911/915] 1491816=test_marshalable
[912/915] 1491816=test_gem_resolver_index_specification
[913/915] 1491810=test_string
[914/915] 1491810=test_method_cache
[915/915] 1491810=test_gem_dependency
$$$ #<Timeout::Error: execution expired>
### enter analyzing mode for stuck processes

$$$ ps jx
   PPID     PID    PGID     SID TTY        TPGID STAT   UID   TIME COMMAND
      1     949     949     949 ?             -1 Ss    1000   0:03 SCREEN -d -m dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk_asan --incremental --exclude-steps=test_btest
    949     959     959     959 pts/0        959 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
    959     960     959     959 pts/0        959 S+    1000   0:01 sh build-loop.sh trunk_asan --incremental --exclude-steps=test_btest
    960 1490523     959     959 pts/0        959 Sl+   1000   0:00 ruby ./br.rb build_report trunk_asan --incremental --exclude-steps=test_btest
1490523 1490526     959     959 pts/0        959 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.20240913-232825 --root_dir=/tmp/ruby --timeout=600 --no-timeout-error --configure_opts="'CC=clang-17' 'cflags=-fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0'" --incremental --exclude-steps=test_btest
1490526 1490527     959     959 pts/0        959 Sl+   1000   0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk_asan --logfile=/home/ko1/ruby/logs/brlog.trunk_asan.20240913-232825 --root_dir=/tmp/ruby --timeout=600 --no-timeout-error --configure_opts='CC=clang-17' 'cflags=-fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0' --incremental --exclude-steps=test_btest
1490527 1491482     959     959 pts/0        959 S+    1000   0:00 sh -c make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
1491482 1491483     959     959 pts/0        959 S+    1000   0:00 make yes-test-all TESTOPTS=--stderr-on-failure TESTS=-j16
1491483 1491802     959     959 pts/0        959 Sl+   1000   0:20 /tmp/ruby/build/trunk_asan/ruby --disable-gems -r/tmp/ruby/src/trunk_asan/tool/lib/_tmpdir /tmp/ruby/src/trunk_asan/test/runner.rb --ruby=./miniruby -I/tmp/ruby/src/trunk_asan/lib -I. -I.ext/common  /tmp/ruby/src/trunk_asan/tool/runruby.rb --extout=.ext  -- --disable-gems --excludes-dir=/tmp/ruby/src/trunk_asan/test/.excludes --name=!/memory_leak/ --stderr-on-failure -j16
1491802 1491815     959     959 pts/0        959 Sl+   1000   0:58 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestThread#test_blocking_mutex_unlocked_on_fork
1491815 1513498     959     959 pts/0        959 S+    1000   0:00 /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb: TestThread#test_blocking_mutex_unlocked_on_fork
1490527 1518223     959     959 pts/0        959 R+    1000   0:00 ps jx
      1 2090122 2090122 2090122 ?             -1 Ss    1000   0:00 SCREEN
2090122 2090124 2090124 2090124 pts/2    2090124 Ss+   1000   0:00 /bin/bash
2090122 2360588 2360588 2360588 pts/1    2360588 Ss+   1000   0:00 /bin/bash
      1 2628222 2628222 2628222 ?             -1 Ss    1000   0:00 /usr/lib/systemd/systemd --user
2628222 2628224 2628222 2628222 ?             -1 S     1000   0:00 (sd-pam)
{1=>[949, 2090122, 2628222], 949=>[959], 959=>[960], 960=>[1490523], 1490523=>[1490526], 1490526=>[1490527], 1490527=>[1491482, 1518223], 1491482=>[1491483], 1491483=>[1491802], 1491802=>[1491815], 1491815=>[1513498], 2090122=>[2090124, 2360588], 2628222=>[2628224]}
$ timeout 60 gdb -p 1513498 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x0000610559a61b8e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()

>>> Threads

  Id   Target Id                                  Frame 
* 1    Thread 0x7383bb5d0c40 (LWP 1513498) "ruby" 0x0000610559a61b8e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()

>>> Machine level backtrace


Thread 1 (Thread 0x7383bb5d0c40 (LWP 1513498) "ruby"):
#0  0x0000610559a61b8e in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) ()
No symbol table info available.
#1  0x0000610559a62b4a in __sanitizer::Semaphore::Wait() ()
No symbol table info available.
#2  0x00006105599af4d8 in __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::ReturnToAllocator(__sanitizer::MemoryMapper<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >*, __sanitizer::AllocatorStats*, unsigned long, unsigned int const*, unsigned long) ()
No symbol table info available.
#3  0x00006105599af2c9 in __sanitizer::SizeClassAllocator64LocalCache<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >::DrainHalfMax(__sanitizer::SizeClassAllocator64LocalCache<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >::PerClass*, __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >*, unsigned long) ()
No symbol table info available.
#4  0x00006105599af0fd in __sanitizer::SizeClassAllocator64LocalCache<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >::Deallocate(__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >*, unsigned long, void*) ()
No symbol table info available.
#5  0x00006105599aeb3d in __sanitizer::Quarantine<__asan::QuarantineCallback, __asan::AsanChunk>::DoRecycle(__sanitizer::QuarantineCache<__asan::QuarantineCallback>*, __asan::QuarantineCallback) ()
No symbol table info available.
#6  0x00006105599ae786 in __sanitizer::Quarantine<__asan::QuarantineCallback, __asan::AsanChunk>::Recycle(unsigned long, __asan::QuarantineCallback) ()
No symbol table info available.
#7  0x00006105599b0a56 in __sanitizer::Quarantine<__asan::QuarantineCallback, __asan::AsanChunk>::Put(__sanitizer::QuarantineCache<__asan::QuarantineCallback>*, __asan::QuarantineCallback, __asan::AsanChunk*, unsigned long) ()
No symbol table info available.
#8  0x0000610559a47920 in __interceptor_free ()
No symbol table info available.
#9  0x0000610559ab943e in rb_gc_impl_free (objspace_ptr=0x51d000000a80, ptr=0x73839647f800, old_size=1572864) at /tmp/ruby/src/trunk_asan/gc/default.c:8295
        objspace = 0x51d000000a80
        malloc_increase_done = <optimized out>
#10 ruby_sized_xfree (x=0x73839647f800, size=0) at /tmp/ruby/src/trunk_asan/gc.c:4199
No locals.
#11 ruby_xfree (x=0x73839647f800) at /tmp/ruby/src/trunk_asan/gc.c:4210
No locals.
#12 0x0000610559d076b3 in rb_st_free_table (tab=0x5060000004a0) at /tmp/ruby/src/trunk_asan/st.c:662
No locals.
#13 0x0000610559e46490 in ruby_vm_destruct (vm=0x525000000100) at /tmp/ruby/src/trunk_asan/vm.c:3116
        th = 0x515000000300
        stack = 0x7383b86ff800
        objspace = 0x51d000000a80
        next = <optimized out>
#14 0x0000610559a8b8f0 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:263
        save_error = 4
        sysex = 1
        signaled = 0
        th0 = 0x515000000300
        step = 4
        message = 4
        th = <optimized out>
        buf = <optimized out>
        state = <optimized out>
#15 0x0000610559a8be5b in ruby_stop (ex=776, ex@entry=6) at /tmp/ruby/src/trunk_asan/eval.c:290
No locals.
#16 0x0000610559c091fd in rb_f_fork (obj=<optimized out>) at /tmp/ruby/src/trunk_asan/process.c:4376
        status = <optimized out>
        pid = <optimized out>
#17 0x0000610559e67208 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:3788
        ci = 0x647100000001
        cc = <optimized out>
        me = 0x7383badb7958
        cfunc = 0x504000020418
        recv = 127009612928360
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#18 0x0000610559e4d37d in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7fff07458620) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4766
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0x0
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#19 0x0000610559e4ce35 in vm_call_method (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4906
        ci = <optimized out>
        cc = 0x0
#20 0x0000610559e0c0bb in vm_sendish (ec=0x5160000003d0, reg_cfp=0x7383b87ff4f0, cd=0x50f0001560d0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5955
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#21 vm_exec_core (ec=ec@entry=0x5160000003d0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x50f0001560d0
        insns_address_table = {0x610559e078c9 <vm_exec_core+1801>, 0x610559e0899a <vm_exec_core+6106>, 0x610559e0e5cf <vm_exec_core+29711>, 0x610559e084f2 <vm_exec_core+4914>, 0x610559e0f1ce <vm_exec_core+32782>, 0x610559e0cf92 <vm_exec_core+24018>, 0x610559e0a90d <vm_exec_core+14157>, 0x610559e07a49 <vm_exec_core+2185>, 0x610559e0ec37 <vm_exec_core+31351>, 0x610559e0e931 <vm_exec_core+30577>, 0x610559e0876a <vm_exec_core+5546>, 0x610559e07fe7 <vm_exec_core+3623>, 0x610559e0d5e7 <vm_exec_core+25639>, 0x610559e09721 <vm_exec_core+9569>, 0x610559e0ee75 <vm_exec_core+31925>, 0x610559e0eabf <vm_exec_core+30975>, 0x610559e09d81 <vm_exec_core+11201>, 0x610559e0a88b <vm_exec_core+14027>, 0x610559e0d1e0 <vm_exec_core+24608>, 0x610559e0ea20 <vm_exec_core+30816>, 0x610559e0c347 <vm_exec_core+20871>, 0x610559e0d27a <vm_exec_core+24762>, 0x610559e0d998 <vm_exec_core+26584>, 0x610559e0c273 <vm_exec_core+20659>, 0x610559e07f13 <vm_exec_core+3411>, 0x610559e0caac <vm_exec_core+22764>, 0x610559e07d89 <vm_exec_core+3017>, 0x610559e081f9 <vm_exec_core+4153>, 0x610559e0a0ce <vm_exec_core+12046>, 0x610559e0be14 <vm_exec_core+19540>, 0x610559e0c7f5 <vm_exec_core+22069>, 0x610559e0b9b0 <vm_exec_core+18416>, 0x610559e0790e <vm_exec_core+1870>, 0x610559e0df1a <vm_exec_core+27994>, 0x610559e0e846 <vm_exec_core+30342>, 0x610559e082d2 <vm_exec_core+4370>, 0x610559e08e66 <vm_exec_core+7334>, 0x610559e088ec <vm_exec_core+5932>, 0x610559e09826 <vm_exec_core+9830>, 0x610559e0a820 <vm_exec_core+13920>, 0x610559e08394 <vm_exec_core+4564>, 0x610559e0dd63 <vm_exec_core+27555>, 0x610559e08dd5 <vm_exec_core+7189>, 0x610559e0a6de <vm_exec_core+13598>, 0x610559e0b093 <vm_exec_core+16083>, 0x610559e0d693 <vm_exec_core+25811>, 0x610559e0c523 <vm_exec_core+21347>, 0x610559e0991a <vm_exec_core+10074>, 0x610559e091a3 <vm_exec_core+8163>, 0x610559e0d4c1 <vm_exec_core+25345>, 0x610559e0a31c <vm_exec_core+12636>, 0x610559e0cbb7 <vm_exec_core+23031>, 0x610559e0c5ab <vm_exec_core+21483>, 0x610559e0cc84 <vm_exec_core+23236>, 0x610559e0e4f1 <vm_exec_core+29489>, 0x610559e0b674 <vm_exec_core+17588>, 0x610559e0d762 <vm_exec_core+26018>, 0x610559e0754b <vm_exec_core+907>, 0x610559e0d325 <vm_exec_core+24933>, 0x610559e09bf2 <vm_exec_core+10802>, 0x610559e0beb8 <vm_exec_core+19704>, 0x610559e0c418 <vm_exec_core+21080>, 0x610559e07550 <vm_exec_core+912>, 0x610559e0bd23 <vm_exec_core+19299>, 0x610559e09fef <vm_exec_core+11823>, 0x610559e09360 <vm_exec_core+8608>, 0x610559e0cd18 <vm_exec_core+23384>, 0x610559e08450 <vm_exec_core+4752>, 0x610559e0abd4 <vm_exec_core+14868>, 0x610559e16439 <vm_exec_core+62073>, 0x610559e0c8d7 <vm_exec_core+22295>, 0x610559e08cb1 <vm_exec_core+6897>, 0x610559e0907f <vm_exec_core+7871>, 0x610559e08f5d <vm_exec_core+7581>, 0x610559e095b6 <vm_exec_core+9206>, 0x610559e09e3e <vm_exec_core+11390>, 0x610559e08bd2 <vm_exec_core+6674>, 0x610559e0f463 <vm_exec_core+33443>, 0x610559e0c98e <vm_exec_core+22478>, 0x610559e0b49c <vm_exec_core+17116>, 0x610559e0de11 <vm_exec_core+27729>, 0x610559e0f581 <vm_exec_core+33729>, 0x610559e0e177 <vm_exec_core+28599>, 0x610559e0efce <vm_exec_core+32270>, 0x610559e0f0a6 <vm_exec_core+32486>, 0x610559e07e2c <vm_exec_core+3180>, 0x610559e0eb54 <vm_exec_core+31124>, 0x610559e0a1df <vm_exec_core+12319>, 0x610559e0ed8f <vm_exec_core+31695>, 0x610559e09c9e <vm_exec_core+10974>, 0x610559e0e075 <vm_exec_core+28341>, 0x610559e07c53 <vm_exec_core+2707>, 0x610559e09a34 <vm_exec_core+10356>, 0x610559e0addc <vm_exec_core+15388>, 0x610559e0a775 <vm_exec_core+13749>, 0x610559e0a544 <vm_exec_core+13188>, 0x610559e07647 <vm_exec_core+1159>, 0x610559e07b6a <vm_exec_core+2474>, 0x610559e076d9 <vm_exec_core+1305>, 0x610559e0e390 <vm_exec_core+29136>, 0x610559e0bbc0 <vm_exec_core+18944>, 0x610559e0b164 <vm_exec_core+16292>, 0x610559e0b881 <vm_exec_core+18113>, 0x610559e0b59a <vm_exec_core+17370>, 0x610559e0a5e5 <vm_exec_core+13349>, 0x610559e0af88 <vm_exec_core+15816>, 0x610559e0aaaa <vm_exec_core+14570>, 0x610559e0b293 <vm_exec_core+16595>, 0x610559e0b315 <vm_exec_core+16725>, 0x610559e078ba <vm_exec_core+1786>, 0x610559e0898b <vm_exec_core+6091>, 0x610559e0e5c0 <vm_exec_core+29696>, 0x610559e084e3 <vm_exec_core+4899>, 0x610559e0f1bf <vm_exec_core+32767>, 0x610559e0cf83 <vm_exec_core+24003>, 0x610559e0a8fe <vm_exec_core+14142>, 0x610559e07a3a <vm_exec_core+2170>, 0x610559e0ec28 <vm_exec_core+31336>, 0x610559e0e922 <vm_exec_core+30562>, 0x610559e0875b <vm_exec_core+5531>, 0x610559e07fd8 <vm_exec_core+3608>, 0x610559e0d5d8 <vm_exec_core+25624>, 0x610559e09712 <vm_exec_core+9554>, 0x610559e0ee66 <vm_exec_core+31910>, 0x610559e0eab0 <vm_exec_core+30960>, 0x610559e09d72 <vm_exec_core+11186>, 0x610559e0a87c <vm_exec_core+14012>, 0x610559e0d1d1 <vm_exec_core+24593>, 0x610559e0ea11 <vm_exec_core+30801>, 0x610559e0c338 <vm_exec_core+20856>, 0x610559e0d26b <vm_exec_core+24747>, 0x610559e0d989 <vm_exec_core+26569>, 0x610559e0c264 <vm_exec_core+20644>, 0x610559e07f04 <vm_exec_core+3396>, 0x610559e0ca9d <vm_exec_core+22749>, 0x610559e07d7a <vm_exec_core+3002>, 0x610559e081ea <vm_exec_core+4138>, 0x610559e0a0bf <vm_exec_core+12031>, 0x610559e0be05 <vm_exec_core+19525>, 0x610559e0c7e6 <vm_exec_core+22054>, 0x610559e0b9a1 <vm_exec_core+18401>, 0x610559e078ff <vm_exec_core+1855>, 0x610559e0df0b <vm_exec_core+27979>, 0x610559e0e837 <vm_exec_core+30327>, 0x610559e082c3 <vm_exec_core+4355>, 0x610559e08e57 <vm_exec_core+7319>, 0x610559e088dd <vm_exec_core+5917>, 0x610559e09817 <vm_exec_core+9815>, 0x610559e0a811 <vm_exec_core+13905>, 0x610559e08385 <vm_exec_core+4549>, 0x610559e0dd54 <vm_exec_core+27540>, 0x610559e08dc6 <vm_exec_core+7174>, 0x610559e0a6cf <vm_exec_core+13583>, 0x610559e0b084 <vm_exec_core+16068>, 0x610559e0d684 <vm_exec_core+25796>, 0x610559e0c514 <vm_exec_core+21332>, 0x610559e0990b <vm_exec_core+10059>, 0x610559e09194 <vm_exec_core+8148>, 0x610559e0d4b2 <vm_exec_core+25330>, 0x610559e0a30d <vm_exec_core+12621>, 0x610559e0cba8 <vm_exec_core+23016>, 0x610559e0c59c <vm_exec_core+21468>, 0x610559e0cc75 <vm_exec_core+23221>, 0x610559e0e4e2 <vm_exec_core+29474>, 0x610559e0b665 <vm_exec_core+17573>, 0x610559e0d753 <vm_exec_core+26003>, 0x610559e0c500 <vm_exec_core+21312>, 0x610559e0d316 <vm_exec_core+24918>, 0x610559e09be3 <vm_exec_core+10787>, 0x610559e0bea9 <vm_exec_core+19689>, 0x610559e0c409 <vm_exec_core+21065>, 0x610559e0adc8 <vm_exec_core+15368>, 0x610559e0bd14 <vm_exec_core+19284>, 0x610559e09fe0 <vm_exec_core+11808>, 0x610559e09351 <vm_exec_core+8593>, 0x610559e0cd09 <vm_exec_core+23369>, 0x610559e08441 <vm_exec_core+4737>, 0x610559e0abc5 <vm_exec_core+14853>, 0x610559e1642a <vm_exec_core+62058>, 0x610559e0c8c8 <vm_exec_core+22280>, 0x610559e08ca2 <vm_exec_core+6882>, 0x610559e09070 <vm_exec_core+7856>, 0x610559e08f4e <vm_exec_core+7566>, 0x610559e095a7 <vm_exec_core+9191>, 0x610559e09e2f <vm_exec_core+11375>, 0x610559e0bd0f <vm_exec_core+19279>, 0x610559e0b492 <vm_exec_core+17106>, 0x610559e0bd0a <vm_exec_core+19274>, 0x610559e0c500 <vm_exec_core+21312>, 0x610559e0c4fe <vm_exec_core+21310>, 0x610559e095a2 <vm_exec_core+9186>, 0x610559e0ca61 <vm_exec_core+22689>, 0x610559e0a872 <vm_exec_core+14002>, 0x610559e0a877 <vm_exec_core+14007>, 0x610559e0c4fc <vm_exec_core+21308>, 0x610559e0c3db <vm_exec_core+21019>, 0x610559e0b868 <vm_exec_core+18088>, 0x610559e0b586 <vm_exec_core+17350>, 0x610559e0c4fa <vm_exec_core+21306>, 0x610559e0b99c <vm_exec_core+18396>...}
        reg_cfp = 0x7383b87ff4f0
        reg_pc = 0x51700033be18
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_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 0x0000610559e03d38 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2564
        _ec = 0x5160000003d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#23 0x0000610559e847e2 in invoke_iseq_block_from_c (ec=0x5160000003d0, captured=0x7383b87ff620, self=127009604426200, 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:1595
        flags = 0
        iseq = 0x7383babf6ce0
        cfp = <optimized out>
        sp = 0x7383b86ffa28
        use_argv = 0x7383b90f81e0
        stack_argv = 0x7383b86ffa28
        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:1609
        captured = 0x7383b87ff620
#25 0x0000610559e31096 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:1646
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:1654
No locals.
#27 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1344
No locals.
#28 0x0000610559e31096 in rb_yield (val=<optimized out>)
No locals.
#29 0x0000610559fdb5d6 in rb_ary_collect (ary=127009012645600) at /tmp/ruby/src/trunk_asan/array.c:3705
        collect = 127009012640840
        i = 3
#30 0x0000610559e67208 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:3788
        ci = 0x163100000001
        cc = <optimized out>
        me = 0x7383bade0100
        cfunc = 0x50400000a818
        recv = 127009012645600
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#31 0x0000610559e0c0bb in vm_sendish (ec=0x5160000003d0, reg_cfp=0x7383b87ff608, cd=0x51100000c410, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5955
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#32 vm_exec_core (ec=ec@entry=0x5160000003d0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x51100000c410
        insns_address_table = {0x610559e078c9 <vm_exec_core+1801>, 0x610559e0899a <vm_exec_core+6106>, 0x610559e0e5cf <vm_exec_core+29711>, 0x610559e084f2 <vm_exec_core+4914>, 0x610559e0f1ce <vm_exec_core+32782>, 0x610559e0cf92 <vm_exec_core+24018>, 0x610559e0a90d <vm_exec_core+14157>, 0x610559e07a49 <vm_exec_core+2185>, 0x610559e0ec37 <vm_exec_core+31351>, 0x610559e0e931 <vm_exec_core+30577>, 0x610559e0876a <vm_exec_core+5546>, 0x610559e07fe7 <vm_exec_core+3623>, 0x610559e0d5e7 <vm_exec_core+25639>, 0x610559e09721 <vm_exec_core+9569>, 0x610559e0ee75 <vm_exec_core+31925>, 0x610559e0eabf <vm_exec_core+30975>, 0x610559e09d81 <vm_exec_core+11201>, 0x610559e0a88b <vm_exec_core+14027>, 0x610559e0d1e0 <vm_exec_core+24608>, 0x610559e0ea20 <vm_exec_core+30816>, 0x610559e0c347 <vm_exec_core+20871>, 0x610559e0d27a <vm_exec_core+24762>, 0x610559e0d998 <vm_exec_core+26584>, 0x610559e0c273 <vm_exec_core+20659>, 0x610559e07f13 <vm_exec_core+3411>, 0x610559e0caac <vm_exec_core+22764>, 0x610559e07d89 <vm_exec_core+3017>, 0x610559e081f9 <vm_exec_core+4153>, 0x610559e0a0ce <vm_exec_core+12046>, 0x610559e0be14 <vm_exec_core+19540>, 0x610559e0c7f5 <vm_exec_core+22069>, 0x610559e0b9b0 <vm_exec_core+18416>, 0x610559e0790e <vm_exec_core+1870>, 0x610559e0df1a <vm_exec_core+27994>, 0x610559e0e846 <vm_exec_core+30342>, 0x610559e082d2 <vm_exec_core+4370>, 0x610559e08e66 <vm_exec_core+7334>, 0x610559e088ec <vm_exec_core+5932>, 0x610559e09826 <vm_exec_core+9830>, 0x610559e0a820 <vm_exec_core+13920>, 0x610559e08394 <vm_exec_core+4564>, 0x610559e0dd63 <vm_exec_core+27555>, 0x610559e08dd5 <vm_exec_core+7189>, 0x610559e0a6de <vm_exec_core+13598>, 0x610559e0b093 <vm_exec_core+16083>, 0x610559e0d693 <vm_exec_core+25811>, 0x610559e0c523 <vm_exec_core+21347>, 0x610559e0991a <vm_exec_core+10074>, 0x610559e091a3 <vm_exec_core+8163>, 0x610559e0d4c1 <vm_exec_core+25345>, 0x610559e0a31c <vm_exec_core+12636>, 0x610559e0cbb7 <vm_exec_core+23031>, 0x610559e0c5ab <vm_exec_core+21483>, 0x610559e0cc84 <vm_exec_core+23236>, 0x610559e0e4f1 <vm_exec_core+29489>, 0x610559e0b674 <vm_exec_core+17588>, 0x610559e0d762 <vm_exec_core+26018>, 0x610559e0754b <vm_exec_core+907>, 0x610559e0d325 <vm_exec_core+24933>, 0x610559e09bf2 <vm_exec_core+10802>, 0x610559e0beb8 <vm_exec_core+19704>, 0x610559e0c418 <vm_exec_core+21080>, 0x610559e07550 <vm_exec_core+912>, 0x610559e0bd23 <vm_exec_core+19299>, 0x610559e09fef <vm_exec_core+11823>, 0x610559e09360 <vm_exec_core+8608>, 0x610559e0cd18 <vm_exec_core+23384>, 0x610559e08450 <vm_exec_core+4752>, 0x610559e0abd4 <vm_exec_core+14868>, 0x610559e16439 <vm_exec_core+62073>, 0x610559e0c8d7 <vm_exec_core+22295>, 0x610559e08cb1 <vm_exec_core+6897>, 0x610559e0907f <vm_exec_core+7871>, 0x610559e08f5d <vm_exec_core+7581>, 0x610559e095b6 <vm_exec_core+9206>, 0x610559e09e3e <vm_exec_core+11390>, 0x610559e08bd2 <vm_exec_core+6674>, 0x610559e0f463 <vm_exec_core+33443>, 0x610559e0c98e <vm_exec_core+22478>, 0x610559e0b49c <vm_exec_core+17116>, 0x610559e0de11 <vm_exec_core+27729>, 0x610559e0f581 <vm_exec_core+33729>, 0x610559e0e177 <vm_exec_core+28599>, 0x610559e0efce <vm_exec_core+32270>, 0x610559e0f0a6 <vm_exec_core+32486>, 0x610559e07e2c <vm_exec_core+3180>, 0x610559e0eb54 <vm_exec_core+31124>, 0x610559e0a1df <vm_exec_core+12319>, 0x610559e0ed8f <vm_exec_core+31695>, 0x610559e09c9e <vm_exec_core+10974>, 0x610559e0e075 <vm_exec_core+28341>, 0x610559e07c53 <vm_exec_core+2707>, 0x610559e09a34 <vm_exec_core+10356>, 0x610559e0addc <vm_exec_core+15388>, 0x610559e0a775 <vm_exec_core+13749>, 0x610559e0a544 <vm_exec_core+13188>, 0x610559e07647 <vm_exec_core+1159>, 0x610559e07b6a <vm_exec_core+2474>, 0x610559e076d9 <vm_exec_core+1305>, 0x610559e0e390 <vm_exec_core+29136>, 0x610559e0bbc0 <vm_exec_core+18944>, 0x610559e0b164 <vm_exec_core+16292>, 0x610559e0b881 <vm_exec_core+18113>, 0x610559e0b59a <vm_exec_core+17370>, 0x610559e0a5e5 <vm_exec_core+13349>, 0x610559e0af88 <vm_exec_core+15816>, 0x610559e0aaaa <vm_exec_core+14570>, 0x610559e0b293 <vm_exec_core+16595>, 0x610559e0b315 <vm_exec_core+16725>, 0x610559e078ba <vm_exec_core+1786>, 0x610559e0898b <vm_exec_core+6091>, 0x610559e0e5c0 <vm_exec_core+29696>, 0x610559e084e3 <vm_exec_core+4899>, 0x610559e0f1bf <vm_exec_core+32767>, 0x610559e0cf83 <vm_exec_core+24003>, 0x610559e0a8fe <vm_exec_core+14142>, 0x610559e07a3a <vm_exec_core+2170>, 0x610559e0ec28 <vm_exec_core+31336>, 0x610559e0e922 <vm_exec_core+30562>, 0x610559e0875b <vm_exec_core+5531>, 0x610559e07fd8 <vm_exec_core+3608>, 0x610559e0d5d8 <vm_exec_core+25624>, 0x610559e09712 <vm_exec_core+9554>, 0x610559e0ee66 <vm_exec_core+31910>, 0x610559e0eab0 <vm_exec_core+30960>, 0x610559e09d72 <vm_exec_core+11186>, 0x610559e0a87c <vm_exec_core+14012>, 0x610559e0d1d1 <vm_exec_core+24593>, 0x610559e0ea11 <vm_exec_core+30801>, 0x610559e0c338 <vm_exec_core+20856>, 0x610559e0d26b <vm_exec_core+24747>, 0x610559e0d989 <vm_exec_core+26569>, 0x610559e0c264 <vm_exec_core+20644>, 0x610559e07f04 <vm_exec_core+3396>, 0x610559e0ca9d <vm_exec_core+22749>, 0x610559e07d7a <vm_exec_core+3002>, 0x610559e081ea <vm_exec_core+4138>, 0x610559e0a0bf <vm_exec_core+12031>, 0x610559e0be05 <vm_exec_core+19525>, 0x610559e0c7e6 <vm_exec_core+22054>, 0x610559e0b9a1 <vm_exec_core+18401>, 0x610559e078ff <vm_exec_core+1855>, 0x610559e0df0b <vm_exec_core+27979>, 0x610559e0e837 <vm_exec_core+30327>, 0x610559e082c3 <vm_exec_core+4355>, 0x610559e08e57 <vm_exec_core+7319>, 0x610559e088dd <vm_exec_core+5917>, 0x610559e09817 <vm_exec_core+9815>, 0x610559e0a811 <vm_exec_core+13905>, 0x610559e08385 <vm_exec_core+4549>, 0x610559e0dd54 <vm_exec_core+27540>, 0x610559e08dc6 <vm_exec_core+7174>, 0x610559e0a6cf <vm_exec_core+13583>, 0x610559e0b084 <vm_exec_core+16068>, 0x610559e0d684 <vm_exec_core+25796>, 0x610559e0c514 <vm_exec_core+21332>, 0x610559e0990b <vm_exec_core+10059>, 0x610559e09194 <vm_exec_core+8148>, 0x610559e0d4b2 <vm_exec_core+25330>, 0x610559e0a30d <vm_exec_core+12621>, 0x610559e0cba8 <vm_exec_core+23016>, 0x610559e0c59c <vm_exec_core+21468>, 0x610559e0cc75 <vm_exec_core+23221>, 0x610559e0e4e2 <vm_exec_core+29474>, 0x610559e0b665 <vm_exec_core+17573>, 0x610559e0d753 <vm_exec_core+26003>, 0x610559e0c500 <vm_exec_core+21312>, 0x610559e0d316 <vm_exec_core+24918>, 0x610559e09be3 <vm_exec_core+10787>, 0x610559e0bea9 <vm_exec_core+19689>, 0x610559e0c409 <vm_exec_core+21065>, 0x610559e0adc8 <vm_exec_core+15368>, 0x610559e0bd14 <vm_exec_core+19284>, 0x610559e09fe0 <vm_exec_core+11808>, 0x610559e09351 <vm_exec_core+8593>, 0x610559e0cd09 <vm_exec_core+23369>, 0x610559e08441 <vm_exec_core+4737>, 0x610559e0abc5 <vm_exec_core+14853>, 0x610559e1642a <vm_exec_core+62058>, 0x610559e0c8c8 <vm_exec_core+22280>, 0x610559e08ca2 <vm_exec_core+6882>, 0x610559e09070 <vm_exec_core+7856>, 0x610559e08f4e <vm_exec_core+7566>, 0x610559e095a7 <vm_exec_core+9191>, 0x610559e09e2f <vm_exec_core+11375>, 0x610559e0bd0f <vm_exec_core+19279>, 0x610559e0b492 <vm_exec_core+17106>, 0x610559e0bd0a <vm_exec_core+19274>, 0x610559e0c500 <vm_exec_core+21312>, 0x610559e0c4fe <vm_exec_core+21310>, 0x610559e095a2 <vm_exec_core+9186>, 0x610559e0ca61 <vm_exec_core+22689>, 0x610559e0a872 <vm_exec_core+14002>, 0x610559e0a877 <vm_exec_core+14007>, 0x610559e0c4fc <vm_exec_core+21308>, 0x610559e0c3db <vm_exec_core+21019>, 0x610559e0b868 <vm_exec_core+18088>, 0x610559e0b586 <vm_exec_core+17350>, 0x610559e0c4fa <vm_exec_core+21306>, 0x610559e0b99c <vm_exec_core+18396>...}
        reg_cfp = 0x7383b87ff608
        reg_pc = 0x5190000161d8
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_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 0x0000610559e03ecf in vm_exec_loop (ec=0x5160000003d0, state=<optimized out>, result=<optimized out>, tag=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2591
No locals.
#34 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2567
        _ec = 0x5160000003d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#35 0x0000610559e847e2 in invoke_iseq_block_from_c (ec=0x5160000003d0, captured=0x7383b87ff738, self=127009604426200, 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:1595
        flags = 0
        iseq = 0x7383bad25878
        cfp = <optimized out>
        sp = 0x7383b86ff8d0
        use_argv = 0x7383b9059220
        stack_argv = 0x7383b86ff8d0
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#36 invoke_block_from_c_bh (ec=<optimized out>, block_handler=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1609
        captured = 0x7383b87ff738
#37 0x0000610559e31096 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:1646
No locals.
#38 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1654
No locals.
#39 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1344
No locals.
#40 0x0000610559e31096 in rb_yield (val=<optimized out>)
No locals.
#41 0x0000610559fdb5d6 in rb_ary_collect (ary=127009011144920) at /tmp/ruby/src/trunk_asan/array.c:3705
        collect = 127009011144800
        i = 0
#42 0x0000610559e67208 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:3788
        ci = 0x163100000001
        cc = <optimized out>
        me = 0x7383bade0100
        cfunc = 0x50400000a818
        recv = 127009011144920
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#43 0x0000610559e0c0bb in vm_sendish (ec=0x5160000003d0, reg_cfp=0x7383b87ff720, cd=0x502000012f50, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5955
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#44 vm_exec_core (ec=ec@entry=0x5160000003d0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x502000012f50
        insns_address_table = {0x610559e078c9 <vm_exec_core+1801>, 0x610559e0899a <vm_exec_core+6106>, 0x610559e0e5cf <vm_exec_core+29711>, 0x610559e084f2 <vm_exec_core+4914>, 0x610559e0f1ce <vm_exec_core+32782>, 0x610559e0cf92 <vm_exec_core+24018>, 0x610559e0a90d <vm_exec_core+14157>, 0x610559e07a49 <vm_exec_core+2185>, 0x610559e0ec37 <vm_exec_core+31351>, 0x610559e0e931 <vm_exec_core+30577>, 0x610559e0876a <vm_exec_core+5546>, 0x610559e07fe7 <vm_exec_core+3623>, 0x610559e0d5e7 <vm_exec_core+25639>, 0x610559e09721 <vm_exec_core+9569>, 0x610559e0ee75 <vm_exec_core+31925>, 0x610559e0eabf <vm_exec_core+30975>, 0x610559e09d81 <vm_exec_core+11201>, 0x610559e0a88b <vm_exec_core+14027>, 0x610559e0d1e0 <vm_exec_core+24608>, 0x610559e0ea20 <vm_exec_core+30816>, 0x610559e0c347 <vm_exec_core+20871>, 0x610559e0d27a <vm_exec_core+24762>, 0x610559e0d998 <vm_exec_core+26584>, 0x610559e0c273 <vm_exec_core+20659>, 0x610559e07f13 <vm_exec_core+3411>, 0x610559e0caac <vm_exec_core+22764>, 0x610559e07d89 <vm_exec_core+3017>, 0x610559e081f9 <vm_exec_core+4153>, 0x610559e0a0ce <vm_exec_core+12046>, 0x610559e0be14 <vm_exec_core+19540>, 0x610559e0c7f5 <vm_exec_core+22069>, 0x610559e0b9b0 <vm_exec_core+18416>, 0x610559e0790e <vm_exec_core+1870>, 0x610559e0df1a <vm_exec_core+27994>, 0x610559e0e846 <vm_exec_core+30342>, 0x610559e082d2 <vm_exec_core+4370>, 0x610559e08e66 <vm_exec_core+7334>, 0x610559e088ec <vm_exec_core+5932>, 0x610559e09826 <vm_exec_core+9830>, 0x610559e0a820 <vm_exec_core+13920>, 0x610559e08394 <vm_exec_core+4564>, 0x610559e0dd63 <vm_exec_core+27555>, 0x610559e08dd5 <vm_exec_core+7189>, 0x610559e0a6de <vm_exec_core+13598>, 0x610559e0b093 <vm_exec_core+16083>, 0x610559e0d693 <vm_exec_core+25811>, 0x610559e0c523 <vm_exec_core+21347>, 0x610559e0991a <vm_exec_core+10074>, 0x610559e091a3 <vm_exec_core+8163>, 0x610559e0d4c1 <vm_exec_core+25345>, 0x610559e0a31c <vm_exec_core+12636>, 0x610559e0cbb7 <vm_exec_core+23031>, 0x610559e0c5ab <vm_exec_core+21483>, 0x610559e0cc84 <vm_exec_core+23236>, 0x610559e0e4f1 <vm_exec_core+29489>, 0x610559e0b674 <vm_exec_core+17588>, 0x610559e0d762 <vm_exec_core+26018>, 0x610559e0754b <vm_exec_core+907>, 0x610559e0d325 <vm_exec_core+24933>, 0x610559e09bf2 <vm_exec_core+10802>, 0x610559e0beb8 <vm_exec_core+19704>, 0x610559e0c418 <vm_exec_core+21080>, 0x610559e07550 <vm_exec_core+912>, 0x610559e0bd23 <vm_exec_core+19299>, 0x610559e09fef <vm_exec_core+11823>, 0x610559e09360 <vm_exec_core+8608>, 0x610559e0cd18 <vm_exec_core+23384>, 0x610559e08450 <vm_exec_core+4752>, 0x610559e0abd4 <vm_exec_core+14868>, 0x610559e16439 <vm_exec_core+62073>, 0x610559e0c8d7 <vm_exec_core+22295>, 0x610559e08cb1 <vm_exec_core+6897>, 0x610559e0907f <vm_exec_core+7871>, 0x610559e08f5d <vm_exec_core+7581>, 0x610559e095b6 <vm_exec_core+9206>, 0x610559e09e3e <vm_exec_core+11390>, 0x610559e08bd2 <vm_exec_core+6674>, 0x610559e0f463 <vm_exec_core+33443>, 0x610559e0c98e <vm_exec_core+22478>, 0x610559e0b49c <vm_exec_core+17116>, 0x610559e0de11 <vm_exec_core+27729>, 0x610559e0f581 <vm_exec_core+33729>, 0x610559e0e177 <vm_exec_core+28599>, 0x610559e0efce <vm_exec_core+32270>, 0x610559e0f0a6 <vm_exec_core+32486>, 0x610559e07e2c <vm_exec_core+3180>, 0x610559e0eb54 <vm_exec_core+31124>, 0x610559e0a1df <vm_exec_core+12319>, 0x610559e0ed8f <vm_exec_core+31695>, 0x610559e09c9e <vm_exec_core+10974>, 0x610559e0e075 <vm_exec_core+28341>, 0x610559e07c53 <vm_exec_core+2707>, 0x610559e09a34 <vm_exec_core+10356>, 0x610559e0addc <vm_exec_core+15388>, 0x610559e0a775 <vm_exec_core+13749>, 0x610559e0a544 <vm_exec_core+13188>, 0x610559e07647 <vm_exec_core+1159>, 0x610559e07b6a <vm_exec_core+2474>, 0x610559e076d9 <vm_exec_core+1305>, 0x610559e0e390 <vm_exec_core+29136>, 0x610559e0bbc0 <vm_exec_core+18944>, 0x610559e0b164 <vm_exec_core+16292>, 0x610559e0b881 <vm_exec_core+18113>, 0x610559e0b59a <vm_exec_core+17370>, 0x610559e0a5e5 <vm_exec_core+13349>, 0x610559e0af88 <vm_exec_core+15816>, 0x610559e0aaaa <vm_exec_core+14570>, 0x610559e0b293 <vm_exec_core+16595>, 0x610559e0b315 <vm_exec_core+16725>, 0x610559e078ba <vm_exec_core+1786>, 0x610559e0898b <vm_exec_core+6091>, 0x610559e0e5c0 <vm_exec_core+29696>, 0x610559e084e3 <vm_exec_core+4899>, 0x610559e0f1bf <vm_exec_core+32767>, 0x610559e0cf83 <vm_exec_core+24003>, 0x610559e0a8fe <vm_exec_core+14142>, 0x610559e07a3a <vm_exec_core+2170>, 0x610559e0ec28 <vm_exec_core+31336>, 0x610559e0e922 <vm_exec_core+30562>, 0x610559e0875b <vm_exec_core+5531>, 0x610559e07fd8 <vm_exec_core+3608>, 0x610559e0d5d8 <vm_exec_core+25624>, 0x610559e09712 <vm_exec_core+9554>, 0x610559e0ee66 <vm_exec_core+31910>, 0x610559e0eab0 <vm_exec_core+30960>, 0x610559e09d72 <vm_exec_core+11186>, 0x610559e0a87c <vm_exec_core+14012>, 0x610559e0d1d1 <vm_exec_core+24593>, 0x610559e0ea11 <vm_exec_core+30801>, 0x610559e0c338 <vm_exec_core+20856>, 0x610559e0d26b <vm_exec_core+24747>, 0x610559e0d989 <vm_exec_core+26569>, 0x610559e0c264 <vm_exec_core+20644>, 0x610559e07f04 <vm_exec_core+3396>, 0x610559e0ca9d <vm_exec_core+22749>, 0x610559e07d7a <vm_exec_core+3002>, 0x610559e081ea <vm_exec_core+4138>, 0x610559e0a0bf <vm_exec_core+12031>, 0x610559e0be05 <vm_exec_core+19525>, 0x610559e0c7e6 <vm_exec_core+22054>, 0x610559e0b9a1 <vm_exec_core+18401>, 0x610559e078ff <vm_exec_core+1855>, 0x610559e0df0b <vm_exec_core+27979>, 0x610559e0e837 <vm_exec_core+30327>, 0x610559e082c3 <vm_exec_core+4355>, 0x610559e08e57 <vm_exec_core+7319>, 0x610559e088dd <vm_exec_core+5917>, 0x610559e09817 <vm_exec_core+9815>, 0x610559e0a811 <vm_exec_core+13905>, 0x610559e08385 <vm_exec_core+4549>, 0x610559e0dd54 <vm_exec_core+27540>, 0x610559e08dc6 <vm_exec_core+7174>, 0x610559e0a6cf <vm_exec_core+13583>, 0x610559e0b084 <vm_exec_core+16068>, 0x610559e0d684 <vm_exec_core+25796>, 0x610559e0c514 <vm_exec_core+21332>, 0x610559e0990b <vm_exec_core+10059>, 0x610559e09194 <vm_exec_core+8148>, 0x610559e0d4b2 <vm_exec_core+25330>, 0x610559e0a30d <vm_exec_core+12621>, 0x610559e0cba8 <vm_exec_core+23016>, 0x610559e0c59c <vm_exec_core+21468>, 0x610559e0cc75 <vm_exec_core+23221>, 0x610559e0e4e2 <vm_exec_core+29474>, 0x610559e0b665 <vm_exec_core+17573>, 0x610559e0d753 <vm_exec_core+26003>, 0x610559e0c500 <vm_exec_core+21312>, 0x610559e0d316 <vm_exec_core+24918>, 0x610559e09be3 <vm_exec_core+10787>, 0x610559e0bea9 <vm_exec_core+19689>, 0x610559e0c409 <vm_exec_core+21065>, 0x610559e0adc8 <vm_exec_core+15368>, 0x610559e0bd14 <vm_exec_core+19284>, 0x610559e09fe0 <vm_exec_core+11808>, 0x610559e09351 <vm_exec_core+8593>, 0x610559e0cd09 <vm_exec_core+23369>, 0x610559e08441 <vm_exec_core+4737>, 0x610559e0abc5 <vm_exec_core+14853>, 0x610559e1642a <vm_exec_core+62058>, 0x610559e0c8c8 <vm_exec_core+22280>, 0x610559e08ca2 <vm_exec_core+6882>, 0x610559e09070 <vm_exec_core+7856>, 0x610559e08f4e <vm_exec_core+7566>, 0x610559e095a7 <vm_exec_core+9191>, 0x610559e09e2f <vm_exec_core+11375>, 0x610559e0bd0f <vm_exec_core+19279>, 0x610559e0b492 <vm_exec_core+17106>, 0x610559e0bd0a <vm_exec_core+19274>, 0x610559e0c500 <vm_exec_core+21312>, 0x610559e0c4fe <vm_exec_core+21310>, 0x610559e095a2 <vm_exec_core+9186>, 0x610559e0ca61 <vm_exec_core+22689>, 0x610559e0a872 <vm_exec_core+14002>, 0x610559e0a877 <vm_exec_core+14007>, 0x610559e0c4fc <vm_exec_core+21308>, 0x610559e0c3db <vm_exec_core+21019>, 0x610559e0b868 <vm_exec_core+18088>, 0x610559e0b586 <vm_exec_core+17350>, 0x610559e0c4fa <vm_exec_core+21306>, 0x610559e0b99c <vm_exec_core+18396>...}
        reg_cfp = 0x7383b87ff720
        reg_pc = 0x50400002f978
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
/tmp/ruby/src/trunk_asan/test/ruby/test_thread.rb:1224: [BUG] Segmentation fault at 0x0000000000000010
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
ruby 3.4.0dev (2024-09-13T19:30:57Z master ddbd644001) +PRISM [x86_64-linux]
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>

-- Control frame information -----------------------------------------------
c:0015 p:---- s:0104 e:000103 CFUNC  :fork
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_opt_aset_with = <optimized out>
c:0014 p:0051 s:0100 E:000538 METHOD /tmp/ruby/src/trunk_asan/test/ruby/test_thread.rb:1224
c:0013 p:0039 s:0091 e:000090 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:202
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
c:0012 p:0052 s:0085 e:000084 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:170
c:0011 p:0085 s:0076 e:000075 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1671 [FINISH]
c:0010 p:---- s:0069 e:000068 CFUNC  :map
c:0009 p:0107 s:0065 e:000064 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1658
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
c:0008 p:0035 s:0053 e:000052 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1362
c:0007 p:0069 s:0046 E:000630 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:52
        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>
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>
c:0004 p:0005 s:0022 e:000021 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:23
c:0003 p:0210 s:0016 e:000015 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:122
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
c:0002 p:0051 s:0006 e:000005 EVAL   /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:220 [FINISH]
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
c:0001 p:0000 s:0003 E:001650 DUMMY  [FINISH]
        INSN_LABEL_trace_opt_gt = <optimized out>

        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
-- Ruby level backtrace information ----------------------------------------
/tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:220:in '<main>'
        INSN_LABEL_trace_opt_and = <optimized out>
/tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:122:in 'run'
/tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:23:in '_run_suites'
        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>
/tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:23:in 'map'
/tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:24:in 'block in _run_suites'
        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>
/tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:52:in '_run_suite'
/tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1362:in '_run_suite'
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#45 0x0000610559e040f1 in vm_exec_loop (ec=0x5160000003d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2591
/tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1658:in '_run_suite'
/tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1658:in 'map'
No locals.
/tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1671:in 'block in _run_suite'
/tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:170:in 'run'
#46 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2570
/tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:202:in 'run_test'
        _ec = 0x5160000003d0
/tmp/ruby/src/trunk_asan/test/ruby/test_thread.rb:1224:in 'test_blocking_mutex_unlocked_on_fork'
/tmp/ruby/src/trunk_asan/test/ruby/test_thread.rb:1224:in 'fork'
        _tag = <optimized out>
        state = <optimized out>
        result = 36

-- Threading information ---------------------------------------------------
#47 0x0000610559a8c31b in rb_ec_exec_node (ec=0x5160000003d0, n=0x7383bad25a08) at /tmp/ruby/src/trunk_asan/eval.c:281
        _ec = 0x5160000003d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7fff07459fd0, <optimized out>, 0x7fff07459f20, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7383bad25a08
#48 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:319
        ec = 0x5160000003d0
        status = <optimized out>
Total ractor count: 1
Ruby thread count for this ractor: 1
#49 0x0000610559a85887 in rb_main (argc=10, argv=0x7fff0745a1a8) at /tmp/ruby/src/trunk_asan/main.c:43
        variable_in_this_stack_frame = <optimized out>

#50 main (argc=10, argv=0x7fff0745a1a8) at /tmp/ruby/src/trunk_asan/main.c:62
-- Machine register context ------------------------------------------------
 RIP: 0x000061055a2aa8df RBP: 0x00007fff07457310 RSP: 0x00007fff074572f0
No locals.

 RAX: 0x0000000000000002 RBX: 0x00007383bb4044e0 RCX: 0x00000e70776808d4
 RDX: 0x0000000000000000 RDI: 0x0000000000000010 RSI: 0x0000000000000080
>>> Dump Ruby level backtrace (if possible)
  R8: 0x0000000000000000  R9: 0x0000000000000000 R10: 0x0000000000000000
 R11: 0x0000000000000246 R12: 0x0000515000000900 R13: 0x0000000000000080


 R14: 0x0000515000000300 R15: 0x000061055a4f2ee0 EFL: 0x0000000000010246

-- C level backtrace information -------------------------------------------
Program received signal SIGSEGV, Segmentation fault.
0x000061055a2aa8df in rb_vmdebug_stack_dump_all_threads () at /tmp/ruby/src/trunk_asan/vm_dump.c:1304
1304	        kprintf("th: %p, native_id: %p\n", (void *)th, (void *)(uintptr_t)th->nt->thread_id);
[Inferior 1 (process 1513498) detached]
$ timeout 60 gdb -p 1491815 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 1513500]
[New LWP 1513483]
[New LWP 1495818]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007383bb31b4cd in __GI___poll (fds=0x7383b9231660, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Threads

  Id   Target Id                                             Frame 
* 1    Thread 0x7383bb5d0c40 (LWP 1491815) "ruby"            0x00007383bb31b4cd in __GI___poll (fds=0x7383b9231660, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  2    Thread 0x73839f0006c0 (LWP 1513500) "ruby"            0x00007383bb31b4cd in __GI___poll (fds=0x73838d709040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  3    Thread 0x738398a006c0 (LWP 1513483) "parallel.rb:40"  0x00007383bb31b4cd in __GI___poll (fds=0x73838600bc60, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  4    Thread 0x7383984006c0 (LWP 1495818) "Timeout stdlib " 0x00007383bb298d61 in __futex_abstimed_wait_common64 (private=24837, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c00033a710) at ./nptl/futex-internal.c:57

>>> Machine level backtrace


Thread 4 (Thread 0x7383984006c0 (LWP 1495818) "Timeout stdlib "):
#0  0x00007383bb298d61 in __futex_abstimed_wait_common64 (private=24837, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x50c00033a710) 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=24837, abstime=0x0, clockid=0, expected=0, futex_word=0x50c00033a710) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 256
        op = 393
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x50c00033a710, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007383bb29b7dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x515000000920, cond=0x50c00033a6e8) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7383bb29b4a0 <__condvar_cleanup_waiting>, __arg = 0x7383983fec30, __canceltype = -1892353296, __prev = 0x0}
        cbuffer = {wseq = 72, cond = 0x50c00033a6e8, mutex = 0x515000000920, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 72
        seq = 36
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_wait (cond=0x50c00033a6e8, mutex=mutex@entry=0x515000000920) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x0000610559d6e951 in rb_native_cond_wait (cond=0x50c00033a710, mutex=0x515000000920) at /tmp/ruby/src/trunk_asan/thread_pthread.c:222
        r = <optimized out>
#6  thread_sched_wait_running_turn (sched=sched@entry=0x515000000920, th=th@entry=0x515000077680, can_direct_transfer=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:863
        next_th = <optimized out>
#7  0x0000610559d928a2 in thread_sched_to_waiting_until_wakeup (sched=0x515000000920, th=th@entry=0x515000077680) at /tmp/ruby/src/trunk_asan/thread_pthread.c:1105
        can_direct_transfer = <optimized out>
#8  0x0000610559d78dc1 in native_sleep (th=0x515000077680, rel=0x0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:3343
        sched = <optimized out>
#9  sleep_forever (th=0x515000077680, fl=fl@entry=1) at /tmp/ruby/src/trunk_asan/thread.c:1351
        prev_status = THREAD_RUNNABLE
        status = THREAD_STOPPED_FOREVER
        woke = <optimized out>
#10 0x0000610559d91315 in rb_thread_sleep_deadly_allow_spurious_wakeup (blocker=127009611041400, timeout=4, end=0) at /tmp/ruby/src/trunk_asan/thread.c:1396
        scheduler = <optimized out>
#11 queue_sleep (_args=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:1028
        args = <optimized out>
#12 0x0000610559a90020 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:1053
        _ec = 0x51600101dcd0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7383983fef90, <optimized out>, 0x7383983feea0, <optimized out>, <optimized out>}, prev = 0x73838f009240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x51600101dcd0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#13 0x0000610559d907fd in queue_do_pop (self=<optimized out>, q=0x50400005cf10, should_block=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_sync.c:1103
        queue_waiter = {w = {self = 127009611041400, th = 0x0, fiber = 0x0, node = {next = 0x0, prev = 0x0}}, as = {q = 0x0, sq = 0x0}}
        queue_sleep_arg = {self = 127009611041400, timeout = 4, end = <optimized out>}
        ec = <optimized out>
        waitq = 0x50400005cf10
        end = 0
#14 0x0000610559e0f865 in invoke_bf (ec=<optimized out>, reg_cfp=<optimized out>, bf=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:7323
        canary_p = <optimized out>
        ret = <optimized out>
#15 0x0000610559e0f865 in vm_invoke_builtin_delegate (ec=0x51600101dcd0, cfp=0x7383993dd758, bf=<optimized out>, start_index=<optimized out>)
        argv = <optimized out>
#16 vm_exec_core (ec=ec@entry=0x51600101dcd0) at ../../src/trunk_asan/insns.def:1632
        bf = <optimized out>
        leaf = false
        val = <optimized out>
        index = <optimized out>
        insns_address_table = {0x610559e078c9 <vm_exec_core+1801>, 0x610559e0899a <vm_exec_core+6106>, 0x610559e0e5cf <vm_exec_core+29711>, 0x610559e084f2 <vm_exec_core+4914>, 0x610559e0f1ce <vm_exec_core+32782>, 0x610559e0cf92 <vm_exec_core+24018>, 0x610559e0a90d <vm_exec_core+14157>, 0x610559e07a49 <vm_exec_core+2185>, 0x610559e0ec37 <vm_exec_core+31351>, 0x610559e0e931 <vm_exec_core+30577>, 0x610559e0876a <vm_exec_core+5546>, 0x610559e07fe7 <vm_exec_core+3623>, 0x610559e0d5e7 <vm_exec_core+25639>, 0x610559e09721 <vm_exec_core+9569>, 0x610559e0ee75 <vm_exec_core+31925>, 0x610559e0eabf <vm_exec_core+30975>, 0x610559e09d81 <vm_exec_core+11201>, 0x610559e0a88b <vm_exec_core+14027>, 0x610559e0d1e0 <vm_exec_core+24608>, 0x610559e0ea20 <vm_exec_core+30816>, 0x610559e0c347 <vm_exec_core+20871>, 0x610559e0d27a <vm_exec_core+24762>, 0x610559e0d998 <vm_exec_core+26584>, 0x610559e0c273 <vm_exec_core+20659>, 0x610559e07f13 <vm_exec_core+3411>, 0x610559e0caac <vm_exec_core+22764>, 0x610559e07d89 <vm_exec_core+3017>, 0x610559e081f9 <vm_exec_core+4153>, 0x610559e0a0ce <vm_exec_core+12046>, 0x610559e0be14 <vm_exec_core+19540>, 0x610559e0c7f5 <vm_exec_core+22069>, 0x610559e0b9b0 <vm_exec_core+18416>, 0x610559e0790e <vm_exec_core+1870>, 0x610559e0df1a <vm_exec_core+27994>, 0x610559e0e846 <vm_exec_core+30342>, 0x610559e082d2 <vm_exec_core+4370>, 0x610559e08e66 <vm_exec_core+7334>, 0x610559e088ec <vm_exec_core+5932>, 0x610559e09826 <vm_exec_core+9830>, 0x610559e0a820 <vm_exec_core+13920>, 0x610559e08394 <vm_exec_core+4564>, 0x610559e0dd63 <vm_exec_core+27555>, 0x610559e08dd5 <vm_exec_core+7189>, 0x610559e0a6de <vm_exec_core+13598>, 0x610559e0b093 <vm_exec_core+16083>, 0x610559e0d693 <vm_exec_core+25811>, 0x610559e0c523 <vm_exec_core+21347>, 0x610559e0991a <vm_exec_core+10074>, 0x610559e091a3 <vm_exec_core+8163>, 0x610559e0d4c1 <vm_exec_core+25345>, 0x610559e0a31c <vm_exec_core+12636>, 0x610559e0cbb7 <vm_exec_core+23031>, 0x610559e0c5ab <vm_exec_core+21483>, 0x610559e0cc84 <vm_exec_core+23236>, 0x610559e0e4f1 <vm_exec_core+29489>, 0x610559e0b674 <vm_exec_core+17588>, 0x610559e0d762 <vm_exec_core+26018>, 0x610559e0754b <vm_exec_core+907>, 0x610559e0d325 <vm_exec_core+24933>, 0x610559e09bf2 <vm_exec_core+10802>, 0x610559e0beb8 <vm_exec_core+19704>, 0x610559e0c418 <vm_exec_core+21080>, 0x610559e07550 <vm_exec_core+912>, 0x610559e0bd23 <vm_exec_core+19299>, 0x610559e09fef <vm_exec_core+11823>, 0x610559e09360 <vm_exec_core+8608>, 0x610559e0cd18 <vm_exec_core+23384>, 0x610559e08450 <vm_exec_core+4752>, 0x610559e0abd4 <vm_exec_core+14868>, 0x610559e16439 <vm_exec_core+62073>, 0x610559e0c8d7 <vm_exec_core+22295>, 0x610559e08cb1 <vm_exec_core+6897>, 0x610559e0907f <vm_exec_core+7871>, 0x610559e08f5d <vm_exec_core+7581>, 0x610559e095b6 <vm_exec_core+9206>, 0x610559e09e3e <vm_exec_core+11390>, 0x610559e08bd2 <vm_exec_core+6674>, 0x610559e0f463 <vm_exec_core+33443>, 0x610559e0c98e <vm_exec_core+22478>, 0x610559e0b49c <vm_exec_core+17116>, 0x610559e0de11 <vm_exec_core+27729>, 0x610559e0f581 <vm_exec_core+33729>, 0x610559e0e177 <vm_exec_core+28599>, 0x610559e0efce <vm_exec_core+32270>, 0x610559e0f0a6 <vm_exec_core+32486>, 0x610559e07e2c <vm_exec_core+3180>, 0x610559e0eb54 <vm_exec_core+31124>, 0x610559e0a1df <vm_exec_core+12319>, 0x610559e0ed8f <vm_exec_core+31695>, 0x610559e09c9e <vm_exec_core+10974>, 0x610559e0e075 <vm_exec_core+28341>, 0x610559e07c53 <vm_exec_core+2707>, 0x610559e09a34 <vm_exec_core+10356>, 0x610559e0addc <vm_exec_core+15388>, 0x610559e0a775 <vm_exec_core+13749>, 0x610559e0a544 <vm_exec_core+13188>, 0x610559e07647 <vm_exec_core+1159>, 0x610559e07b6a <vm_exec_core+2474>, 0x610559e076d9 <vm_exec_core+1305>, 0x610559e0e390 <vm_exec_core+29136>, 0x610559e0bbc0 <vm_exec_core+18944>, 0x610559e0b164 <vm_exec_core+16292>, 0x610559e0b881 <vm_exec_core+18113>, 0x610559e0b59a <vm_exec_core+17370>, 0x610559e0a5e5 <vm_exec_core+13349>, 0x610559e0af88 <vm_exec_core+15816>, 0x610559e0aaaa <vm_exec_core+14570>, 0x610559e0b293 <vm_exec_core+16595>, 0x610559e0b315 <vm_exec_core+16725>, 0x610559e078ba <vm_exec_core+1786>, 0x610559e0898b <vm_exec_core+6091>, 0x610559e0e5c0 <vm_exec_core+29696>, 0x610559e084e3 <vm_exec_core+4899>, 0x610559e0f1bf <vm_exec_core+32767>, 0x610559e0cf83 <vm_exec_core+24003>, 0x610559e0a8fe <vm_exec_core+14142>, 0x610559e07a3a <vm_exec_core+2170>, 0x610559e0ec28 <vm_exec_core+31336>, 0x610559e0e922 <vm_exec_core+30562>, 0x610559e0875b <vm_exec_core+5531>, 0x610559e07fd8 <vm_exec_core+3608>, 0x610559e0d5d8 <vm_exec_core+25624>, 0x610559e09712 <vm_exec_core+9554>, 0x610559e0ee66 <vm_exec_core+31910>, 0x610559e0eab0 <vm_exec_core+30960>, 0x610559e09d72 <vm_exec_core+11186>, 0x610559e0a87c <vm_exec_core+14012>, 0x610559e0d1d1 <vm_exec_core+24593>, 0x610559e0ea11 <vm_exec_core+30801>, 0x610559e0c338 <vm_exec_core+20856>, 0x610559e0d26b <vm_exec_core+24747>, 0x610559e0d989 <vm_exec_core+26569>, 0x610559e0c264 <vm_exec_core+20644>, 0x610559e07f04 <vm_exec_core+3396>, 0x610559e0ca9d <vm_exec_core+22749>, 0x610559e07d7a <vm_exec_core+3002>, 0x610559e081ea <vm_exec_core+4138>, 0x610559e0a0bf <vm_exec_core+12031>, 0x610559e0be05 <vm_exec_core+19525>, 0x610559e0c7e6 <vm_exec_core+22054>, 0x610559e0b9a1 <vm_exec_core+18401>, 0x610559e078ff <vm_exec_core+1855>, 0x610559e0df0b <vm_exec_core+27979>, 0x610559e0e837 <vm_exec_core+30327>, 0x610559e082c3 <vm_exec_core+4355>, 0x610559e08e57 <vm_exec_core+7319>, 0x610559e088dd <vm_exec_core+5917>, 0x610559e09817 <vm_exec_core+9815>, 0x610559e0a811 <vm_exec_core+13905>, 0x610559e08385 <vm_exec_core+4549>, 0x610559e0dd54 <vm_exec_core+27540>, 0x610559e08dc6 <vm_exec_core+7174>, 0x610559e0a6cf <vm_exec_core+13583>, 0x610559e0b084 <vm_exec_core+16068>, 0x610559e0d684 <vm_exec_core+25796>, 0x610559e0c514 <vm_exec_core+21332>, 0x610559e0990b <vm_exec_core+10059>, 0x610559e09194 <vm_exec_core+8148>, 0x610559e0d4b2 <vm_exec_core+25330>, 0x610559e0a30d <vm_exec_core+12621>, 0x610559e0cba8 <vm_exec_core+23016>, 0x610559e0c59c <vm_exec_core+21468>, 0x610559e0cc75 <vm_exec_core+23221>, 0x610559e0e4e2 <vm_exec_core+29474>, 0x610559e0b665 <vm_exec_core+17573>, 0x610559e0d753 <vm_exec_core+26003>, 0x610559e0c500 <vm_exec_core+21312>, 0x610559e0d316 <vm_exec_core+24918>, 0x610559e09be3 <vm_exec_core+10787>, 0x610559e0bea9 <vm_exec_core+19689>, 0x610559e0c409 <vm_exec_core+21065>, 0x610559e0adc8 <vm_exec_core+15368>, 0x610559e0bd14 <vm_exec_core+19284>, 0x610559e09fe0 <vm_exec_core+11808>, 0x610559e09351 <vm_exec_core+8593>, 0x610559e0cd09 <vm_exec_core+23369>, 0x610559e08441 <vm_exec_core+4737>, 0x610559e0abc5 <vm_exec_core+14853>, 0x610559e1642a <vm_exec_core+62058>, 0x610559e0c8c8 <vm_exec_core+22280>, 0x610559e08ca2 <vm_exec_core+6882>, 0x610559e09070 <vm_exec_core+7856>, 0x610559e08f4e <vm_exec_core+7566>, 0x610559e095a7 <vm_exec_core+9191>, 0x610559e09e2f <vm_exec_core+11375>, 0x610559e0bd0f <vm_exec_core+19279>, 0x610559e0b492 <vm_exec_core+17106>, 0x610559e0bd0a <vm_exec_core+19274>, 0x610559e0c500 <vm_exec_core+21312>, 0x610559e0c4fe <vm_exec_core+21310>, 0x610559e095a2 <vm_exec_core+9186>, 0x610559e0ca61 <vm_exec_core+22689>, 0x610559e0a872 <vm_exec_core+14002>, 0x610559e0a877 <vm_exec_core+14007>, 0x610559e0c4fc <vm_exec_core+21308>, 0x610559e0c3db <vm_exec_core+21019>, 0x610559e0b868 <vm_exec_core+18088>, 0x610559e0b586 <vm_exec_core+17350>, 0x610559e0c4fa <vm_exec_core+21306>, 0x610559e0b99c <vm_exec_core+18396>...}
        reg_cfp = 0x7383993dd758
        reg_pc = <optimized out>
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_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 0x0000610559e03d38 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2564
        _ec = 0x51600101dcd0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#18 0x0000610559e40e9b in invoke_iseq_block_from_c (ec=0x51600101dcd0, captured=<optimized out>, self=127009610789840, 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:1595
        flags = 0
        iseq = 0x7383babfda40
        cfp = 0x7383993dd7c8
        sp = 0x7383992dd818
        use_argv = <optimized out>
        stack_argv = 0x7383992dd818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#19 invoke_block_from_c_proc (ec=0x51600101dcd0, self=127009610789840, 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:1689
        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:1719
No locals.
#21 0x0000610559e3f126 in rb_vm_invoke_proc (ec=0x50c00033a710, proc=0x189, proc@entry=0x504000226410, argc=-1154904735, argc@entry=0, argv=0x0, kw_splat=-1, passed_block_handler=18446744073709551104, passed_block_handler@entry=0) at /tmp/ruby/src/trunk_asan/vm.c:1740
        self = 0
#22 0x0000610559d96d99 in thread_do_start_proc (th=th@entry=0x515000077680) at /tmp/ruby/src/trunk_asan/thread.c:598
        args = <optimized out>
        procval = <optimized out>
        proc = 0x504000226410
        args_len = 0
        args_ptr = <optimized out>
#23 0x0000610559d9494a in thread_do_start (th=0x515000077680) at /tmp/ruby/src/trunk_asan/thread.c:615
        result = 36
#24 thread_start_func_2 (th=th@entry=0x515000077680, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:670
        _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 0x0000610559d93c0e in call_thread_start_func_2 (th=0x515000077680) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2237
        stack_start = <optimized out>
        stack_start_addr = 0x7383983ffce0
#26 nt_start (ptr=0x50c00033a6c0) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2282
        th = 0x515000077680
        sched = <optimized out>
        nt = 0x50c00033a6c0
        vm = 0x525000000100
#27 0x0000610559a457df in asan_thread_start(void*) ()
No symbol table info available.
#28 0x00007383bb29ca94 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 = {127009032242880, 1644675207276039432, 127009032242880, -352, 25, 140733315377392, 1644675207297010952, 1644738894420151560}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#29 0x00007383bb329c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 3 (Thread 0x738398a006c0 (LWP 1513483) "parallel.rb:40"):
#0  0x00007383bb31b4cd in __GI___poll (fds=0x73838600bc60, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00006105599ec42a in __interceptor_poll ()
No symbol table info available.
#2  0x0000610559b3fb7d in nogvl_wait_for (th=127009011144520, fptr=0x51100034fc00, events=1, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:12462
        fds = {fd = 6, events = <optimized out>, revents = <optimized out>}
        scheduler = <optimized out>
        fd = <optimized out>
        timeout_milliseconds = -1
#3  io_internal_wait (thread=<optimized out>, fptr=<optimized out>, error=<optimized out>, events=<optimized out>, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:1151
        ready = <optimized out>
#4  0x0000610559b40ff6 in internal_read_func (ptr=0x73838600ba40) at /tmp/ruby/src/trunk_asan/io.c:1182
        iis = 0x73838600ba40
        result = <optimized out>
#5  0x0000610559d7cdcb in rb_thread_io_blocking_call (func=0x610559b40b70 <internal_read_func>, data1=0x73838600ba40, fd=<optimized out>, events=1) at /tmp/ruby/src/trunk_asan/thread.c:1797
        __region = <optimized out>
        saved_state = RUBY_TAG_NONE
        _ec = <optimized out>
        _tag = <optimized out>
        ec = <optimized out>
        th = <optimized out>
        prev_mn_schedulable = false
        waiting_fd = <optimized out>
        state = RUBY_TAG_NONE
        val = <optimized out>
        saved_errno = <optimized out>
#6  0x0000610559a90020 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:1053
        _ec = 0x516003cbb5d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7383989fee50, <optimized out>, 0x7383989fed60, <optimized out>, <optimized out>}, prev = 0x738386009240, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x516003cbb5d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#7  0x0000610559b55335 in io_read_memory_locktmp (str=127008726105184, iis=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3422
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:3468
        str = <optimized out>
        iis = {th = 127009011144520, fptr = 0x51100034fc00, nonblock = 0, fd = 6, buf = 0x5190008fb680, capa = 1024, timeout = <optimized out>}
        length = <optimized out>
        len = 1024
        fptr = 0x51100034fc00
        n = <optimized out>
        shrinkable = <optimized out>
#9  0x0000610559b31671 in io_readpartial (argc=-2046772128, argv=0x1, io=4294967295) at /tmp/ruby/src/trunk_asan/io.c:3588
        ret = <optimized out>
#10 0x0000610559e67208 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:3788
        ci = 0x409100100003
        cc = <optimized out>
        me = 0x7383badd9e90
        cfunc = 0x504000011018
        recv = 127009011144680
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#11 0x0000610559e14b1d in vm_sendish (ec=0x516003cbb5d0, reg_cfp=0x7383931fb790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5955
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#12 vm_exec_core (ec=ec@entry=0x516003cbb5d0) at ../../src/trunk_asan/insns.def:898
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x610559e078c9 <vm_exec_core+1801>, 0x610559e0899a <vm_exec_core+6106>, 0x610559e0e5cf <vm_exec_core+29711>, 0x610559e084f2 <vm_exec_core+4914>, 0x610559e0f1ce <vm_exec_core+32782>, 0x610559e0cf92 <vm_exec_core+24018>, 0x610559e0a90d <vm_exec_core+14157>, 0x610559e07a49 <vm_exec_core+2185>, 0x610559e0ec37 <vm_exec_core+31351>, 0x610559e0e931 <vm_exec_core+30577>, 0x610559e0876a <vm_exec_core+5546>, 0x610559e07fe7 <vm_exec_core+3623>, 0x610559e0d5e7 <vm_exec_core+25639>, 0x610559e09721 <vm_exec_core+9569>, 0x610559e0ee75 <vm_exec_core+31925>, 0x610559e0eabf <vm_exec_core+30975>, 0x610559e09d81 <vm_exec_core+11201>, 0x610559e0a88b <vm_exec_core+14027>, 0x610559e0d1e0 <vm_exec_core+24608>, 0x610559e0ea20 <vm_exec_core+30816>, 0x610559e0c347 <vm_exec_core+20871>, 0x610559e0d27a <vm_exec_core+24762>, 0x610559e0d998 <vm_exec_core+26584>, 0x610559e0c273 <vm_exec_core+20659>, 0x610559e07f13 <vm_exec_core+3411>, 0x610559e0caac <vm_exec_core+22764>, 0x610559e07d89 <vm_exec_core+3017>, 0x610559e081f9 <vm_exec_core+4153>, 0x610559e0a0ce <vm_exec_core+12046>, 0x610559e0be14 <vm_exec_core+19540>, 0x610559e0c7f5 <vm_exec_core+22069>, 0x610559e0b9b0 <vm_exec_core+18416>, 0x610559e0790e <vm_exec_core+1870>, 0x610559e0df1a <vm_exec_core+27994>, 0x610559e0e846 <vm_exec_core+30342>, 0x610559e082d2 <vm_exec_core+4370>, 0x610559e08e66 <vm_exec_core+7334>, 0x610559e088ec <vm_exec_core+5932>, 0x610559e09826 <vm_exec_core+9830>, 0x610559e0a820 <vm_exec_core+13920>, 0x610559e08394 <vm_exec_core+4564>, 0x610559e0dd63 <vm_exec_core+27555>, 0x610559e08dd5 <vm_exec_core+7189>, 0x610559e0a6de <vm_exec_core+13598>, 0x610559e0b093 <vm_exec_core+16083>, 0x610559e0d693 <vm_exec_core+25811>, 0x610559e0c523 <vm_exec_core+21347>, 0x610559e0991a <vm_exec_core+10074>, 0x610559e091a3 <vm_exec_core+8163>, 0x610559e0d4c1 <vm_exec_core+25345>, 0x610559e0a31c <vm_exec_core+12636>, 0x610559e0cbb7 <vm_exec_core+23031>, 0x610559e0c5ab <vm_exec_core+21483>, 0x610559e0cc84 <vm_exec_core+23236>, 0x610559e0e4f1 <vm_exec_core+29489>, 0x610559e0b674 <vm_exec_core+17588>, 0x610559e0d762 <vm_exec_core+26018>, 0x610559e0754b <vm_exec_core+907>, 0x610559e0d325 <vm_exec_core+24933>, 0x610559e09bf2 <vm_exec_core+10802>, 0x610559e0beb8 <vm_exec_core+19704>, 0x610559e0c418 <vm_exec_core+21080>, 0x610559e07550 <vm_exec_core+912>, 0x610559e0bd23 <vm_exec_core+19299>, 0x610559e09fef <vm_exec_core+11823>, 0x610559e09360 <vm_exec_core+8608>, 0x610559e0cd18 <vm_exec_core+23384>, 0x610559e08450 <vm_exec_core+4752>, 0x610559e0abd4 <vm_exec_core+14868>, 0x610559e16439 <vm_exec_core+62073>, 0x610559e0c8d7 <vm_exec_core+22295>, 0x610559e08cb1 <vm_exec_core+6897>, 0x610559e0907f <vm_exec_core+7871>, 0x610559e08f5d <vm_exec_core+7581>, 0x610559e095b6 <vm_exec_core+9206>, 0x610559e09e3e <vm_exec_core+11390>, 0x610559e08bd2 <vm_exec_core+6674>, 0x610559e0f463 <vm_exec_core+33443>, 0x610559e0c98e <vm_exec_core+22478>, 0x610559e0b49c <vm_exec_core+17116>, 0x610559e0de11 <vm_exec_core+27729>, 0x610559e0f581 <vm_exec_core+33729>, 0x610559e0e177 <vm_exec_core+28599>, 0x610559e0efce <vm_exec_core+32270>, 0x610559e0f0a6 <vm_exec_core+32486>, 0x610559e07e2c <vm_exec_core+3180>, 0x610559e0eb54 <vm_exec_core+31124>, 0x610559e0a1df <vm_exec_core+12319>, 0x610559e0ed8f <vm_exec_core+31695>, 0x610559e09c9e <vm_exec_core+10974>, 0x610559e0e075 <vm_exec_core+28341>, 0x610559e07c53 <vm_exec_core+2707>, 0x610559e09a34 <vm_exec_core+10356>, 0x610559e0addc <vm_exec_core+15388>, 0x610559e0a775 <vm_exec_core+13749>, 0x610559e0a544 <vm_exec_core+13188>, 0x610559e07647 <vm_exec_core+1159>, 0x610559e07b6a <vm_exec_core+2474>, 0x610559e076d9 <vm_exec_core+1305>, 0x610559e0e390 <vm_exec_core+29136>, 0x610559e0bbc0 <vm_exec_core+18944>, 0x610559e0b164 <vm_exec_core+16292>, 0x610559e0b881 <vm_exec_core+18113>, 0x610559e0b59a <vm_exec_core+17370>, 0x610559e0a5e5 <vm_exec_core+13349>, 0x610559e0af88 <vm_exec_core+15816>, 0x610559e0aaaa <vm_exec_core+14570>, 0x610559e0b293 <vm_exec_core+16595>, 0x610559e0b315 <vm_exec_core+16725>, 0x610559e078ba <vm_exec_core+1786>, 0x610559e0898b <vm_exec_core+6091>, 0x610559e0e5c0 <vm_exec_core+29696>, 0x610559e084e3 <vm_exec_core+4899>, 0x610559e0f1bf <vm_exec_core+32767>, 0x610559e0cf83 <vm_exec_core+24003>, 0x610559e0a8fe <vm_exec_core+14142>, 0x610559e07a3a <vm_exec_core+2170>, 0x610559e0ec28 <vm_exec_core+31336>, 0x610559e0e922 <vm_exec_core+30562>, 0x610559e0875b <vm_exec_core+5531>, 0x610559e07fd8 <vm_exec_core+3608>, 0x610559e0d5d8 <vm_exec_core+25624>, 0x610559e09712 <vm_exec_core+9554>, 0x610559e0ee66 <vm_exec_core+31910>, 0x610559e0eab0 <vm_exec_core+30960>, 0x610559e09d72 <vm_exec_core+11186>, 0x610559e0a87c <vm_exec_core+14012>, 0x610559e0d1d1 <vm_exec_core+24593>, 0x610559e0ea11 <vm_exec_core+30801>, 0x610559e0c338 <vm_exec_core+20856>, 0x610559e0d26b <vm_exec_core+24747>, 0x610559e0d989 <vm_exec_core+26569>, 0x610559e0c264 <vm_exec_core+20644>, 0x610559e07f04 <vm_exec_core+3396>, 0x610559e0ca9d <vm_exec_core+22749>, 0x610559e07d7a <vm_exec_core+3002>, 0x610559e081ea <vm_exec_core+4138>, 0x610559e0a0bf <vm_exec_core+12031>, 0x610559e0be05 <vm_exec_core+19525>, 0x610559e0c7e6 <vm_exec_core+22054>, 0x610559e0b9a1 <vm_exec_core+18401>, 0x610559e078ff <vm_exec_core+1855>, 0x610559e0df0b <vm_exec_core+27979>, 0x610559e0e837 <vm_exec_core+30327>, 0x610559e082c3 <vm_exec_core+4355>, 0x610559e08e57 <vm_exec_core+7319>, 0x610559e088dd <vm_exec_core+5917>, 0x610559e09817 <vm_exec_core+9815>, 0x610559e0a811 <vm_exec_core+13905>, 0x610559e08385 <vm_exec_core+4549>, 0x610559e0dd54 <vm_exec_core+27540>, 0x610559e08dc6 <vm_exec_core+7174>, 0x610559e0a6cf <vm_exec_core+13583>, 0x610559e0b084 <vm_exec_core+16068>, 0x610559e0d684 <vm_exec_core+25796>, 0x610559e0c514 <vm_exec_core+21332>, 0x610559e0990b <vm_exec_core+10059>, 0x610559e09194 <vm_exec_core+8148>, 0x610559e0d4b2 <vm_exec_core+25330>, 0x610559e0a30d <vm_exec_core+12621>, 0x610559e0cba8 <vm_exec_core+23016>, 0x610559e0c59c <vm_exec_core+21468>, 0x610559e0cc75 <vm_exec_core+23221>, 0x610559e0e4e2 <vm_exec_core+29474>, 0x610559e0b665 <vm_exec_core+17573>, 0x610559e0d753 <vm_exec_core+26003>, 0x610559e0c500 <vm_exec_core+21312>, 0x610559e0d316 <vm_exec_core+24918>, 0x610559e09be3 <vm_exec_core+10787>, 0x610559e0bea9 <vm_exec_core+19689>, 0x610559e0c409 <vm_exec_core+21065>, 0x610559e0adc8 <vm_exec_core+15368>, 0x610559e0bd14 <vm_exec_core+19284>, 0x610559e09fe0 <vm_exec_core+11808>, 0x610559e09351 <vm_exec_core+8593>, 0x610559e0cd09 <vm_exec_core+23369>, 0x610559e08441 <vm_exec_core+4737>, 0x610559e0abc5 <vm_exec_core+14853>, 0x610559e1642a <vm_exec_core+62058>, 0x610559e0c8c8 <vm_exec_core+22280>, 0x610559e08ca2 <vm_exec_core+6882>, 0x610559e09070 <vm_exec_core+7856>, 0x610559e08f4e <vm_exec_core+7566>, 0x610559e095a7 <vm_exec_core+9191>, 0x610559e09e2f <vm_exec_core+11375>, 0x610559e0bd0f <vm_exec_core+19279>, 0x610559e0b492 <vm_exec_core+17106>, 0x610559e0bd0a <vm_exec_core+19274>, 0x610559e0c500 <vm_exec_core+21312>, 0x610559e0c4fe <vm_exec_core+21310>, 0x610559e095a2 <vm_exec_core+9186>, 0x610559e0ca61 <vm_exec_core+22689>, 0x610559e0a872 <vm_exec_core+14002>, 0x610559e0a877 <vm_exec_core+14007>, 0x610559e0c4fc <vm_exec_core+21308>, 0x610559e0c3db <vm_exec_core+21019>, 0x610559e0b868 <vm_exec_core+18088>, 0x610559e0b586 <vm_exec_core+17350>, 0x610559e0c4fa <vm_exec_core+21306>, 0x610559e0b99c <vm_exec_core+18396>...}
        reg_cfp = 0x7383931fb790
        reg_pc = 0x513000050960
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_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 0x0000610559e03d38 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2564
        _ec = 0x516003cbb5d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#14 0x0000610559e40e9b in invoke_iseq_block_from_c (ec=0x516003cbb5d0, captured=<optimized out>, self=127009604426200, 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:1595
        flags = 0
        iseq = 0x7383bad256c0
        cfp = 0x7383931fb7c8
        sp = 0x7383930fb818
        use_argv = <optimized out>
        stack_argv = 0x7383930fb818
        opt_pc = <optimized out>
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#15 invoke_block_from_c_proc (ec=0x516003cbb5d0, self=127009604426200, 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:1689
        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:1719
No locals.
#17 0x0000610559e3f126 in rb_vm_invoke_proc (ec=0x73838600bc60, proc=0x1, proc@entry=0x504002be0050, argc=-1154370355, 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:1740
        self = 4294967295
#18 0x0000610559d96d99 in thread_do_start_proc (th=th@entry=0x515000369000) at /tmp/ruby/src/trunk_asan/thread.c:598
        args = <optimized out>
        procval = <optimized out>
        proc = 0x504002be0050
        args_len = 0
        args_ptr = <optimized out>
#19 0x0000610559d9494a in thread_do_start (th=0x515000369000) at /tmp/ruby/src/trunk_asan/thread.c:615
        result = 36
#20 thread_start_func_2 (th=th@entry=0x515000369000, stack_start=<optimized out>) at /tmp/ruby/src/trunk_asan/thread.c:670
        _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 0x0000610559d93c0e in call_thread_start_func_2 (th=0x515000369000) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2237
        stack_start = <optimized out>
        stack_start_addr = 0x7383989ffce0
#22 nt_start (ptr=0x50c0000e5300) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2282
        th = 0x515000369000
        sched = <optimized out>
        nt = 0x50c0000e5300
        vm = 0x525000000100
#23 0x0000610559a457df in asan_thread_start(void*) ()
No symbol table info available.
#24 0x00007383bb29ca94 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 = {127009038534336, 1644673832886504712, 127009038534336, -352, 25, 140733315382864, 1644673832907476232, 1644738894420151560}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#25 0x00007383bb329c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 2 (Thread 0x73839f0006c0 (LWP 1513500) "ruby"):
#0  0x00007383bb31b4cd in __GI___poll (fds=0x73838d709040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00006105599ec42a in __interceptor_poll ()
No symbol table info available.
#2  0x0000610559d98f0f in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1050
        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:3066
        vm = <optimized out>
#4  0x0000610559a457df in asan_thread_start(void*) ()
No symbol table info available.
#5  0x00007383bb29ca94 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 = {127009145489088, 1644661463380692232, 127009145489088, -352, 0, 140733315380368, 1644661463401663752, 1644738894420151560}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x00007383bb329c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7383bb5d0c40 (LWP 1491815) "ruby"):
#0  0x00007383bb31b4cd in __GI___poll (fds=0x7383b9231660, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00006105599ec42a in __interceptor_poll ()
No symbol table info available.
#2  0x0000610559b3fb7d in nogvl_wait_for (th=127009612867240, fptr=0x511000588a80, events=1, timeout=0x0) at /tmp/ruby/src/trunk_asan/io.c:12462
        fds = {fd = 8, 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:1151
        ready = <optimized out>
#4  0x0000610559b40ff6 in internal_read_func (ptr=0x7383b9231520) at /tmp/ruby/src/trunk_asan/io.c:1182
        iis = 0x7383b9231520
        result = <optimized out>
#5  0x0000610559d7cdcb in rb_thread_io_blocking_call (func=0x610559b40b70 <internal_read_func>, data1=data1@entry=0x7383b9231520, fd=<optimized out>, events=events@entry=1) at /tmp/ruby/src/trunk_asan/thread.c:1797
        __region = <optimized out>
        saved_state = RUBY_TAG_NONE
        _ec = <optimized out>
        _tag = <optimized out>
        ec = <optimized out>
        th = <optimized out>
        prev_mn_schedulable = false
        waiting_fd = <optimized out>
        state = RUBY_TAG_NONE
        val = <optimized out>
        saved_errno = <optimized out>
#6  0x0000610559b4098a in rb_io_read_memory (fptr=<optimized out>, buf=<optimized out>, count=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:1291
        iis = {th = 127009612867240, fptr = 0x511000588a80, nonblock = 0, fd = 8, buf = 0x525000c28900, capa = 8192, timeout = 0x0}
        timeout_storage = <optimized out>
        scheduler = <optimized out>
#7  0x0000610559b442c7 in io_bufread (ptr=0x525000c28900 '\276' <repeats 200 times>..., len=8192, fptr=0x511000588a80) at /tmp/ruby/src/trunk_asan/io.c:3028
        offset = 0
        n = 8192
        c = <optimized out>
#8  bufread_call (arg=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:3067
        p = <optimized out>
#9  0x0000610559a90020 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:1053
        _ec = 0x5160000003d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7fff07457d30, <optimized out>, 0x7fff07457c40, <optimized out>, <optimized out>}, prev = 0x7383b922db40, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160000003d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#10 0x0000610559b41ceb in io_fread (str=127009012607520, offset=0, size=8192, fptr=0x511000588a80) at /tmp/ruby/src/trunk_asan/io.c:3081
        arg = {str_ptr = 0x525000c28900 '\276' <repeats 200 times>..., len = 8192, fptr = <optimized out>}
        len = <optimized out>
        errno_to_fail = <optimized out>
#11 read_all (fptr=<optimized out>, siz=8192, str=127009012607520) at /tmp/ruby/src/trunk_asan/io.c:3359
        capa = <optimized out>
        cr = 0
        bytes = 0
        pos = 0
        enc = 0x50d000000110
        n = <optimized out>
        shrinkable = <optimized out>
#12 0x0000610559b26f62 in rb_f_backquote (obj=<optimized out>, str=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:10558
        port = <optimized out>
        fptr = 0x511000588a80
        result = <optimized out>
#13 0x0000610559e67208 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:3788
        ci = 0x6000140003
        cc = <optimized out>
        me = 0x738397146b60
        cfunc = 0x5040000103d8
        recv = 127008988739680
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#14 0x0000610559e4d37d in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7fff07458580) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4766
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0xf2f2f200f2f2f200
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#15 0x0000610559e4ce35 in vm_call_method (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4906
        ci = <optimized out>
        cc = 0x7fff074576d0
#16 0x0000610559e14b1d in vm_sendish (ec=0x5160000003d0, reg_cfp=0x7383b87ff480, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5955
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#17 vm_exec_core (ec=ec@entry=0x5160000003d0) at ../../src/trunk_asan/insns.def:898
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x610559e078c9 <vm_exec_core+1801>, 0x610559e0899a <vm_exec_core+6106>, 0x610559e0e5cf <vm_exec_core+29711>, 0x610559e084f2 <vm_exec_core+4914>, 0x610559e0f1ce <vm_exec_core+32782>, 0x610559e0cf92 <vm_exec_core+24018>, 0x610559e0a90d <vm_exec_core+14157>, 0x610559e07a49 <vm_exec_core+2185>, 0x610559e0ec37 <vm_exec_core+31351>, 0x610559e0e931 <vm_exec_core+30577>, 0x610559e0876a <vm_exec_core+5546>, 0x610559e07fe7 <vm_exec_core+3623>, 0x610559e0d5e7 <vm_exec_core+25639>, 0x610559e09721 <vm_exec_core+9569>, 0x610559e0ee75 <vm_exec_core+31925>, 0x610559e0eabf <vm_exec_core+30975>, 0x610559e09d81 <vm_exec_core+11201>, 0x610559e0a88b <vm_exec_core+14027>, 0x610559e0d1e0 <vm_exec_core+24608>, 0x610559e0ea20 <vm_exec_core+30816>, 0x610559e0c347 <vm_exec_core+20871>, 0x610559e0d27a <vm_exec_core+24762>, 0x610559e0d998 <vm_exec_core+26584>, 0x610559e0c273 <vm_exec_core+20659>, 0x610559e07f13 <vm_exec_core+3411>, 0x610559e0caac <vm_exec_core+22764>, 0x610559e07d89 <vm_exec_core+3017>, 0x610559e081f9 <vm_exec_core+4153>, 0x610559e0a0ce <vm_exec_core+12046>, 0x610559e0be14 <vm_exec_core+19540>, 0x610559e0c7f5 <vm_exec_core+22069>, 0x610559e0b9b0 <vm_exec_core+18416>, 0x610559e0790e <vm_exec_core+1870>, 0x610559e0df1a <vm_exec_core+27994>, 0x610559e0e846 <vm_exec_core+30342>, 0x610559e082d2 <vm_exec_core+4370>, 0x610559e08e66 <vm_exec_core+7334>, 0x610559e088ec <vm_exec_core+5932>, 0x610559e09826 <vm_exec_core+9830>, 0x610559e0a820 <vm_exec_core+13920>, 0x610559e08394 <vm_exec_core+4564>, 0x610559e0dd63 <vm_exec_core+27555>, 0x610559e08dd5 <vm_exec_core+7189>, 0x610559e0a6de <vm_exec_core+13598>, 0x610559e0b093 <vm_exec_core+16083>, 0x610559e0d693 <vm_exec_core+25811>, 0x610559e0c523 <vm_exec_core+21347>, 0x610559e0991a <vm_exec_core+10074>, 0x610559e091a3 <vm_exec_core+8163>, 0x610559e0d4c1 <vm_exec_core+25345>, 0x610559e0a31c <vm_exec_core+12636>, 0x610559e0cbb7 <vm_exec_core+23031>, 0x610559e0c5ab <vm_exec_core+21483>, 0x610559e0cc84 <vm_exec_core+23236>, 0x610559e0e4f1 <vm_exec_core+29489>, 0x610559e0b674 <vm_exec_core+17588>, 0x610559e0d762 <vm_exec_core+26018>, 0x610559e0754b <vm_exec_core+907>, 0x610559e0d325 <vm_exec_core+24933>, 0x610559e09bf2 <vm_exec_core+10802>, 0x610559e0beb8 <vm_exec_core+19704>, 0x610559e0c418 <vm_exec_core+21080>, 0x610559e07550 <vm_exec_core+912>, 0x610559e0bd23 <vm_exec_core+19299>, 0x610559e09fef <vm_exec_core+11823>, 0x610559e09360 <vm_exec_core+8608>, 0x610559e0cd18 <vm_exec_core+23384>, 0x610559e08450 <vm_exec_core+4752>, 0x610559e0abd4 <vm_exec_core+14868>, 0x610559e16439 <vm_exec_core+62073>, 0x610559e0c8d7 <vm_exec_core+22295>, 0x610559e08cb1 <vm_exec_core+6897>, 0x610559e0907f <vm_exec_core+7871>, 0x610559e08f5d <vm_exec_core+7581>, 0x610559e095b6 <vm_exec_core+9206>, 0x610559e09e3e <vm_exec_core+11390>, 0x610559e08bd2 <vm_exec_core+6674>, 0x610559e0f463 <vm_exec_core+33443>, 0x610559e0c98e <vm_exec_core+22478>, 0x610559e0b49c <vm_exec_core+17116>, 0x610559e0de11 <vm_exec_core+27729>, 0x610559e0f581 <vm_exec_core+33729>, 0x610559e0e177 <vm_exec_core+28599>, 0x610559e0efce <vm_exec_core+32270>, 0x610559e0f0a6 <vm_exec_core+32486>, 0x610559e07e2c <vm_exec_core+3180>, 0x610559e0eb54 <vm_exec_core+31124>, 0x610559e0a1df <vm_exec_core+12319>, 0x610559e0ed8f <vm_exec_core+31695>, 0x610559e09c9e <vm_exec_core+10974>, 0x610559e0e075 <vm_exec_core+28341>, 0x610559e07c53 <vm_exec_core+2707>, 0x610559e09a34 <vm_exec_core+10356>, 0x610559e0addc <vm_exec_core+15388>, 0x610559e0a775 <vm_exec_core+13749>, 0x610559e0a544 <vm_exec_core+13188>, 0x610559e07647 <vm_exec_core+1159>, 0x610559e07b6a <vm_exec_core+2474>, 0x610559e076d9 <vm_exec_core+1305>, 0x610559e0e390 <vm_exec_core+29136>, 0x610559e0bbc0 <vm_exec_core+18944>, 0x610559e0b164 <vm_exec_core+16292>, 0x610559e0b881 <vm_exec_core+18113>, 0x610559e0b59a <vm_exec_core+17370>, 0x610559e0a5e5 <vm_exec_core+13349>, 0x610559e0af88 <vm_exec_core+15816>, 0x610559e0aaaa <vm_exec_core+14570>, 0x610559e0b293 <vm_exec_core+16595>, 0x610559e0b315 <vm_exec_core+16725>, 0x610559e078ba <vm_exec_core+1786>, 0x610559e0898b <vm_exec_core+6091>, 0x610559e0e5c0 <vm_exec_core+29696>, 0x610559e084e3 <vm_exec_core+4899>, 0x610559e0f1bf <vm_exec_core+32767>, 0x610559e0cf83 <vm_exec_core+24003>, 0x610559e0a8fe <vm_exec_core+14142>, 0x610559e07a3a <vm_exec_core+2170>, 0x610559e0ec28 <vm_exec_core+31336>, 0x610559e0e922 <vm_exec_core+30562>, 0x610559e0875b <vm_exec_core+5531>, 0x610559e07fd8 <vm_exec_core+3608>, 0x610559e0d5d8 <vm_exec_core+25624>, 0x610559e09712 <vm_exec_core+9554>, 0x610559e0ee66 <vm_exec_core+31910>, 0x610559e0eab0 <vm_exec_core+30960>, 0x610559e09d72 <vm_exec_core+11186>, 0x610559e0a87c <vm_exec_core+14012>, 0x610559e0d1d1 <vm_exec_core+24593>, 0x610559e0ea11 <vm_exec_core+30801>, 0x610559e0c338 <vm_exec_core+20856>, 0x610559e0d26b <vm_exec_core+24747>, 0x610559e0d989 <vm_exec_core+26569>, 0x610559e0c264 <vm_exec_core+20644>, 0x610559e07f04 <vm_exec_core+3396>, 0x610559e0ca9d <vm_exec_core+22749>, 0x610559e07d7a <vm_exec_core+3002>, 0x610559e081ea <vm_exec_core+4138>, 0x610559e0a0bf <vm_exec_core+12031>, 0x610559e0be05 <vm_exec_core+19525>, 0x610559e0c7e6 <vm_exec_core+22054>, 0x610559e0b9a1 <vm_exec_core+18401>, 0x610559e078ff <vm_exec_core+1855>, 0x610559e0df0b <vm_exec_core+27979>, 0x610559e0e837 <vm_exec_core+30327>, 0x610559e082c3 <vm_exec_core+4355>, 0x610559e08e57 <vm_exec_core+7319>, 0x610559e088dd <vm_exec_core+5917>, 0x610559e09817 <vm_exec_core+9815>, 0x610559e0a811 <vm_exec_core+13905>, 0x610559e08385 <vm_exec_core+4549>, 0x610559e0dd54 <vm_exec_core+27540>, 0x610559e08dc6 <vm_exec_core+7174>, 0x610559e0a6cf <vm_exec_core+13583>, 0x610559e0b084 <vm_exec_core+16068>, 0x610559e0d684 <vm_exec_core+25796>, 0x610559e0c514 <vm_exec_core+21332>, 0x610559e0990b <vm_exec_core+10059>, 0x610559e09194 <vm_exec_core+8148>, 0x610559e0d4b2 <vm_exec_core+25330>, 0x610559e0a30d <vm_exec_core+12621>, 0x610559e0cba8 <vm_exec_core+23016>, 0x610559e0c59c <vm_exec_core+21468>, 0x610559e0cc75 <vm_exec_core+23221>, 0x610559e0e4e2 <vm_exec_core+29474>, 0x610559e0b665 <vm_exec_core+17573>, 0x610559e0d753 <vm_exec_core+26003>, 0x610559e0c500 <vm_exec_core+21312>, 0x610559e0d316 <vm_exec_core+24918>, 0x610559e09be3 <vm_exec_core+10787>, 0x610559e0bea9 <vm_exec_core+19689>, 0x610559e0c409 <vm_exec_core+21065>, 0x610559e0adc8 <vm_exec_core+15368>, 0x610559e0bd14 <vm_exec_core+19284>, 0x610559e09fe0 <vm_exec_core+11808>, 0x610559e09351 <vm_exec_core+8593>, 0x610559e0cd09 <vm_exec_core+23369>, 0x610559e08441 <vm_exec_core+4737>, 0x610559e0abc5 <vm_exec_core+14853>, 0x610559e1642a <vm_exec_core+62058>, 0x610559e0c8c8 <vm_exec_core+22280>, 0x610559e08ca2 <vm_exec_core+6882>, 0x610559e09070 <vm_exec_core+7856>, 0x610559e08f4e <vm_exec_core+7566>, 0x610559e095a7 <vm_exec_core+9191>, 0x610559e09e2f <vm_exec_core+11375>, 0x610559e0bd0f <vm_exec_core+19279>, 0x610559e0b492 <vm_exec_core+17106>, 0x610559e0bd0a <vm_exec_core+19274>, 0x610559e0c500 <vm_exec_core+21312>, 0x610559e0c4fe <vm_exec_core+21310>, 0x610559e095a2 <vm_exec_core+9186>, 0x610559e0ca61 <vm_exec_core+22689>, 0x610559e0a872 <vm_exec_core+14002>, 0x610559e0a877 <vm_exec_core+14007>, 0x610559e0c4fc <vm_exec_core+21308>, 0x610559e0c3db <vm_exec_core+21019>, 0x610559e0b868 <vm_exec_core+18088>, 0x610559e0b586 <vm_exec_core+17350>, 0x610559e0c4fa <vm_exec_core+21306>, 0x610559e0b99c <vm_exec_core+18396>...}
        reg_cfp = 0x7383b87ff480
        reg_pc = 0x51200025e878
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_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>
#18 0x0000610559e03d38 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2564
        _ec = 0x5160000003d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#19 0x0000610559e847e2 in invoke_iseq_block_from_c (ec=0x5160000003d0, captured=0x7383b87ff620, self=127009604426200, 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:1595
        flags = 0
        iseq = 0x7383babf6ce0
        cfp = <optimized out>
        sp = 0x7383b86ffa28
        use_argv = 0x7383b9067020
        stack_argv = 0x7383b86ffa28
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#20 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:1609
        captured = 0x7383b87ff620
#21 0x0000610559e31096 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:1646
No locals.
#22 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1654
No locals.
#23 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1344
No locals.
#24 0x0000610559e31096 in rb_yield (val=<optimized out>)
No locals.
#25 0x0000610559fdb5d6 in rb_ary_collect (ary=127009012645600) at /tmp/ruby/src/trunk_asan/array.c:3705
        collect = 127009012640840
        i = 4
#26 0x0000610559e67208 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:3788
        ci = 0x163100000001
        cc = <optimized out>
        me = 0x7383bade0100
        cfunc = 0x50400000a818
        recv = 127009012645600
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#27 0x0000610559e0c0bb in vm_sendish (ec=0x5160000003d0, reg_cfp=0x7383b87ff608, cd=0x51100000c410, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5955
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#28 vm_exec_core (ec=ec@entry=0x5160000003d0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x51100000c410
        insns_address_table = {0x610559e078c9 <vm_exec_core+1801>, 0x610559e0899a <vm_exec_core+6106>, 0x610559e0e5cf <vm_exec_core+29711>, 0x610559e084f2 <vm_exec_core+4914>, 0x610559e0f1ce <vm_exec_core+32782>, 0x610559e0cf92 <vm_exec_core+24018>, 0x610559e0a90d <vm_exec_core+14157>, 0x610559e07a49 <vm_exec_core+2185>, 0x610559e0ec37 <vm_exec_core+31351>, 0x610559e0e931 <vm_exec_core+30577>, 0x610559e0876a <vm_exec_core+5546>, 0x610559e07fe7 <vm_exec_core+3623>, 0x610559e0d5e7 <vm_exec_core+25639>, 0x610559e09721 <vm_exec_core+9569>, 0x610559e0ee75 <vm_exec_core+31925>, 0x610559e0eabf <vm_exec_core+30975>, 0x610559e09d81 <vm_exec_core+11201>, 0x610559e0a88b <vm_exec_core+14027>, 0x610559e0d1e0 <vm_exec_core+24608>, 0x610559e0ea20 <vm_exec_core+30816>, 0x610559e0c347 <vm_exec_core+20871>, 0x610559e0d27a <vm_exec_core+24762>, 0x610559e0d998 <vm_exec_core+26584>, 0x610559e0c273 <vm_exec_core+20659>, 0x610559e07f13 <vm_exec_core+3411>, 0x610559e0caac <vm_exec_core+22764>, 0x610559e07d89 <vm_exec_core+3017>, 0x610559e081f9 <vm_exec_core+4153>, 0x610559e0a0ce <vm_exec_core+12046>, 0x610559e0be14 <vm_exec_core+19540>, 0x610559e0c7f5 <vm_exec_core+22069>, 0x610559e0b9b0 <vm_exec_core+18416>, 0x610559e0790e <vm_exec_core+1870>, 0x610559e0df1a <vm_exec_core+27994>, 0x610559e0e846 <vm_exec_core+30342>, 0x610559e082d2 <vm_exec_core+4370>, 0x610559e08e66 <vm_exec_core+7334>, 0x610559e088ec <vm_exec_core+5932>, 0x610559e09826 <vm_exec_core+9830>, 0x610559e0a820 <vm_exec_core+13920>, 0x610559e08394 <vm_exec_core+4564>, 0x610559e0dd63 <vm_exec_core+27555>, 0x610559e08dd5 <vm_exec_core+7189>, 0x610559e0a6de <vm_exec_core+13598>, 0x610559e0b093 <vm_exec_core+16083>, 0x610559e0d693 <vm_exec_core+25811>, 0x610559e0c523 <vm_exec_core+21347>, 0x610559e0991a <vm_exec_core+10074>, 0x610559e091a3 <vm_exec_core+8163>, 0x610559e0d4c1 <vm_exec_core+25345>, 0x610559e0a31c <vm_exec_core+12636>, 0x610559e0cbb7 <vm_exec_core+23031>, 0x610559e0c5ab <vm_exec_core+21483>, 0x610559e0cc84 <vm_exec_core+23236>, 0x610559e0e4f1 <vm_exec_core+29489>, 0x610559e0b674 <vm_exec_core+17588>, 0x610559e0d762 <vm_exec_core+26018>, 0x610559e0754b <vm_exec_core+907>, 0x610559e0d325 <vm_exec_core+24933>, 0x610559e09bf2 <vm_exec_core+10802>, 0x610559e0beb8 <vm_exec_core+19704>, 0x610559e0c418 <vm_exec_core+21080>, 0x610559e07550 <vm_exec_core+912>, 0x610559e0bd23 <vm_exec_core+19299>, 0x610559e09fef <vm_exec_core+11823>, 0x610559e09360 <vm_exec_core+8608>, 0x610559e0cd18 <vm_exec_core+23384>, 0x610559e08450 <vm_exec_core+4752>, 0x610559e0abd4 <vm_exec_core+14868>, 0x610559e16439 <vm_exec_core+62073>, 0x610559e0c8d7 <vm_exec_core+22295>, 0x610559e08cb1 <vm_exec_core+6897>, 0x610559e0907f <vm_exec_core+7871>, 0x610559e08f5d <vm_exec_core+7581>, 0x610559e095b6 <vm_exec_core+9206>, 0x610559e09e3e <vm_exec_core+11390>, 0x610559e08bd2 <vm_exec_core+6674>, 0x610559e0f463 <vm_exec_core+33443>, 0x610559e0c98e <vm_exec_core+22478>, 0x610559e0b49c <vm_exec_core+17116>, 0x610559e0de11 <vm_exec_core+27729>, 0x610559e0f581 <vm_exec_core+33729>, 0x610559e0e177 <vm_exec_core+28599>, 0x610559e0efce <vm_exec_core+32270>, 0x610559e0f0a6 <vm_exec_core+32486>, 0x610559e07e2c <vm_exec_core+3180>, 0x610559e0eb54 <vm_exec_core+31124>, 0x610559e0a1df <vm_exec_core+12319>, 0x610559e0ed8f <vm_exec_core+31695>, 0x610559e09c9e <vm_exec_core+10974>, 0x610559e0e075 <vm_exec_core+28341>, 0x610559e07c53 <vm_exec_core+2707>, 0x610559e09a34 <vm_exec_core+10356>, 0x610559e0addc <vm_exec_core+15388>, 0x610559e0a775 <vm_exec_core+13749>, 0x610559e0a544 <vm_exec_core+13188>, 0x610559e07647 <vm_exec_core+1159>, 0x610559e07b6a <vm_exec_core+2474>, 0x610559e076d9 <vm_exec_core+1305>, 0x610559e0e390 <vm_exec_core+29136>, 0x610559e0bbc0 <vm_exec_core+18944>, 0x610559e0b164 <vm_exec_core+16292>, 0x610559e0b881 <vm_exec_core+18113>, 0x610559e0b59a <vm_exec_core+17370>, 0x610559e0a5e5 <vm_exec_core+13349>, 0x610559e0af88 <vm_exec_core+15816>, 0x610559e0aaaa <vm_exec_core+14570>, 0x610559e0b293 <vm_exec_core+16595>, 0x610559e0b315 <vm_exec_core+16725>, 0x610559e078ba <vm_exec_core+1786>, 0x610559e0898b <vm_exec_core+6091>, 0x610559e0e5c0 <vm_exec_core+29696>, 0x610559e084e3 <vm_exec_core+4899>, 0x610559e0f1bf <vm_exec_core+32767>, 0x610559e0cf83 <vm_exec_core+24003>, 0x610559e0a8fe <vm_exec_core+14142>, 0x610559e07a3a <vm_exec_core+2170>, 0x610559e0ec28 <vm_exec_core+31336>, 0x610559e0e922 <vm_exec_core+30562>, 0x610559e0875b <vm_exec_core+5531>, 0x610559e07fd8 <vm_exec_core+3608>, 0x610559e0d5d8 <vm_exec_core+25624>, 0x610559e09712 <vm_exec_core+9554>, 0x610559e0ee66 <vm_exec_core+31910>, 0x610559e0eab0 <vm_exec_core+30960>, 0x610559e09d72 <vm_exec_core+11186>, 0x610559e0a87c <vm_exec_core+14012>, 0x610559e0d1d1 <vm_exec_core+24593>, 0x610559e0ea11 <vm_exec_core+30801>, 0x610559e0c338 <vm_exec_core+20856>, 0x610559e0d26b <vm_exec_core+24747>, 0x610559e0d989 <vm_exec_core+26569>, 0x610559e0c264 <vm_exec_core+20644>, 0x610559e07f04 <vm_exec_core+3396>, 0x610559e0ca9d <vm_exec_core+22749>, 0x610559e07d7a <vm_exec_core+3002>, 0x610559e081ea <vm_exec_core+4138>, 0x610559e0a0bf <vm_exec_core+12031>, 0x610559e0be05 <vm_exec_core+19525>, 0x610559e0c7e6 <vm_exec_core+22054>, 0x610559e0b9a1 <vm_exec_core+18401>, 0x610559e078ff <vm_exec_core+1855>, 0x610559e0df0b <vm_exec_core+27979>, 0x610559e0e837 <vm_exec_core+30327>, 0x610559e082c3 <vm_exec_core+4355>, 0x610559e08e57 <vm_exec_core+7319>, 0x610559e088dd <vm_exec_core+5917>, 0x610559e09817 <vm_exec_core+9815>, 0x610559e0a811 <vm_exec_core+13905>, 0x610559e08385 <vm_exec_core+4549>, 0x610559e0dd54 <vm_exec_core+27540>, 0x610559e08dc6 <vm_exec_core+7174>, 0x610559e0a6cf <vm_exec_core+13583>, 0x610559e0b084 <vm_exec_core+16068>, 0x610559e0d684 <vm_exec_core+25796>, 0x610559e0c514 <vm_exec_core+21332>, 0x610559e0990b <vm_exec_core+10059>, 0x610559e09194 <vm_exec_core+8148>, 0x610559e0d4b2 <vm_exec_core+25330>, 0x610559e0a30d <vm_exec_core+12621>, 0x610559e0cba8 <vm_exec_core+23016>, 0x610559e0c59c <vm_exec_core+21468>, 0x610559e0cc75 <vm_exec_core+23221>, 0x610559e0e4e2 <vm_exec_core+29474>, 0x610559e0b665 <vm_exec_core+17573>, 0x610559e0d753 <vm_exec_core+26003>, 0x610559e0c500 <vm_exec_core+21312>, 0x610559e0d316 <vm_exec_core+24918>, 0x610559e09be3 <vm_exec_core+10787>, 0x610559e0bea9 <vm_exec_core+19689>, 0x610559e0c409 <vm_exec_core+21065>, 0x610559e0adc8 <vm_exec_core+15368>, 0x610559e0bd14 <vm_exec_core+19284>, 0x610559e09fe0 <vm_exec_core+11808>, 0x610559e09351 <vm_exec_core+8593>, 0x610559e0cd09 <vm_exec_core+23369>, 0x610559e08441 <vm_exec_core+4737>, 0x610559e0abc5 <vm_exec_core+14853>, 0x610559e1642a <vm_exec_core+62058>, 0x610559e0c8c8 <vm_exec_core+22280>, 0x610559e08ca2 <vm_exec_core+6882>, 0x610559e09070 <vm_exec_core+7856>, 0x610559e08f4e <vm_exec_core+7566>, 0x610559e095a7 <vm_exec_core+9191>, 0x610559e09e2f <vm_exec_core+11375>, 0x610559e0bd0f <vm_exec_core+19279>, 0x610559e0b492 <vm_exec_core+17106>, 0x610559e0bd0a <vm_exec_core+19274>, 0x610559e0c500 <vm_exec_core+21312>, 0x610559e0c4fe <vm_exec_core+21310>, 0x610559e095a2 <vm_exec_core+9186>, 0x610559e0ca61 <vm_exec_core+22689>, 0x610559e0a872 <vm_exec_core+14002>, 0x610559e0a877 <vm_exec_core+14007>, 0x610559e0c4fc <vm_exec_core+21308>, 0x610559e0c3db <vm_exec_core+21019>, 0x610559e0b868 <vm_exec_core+18088>, 0x610559e0b586 <vm_exec_core+17350>, 0x610559e0c4fa <vm_exec_core+21306>, 0x610559e0b99c <vm_exec_core+18396>...}
        reg_cfp = 0x7383b87ff608
        reg_pc = 0x5190000161d8
        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>
th: 0x515000000300, native_id: 0x7383bb5d0c40
-- Control frame information -----------------------------------------------
        INSN_LABEL_sendforward = <optimized out>
c:0017 p:---- s:0110 e:000109 CFUNC  :`
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
c:0016 p:0023 s:0105 e:000104 BLOCK  /tmp/ruby/src/trunk_asan/test/ruby/test_thread.rb:156
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
c:0015 p:0024 s:0102 e:000101 METHOD <internal:numeric>:238
c:0014 p:0045 s:0097 e:000096 METHOD /tmp/ruby/src/trunk_asan/test/ruby/test_thread.rb:155
c:0013 p:0039 s:0091 e:000090 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:202
        INSN_LABEL_opt_newarray_send = <optimized out>
c:0012 p:0052 s:0085 e:000084 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/testcase.rb:170
c:0011 p:0085 s:0076 e:000075 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1671 [FINISH]
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
c:0010 p:---- s:0069 e:000068 CFUNC  :map
c:0009 p:0107 s:0065 e:000064 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1658
c:0008 p:0035 s:0053 e:000052 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1362
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
c:0007 p:0069 s:0046 E:000630 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:52
c:0006 p:0007 s:0030 e:000029 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:24 [FINISH]
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
c:0005 p:---- s:0026 e:000025 CFUNC  :map
c:0004 p:0005 s:0022 e:000021 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:23
        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>
c:0003 p:0210 s:0016 e:000015 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:122
c:0002 p:0051 s:0006 e:000005 EVAL   /tmp/ruby/src/trunk_asan/tool/lib/test/unit/parallel.rb:220 [FINISH]
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
c:0001 p:0000 s:0003 E:001650 DUMMY  [FINISH]

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

th: 0x515000369000, native_id: 0x738398a006c0
        INSN_LABEL_trace_opt_or = <optimized out>
-- Control frame information -----------------------------------------------
c:0003 p:---- s:0012 e:000011 CFUNC  :readpartial
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
c:0002 p:0036 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_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>
#29 0x0000610559e03ecf in vm_exec_loop (ec=0x5160000003d0, state=<optimized out>, result=<optimized out>, tag=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2591
No locals.

#30 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2567
        _ec = 0x5160000003d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#31 0x0000610559e847e2 in invoke_iseq_block_from_c (ec=0x5160000003d0, captured=0x7383b87ff738, self=127009604426200, 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:1595
        flags = 0
        iseq = 0x7383bad25878
        cfp = <optimized out>
        sp = 0x7383b86ff8d0
        use_argv = 0x7383b9059220
        stack_argv = 0x7383b86ff8d0
        opt_pc = 0
        type = <optimized out>
        av = <optimized out>
        bound = <optimized out>
#32 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:1609
        captured = 0x7383b87ff738
#33 0x0000610559e31096 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:1646
No locals.
#34 vm_yield (ec=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:1654
No locals.
#35 rb_yield_0 (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_eval.c:1344
No locals.
#36 0x0000610559e31096 in rb_yield (val=<optimized out>)
No locals.
#37 0x0000610559fdb5d6 in rb_ary_collect (ary=127009011144920) at /tmp/ruby/src/trunk_asan/array.c:3705
        collect = 127009011144800
        i = 0
#38 0x0000610559e67208 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:3788
        ci = 0x163100000001
        cc = <optimized out>
        me = 0x7383bade0100
        cfunc = 0x50400000a818
        recv = 127009011144920
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#39 0x0000610559e0c0bb in vm_sendish (ec=0x5160000003d0, reg_cfp=0x7383b87ff720, cd=0x502000012f50, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5955
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
        calling = <optimized out>
#40 vm_exec_core (ec=ec@entry=0x5160000003d0) at ../../src/trunk_asan/insns.def:851
        bh = <optimized out>
        blockiseq = <optimized out>
        leaf = false
        val = <optimized out>
        cd = 0x502000012f50
        insns_address_table = {0x610559e078c9 <vm_exec_core+1801>, 0x610559e0899a <vm_exec_core+6106>, 0x610559e0e5cf <vm_exec_core+29711>, 0x610559e084f2 <vm_exec_core+4914>, 0x610559e0f1ce <vm_exec_core+32782>, 0x610559e0cf92 <vm_exec_core+24018>, 0x610559e0a90d <vm_exec_core+14157>, 0x610559e07a49 <vm_exec_core+2185>, 0x610559e0ec37 <vm_exec_core+31351>, 0x610559e0e931 <vm_exec_core+30577>, 0x610559e0876a <vm_exec_core+5546>, 0x610559e07fe7 <vm_exec_core+3623>, 0x610559e0d5e7 <vm_exec_core+25639>, 0x610559e09721 <vm_exec_core+9569>, 0x610559e0ee75 <vm_exec_core+31925>, 0x610559e0eabf <vm_exec_core+30975>, 0x610559e09d81 <vm_exec_core+11201>, 0x610559e0a88b <vm_exec_core+14027>, 0x610559e0d1e0 <vm_exec_core+24608>, 0x610559e0ea20 <vm_exec_core+30816>, 0x610559e0c347 <vm_exec_core+20871>, 0x610559e0d27a <vm_exec_core+24762>, 0x610559e0d998 <vm_exec_core+26584>, 0x610559e0c273 <vm_exec_core+20659>, 0x610559e07f13 <vm_exec_core+3411>, 0x610559e0caac <vm_exec_core+22764>, 0x610559e07d89 <vm_exec_core+3017>, 0x610559e081f9 <vm_exec_core+4153>, 0x610559e0a0ce <vm_exec_core+12046>, 0x610559e0be14 <vm_exec_core+19540>, 0x610559e0c7f5 <vm_exec_core+22069>, 0x610559e0b9b0 <vm_exec_core+18416>, 0x610559e0790e <vm_exec_core+1870>, 0x610559e0df1a <vm_exec_core+27994>, 0x610559e0e846 <vm_exec_core+30342>, 0x610559e082d2 <vm_exec_core+4370>, 0x610559e08e66 <vm_exec_core+7334>, 0x610559e088ec <vm_exec_core+5932>, 0x610559e09826 <vm_exec_core+9830>, 0x610559e0a820 <vm_exec_core+13920>, 0x610559e08394 <vm_exec_core+4564>, 0x610559e0dd63 <vm_exec_core+27555>, 0x610559e08dd5 <vm_exec_core+7189>, 0x610559e0a6de <vm_exec_core+13598>, 0x610559e0b093 <vm_exec_core+16083>, 0x610559e0d693 <vm_exec_core+25811>, 0x610559e0c523 <vm_exec_core+21347>, 0x610559e0991a <vm_exec_core+10074>, 0x610559e091a3 <vm_exec_core+8163>, 0x610559e0d4c1 <vm_exec_core+25345>, 0x610559e0a31c <vm_exec_core+12636>, 0x610559e0cbb7 <vm_exec_core+23031>, 0x610559e0c5ab <vm_exec_core+21483>, 0x610559e0cc84 <vm_exec_core+23236>, 0x610559e0e4f1 <vm_exec_core+29489>, 0x610559e0b674 <vm_exec_core+17588>, 0x610559e0d762 <vm_exec_core+26018>, 0x610559e0754b <vm_exec_core+907>, 0x610559e0d325 <vm_exec_core+24933>, 0x610559e09bf2 <vm_exec_core+10802>, 0x610559e0beb8 <vm_exec_core+19704>, 0x610559e0c418 <vm_exec_core+21080>, 0x610559e07550 <vm_exec_core+912>, 0x610559e0bd23 <vm_exec_core+19299>, 0x610559e09fef <vm_exec_core+11823>, 0x610559e09360 <vm_exec_core+8608>, 0x610559e0cd18 <vm_exec_core+23384>, 0x610559e08450 <vm_exec_core+4752>, 0x610559e0abd4 <vm_exec_core+14868>, 0x610559e16439 <vm_exec_core+62073>, 0x610559e0c8d7 <vm_exec_core+22295>, 0x610559e08cb1 <vm_exec_core+6897>, 0x610559e0907f <vm_exec_core+7871>, 0x610559e08f5d <vm_exec_core+7581>, 0x610559e095b6 <vm_exec_core+9206>, 0x610559e09e3e <vm_exec_core+11390>, 0x610559e08bd2 <vm_exec_core+6674>, 0x610559e0f463 <vm_exec_core+33443>, 0x610559e0c98e <vm_exec_core+22478>, 0x610559e0b49c <vm_exec_core+17116>, 0x610559e0de11 <vm_exec_core+27729>, 0x610559e0f581 <vm_exec_core+33729>, 0x610559e0e177 <vm_exec_core+28599>, 0x610559e0efce <vm_exec_core+32270>, 0x610559e0f0a6 <vm_exec_core+32486>, 0x610559e07e2c <vm_exec_core+3180>, 0x610559e0eb54 <vm_exec_core+31124>, 0x610559e0a1df <vm_exec_core+12319>, 0x610559e0ed8f <vm_exec_core+31695>, 0x610559e09c9e <vm_exec_core+10974>, 0x610559e0e075 <vm_exec_core+28341>, 0x610559e07c53 <vm_exec_core+2707>, 0x610559e09a34 <vm_exec_core+10356>, 0x610559e0addc <vm_exec_core+15388>, 0x610559e0a775 <vm_exec_core+13749>, 0x610559e0a544 <vm_exec_core+13188>, 0x610559e07647 <vm_exec_core+1159>, 0x610559e07b6a <vm_exec_core+2474>, 0x610559e076d9 <vm_exec_core+1305>, 0x610559e0e390 <vm_exec_core+29136>, 0x610559e0bbc0 <vm_exec_core+18944>, 0x610559e0b164 <vm_exec_core+16292>, 0x610559e0b881 <vm_exec_core+18113>, 0x610559e0b59a <vm_exec_core+17370>, 0x610559e0a5e5 <vm_exec_core+13349>, 0x610559e0af88 <vm_exec_core+15816>, 0x610559e0aaaa <vm_exec_core+14570>, 0x610559e0b293 <vm_exec_core+16595>, 0x610559e0b315 <vm_exec_core+16725>, 0x610559e078ba <vm_exec_core+1786>, 0x610559e0898b <vm_exec_core+6091>, 0x610559e0e5c0 <vm_exec_core+29696>, 0x610559e084e3 <vm_exec_core+4899>, 0x610559e0f1bf <vm_exec_core+32767>, 0x610559e0cf83 <vm_exec_core+24003>, 0x610559e0a8fe <vm_exec_core+14142>, 0x610559e07a3a <vm_exec_core+2170>, 0x610559e0ec28 <vm_exec_core+31336>, 0x610559e0e922 <vm_exec_core+30562>, 0x610559e0875b <vm_exec_core+5531>, 0x610559e07fd8 <vm_exec_core+3608>, 0x610559e0d5d8 <vm_exec_core+25624>, 0x610559e09712 <vm_exec_core+9554>, 0x610559e0ee66 <vm_exec_core+31910>, 0x610559e0eab0 <vm_exec_core+30960>, 0x610559e09d72 <vm_exec_core+11186>, 0x610559e0a87c <vm_exec_core+14012>, 0x610559e0d1d1 <vm_exec_core+24593>, 0x610559e0ea11 <vm_exec_core+30801>, 0x610559e0c338 <vm_exec_core+20856>, 0x610559e0d26b <vm_exec_core+24747>, 0x610559e0d989 <vm_exec_core+26569>, 0x610559e0c264 <vm_exec_core+20644>, 0x610559e07f04 <vm_exec_core+3396>, 0x610559e0ca9d <vm_exec_core+22749>, 0x610559e07d7a <vm_exec_core+3002>, 0x610559e081ea <vm_exec_core+4138>, 0x610559e0a0bf <vm_exec_core+12031>, 0x610559e0be05 <vm_exec_core+19525>, 0x610559e0c7e6 <vm_exec_core+22054>, 0x610559e0b9a1 <vm_exec_core+18401>, 0x610559e078ff <vm_exec_core+1855>, 0x610559e0df0b <vm_exec_core+27979>, 0x610559e0e837 <vm_exec_core+30327>, 0x610559e082c3 <vm_exec_core+4355>, 0x610559e08e57 <vm_exec_core+7319>, 0x610559e088dd <vm_exec_core+5917>, 0x610559e09817 <vm_exec_core+9815>, 0x610559e0a811 <vm_exec_core+13905>, 0x610559e08385 <vm_exec_core+4549>, 0x610559e0dd54 <vm_exec_core+27540>, 0x610559e08dc6 <vm_exec_core+7174>, 0x610559e0a6cf <vm_exec_core+13583>, 0x610559e0b084 <vm_exec_core+16068>, 0x610559e0d684 <vm_exec_core+25796>, 0x610559e0c514 <vm_exec_core+21332>, 0x610559e0990b <vm_exec_core+10059>, 0x610559e09194 <vm_exec_core+8148>, 0x610559e0d4b2 <vm_exec_core+25330>, 0x610559e0a30d <vm_exec_core+12621>, 0x610559e0cba8 <vm_exec_core+23016>, 0x610559e0c59c <vm_exec_core+21468>, 0x610559e0cc75 <vm_exec_core+23221>, 0x610559e0e4e2 <vm_exec_core+29474>, 0x610559e0b665 <vm_exec_core+17573>, 0x610559e0d753 <vm_exec_core+26003>, 0x610559e0c500 <vm_exec_core+21312>, 0x610559e0d316 <vm_exec_core+24918>, 0x610559e09be3 <vm_exec_core+10787>, 0x610559e0bea9 <vm_exec_core+19689>, 0x610559e0c409 <vm_exec_core+21065>, 0x610559e0adc8 <vm_exec_core+15368>, 0x610559e0bd14 <vm_exec_core+19284>, 0x610559e09fe0 <vm_exec_core+11808>, 0x610559e09351 <vm_exec_core+8593>, 0x610559e0cd09 <vm_exec_core+23369>, 0x610559e08441 <vm_exec_core+4737>, 0x610559e0abc5 <vm_exec_core+14853>, 0x610559e1642a <vm_exec_core+62058>, 0x610559e0c8c8 <vm_exec_core+22280>, 0x610559e08ca2 <vm_exec_core+6882>, 0x610559e09070 <vm_exec_core+7856>, 0x610559e08f4e <vm_exec_core+7566>, 0x610559e095a7 <vm_exec_core+9191>, 0x610559e09e2f <vm_exec_core+11375>, 0x610559e0bd0f <vm_exec_core+19279>, 0x610559e0b492 <vm_exec_core+17106>, 0x610559e0bd0a <vm_exec_core+19274>, 0x610559e0c500 <vm_exec_core+21312>, 0x610559e0c4fe <vm_exec_core+21310>, 0x610559e095a2 <vm_exec_core+9186>, 0x610559e0ca61 <vm_exec_core+22689>, 0x610559e0a872 <vm_exec_core+14002>, 0x610559e0a877 <vm_exec_core+14007>, 0x610559e0c4fc <vm_exec_core+21308>, 0x610559e0c3db <vm_exec_core+21019>, 0x610559e0b868 <vm_exec_core+18088>, 0x610559e0b586 <vm_exec_core+17350>, 0x610559e0c4fa <vm_exec_core+21306>, 0x610559e0b99c <vm_exec_core+18396>...}
        reg_cfp = 0x7383b87ff720
        reg_pc = 0x50400002f978
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_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 0x0000610559e040f1 in vm_exec_loop (ec=0x5160000003d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2591
No locals.
#42 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2570
        _ec = 0x5160000003d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#43 0x0000610559a8c31b in rb_ec_exec_node (ec=0x5160000003d0, n=0x7383bad25a08) at /tmp/ruby/src/trunk_asan/eval.c:281
        _ec = 0x5160000003d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7fff07459fd0, <optimized out>, 0x7fff07459f20, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7383bad25a08
#44 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:319
        ec = 0x5160000003d0
        status = <optimized out>
#45 0x0000610559a85887 in rb_main (argc=10, argv=0x7fff0745a1a8) at /tmp/ruby/src/trunk_asan/main.c:43
        variable_in_this_stack_frame = <optimized out>
#46 main (argc=10, argv=0x7fff0745a1a8) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

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

>>> Threads

  Id   Target Id                                  Frame 
* 1    Thread 0x7b3bd1c7ac40 (LWP 1491802) "ruby" 0x00007b3bd1b26cd7 in __GI___select (nfds=27, readfds=0x50c00570cdc0, writefds=0x0, exceptfds=0x0, timeout=0x7ffc1563ddc0) at ../sysdeps/unix/sysv/linux/select.c:69
  2    Thread 0x7b3bb58006c0 (LWP 1491804) "ruby" 0x00007b3bd1b1b4cd in __GI___poll (fds=0x7b3bb4509040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 2 (Thread 0x7b3bb58006c0 (LWP 1491804) "ruby"):
#0  0x00007b3bd1b1b4cd in __GI___poll (fds=0x7b3bb4509040, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x000061d8f59f142a in __interceptor_poll ()
No symbol table info available.
#2  0x000061d8f5d9df0f in timer_thread_polling (vm=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread_mn.c:1050
        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:3066
        vm = <optimized out>
#4  0x000061d8f5a4a7df in asan_thread_start(void*) ()
No symbol table info available.
#5  0x00007b3bd1a9ca94 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 = {135496378353344, -7846667030824039942, 135496378353344, -352, 25, 140720667358016, -7846667030811457030, -7846466523743073798}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#6  0x00007b3bd1b29c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7b3bd1c7ac40 (LWP 1491802) "ruby"):
#0  0x00007b3bd1b26cd7 in __GI___select (nfds=27, readfds=0x50c00570cdc0, writefds=0x0, exceptfds=0x0, timeout=0x7ffc1563ddc0) at ../sysdeps/unix/sysv/linux/select.c:69
        sc_ret = -514
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        s = <optimized out>
        us = <optimized out>
        ns = <optimized out>
        ts64 = {tv_sec = 1199, tv_nsec = 536317819}
        pts64 = 0x7ffc1563dc60
        r = <optimized out>
#1  0x000061d8f5d881a5 in native_fd_select (n=27, readfds=0x50c00570cdc0, writefds=0x0, exceptfds=0x7b3bd1b26cd7 <__GI___select+327>, timeout=0x7ffc1563dc60, th=<optimized out>) at /tmp/ruby/src/trunk_asan/thread_pthread.c:2440
No locals.
#2  do_select (p=135496817491488) at /tmp/ruby/src/trunk_asan/thread.c:4267
        tv = <optimized out>
        __region = <optimized out>
        end = <optimized out>
        rel = <optimized out>
        to = 0x7ffc1563dd70
        lerrno = 0
        set = <optimized out>
        result = <optimized out>
        endtime = <optimized out>
#3  0x000061d8f5a95020 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:1053
        _ec = 0x5160000003d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffc1563df30, <optimized out>, 0x7ffc1563de40, <optimized out>, <optimized out>}, prev = 0x7b3bcfacbd80, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160000003d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#4  0x000061d8f5d8777e 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:4327
        set = {max = 27, th = 0x515000000300, rset = 0x7b3bcfacbc40, 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 = 0x7b3bcfacbca0}
#5  0x000061d8f5b4f75d in select_internal (read=135496804580640, write=4, except=4, tp=0x7b3bcfacbca0, fds=0x7b3bcfacbc40) at /tmp/ruby/src/trunk_asan/io.c:10636
        timerec = <optimized out>
        max = 27
        pending = <optimized out>
        rp = 0x7b3bcfacbc40
        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=135496817490976) at /tmp/ruby/src/trunk_asan/io.c:10706
        p = 0x7b3bcfacbc20
#7  0x000061d8f5a95020 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:1053
        _ec = 0x5160000003d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffc1563e230, <optimized out>, 0x7ffc1563e140, <optimized out>, <optimized out>}, prev = 0x7b3bcfa77e40, state = RUBY_TAG_NONE, lock_rec = 0}
        result = 4
        ec = 0x5160000003d0
        state = RUBY_TAG_NONE
        errinfo = <optimized out>
#8  0x000061d8f5b2b9d7 in rb_f_select (argc=<optimized out>, argv=<optimized out>, obj=<optimized out>) at /tmp/ruby/src/trunk_asan/io.c:11062
        args = <optimized out>
        timerec = <optimized out>
        scheduler = <optimized out>
        timeout = <optimized out>
        i = 4
#9  0x000061d8f5e6c208 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:3788
        ci = 0x15e100100009
        cc = <optimized out>
        me = 0x7b3bd135a650
        cfunc = 0x504000010858
        recv = 135496843196960
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#10 0x000061d8f5e19b1d in vm_sendish (ec=0x5160000003d0, reg_cfp=0x7b3bcefff3a0, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5955
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#11 vm_exec_core (ec=ec@entry=0x5160000003d0) at ../../src/trunk_asan/insns.def:898
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
        insns_address_table = {0x61d8f5e0c8c9 <vm_exec_core+1801>, 0x61d8f5e0d99a <vm_exec_core+6106>, 0x61d8f5e135cf <vm_exec_core+29711>, 0x61d8f5e0d4f2 <vm_exec_core+4914>, 0x61d8f5e141ce <vm_exec_core+32782>, 0x61d8f5e11f92 <vm_exec_core+24018>, 0x61d8f5e0f90d <vm_exec_core+14157>, 0x61d8f5e0ca49 <vm_exec_core+2185>, 0x61d8f5e13c37 <vm_exec_core+31351>, 0x61d8f5e13931 <vm_exec_core+30577>, 0x61d8f5e0d76a <vm_exec_core+5546>, 0x61d8f5e0cfe7 <vm_exec_core+3623>, 0x61d8f5e125e7 <vm_exec_core+25639>, 0x61d8f5e0e721 <vm_exec_core+9569>, 0x61d8f5e13e75 <vm_exec_core+31925>, 0x61d8f5e13abf <vm_exec_core+30975>, 0x61d8f5e0ed81 <vm_exec_core+11201>, 0x61d8f5e0f88b <vm_exec_core+14027>, 0x61d8f5e121e0 <vm_exec_core+24608>, 0x61d8f5e13a20 <vm_exec_core+30816>, 0x61d8f5e11347 <vm_exec_core+20871>, 0x61d8f5e1227a <vm_exec_core+24762>, 0x61d8f5e12998 <vm_exec_core+26584>, 0x61d8f5e11273 <vm_exec_core+20659>, 0x61d8f5e0cf13 <vm_exec_core+3411>, 0x61d8f5e11aac <vm_exec_core+22764>, 0x61d8f5e0cd89 <vm_exec_core+3017>, 0x61d8f5e0d1f9 <vm_exec_core+4153>, 0x61d8f5e0f0ce <vm_exec_core+12046>, 0x61d8f5e10e14 <vm_exec_core+19540>, 0x61d8f5e117f5 <vm_exec_core+22069>, 0x61d8f5e109b0 <vm_exec_core+18416>, 0x61d8f5e0c90e <vm_exec_core+1870>, 0x61d8f5e12f1a <vm_exec_core+27994>, 0x61d8f5e13846 <vm_exec_core+30342>, 0x61d8f5e0d2d2 <vm_exec_core+4370>, 0x61d8f5e0de66 <vm_exec_core+7334>, 0x61d8f5e0d8ec <vm_exec_core+5932>, 0x61d8f5e0e826 <vm_exec_core+9830>, 0x61d8f5e0f820 <vm_exec_core+13920>, 0x61d8f5e0d394 <vm_exec_core+4564>, 0x61d8f5e12d63 <vm_exec_core+27555>, 0x61d8f5e0ddd5 <vm_exec_core+7189>, 0x61d8f5e0f6de <vm_exec_core+13598>, 0x61d8f5e10093 <vm_exec_core+16083>, 0x61d8f5e12693 <vm_exec_core+25811>, 0x61d8f5e11523 <vm_exec_core+21347>, 0x61d8f5e0e91a <vm_exec_core+10074>, 0x61d8f5e0e1a3 <vm_exec_core+8163>, 0x61d8f5e124c1 <vm_exec_core+25345>, 0x61d8f5e0f31c <vm_exec_core+12636>, 0x61d8f5e11bb7 <vm_exec_core+23031>, 0x61d8f5e115ab <vm_exec_core+21483>, 0x61d8f5e11c84 <vm_exec_core+23236>, 0x61d8f5e134f1 <vm_exec_core+29489>, 0x61d8f5e10674 <vm_exec_core+17588>, 0x61d8f5e12762 <vm_exec_core+26018>, 0x61d8f5e0c54b <vm_exec_core+907>, 0x61d8f5e12325 <vm_exec_core+24933>, 0x61d8f5e0ebf2 <vm_exec_core+10802>, 0x61d8f5e10eb8 <vm_exec_core+19704>, 0x61d8f5e11418 <vm_exec_core+21080>, 0x61d8f5e0c550 <vm_exec_core+912>, 0x61d8f5e10d23 <vm_exec_core+19299>, 0x61d8f5e0efef <vm_exec_core+11823>, 0x61d8f5e0e360 <vm_exec_core+8608>, 0x61d8f5e11d18 <vm_exec_core+23384>, 0x61d8f5e0d450 <vm_exec_core+4752>, 0x61d8f5e0fbd4 <vm_exec_core+14868>, 0x61d8f5e1b439 <vm_exec_core+62073>, 0x61d8f5e118d7 <vm_exec_core+22295>, 0x61d8f5e0dcb1 <vm_exec_core+6897>, 0x61d8f5e0e07f <vm_exec_core+7871>, 0x61d8f5e0df5d <vm_exec_core+7581>, 0x61d8f5e0e5b6 <vm_exec_core+9206>, 0x61d8f5e0ee3e <vm_exec_core+11390>, 0x61d8f5e0dbd2 <vm_exec_core+6674>, 0x61d8f5e14463 <vm_exec_core+33443>, 0x61d8f5e1198e <vm_exec_core+22478>, 0x61d8f5e1049c <vm_exec_core+17116>, 0x61d8f5e12e11 <vm_exec_core+27729>, 0x61d8f5e14581 <vm_exec_core+33729>, 0x61d8f5e13177 <vm_exec_core+28599>, 0x61d8f5e13fce <vm_exec_core+32270>, 0x61d8f5e140a6 <vm_exec_core+32486>, 0x61d8f5e0ce2c <vm_exec_core+3180>, 0x61d8f5e13b54 <vm_exec_core+31124>, 0x61d8f5e0f1df <vm_exec_core+12319>, 0x61d8f5e13d8f <vm_exec_core+31695>, 0x61d8f5e0ec9e <vm_exec_core+10974>, 0x61d8f5e13075 <vm_exec_core+28341>, 0x61d8f5e0cc53 <vm_exec_core+2707>, 0x61d8f5e0ea34 <vm_exec_core+10356>, 0x61d8f5e0fddc <vm_exec_core+15388>, 0x61d8f5e0f775 <vm_exec_core+13749>, 0x61d8f5e0f544 <vm_exec_core+13188>, 0x61d8f5e0c647 <vm_exec_core+1159>, 0x61d8f5e0cb6a <vm_exec_core+2474>, 0x61d8f5e0c6d9 <vm_exec_core+1305>, 0x61d8f5e13390 <vm_exec_core+29136>, 0x61d8f5e10bc0 <vm_exec_core+18944>, 0x61d8f5e10164 <vm_exec_core+16292>, 0x61d8f5e10881 <vm_exec_core+18113>, 0x61d8f5e1059a <vm_exec_core+17370>, 0x61d8f5e0f5e5 <vm_exec_core+13349>, 0x61d8f5e0ff88 <vm_exec_core+15816>, 0x61d8f5e0faaa <vm_exec_core+14570>, 0x61d8f5e10293 <vm_exec_core+16595>, 0x61d8f5e10315 <vm_exec_core+16725>, 0x61d8f5e0c8ba <vm_exec_core+1786>, 0x61d8f5e0d98b <vm_exec_core+6091>, 0x61d8f5e135c0 <vm_exec_core+29696>, 0x61d8f5e0d4e3 <vm_exec_core+4899>, 0x61d8f5e141bf <vm_exec_core+32767>, 0x61d8f5e11f83 <vm_exec_core+24003>, 0x61d8f5e0f8fe <vm_exec_core+14142>, 0x61d8f5e0ca3a <vm_exec_core+2170>, 0x61d8f5e13c28 <vm_exec_core+31336>, 0x61d8f5e13922 <vm_exec_core+30562>, 0x61d8f5e0d75b <vm_exec_core+5531>, 0x61d8f5e0cfd8 <vm_exec_core+3608>, 0x61d8f5e125d8 <vm_exec_core+25624>, 0x61d8f5e0e712 <vm_exec_core+9554>, 0x61d8f5e13e66 <vm_exec_core+31910>, 0x61d8f5e13ab0 <vm_exec_core+30960>, 0x61d8f5e0ed72 <vm_exec_core+11186>, 0x61d8f5e0f87c <vm_exec_core+14012>, 0x61d8f5e121d1 <vm_exec_core+24593>, 0x61d8f5e13a11 <vm_exec_core+30801>, 0x61d8f5e11338 <vm_exec_core+20856>, 0x61d8f5e1226b <vm_exec_core+24747>, 0x61d8f5e12989 <vm_exec_core+26569>, 0x61d8f5e11264 <vm_exec_core+20644>, 0x61d8f5e0cf04 <vm_exec_core+3396>, 0x61d8f5e11a9d <vm_exec_core+22749>, 0x61d8f5e0cd7a <vm_exec_core+3002>, 0x61d8f5e0d1ea <vm_exec_core+4138>, 0x61d8f5e0f0bf <vm_exec_core+12031>, 0x61d8f5e10e05 <vm_exec_core+19525>, 0x61d8f5e117e6 <vm_exec_core+22054>, 0x61d8f5e109a1 <vm_exec_core+18401>, 0x61d8f5e0c8ff <vm_exec_core+1855>, 0x61d8f5e12f0b <vm_exec_core+27979>, 0x61d8f5e13837 <vm_exec_core+30327>, 0x61d8f5e0d2c3 <vm_exec_core+4355>, 0x61d8f5e0de57 <vm_exec_core+7319>, 0x61d8f5e0d8dd <vm_exec_core+5917>, 0x61d8f5e0e817 <vm_exec_core+9815>, 0x61d8f5e0f811 <vm_exec_core+13905>, 0x61d8f5e0d385 <vm_exec_core+4549>, 0x61d8f5e12d54 <vm_exec_core+27540>, 0x61d8f5e0ddc6 <vm_exec_core+7174>, 0x61d8f5e0f6cf <vm_exec_core+13583>, 0x61d8f5e10084 <vm_exec_core+16068>, 0x61d8f5e12684 <vm_exec_core+25796>, 0x61d8f5e11514 <vm_exec_core+21332>, 0x61d8f5e0e90b <vm_exec_core+10059>, 0x61d8f5e0e194 <vm_exec_core+8148>, 0x61d8f5e124b2 <vm_exec_core+25330>, 0x61d8f5e0f30d <vm_exec_core+12621>, 0x61d8f5e11ba8 <vm_exec_core+23016>, 0x61d8f5e1159c <vm_exec_core+21468>, 0x61d8f5e11c75 <vm_exec_core+23221>, 0x61d8f5e134e2 <vm_exec_core+29474>, 0x61d8f5e10665 <vm_exec_core+17573>, 0x61d8f5e12753 <vm_exec_core+26003>, 0x61d8f5e11500 <vm_exec_core+21312>, 0x61d8f5e12316 <vm_exec_core+24918>, 0x61d8f5e0ebe3 <vm_exec_core+10787>, 0x61d8f5e10ea9 <vm_exec_core+19689>, 0x61d8f5e11409 <vm_exec_core+21065>, 0x61d8f5e0fdc8 <vm_exec_core+15368>, 0x61d8f5e10d14 <vm_exec_core+19284>, 0x61d8f5e0efe0 <vm_exec_core+11808>, 0x61d8f5e0e351 <vm_exec_core+8593>, 0x61d8f5e11d09 <vm_exec_core+23369>, 0x61d8f5e0d441 <vm_exec_core+4737>, 0x61d8f5e0fbc5 <vm_exec_core+14853>, 0x61d8f5e1b42a <vm_exec_core+62058>, 0x61d8f5e118c8 <vm_exec_core+22280>, 0x61d8f5e0dca2 <vm_exec_core+6882>, 0x61d8f5e0e070 <vm_exec_core+7856>, 0x61d8f5e0df4e <vm_exec_core+7566>, 0x61d8f5e0e5a7 <vm_exec_core+9191>, 0x61d8f5e0ee2f <vm_exec_core+11375>, 0x61d8f5e10d0f <vm_exec_core+19279>, 0x61d8f5e10492 <vm_exec_core+17106>, 0x61d8f5e10d0a <vm_exec_core+19274>, 0x61d8f5e11500 <vm_exec_core+21312>, 0x61d8f5e114fe <vm_exec_core+21310>, 0x61d8f5e0e5a2 <vm_exec_core+9186>, 0x61d8f5e11a61 <vm_exec_core+22689>, 0x61d8f5e0f872 <vm_exec_core+14002>, 0x61d8f5e0f877 <vm_exec_core+14007>, 0x61d8f5e114fc <vm_exec_core+21308>, 0x61d8f5e113db <vm_exec_core+21019>, 0x61d8f5e10868 <vm_exec_core+18088>, 0x61d8f5e10586 <vm_exec_core+17350>, 0x61d8f5e114fa <vm_exec_core+21306>, 0x61d8f5e1099c <vm_exec_core+18396>...}
        reg_cfp = 0x7b3bcefff3a0
        reg_pc = 0x5220000050a0
        INSN_LABEL_nop = <optimized out>
        INSN_LABEL_getlocal = <optimized out>
        INSN_LABEL_setlocal = <optimized out>
        INSN_LABEL_getblockparam = <optimized out>
        INSN_LABEL_setblockparam = <optimized out>
        INSN_LABEL_getblockparamproxy = <optimized out>
        INSN_LABEL_getspecial = <optimized out>
        INSN_LABEL_setspecial = <optimized out>
        INSN_LABEL_getinstancevariable = <optimized out>
        INSN_LABEL_setinstancevariable = <optimized out>
        INSN_LABEL_getclassvariable = <optimized out>
        INSN_LABEL_setclassvariable = <optimized out>
        INSN_LABEL_opt_getconstant_path = <optimized out>
        INSN_LABEL_getconstant = <optimized out>
        INSN_LABEL_setconstant = <optimized out>
        INSN_LABEL_getglobal = <optimized out>
        INSN_LABEL_setglobal = <optimized out>
        INSN_LABEL_putnil = <optimized out>
        INSN_LABEL_putself = <optimized out>
        INSN_LABEL_putobject = <optimized out>
        INSN_LABEL_putspecialobject = <optimized out>
        INSN_LABEL_putstring = <optimized out>
        INSN_LABEL_putchilledstring = <optimized out>
        INSN_LABEL_concatstrings = <optimized out>
        INSN_LABEL_anytostring = <optimized out>
        INSN_LABEL_toregexp = <optimized out>
        INSN_LABEL_intern = <optimized out>
        INSN_LABEL_newarray = <optimized out>
        INSN_LABEL_pushtoarraykwsplat = <optimized out>
        INSN_LABEL_duparray = <optimized out>
        INSN_LABEL_duphash = <optimized out>
        INSN_LABEL_expandarray = <optimized out>
        INSN_LABEL_concatarray = <optimized out>
        INSN_LABEL_concattoarray = <optimized out>
        INSN_LABEL_pushtoarray = <optimized out>
        INSN_LABEL_splatarray = <optimized out>
        INSN_LABEL_splatkw = <optimized out>
        INSN_LABEL_newhash = <optimized out>
        INSN_LABEL_newrange = <optimized out>
        INSN_LABEL_pop = <optimized out>
        INSN_LABEL_dup = <optimized out>
        INSN_LABEL_dupn = <optimized out>
        INSN_LABEL_swap = <optimized out>
        INSN_LABEL_opt_reverse = <optimized out>
        INSN_LABEL_topn = <optimized out>
        INSN_LABEL_setn = <optimized out>
        INSN_LABEL_adjuststack = <optimized out>
        INSN_LABEL_defined = <optimized out>
        INSN_LABEL_definedivar = <optimized out>
        INSN_LABEL_checkmatch = <optimized out>
        INSN_LABEL_checkkeyword = <optimized out>
        INSN_LABEL_checktype = <optimized out>
        INSN_LABEL_defineclass = <optimized out>
        INSN_LABEL_definemethod = <optimized out>
        INSN_LABEL_definesmethod = <optimized out>
        INSN_LABEL_send = <optimized out>
        INSN_LABEL_sendforward = <optimized out>
        INSN_LABEL_opt_send_without_block = <optimized out>
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#12 0x000061d8f5e090f1 in vm_exec_loop (ec=0x5160000003d0, state=<optimized out>, tag=<optimized out>, result=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2591
No locals.
#13 rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2570
        _ec = 0x5160000003d0
        _tag = <optimized out>
        state = <optimized out>
        result = 36
#14 0x000061d8f5b8d4e2 in load_iseq_eval (ec=<optimized out>, fname=fname@entry=135496841579120) at /tmp/ruby/src/trunk_asan/load.c:781
        iseq = 0x7b3bd11c4958
#15 0x000061d8f5b884d7 in require_internal (ec=ec@entry=0x5160000003d0, fname=<optimized out>, exception=<optimized out>, warn=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1287
        found = 114
        handle = <optimized out>
        _ec = <optimized out>
        _tag = <optimized out>
        th = 0x515000000300
        saved = <optimized out>
        ftptr = <optimized out>
        realpath = <optimized out>
        realpaths = 135496843187200
        realpath_map = 135496843187040
        path = 135496841579120
        state = RUBY_TAG_NONE
        prev_ext_config = <optimized out>
        th2 = <optimized out>
        result = <optimized out>
        saved_path = <optimized out>
        reset_ext_config = <optimized out>
#16 0x000061d8f5b8678b in rb_require_string_internal (fname=135496841579160, resurrect=false) at /tmp/ruby/src/trunk_asan/load.c:1386
        ec = 0x5160000003d0
        result = <optimized out>
#17 rb_f_require_relative (obj=<optimized out>, fname=<optimized out>) at /tmp/ruby/src/trunk_asan/load.c:1041
        base = <optimized out>
#18 0x000061d8f5e6c208 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:3788
        ci = 0x588100140003
        cc = <optimized out>
        me = 0x7b3bd11c4ae8
        cfunc = 0x504000018698
        recv = 135496843316720
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        val = <optimized out>
#19 0x000061d8f5e5237d in vm_call_method_each_type (ec=<optimized out>, cfp=<optimized out>, calling=0x7ffc1563f9e0) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4766
th: 0x515000000300, native_id: 0x7b3bd1c7ac40
-- Control frame information -----------------------------------------------
c:0021 p:---- s:0130 e:000129 CFUNC  :select
        ivar_mask = <optimized out>
        aset_mask = <optimized out>
        ci = 0x0
c:0020 p:0244 s:0122 e:000121 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:691
c:0019 p:0039 s:0103 e:000102 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:819
        cc = <optimized out>
c:0018 p:0008 s:0096 e:000095 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:858
        cme = <optimized out>
        v = <optimized out>
#20 0x000061d8f5e51e35 in vm_call_method (ec=<optimized out>, cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:4906
        ci = <optimized out>
c:0017 p:0132 s:0089 e:000088 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1604
        cc = 0x0
#21 0x000061d8f5e19b1d in vm_sendish (ec=0x5160000003d0, reg_cfp=0x7b3bcefff790, cd=<optimized out>, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk_asan/vm_insnhelper.c:5955
        calling = {cd = <optimized out>, cc = <optimized out>, block_handler = 0, recv = <optimized out>, argc = <optimized out>, kw_splat = <optimized out>, heap_argv = <optimized out>}
        val = 36
        ci = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        cc = <optimized out>
#22 vm_exec_core (ec=ec@entry=0x5160000003d0) at ../../src/trunk_asan/insns.def:898
        bh = 0
        cd = <optimized out>
        leaf = false
        val = <optimized out>
c:0016 p:0016 s:0076 e:000075 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1299
c:0015 p:0005 s:0071 e:000070 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1769
        insns_address_table = {0x61d8f5e0c8c9 <vm_exec_core+1801>, 0x61d8f5e0d99a <vm_exec_core+6106>, 0x61d8f5e135cf <vm_exec_core+29711>, 0x61d8f5e0d4f2 <vm_exec_core+4914>, 0x61d8f5e141ce <vm_exec_core+32782>, 0x61d8f5e11f92 <vm_exec_core+24018>, 0x61d8f5e0f90d <vm_exec_core+14157>, 0x61d8f5e0ca49 <vm_exec_core+2185>, 0x61d8f5e13c37 <vm_exec_core+31351>, 0x61d8f5e13931 <vm_exec_core+30577>, 0x61d8f5e0d76a <vm_exec_core+5546>, 0x61d8f5e0cfe7 <vm_exec_core+3623>, 0x61d8f5e125e7 <vm_exec_core+25639>, 0x61d8f5e0e721 <vm_exec_core+9569>, 0x61d8f5e13e75 <vm_exec_core+31925>, 0x61d8f5e13abf <vm_exec_core+30975>, 0x61d8f5e0ed81 <vm_exec_core+11201>, 0x61d8f5e0f88b <vm_exec_core+14027>, 0x61d8f5e121e0 <vm_exec_core+24608>, 0x61d8f5e13a20 <vm_exec_core+30816>, 0x61d8f5e11347 <vm_exec_core+20871>, 0x61d8f5e1227a <vm_exec_core+24762>, 0x61d8f5e12998 <vm_exec_core+26584>, 0x61d8f5e11273 <vm_exec_core+20659>, 0x61d8f5e0cf13 <vm_exec_core+3411>, 0x61d8f5e11aac <vm_exec_core+22764>, 0x61d8f5e0cd89 <vm_exec_core+3017>, 0x61d8f5e0d1f9 <vm_exec_core+4153>, 0x61d8f5e0f0ce <vm_exec_core+12046>, 0x61d8f5e10e14 <vm_exec_core+19540>, 0x61d8f5e117f5 <vm_exec_core+22069>, 0x61d8f5e109b0 <vm_exec_core+18416>, 0x61d8f5e0c90e <vm_exec_core+1870>, 0x61d8f5e12f1a <vm_exec_core+27994>, 0x61d8f5e13846 <vm_exec_core+30342>, 0x61d8f5e0d2d2 <vm_exec_core+4370>, 0x61d8f5e0de66 <vm_exec_core+7334>, 0x61d8f5e0d8ec <vm_exec_core+5932>, 0x61d8f5e0e826 <vm_exec_core+9830>, 0x61d8f5e0f820 <vm_exec_core+13920>, 0x61d8f5e0d394 <vm_exec_core+4564>, 0x61d8f5e12d63 <vm_exec_core+27555>, 0x61d8f5e0ddd5 <vm_exec_core+7189>, 0x61d8f5e0f6de <vm_exec_core+13598>, 0x61d8f5e10093 <vm_exec_core+16083>, 0x61d8f5e12693 <vm_exec_core+25811>, 0x61d8f5e11523 <vm_exec_core+21347>, 0x61d8f5e0e91a <vm_exec_core+10074>, 0x61d8f5e0e1a3 <vm_exec_core+8163>, 0x61d8f5e124c1 <vm_exec_core+25345>, 0x61d8f5e0f31c <vm_exec_core+12636>, 0x61d8f5e11bb7 <vm_exec_core+23031>, 0x61d8f5e115ab <vm_exec_core+21483>, 0x61d8f5e11c84 <vm_exec_core+23236>, 0x61d8f5e134f1 <vm_exec_core+29489>, 0x61d8f5e10674 <vm_exec_core+17588>, 0x61d8f5e12762 <vm_exec_core+26018>, 0x61d8f5e0c54b <vm_exec_core+907>, 0x61d8f5e12325 <vm_exec_core+24933>, 0x61d8f5e0ebf2 <vm_exec_core+10802>, 0x61d8f5e10eb8 <vm_exec_core+19704>, 0x61d8f5e11418 <vm_exec_core+21080>, 0x61d8f5e0c550 <vm_exec_core+912>, 0x61d8f5e10d23 <vm_exec_core+19299>, 0x61d8f5e0efef <vm_exec_core+11823>, 0x61d8f5e0e360 <vm_exec_core+8608>, 0x61d8f5e11d18 <vm_exec_core+23384>, 0x61d8f5e0d450 <vm_exec_core+4752>, 0x61d8f5e0fbd4 <vm_exec_core+14868>, 0x61d8f5e1b439 <vm_exec_core+62073>, 0x61d8f5e118d7 <vm_exec_core+22295>, 0x61d8f5e0dcb1 <vm_exec_core+6897>, 0x61d8f5e0e07f <vm_exec_core+7871>, 0x61d8f5e0df5d <vm_exec_core+7581>, 0x61d8f5e0e5b6 <vm_exec_core+9206>, 0x61d8f5e0ee3e <vm_exec_core+11390>, 0x61d8f5e0dbd2 <vm_exec_core+6674>, 0x61d8f5e14463 <vm_exec_core+33443>, 0x61d8f5e1198e <vm_exec_core+22478>, 0x61d8f5e1049c <vm_exec_core+17116>, 0x61d8f5e12e11 <vm_exec_core+27729>, 0x61d8f5e14581 <vm_exec_core+33729>, 0x61d8f5e13177 <vm_exec_core+28599>, 0x61d8f5e13fce <vm_exec_core+32270>, 0x61d8f5e140a6 <vm_exec_core+32486>, 0x61d8f5e0ce2c <vm_exec_core+3180>, 0x61d8f5e13b54 <vm_exec_core+31124>, 0x61d8f5e0f1df <vm_exec_core+12319>, 0x61d8f5e13d8f <vm_exec_core+31695>, 0x61d8f5e0ec9e <vm_exec_core+10974>, 0x61d8f5e13075 <vm_exec_core+28341>, 0x61d8f5e0cc53 <vm_exec_core+2707>, 0x61d8f5e0ea34 <vm_exec_core+10356>, 0x61d8f5e0fddc <vm_exec_core+15388>, 0x61d8f5e0f775 <vm_exec_core+13749>, 0x61d8f5e0f544 <vm_exec_core+13188>, 0x61d8f5e0c647 <vm_exec_core+1159>, 0x61d8f5e0cb6a <vm_exec_core+2474>, 0x61d8f5e0c6d9 <vm_exec_core+1305>, 0x61d8f5e13390 <vm_exec_core+29136>, 0x61d8f5e10bc0 <vm_exec_core+18944>, 0x61d8f5e10164 <vm_exec_core+16292>, 0x61d8f5e10881 <vm_exec_core+18113>, 0x61d8f5e1059a <vm_exec_core+17370>, 0x61d8f5e0f5e5 <vm_exec_core+13349>, 0x61d8f5e0ff88 <vm_exec_core+15816>, 0x61d8f5e0faaa <vm_exec_core+14570>, 0x61d8f5e10293 <vm_exec_core+16595>, 0x61d8f5e10315 <vm_exec_core+16725>, 0x61d8f5e0c8ba <vm_exec_core+1786>, 0x61d8f5e0d98b <vm_exec_core+6091>, 0x61d8f5e135c0 <vm_exec_core+29696>, 0x61d8f5e0d4e3 <vm_exec_core+4899>, 0x61d8f5e141bf <vm_exec_core+32767>, 0x61d8f5e11f83 <vm_exec_core+24003>, 0x61d8f5e0f8fe <vm_exec_core+14142>, 0x61d8f5e0ca3a <vm_exec_core+2170>, 0x61d8f5e13c28 <vm_exec_core+31336>, 0x61d8f5e13922 <vm_exec_core+30562>, 0x61d8f5e0d75b <vm_exec_core+5531>, 0x61d8f5e0cfd8 <vm_exec_core+3608>, 0x61d8f5e125d8 <vm_exec_core+25624>, 0x61d8f5e0e712 <vm_exec_core+9554>, 0x61d8f5e13e66 <vm_exec_core+31910>, 0x61d8f5e13ab0 <vm_exec_core+30960>, 0x61d8f5e0ed72 <vm_exec_core+11186>, 0x61d8f5e0f87c <vm_exec_core+14012>, 0x61d8f5e121d1 <vm_exec_core+24593>, 0x61d8f5e13a11 <vm_exec_core+30801>, 0x61d8f5e11338 <vm_exec_core+20856>, 0x61d8f5e1226b <vm_exec_core+24747>, 0x61d8f5e12989 <vm_exec_core+26569>, 0x61d8f5e11264 <vm_exec_core+20644>, 0x61d8f5e0cf04 <vm_exec_core+3396>, 0x61d8f5e11a9d <vm_exec_core+22749>, 0x61d8f5e0cd7a <vm_exec_core+3002>, 0x61d8f5e0d1ea <vm_exec_core+4138>, 0x61d8f5e0f0bf <vm_exec_core+12031>, 0x61d8f5e10e05 <vm_exec_core+19525>, 0x61d8f5e117e6 <vm_exec_core+22054>, 0x61d8f5e109a1 <vm_exec_core+18401>, 0x61d8f5e0c8ff <vm_exec_core+1855>, 0x61d8f5e12f0b <vm_exec_core+27979>, 0x61d8f5e13837 <vm_exec_core+30327>, 0x61d8f5e0d2c3 <vm_exec_core+4355>, 0x61d8f5e0de57 <vm_exec_core+7319>, 0x61d8f5e0d8dd <vm_exec_core+5917>, 0x61d8f5e0e817 <vm_exec_core+9815>, 0x61d8f5e0f811 <vm_exec_core+13905>, 0x61d8f5e0d385 <vm_exec_core+4549>, 0x61d8f5e12d54 <vm_exec_core+27540>, 0x61d8f5e0ddc6 <vm_exec_core+7174>, 0x61d8f5e0f6cf <vm_exec_core+13583>, 0x61d8f5e10084 <vm_exec_core+16068>, 0x61d8f5e12684 <vm_exec_core+25796>, 0x61d8f5e11514 <vm_exec_core+21332>, 0x61d8f5e0e90b <vm_exec_core+10059>, 0x61d8f5e0e194 <vm_exec_core+8148>, 0x61d8f5e124b2 <vm_exec_core+25330>, 0x61d8f5e0f30d <vm_exec_core+12621>, 0x61d8f5e11ba8 <vm_exec_core+23016>, 0x61d8f5e1159c <vm_exec_core+21468>, 0x61d8f5e11c75 <vm_exec_core+23221>, 0x61d8f5e134e2 <vm_exec_core+29474>, 0x61d8f5e10665 <vm_exec_core+17573>, 0x61d8f5e12753 <vm_exec_core+26003>, 0x61d8f5e11500 <vm_exec_core+21312>, 0x61d8f5e12316 <vm_exec_core+24918>, 0x61d8f5e0ebe3 <vm_exec_core+10787>, 0x61d8f5e10ea9 <vm_exec_core+19689>, 0x61d8f5e11409 <vm_exec_core+21065>, 0x61d8f5e0fdc8 <vm_exec_core+15368>, 0x61d8f5e10d14 <vm_exec_core+19284>, 0x61d8f5e0efe0 <vm_exec_core+11808>, 0x61d8f5e0e351 <vm_exec_core+8593>, 0x61d8f5e11d09 <vm_exec_core+23369>, 0x61d8f5e0d441 <vm_exec_core+4737>, 0x61d8f5e0fbc5 <vm_exec_core+14853>, 0x61d8f5e1b42a <vm_exec_core+62058>, 0x61d8f5e118c8 <vm_exec_core+22280>, 0x61d8f5e0dca2 <vm_exec_core+6882>, 0x61d8f5e0e070 <vm_exec_core+7856>, 0x61d8f5e0df4e <vm_exec_core+7566>, 0x61d8f5e0e5a7 <vm_exec_core+9191>, 0x61d8f5e0ee2f <vm_exec_core+11375>, 0x61d8f5e10d0f <vm_exec_core+19279>, 0x61d8f5e10492 <vm_exec_core+17106>, 0x61d8f5e10d0a <vm_exec_core+19274>, 0x61d8f5e11500 <vm_exec_core+21312>, 0x61d8f5e114fe <vm_exec_core+21310>, 0x61d8f5e0e5a2 <vm_exec_core+9186>, 0x61d8f5e11a61 <vm_exec_core+22689>, 0x61d8f5e0f872 <vm_exec_core+14002>, 0x61d8f5e0f877 <vm_exec_core+14007>, 0x61d8f5e114fc <vm_exec_core+21308>, 0x61d8f5e113db <vm_exec_core+21019>, 0x61d8f5e10868 <vm_exec_core+18088>, 0x61d8f5e10586 <vm_exec_core+17350>, 0x61d8f5e114fa <vm_exec_core+21306>, 0x61d8f5e1099c <vm_exec_core+18396>...}
        reg_cfp = 0x7b3bcefff790
        reg_pc = 0x50400002f778
        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>
c:0014 p:0006 s:0067 e:000066 BLOCK  /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1756
c:0013 p:0027 s:0063 e:000062 METHOD <internal:array>:42
        INSN_LABEL_send = <optimized out>
c:0012 p:0042 s:0057 e:000056 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1755
c:0011 p:0013 s:0052 e:000051 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1799
        INSN_LABEL_sendforward = <optimized out>
c:0010 p:0008 s:0047 e:000046 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1046
c:0009 p:0008 s:0041 e:000040 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:891
c:0008 p:0017 s:0035 e:000034 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:145
c:0007 p:0008 s:0030 e:000029 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1283
        INSN_LABEL_opt_send_without_block = <optimized out>
c:0006 p:0032 s:0025 e:000024 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1882
c:0005 p:0009 s:0021 e:000020 METHOD /tmp/ruby/src/trunk_asan/tool/lib/test/unit.rb:1886
c:0004 p:0065 s:0016 e:000014 TOP    /tmp/ruby/src/trunk_asan/tool/test/runner.rb:14 [FINISH]
c:0003 p:---- s:0011 e:000010 CFUNC  :require_relative
c:0002 p:0005 s:0006 e:000005 EVAL   /tmp/ruby/src/trunk_asan/test/runner.rb:5 [FINISH]
        INSN_LABEL_objtostring = <optimized out>
        INSN_LABEL_opt_ary_freeze = <optimized out>
c:0001 p:0000 s:0003 E:001650 DUMMY  [FINISH]

        INSN_LABEL_opt_hash_freeze = <optimized out>
        INSN_LABEL_opt_str_freeze = <optimized out>
        INSN_LABEL_opt_str_uminus = <optimized out>
        INSN_LABEL_opt_newarray_send = <optimized out>
        INSN_LABEL_invokesuper = <optimized out>
        INSN_LABEL_invokesuperforward = <optimized out>
        INSN_LABEL_invokeblock = <optimized out>
        INSN_LABEL_leave = <optimized out>
        INSN_LABEL_throw = <optimized out>
        INSN_LABEL_jump = <optimized out>
        INSN_LABEL_branchif = <optimized out>
        INSN_LABEL_branchunless = <optimized out>
        INSN_LABEL_branchnil = <optimized out>
        INSN_LABEL_once = <optimized out>
        INSN_LABEL_opt_case_dispatch = <optimized out>
        INSN_LABEL_opt_aset_with = <optimized out>
        INSN_LABEL_opt_aref_with = <optimized out>
        INSN_LABEL_invokebuiltin = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate = <optimized out>
        INSN_LABEL_opt_invokebuiltin_delegate_leave = <optimized out>
        INSN_LABEL_getlocal_WC_0 = <optimized out>
        INSN_LABEL_getlocal_WC_1 = <optimized out>
        INSN_LABEL_setlocal_WC_0 = <optimized out>
        INSN_LABEL_setlocal_WC_1 = <optimized out>
        INSN_LABEL_putobject_INT2FIX_0_ = <optimized out>
        INSN_LABEL_putobject_INT2FIX_1_ = <optimized out>
        INSN_LABEL_trace_opt_nil_p = <optimized out>
        INSN_LABEL_trace_opt_plus = <optimized out>
        INSN_LABEL_trace_opt_minus = <optimized out>
        INSN_LABEL_trace_opt_mult = <optimized out>
        INSN_LABEL_trace_opt_div = <optimized out>
        INSN_LABEL_trace_opt_mod = <optimized out>
        INSN_LABEL_trace_opt_eq = <optimized out>
        INSN_LABEL_trace_opt_lt = <optimized out>
        INSN_LABEL_trace_opt_le = <optimized out>
        INSN_LABEL_trace_opt_gt = <optimized out>
        INSN_LABEL_trace_opt_ge = <optimized out>
        INSN_LABEL_trace_opt_ltlt = <optimized out>
        INSN_LABEL_trace_opt_and = <optimized out>
        INSN_LABEL_trace_opt_or = <optimized out>
        INSN_LABEL_trace_opt_aref = <optimized out>
        INSN_LABEL_trace_opt_aset = <optimized out>
        INSN_LABEL_trace_opt_length = <optimized out>
        INSN_LABEL_trace_opt_size = <optimized out>
        INSN_LABEL_trace_opt_empty_p = <optimized out>
        INSN_LABEL_trace_opt_succ = <optimized out>
        INSN_LABEL_trace_opt_not = <optimized out>
        INSN_LABEL_trace_opt_regexpmatch2 = <optimized out>
#23 0x000061d8f5e08d38 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk_asan/vm.c:2564
        _ec = 0x5160000003d0
        _tag = <optimized out>
        state = RUBY_TAG_NONE
        result = <optimized out>
#24 0x000061d8f5a9131b in rb_ec_exec_node (ec=0x5160000003d0, n=0x7b3bd11c4b88) at /tmp/ruby/src/trunk_asan/eval.c:281
        _ec = 0x5160000003d0
        _tag = {tag = 36, retval = <optimized out>, buf = {0x7ffc1563ff30, <optimized out>, 0x7ffc1563fe80, <optimized out>, <optimized out>}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7b3bd11c4b88
#25 ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk_asan/eval.c:319
        ec = 0x5160000003d0
        status = <optimized out>
#26 0x000061d8f5a8a887 in rb_main (argc=9, argv=0x7ffc15640108) at /tmp/ruby/src/trunk_asan/main.c:43
        variable_in_this_stack_frame = <optimized out>
#27 main (argc=9, argv=0x7ffc15640108) at /tmp/ruby/src/trunk_asan/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

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

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

$ timeout 60 gdb -p 1491483 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007303c01107a7 in __GI___wait4 (pid=-1, stat_loc=0x7ffef77d7dec, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:30

>>> Threads

  Id   Target Id                                  Frame 
* 1    Thread 0x7303c03fa740 (LWP 1491483) "make" 0x00007303c01107a7 in __GI___wait4 (pid=-1, stat_loc=0x7ffef77d7dec, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:30

>>> Machine level backtrace


Thread 1 (Thread 0x7303c03fa740 (LWP 1491483) "make"):
#0  0x00007303c01107a7 in __GI___wait4 (pid=-1, stat_loc=0x7ffef77d7dec, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:30
        sc_ret = -512
        sc_ret = <optimized out>
#1  0x00005cd659252d16 in reap_children ()
No symbol table info available.
#2  0x00005cd659253a8c in new_job ()
No symbol table info available.
#3  0x00005cd65926272a in ?? ()
No symbol table info available.
#4  0x00005cd65926309e in update_goal_chain ()
No symbol table info available.
#5  0x00005cd65923d67a in main ()
No symbol table info available.

>>> Dump Ruby level backtrace (if possible)

[Inferior 1 (process 1491483) detached]
make: *** [uncommon.mk:964: yes-test-all] Error 1
#<Errno::ESRCH: No such process>
$ timeout 60 gdb -p 1491482 -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 1518223 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

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

Finished in 34.927465 seconds

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