# Logfile created on 2024-01-01 12:35:12 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000562c18dddca0 @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-O0", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-O0", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-O0", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-O0", @configure_opts=["optflags=-O0"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk-O0.20240101-123512", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000562c18e673b0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000562c18e67270 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000562c18e67090 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240101-123512", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240101-123512>, @binmode=false, @mon_data=#<Monitor:0x0000562c18e66fc8>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   997124f..3e9a612  master     -> origin/master
Updating 997124f..3e9a612
Fast-forward
 process.c                                |  2 +-
 test/irb/test_init.rb                    | 12 +++-
 test/irb/yamatanooroti/test_rendering.rb |  1 -
 test/net/fixtures/Makefile               |  6 +-
 test/net/fixtures/cacert.pem             | 44 +++++++-------
 test/net/fixtures/server.crt             | 99 ++++++--------------------------
 test/net/fixtures/server.key             | 55 +++++++++---------
 7 files changed, 82 insertions(+), 137 deletions(-)
Latest commit hash = 3e9a612d92
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
/tmp/ruby/src/trunk-O0/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-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/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 = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --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-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-O0/process.c
compiling /tmp/ruby/src/trunk-O0/version.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/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 = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --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-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

builtin_binary.inc updated
b6f9a675ae26e28a1cbf22cdaf0b9722141614e01885dd533908ce8743052cca  builtin_binary.inc
compiling /tmp/ruby/src/trunk-O0/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/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 = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --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-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
generating makefiles ext/configure-ext.mk
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/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 = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --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-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
generating encdb.h
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-O0/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/trunk-O0/bin
installing base libraries:          /tmp/ruby/install/trunk-O0/lib
installing arch files:              /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-O0/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-O0/bin
installing library scripts:         /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/trunk-O0/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    abbrev 0.1.2
                                    base64 0.2.0
                                    benchmark 0.3.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    csv 3.2.9
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    drb 2.2.0
                                    english 0.8.0
                                    erb 4.0.3
                                    error_highlight 0.6.0
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    getoptlong 0.2.1
                                    ipaddr 1.2.6
                                    irb 1.11.0
                                    logger 1.6.0
                                    mutex_m 0.2.0
                                    net-http 0.4.0
                                    net-protocol 0.2.2
                                    observer 0.1.2
                                    open-uri 0.4.1
                                    open3 0.2.1
                                    optparse 0.4.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.19.0
                                    pstore 0.1.3
                                    rdoc 6.6.2
                                    readline 0.0.4
                                    reline 0.4.1
                                    resolv 0.3.0
                                    resolv-replace 0.1.1
                                    rinda 0.2.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.3.0
                                    timeout 0.4.1
                                    tmpdir 0.2.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 0.13.0
                                    weakref 0.1.3
                                    yaml 0.3.0
installing default gems from ext:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    bigdecimal 3.1.5
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3
                                    fcntl 1.1.0
                                    fiddle 1.1.3
                                    io-console 0.7.2.dev.1
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.1
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.1
                                    strscan 3.0.8
                                    syslog 0.1.2
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    minitest 5.20.0
                                    power_assert 2.0.3
                                    rake 13.1.0
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.3.3
                                    net-imap 0.4.9
                                    net-pop 0.1.2
                                    net-smtp 0.4.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.1
                                    typeprof 0.21.9
                                    debug 1.9.1
                                    racc 1.7.3
installing bundled gem cache:       /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1870 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/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 = 
	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-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Ignore setproctitle.o because of setproctitle.c under missing
Ignore strlcat.o because of strlcat.c under missing
Ignore strlcpy.o because of strlcpy.c under missing
Checking leaked global symbols...none
/tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-O0/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-O0/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-O0/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-O0/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-O0/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-O0/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-O0/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/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 = 
	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-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Run options: 
  --seed=40416
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-O0/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4

# Running tests:

[  1/910] 1591471=test_unicode
[  2/910] 1591470=test_x509attr
[  3/910] 1591473=test_set_len
[  4/910] 1591473=test_marshalable
[  5/910] 1591470=test_rdoc_parser_rd
[  6/910] 1591469=test_webauthn_poller
[  7/910] 1591471=test_webauthn_listener
[  8/910] 1591473=test_thread_cv
[  9/910] 1591470=test_pattern_matching
[ 10/910] 1591473=test_rdoc_parser
[ 11/910] 1591470=test_helperLeaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 40789>

[ 12/910] 1591469=test_gem_path_support
[ 13/910] 1591469=test_case
[ 14/910] 1591471=test_pathname
[ 15/910] 1591470=test_coverage
[ 16/910] 1591469=test_math
[ 17/910] 1591469=test_gc
[ 18/910] 1591469=test_libs
[ 19/910] 1591469=test_class
[ 20/910] 1591473=test_fips
[ 21/910] 1591469=test_configuration
[ 22/910] 1591469=test_x509ext
[ 23/910] 1591469=test_wss
[ 24/910] 1591469=test_encoding
[ 25/910] 1591471=test_yaml_tree
[ 26/910] 1591469=test_shellwords
[ 27/910] 1591469=test_windows_1251
[ 28/910] 1591469=test_omap
[ 29/910] 1591469=test_gem_uri_formatter
[ 30/910] 1591471=test_sockopt
[ 31/910] 1591471=errors_test
[ 32/910] 1591469=test_fileutils
[ 33/910] 1591473=test_gb18030
[ 34/910] 1591473=test_gem_package_tar_writer
[ 35/910] 1591471=test_thread_queue
[ 36/910] 1591473=test_vm_dump
[ 37/910] 1591473=test_nesting_parser
[ 38/910] 1591473=test_nowrite
[ 39/910] 1591473=test_gem_resolver_conflict
[ 40/910] 1591473=test_gem_commands_which_command
[ 41/910] 1591473=test_passing_block
[ 42/910] 1591473=test_mul
[ 43/910] 1591473=test_primitive
[ 44/910] 1591470=test_history
[ 45/910] 1591473=test_gem_gemcutter_utilities
[ 46/910] 1591469=test_method_cache
[ 47/910] 1591469=test_float
[ 48/910] 1591470=test_whileuntil
[ 49/910] 1591470=test_gem_resolver_best_set
[ 50/910] 1591473=test_cstr
[ 51/910] 1591470=test_gem_config_file
[ 52/910] 1591470=test_document
[ 53/910] 1591470=test_monitor
[ 54/910] 1591470=test_yjit_exit_locations
[ 55/910] 1591470=test_data_error
[ 56/910] 1591469=test_rdoc_include
[ 57/910] 1591470=test_set
[ 58/910] 1591470=test_gem_commands_help_command
[ 59/910] 1591470=test_yield_block
[ 60/910] 1591473=test_pkg_config
[ 61/910] 1591470=test_object
[ 62/910] 1591470=test_gem_resolver_local_specification
[ 63/910] 1591470=test_digest
[ 64/910] 1591470=test_closure
[ 65/910] 1591473=test_at_exit
[ 66/910] 1591473=test_rdoc_options
[ 67/910] 1591469=test_dln
[ 68/910] 1591469=test_files_ext
[ 69/910] 1591469=test_argf
[ 70/910] 1591471=test_console_attr
[ 71/910] 1591471=test_array
[ 72/910] 1591473=test_gem_ext_cargo_builder_link_flag_converter
[ 73/910] 1591470=test_x509req
[ 74/910] 1591470=test_m17n
[ 75/910] 1591473=test_frozen_error
[ 76/910] 1591473=test_yjit
[ 77/910] 1591470=test_ubf_async_safe
[ 78/910] 1591470=test_ossl
[ 79/910] 1591470=test_gem_version_option
[ 80/910] 1591470=test_insns_leaf
[ 81/910] 1591470=test_eval_history
[ 82/910] 1591470=dispatcher_test
[ 83/910] 1591470=test_complex2
[ 84/910] 1591470=test_ruby_lex
[ 85/910] 1591470=test_win32ole_record
[ 86/910] 1591470=test_gem_install_update_options
[ 87/910] 1591470=test_num2int
[ 88/910] 1591470=test_ensured
[ 89/910] 1591470=test_x509crl
[ 90/910] 1591470=test_hash
[ 91/910] 1591471=test_keyword
[ 92/910] 1591469=test_iter_break
[ 93/910] 1591469=test_pkcs7
[ 94/910] 1591469=test_cgi_session
[ 95/910] 1591469=test_address_resolve
[ 96/910] 1591469=test_refinement
[ 97/910] 1591471=test_gem_command_manager
[ 98/910] 1591471=test_project_sanity
[ 99/910] 1591471=test_word
[100/910] 1591471=test_numeric
[101/910] 1591471=test_gem_requirement
[102/910] 1591471=test_irb
[103/910] 1591471=test_parser
[104/910] 1591471=test_gem_ext_rake_builder
[105/910] 1591471=test_cmethod
[106/910] 1591471=test_gem_commands_list_command
[107/910] 1591471=test_gem_resolver_vendor_set
[108/910] 1591471=test_gem_resolver_installed_specification
[109/910] 1591471=test_engine
[110/910] 1591471=test_key_error
[111/910] 1591471=test_module
[112/910] 1591473=test_rb_str_dup
[113/910] 1591473=test_symbol
[114/910] 1591473=test_append
[115/910] 1591473=test_logger
[116/910] 1591473=test_ssl
[117/910] 1591471=test_digest_extend
[118/910] 1591471=test_logdevice
[119/910] 1591470=test_ftp
[120/910] 1591470=test_last_thread
[121/910] 1591470=test_import
[122/910] 1591471=test_gem_commands_unpack_command
[123/910] 1591471=test_rdoc_markup_to_table_of_contents
[124/910] 1591470=test_x509cert
[125/910] 1591473=test_enc_associate
[126/910] 1591470=test_pp
[127/910] 1591470=test_logperiod
[128/910] 1591470=test_getoptlong
[129/910] 1591470=test_pack
[130/910] 1591471=test_config
[131/910] 1591471=test_gem_request_connection_pools
[132/910] 1591471=test_ractor
[133/910] 1591473=test_rubyvm
[134/910] 1591470=test_arith_seq_extract
[135/910] 1591473=test_c_union_entity
[136/910] 1591471=test_string_processing
[137/910] 1591471=test_recursion
[138/910] 1591471=test_rdoc_markup_attributes
[139/910] 1591471=test_cparser
[140/910] 1591473=test_unicode_escape
[141/910] 1591469=test_io_console
[142/910] 1591470=test_bn
[143/910] 1591470=test_timeout
[144/910] 1591470=test_objspace
[145/910] 1591473=test_general
[146/910] 1591473=test_gem_commands_server_command
[147/910] 1591473=test_httpresponses
[148/910] 1591473=test_abbrev
[149/910] 1591473=test_new
[150/910] 1591473=test_big5
[151/910] 1591473=test_time_tz
[152/910] 1591473=test_beginendblock
[153/910] 1591471=test_rdoc_parser_ruby
[154/910] 1591473=test_httpresponse
[155/910] 1591473=test_cipher
[156/910] 1591473=test_rdoc_generator_darkfish
[157/910] 1591469=test_mixed_unicode_escapes
[158/910] 1591469=test_have_library
[159/910] 1591473=test_load
[160/910] 1591473=test_within_pipe
[161/910] 1591473=test_win32ole_variable
[162/910] 1591473=test_gem_resolver
[163/910] 1591471=test_cgi_cookie
[164/910] 1591473=test_scheduler
[165/910] 1591471=test_object_references
[166/910] 1591471=test_bigdecimal
[167/910] 1591473=version_test
[168/910] 1591473=test_metaclass
[169/910] 1591473=test_files_sample
[170/910] 1591469=test_rbconfig
[171/910] 1591469=test_rdoc_markup_to_label
[172/910] 1591469=test_tsort
[173/910] 1591473=test_gem_commands_exec_command
[174/910] 1591469=test_gem_specification
[175/910] 1591473=test_gem_package_tar_reader_entry
[176/910] 1591473=test_to_ary_concat
[177/910] 1591471=test_encoding
[178/910] 1591471=test_addrinfo
[179/910] 1591469=test_gem
[180/910] 1591473=test_constant
[181/910] 1591471=test_completion
[182/910] 1591471=test_buffered_io
[183/910] 1591471=test_parser
[184/910] 1591471=test_rdoc_require
[185/910] 1591471=test_fiber
[186/910] 1591469=test_rational2
[187/910] 1591469=test_terminfo
[188/910] 1591469=test_fixnum
[189/910] 1591469=test_bug-14834
[190/910] 1591473=test_signal
[191/910] 1591469=test_cgi_core
[192/910] 1591469=test_bash_completion
[193/910] 1591469=test_gem_ext_cargo_builder_unit
[194/910] 1591469=test_delegate
[195/910] 1591469=ripper_compat_test
[196/910] 1591469=test_optparse
[197/910] 1591469=test_marshal
[198/910] 1591469=json_encoding_test
[199/910] 1591469=test_gem_commands_update_command
[200/910] 1591473=test_rdoc_markup_to_bs
[201/910] 1591473=test_raise_exception
[202/910] 1591471=test_ractor
[203/910] 1591473=test_rdoc_markup_to_tt_only
[204/910] 1591473=test_https
[205/910] 1591471=test_gem_console_ui
[206/910] 1591471=test_convert
[207/910] 1591471=test_case_options
[208/910] 1591471=test_evaluation
[209/910] 1591471=test_ssl
[210/910] 1591473=test_require_lib
[211/910] 1591471=test_euc_jp
[212/910] 1591471=test_tree_spell_checker
[213/910] 1591471=test_gem_util
[214/910] 1591469=test_sexp
[215/910] 1591469=test_io
[216/910] 1591471=test_compile_prism
[217/910] 1591471=test_objectspace
[218/910] 1591471=test_integer
[219/910] 1591473=test_interned_str
[220/910] 1591473=test_gem_ext_cmake_builder
[221/910] 1591473=test_scalar_scanner
[222/910] 1591473=test_notimplement
[223/910] 1591473=test_array_create
[224/910] 1591473=test_key_event_record
[225/910] 1591473=test_win32ole_event
[226/910] 1591473=test_mutex
[227/910] 1591473=test_option
[228/910] 1591473=test_etc
[229/910] 1591473=test_struct
[230/910] 1591473=test_serialize_subclasses
[231/910] 1591473=test_rand
[232/910] 1591473=test_instrumentation_api
[233/910] 1591471=test_default_gems
[234/910] 1591471=test_struct
[235/910] 1591471=test_propertyputref
[236/910] 1591471=test_ast
[237/910] 1591473=fuzzer_test
[238/910] 1591473=test_gem_doctor
[239/910] 1591473=test_gem_request_set_lockfile_tokenizer
[240/910] 1591473=test_date_strptime
[241/910] 1591473=test_gem_safe_marshal
[242/910] 1591473=ruby_api_test
[243/910] 1591473=test_rdoc_parser_simple
[244/910] 1591473=test_signedness
[245/910] 1591473=test_too_many_dummy_encodings
[246/910] 1591469=test_enumerable
[247/910] 1591469=test_ractor
[248/910] 1591473=test_grapheme_breaks
[249/910] 1591469=json_common_interface_test
[250/910] 1591473=test_gem_package
[251/910] 1591469=test_gem_security_signer
[252/910] 1591469=test_date_arith
[253/910] 1591469=location_test
[254/910] 1591469=test_gem_resolver_api_specification
[255/910] 1591469=test_patterns
[256/910] 1591469=test_gem_commands_stale_command
[257/910] 1591469=test_drbunix
[258/910] 1591473=test_svcb_https
[259/910] 1591473=test_buffering
[260/910] 1591473=test_rdoc_rd
[261/910] 1591473=test_range
[262/910] 1591473=test_drbobject
[263/910] 1591473=test_gem_commands_query_command
[264/910] 1591473=test_optimization
[265/910] 1591470=test_exit
[266/910] 1591470=test_locale
[267/910] 1591470=test_history
[268/910] 1591470=test_delegation
[269/910] 1591470=test_dup
[270/910] 1591470=test_ts
[271/910] 1591469=test_find_executable
[272/910] 1591469=test_require
[273/910] 1591470=test_unconverted_fields
[274/910] 1591470=test_lazy_enumerator
[275/910] 1591470=test_key_actor_vi
[276/910] 1591470=test_rdoc_markup_document
[277/910] 1591470=test_formatter
[278/910] 1591470=test_weakkeymap
[279/910] 1591470=test_remote_fetch_error
[280/910] 1591470=test_require
[281/910] 1591470=test_thread
[282/910] 1591469=test_pattern_key_name_check
[283/910] 1591469=test_udp
[284/910] 1591469=test_pinned
[285/910] 1591469=test_open3
[286/910] 1591473=test_sleep
[287/910] 1591470=test_bignum
[288/910] 1591470=test_normalize
[289/910] 1591470=test_converters
[290/910] 1591470=test_gem_commands_fetch_command
[291/910] 1591469=ractor_test
[292/910] 1591470=test_rdoc_tom_doc
[293/910] 1591470=test_spell_checker
[294/910] 1591473=test_ancdata
[295/910] 1591470=test_singleton
[296/910] 1591469=test_rdoc_markup
[297/910] 1591470=test_gem_resolver_git_specification
[298/910] 1591473=test_files_test_2
[299/910] 1591473=test_name_error_extension
[300/910] 1591469=test_rdoc_ri_paths
[301/910] 1591473=test_rdoc_rd_block_parser
[302/910] 1591469=test_bigdecimal_util
[303/910] 1591469=test_https_proxy
[304/910] 1591469=test_verbose
[305/910] 1591473=test_ractor
[306/910] 1591469=test_key_actor_emacs
[307/910] 1591473=test_basicinstructions
[308/910] 1591473=test_update
[309/910] 1591473=test_read
[310/910] 1591473=test_pack
[311/910] 1591469=test_stringify_symbols
[312/910] 1591469=test_filter
[313/910] 1591470=test_inlinecache
[314/910] 1591469=test_scanner_events
[315/910] 1591470=test_gem_ext_configure_builder
[316/910] 1591469=test_gem_dependency_list
[317/910] 1591470=test_rdoc_generator_markup
[318/910] 1591469=test_rendering
[319/910] 1591473=test_koi8
[320/910] 1591470=test_ostruct
[321/910] 1591473=test_table
[322/910] 1591469=test_not
[323/910] 1591469=test_rdoc_attr
[324/910] 1591469=test_gem_resolver_vendor_specification
[325/910] 1591469=json_ext_parser_test
[326/910] 1591473=test_force_quotes
[327/910] 1591469=test_gem_package_task
Skipping Gem::PackageTask tests.  rake not found.
[328/910] 1591469=test_err_in_callback
[329/910] 1591469=test_data
[330/910] 1591469=test_gem_commands_lock_command
[331/910] 1591469=test_rdoc_markup_to_html_snippet
[332/910] 1591473=test_rdoc_markup_indented_paragraph
[333/910] 1591470=test_rdoc_parser_markdown
[334/910] 1591473=test_gem_source_fetch_problem
[335/910] 1591473=test_rdoc_i18n_text
[336/910] 1591473=test_gem_commands_sources_command
[337/910] 1591470=test_symbol
[338/910] 1591469=test_coder
[339/910] 1591469=test_context
[340/910] 1591469=test_regex_casefold
[341/910] 1591473=test_unix
[342/910] 1591473=test_gem_source_git
[343/910] 1591469=test_fd_setsize
[344/910] 1591469=test_http
[345/910] 1591473=test_have_func
[346/910] 1591473=test_ractor_compatibility
[347/910] 1591473=test_gem_commands_contents_command
[348/910] 1591473=test_win32ole_variant_outarg
[349/910] 1591473=test_erb_command
[350/910] 1591473=test_gem_rdoc
[351/910] 1591473=test_ws
[352/910] 1591473=parameters_signature_test
[353/910] 1591473=test_rdoc_parser_changelog
[354/910] 1591473=test_drbssl
[355/910] 1591470=test_gem_source_list
[356/910] 1591470=test_yaml_special_cases
[357/910] 1591470=test_column_separator
[358/910] 1591470=test_boolean
[359/910] 1591470=test_kill_ring
[360/910] 1591470=test_date
[361/910] 1591470=test_open-uri
[362/910] 1591470=test_strip
[363/910] 1591470=test_nonblock
[364/910] 1591470=test_lexer
[365/910] 1591470=test_random
[366/910] 1591470=test_rdoc_context
[367/910] 1591470=test_c_struct_entry
[368/910] 1591470=test_iso_8859
[369/910] 1591470=test_coderange
[370/910] 1591470=test_dir
[371/910] 1591469=test_transcode
[372/910] 1591470=test_mailto
[373/910] 1591470=test_enumerator_kw
[374/910] 1591470=test_gem_commands_install_command
[375/910] 1591469=test_pair
[376/910] 1591469=test_stat
[377/910] 1591469=test_flush
[378/910] 1591469=test_resolve_symbol
[379/910] 1591470=test_rational
[380/910] 1591469=test_gem_commands_owner_command
[381/910] 1591470=test_cgi_modruby
[382/910] 1591470=test_gc
[383/910] 1591469=test_gem_local_remote_options
[384/910] 1591469=test_object
[385/910] 1591469=test_arity
[386/910] 1591469=test_find
[387/910] 1591469=test_win32ole_variant
[388/910] 1591469=test_summary
[389/910] 1591469=test_gem_resolver_composed_set
[390/910] 1591469=test_liberal_parsing
[391/910] 1591469=test_rdoc_class_module
[392/910] 1591469=test_trace
[393/910] 1591469=test_nil
[394/910] 1591469=test_rdoc_markup_attribute_manager
[395/910] 1591469=unescape_test
[396/910] 1591473=test_yamldbm
[397/910] 1591473=test_install
[398/910] 1591473=test_foreach
[399/910] 1591473=test_jaro_winkler
[400/910] 1591473=test_func
[401/910] 1591469=test_case
[402/910] 1591469=test_gem_remote_fetcher
[403/910] 1591469=test_variable_name_check
[404/910] 1591469=test_string
[405/910] 1591469=test_iterator
[406/910] 1591469=compiler_test
[407/910] 1591469=test_printf
[408/910] 1591469=test_extlibs
[409/910] 1591473=test_file_exhaustive
[410/910] 1591469=pattern_test
[411/910] 1591469=test_regexp
<OBJ_INFO:gc_mark_ptr@/tmp/ruby/src/trunk-O0/gc.c:7071> 0x00007f2c8d269948 [0 M    ] T_NONE 
/tmp/ruby/src/trunk-O0/test/ruby/test_regexp.rb:474: [BUG] try to mark T_NONE object
ruby 3.4.0dev (2024-01-01T12:31:49Z master 3e9a612d92) [x86_64-linux]

-- Control frame information -----------------------------------------------
c:0017 p:0005 s:0112 e:000109 BLOCK  /tmp/ruby/src/trunk-O0/test/ruby/test_regexp.rb:474
c:0016 p:0024 s:0107 e:000106 METHOD /tmp/ruby/src/trunk-O0/tool/lib/envutil.rb:242
c:0015 p:0024 s:0102 e:000101 METHOD /tmp/ruby/src/trunk-O0/tool/lib/envutil.rb:251
c:0014 p:0005 s:0095 e:000094 METHOD /tmp/ruby/src/trunk-O0/test/ruby/test_regexp.rb:473
c:0013 p:0037 s:0091 e:000090 METHOD /tmp/ruby/src/trunk-O0/tool/lib/test/unit/testcase.rb:199
c:0012 p:0052 s:0085 e:000084 METHOD /tmp/ruby/src/trunk-O0/tool/lib/test/unit/testcase.rb:167
c:0011 p:0083 s:0076 e:000075 BLOCK  /tmp/ruby/src/trunk-O0/tool/lib/test/unit.rb:1552 [FINISH]
c:0010 p:---- s:0069 e:000068 CFUNC  :map
c:0009 p:0103 s:0065 e:000064 METHOD /tmp/ruby/src/trunk-O0/tool/lib/test/unit.rb:1539
c:0008 p:0035 s:0053 e:000052 METHOD /tmp/ruby/src/trunk-O0/tool/lib/test/unit.rb:1332
c:0007 p:0066 s:0046 E:0003f0 METHOD /tmp/ruby/src/trunk-O0/tool/lib/test/unit/parallel.rb:52
c:0006 p:0007 s:0030 e:000029 BLOCK  /tmp/ruby/src/trunk-O0/tool/lib/test/unit/parallel.rb:24 [FINISH]
c:0005 p:---- s:0026 e:000025 CFUNC  :map
c:0004 p:0005 s:0022 e:000021 METHOD /tmp/ruby/src/trunk-O0/tool/lib/test/unit/parallel.rb:23
c:0003 p:0202 s:0016 E:002460 METHOD /tmp/ruby/src/trunk-O0/tool/lib/test/unit/parallel.rb:122
c:0002 p:0051 s:0006 E:001000 EVAL   /tmp/ruby/src/trunk-O0/tool/lib/test/unit/parallel.rb:209 [FINISH]
c:0001 p:0000 s:0003 E:001f80 DUMMY  [FINISH]

-- Ruby level backtrace information ----------------------------------------
/tmp/ruby/src/trunk-O0/tool/lib/test/unit/parallel.rb:209:in `<main>'
/tmp/ruby/src/trunk-O0/tool/lib/test/unit/parallel.rb:122:in `run'
/tmp/ruby/src/trunk-O0/tool/lib/test/unit/parallel.rb:23:in `_run_suites'
/tmp/ruby/src/trunk-O0/tool/lib/test/unit/parallel.rb:23:in `map'
/tmp/ruby/src/trunk-O0/tool/lib/test/unit/parallel.rb:24:in `block in _run_suites'
/tmp/ruby/src/trunk-O0/tool/lib/test/unit/parallel.rb:52:in `_run_suite'
/tmp/ruby/src/trunk-O0/tool/lib/test/unit.rb:1332:in `_run_suite'
/tmp/ruby/src/trunk-O0/tool/lib/test/unit.rb:1539:in `_run_suite'
/tmp/ruby/src/trunk-O0/tool/lib/test/unit.rb:1539:in `map'
/tmp/ruby/src/trunk-O0/tool/lib/test/unit.rb:1552:in `block in _run_suite'
/tmp/ruby/src/trunk-O0/tool/lib/test/unit/testcase.rb:167:in `run'
/tmp/ruby/src/trunk-O0/tool/lib/test/unit/testcase.rb:199:in `run_test'
/tmp/ruby/src/trunk-O0/test/ruby/test_regexp.rb:473:in `test_inspect_under_gc_compact_stress'
/tmp/ruby/src/trunk-O0/tool/lib/envutil.rb:251:in `under_gc_compact_stress'
/tmp/ruby/src/trunk-O0/tool/lib/envutil.rb:242:in `under_gc_stress'
/tmp/ruby/src/trunk-O0/test/ruby/test_regexp.rb:474:in `block in test_inspect_under_gc_compact_stress'

-- Threading information ---------------------------------------------------
Total ractor count: 1
Ruby thread count for this ractor: 4

-- C level backtrace information -------------------------------------------
/tmp/ruby/build/trunk-O0/ruby(rb_print_backtrace+0x24) [0x556b9901708a] /tmp/ruby/src/trunk-O0/vm_dump.c:820
/tmp/ruby/build/trunk-O0/ruby(rb_vm_bugreport+0x290) [0x556b990177ad] /tmp/ruby/src/trunk-O0/vm_dump.c:1151
/tmp/ruby/build/trunk-O0/ruby(rb_bug_without_die+0xa0) [0x556b991f8304] /tmp/ruby/src/trunk-O0/error.c:1042
/tmp/ruby/build/trunk-O0/ruby(rb_bug+0xb5) [0x556b991f83e1] /tmp/ruby/src/trunk-O0/error.c:1050
/tmp/ruby/build/trunk-O0/ruby(gc_mark_ptr+0xad) [0x556b98e0e07d] /tmp/ruby/src/trunk-O0/gc.c:7072
/tmp/ruby/build/trunk-O0/ruby(gc_mark+0x33) [0x556b98e0e299] /tmp/ruby/src/trunk-O0/gc.c:7109
/tmp/ruby/build/trunk-O0/ruby(gc_mark_imemo+0x2d7) [0x556b98e0e8ca] /tmp/ruby/src/trunk-O0/gc.c:7302
/tmp/ruby/build/trunk-O0/ruby(gc_mark_children+0x10f) [0x556b98e0ea26] /tmp/ruby/src/trunk-O0/gc.c:7355
/tmp/ruby/build/trunk-O0/ruby(gc_mark_stacked_objects+0x74) [0x556b98e0f3a6] /tmp/ruby/src/trunk-O0/gc.c:7564
/tmp/ruby/build/trunk-O0/ruby(gc_mark_stacked_objects_all+0x26) [0x556b98e0f526] /tmp/ruby/src/trunk-O0/gc.c:7602
/tmp/ruby/build/trunk-O0/ruby(gc_marks_rest+0x7e) [0x556b98e1189a] /tmp/ruby/src/trunk-O0/gc.c:8797
/tmp/ruby/build/trunk-O0/ruby(gc_marks+0x5b) [0x556b98e119ce] /tmp/ruby/src/trunk-O0/gc.c:8855
/tmp/ruby/build/trunk-O0/ruby(gc_start+0x334) [0x556b98e13771] /tmp/ruby/src/trunk-O0/gc.c:9608
/tmp/ruby/build/trunk-O0/ruby(garbage_collect+0x5a) [0x556b98e13406] /tmp/ruby/src/trunk-O0/gc.c:9489
/tmp/ruby/build/trunk-O0/ruby(newobj_slowpath+0xab) [0x556b98e05953] /tmp/ruby/src/trunk-O0/gc.c:2871
/tmp/ruby/build/trunk-O0/ruby(newobj_slowpath_wb_protected) /tmp/ruby/src/trunk-O0/gc.c:2895
/tmp/ruby/build/trunk-O0/ruby(newobj_of0+0x109) [0x556b98e05ced] /tmp/ruby/src/trunk-O0/gc.c:2937
/tmp/ruby/build/trunk-O0/ruby(newobj_of+0x41) [0x556b98e05d59] /tmp/ruby/src/trunk-O0/gc.c:2947
/tmp/ruby/build/trunk-O0/ruby(rb_imemo_new+0x65) [0x556b98e060ca] /tmp/ruby/src/trunk-O0/gc.c:3052
/tmp/ruby/build/trunk-O0/ruby(vm_ic_update+0x66) [0x556b98feeab2] /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5865
/tmp/ruby/build/trunk-O0/ruby(rb_vm_opt_getconstant_path+0xcd) [0x556b98feec4c] /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5893
/tmp/ruby/build/trunk-O0/ruby(vm_exec_core+0xe6c) [0x556b98ff2733] ../../src/trunk-O0/insns.def:263
/tmp/ruby/build/trunk-O0/ruby(rb_vm_exec+0x140) [0x556b9900bc46] /tmp/ruby/src/trunk-O0/vm.c:2486
/tmp/ruby/build/trunk-O0/ruby(invoke_block+0xd8) [0x556b99008833] /tmp/ruby/src/trunk-O0/vm.c:1509
/tmp/ruby/build/trunk-O0/ruby(invoke_iseq_block_from_c+0x1f5) [0x556b99008c59] /tmp/ruby/src/trunk-O0/vm.c:1579
/tmp/ruby/build/trunk-O0/ruby(invoke_block_from_c_bh) /tmp/ruby/src/trunk-O0/vm.c:1597
/tmp/ruby/build/trunk-O0/ruby(vm_yield_with_cref+0x5a) [0x556b99008e53] /tmp/ruby/src/trunk-O0/vm.c:1634
/tmp/ruby/build/trunk-O0/ruby(vm_yield+0x38) [0x556b99008e91] /tmp/ruby/src/trunk-O0/vm.c:1642
/tmp/ruby/build/trunk-O0/ruby(rb_yield_0+0x2f) [0x556b99003793] /tmp/ruby/src/trunk-O0/vm_eval.c:1366
/tmp/ruby/build/trunk-O0/ruby(rb_yield+0x42) [0x556b990037fa] /tmp/ruby/src/trunk-O0/vm_eval.c:1382
/tmp/ruby/build/trunk-O0/ruby(rb_ary_collect+0x85) [0x556b99146b84] /tmp/ruby/src/trunk-O0/array.c:3630
/tmp/ruby/build/trunk-O0/ruby(ractor_safe_call_cfunc_0+0x30) [0x556b98fe6b4f] /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3306
/tmp/ruby/build/trunk-O0/ruby(vm_call_cfunc_with_frame_+0x21d) [0x556b98fe7754] /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
/tmp/ruby/build/trunk-O0/ruby(vm_call_cfunc_with_frame+0x79) [0x556b98fe7929] /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
/tmp/ruby/build/trunk-O0/ruby(vm_sendish+0x1f6) [0x556b98fedccb] /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
/tmp/ruby/build/trunk-O0/ruby(vm_exec_core+0x37ec) [0x556b98ff50b3] ../../src/trunk-O0/insns.def:814
/tmp/ruby/build/trunk-O0/ruby(rb_vm_exec+0x140) [0x556b9900bc46] /tmp/ruby/src/trunk-O0/vm.c:2486
/tmp/ruby/build/trunk-O0/ruby(invoke_block+0xd8) [0x556b99008833] /tmp/ruby/src/trunk-O0/vm.c:1509
/tmp/ruby/build/trunk-O0/ruby(invoke_iseq_block_from_c+0x1f5) [0x556b99008c59] /tmp/ruby/src/trunk-O0/vm.c:1579
/tmp/ruby/build/trunk-O0/ruby(invoke_block_from_c_bh) /tmp/ruby/src/trunk-O0/vm.c:1597
/tmp/ruby/build/trunk-O0/ruby(vm_yield_with_cref+0x5a) [0x556b99008e53] /tmp/ruby/src/trunk-O0/vm.c:1634
/tmp/ruby/build/trunk-O0/ruby(vm_yield+0x38) [0x556b99008e91] /tmp/ruby/src/trunk-O0/vm.c:1642
/tmp/ruby/build/trunk-O0/ruby(rb_yield_0+0x2f) [0x556b99003793] /tmp/ruby/src/trunk-O0/vm_eval.c:1366
/tmp/ruby/build/trunk-O0/ruby(rb_yield+0x42) [0x556b990037fa] /tmp/ruby/src/trunk-O0/vm_eval.c:1382
/tmp/ruby/build/trunk-O0/ruby(rb_ary_collect+0x85) [0x556b99146b84] /tmp/ruby/src/trunk-O0/array.c:3630
/tmp/ruby/build/trunk-O0/ruby(ractor_safe_call_cfunc_0+0x30) [0x556b98fe6b4f] /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3306
/tmp/ruby/build/trunk-O0/ruby(vm_call_cfunc_with_frame_+0x21d) [0x556b98fe7754] /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
/tmp/ruby/build/trunk-O0/ruby(vm_call_cfunc_with_frame+0x79) [0x556b98fe7929] /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
/tmp/ruby/build/trunk-O0/ruby(vm_sendish+0x1f6) [0x556b98fedccb] /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
/tmp/ruby/build/trunk-O0/ruby(vm_exec_core+0x37ec) [0x556b98ff50b3] ../../src/trunk-O0/insns.def:814
/tmp/ruby/build/trunk-O0/ruby(vm_exec_loop+0x65) [0x556b9900bd51] /tmp/ruby/src/trunk-O0/vm.c:2513
/tmp/ruby/build/trunk-O0/ruby(rb_vm_exec+0x193) [0x556b9900bc99] /tmp/ruby/src/trunk-O0/vm.c:2492
/tmp/ruby/build/trunk-O0/ruby(rb_iseq_eval_main+0x3d) [0x556b9900caa5] /tmp/ruby/src/trunk-O0/vm.c:2752
/tmp/ruby/build/trunk-O0/ruby(rb_ec_exec_node+0x13e) [0x556b98defbcb] /tmp/ruby/src/trunk-O0/eval.c:287
/tmp/ruby/build/trunk-O0/ruby(ruby_run_node+0x96) [0x556b98defd48] /tmp/ruby/src/trunk-O0/eval.c:328
/tmp/ruby/build/trunk-O0/ruby(rb_main+0x4c) [0x556b98deb5b4] /tmp/ruby/src/trunk-O0/main.c:39
/tmp/ruby/build/trunk-O0/ruby(main+0x4b) [0x556b98deb615] /tmp/ruby/src/trunk-O0/main.c:58

-- Other runtime information -----------------------------------------------

* Process memory map:

556b98da2000-556b98de5000 r--p 00000000 00:a4 14046254                   /tmp/ruby/build/trunk-O0/ruby
556b98de5000-556b9922d000 r-xp 00043000 00:a4 14046254                   /tmp/ruby/build/trunk-O0/ruby
556b9922d000-556b99416000 r--p 0048b000 00:a4 14046254                   /tmp/ruby/build/trunk-O0/ruby
556b99416000-556b9942d000 r--p 00673000 00:a4 14046254                   /tmp/ruby/build/trunk-O0/ruby
556b9942d000-556b9942f000 rw-p 0068a000 00:a4 14046254                   /tmp/ruby/build/trunk-O0/ruby
556b9942f000-556b99445000 rw-p 00000000 00:00 0 
556b9a353000-556ba3a7e000 rw-p 00000000 00:00 0                          [heap]
7f2c00000000-7f2c00a2f000 rw-p 00000000 00:00 0 
7f2c00a2f000-7f2c04000000 ---p 00000000 00:00 0 
7f2c08000000-7f2c08021000 rw-p 00000000 00:00 0 
7f2c08021000-7f2c0c000000 ---p 00000000 00:00 0 
7f2c0c000000-7f2c0c520000 rw-p 00000000 00:00 0 
7f2c0c520000-7f2c10000000 ---p 00000000 00:00 0 
7f2c10000000-7f2c10021000 rw-p 00000000 00:00 0 
7f2c10021000-7f2c14000000 ---p 00000000 00:00 0 
7f2c14000000-7f2c14601000 rw-p 00000000 00:00 0 
7f2c14601000-7f2c18000000 ---p 00000000 00:00 0 
7f2c18000000-7f2c18021000 rw-p 00000000 00:00 0 
7f2c18021000-7f2c1c000000 ---p 00000000 00:00 0 
7f2c1c000000-7f2c1c021000 rw-p 00000000 00:00 0 
7f2c1c021000-7f2c20000000 ---p 00000000 00:00 0 
7f2c20000000-7f2c20021000 rw-p 00000000 00:00 0 
7f2c20021000-7f2c24000000 ---p 00000000 00:00 0 
7f2c24000000-7f2c24021000 rw-p 00000000 00:00 0 
7f2c24021000-7f2c28000000 ---p 00000000 00:00 0 
7f2c28000000-7f2c28021000 rw-p 00000000 00:00 0 
7f2c28021000-7f2c2c000000 ---p 00000000 00:00 0 
7f2c2c000000-7f2c2c021000 rw-p 00000000 00:00 0 
7f2c2c021000-7f2c30000000 ---p 00000000 00:00 0 
7f2c30000000-7f2c30021000 rw-p 00000000 00:00 0 
7f2c30021000-7f2c34000000 ---p 00000000 00:00 0 
7f2c34000000-7f2c34021000 rw-p 00000000 00:00 0 
7f2c34021000-7f2c38000000 ---p 00000000 00:00 0 
7f2c38000000-7f2c38021000 rw-p 00000000 00:00 0 
7f2c38021000-7f2c3c000000 ---p 00000000 00:00 0 
7f2c3c000000-7f2c3c623000 rw-p 00000000 00:00 0 
7f2c3c623000-7f2c40000000 ---p 00000000 00:00 0 
7f2c40000000-7f2c40021000 rw-p 00000000 00:00 0 
7f2c40021000-7f2c44000000 ---p 00000000 00:00 0 
7f2c44000000-7f2c44021000 rw-p 00000000 00:00 0 
7f2c44021000-7f2c48000000 ---p 00000000 00:00 0 
7f2c48000000-7f2c48021000 rw-p 00000000 00:00 0 
7f2c48021000-7f2c4c000000 ---p 00000000 00:00 0 
7f2c4c000000-7f2c4c021000 rw-p 00000000 00:00 0 
7f2c4c021000-7f2c50000000 ---p 00000000 00:00 0 
7f2c50000000-7f2c5210c000 rw-p 00000000 00:00 0 
7f2c5210c000-7f2c54000000 ---p 00000000 00:00 0 
7f2c54000000-7f2c54021000 rw-p 00000000 00:00 0 
7f2c54021000-7f2c58000000 ---p 00000000 00:00 0 
7f2c58000000-7f2c5880c000 rw-p 00000000 00:00 0 
7f2c5880c000-7f2c5c000000 ---p 00000000 00:00 0 
7f2c5c000000-7f2c5c621000 rw-p 00000000 00:00 0 
7f2c5c621000-7f2c60000000 ---p 00000000 00:00 0 
7f2c60000000-7f2c6020c000 rw-p 00000000 00:00 0 
7f2c6020c000-7f2c64000000 ---p 00000000 00:00 0 
7f2c64000000-7f2c6420c000 rw-p 00000000 00:00 0 
7f2c6420c000-7f2c68000000 ---p 00000000 00:00 0 
7f2c68000000-7f2c6ac0c000 rw-p 00000000 00:00 0 
7f2c6ac0c000-7f2c6c000000 ---p 00000000 00:00 0 
7f2c6c000000-7f2c6c20c000 rw-p 00000000 00:00 0 
7f2c6c20c000-7f2c70000000 ---p 00000000 00:00 0 
7f2c70000000-7f2c7020c000 rw-p 00000000 00:00 0 
7f2c7020c000-7f2c74000000 ---p 00000000 00:00 0 
7f2c752cd000-7f2c754eb000 r--s 00000000 00:a4 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f2c754eb000-7f2c76f40000 r--s 00000000 00:a4 14046254                   /tmp/ruby/build/trunk-O0/ruby
7f2c76f40000-7f2c76fa0000 rw-p 00000000 00:00 0 
7f2c76fa1000-7f2c76fa2000 r--p 00000000 00:a4 14688274                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/printf.so
7f2c76fa2000-7f2c76fa3000 r-xp 00001000 00:a4 14688274                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/printf.so
7f2c76fa3000-7f2c76fa4000 r--p 00002000 00:a4 14688274                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/printf.so
7f2c76fa4000-7f2c76fa5000 r--p 00002000 00:a4 14688274                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/printf.so
7f2c76fa5000-7f2c76fa6000 rw-p 00003000 00:a4 14688274                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/printf.so
7f2c76fa6000-7f2c76fa9000 r--p 00000000 00:a4 14585705                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/objspace.so
7f2c76fa9000-7f2c76fb1000 r-xp 00003000 00:a4 14585705                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/objspace.so
7f2c76fb1000-7f2c76fb4000 r--p 0000b000 00:a4 14585705                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/objspace.so
7f2c76fb4000-7f2c76fb5000 ---p 0000e000 00:a4 14585705                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/objspace.so
7f2c76fb5000-7f2c76fb6000 r--p 0000e000 00:a4 14585705                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/objspace.so
7f2c76fb6000-7f2c76fb7000 rw-p 0000f000 00:a4 14585705                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/objspace.so
7f2c76fb7000-7f2c76fb8000 r--p 00000000 00:a4 14576420                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/cp949.so
7f2c76fb8000-7f2c76fb9000 r-xp 00001000 00:a4 14576420                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/cp949.so
7f2c76fb9000-7f2c76fba000 r--p 00002000 00:a4 14576420                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/cp949.so
7f2c76fba000-7f2c76fbb000 r--p 00002000 00:a4 14576420                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/cp949.so
7f2c76fbb000-7f2c76fbc000 rw-p 00003000 00:a4 14576420                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/cp949.so
7f2c76fbc000-7f2c76fbd000 r--p 00000000 00:a4 14578251                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/korean.so
7f2c76fbd000-7f2c76fbe000 r-xp 00001000 00:a4 14578251                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/korean.so
7f2c76fbe000-7f2c76ff8000 r--p 00002000 00:a4 14578251                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/korean.so
7f2c76ff8000-7f2c76ff9000 ---p 0003c000 00:a4 14578251                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/korean.so
7f2c76ff9000-7f2c76ffa000 r--p 0003c000 00:a4 14578251                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/korean.so
7f2c76ffa000-7f2c76ffb000 rw-p 0003d000 00:a4 14578251                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/korean.so
7f2c76ffb000-7f2c76ffc000 r--p 00000000 00:a4 14578336                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/utf8_mac.so
7f2c76ffc000-7f2c76ffd000 r-xp 00001000 00:a4 14578336                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/utf8_mac.so
7f2c76ffd000-7f2c7703e000 r--p 00002000 00:a4 14578336                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/utf8_mac.so
7f2c7703e000-7f2c7703f000 r--p 00042000 00:a4 14578336                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/utf8_mac.so
7f2c7703f000-7f2c77040000 rw-p 00043000 00:a4 14578336                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/utf8_mac.so
7f2c77040000-7f2c77041000 r--p 00000000 00:a4 14582862                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/cesu_8.so
7f2c77041000-7f2c77042000 r-xp 00001000 00:a4 14582862                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/cesu_8.so
7f2c77042000-7f2c77043000 r--p 00002000 00:a4 14582862                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/cesu_8.so
7f2c77043000-7f2c77044000 r--p 00002000 00:a4 14582862                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/cesu_8.so
7f2c77044000-7f2c77045000 rw-p 00003000 00:a4 14582862                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/cesu_8.so
7f2c77045000-7f2c77046000 r--p 00000000 00:a4 14576407                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/cesu_8.so
7f2c77046000-7f2c77047000 r-xp 00001000 00:a4 14576407                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/cesu_8.so
7f2c77047000-7f2c77048000 r--p 00002000 00:a4 14576407                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/cesu_8.so
7f2c77048000-7f2c77049000 ---p 00003000 00:a4 14576407                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/cesu_8.so
7f2c77049000-7f2c7704a000 r--p 00003000 00:a4 14576407                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/cesu_8.so
7f2c7704a000-7f2c7704b000 rw-p 00004000 00:a4 14576407                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/cesu_8.so
7f2c7704b000-7f2c7704c000 r--p 00000000 00:a4 14578194                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/gbk.so
7f2c7704c000-7f2c7704d000 r-xp 00001000 00:a4 14578194                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/gbk.so
7f2c7704d000-7f2c7707c000 r--p 00002000 00:a4 14578194                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/gbk.so
7f2c7707c000-7f2c7707d000 r--p 00030000 00:a4 14578194                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/gbk.so
7f2c7707d000-7f2c7707e000 rw-p 00031000 00:a4 14578194                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/gbk.so
7f2c7707e000-7f2c7707f000 r--p 00000000 00:a4 14576465                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/gbk.so
7f2c7707f000-7f2c77080000 r-xp 00001000 00:a4 14576465                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/gbk.so
7f2c77080000-7f2c77081000 r--p 00002000 00:a4 14576465                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/gbk.so
7f2c77081000-7f2c77082000 r--p 00002000 00:a4 14576465                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/gbk.so
7f2c77082000-7f2c77083000 rw-p 00003000 00:a4 14576465                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/gbk.so
7f2c77083000-7f2c77084000 r--p 00000000 00:a4 14576326                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1254.so
7f2c77084000-7f2c77085000 r-xp 00001000 00:a4 14576326                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1254.so
7f2c77085000-7f2c77086000 r--p 00002000 00:a4 14576326                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1254.so
7f2c77086000-7f2c77087000 r--p 00002000 00:a4 14576326                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1254.so
7f2c77087000-7f2c77088000 rw-p 00003000 00:a4 14576326                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1254.so
7f2c77088000-7f2c77089000 r--p 00000000 00:a4 14576058                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/ebcdic.so
7f2c77089000-7f2c7708a000 r-xp 00001000 00:a4 14576058                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/ebcdic.so
7f2c7708a000-7f2c7708b000 r--p 00002000 00:a4 14576058                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/ebcdic.so
7f2c7708b000-7f2c7708c000 r--p 00002000 00:a4 14576058                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/ebcdic.so
7f2c7708c000-7f2c7708d000 rw-p 00003000 00:a4 14576058                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/ebcdic.so
7f2c7708d000-7f2c7708e000 r--p 00000000 00:a4 14578111                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/gb18030.so
7f2c7708e000-7f2c7708f000 r-xp 00001000 00:a4 14578111                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/gb18030.so
7f2c7708f000-7f2c770ba000 r--p 00002000 00:a4 14578111                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/gb18030.so
7f2c770ba000-7f2c770bb000 r--p 0002c000 00:a4 14578111                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/gb18030.so
7f2c770bb000-7f2c770bc000 rw-p 0002d000 00:a4 14578111                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/gb18030.so
7f2c770bc000-7f2c770bd000 r--p 00000000 00:a4 14576440                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/gb18030.so
7f2c770bd000-7f2c770be000 r-xp 00001000 00:a4 14576440                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/gb18030.so
7f2c770be000-7f2c770bf000 r--p 00002000 00:a4 14576440                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/gb18030.so
7f2c770bf000-7f2c770c0000 r--p 00002000 00:a4 14576440                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/gb18030.so
7f2c770c0000-7f2c770c1000 rw-p 00003000 00:a4 14576440                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/gb18030.so
7f2c770c1000-7f2c770c2000 r--p 00000000 00:a4 14576393                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7f2c770c2000-7f2c770c3000 r-xp 00001000 00:a4 14576393                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7f2c770c3000-7f2c770e0000 r--p 00002000 00:a4 14576393                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7f2c770e0000-7f2c770e1000 r--p 0001e000 00:a4 14576393                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7f2c770e1000-7f2c770e2000 rw-p 0001f000 00:a4 14576393                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
7f2c770e2000-7f2c770e3000 r--p 00000000 00:a4 14570031                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/emoji.so
7f2c770e3000-7f2c770e4000 r-xp 00001000 00:a4 14570031                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/emoji.so
7f2c770e4000-7f2c770ee000 r--p 00002000 00:a4 14570031                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/emoji.so
7f2c770ee000-7f2c770ef000 ---p 0000c000 00:a4 14570031                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/emoji.so
7f2c770ef000-7f2c770f0000 r--p 0000c000 00:a4 14570031                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/emoji.so
7f2c770f0000-7f2c770f1000 rw-p 0000d000 00:a4 14570031                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/emoji.so
7f2c770f1000-7f2c770f2000 r--p 00000000 00:a4 14576438                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/escape.so
7f2c770f2000-7f2c770f3000 r-xp 00001000 00:a4 14576438                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/escape.so
7f2c770f3000-7f2c770f4000 r--p 00002000 00:a4 14576438                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/escape.so
7f2c770f4000-7f2c770f5000 r--p 00002000 00:a4 14576438                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/escape.so
7f2c770f5000-7f2c770f6000 rw-p 00003000 00:a4 14576438                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/escape.so
7f2c770f6000-7f2c770f7000 r--p 00000000 00:a4 14576362                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/japanese.so
7f2c770f7000-7f2c770f8000 r-xp 00001000 00:a4 14576362                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/japanese.so
7f2c770f8000-7f2c770f9000 r--p 00002000 00:a4 14576362                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/japanese.so
7f2c770f9000-7f2c770fa000 r--p 00002000 00:a4 14576362                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/japanese.so
7f2c770fa000-7f2c770fb000 rw-p 00003000 00:a4 14576362                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/japanese.so
7f2c770fb000-7f2c770fc000 r--p 00000000 00:a4 14576496                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_7.so
7f2c770fc000-7f2c770fd000 r-xp 00001000 00:a4 14576496                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_7.so
7f2c770fd000-7f2c770fe000 r--p 00002000 00:a4 14576496                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_7.so
7f2c770fe000-7f2c770ff000 r--p 00002000 00:a4 14576496                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_7.so
7f2c770ff000-7f2c77100000 rw-p 00003000 00:a4 14576496                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_7.so
7f2c77100000-7f2c77101000 r--p 00000000 00:a4 14582679                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/chinese.so
7f2c77101000-7f2c77102000 r-xp 00001000 00:a4 14582679                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/chinese.so
7f2c77102000-7f2c7712e000 r--p 00002000 00:a4 14582679                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/chinese.so
7f2c7712e000-7f2c7712f000 r--p 0002d000 00:a4 14582679                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/chinese.so
7f2c7712f000-7f2c77130000 rw-p 0002e000 00:a4 14582679                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/chinese.so
7f2c77130000-7f2c77131000 r--p 00000000 00:a4 14576431                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/euc_kr.so
7f2c77131000-7f2c77132000 r-xp 00001000 00:a4 14576431                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/euc_kr.so
7f2c77132000-7f2c77133000 r--p 00002000 00:a4 14576431                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/euc_kr.so
7f2c77133000-7f2c77134000 r--p 00002000 00:a4 14576431                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/euc_kr.so
7f2c77134000-7f2c77135000 rw-p 00003000 00:a4 14576431                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/euc_kr.so
7f2c77135000-7f2c77136000 r--p 00000000 00:a4 14581380                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/big5.so
7f2c77136000-7f2c77137000 r-xp 00001000 00:a4 14581380                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/big5.so
7f2c77137000-7f2c771c3000 r--p 00002000 00:a4 14581380                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/big5.so
7f2c771c3000-7f2c771c4000 r--p 0008d000 00:a4 14581380                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/big5.so
7f2c771c4000-7f2c771c5000 rw-p 0008e000 00:a4 14581380                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/big5.so
7f2c771c5000-7f2c771c6000 r--p 00000000 00:a4 14576395                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/big5.so
7f2c771c6000-7f2c771c7000 r-xp 00001000 00:a4 14576395                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/big5.so
7f2c771c7000-7f2c771c9000 r--p 00002000 00:a4 14576395                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/big5.so
7f2c771c9000-7f2c771ca000 r--p 00003000 00:a4 14576395                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/big5.so
7f2c771ca000-7f2c771cb000 rw-p 00004000 00:a4 14576395                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/big5.so
7f2c771cb000-7f2c771cc000 r--p 00000000 00:a4 14578192                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1253.so
7f2c771cc000-7f2c771cd000 r-xp 00001000 00:a4 14578192                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1253.so
7f2c771cd000-7f2c771ce000 r--p 00002000 00:a4 14578192                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1253.so
7f2c771ce000-7f2c771cf000 r--p 00002000 00:a4 14578192                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1253.so
7f2c771cf000-7f2c771d0000 rw-p 00003000 00:a4 14578192                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1253.so
7f2c771d0000-7f2c771d1000 r--p 00000000 00:a4 14576422                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/emacs_mule.so
7f2c771d1000-7f2c771d2000 r-xp 00001000 00:a4 14576422                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/emacs_mule.so
7f2c771d2000-7f2c771d3000 r--p 00002000 00:a4 14576422                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/emacs_mule.so
7f2c771d3000-7f2c771d4000 r--p 00002000 00:a4 14576422                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/emacs_mule.so
7f2c771d4000-7f2c771d5000 rw-p 00003000 00:a4 14576422                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/emacs_mule.so
7f2c771d5000-7f2c771d6000 r--p 00000000 00:a4 14577022                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/iso2022.so
7f2c771d6000-7f2c771d7000 r-xp 00001000 00:a4 14577022                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/iso2022.so
7f2c771d7000-7f2c771d8000 r--p 00002000 00:a4 14577022                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/iso2022.so
7f2c771d8000-7f2c771d9000 ---p 00003000 00:a4 14577022                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/iso2022.so
7f2c771d9000-7f2c771da000 r--p 00003000 00:a4 14577022                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/iso2022.so
7f2c771da000-7f2c771db000 rw-p 00004000 00:a4 14577022                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/iso2022.so
7f2c771db000-7f2c771dc000 r--p 00000000 00:a4 14578202                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1257.so
7f2c771dc000-7f2c771dd000 r-xp 00001000 00:a4 14578202                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1257.so
7f2c771dd000-7f2c771de000 r--p 00002000 00:a4 14578202                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1257.so
7f2c771de000-7f2c771df000 r--p 00002000 00:a4 14578202                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1257.so
7f2c771df000-7f2c771e0000 rw-p 00003000 00:a4 14578202                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1257.so
7f2c771e0000-7f2c772c0000 rw-p 00000000 00:00 0 
7f2c772c1000-7f2c772c2000 r--p 00000000 00:a4 14682616                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/digest/sha1.so
7f2c772c2000-7f2c772c5000 r-xp 00001000 00:a4 14682616                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/digest/sha1.so
7f2c772c5000-7f2c772c6000 r--p 00004000 00:a4 14682616                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/digest/sha1.so
7f2c772c6000-7f2c772c7000 r--p 00004000 00:a4 14682616                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/digest/sha1.so
7f2c772c7000-7f2c772c8000 rw-p 00005000 00:a4 14682616                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/digest/sha1.so
7f2c772c8000-7f2c772c9000 r--p 00000000 00:a4 14578018                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_10.so
7f2c772c9000-7f2c772ca000 r-xp 00001000 00:a4 14578018                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_10.so
7f2c772ca000-7f2c772cb000 r--p 00002000 00:a4 14578018                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_10.so
7f2c772cb000-7f2c772cc000 r--p 00002000 00:a4 14578018                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_10.so
7f2c772cc000-7f2c772cd000 rw-p 00003000 00:a4 14578018                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_10.so
7f2c772cd000-7f2c772ce000 r--p 00000000 00:a4 14576512                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_8.so
7f2c772ce000-7f2c772cf000 r-xp 00001000 00:a4 14576512                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_8.so
7f2c772cf000-7f2c772d0000 r--p 00002000 00:a4 14576512                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_8.so
7f2c772d0000-7f2c772d1000 r--p 00002000 00:a4 14576512                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_8.so
7f2c772d1000-7f2c772d2000 rw-p 00003000 00:a4 14576512                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_8.so
7f2c772d2000-7f2c772d3000 r--p 00000000 00:a4 14578106                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_14.so
7f2c772d3000-7f2c772d4000 r-xp 00001000 00:a4 14578106                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_14.so
7f2c772d4000-7f2c772d5000 r--p 00002000 00:a4 14578106                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_14.so
7f2c772d5000-7f2c772d6000 r--p 00002000 00:a4 14578106                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_14.so
7f2c772d6000-7f2c772d7000 rw-p 00003000 00:a4 14578106                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_14.so
7f2c772d7000-7f2c772d8000 r--p 00000000 00:a4 14578133                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_16.so
7f2c772d8000-7f2c772d9000 r-xp 00001000 00:a4 14578133                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_16.so
7f2c772d9000-7f2c772da000 r--p 00002000 00:a4 14578133                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_16.so
7f2c772da000-7f2c772db000 r--p 00002000 00:a4 14578133                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_16.so
7f2c772db000-7f2c772dc000 rw-p 00003000 00:a4 14578133                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_16.so
7f2c772dc000-7f2c772dd000 r--p 00000000 00:a4 14576483                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_2.so
7f2c772dd000-7f2c772de000 r-xp 00001000 00:a4 14576483                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_2.so
7f2c772de000-7f2c772df000 r--p 00002000 00:a4 14576483                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_2.so
7f2c772df000-7f2c772e0000 r--p 00002000 00:a4 14576483                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_2.so
7f2c772e0000-7f2c772e1000 rw-p 00003000 00:a4 14576483                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_2.so
7f2c772e1000-7f2c772e2000 r--p 00000000 00:a4 14576495                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_6.so
7f2c772e2000-7f2c772e3000 r-xp 00001000 00:a4 14576495                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_6.so
7f2c772e3000-7f2c772e4000 r--p 00002000 00:a4 14576495                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_6.so
7f2c772e4000-7f2c772e5000 r--p 00002000 00:a4 14576495                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_6.so
7f2c772e5000-7f2c772e6000 rw-p 00003000 00:a4 14576495                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_6.so
7f2c772e6000-7f2c772e7000 r--p 00000000 00:a4 14576476                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_4.so
7f2c772e7000-7f2c772e8000 r-xp 00001000 00:a4 14576476                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_4.so
7f2c772e8000-7f2c772e9000 r--p 00002000 00:a4 14576476                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_4.so
7f2c772e9000-7f2c772ea000 r--p 00002000 00:a4 14576476                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_4.so
7f2c772ea000-7f2c772eb000 rw-p 00003000 00:a4 14576476                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_4.so
7f2c772eb000-7f2c772ec000 r--p 00000000 00:a4 14578147                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/koi8_u.so
7f2c772ec000-7f2c772ed000 r-xp 00001000 00:a4 14578147                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/koi8_u.so
7f2c772ed000-7f2c772ee000 r--p 00002000 00:a4 14578147                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/koi8_u.so
7f2c772ee000-7f2c772ef000 r--p 00002000 00:a4 14578147                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/koi8_u.so
7f2c772ef000-7f2c772f0000 rw-p 00003000 00:a4 14578147                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/koi8_u.so
7f2c772f0000-7f2c775e0000 rw-p 00000000 00:00 0 
7f2c775e0000-7f2c775e1000 r--p 00000000 00:a4 14578125                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_15.so
7f2c775e1000-7f2c775e2000 r-xp 00001000 00:a4 14578125                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_15.so
7f2c775e2000-7f2c775e3000 r--p 00002000 00:a4 14578125                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_15.so
7f2c775e3000-7f2c775e4000 r--p 00002000 00:a4 14578125                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_15.so
7f2c775e4000-7f2c775e5000 rw-p 00003000 00:a4 14578125                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_15.so
7f2c775e5000-7f2c775e6000 r--p 00000000 00:a4 14578081                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_13.so
7f2c775e6000-7f2c775e7000 r-xp 00001000 00:a4 14578081                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_13.so
7f2c775e7000-7f2c775e8000 r--p 00002000 00:a4 14578081                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_13.so
7f2c775e8000-7f2c775e9000 r--p 00002000 00:a4 14578081                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_13.so
7f2c775e9000-7f2c775ea000 rw-p 00003000 00:a4 14578081                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_13.so
7f2c775ea000-7f2c775eb000 r--p 00000000 00:a4 14578097                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_11.so
7f2c775eb000-7f2c775ec000 r-xp 00001000 00:a4 14578097                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_11.so
7f2c775ec000-7f2c775ed000 r--p 00002000 00:a4 14578097                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_11.so
7f2c775ed000-7f2c775ee000 r--p 00002000 00:a4 14578097                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_11.so
7f2c775ee000-7f2c775ef000 rw-p 00003000 00:a4 14578097                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_11.so
7f2c775ef000-7f2c775f2000 r--p 00000000 00:a4 14587056                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/bigdecimal.so
7f2c775f2000-7f2c7760a000 r-xp 00003000 00:a4 14587056                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/bigdecimal.so
7f2c7760a000-7f2c7760e000 r--p 0001b000 00:a4 14587056                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/bigdecimal.so
7f2c7760e000-7f2c7760f000 r--p 0001e000 00:a4 14587056                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/bigdecimal.so
7f2c7760f000-7f2c77610000 rw-p 0001f000 00:a4 14587056                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/bigdecimal.so
7f2c77610000-7f2c77790000 rw-p 00000000 00:00 0 
7f2c77792000-7f2c77793000 r--p 00000000 00:a4 14576485                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_5.so
7f2c77793000-7f2c77794000 r-xp 00001000 00:a4 14576485                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_5.so
7f2c77794000-7f2c77795000 r--p 00002000 00:a4 14576485                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_5.so
7f2c77795000-7f2c77796000 r--p 00002000 00:a4 14576485                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_5.so
7f2c77796000-7f2c77797000 rw-p 00003000 00:a4 14576485                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_5.so
7f2c77797000-7f2c77798000 r--p 00000000 00:a4 14577841                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/koi8_r.so
7f2c77798000-7f2c77799000 r-xp 00001000 00:a4 14577841                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/koi8_r.so
7f2c77799000-7f2c7779a000 r--p 00002000 00:a4 14577841                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/koi8_r.so
7f2c7779a000-7f2c7779b000 r--p 00002000 00:a4 14577841                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/koi8_r.so
7f2c7779b000-7f2c7779c000 rw-p 00003000 00:a4 14577841                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/koi8_r.so
7f2c7779c000-7f2c7779d000 ---p 00000000 00:00 0 
7f2c7779d000-7f2c777bd000 rw-p 00000000 00:00 0 
7f2c777bd000-7f2c777be000 ---p 00000000 00:00 0 
7f2c777be000-7f2c777de000 rw-p 00000000 00:00 0 
7f2c777de000-7f2c777df000 ---p 00000000 00:00 0 
7f2c777df000-7f2c777ff000 rw-p 00000000 00:00 0 
7f2c777ff000-7f2c77800000 ---p 00000000 00:00 0 
7f2c77800000-7f2c78000000 rw-p 00000000 00:00 0 
7f2c78000000-7f2c78c3d000 rw-p 00000000 00:00 0 
7f2c78c3d000-7f2c7c000000 ---p 00000000 00:00 0 
7f2c7c000000-7f2c7c20d000 rw-p 00000000 00:00 0 
7f2c7c20d000-7f2c80000000 ---p 00000000 00:00 0 
7f2c80000000-7f2c80021000 rw-p 00000000 00:00 0 
7f2c80021000-7f2c84000000 ---p 00000000 00:00 0 
7f2c84000000-7f2c84021000 rw-p 00000000 00:00 0 
7f2c84021000-7f2c88000000 ---p 00000000 00:00 0 
7f2c88000000-7f2c8843e000 rw-p 00000000 00:00 0 
7f2c8843e000-7f2c8c000000 ---p 00000000 00:00 0 
7f2c8c004000-7f2c8c005000 r--p 00000000 00:a4 14576441                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_3.so
7f2c8c005000-7f2c8c006000 r-xp 00001000 00:a4 14576441                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_3.so
7f2c8c006000-7f2c8c007000 r--p 00002000 00:a4 14576441                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_3.so
7f2c8c007000-7f2c8c008000 r--p 00002000 00:a4 14576441                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_3.so
7f2c8c008000-7f2c8c009000 rw-p 00003000 00:a4 14576441                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_3.so
7f2c8c009000-7f2c8c00a000 r--p 00000000 00:a4 14576508                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_9.so
7f2c8c00a000-7f2c8c00b000 r-xp 00001000 00:a4 14576508                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_9.so
7f2c8c00b000-7f2c8c00c000 r--p 00002000 00:a4 14576508                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_9.so
7f2c8c00c000-7f2c8c00d000 r--p 00002000 00:a4 14576508                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_9.so
7f2c8c00d000-7f2c8c00e000 rw-p 00003000 00:a4 14576508                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_9.so
7f2c8c00e000-7f2c8c00f000 r--p 00000000 00:a4 14578184                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1252.so
7f2c8c00f000-7f2c8c010000 r-xp 00001000 00:a4 14578184                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1252.so
7f2c8c010000-7f2c8c011000 r--p 00002000 00:a4 14578184                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1252.so
7f2c8c011000-7f2c8c012000 r--p 00002000 00:a4 14578184                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1252.so
7f2c8c012000-7f2c8c013000 rw-p 00003000 00:a4 14578184                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1252.so
7f2c8c013000-7f2c8c014000 r--p 00000000 00:a4 14578182                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1250.so
7f2c8c014000-7f2c8c015000 r-xp 00001000 00:a4 14578182                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1250.so
7f2c8c015000-7f2c8c016000 r--p 00002000 00:a4 14578182                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1250.so
7f2c8c016000-7f2c8c017000 r--p 00002000 00:a4 14578182                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1250.so
7f2c8c017000-7f2c8c018000 rw-p 00003000 00:a4 14578182                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1250.so
7f2c8c018000-7f2c8c019000 r--p 00000000 00:a4 14683243                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/load/stringify_target.so
7f2c8c019000-7f2c8c01a000 r-xp 00001000 00:a4 14683243                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/load/stringify_target.so
7f2c8c01a000-7f2c8c01b000 r--p 00002000 00:a4 14683243                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/load/stringify_target.so
7f2c8c01b000-7f2c8c01c000 r--p 00002000 00:a4 14683243                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/load/stringify_target.so
7f2c8c01c000-7f2c8c01d000 rw-p 00003000 00:a4 14683243                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/load/stringify_target.so
7f2c8c01d000-7f2c8c01e000 ---p 00000000 00:00 0 
7f2c8c01e000-7f2c8c03e000 rw-p 00000000 00:00 0 
7f2c8c03e000-7f2c8c03f000 ---p 00000000 00:00 0 
7f2c8c03f000-7f2c8c05f000 rw-p 00000000 00:00 0 
7f2c8c05f000-7f2c8c060000 ---p 00000000 00:00 0 
7f2c8c060000-7f2c8c080000 rw-p 00000000 00:00 0 
7f2c8c080000-7f2c8c081000 ---p 00000000 00:00 0 
7f2c8c081000-7f2c8c0a1000 rw-p 00000000 00:00 0 
7f2c8c0a1000-7f2c8c0a2000 ---p 00000000 00:00 0 
7f2c8c0a2000-7f2c8c0c2000 rw-p 00000000 00:00 0 
7f2c8c0c2000-7f2c8c0c3000 ---p 00000000 00:00 0 
7f2c8c0c3000-7f2c8c0e3000 rw-p 00000000 00:00 0 
7f2c8c0e3000-7f2c8c0e4000 ---p 00000000 00:00 0 
7f2c8c0e4000-7f2c8c104000 rw-p 00000000 00:00 0 
7f2c8c104000-7f2c8c105000 ---p 00000000 00:00 0 
7f2c8c105000-7f2c8c125000 rw-p 00000000 00:00 0 
7f2c8c125000-7f2c8c126000 ---p 00000000 00:00 0 
7f2c8c126000-7f2c8c146000 rw-p 00000000 00:00 0 
7f2c8c146000-7f2c8c147000 ---p 00000000 00:00 0 
7f2c8c147000-7f2c8c167000 rw-p 00000000 00:00 0 
7f2c8c167000-7f2c8c168000 ---p 00000000 00:00 0 
7f2c8c168000-7f2c8c188000 rw-p 00000000 00:00 0 
7f2c8c188000-7f2c8c189000 ---p 00000000 00:00 0 
7f2c8c189000-7f2c8c1a9000 rw-p 00000000 00:00 0 
7f2c8c1a9000-7f2c8c1aa000 ---p 00000000 00:00 0 
7f2c8c1aa000-7f2c8c1ca000 rw-p 00000000 00:00 0 
7f2c8c1ca000-7f2c8c1cb000 ---p 00000000 00:00 0 
7f2c8c1cb000-7f2c8c1eb000 rw-p 00000000 00:00 0 
7f2c8c1eb000-7f2c8c1ec000 ---p 00000000 00:00 0 
7f2c8c1ec000-7f2c8c20c000 rw-p 00000000 00:00 0 
7f2c8c20c000-7f2c8c20d000 ---p 00000000 00:00 0 
7f2c8c20d000-7f2c8c22d000 rw-p 00000000 00:00 0 
7f2c8c22d000-7f2c8c22e000 ---p 00000000 00:00 0 
7f2c8c22e000-7f2c8c24e000 rw-p 00000000 00:00 0 
7f2c8c24e000-7f2c8c24f000 ---p 00000000 00:00 0 
7f2c8c24f000-7f2c8c26f000 rw-p 00000000 00:00 0 
7f2c8c26f000-7f2c8c270000 ---p 00000000 00:00 0 
7f2c8c270000-7f2c8c2a0000 rw-p 00000000 00:00 0 
7f2c8c2a1000-7f2c8c2a2000 r--p 00000000 00:a4 14683242                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/load/stringify_symbols.so
7f2c8c2a2000-7f2c8c2a3000 r-xp 00001000 00:a4 14683242                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/load/stringify_symbols.so
7f2c8c2a3000-7f2c8c2a4000 r--p 00002000 00:a4 14683242                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/load/stringify_symbols.so
7f2c8c2a4000-7f2c8c2a5000 r--p 00002000 00:a4 14683242                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/load/stringify_symbols.so
7f2c8c2a5000-7f2c8c2a6000 rw-p 00003000 00:a4 14683242                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/load/stringify_symbols.so
7f2c8c2a6000-7f2c8c2a7000 r--p 00000000 00:a4 14682593                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/file.so
7f2c8c2a7000-7f2c8c2a8000 r-xp 00001000 00:a4 14682593                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/file.so
7f2c8c2a8000-7f2c8c2a9000 r--p 00002000 00:a4 14682593                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/file.so
7f2c8c2a9000-7f2c8c2aa000 r--p 00002000 00:a4 14682593                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/file.so
7f2c8c2aa000-7f2c8c2ab000 rw-p 00003000 00:a4 14682593                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/file.so
7f2c8c2ab000-7f2c8c2ac000 r--p 00000000 00:a4 14587075                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/fcntl.so
7f2c8c2ac000-7f2c8c2ad000 r-xp 00001000 00:a4 14587075                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/fcntl.so
7f2c8c2ad000-7f2c8c2ae000 r--p 00002000 00:a4 14587075                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/fcntl.so
7f2c8c2ae000-7f2c8c2af000 r--p 00002000 00:a4 14587075                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/fcntl.so
7f2c8c2af000-7f2c8c2b0000 rw-p 00003000 00:a4 14587075                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/fcntl.so
7f2c8c2b0000-7f2c8c350000 rw-p 00000000 00:00 0 
7f2c8c353000-7f2c8c354000 r--p 00000000 00:a4 14578173                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/utf_32le.so
7f2c8c354000-7f2c8c355000 r-xp 00001000 00:a4 14578173                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/utf_32le.so
7f2c8c355000-7f2c8c356000 r--p 00002000 00:a4 14578173                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/utf_32le.so
7f2c8c356000-7f2c8c357000 r--p 00002000 00:a4 14578173                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/utf_32le.so
7f2c8c357000-7f2c8c358000 rw-p 00003000 00:a4 14578173                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/utf_32le.so
7f2c8c358000-7f2c8c359000 r--p 00000000 00:a4 14578166                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/utf_32be.so
7f2c8c359000-7f2c8c35a000 r-xp 00001000 00:a4 14578166                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/utf_32be.so
7f2c8c35a000-7f2c8c35b000 r--p 00002000 00:a4 14578166                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/utf_32be.so
7f2c8c35b000-7f2c8c35c000 r--p 00002000 00:a4 14578166                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/utf_32be.so
7f2c8c35c000-7f2c8c35d000 rw-p 00003000 00:a4 14578166                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/utf_32be.so
7f2c8c35d000-7f2c8c35f000 r--p 00000000 00:a4 13112707                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
7f2c8c35f000-7f2c8c366000 r-xp 00002000 00:a4 13112707                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
7f2c8c366000-7f2c8c367000 r--p 00009000 00:a4 13112707                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
7f2c8c367000-7f2c8c368000 ---p 0000a000 00:a4 13112707                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
7f2c8c368000-7f2c8c369000 r--p 0000a000 00:a4 13112707                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
7f2c8c369000-7f2c8c36a000 rw-p 0000b000 00:a4 13112707                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
7f2c8c36a000-7f2c8c36e000 r--p 00000000 00:a4 14587145                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/fiddle.so
7f2c8c36e000-7f2c8c379000 r-xp 00004000 00:a4 14587145                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/fiddle.so
7f2c8c379000-7f2c8c37d000 r--p 0000f000 00:a4 14587145                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/fiddle.so
7f2c8c37d000-7f2c8c37e000 ---p 00013000 00:a4 14587145                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/fiddle.so
7f2c8c37e000-7f2c8c37f000 r--p 00013000 00:a4 14587145                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/fiddle.so
7f2c8c37f000-7f2c8c380000 rw-p 00014000 00:a4 14587145                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/fiddle.so
7f2c8c380000-7f2c8c3d0000 rw-p 00000000 00:00 0 
7f2c8c3d0000-7f2c8c3d1000 r--p 00000000 00:a4 14586808                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/continuation.so
7f2c8c3d1000-7f2c8c3d2000 r-xp 00001000 00:a4 14586808                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/continuation.so
7f2c8c3d2000-7f2c8c3d3000 r--p 00002000 00:a4 14586808                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/continuation.so
7f2c8c3d3000-7f2c8c3d4000 r--p 00002000 00:a4 14586808                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/continuation.so
7f2c8c3d4000-7f2c8c3d5000 rw-p 00003000 00:a4 14586808                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/continuation.so
7f2c8c3d5000-7f2c8c3d6000 r--p 00000000 00:a4 14576475                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_1.so
7f2c8c3d6000-7f2c8c3d7000 r-xp 00001000 00:a4 14576475                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_1.so
7f2c8c3d7000-7f2c8c3d8000 r--p 00002000 00:a4 14576475                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_1.so
7f2c8c3d8000-7f2c8c3d9000 r--p 00002000 00:a4 14576475                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_1.so
7f2c8c3d9000-7f2c8c3da000 rw-p 00003000 00:a4 14576475                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/iso_8859_1.so
7f2c8c3da000-7f2c8c3db000 ---p 00000000 00:00 0 
7f2c8c3db000-7f2c8c3fb000 rw-p 00000000 00:00 0 
7f2c8c3fb000-7f2c8c3fc000 ---p 00000000 00:00 0 
7f2c8c3fc000-7f2c8c41c000 rw-p 00000000 00:00 0 
7f2c8c41c000-7f2c8c41d000 ---p 00000000 00:00 0 
7f2c8c41d000-7f2c8c43d000 rw-p 00000000 00:00 0 
7f2c8c43d000-7f2c8c43e000 ---p 00000000 00:00 0 
7f2c8c43e000-7f2c8c45e000 rw-p 00000000 00:00 0 
7f2c8c45e000-7f2c8c45f000 ---p 00000000 00:00 0 
7f2c8c45f000-7f2c8c47f000 rw-p 00000000 00:00 0 
7f2c8c47f000-7f2c8c480000 ---p 00000000 00:00 0 
7f2c8c480000-7f2c8c620000 rw-p 00000000 00:00 0 
7f2c8c620000-7f2c8c622000 r--p 00000000 00:a4 14587177                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/pty.so
7f2c8c622000-7f2c8c624000 r-xp 00002000 00:a4 14587177                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/pty.so
7f2c8c624000-7f2c8c625000 r--p 00004000 00:a4 14587177                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/pty.so
7f2c8c625000-7f2c8c626000 r--p 00004000 00:a4 14587177                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/pty.so
7f2c8c626000-7f2c8c627000 rw-p 00005000 00:a4 14587177                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/pty.so
7f2c8c627000-7f2c8c628000 ---p 00000000 00:00 0 
7f2c8c628000-7f2c8ce28000 rw-p 00000000 00:00 0 
7f2c8ce28000-7f2c8ce29000 r--p 00000000 00:a4 14700312                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/digest/md5.so
7f2c8ce29000-7f2c8ce2b000 r-xp 00001000 00:a4 14700312                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/digest/md5.so
7f2c8ce2b000-7f2c8ce2c000 r--p 00003000 00:a4 14700312                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/digest/md5.so
7f2c8ce2c000-7f2c8ce2d000 r--p 00003000 00:a4 14700312                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/digest/md5.so
7f2c8ce2d000-7f2c8ce2e000 rw-p 00004000 00:a4 14700312                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/digest/md5.so
7f2c8ce2e000-7f2c8ce2f000 r--p 00000000 00:a4 14578149                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_31j.so
7f2c8ce2f000-7f2c8ce30000 r-xp 00001000 00:a4 14578149                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_31j.so
7f2c8ce30000-7f2c8ce31000 r--p 00002000 00:a4 14578149                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_31j.so
7f2c8ce31000-7f2c8ce32000 ---p 00003000 00:a4 14578149                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_31j.so
7f2c8ce32000-7f2c8ce33000 r--p 00003000 00:a4 14578149                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_31j.so
7f2c8ce33000-7f2c8ce34000 rw-p 00004000 00:a4 14578149                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_31j.so
7f2c8ce34000-7f2c8ce35000 r--p 00000000 00:a4 14697579                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/digest/sha2.so
7f2c8ce35000-7f2c8ce38000 r-xp 00001000 00:a4 14697579                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/digest/sha2.so
7f2c8ce38000-7f2c8ce39000 r--p 00004000 00:a4 14697579                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/digest/sha2.so
7f2c8ce39000-7f2c8ce3a000 r--p 00004000 00:a4 14697579                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/digest/sha2.so
7f2c8ce3a000-7f2c8ce3b000 rw-p 00005000 00:a4 14697579                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/digest/sha2.so
7f2c8ce3b000-7f2c8ce3c000 r--p 00000000 00:a4 14683148                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/iter.so
7f2c8ce3c000-7f2c8ce3d000 r-xp 00001000 00:a4 14683148                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/iter.so
7f2c8ce3d000-7f2c8ce3e000 r--p 00002000 00:a4 14683148                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/iter.so
7f2c8ce3e000-7f2c8ce3f000 r--p 00002000 00:a4 14683148                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/iter.so
7f2c8ce3f000-7f2c8ce40000 rw-p 00003000 00:a4 14683148                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/iter.so
7f2c8ce40000-7f2c8cea0000 rw-p 00000000 00:00 0 
7f2c8cea3000-7f2c8ceaa000 r--p 00000000 00:a4 14586290                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/ripper.so
7f2c8ceaa000-7f2c8ced1000 r-xp 00007000 00:a4 14586290                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/ripper.so
7f2c8ced1000-7f2c8ceed000 r--p 0002e000 00:a4 14586290                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/ripper.so
7f2c8ceed000-7f2c8ceef000 r--p 00049000 00:a4 14586290                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/ripper.so
7f2c8ceef000-7f2c8cef0000 rw-p 0004b000 00:a4 14586290                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/ripper.so
7f2c8cef0000-7f2c8cf20000 rw-p 00000000 00:00 0 
7f2c8cf20000-7f2c8cf21000 r--p 00000000 00:a4 14682293                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/erb/escape.so
7f2c8cf21000-7f2c8cf22000 r-xp 00001000 00:a4 14682293                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/erb/escape.so
7f2c8cf22000-7f2c8cf23000 r--p 00002000 00:a4 14682293                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/erb/escape.so
7f2c8cf23000-7f2c8cf24000 r--p 00002000 00:a4 14682293                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/erb/escape.so
7f2c8cf24000-7f2c8cf25000 rw-p 00003000 00:a4 14682293                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/erb/escape.so
7f2c8cf25000-7f2c8cf27000 r--p 00000000 00:a4 14587271                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/strscan.so
7f2c8cf27000-7f2c8cf2c000 r-xp 00002000 00:a4 14587271                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/strscan.so
7f2c8cf2c000-7f2c8cf2e000 r--p 00007000 00:a4 14587271                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/strscan.so
7f2c8cf2e000-7f2c8cf2f000 r--p 00008000 00:a4 14587271                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/strscan.so
7f2c8cf2f000-7f2c8cf30000 rw-p 00009000 00:a4 14587271                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/strscan.so
7f2c8cf30000-7f2c8d2a0000 rw-p 00000000 00:00 0 
7f2c8d2a1000-7f2c8d2a4000 r--p 00000000 00:a4 14578250                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/single_byte.so
7f2c8d2a4000-7f2c8d2a5000 r-xp 00003000 00:a4 14578250                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/single_byte.so
7f2c8d2a5000-7f2c8d2b9000 r--p 00004000 00:a4 14578250                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/single_byte.so
7f2c8d2b9000-7f2c8d2be000 r--p 00017000 00:a4 14578250                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/single_byte.so
7f2c8d2be000-7f2c8d2bf000 rw-p 0001c000 00:a4 14578250                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/single_byte.so
7f2c8d2bf000-7f2c8d2c0000 ---p 00000000 00:00 0 
7f2c8d2c0000-7f2c8d350000 rw-p 00000000 00:00 0 
7f2c8d350000-7f2c8d352000 r--p 00000000 00:a4 14696606                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/cgi/escape.so
7f2c8d352000-7f2c8d354000 r-xp 00002000 00:a4 14696606                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/cgi/escape.so
7f2c8d354000-7f2c8d356000 r--p 00004000 00:a4 14696606                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/cgi/escape.so
7f2c8d356000-7f2c8d357000 r--p 00005000 00:a4 14696606                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/cgi/escape.so
7f2c8d357000-7f2c8d358000 rw-p 00006000 00:a4 14696606                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/cgi/escape.so
7f2c8d358000-7f2c8d359000 r--p 00000000 00:a4 14578191                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/japanese_euc.so
7f2c8d359000-7f2c8d35a000 r-xp 00001000 00:a4 14578191                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/japanese_euc.so
7f2c8d35a000-7f2c8d3b0000 r--p 00002000 00:a4 14578191                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/japanese_euc.so
7f2c8d3b0000-7f2c8d3b1000 r--p 00057000 00:a4 14578191                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/japanese_euc.so
7f2c8d3b1000-7f2c8d3b2000 rw-p 00058000 00:a4 14578191                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/japanese_euc.so
7f2c8d3b2000-7f2c8d3b3000 r--p 00000000 00:a4 14576430                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/euc_jp.so
7f2c8d3b3000-7f2c8d3b4000 r-xp 00001000 00:a4 14576430                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/euc_jp.so
7f2c8d3b4000-7f2c8d3b5000 r--p 00002000 00:a4 14576430                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/euc_jp.so
7f2c8d3b5000-7f2c8d3b6000 ---p 00003000 00:a4 14576430                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/euc_jp.so
7f2c8d3b6000-7f2c8d3b7000 r--p 00003000 00:a4 14576430                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/euc_jp.so
7f2c8d3b7000-7f2c8d3b8000 rw-p 00004000 00:a4 14576430                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/euc_jp.so
7f2c8d3b8000-7f2c8d3b9000 r--p 00000000 00:a4 14578205                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7f2c8d3b9000-7f2c8d3ba000 r-xp 00001000 00:a4 14578205                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7f2c8d3ba000-7f2c8d3de000 r--p 00002000 00:a4 14578205                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7f2c8d3de000-7f2c8d3df000 r--p 00025000 00:a4 14578205                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7f2c8d3df000-7f2c8d3e0000 rw-p 00026000 00:a4 14578205                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7f2c8d3e0000-7f2c8d3f0000 rw-p 00000000 00:00 0 
7f2c8d3f4000-7f2c8d3f6000 r--p 00000000 00:a4 13129429                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.6
7f2c8d3f6000-7f2c8d40f000 r-xp 00002000 00:a4 13129429                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.6
7f2c8d40f000-7f2c8d413000 r--p 0001b000 00:a4 13129429                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.6
7f2c8d413000-7f2c8d414000 r--p 0001e000 00:a4 13129429                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.6
7f2c8d414000-7f2c8d415000 rw-p 0001f000 00:a4 13129429                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.6
7f2c8d415000-7f2c8d419000 r--p 00000000 00:a4 14586116                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/date_core.so
7f2c8d419000-7f2c8d443000 r-xp 00004000 00:a4 14586116                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/date_core.so
7f2c8d443000-7f2c8d44d000 r--p 0002e000 00:a4 14586116                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/date_core.so
7f2c8d44d000-7f2c8d44e000 r--p 00037000 00:a4 14586116                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/date_core.so
7f2c8d44e000-7f2c8d44f000 rw-p 00038000 00:a4 14586116                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/date_core.so
7f2c8d44f000-7f2c8d4b0000 rw-p 00000000 00:00 0 
7f2c8d4b2000-7f2c8d4b3000 r--p 00000000 00:a4 14578150                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/shift_jis.so
7f2c8d4b3000-7f2c8d4b4000 r-xp 00001000 00:a4 14578150                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/shift_jis.so
7f2c8d4b4000-7f2c8d4b5000 r--p 00002000 00:a4 14578150                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/shift_jis.so
7f2c8d4b5000-7f2c8d4b6000 ---p 00003000 00:a4 14578150                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/shift_jis.so
7f2c8d4b6000-7f2c8d4b7000 r--p 00003000 00:a4 14578150                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/shift_jis.so
7f2c8d4b7000-7f2c8d4b8000 rw-p 00004000 00:a4 14578150                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/shift_jis.so
7f2c8d4b8000-7f2c8d4b9000 r--p 00000000 00:a4 14578344                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/utf_16_32.so
7f2c8d4b9000-7f2c8d4bb000 r-xp 00001000 00:a4 14578344                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/utf_16_32.so
7f2c8d4bb000-7f2c8d4bc000 r--p 00003000 00:a4 14578344                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/utf_16_32.so
7f2c8d4bc000-7f2c8d4bd000 ---p 00004000 00:a4 14578344                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/utf_16_32.so
7f2c8d4bd000-7f2c8d4be000 r--p 00004000 00:a4 14578344                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/utf_16_32.so
7f2c8d4be000-7f2c8d4bf000 rw-p 00005000 00:a4 14578344                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/utf_16_32.so
7f2c8d4bf000-7f2c8d4c0000 ---p 00000000 00:00 0 
7f2c8d4c0000-7f2c8d520000 rw-p 00000000 00:00 0 
7f2c8d523000-7f2c8d526000 r--p 00000000 00:a4 14587209                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/psych.so
7f2c8d526000-7f2c8d52b000 r-xp 00003000 00:a4 14587209                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/psych.so
7f2c8d52b000-7f2c8d52d000 r--p 00008000 00:a4 14587209                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/psych.so
7f2c8d52d000-7f2c8d52e000 r--p 00009000 00:a4 14587209                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/psych.so
7f2c8d52e000-7f2c8d52f000 rw-p 0000a000 00:a4 14587209                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/psych.so
7f2c8d52f000-7f2c8d530000 ---p 00000000 00:00 0 
7f2c8d530000-7f2c8d560000 rw-p 00000000 00:00 0 
7f2c8d561000-7f2c8d563000 r--p 00000000 00:a4 14700892                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/json/ext/generator.so
7f2c8d563000-7f2c8d56a000 r-xp 00002000 00:a4 14700892                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/json/ext/generator.so
7f2c8d56a000-7f2c8d56c000 r--p 00009000 00:a4 14700892                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/json/ext/generator.so
7f2c8d56c000-7f2c8d56d000 r--p 0000a000 00:a4 14700892                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/json/ext/generator.so
7f2c8d56d000-7f2c8d56e000 rw-p 0000b000 00:a4 14700892                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/json/ext/generator.so
7f2c8d56e000-7f2c8d56f000 ---p 00000000 00:00 0 
7f2c8d56f000-7f2c8d58f000 rw-p 00000000 00:00 0 
7f2c8d58f000-7f2c8d590000 ---p 00000000 00:00 0 
7f2c8d590000-7f2c8d670000 rw-p 00000000 00:00 0 
7f2c8d670000-7f2c8d671000 r--p 00000000 00:a4 14578188                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1251.so
7f2c8d671000-7f2c8d672000 r-xp 00001000 00:a4 14578188                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1251.so
7f2c8d672000-7f2c8d673000 r--p 00002000 00:a4 14578188                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1251.so
7f2c8d673000-7f2c8d674000 r--p 00002000 00:a4 14578188                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1251.so
7f2c8d674000-7f2c8d675000 rw-p 00003000 00:a4 14578188                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/windows_1251.so
7f2c8d675000-7f2c8d676000 r--p 00000000 00:a4 14578165                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/utf_16be.so
7f2c8d676000-7f2c8d677000 r-xp 00001000 00:a4 14578165                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/utf_16be.so
7f2c8d677000-7f2c8d678000 r--p 00002000 00:a4 14578165                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/utf_16be.so
7f2c8d678000-7f2c8d679000 r--p 00002000 00:a4 14578165                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/utf_16be.so
7f2c8d679000-7f2c8d67a000 rw-p 00003000 00:a4 14578165                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/utf_16be.so
7f2c8d67a000-7f2c8d67e000 r--p 00000000 00:a4 14587309                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/zlib.so
7f2c8d67e000-7f2c8d68a000 r-xp 00004000 00:a4 14587309                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/zlib.so
7f2c8d68a000-7f2c8d68d000 r--p 00010000 00:a4 14587309                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/zlib.so
7f2c8d68d000-7f2c8d68e000 ---p 00013000 00:a4 14587309                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/zlib.so
7f2c8d68e000-7f2c8d68f000 r--p 00013000 00:a4 14587309                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/zlib.so
7f2c8d68f000-7f2c8d690000 rw-p 00014000 00:a4 14587309                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/zlib.so
7f2c8d690000-7f2c8d6a0000 rw-p 00000000 00:00 0 
7f2c8d6a2000-7f2c8d6a4000 r--p 00000000 00:a4 14700929                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/json/ext/parser.so
7f2c8d6a4000-7f2c8d6aa000 r-xp 00002000 00:a4 14700929                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/json/ext/parser.so
7f2c8d6aa000-7f2c8d6ac000 r--p 00008000 00:a4 14700929                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/json/ext/parser.so
7f2c8d6ac000-7f2c8d6ad000 r--p 00009000 00:a4 14700929                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/json/ext/parser.so
7f2c8d6ad000-7f2c8d6ae000 rw-p 0000a000 00:a4 14700929                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/json/ext/parser.so
7f2c8d6ae000-7f2c8d6b5000 r--p 00000000 00:a4 14587416                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/socket.so
7f2c8d6b5000-7f2c8d6e3000 r-xp 00007000 00:a4 14587416                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/socket.so
7f2c8d6e3000-7f2c8d6ee000 r--p 00035000 00:a4 14587416                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/socket.so
7f2c8d6ee000-7f2c8d6ef000 r--p 0003f000 00:a4 14587416                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/socket.so
7f2c8d6ef000-7f2c8d6f0000 rw-p 00040000 00:a4 14587416                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/socket.so
7f2c8d6f0000-7f2c8d770000 rw-p 00000000 00:00 0 
7f2c8d772000-7f2c8d774000 r--p 00000000 00:a4 14587036                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/digest.so
7f2c8d774000-7f2c8d777000 r-xp 00002000 00:a4 14587036                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/digest.so
7f2c8d777000-7f2c8d778000 r--p 00005000 00:a4 14587036                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/digest.so
7f2c8d778000-7f2c8d779000 r--p 00005000 00:a4 14587036                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/digest.so
7f2c8d779000-7f2c8d77a000 rw-p 00006000 00:a4 14587036                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/digest.so
7f2c8d77a000-7f2c8d82c000 r--p 00000000 00:a4 13112697                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f2c8d82c000-7f2c8da8a000 r-xp 000b2000 00:a4 13112697                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f2c8da8a000-7f2c8db5c000 r--p 00310000 00:a4 13112697                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f2c8db5c000-7f2c8dbb7000 r--p 003e1000 00:a4 13112697                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f2c8dbb7000-7f2c8dbba000 rw-p 0043c000 00:a4 13112697                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f2c8dbba000-7f2c8dbbd000 rw-p 00000000 00:00 0 
7f2c8dbbd000-7f2c8dbdb000 r--p 00000000 00:a4 13112794                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7f2c8dbdb000-7f2c8dc36000 r-xp 0001e000 00:a4 13112794                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7f2c8dc36000-7f2c8dc53000 r--p 00079000 00:a4 13112794                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7f2c8dc53000-7f2c8dc5d000 r--p 00095000 00:a4 13112794                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7f2c8dc5d000-7f2c8dc61000 rw-p 0009f000 00:a4 13112794                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7f2c8dc61000-7f2c8dc76000 r--p 00000000 00:a4 14587542                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/openssl.so
7f2c8dc76000-7f2c8dcc3000 r-xp 00015000 00:a4 14587542                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/openssl.so
7f2c8dcc3000-7f2c8dcdb000 r--p 00062000 00:a4 14587542                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/openssl.so
7f2c8dcdb000-7f2c8dcdd000 r--p 00079000 00:a4 14587542                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/openssl.so
7f2c8dcdd000-7f2c8dcdf000 rw-p 0007b000 00:a4 14587542                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/openssl.so
7f2c8dcdf000-7f2c8dd10000 rw-p 00000000 00:00 0 
7f2c8dd10000-7f2c8dd11000 r--p 00000000 00:a4 14578153                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/utf_16le.so
7f2c8dd11000-7f2c8dd12000 r-xp 00001000 00:a4 14578153                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/utf_16le.so
7f2c8dd12000-7f2c8dd13000 r--p 00002000 00:a4 14578153                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/utf_16le.so
7f2c8dd13000-7f2c8dd14000 r--p 00002000 00:a4 14578153                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/utf_16le.so
7f2c8dd14000-7f2c8dd15000 rw-p 00003000 00:a4 14578153                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/utf_16le.so
7f2c8dd15000-7f2c8dd17000 r--p 00000000 00:a4 14587172                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/pathname.so
7f2c8dd17000-7f2c8dd1c000 r-xp 00002000 00:a4 14587172                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/pathname.so
7f2c8dd1c000-7f2c8dd1e000 r--p 00007000 00:a4 14587172                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/pathname.so
7f2c8dd1e000-7f2c8dd1f000 r--p 00008000 00:a4 14587172                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/pathname.so
7f2c8dd1f000-7f2c8dd20000 rw-p 00009000 00:a4 14587172                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/pathname.so
7f2c8dd20000-7f2c8dd30000 rw-p 00000000 00:00 0 
7f2c8dd30000-7f2c8de10000 rw-p 00000000 00:00 0 
7f2c8de11000-7f2c8de12000 r--p 00000000 00:a4 14697772                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/io/wait.so
7f2c8de12000-7f2c8de13000 r-xp 00001000 00:a4 14697772                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/io/wait.so
7f2c8de13000-7f2c8de14000 r--p 00002000 00:a4 14697772                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/io/wait.so
7f2c8de14000-7f2c8de15000 r--p 00002000 00:a4 14697772                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/io/wait.so
7f2c8de15000-7f2c8de16000 rw-p 00003000 00:a4 14697772                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/io/wait.so
7f2c8de16000-7f2c8de18000 r--p 00000000 00:a4 14587076                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/etc.so
7f2c8de18000-7f2c8de1c000 r-xp 00002000 00:a4 14587076                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/etc.so
7f2c8de1c000-7f2c8de1e000 r--p 00006000 00:a4 14587076                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/etc.so
7f2c8de1e000-7f2c8de1f000 r--p 00007000 00:a4 14587076                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/etc.so
7f2c8de1f000-7f2c8de20000 rw-p 00008000 00:a4 14587076                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/etc.so
7f2c8de20000-7f2c8df10000 rw-p 00000000 00:00 0 
7f2c8df10000-7f2c8df11000 r--p 00000000 00:a4 14697524                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/io/nonblock.so
7f2c8df11000-7f2c8df12000 r-xp 00001000 00:a4 14697524                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/io/nonblock.so
7f2c8df12000-7f2c8df13000 r--p 00002000 00:a4 14697524                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/io/nonblock.so
7f2c8df13000-7f2c8df14000 r--p 00002000 00:a4 14697524                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/io/nonblock.so
7f2c8df14000-7f2c8df15000 rw-p 00003000 00:a4 14697524                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/io/nonblock.so
7f2c8df15000-7f2c8df17000 r--p 00000000 00:a4 14697331                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/io/console.so
7f2c8df17000-7f2c8df1b000 r-xp 00002000 00:a4 14697331                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/io/console.so
7f2c8df1b000-7f2c8df1d000 r--p 00006000 00:a4 14697331                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/io/console.so
7f2c8df1d000-7f2c8df1e000 r--p 00007000 00:a4 14697331                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/io/console.so
7f2c8df1e000-7f2c8df1f000 rw-p 00008000 00:a4 14697331                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/io/console.so
7f2c8df1f000-7f2c8df20000 ---p 00000000 00:00 0 
7f2c8df20000-7f2c8df61000 rw-p 00000000 00:00 0 
7f2c8df61000-7f2c8df62000 ---p 00000000 00:00 0 
7f2c8df62000-7f2c8dfa3000 rw-p 00000000 00:00 0 
7f2c8dfa3000-7f2c8dfa4000 ---p 00000000 00:00 0 
7f2c8dfa4000-7f2c8dfe5000 rw-p 00000000 00:00 0 
7f2c8dfe5000-7f2c8dfe6000 ---p 00000000 00:00 0 
7f2c8dfe6000-7f2c8e027000 rw-p 00000000 00:00 0 
7f2c8e027000-7f2c8e028000 ---p 00000000 00:00 0 
7f2c8e028000-7f2c8e069000 rw-p 00000000 00:00 0 
7f2c8e069000-7f2c8e06a000 ---p 00000000 00:00 0 
7f2c8e06a000-7f2c8e0ab000 rw-p 00000000 00:00 0 
7f2c8e0ab000-7f2c8e0ac000 ---p 00000000 00:00 0 
7f2c8e0ac000-7f2c8e0ed000 rw-p 00000000 00:00 0 
7f2c8e0ed000-7f2c8e0ee000 ---p 00000000 00:00 0 
7f2c8e0ee000-7f2c8e12f000 rw-p 00000000 00:00 0 
7f2c8e12f000-7f2c8e130000 ---p 00000000 00:00 0 
7f2c8e130000-7f2c8e171000 rw-p 00000000 00:00 0 
7f2c8e171000-7f2c8e172000 ---p 00000000 00:00 0 
7f2c8e172000-7f2c8e1b3000 rw-p 00000000 00:00 0 
7f2c8e1b3000-7f2c8e1b4000 ---p 00000000 00:00 0 
7f2c8e1b4000-7f2c8e1f5000 rw-p 00000000 00:00 0 
7f2c8e1f5000-7f2c8e1f6000 ---p 00000000 00:00 0 
7f2c8e1f6000-7f2c8e237000 rw-p 00000000 00:00 0 
7f2c8e237000-7f2c8e238000 ---p 00000000 00:00 0 
7f2c8e238000-7f2c8e279000 rw-p 00000000 00:00 0 
7f2c8e279000-7f2c8e27a000 ---p 00000000 00:00 0 
7f2c8e27a000-7f2c8e2bb000 rw-p 00000000 00:00 0 
7f2c8e2bb000-7f2c8e2bc000 ---p 00000000 00:00 0 
7f2c8e2bc000-7f2c8e2fd000 rw-p 00000000 00:00 0 
7f2c8e2fd000-7f2c8e2fe000 ---p 00000000 00:00 0 
7f2c8e2fe000-7f2c8e33f000 rw-p 00000000 00:00 0 
7f2c8e33f000-7f2c8e340000 ---p 00000000 00:00 0 
7f2c8e340000-7f2c8e381000 rw-p 00000000 00:00 0 
7f2c8e381000-7f2c8e382000 ---p 00000000 00:00 0 
7f2c8e382000-7f2c8e3c3000 rw-p 00000000 00:00 0 
7f2c8e3c3000-7f2c8e3c4000 ---p 00000000 00:00 0 
7f2c8e3c4000-7f2c8e405000 rw-p 00000000 00:00 0 
7f2c8e405000-7f2c8e406000 ---p 00000000 00:00 0 
7f2c8e406000-7f2c8e447000 rw-p 00000000 00:00 0 
7f2c8e447000-7f2c8e448000 ---p 00000000 00:00 0 
7f2c8e448000-7f2c8e489000 rw-p 00000000 00:00 0 
7f2c8e489000-7f2c8e48a000 ---p 00000000 00:00 0 
7f2c8e48a000-7f2c8e4cb000 rw-p 00000000 00:00 0 
7f2c8e4cb000-7f2c8e4cc000 ---p 00000000 00:00 0 
7f2c8e4cc000-7f2c8e50d000 rw-p 00000000 00:00 0 
7f2c8e50d000-7f2c8e50e000 ---p 00000000 00:00 0 
7f2c8e50e000-7f2c8e54f000 rw-p 00000000 00:00 0 
7f2c8e54f000-7f2c8e550000 ---p 00000000 00:00 0 
7f2c8e550000-7f2c8e591000 rw-p 00000000 00:00 0 
7f2c8e591000-7f2c8e592000 ---p 00000000 00:00 0 
7f2c8e592000-7f2c8e5d3000 rw-p 00000000 00:00 0 
7f2c8e5d3000-7f2c8e5d4000 ---p 00000000 00:00 0 
7f2c8e5d4000-7f2c8e615000 rw-p 00000000 00:00 0 
7f2c8e615000-7f2c8e616000 ---p 00000000 00:00 0 
7f2c8e616000-7f2c8e657000 rw-p 00000000 00:00 0 
7f2c8e657000-7f2c8e658000 ---p 00000000 00:00 0 
7f2c8e658000-7f2c8e699000 rw-p 00000000 00:00 0 
7f2c8e699000-7f2c8e69a000 ---p 00000000 00:00 0 
7f2c8e69a000-7f2c8e6db000 rw-p 00000000 00:00 0 
7f2c8e6db000-7f2c8e6dc000 ---p 00000000 00:00 0 
7f2c8e6dc000-7f2c8e71d000 rw-p 00000000 00:00 0 
7f2c8e71d000-7f2c8e71e000 ---p 00000000 00:00 0 
7f2c8e71e000-7f2c8e75f000 rw-p 00000000 00:00 0 
7f2c8e75f000-7f2c8e760000 ---p 00000000 00:00 0 
7f2c8e760000-7f2c8efb0000 rw-p 00000000 00:00 0 
7f2c8efb2000-7f2c8efb3000 r--p 00000000 00:a4 14706929                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/rbconfig/sizeof.so
7f2c8efb3000-7f2c8efb6000 r-xp 00001000 00:a4 14706929                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/rbconfig/sizeof.so
7f2c8efb6000-7f2c8efb7000 r--p 00004000 00:a4 14706929                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/rbconfig/sizeof.so
7f2c8efb7000-7f2c8efb8000 r--p 00004000 00:a4 14706929                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/rbconfig/sizeof.so
7f2c8efb8000-7f2c8efb9000 rw-p 00005000 00:a4 14706929                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/rbconfig/sizeof.so
7f2c8efb9000-7f2c8efba000 r--p 00000000 00:a4 14576669                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/transdb.so
7f2c8efba000-7f2c8efbc000 r-xp 00001000 00:a4 14576669                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/transdb.so
7f2c8efbc000-7f2c8efbd000 r--p 00003000 00:a4 14576669                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/transdb.so
7f2c8efbd000-7f2c8efbe000 r--p 00003000 00:a4 14576669                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/transdb.so
7f2c8efbe000-7f2c8efbf000 rw-p 00004000 00:a4 14576669                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/transdb.so
7f2c8efbf000-7f2ca83bf000 rw-p 00000000 00:00 0 
7f2ca83c3000-7f2ca83c6000 r--p 00000000 00:a4 14587254                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/stringio.so
7f2ca83c6000-7f2ca83cc000 r-xp 00003000 00:a4 14587254                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/stringio.so
7f2ca83cc000-7f2ca83ce000 r--p 00009000 00:a4 14587254                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/stringio.so
7f2ca83ce000-7f2ca83cf000 r--p 0000a000 00:a4 14587254                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/stringio.so
7f2ca83cf000-7f2ca83d0000 rw-p 0000b000 00:a4 14587254                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/stringio.so
7f2ca83d0000-7f2ca8430000 rw-p 00000000 00:00 0 
7f2ca8430000-7f2ca8431000 r--p 00000000 00:a4 14587123                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/monitor.so
7f2ca8431000-7f2ca8432000 r-xp 00001000 00:a4 14587123                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/monitor.so
7f2ca8432000-7f2ca8433000 r--p 00002000 00:a4 14587123                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/monitor.so
7f2ca8433000-7f2ca8434000 r--p 00002000 00:a4 14587123                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/monitor.so
7f2ca8434000-7f2ca8435000 rw-p 00003000 00:a4 14587123                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/monitor.so
7f2ca8435000-7f2ca8436000 r--p 00000000 00:a4 14555401                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/encdb.so
7f2ca8436000-7f2ca8438000 r-xp 00001000 00:a4 14555401                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/encdb.so
7f2ca8438000-7f2ca8439000 r--p 00003000 00:a4 14555401                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/encdb.so
7f2ca8439000-7f2ca843a000 r--p 00003000 00:a4 14555401                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/encdb.so
7f2ca843a000-7f2ca843b000 rw-p 00004000 00:a4 14555401                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/encdb.so
7f2ca843b000-7f2ca853f000 rw-p 00000000 00:00 0 
7f2ca853f000-7f2ca8567000 r--p 00000000 00:a4 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f2ca8567000-7f2ca86fc000 r-xp 00028000 00:a4 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f2ca86fc000-7f2ca8754000 r--p 001bd000 00:a4 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f2ca8754000-7f2ca8758000 r--p 00214000 00:a4 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f2ca8758000-7f2ca875a000 rw-p 00218000 00:a4 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f2ca875a000-7f2ca8769000 rw-p 00000000 00:00 0 
7f2ca8769000-7f2ca876c000 r--p 00000000 00:a4 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f2ca876c000-7f2ca8783000 r-xp 00003000 00:a4 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f2ca8783000-7f2ca8787000 r--p 0001a000 00:a4 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f2ca8787000-7f2ca8788000 r--p 0001d000 00:a4 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f2ca8788000-7f2ca8789000 rw-p 0001e000 00:a4 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f2ca8789000-7f2ca8797000 r--p 00000000 00:a4 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f2ca8797000-7f2ca8813000 r-xp 0000e000 00:a4 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f2ca8813000-7f2ca886e000 r--p 0008a000 00:a4 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f2ca886e000-7f2ca886f000 r--p 000e4000 00:a4 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f2ca886f000-7f2ca8870000 rw-p 000e5000 00:a4 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f2ca8870000-7f2ca8872000 r--p 00000000 00:a4 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f2ca8872000-7f2ca8886000 r-xp 00002000 00:a4 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f2ca8886000-7f2ca889f000 r--p 00016000 00:a4 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f2ca889f000-7f2ca88a0000 ---p 0002f000 00:a4 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f2ca88a0000-7f2ca88a1000 r--p 0002f000 00:a4 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f2ca88a1000-7f2ca88a2000 rw-p 00030000 00:a4 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f2ca88a2000-7f2ca88aa000 rw-p 00000000 00:00 0 
7f2ca88aa000-7f2ca88b4000 r--p 00000000 00:a4 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7f2ca88b4000-7f2ca8913000 r-xp 0000a000 00:a4 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7f2ca8913000-7f2ca892a000 r--p 00069000 00:a4 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7f2ca892a000-7f2ca892b000 r--p 0007f000 00:a4 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7f2ca892b000-7f2ca892c000 rw-p 00080000 00:a4 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7f2ca892c000-7f2ca892e000 r--p 00000000 00:a4 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7f2ca892e000-7f2ca893f000 r-xp 00002000 00:a4 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7f2ca893f000-7f2ca8945000 r--p 00013000 00:a4 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7f2ca8945000-7f2ca8946000 ---p 00019000 00:a4 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7f2ca8946000-7f2ca8947000 r--p 00019000 00:a4 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7f2ca8947000-7f2ca8948000 rw-p 0001a000 00:a4 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7f2ca894c000-7f2ca894e000 rw-p 00000000 00:00 0 
7f2ca894e000-7f2ca8950000 r--p 00000000 00:a4 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f2ca8950000-7f2ca897a000 r-xp 00002000 00:a4 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f2ca897a000-7f2ca8985000 r--p 0002c000 00:a4 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f2ca8986000-7f2ca8988000 r--p 00037000 00:a4 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f2ca8988000-7f2ca898a000 rw-p 00039000 00:a4 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7fffc1d39000-7fffc2538000 rw-p 00000000 00:00 0                          [stack]
7fffc25cd000-7fffc25d1000 r--p 00000000 00:00 0                          [vvar]
7fffc25d1000-7fffc25d3000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]


running file: /tmp/ruby/src/trunk-O0/test/ruby/test_regexp.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.

make: *** [uncommon.mk:945: yes-test-all] Error 1
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/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 = 
	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-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug
ruby 3.4.0dev (2024-01-01T12:31:49Z master 3e9a612d92) [x86_64-linux]
     0 .........................................................................
    73 .........................................................................
   146 .........................................................................
   219 .........................................................................
   292 .........................................................................
   365 .........................................................................
   438 .........................................................................
   511 .........................................................................
   584 .........................................................................
   657 .........................................................................
   730 .........................................................................
   803 .........................................................................
   876 .........................................................................
   949 .........................................................................
  1022 .........................................................................
  1095 .........................................................................
  1168 .........................................................................
  1241 .........................................................................
  1314 .........................................................................
  1387 .........................................................................
  1460 .........................................................................
  1533 .........................................................................
  1606 .........................................................................
  1679 .........................................................................
  1752 .........................................................................
  1825 .........................................................................
  1898 .........................................................................
  1971 .........................................................................
  2044 .........................................................................
  2117 .........................................................................
  2190 .........................................................................
  2263 .........................................................................
  2336 .........................................................................
  2409 .........................................................................
  2482 .........................................................................
  2555 .........................................................................
  2628 .........................................................................
  2701 .........................................................................
  2774 .........................................................................
  2847 .........................................................................
  2920 .........................................................................
  2993 .........................................................................
  3066 .........................................................................
  3139 .........................................................................
  3212 .........................................................................
  3285 .........................................................................
  3358 .........................................................................
  3431 .........................................................................
  3504 .........................................................................
  3577 .........................................................................
  3650 .........................................................................
  3723 .....

Finished in 291.662983 seconds

3728 files, 32492 examples, 148085 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0.

$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.1591469.ruby -x gdbscript
[New LWP 1591469]
[New LWP 1592141]
[New LWP 1591527]
[New LWP 1599548]
[New LWP 1611589]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/src/trunk-O0/tool/lib/test/unit/parallel.rb: TestRegexp#test_inspect_'.
Program terminated with signal SIGABRT, Aborted.
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139829779351488) at ./nptl/pthread_kill.c:44
[Current thread is 1 (Thread 0x7f2ca853c7c0 (LWP 1591469))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f2ca853c7c0 (LWP 1591469) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139829779351488) at ./nptl/pthread_kill.c:44
  2    Thread 0x7f2c8d5af640 (LWP 1592141) __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x556b9be498c4) at ./nptl/futex-internal.c:57
  3    Thread 0x7f2c8d58e640 (LWP 1591527) __futex_abstimed_wait_common64 (private=-1728460574, cancel=true, abstime=0x7f2c8d58afd0, op=137, expected=0, futex_word=0x556b9a5e5000) at ./nptl/futex-internal.c:57
  4    Thread 0x7f2c8ef5f640 (LWP 1599548) 0x00007f2ca8664fde in epoll_wait (epfd=4, events=0x556b9943185c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
  5    Thread 0x7f2c8c45d640 (LWP 1611589) 0x00007f2ca8657d7f in __GI___poll (fds=0x7f2c8c45b680, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29

>>> Machine level backtrace


Thread 5 (Thread 0x7f2c8c45d640 (LWP 1611589)):
#0  0x00007f2ca8657d7f in __GI___poll (fds=0x7f2c8c45b680, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x0000556b98e418c4 in nogvl_wait_for (th=139828954417680, fptr=0x556b9cb39a30, events=1, timeout=0x0) at /tmp/ruby/src/trunk-O0/io.c:12455
        scheduler = 4
        fd = 7
        fds = {fd = 7, events = 1, revents = 0}
        timeout_milliseconds = -1
#2  0x0000556b98e2d2dc in io_internal_wait (thread=139828954417680, fptr=0x556b9cb39a30, error=11, events=1, timeout=0x0) at /tmp/ruby/src/trunk-O0/io.c:1149
        ready = 21867
#3  0x0000556b98e2d3f9 in internal_read_func (ptr=0x7f2c8c45ba30) at /tmp/ruby/src/trunk-O0/io.c:1180
        iis = 0x7f2c8c45ba30
        result = -1
#4  0x0000556b98fa1f3d in rb_thread_io_blocking_call (func=0x556b98e2d313 <internal_read_func>, data1=0x7f2c8c45ba30, fd=7, events=1) at /tmp/ruby/src/trunk-O0/thread.c:1753
        __region = {prev_status = THREAD_RUNNABLE}
        _ec = 0x7f2c5c107120
        _tag = {tag = 36, retval = 93920637052016, buf = {0x7f2c8c45b840, 0x556b98fa1eb3 <rb_thread_io_blocking_call+341>, 0x0, 0x7f2c8c45b740, 0x2000}, prev = 0x7f2c8c45b900, state = RUBY_TAG_NONE, lock_rec = 0}
        ec = 0x7f2c5c107120
        th = 0x556b9e9d8970
        waiting_fd = {wfd_node = {next = 0x556b9a353cf8, prev = 0x556b9a353cf8}, th = 0x556b9e9d8970, fd = 7, busy = 0x0}
        val = 36
        saved_errno = 0
        state = RUBY_TAG_NONE
#5  0x0000556b98e31709 in io_read_memory_call (arg=139829308668464) at /tmp/ruby/src/trunk-O0/io.c:3417
        iis = 0x7f2c8c45ba30
        scheduler = 4
#6  0x0000556b98df19c8 in rb_ensure (b_proc=0x556b98e31636 <io_read_memory_call>, data1=139829308668464, e_proc=0x556b98f74c8b <rb_str_unlocktmp>, data2=139828957586080) at /tmp/ruby/src/trunk-O0/eval.c:1009
        _ec = 0x7f2c5c107120
        _tag = {tag = 36, retval = 139828957586080, buf = {0x7f2c8c45b980, 0x556b98df196b <rb_ensure+295>, 0x0, 0x7f2c8c45b890, 0x7f2c8c45b960}, prev = 0x7f2c8c45c920, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        result = 4
        errinfo = 139828957586080
        ec = 0x7f2c5c107120
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x556b98f74c8b <rb_str_unlocktmp>, data2 = 139828957586080}}
#7  0x0000556b98f74d28 in rb_str_locktmp_ensure (str=139828957586080, func=0x556b98e31636 <io_read_memory_call>, arg=139829308668464) at /tmp/ruby/src/trunk-O0/string.c:3056
No locals.
#8  0x0000556b98e31739 in io_read_memory_locktmp (str=139828957586080, iis=0x7f2c8c45ba30) at /tmp/ruby/src/trunk-O0/io.c:3424
No locals.
#9  0x0000556b98e3190c in io_getpartial (argc=1, argv=0x556b9c6abf60, io=139828954417800, no_exception=4, nonblock=0) at /tmp/ruby/src/trunk-O0/io.c:3470
        fptr = 0x556b9cb39a30
        length = 2049
        str = 139828957586080
        n = 0
        len = 1024
        iis = {th = 139828954417680, fptr = 0x556b9cb39a30, nonblock = 0, fd = 7, buf = 0x7f2c0012aa40, capa = 1024, timeout = 0x0}
        shrinkable = 1
        __func__ = "io_getpartial"
#10 0x0000556b98e31a0d in io_readpartial (argc=1, argv=0x556b9c6abf60, io=139828954417800) at /tmp/ruby/src/trunk-O0/io.c:3590
        ret = 93920616602872
#11 0x0000556b98fe6b1d in ractor_safe_call_cfunc_m1 (recv=139828954417800, argc=1, argv=0x556b9c6abf60, func=0x556b98e319d9 <io_readpartial>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3299
        f = 0x556b98e319d9 <io_readpartial>
#12 0x0000556b98fe7754 in vm_call_cfunc_with_frame_ (ec=0x7f2c5c107120, reg_cfp=0x556b9c7abeb0, calling=0x7f2c8c45bcc0, argc=1, argv=0x556b9c6abf60, stack_bottom=0x556b9c6abf58) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0x40d100100003
        cc = 0x7f2c8d74f200
        val = 93920675151536
        me = 0x7f2c8ef89eb0
        cfunc = 0x556b9a3b8038
        recv = 139828954417800
        block_handler = 0
        frame_type = 1431634051
        len = -1
        args = <optimized out>
        args = <optimized out>
#13 0x0000556b98fe7929 in vm_call_cfunc_with_frame (ec=0x7f2c5c107120, reg_cfp=0x556b9c7abeb0, calling=0x7f2c8c45bcc0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 1
        stack_bottom = 0x556b9c6abf58
        argv = 0x556b9c6abf60
#14 0x0000556b98fedccb in vm_sendish (ec=0x7f2c5c107120, reg_cfp=0x556b9c7abeb0, cd=0x556b9a4e6230, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x40d100100003
        cc = 0x7f2c8d74f200
        argc = 1
        recv = 139828954417800
        calling = {cd = 0x556b9a4e6230, cc = 0x7f2c8d74f200, block_handler = 0, recv = 139828954417800, argc = 1, kw_splat = false, heap_argv = 0}
#15 0x0000556b98ff525c in vm_exec_core (ec=0x7f2c5c107120) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x556b9a4e6230
        leaf = false
        val = 0
        reg_pc = 0x556b9a513d30
        reg_cfp = 0x556b9c7abeb0
        insns_address_table = {0x556b98ff1933 <vm_exec_core+108>, 0x556b98ff1995 <vm_exec_core+206>, 0x556b98ff1aa8 <vm_exec_core+481>, 0x556b98ff1bbc <vm_exec_core+757>, 0x556b98ff1d5a <vm_exec_core+1171>, 0x556b98ff1e8a <vm_exec_core+1475>, 0x556b98ff209c <vm_exec_core+2005>, 0x556b98ff21ae <vm_exec_core+2279>, 0x556b98ff2287 <vm_exec_core+2496>, 0x556b98ff238e <vm_exec_core+2759>, 0x556b98ff2495 <vm_exec_core+3022>, 0x556b98ff25a3 <vm_exec_core+3292>, 0x556b98ff26b5 <vm_exec_core+3566>, 0x556b98ff2785 <vm_exec_core+3774>, 0x556b98ff288e <vm_exec_core+4039>, 0x556b98ff2988 <vm_exec_core+4289>, 0x556b98ff2a4b <vm_exec_core+4484>, 0x556b98ff2b0e <vm_exec_core+4679>, 0x556b98ff2b97 <vm_exec_core+4816>, 0x556b98ff2c23 <vm_exec_core+4956>, 0x556b98ff2cc9 <vm_exec_core+5122>, 0x556b98ff2da1 <vm_exec_core+5338>, 0x556b98ff2e6e <vm_exec_core+5543>, 0x556b98ff2f4c <vm_exec_core+5765>, 0x556b98ff300e <vm_exec_core+5959>, 0x556b98ff314d <vm_exec_core+6278>, 0x556b98ff31f3 <vm_exec_core+6444>, 0x556b98ff32d8 <vm_exec_core+6673>, 0x556b98ff3407 <vm_exec_core+6976>, 0x556b98ff34ca <vm_exec_core+7171>, 0x556b98ff358d <vm_exec_core+7366>, 0x556b98ff3684 <vm_exec_core+7613>, 0x556b98ff3746 <vm_exec_core+7807>, 0x556b98ff3825 <vm_exec_core+8030>, 0x556b98ff38f2 <vm_exec_core+8235>, 0x556b98ff3a02 <vm_exec_core+8507>, 0x556b98ff3afc <vm_exec_core+8757>, 0x556b98ff3b77 <vm_exec_core+8880>, 0x556b98ff3c38 <vm_exec_core+9073>, 0x556b98ff3d26 <vm_exec_core+9311>, 0x556b98ff3dd6 <vm_exec_core+9487>, 0x556b98ff3f55 <vm_exec_core+9870>, 0x556b98ff402f <vm_exec_core+10088>, 0x556b98ff411b <vm_exec_core+10324>, 0x556b98ff41ac <vm_exec_core+10469>, 0x556b98ff4307 <vm_exec_core+10816>, 0x556b98ff48a9 <vm_exec_core+12258>, 0x556b98ff49a5 <vm_exec_core+12510>, 0x556b98ff4aa8 <vm_exec_core+12769>, 0x556b98ff4b94 <vm_exec_core+13005>, 0x556b98ff4dad <vm_exec_core+13542>, 0x556b98ff4e9f <vm_exec_core+13784>, 0x556b98ff4fa5 <vm_exec_core+14046>, 0x556b98ff51a2 <vm_exec_core+14555>, 0x556b98ff534b <vm_exec_core+14980>, 0x556b98ff5476 <vm_exec_core+15279>, 0x556b98ff55e2 <vm_exec_core+15643>, 0x556b98ff570d <vm_exec_core+15942>, 0x556b98ff5879 <vm_exec_core+16306>, 0x556b98ff5a5b <vm_exec_core+16788>, 0x556b98ff5c58 <vm_exec_core+17297>, 0x556b98ff5e01 <vm_exec_core+17722>, 0x556b98ff5f23 <vm_exec_core+18012>, 0x556b98ff5fca <vm_exec_core+18179>, 0x556b98ff608e <vm_exec_core+18375>, 0x556b98ff6177 <vm_exec_core+18608>, 0x556b98ff6263 <vm_exec_core+18844>, 0x556b98ff634c <vm_exec_core+19077>, 0x556b98ff6460 <vm_exec_core+19353>, 0x556b98ff6587 <vm_exec_core+19648>, 0x556b98ff66bd <vm_exec_core+19958>, 0x556b98ff67f3 <vm_exec_core+20268>, 0x556b98ff6929 <vm_exec_core+20578>, 0x556b98ff6a5f <vm_exec_core+20888>, 0x556b98ff6b95 <vm_exec_core+21198>, 0x556b98ff6cd6 <vm_exec_core+21519>, 0x556b98ff6e50 <vm_exec_core+21897>, 0x556b98ff6f86 <vm_exec_core+22207>, 0x556b98ff70bc <vm_exec_core+22517>, 0x556b98ff71f2 <vm_exec_core+22827>, 0x556b98ff7328 <vm_exec_core+23137>, 0x556b98ff745e <vm_exec_core+23447>, 0x556b98ff7594 <vm_exec_core+23757>, 0x556b98ff76ca <vm_exec_core+24067>, 0x556b98ff7800 <vm_exec_core+24377>, 0x556b98ff794f <vm_exec_core+24712>, 0x556b98ff7b09 <vm_exec_core+25154>, 0x556b98ff7c87 <vm_exec_core+25536>, 0x556b98ff7da6 <vm_exec_core+25823>, 0x556b98ff7ec5 <vm_exec_core+26110>, 0x556b98ff7fdf <vm_exec_core+26392>, 0x556b98ff80f9 <vm_exec_core+26674>, 0x556b98ff8224 <vm_exec_core+26973>, 0x556b98ff835a <vm_exec_core+27283>, 0x556b98ff8445 <vm_exec_core+27518>, 0x556b98ff854a <vm_exec_core+27779>, 0x556b98ff8692 <vm_exec_core+28107>, 0x556b98ff8781 <vm_exec_core+28346>, 0x556b98ff885b <vm_exec_core+28564>, 0x556b98ff8930 <vm_exec_core+28777>, 0x556b98ff8a0b <vm_exec_core+28996>, 0x556b98ff8a87 <vm_exec_core+29120>, 0x556b98ff8b03 <vm_exec_core+29244>, 0x556b98ff8b21 <vm_exec_core+29274>, 0x556b98ff8b3f <vm_exec_core+29304>, 0x556b98ff8b5d <vm_exec_core+29334>, 0x556b98ff8b7b <vm_exec_core+29364>, 0x556b98ff8b99 <vm_exec_core+29394>, 0x556b98ff8bb7 <vm_exec_core+29424>, 0x556b98ff8bd5 <vm_exec_core+29454>, 0x556b98ff8bf3 <vm_exec_core+29484>, 0x556b98ff8c11 <vm_exec_core+29514>, 0x556b98ff8c2f <vm_exec_core+29544>, 0x556b98ff8c4d <vm_exec_core+29574>, 0x556b98ff8c6b <vm_exec_core+29604>, 0x556b98ff8c89 <vm_exec_core+29634>, 0x556b98ff8ca7 <vm_exec_core+29664>, 0x556b98ff8cc5 <vm_exec_core+29694>, 0x556b98ff8ce3 <vm_exec_core+29724>, 0x556b98ff8d01 <vm_exec_core+29754>, 0x556b98ff8d1f <vm_exec_core+29784>, 0x556b98ff8d3d <vm_exec_core+29814>, 0x556b98ff8d5b <vm_exec_core+29844>, 0x556b98ff8d79 <vm_exec_core+29874>, 0x556b98ff8d97 <vm_exec_core+29904>, 0x556b98ff8db5 <vm_exec_core+29934>, 0x556b98ff8dd3 <vm_exec_core+29964>, 0x556b98ff8df1 <vm_exec_core+29994>, 0x556b98ff8e0f <vm_exec_core+30024>, 0x556b98ff8e2d <vm_exec_core+30054>, 0x556b98ff8e4b <vm_exec_core+30084>, 0x556b98ff8e69 <vm_exec_core+30114>, 0x556b98ff8e87 <vm_exec_core+30144>, 0x556b98ff8ea5 <vm_exec_core+30174>, 0x556b98ff8ec3 <vm_exec_core+30204>, 0x556b98ff8ee1 <vm_exec_core+30234>, 0x556b98ff8eff <vm_exec_core+30264>, 0x556b98ff8f1d <vm_exec_core+30294>, 0x556b98ff8f3b <vm_exec_core+30324>, 0x556b98ff8f59 <vm_exec_core+30354>, 0x556b98ff8f77 <vm_exec_core+30384>, 0x556b98ff8f95 <vm_exec_core+30414>, 0x556b98ff8fb3 <vm_exec_core+30444>, 0x556b98ff8fd1 <vm_exec_core+30474>, 0x556b98ff8fef <vm_exec_core+30504>, 0x556b98ff900d <vm_exec_core+30534>, 0x556b98ff902b <vm_exec_core+30564>, 0x556b98ff9049 <vm_exec_core+30594>, 0x556b98ff9067 <vm_exec_core+30624>, 0x556b98ff9085 <vm_exec_core+30654>, 0x556b98ff90a3 <vm_exec_core+30684>, 0x556b98ff90c1 <vm_exec_core+30714>, 0x556b98ff90df <vm_exec_core+30744>, 0x556b98ff90fd <vm_exec_core+30774>, 0x556b98ff911b <vm_exec_core+30804>, 0x556b98ff9139 <vm_exec_core+30834>, 0x556b98ff9157 <vm_exec_core+30864>, 0x556b98ff9175 <vm_exec_core+30894>, 0x556b98ff9193 <vm_exec_core+30924>, 0x556b98ff91b1 <vm_exec_core+30954>, 0x556b98ff91cf <vm_exec_core+30984>, 0x556b98ff91ed <vm_exec_core+31014>, 0x556b98ff920b <vm_exec_core+31044>, 0x556b98ff9229 <vm_exec_core+31074>, 0x556b98ff9247 <vm_exec_core+31104>, 0x556b98ff9265 <vm_exec_core+31134>, 0x556b98ff9283 <vm_exec_core+31164>, 0x556b98ff92a1 <vm_exec_core+31194>, 0x556b98ff92bf <vm_exec_core+31224>, 0x556b98ff92dd <vm_exec_core+31254>, 0x556b98ff92fb <vm_exec_core+31284>, 0x556b98ff9319 <vm_exec_core+31314>, 0x556b98ff9337 <vm_exec_core+31344>, 0x556b98ff9355 <vm_exec_core+31374>, 0x556b98ff9373 <vm_exec_core+31404>, 0x556b98ff9391 <vm_exec_core+31434>, 0x556b98ff93af <vm_exec_core+31464>, 0x556b98ff93cd <vm_exec_core+31494>, 0x556b98ff93fe <vm_exec_core+31543>, 0x556b98ff941c <vm_exec_core+31573>, 0x556b98ff943a <vm_exec_core+31603>, 0x556b98ff9458 <vm_exec_core+31633>, 0x556b98ff9476 <vm_exec_core+31663>, 0x556b98ff9494 <vm_exec_core+31693>, 0x556b98ff94b2 <vm_exec_core+31723>, 0x556b98ff94d0 <vm_exec_core+31753>, 0x556b98ff94ee <vm_exec_core+31783>, 0x556b98ff950c <vm_exec_core+31813>, 0x556b98ff952a <vm_exec_core+31843>, 0x556b98ff9548 <vm_exec_core+31873>, 0x556b98ff9566 <vm_exec_core+31903>, 0x556b98ff9584 <vm_exec_core+31933>, 0x556b98ff95a2 <vm_exec_core+31963>, 0x556b98ff95c0 <vm_exec_core+31993>, 0x556b98ff95de <vm_exec_core+32023>, 0x556b98ff95fc <vm_exec_core+32053>, 0x556b98ff961a <vm_exec_core+32083>, 0x556b98ff9638 <vm_exec_core+32113>, 0x556b98ff9656 <vm_exec_core+32143>, 0x556b98ff9674 <vm_exec_core+32173>...}
#16 0x0000556b9900bc46 in rb_vm_exec (ec=0x7f2c5c107120) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x7f2c5c107120
        _tag = {tag = 36, retval = 4, buf = {0x7f2c8c45c9a0, 0x556b9900bbc4 <rb_vm_exec+190>, 0x0, 0x7f2c8c45c8f0, 0x7f2c77284718}, prev = 0x7f2c8c45ccd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#17 0x0000556b99008833 in invoke_block (ec=0x7f2c5c107120, iseq=0x7f2c8dec3090, self=139829334929720, captured=0x556b9d186b10, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1509
        arg_size = 0
#18 0x0000556b990092cf in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7f2c8c45cbc0, argc=0, self=139829334929720, captured=0x556b9d186b10, ec=0x7f2c5c107120) at /tmp/ruby/src/trunk-O0/vm.c:1579
        iseq = 0x7f2c8dec3090
        opt_pc = 0
        type = 572653569
        cfp = 0x556b9c7abee8
        sp = 0x556b9c6abf38
        flags = 0
        use_argv = 0x7f2c8c45cbc0
        av = {8192, 139828954417360}
        stack_argv = 0x556b9c6abf38
#19 invoke_block_from_c_proc (me=0x0, is_lambda=0, passed_block_handler=0, kw_splat=0, argv=0x7f2c8c45cbc0, argc=0, self=139829334929720, proc=0x556b9d186b10, ec=0x7f2c5c107120) at /tmp/ruby/src/trunk-O0/vm.c:1677
        block = 0x556b9d186b10
#20 vm_invoke_proc (ec=0x7f2c5c107120, proc=0x556b9d186b10, self=139829334929720, argc=0, argv=0x7f2c8c45cbc0, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1707
No locals.
#21 0x0000556b99009a73 in rb_vm_invoke_proc (ec=0x7f2c5c107120, proc=0x556b9d186b10, argc=0, argv=0x7f2c8c45cbc0, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1728
        self = 139829334929720
#22 0x0000556b98f9fb39 in thread_do_start_proc (th=0x556b9e9d8970) at /tmp/ruby/src/trunk-O0/thread.c:592
        args = 139828954417520
        args_ptr = 0x7f2c8c45cbc0
        args_len = 0
        procval = 139828954417440
        proc = 0x556b9d186b10
#23 0x0000556b98f9fc19 in thread_do_start (th=0x556b9e9d8970) at /tmp/ruby/src/trunk-O0/thread.c:611
        result = 36
#24 0x0000556b98f9fef4 in thread_start_func_2 (th=0x556b9e9d8970, stack_start=0x7f2c8c45cd28) at /tmp/ruby/src/trunk-O0/thread.c:667
        _ec = 0x7f2c5c107120
        _tag = {tag = 36, retval = 139829308678144, buf = {0x7f2c8c45cd50, 0x556b98f9fe9b <thread_start_func_2+407>, 0x0, 0x7f2c8c45cc80, 0x7f2c8c45cd50}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x556b9a356090
#25 0x0000556b98f9926d in call_thread_start_func_2 (th=0x556b9e9d8970) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2186
No locals.
#26 0x0000556b98f9937d in nt_start (ptr=0x556b9cb39b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2231
        th = 0x556b9e9d8970
        sched = 0x556b9a357350
        nt = 0x556b9cb39b10
        vm = 0x556b9a353b10
#27 0x00007f2ca85d3b43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736453622032, -6232317326315680822, 139829308675648, 25, 139829779970128, 140736453622384, 6330729442657242058, 6330667801710365642}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#28 0x00007f2ca8664bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 4 (Thread 0x7f2c8ef5f640 (LWP 1599548)):
#0  0x00007f2ca8664fde in epoll_wait (epfd=4, events=0x556b9943185c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
        sc_ret = -4
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x0000556b98f9b50d in event_wait (vm=0x556b9a353b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 21867
#2  0x0000556b98f9b531 in timer_thread_polling (vm=0x556b9a353b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = 913928033
#3  0x0000556b98f9bbf1 in timer_thread_func (ptr=0x556b9a353b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3002
        vm = 0x556b9a353b10
#4  0x00007f2ca85d3b43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736453613824, -6232317326315680822, 139829353772608, 25, 139829779970128, 140736453614176, 6330725730731756490, 6330667801710365642}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f2ca8664bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 3 (Thread 0x7f2c8d58e640 (LWP 1591527)):
#0  __futex_abstimed_wait_common64 (private=-1728460574, cancel=true, abstime=0x7f2c8d58afd0, op=137, expected=0, futex_word=0x556b9a5e5000) 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=-1728460574, abstime=0x7f2c8d58afd0, clockid=-1705095952, expected=0, futex_word=0x556b9a5e5000) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 1582100736
        op = 137
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x556b9a5e5000, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7f2c8d58afd0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007f2ca85d2f1b in __pthread_cond_wait_common (abstime=0x7f2c8d58afd0, clockid=1, mutex=0x556b9a5e4c40, cond=0x556b9a5e4fd8) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7f2ca85d27a0 <__condvar_cleanup_waiting>, __arg = 0x7f2c8d58af30, __canceltype = -1034086390, __prev = 0x0}
        cbuffer = {wseq = 82, cond = 0x556b9a5e4fd8, mutex = 0x556b9a5e4c40, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 82
        seq = 41
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_timedwait64 (cond=0x556b9a5e4fd8, mutex=0x556b9a5e4c40, abstime=0x7f2c8d58afd0) at ./nptl/pthread_cond_wait.c:652
        flags = <optimized out>
        clockid = 1
#5  0x0000556b98f962a0 in native_cond_timedwait (cond=0x556b9a5e4fd8, mutex=0x556b9a5e4c40, abs=0x7f2c8d58b010) at /tmp/ruby/src/trunk-O0/thread_pthread.c:241
        r = 21867
        ts = {tv_sec = 505502, tv_nsec = 9643121}
#6  0x0000556b98f998d4 in native_cond_sleep (th=0x556b9a5e4b20, rel=0x7f2c8d58b090) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2435
        end = 505502009643121
        sched = 0x556b9a357350
        lock = 0x556b9a5e4c40
        cond = 0x556b9a5e4fd8
        max = 100000000000000000
#7  0x0000556b98f9c05a in native_sleep (th=0x556b9a5e4b20, rel=0x7f2c8d58b090) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3272
        sched = 0x556b9a357350
#8  0x0000556b98fa1147 in sleep_hrtime (th=0x556b9a5e4b20, rel=59999823000, fl=0) at /tmp/ruby/src/trunk-O0/thread.c:1282
        prev_status = THREAD_RUNNABLE
        woke = -1923567424
        end = 505502009642359
#9  0x0000556b98f9d1e6 in rb_mutex_wait_for (time=139829326688808) at /tmp/ruby/src/trunk-O0/thread_sync.c:563
        rel = 0x7f2c8d58b228
#10 0x0000556b98df19c8 in rb_ensure (b_proc=0x556b98f9d1b1 <rb_mutex_wait_for>, data1=139829326688808, e_proc=0x556b98f9cde1 <mutex_lock_uninterruptible>, data2=139829777922920) at /tmp/ruby/src/trunk-O0/eval.c:1009
        _ec = 0x556b9a5e4d40
        _tag = {tag = 36, retval = 93920616369972, buf = {0x7f2c8d58b200, 0x556b98df196b <rb_ensure+295>, 0x0, 0x7f2c8d58b110, 0x3b981698}, prev = 0x7f2c8d58b730, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        result = 4
        errinfo = 93920618843621
        ec = 0x556b9a5e4d40
        ensure_list = {next = 0x7f2c8d58b710, entry = {marker = 0, e_proc = 0x556b98f9cde1 <mutex_lock_uninterruptible>, data2 = 139829777922920}}
#11 0x0000556b98f9d303 in rb_mutex_sleep (self=139829777922920, timeout=175640186569293826) at /tmp/ruby/src/trunk-O0/thread_sync.c:590
        rel = 59999823000
        t = {tv_sec = 59, tv_usec = 999823}
        woken = 20
        beg = 1704112959
        scheduler = 4
        end = 0
#12 0x0000556b98f9d3af in mutex_sleep (argc=1, argv=0x7f2c8d58b7f8, self=139829777922920) at /tmp/ruby/src/trunk-O0/thread_sync.c:622
        timeout = 175640186569293826
#13 0x0000556b98fe6b1d in ractor_safe_call_cfunc_m1 (recv=139829777922920, argc=1, argv=0x7f2c8d58b7f8, func=0x556b98f9d35b <mutex_sleep>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3299
        f = 0x556b98f9d35b <mutex_sleep>
#14 0x0000556b99000045 in vm_call0_cfunc_with_frame (ec=0x556b9a5e4d40, calling=0x7f2c8d58b5a0, argv=0x7f2c8d58b7f8) at /tmp/ruby/src/trunk-O0/vm_eval.c:173
        reg_cfp = 0x556b9b2970a8
        ci = 0x7f2c8d58b570
        val = 139829326689808
        me = 0x7f2c8ef68f08
        cfunc = 0x556b9a394b08
        len = -1
        recv = 139829777922920
        argc = 1
        mid = 26337
        block_handler = 0
        frame_flags = 1431634051
        args = <optimized out>
        args = <optimized out>
#15 0x0000556b9900016e in vm_call0_cfunc (ec=0x556b9a5e4d40, calling=0x7f2c8d58b5a0, argv=0x7f2c8d58b7f8) at /tmp/ruby/src/trunk-O0/vm_eval.c:187
No locals.
#16 0x0000556b990003ec in vm_call0_body (ec=0x556b9a5e4d40, calling=0x7f2c8d58b5a0, argv=0x7f2c8d58b7f8) at /tmp/ruby/src/trunk-O0/vm_eval.c:233
        ci = 0x7f2c8d58b570
        cc = 0x7f2ca8407d98
        ret = 139829326689808
#17 0x0000556b98fffc3c in vm_call0_cc (ec=0x556b9a5e4d40, recv=139829777922920, id=26337, argc=1, argv=0x7f2c8d58b7f8, cc=0x7f2ca8407d98, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
        flags = 0
        use_argv = 0x7f2c8d58b7f8
        av = {139829777896440, 4294967296}
        calling = {cd = 0x7f2c8d58b560, cc = 0x7f2ca8407d98, block_handler = 0, recv = 139829777922920, argc = 1, kw_splat = false, heap_argv = 0}
#18 0x0000556b99002b91 in rb_funcallv_scope (recv=139829777922920, mid=26337, argc=1, argv=0x7f2c8d58b7f8, scope=CALL_FCALL) at /tmp/ruby/src/trunk-O0/vm_eval.c:1069
        ec = 0x556b9a5e4d40
        cc = 0x7f2ca8407d98
        self = 139829777896440
#19 0x0000556b99002c01 in rb_funcallv (recv=139829777922920, mid=26337, argc=1, argv=0x7f2c8d58b7f8) at /tmp/ruby/src/trunk-O0/vm_eval.c:1084
No locals.
#20 0x0000556b98f9e76d in do_sleep (args=139829326690288) at /tmp/ruby/src/trunk-O0/thread_sync.c:1516
        p = 0x7f2c8d58b7f0
#21 0x0000556b98df19c8 in rb_ensure (b_proc=0x556b98f9e72f <do_sleep>, data1=139829326690288, e_proc=0x556b98f9c949 <delete_from_waitq>, data2=139829326690304) at /tmp/ruby/src/trunk-O0/eval.c:1009
        _ec = 0x556b9a5e4d40
        _tag = {tag = 36, retval = 32, buf = {0x7f2c8d58b7b0, 0x556b98df196b <rb_ensure+295>, 0x0, 0x7f2c8d58b6c0, 0xc}, prev = 0x7f2c8d58c6a0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        result = 4
        errinfo = 139829326690080
        ec = 0x556b9a5e4d40
        ensure_list = {next = 0x7f2c8d58c9c0, entry = {marker = 0, e_proc = 0x556b98f9c949 <delete_from_waitq>, data2 = 139829326690304}}
#22 0x0000556b98f9e871 in rb_condvar_wait (argc=2, argv=0x556b9b197250, self=139829777896440) at /tmp/ruby/src/trunk-O0/thread_sync.c:1548
        ec = 0x556b9a5e4d40
        cv = 0x556b9ac985c0
        args = {mutex = 139829777922920, timeout = 175640186569293826}
        sync_waiter = {self = 139829777922920, th = 0x556b9a5e4b20, fiber = 0x0, node = {next = 0x556b9ac985c0, prev = 0x556b9ac985c0}}
#23 0x0000556b98fe6b1d in ractor_safe_call_cfunc_m1 (recv=139829777896440, argc=2, argv=0x556b9b197250, func=0x556b98f9e76f <rb_condvar_wait>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3299
        f = 0x556b98f9e76f <rb_condvar_wait>
#24 0x0000556b98fe7754 in vm_call_cfunc_with_frame_ (ec=0x556b9a5e4d40, reg_cfp=0x556b9b2970e0, calling=0x7f2c8d58ba40, argc=2, argv=0x556b9b197250, stack_bottom=0x556b9b197248) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0x461100100005
        cc = 0x7f2ca8407dc0
        val = 175640186569293826
        me = 0x7f2c8ef688a0
        cfunc = 0x556b9a3a1568
        recv = 139829777896440
        block_handler = 0
        frame_type = 1431634051
        len = -1
        args = <optimized out>
        args = <optimized out>
#25 0x0000556b98fe7929 in vm_call_cfunc_with_frame (ec=0x556b9a5e4d40, reg_cfp=0x556b9b2970e0, calling=0x7f2c8d58ba40) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 2
        stack_bottom = 0x556b9b197248
        argv = 0x556b9b197250
#26 0x0000556b98fedccb in vm_sendish (ec=0x556b9a5e4d40, reg_cfp=0x556b9b2970e0, cd=0x556b9ac96900, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x461100100005
        cc = 0x7f2ca8407dc0
        argc = 2
        recv = 139829777896440
        calling = {cd = 0x556b9ac96900, cc = 0x7f2ca8407dc0, block_handler = 0, recv = 139829777896440, argc = 2, kw_splat = false, heap_argv = 0}
#27 0x0000556b98ff525c in vm_exec_core (ec=0x556b9a5e4d40) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x556b9ac96900
        leaf = false
        val = 175640186569293826
        reg_pc = 0x556b9ac96618
        reg_cfp = 0x556b9b2970e0
        insns_address_table = {0x556b98ff1933 <vm_exec_core+108>, 0x556b98ff1995 <vm_exec_core+206>, 0x556b98ff1aa8 <vm_exec_core+481>, 0x556b98ff1bbc <vm_exec_core+757>, 0x556b98ff1d5a <vm_exec_core+1171>, 0x556b98ff1e8a <vm_exec_core+1475>, 0x556b98ff209c <vm_exec_core+2005>, 0x556b98ff21ae <vm_exec_core+2279>, 0x556b98ff2287 <vm_exec_core+2496>, 0x556b98ff238e <vm_exec_core+2759>, 0x556b98ff2495 <vm_exec_core+3022>, 0x556b98ff25a3 <vm_exec_core+3292>, 0x556b98ff26b5 <vm_exec_core+3566>, 0x556b98ff2785 <vm_exec_core+3774>, 0x556b98ff288e <vm_exec_core+4039>, 0x556b98ff2988 <vm_exec_core+4289>, 0x556b98ff2a4b <vm_exec_core+4484>, 0x556b98ff2b0e <vm_exec_core+4679>, 0x556b98ff2b97 <vm_exec_core+4816>, 0x556b98ff2c23 <vm_exec_core+4956>, 0x556b98ff2cc9 <vm_exec_core+5122>, 0x556b98ff2da1 <vm_exec_core+5338>, 0x556b98ff2e6e <vm_exec_core+5543>, 0x556b98ff2f4c <vm_exec_core+5765>, 0x556b98ff300e <vm_exec_core+5959>, 0x556b98ff314d <vm_exec_core+6278>, 0x556b98ff31f3 <vm_exec_core+6444>, 0x556b98ff32d8 <vm_exec_core+6673>, 0x556b98ff3407 <vm_exec_core+6976>, 0x556b98ff34ca <vm_exec_core+7171>, 0x556b98ff358d <vm_exec_core+7366>, 0x556b98ff3684 <vm_exec_core+7613>, 0x556b98ff3746 <vm_exec_core+7807>, 0x556b98ff3825 <vm_exec_core+8030>, 0x556b98ff38f2 <vm_exec_core+8235>, 0x556b98ff3a02 <vm_exec_core+8507>, 0x556b98ff3afc <vm_exec_core+8757>, 0x556b98ff3b77 <vm_exec_core+8880>, 0x556b98ff3c38 <vm_exec_core+9073>, 0x556b98ff3d26 <vm_exec_core+9311>, 0x556b98ff3dd6 <vm_exec_core+9487>, 0x556b98ff3f55 <vm_exec_core+9870>, 0x556b98ff402f <vm_exec_core+10088>, 0x556b98ff411b <vm_exec_core+10324>, 0x556b98ff41ac <vm_exec_core+10469>, 0x556b98ff4307 <vm_exec_core+10816>, 0x556b98ff48a9 <vm_exec_core+12258>, 0x556b98ff49a5 <vm_exec_core+12510>, 0x556b98ff4aa8 <vm_exec_core+12769>, 0x556b98ff4b94 <vm_exec_core+13005>, 0x556b98ff4dad <vm_exec_core+13542>, 0x556b98ff4e9f <vm_exec_core+13784>, 0x556b98ff4fa5 <vm_exec_core+14046>, 0x556b98ff51a2 <vm_exec_core+14555>, 0x556b98ff534b <vm_exec_core+14980>, 0x556b98ff5476 <vm_exec_core+15279>, 0x556b98ff55e2 <vm_exec_core+15643>, 0x556b98ff570d <vm_exec_core+15942>, 0x556b98ff5879 <vm_exec_core+16306>, 0x556b98ff5a5b <vm_exec_core+16788>, 0x556b98ff5c58 <vm_exec_core+17297>, 0x556b98ff5e01 <vm_exec_core+17722>, 0x556b98ff5f23 <vm_exec_core+18012>, 0x556b98ff5fca <vm_exec_core+18179>, 0x556b98ff608e <vm_exec_core+18375>, 0x556b98ff6177 <vm_exec_core+18608>, 0x556b98ff6263 <vm_exec_core+18844>, 0x556b98ff634c <vm_exec_core+19077>, 0x556b98ff6460 <vm_exec_core+19353>, 0x556b98ff6587 <vm_exec_core+19648>, 0x556b98ff66bd <vm_exec_core+19958>, 0x556b98ff67f3 <vm_exec_core+20268>, 0x556b98ff6929 <vm_exec_core+20578>, 0x556b98ff6a5f <vm_exec_core+20888>, 0x556b98ff6b95 <vm_exec_core+21198>, 0x556b98ff6cd6 <vm_exec_core+21519>, 0x556b98ff6e50 <vm_exec_core+21897>, 0x556b98ff6f86 <vm_exec_core+22207>, 0x556b98ff70bc <vm_exec_core+22517>, 0x556b98ff71f2 <vm_exec_core+22827>, 0x556b98ff7328 <vm_exec_core+23137>, 0x556b98ff745e <vm_exec_core+23447>, 0x556b98ff7594 <vm_exec_core+23757>, 0x556b98ff76ca <vm_exec_core+24067>, 0x556b98ff7800 <vm_exec_core+24377>, 0x556b98ff794f <vm_exec_core+24712>, 0x556b98ff7b09 <vm_exec_core+25154>, 0x556b98ff7c87 <vm_exec_core+25536>, 0x556b98ff7da6 <vm_exec_core+25823>, 0x556b98ff7ec5 <vm_exec_core+26110>, 0x556b98ff7fdf <vm_exec_core+26392>, 0x556b98ff80f9 <vm_exec_core+26674>, 0x556b98ff8224 <vm_exec_core+26973>, 0x556b98ff835a <vm_exec_core+27283>, 0x556b98ff8445 <vm_exec_core+27518>, 0x556b98ff854a <vm_exec_core+27779>, 0x556b98ff8692 <vm_exec_core+28107>, 0x556b98ff8781 <vm_exec_core+28346>, 0x556b98ff885b <vm_exec_core+28564>, 0x556b98ff8930 <vm_exec_core+28777>, 0x556b98ff8a0b <vm_exec_core+28996>, 0x556b98ff8a87 <vm_exec_core+29120>, 0x556b98ff8b03 <vm_exec_core+29244>, 0x556b98ff8b21 <vm_exec_core+29274>, 0x556b98ff8b3f <vm_exec_core+29304>, 0x556b98ff8b5d <vm_exec_core+29334>, 0x556b98ff8b7b <vm_exec_core+29364>, 0x556b98ff8b99 <vm_exec_core+29394>, 0x556b98ff8bb7 <vm_exec_core+29424>, 0x556b98ff8bd5 <vm_exec_core+29454>, 0x556b98ff8bf3 <vm_exec_core+29484>, 0x556b98ff8c11 <vm_exec_core+29514>, 0x556b98ff8c2f <vm_exec_core+29544>, 0x556b98ff8c4d <vm_exec_core+29574>, 0x556b98ff8c6b <vm_exec_core+29604>, 0x556b98ff8c89 <vm_exec_core+29634>, 0x556b98ff8ca7 <vm_exec_core+29664>, 0x556b98ff8cc5 <vm_exec_core+29694>, 0x556b98ff8ce3 <vm_exec_core+29724>, 0x556b98ff8d01 <vm_exec_core+29754>, 0x556b98ff8d1f <vm_exec_core+29784>, 0x556b98ff8d3d <vm_exec_core+29814>, 0x556b98ff8d5b <vm_exec_core+29844>, 0x556b98ff8d79 <vm_exec_core+29874>, 0x556b98ff8d97 <vm_exec_core+29904>, 0x556b98ff8db5 <vm_exec_core+29934>, 0x556b98ff8dd3 <vm_exec_core+29964>, 0x556b98ff8df1 <vm_exec_core+29994>, 0x556b98ff8e0f <vm_exec_core+30024>, 0x556b98ff8e2d <vm_exec_core+30054>, 0x556b98ff8e4b <vm_exec_core+30084>, 0x556b98ff8e69 <vm_exec_core+30114>, 0x556b98ff8e87 <vm_exec_core+30144>, 0x556b98ff8ea5 <vm_exec_core+30174>, 0x556b98ff8ec3 <vm_exec_core+30204>, 0x556b98ff8ee1 <vm_exec_core+30234>, 0x556b98ff8eff <vm_exec_core+30264>, 0x556b98ff8f1d <vm_exec_core+30294>, 0x556b98ff8f3b <vm_exec_core+30324>, 0x556b98ff8f59 <vm_exec_core+30354>, 0x556b98ff8f77 <vm_exec_core+30384>, 0x556b98ff8f95 <vm_exec_core+30414>, 0x556b98ff8fb3 <vm_exec_core+30444>, 0x556b98ff8fd1 <vm_exec_core+30474>, 0x556b98ff8fef <vm_exec_core+30504>, 0x556b98ff900d <vm_exec_core+30534>, 0x556b98ff902b <vm_exec_core+30564>, 0x556b98ff9049 <vm_exec_core+30594>, 0x556b98ff9067 <vm_exec_core+30624>, 0x556b98ff9085 <vm_exec_core+30654>, 0x556b98ff90a3 <vm_exec_core+30684>, 0x556b98ff90c1 <vm_exec_core+30714>, 0x556b98ff90df <vm_exec_core+30744>, 0x556b98ff90fd <vm_exec_core+30774>, 0x556b98ff911b <vm_exec_core+30804>, 0x556b98ff9139 <vm_exec_core+30834>, 0x556b98ff9157 <vm_exec_core+30864>, 0x556b98ff9175 <vm_exec_core+30894>, 0x556b98ff9193 <vm_exec_core+30924>, 0x556b98ff91b1 <vm_exec_core+30954>, 0x556b98ff91cf <vm_exec_core+30984>, 0x556b98ff91ed <vm_exec_core+31014>, 0x556b98ff920b <vm_exec_core+31044>, 0x556b98ff9229 <vm_exec_core+31074>, 0x556b98ff9247 <vm_exec_core+31104>, 0x556b98ff9265 <vm_exec_core+31134>, 0x556b98ff9283 <vm_exec_core+31164>, 0x556b98ff92a1 <vm_exec_core+31194>, 0x556b98ff92bf <vm_exec_core+31224>, 0x556b98ff92dd <vm_exec_core+31254>, 0x556b98ff92fb <vm_exec_core+31284>, 0x556b98ff9319 <vm_exec_core+31314>, 0x556b98ff9337 <vm_exec_core+31344>, 0x556b98ff9355 <vm_exec_core+31374>, 0x556b98ff9373 <vm_exec_core+31404>, 0x556b98ff9391 <vm_exec_core+31434>, 0x556b98ff93af <vm_exec_core+31464>, 0x556b98ff93cd <vm_exec_core+31494>, 0x556b98ff93fe <vm_exec_core+31543>, 0x556b98ff941c <vm_exec_core+31573>, 0x556b98ff943a <vm_exec_core+31603>, 0x556b98ff9458 <vm_exec_core+31633>, 0x556b98ff9476 <vm_exec_core+31663>, 0x556b98ff9494 <vm_exec_core+31693>, 0x556b98ff94b2 <vm_exec_core+31723>, 0x556b98ff94d0 <vm_exec_core+31753>, 0x556b98ff94ee <vm_exec_core+31783>, 0x556b98ff950c <vm_exec_core+31813>, 0x556b98ff952a <vm_exec_core+31843>, 0x556b98ff9548 <vm_exec_core+31873>, 0x556b98ff9566 <vm_exec_core+31903>, 0x556b98ff9584 <vm_exec_core+31933>, 0x556b98ff95a2 <vm_exec_core+31963>, 0x556b98ff95c0 <vm_exec_core+31993>, 0x556b98ff95de <vm_exec_core+32023>, 0x556b98ff95fc <vm_exec_core+32053>, 0x556b98ff961a <vm_exec_core+32083>, 0x556b98ff9638 <vm_exec_core+32113>, 0x556b98ff9656 <vm_exec_core+32143>, 0x556b98ff9674 <vm_exec_core+32173>...}
#28 0x0000556b9900bc46 in rb_vm_exec (ec=0x556b9a5e4d40) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x556b9a5e4d40
        _tag = {tag = 36, retval = 4, buf = {0x7f2c8d58c720, 0x556b9900bbc4 <rb_vm_exec+190>, 0x0, 0x7f2c8d58c670, 0x7f2ca8408158}, prev = 0x7f2c8d58c9e0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#29 0x0000556b99008833 in invoke_block (ec=0x556b9a5e4d40, iseq=0x7f2c8d650a48, self=139829777992520, captured=0x556b9b297168, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1509
        arg_size = 0
#30 0x0000556b99008c59 in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x0, argc=0, self=139829777992520, captured=0x556b9b297168, ec=0x556b9a5e4d40) at /tmp/ruby/src/trunk-O0/vm.c:1579
        iseq = 0x7f2c8d650a48
        opt_pc = 0
        type = 572653569
        cfp = 0x556b9b297118
        sp = 0x556b9b197230
        flags = 0
        use_argv = 0x0
        av = {93920616608864, 93920653046040}
        stack_argv = 0x556b9b197230
#31 invoke_block_from_c_bh (ec=0x556b9a5e4d40, block_handler=93920653046121, argc=0, argv=0x0, kw_splat=0, passed_block_handler=0, cref=0x0, is_lambda=0, force_blockarg=0) at /tmp/ruby/src/trunk-O0/vm.c:1597
        captured = 0x556b9b297168
#32 0x0000556b99008e53 in vm_yield_with_cref (ec=0x556b9a5e4d40, argc=0, argv=0x0, kw_splat=0, cref=0x0, is_lambda=0) at /tmp/ruby/src/trunk-O0/vm.c:1634
No locals.
#33 0x0000556b99008e91 in vm_yield (ec=0x556b9a5e4d40, argc=0, argv=0x0, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm.c:1642
No locals.
#34 0x0000556b99003793 in rb_yield_0 (argc=0, argv=0x0) at /tmp/ruby/src/trunk-O0/vm_eval.c:1366
No locals.
#35 0x0000556b990037e7 in rb_yield (val=36) at /tmp/ruby/src/trunk-O0/vm_eval.c:1379
No locals.
#36 0x0000556b98df19c8 in rb_ensure (b_proc=0x556b990037b8 <rb_yield>, data1=36, e_proc=0x556b98f9d021 <rb_mutex_unlock>, data2=139829777922920) at /tmp/ruby/src/trunk-O0/eval.c:1009
        _ec = 0x556b9a5e4d40
        _tag = {tag = 36, retval = 93920639733056, buf = {0x7f2c8d58ca60, 0x556b98df196b <rb_ensure+295>, 0x0, 0x7f2c8d58c970, 0x7f2c8d58ca28}, prev = 0x7f2c8d58d920, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        result = 4
        errinfo = 93920639732976
        ec = 0x556b9a5e4d40
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x556b98f9d021 <rb_mutex_unlock>, data2 = 139829777922920}}
#37 0x0000556b98f9d3f3 in rb_mutex_synchronize (mutex=139829777922920, func=0x556b990037b8 <rb_yield>, arg=36) at /tmp/ruby/src/trunk-O0/thread_sync.c:637
No locals.
#38 0x0000556b98f9d447 in rb_mutex_synchronize_m (self=139829777922920) at /tmp/ruby/src/trunk-O0/thread_sync.c:654
No locals.
#39 0x0000556b98fe6b4f in ractor_safe_call_cfunc_0 (recv=139829777922920, argc=0, argv=0x556b9b197218, func=0x556b98f9d3f5 <rb_mutex_synchronize_m>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3306
        f = 0x556b98f9d3f5 <rb_mutex_synchronize_m>
#40 0x0000556b98fe7754 in vm_call_cfunc_with_frame_ (ec=0x556b9a5e4d40, reg_cfp=0x556b9b297150, calling=0x7f2c8d58ccc0, argc=0, argv=0x556b9b197218, stack_bottom=0x556b9b197210) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0x66f100000001
        cc = 0x7f2c8ddabb80
        val = 93920653046096
        me = 0x7f2c8ef68eb8
        cfunc = 0x556b9a394b48
        recv = 139829777922920
        block_handler = 93920653046121
        frame_type = 1431634051
        len = 0
        args = <optimized out>
        args = <optimized out>
#41 0x0000556b98fe7929 in vm_call_cfunc_with_frame (ec=0x556b9a5e4d40, reg_cfp=0x556b9b297150, calling=0x7f2c8d58ccc0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 0
        stack_bottom = 0x556b9b197210
        argv = 0x556b9b197218
#42 0x0000556b98fedccb in vm_sendish (ec=0x556b9a5e4d40, reg_cfp=0x556b9b297150, cd=0x556b9ac50be0, block_handler=93920653046121, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x66f100000001
        cc = 0x7f2c8ddabb80
        argc = 0
        recv = 139829777922920
        calling = {cd = 0x556b9ac50be0, cc = 0x7f2c8ddabb80, block_handler = 93920653046121, recv = 139829777922920, argc = 0, kw_splat = false, heap_argv = 0}
#43 0x0000556b98ff50b3 in vm_exec_core (ec=0x556b9a5e4d40) at ../../src/trunk-O0/insns.def:814
        bh = 93920653046121
        cd = 0x556b9ac50be0
        blockiseq = 0x7f2c8d650a48
        leaf = false
        val = 139828956996560
        reg_pc = 0x556b9ac97110
        reg_cfp = 0x556b9b297150
        insns_address_table = {0x556b98ff1933 <vm_exec_core+108>, 0x556b98ff1995 <vm_exec_core+206>, 0x556b98ff1aa8 <vm_exec_core+481>, 0x556b98ff1bbc <vm_exec_core+757>, 0x556b98ff1d5a <vm_exec_core+1171>, 0x556b98ff1e8a <vm_exec_core+1475>, 0x556b98ff209c <vm_exec_core+2005>, 0x556b98ff21ae <vm_exec_core+2279>, 0x556b98ff2287 <vm_exec_core+2496>, 0x556b98ff238e <vm_exec_core+2759>, 0x556b98ff2495 <vm_exec_core+3022>, 0x556b98ff25a3 <vm_exec_core+3292>, 0x556b98ff26b5 <vm_exec_core+3566>, 0x556b98ff2785 <vm_exec_core+3774>, 0x556b98ff288e <vm_exec_core+4039>, 0x556b98ff2988 <vm_exec_core+4289>, 0x556b98ff2a4b <vm_exec_core+4484>, 0x556b98ff2b0e <vm_exec_core+4679>, 0x556b98ff2b97 <vm_exec_core+4816>, 0x556b98ff2c23 <vm_exec_core+4956>, 0x556b98ff2cc9 <vm_exec_core+5122>, 0x556b98ff2da1 <vm_exec_core+5338>, 0x556b98ff2e6e <vm_exec_core+5543>, 0x556b98ff2f4c <vm_exec_core+5765>, 0x556b98ff300e <vm_exec_core+5959>, 0x556b98ff314d <vm_exec_core+6278>, 0x556b98ff31f3 <vm_exec_core+6444>, 0x556b98ff32d8 <vm_exec_core+6673>, 0x556b98ff3407 <vm_exec_core+6976>, 0x556b98ff34ca <vm_exec_core+7171>, 0x556b98ff358d <vm_exec_core+7366>, 0x556b98ff3684 <vm_exec_core+7613>, 0x556b98ff3746 <vm_exec_core+7807>, 0x556b98ff3825 <vm_exec_core+8030>, 0x556b98ff38f2 <vm_exec_core+8235>, 0x556b98ff3a02 <vm_exec_core+8507>, 0x556b98ff3afc <vm_exec_core+8757>, 0x556b98ff3b77 <vm_exec_core+8880>, 0x556b98ff3c38 <vm_exec_core+9073>, 0x556b98ff3d26 <vm_exec_core+9311>, 0x556b98ff3dd6 <vm_exec_core+9487>, 0x556b98ff3f55 <vm_exec_core+9870>, 0x556b98ff402f <vm_exec_core+10088>, 0x556b98ff411b <vm_exec_core+10324>, 0x556b98ff41ac <vm_exec_core+10469>, 0x556b98ff4307 <vm_exec_core+10816>, 0x556b98ff48a9 <vm_exec_core+12258>, 0x556b98ff49a5 <vm_exec_core+12510>, 0x556b98ff4aa8 <vm_exec_core+12769>, 0x556b98ff4b94 <vm_exec_core+13005>, 0x556b98ff4dad <vm_exec_core+13542>, 0x556b98ff4e9f <vm_exec_core+13784>, 0x556b98ff4fa5 <vm_exec_core+14046>, 0x556b98ff51a2 <vm_exec_core+14555>, 0x556b98ff534b <vm_exec_core+14980>, 0x556b98ff5476 <vm_exec_core+15279>, 0x556b98ff55e2 <vm_exec_core+15643>, 0x556b98ff570d <vm_exec_core+15942>, 0x556b98ff5879 <vm_exec_core+16306>, 0x556b98ff5a5b <vm_exec_core+16788>, 0x556b98ff5c58 <vm_exec_core+17297>, 0x556b98ff5e01 <vm_exec_core+17722>, 0x556b98ff5f23 <vm_exec_core+18012>, 0x556b98ff5fca <vm_exec_core+18179>, 0x556b98ff608e <vm_exec_core+18375>, 0x556b98ff6177 <vm_exec_core+18608>, 0x556b98ff6263 <vm_exec_core+18844>, 0x556b98ff634c <vm_exec_core+19077>, 0x556b98ff6460 <vm_exec_core+19353>, 0x556b98ff6587 <vm_exec_core+19648>, 0x556b98ff66bd <vm_exec_core+19958>, 0x556b98ff67f3 <vm_exec_core+20268>, 0x556b98ff6929 <vm_exec_core+20578>, 0x556b98ff6a5f <vm_exec_core+20888>, 0x556b98ff6b95 <vm_exec_core+21198>, 0x556b98ff6cd6 <vm_exec_core+21519>, 0x556b98ff6e50 <vm_exec_core+21897>, 0x556b98ff6f86 <vm_exec_core+22207>, 0x556b98ff70bc <vm_exec_core+22517>, 0x556b98ff71f2 <vm_exec_core+22827>, 0x556b98ff7328 <vm_exec_core+23137>, 0x556b98ff745e <vm_exec_core+23447>, 0x556b98ff7594 <vm_exec_core+23757>, 0x556b98ff76ca <vm_exec_core+24067>, 0x556b98ff7800 <vm_exec_core+24377>, 0x556b98ff794f <vm_exec_core+24712>, 0x556b98ff7b09 <vm_exec_core+25154>, 0x556b98ff7c87 <vm_exec_core+25536>, 0x556b98ff7da6 <vm_exec_core+25823>, 0x556b98ff7ec5 <vm_exec_core+26110>, 0x556b98ff7fdf <vm_exec_core+26392>, 0x556b98ff80f9 <vm_exec_core+26674>, 0x556b98ff8224 <vm_exec_core+26973>, 0x556b98ff835a <vm_exec_core+27283>, 0x556b98ff8445 <vm_exec_core+27518>, 0x556b98ff854a <vm_exec_core+27779>, 0x556b98ff8692 <vm_exec_core+28107>, 0x556b98ff8781 <vm_exec_core+28346>, 0x556b98ff885b <vm_exec_core+28564>, 0x556b98ff8930 <vm_exec_core+28777>, 0x556b98ff8a0b <vm_exec_core+28996>, 0x556b98ff8a87 <vm_exec_core+29120>, 0x556b98ff8b03 <vm_exec_core+29244>, 0x556b98ff8b21 <vm_exec_core+29274>, 0x556b98ff8b3f <vm_exec_core+29304>, 0x556b98ff8b5d <vm_exec_core+29334>, 0x556b98ff8b7b <vm_exec_core+29364>, 0x556b98ff8b99 <vm_exec_core+29394>, 0x556b98ff8bb7 <vm_exec_core+29424>, 0x556b98ff8bd5 <vm_exec_core+29454>, 0x556b98ff8bf3 <vm_exec_core+29484>, 0x556b98ff8c11 <vm_exec_core+29514>, 0x556b98ff8c2f <vm_exec_core+29544>, 0x556b98ff8c4d <vm_exec_core+29574>, 0x556b98ff8c6b <vm_exec_core+29604>, 0x556b98ff8c89 <vm_exec_core+29634>, 0x556b98ff8ca7 <vm_exec_core+29664>, 0x556b98ff8cc5 <vm_exec_core+29694>, 0x556b98ff8ce3 <vm_exec_core+29724>, 0x556b98ff8d01 <vm_exec_core+29754>, 0x556b98ff8d1f <vm_exec_core+29784>, 0x556b98ff8d3d <vm_exec_core+29814>, 0x556b98ff8d5b <vm_exec_core+29844>, 0x556b98ff8d79 <vm_exec_core+29874>, 0x556b98ff8d97 <vm_exec_core+29904>, 0x556b98ff8db5 <vm_exec_core+29934>, 0x556b98ff8dd3 <vm_exec_core+29964>, 0x556b98ff8df1 <vm_exec_core+29994>, 0x556b98ff8e0f <vm_exec_core+30024>, 0x556b98ff8e2d <vm_exec_core+30054>, 0x556b98ff8e4b <vm_exec_core+30084>, 0x556b98ff8e69 <vm_exec_core+30114>, 0x556b98ff8e87 <vm_exec_core+30144>, 0x556b98ff8ea5 <vm_exec_core+30174>, 0x556b98ff8ec3 <vm_exec_core+30204>, 0x556b98ff8ee1 <vm_exec_core+30234>, 0x556b98ff8eff <vm_exec_core+30264>, 0x556b98ff8f1d <vm_exec_core+30294>, 0x556b98ff8f3b <vm_exec_core+30324>, 0x556b98ff8f59 <vm_exec_core+30354>, 0x556b98ff8f77 <vm_exec_core+30384>, 0x556b98ff8f95 <vm_exec_core+30414>, 0x556b98ff8fb3 <vm_exec_core+30444>, 0x556b98ff8fd1 <vm_exec_core+30474>, 0x556b98ff8fef <vm_exec_core+30504>, 0x556b98ff900d <vm_exec_core+30534>, 0x556b98ff902b <vm_exec_core+30564>, 0x556b98ff9049 <vm_exec_core+30594>, 0x556b98ff9067 <vm_exec_core+30624>, 0x556b98ff9085 <vm_exec_core+30654>, 0x556b98ff90a3 <vm_exec_core+30684>, 0x556b98ff90c1 <vm_exec_core+30714>, 0x556b98ff90df <vm_exec_core+30744>, 0x556b98ff90fd <vm_exec_core+30774>, 0x556b98ff911b <vm_exec_core+30804>, 0x556b98ff9139 <vm_exec_core+30834>, 0x556b98ff9157 <vm_exec_core+30864>, 0x556b98ff9175 <vm_exec_core+30894>, 0x556b98ff9193 <vm_exec_core+30924>, 0x556b98ff91b1 <vm_exec_core+30954>, 0x556b98ff91cf <vm_exec_core+30984>, 0x556b98ff91ed <vm_exec_core+31014>, 0x556b98ff920b <vm_exec_core+31044>, 0x556b98ff9229 <vm_exec_core+31074>, 0x556b98ff9247 <vm_exec_core+31104>, 0x556b98ff9265 <vm_exec_core+31134>, 0x556b98ff9283 <vm_exec_core+31164>, 0x556b98ff92a1 <vm_exec_core+31194>, 0x556b98ff92bf <vm_exec_core+31224>, 0x556b98ff92dd <vm_exec_core+31254>, 0x556b98ff92fb <vm_exec_core+31284>, 0x556b98ff9319 <vm_exec_core+31314>, 0x556b98ff9337 <vm_exec_core+31344>, 0x556b98ff9355 <vm_exec_core+31374>, 0x556b98ff9373 <vm_exec_core+31404>, 0x556b98ff9391 <vm_exec_core+31434>, 0x556b98ff93af <vm_exec_core+31464>, 0x556b98ff93cd <vm_exec_core+31494>, 0x556b98ff93fe <vm_exec_core+31543>, 0x556b98ff941c <vm_exec_core+31573>, 0x556b98ff943a <vm_exec_core+31603>, 0x556b98ff9458 <vm_exec_core+31633>, 0x556b98ff9476 <vm_exec_core+31663>, 0x556b98ff9494 <vm_exec_core+31693>, 0x556b98ff94b2 <vm_exec_core+31723>, 0x556b98ff94d0 <vm_exec_core+31753>, 0x556b98ff94ee <vm_exec_core+31783>, 0x556b98ff950c <vm_exec_core+31813>, 0x556b98ff952a <vm_exec_core+31843>, 0x556b98ff9548 <vm_exec_core+31873>, 0x556b98ff9566 <vm_exec_core+31903>, 0x556b98ff9584 <vm_exec_core+31933>, 0x556b98ff95a2 <vm_exec_core+31963>, 0x556b98ff95c0 <vm_exec_core+31993>, 0x556b98ff95de <vm_exec_core+32023>, 0x556b98ff95fc <vm_exec_core+32053>, 0x556b98ff961a <vm_exec_core+32083>, 0x556b98ff9638 <vm_exec_core+32113>, 0x556b98ff9656 <vm_exec_core+32143>, 0x556b98ff9674 <vm_exec_core+32173>...}
#44 0x0000556b9900bc46 in rb_vm_exec (ec=0x556b9a5e4d40) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x556b9a5e4d40
        _tag = {tag = 36, retval = 4, buf = {0x7f2c8d58d9a0, 0x556b9900bbc4 <rb_vm_exec+190>, 0x0, 0x7f2c8d58d8f0, 0x0}, prev = 0x7f2c8d58dcd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#45 0x0000556b99008833 in invoke_block (ec=0x556b9a5e4d40, iseq=0x7f2c8d650ae8, self=139829777992520, captured=0x556b9a5e4f80, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1509
        arg_size = 0
#46 0x0000556b990092cf in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7f2c8d58dbc0, argc=0, self=139829777992520, captured=0x556b9a5e4f80, ec=0x556b9a5e4d40) at /tmp/ruby/src/trunk-O0/vm.c:1579
        iseq = 0x7f2c8d650ae8
        opt_pc = 0
        type = 572653569
        cfp = 0x556b9b297188
        sp = 0x556b9b1971d8
        flags = 0
        use_argv = 0x7f2c8d58dbc0
        av = {8192, 139829778108480}
        stack_argv = 0x556b9b1971d8
#47 invoke_block_from_c_proc (me=0x0, is_lambda=0, passed_block_handler=0, kw_splat=0, argv=0x7f2c8d58dbc0, argc=0, self=139829777992520, proc=0x556b9a5e4f80, ec=0x556b9a5e4d40) at /tmp/ruby/src/trunk-O0/vm.c:1677
        block = 0x556b9a5e4f80
#48 vm_invoke_proc (ec=0x556b9a5e4d40, proc=0x556b9a5e4f80, self=139829777992520, argc=0, argv=0x7f2c8d58dbc0, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1707
No locals.
#49 0x0000556b99009a73 in rb_vm_invoke_proc (ec=0x556b9a5e4d40, proc=0x556b9a5e4f80, argc=0, argv=0x7f2c8d58dbc0, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1728
        self = 139829777992520
#50 0x0000556b98f9fb39 in thread_do_start_proc (th=0x556b9a5e4b20) at /tmp/ruby/src/trunk-O0/thread.c:592
        args = 139829778108640
        args_ptr = 0x7f2c8d58dbc0
        args_len = 0
        procval = 139829778108560
        proc = 0x556b9a5e4f80
#51 0x0000556b98f9fc19 in thread_do_start (th=0x556b9a5e4b20) at /tmp/ruby/src/trunk-O0/thread.c:611
        result = 36
#52 0x0000556b98f9fef4 in thread_start_func_2 (th=0x556b9a5e4b20, stack_start=0x7f2c8d58dd28) at /tmp/ruby/src/trunk-O0/thread.c:667
        _ec = 0x556b9a5e4d40
        _tag = {tag = 36, retval = 139829326704640, buf = {0x7f2c8d58dd50, 0x556b98f9fe9b <thread_start_func_2+407>, 0x0, 0x7f2c8d58dc80, 0x7f2c8d58dd50}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x556b9a356090
#53 0x0000556b98f9926d in call_thread_start_func_2 (th=0x556b9a5e4b20) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2186
No locals.
#54 0x0000556b98f9937d in nt_start (ptr=0x556b9a5e4fb0) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2231
        th = 0x556b9a5e4b20
        sched = 0x556b9a357350
        nt = 0x556b9a5e4fb0
        vm = 0x556b9a353b10
#55 0x00007f2ca85d3b43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736453612800, -6232317326315680822, 139829326702144, 0, 139829779970128, 140736453613152, 6330731598193953738, 6330667801710365642}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#56 0x00007f2ca8664bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 2 (Thread 0x7f2c8d5af640 (LWP 1592141)):
#0  __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x556b9be498c4) 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=0, abstime=0x0, clockid=0, expected=0, futex_word=0x556b9be498c4) 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=0x556b9be498c4, 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  0x00007f2ca85d2ac1 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x556b9a357350, cond=0x556b9be49898) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7f2ca85d27a0 <__condvar_cleanup_waiting>, __arg = 0x7f2c8d5ad890, __canceltype = -1707773392, __prev = 0x0}
        cbuffer = {wseq = 427, cond = 0x556b9be49898, mutex = 0x556b9a357350, private = 0}
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 427
        seq = 213
        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=0x556b9be49898, mutex=0x556b9a357350) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x0000556b98f9622f in rb_native_cond_wait (cond=0x556b9be49898, mutex=0x556b9a357350) at /tmp/ruby/src/trunk-O0/thread_pthread.c:221
        r = 21867
#6  0x0000556b98f97289 in thread_sched_wait_running_turn (sched=0x556b9a357350, th=0x556b9b146620, can_direct_transfer=false) at /tmp/ruby/src/trunk-O0/thread_pthread.c:859
        next_th = 0x556b9a356090
#7  0x0000556b98f979a8 in thread_sched_to_waiting_until_wakeup (sched=0x556b9a357350, th=0x556b9b146620) at /tmp/ruby/src/trunk-O0/thread_pthread.c:1101
        can_direct_transfer = false
#8  0x0000556b98f9c092 in native_sleep (th=0x556b9b146620, rel=0x0) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3279
        sched = 0x556b9a357350
#9  0x0000556b98fa13ad in sleep_forever (th=0x556b9b146620, fl=1) at /tmp/ruby/src/trunk-O0/thread.c:1334
        prev_status = THREAD_RUNNABLE
        status = THREAD_STOPPED_FOREVER
        woke = 21867
#10 0x0000556b98fa14ea in rb_thread_sleep_deadly_allow_spurious_wakeup (blocker=139829336364480, timeout=4, end=0) at /tmp/ruby/src/trunk-O0/thread.c:1379
        scheduler = 4
#11 0x0000556b98f9db1a in queue_sleep (_args=139829326830512) at /tmp/ruby/src/trunk-O0/thread_sync.c:1028
        args = 0x7f2c8d5adbb0
#12 0x0000556b98df19c8 in rb_ensure (b_proc=0x556b98f9dae0 <queue_sleep>, data1=139829326830512, e_proc=0x556b98f9db21 <queue_sleep_done>, data2=139829326830544) at /tmp/ruby/src/trunk-O0/eval.c:1009
        _ec = 0x556b9be819c0
        _tag = {tag = 36, retval = 140, buf = {0x7f2c8d5adb60, 0x556b98df196b <rb_ensure+295>, 0x0, 0x7f2c8d5ada70, 0x7f2c8d5adb30}, prev = 0x7f2c8d5ae920, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        result = 4
        errinfo = 139829335307600
        ec = 0x556b9be819c0
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x556b98f9db21 <queue_sleep_done>, data2 = 139829326830544}}
#13 0x0000556b98f9ddb1 in queue_do_pop (self=139829336364480, q=0x556b9a4087c0, should_block=1, timeout=4) at /tmp/ruby/src/trunk-O0/thread_sync.c:1103
        ec = 0x556b9be819c0
        queue_waiter = {w = {self = 139829336364480, th = 0x556b9b146620, fiber = 0x0, node = {next = 0x556b9a4087c0, prev = 0x556b9a4087c0}}, as = {q = 0x556b9a4087c0, sq = 0x556b9a4087c0}}
        waitq = 0x556b9a4087c0
        queue_sleep_arg = {self = 139829336364480, timeout = 4, end = 0}
        end = 0
#14 0x0000556b98f9de6d in rb_queue_pop (ec=0x556b9be819c0, self=139829336364480, non_block=0, timeout=4) at /tmp/ruby/src/trunk-O0/thread_sync.c:1115
No locals.
#15 0x0000556b98ff0e4c in builtin_invoker2 (ec=0x556b9be819c0, self=139829336364480, argv=0x556b9b71d648, funcptr=0x556b98f9de1a <rb_queue_pop>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:6737
No locals.
#16 0x0000556b98ff17c4 in invoke_bf (ec=0x556b9be819c0, reg_cfp=0x556b9b81d548, bf=0x556b9941d240 <thread_sync_table>, argv=0x556b9b71d648) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:6863
        canary_p = false
        ret = 93920638064288
#17 0x0000556b98ff1891 in vm_invoke_builtin_delegate (ec=0x556b9be819c0, cfp=0x556b9b81d548, bf=0x556b9941d240 <thread_sync_table>, start_index=0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:6890
        argv = 0x556b9b71d648
        __func__ = <optimized out>
        i = <optimized out>
#18 0x0000556b98ff84ee in vm_exec_core (ec=0x556b9be819c0) at ../../src/trunk-O0/insns.def:1494
        bf = 0x556b9941d240 <thread_sync_table>
        index = 0
        leaf = false
        val = 1
        reg_pc = 0x556b9a44d6b8
        reg_cfp = 0x556b9b81d548
        insns_address_table = {0x556b98ff1933 <vm_exec_core+108>, 0x556b98ff1995 <vm_exec_core+206>, 0x556b98ff1aa8 <vm_exec_core+481>, 0x556b98ff1bbc <vm_exec_core+757>, 0x556b98ff1d5a <vm_exec_core+1171>, 0x556b98ff1e8a <vm_exec_core+1475>, 0x556b98ff209c <vm_exec_core+2005>, 0x556b98ff21ae <vm_exec_core+2279>, 0x556b98ff2287 <vm_exec_core+2496>, 0x556b98ff238e <vm_exec_core+2759>, 0x556b98ff2495 <vm_exec_core+3022>, 0x556b98ff25a3 <vm_exec_core+3292>, 0x556b98ff26b5 <vm_exec_core+3566>, 0x556b98ff2785 <vm_exec_core+3774>, 0x556b98ff288e <vm_exec_core+4039>, 0x556b98ff2988 <vm_exec_core+4289>, 0x556b98ff2a4b <vm_exec_core+4484>, 0x556b98ff2b0e <vm_exec_core+4679>, 0x556b98ff2b97 <vm_exec_core+4816>, 0x556b98ff2c23 <vm_exec_core+4956>, 0x556b98ff2cc9 <vm_exec_core+5122>, 0x556b98ff2da1 <vm_exec_core+5338>, 0x556b98ff2e6e <vm_exec_core+5543>, 0x556b98ff2f4c <vm_exec_core+5765>, 0x556b98ff300e <vm_exec_core+5959>, 0x556b98ff314d <vm_exec_core+6278>, 0x556b98ff31f3 <vm_exec_core+6444>, 0x556b98ff32d8 <vm_exec_core+6673>, 0x556b98ff3407 <vm_exec_core+6976>, 0x556b98ff34ca <vm_exec_core+7171>, 0x556b98ff358d <vm_exec_core+7366>, 0x556b98ff3684 <vm_exec_core+7613>, 0x556b98ff3746 <vm_exec_core+7807>, 0x556b98ff3825 <vm_exec_core+8030>, 0x556b98ff38f2 <vm_exec_core+8235>, 0x556b98ff3a02 <vm_exec_core+8507>, 0x556b98ff3afc <vm_exec_core+8757>, 0x556b98ff3b77 <vm_exec_core+8880>, 0x556b98ff3c38 <vm_exec_core+9073>, 0x556b98ff3d26 <vm_exec_core+9311>, 0x556b98ff3dd6 <vm_exec_core+9487>, 0x556b98ff3f55 <vm_exec_core+9870>, 0x556b98ff402f <vm_exec_core+10088>, 0x556b98ff411b <vm_exec_core+10324>, 0x556b98ff41ac <vm_exec_core+10469>, 0x556b98ff4307 <vm_exec_core+10816>, 0x556b98ff48a9 <vm_exec_core+12258>, 0x556b98ff49a5 <vm_exec_core+12510>, 0x556b98ff4aa8 <vm_exec_core+12769>, 0x556b98ff4b94 <vm_exec_core+13005>, 0x556b98ff4dad <vm_exec_core+13542>, 0x556b98ff4e9f <vm_exec_core+13784>, 0x556b98ff4fa5 <vm_exec_core+14046>, 0x556b98ff51a2 <vm_exec_core+14555>, 0x556b98ff534b <vm_exec_core+14980>, 0x556b98ff5476 <vm_exec_core+15279>, 0x556b98ff55e2 <vm_exec_core+15643>, 0x556b98ff570d <vm_exec_core+15942>, 0x556b98ff5879 <vm_exec_core+16306>, 0x556b98ff5a5b <vm_exec_core+16788>, 0x556b98ff5c58 <vm_exec_core+17297>, 0x556b98ff5e01 <vm_exec_core+17722>, 0x556b98ff5f23 <vm_exec_core+18012>, 0x556b98ff5fca <vm_exec_core+18179>, 0x556b98ff608e <vm_exec_core+18375>, 0x556b98ff6177 <vm_exec_core+18608>, 0x556b98ff6263 <vm_exec_core+18844>, 0x556b98ff634c <vm_exec_core+19077>, 0x556b98ff6460 <vm_exec_core+19353>, 0x556b98ff6587 <vm_exec_core+19648>, 0x556b98ff66bd <vm_exec_core+19958>, 0x556b98ff67f3 <vm_exec_core+20268>, 0x556b98ff6929 <vm_exec_core+20578>, 0x556b98ff6a5f <vm_exec_core+20888>, 0x556b98ff6b95 <vm_exec_core+21198>, 0x556b98ff6cd6 <vm_exec_core+21519>, 0x556b98ff6e50 <vm_exec_core+21897>, 0x556b98ff6f86 <vm_exec_core+22207>, 0x556b98ff70bc <vm_exec_core+22517>, 0x556b98ff71f2 <vm_exec_core+22827>, 0x556b98ff7328 <vm_exec_core+23137>, 0x556b98ff745e <vm_exec_core+23447>, 0x556b98ff7594 <vm_exec_core+23757>, 0x556b98ff76ca <vm_exec_core+24067>, 0x556b98ff7800 <vm_exec_core+24377>, 0x556b98ff794f <vm_exec_core+24712>, 0x556b98ff7b09 <vm_exec_core+25154>, 0x556b98ff7c87 <vm_exec_core+25536>, 0x556b98ff7da6 <vm_exec_core+25823>, 0x556b98ff7ec5 <vm_exec_core+26110>, 0x556b98ff7fdf <vm_exec_core+26392>, 0x556b98ff80f9 <vm_exec_core+26674>, 0x556b98ff8224 <vm_exec_core+26973>, 0x556b98ff835a <vm_exec_core+27283>, 0x556b98ff8445 <vm_exec_core+27518>, 0x556b98ff854a <vm_exec_core+27779>, 0x556b98ff8692 <vm_exec_core+28107>, 0x556b98ff8781 <vm_exec_core+28346>, 0x556b98ff885b <vm_exec_core+28564>, 0x556b98ff8930 <vm_exec_core+28777>, 0x556b98ff8a0b <vm_exec_core+28996>, 0x556b98ff8a87 <vm_exec_core+29120>, 0x556b98ff8b03 <vm_exec_core+29244>, 0x556b98ff8b21 <vm_exec_core+29274>, 0x556b98ff8b3f <vm_exec_core+29304>, 0x556b98ff8b5d <vm_exec_core+29334>, 0x556b98ff8b7b <vm_exec_core+29364>, 0x556b98ff8b99 <vm_exec_core+29394>, 0x556b98ff8bb7 <vm_exec_core+29424>, 0x556b98ff8bd5 <vm_exec_core+29454>, 0x556b98ff8bf3 <vm_exec_core+29484>, 0x556b98ff8c11 <vm_exec_core+29514>, 0x556b98ff8c2f <vm_exec_core+29544>, 0x556b98ff8c4d <vm_exec_core+29574>, 0x556b98ff8c6b <vm_exec_core+29604>, 0x556b98ff8c89 <vm_exec_core+29634>, 0x556b98ff8ca7 <vm_exec_core+29664>, 0x556b98ff8cc5 <vm_exec_core+29694>, 0x556b98ff8ce3 <vm_exec_core+29724>, 0x556b98ff8d01 <vm_exec_core+29754>, 0x556b98ff8d1f <vm_exec_core+29784>, 0x556b98ff8d3d <vm_exec_core+29814>, 0x556b98ff8d5b <vm_exec_core+29844>, 0x556b98ff8d79 <vm_exec_core+29874>, 0x556b98ff8d97 <vm_exec_core+29904>, 0x556b98ff8db5 <vm_exec_core+29934>, 0x556b98ff8dd3 <vm_exec_core+29964>, 0x556b98ff8df1 <vm_exec_core+29994>, 0x556b98ff8e0f <vm_exec_core+30024>, 0x556b98ff8e2d <vm_exec_core+30054>, 0x556b98ff8e4b <vm_exec_core+30084>, 0x556b98ff8e69 <vm_exec_core+30114>, 0x556b98ff8e87 <vm_exec_core+30144>, 0x556b98ff8ea5 <vm_exec_core+30174>, 0x556b98ff8ec3 <vm_exec_core+30204>, 0x556b98ff8ee1 <vm_exec_core+30234>, 0x556b98ff8eff <vm_exec_core+30264>, 0x556b98ff8f1d <vm_exec_core+30294>, 0x556b98ff8f3b <vm_exec_core+30324>, 0x556b98ff8f59 <vm_exec_core+30354>, 0x556b98ff8f77 <vm_exec_core+30384>, 0x556b98ff8f95 <vm_exec_core+30414>, 0x556b98ff8fb3 <vm_exec_core+30444>, 0x556b98ff8fd1 <vm_exec_core+30474>, 0x556b98ff8fef <vm_exec_core+30504>, 0x556b98ff900d <vm_exec_core+30534>, 0x556b98ff902b <vm_exec_core+30564>, 0x556b98ff9049 <vm_exec_core+30594>, 0x556b98ff9067 <vm_exec_core+30624>, 0x556b98ff9085 <vm_exec_core+30654>, 0x556b98ff90a3 <vm_exec_core+30684>, 0x556b98ff90c1 <vm_exec_core+30714>, 0x556b98ff90df <vm_exec_core+30744>, 0x556b98ff90fd <vm_exec_core+30774>, 0x556b98ff911b <vm_exec_core+30804>, 0x556b98ff9139 <vm_exec_core+30834>, 0x556b98ff9157 <vm_exec_core+30864>, 0x556b98ff9175 <vm_exec_core+30894>, 0x556b98ff9193 <vm_exec_core+30924>, 0x556b98ff91b1 <vm_exec_core+30954>, 0x556b98ff91cf <vm_exec_core+30984>, 0x556b98ff91ed <vm_exec_core+31014>, 0x556b98ff920b <vm_exec_core+31044>, 0x556b98ff9229 <vm_exec_core+31074>, 0x556b98ff9247 <vm_exec_core+31104>, 0x556b98ff9265 <vm_exec_core+31134>, 0x556b98ff9283 <vm_exec_core+31164>, 0x556b98ff92a1 <vm_exec_core+31194>, 0x556b98ff92bf <vm_exec_core+31224>, 0x556b98ff92dd <vm_exec_core+31254>, 0x556b98ff92fb <vm_exec_core+31284>, 0x556b98ff9319 <vm_exec_core+31314>, 0x556b98ff9337 <vm_exec_core+31344>, 0x556b98ff9355 <vm_exec_core+31374>, 0x556b98ff9373 <vm_exec_core+31404>, 0x556b98ff9391 <vm_exec_core+31434>, 0x556b98ff93af <vm_exec_core+31464>, 0x556b98ff93cd <vm_exec_core+31494>, 0x556b98ff93fe <vm_exec_core+31543>, 0x556b98ff941c <vm_exec_core+31573>, 0x556b98ff943a <vm_exec_core+31603>, 0x556b98ff9458 <vm_exec_core+31633>, 0x556b98ff9476 <vm_exec_core+31663>, 0x556b98ff9494 <vm_exec_core+31693>, 0x556b98ff94b2 <vm_exec_core+31723>, 0x556b98ff94d0 <vm_exec_core+31753>, 0x556b98ff94ee <vm_exec_core+31783>, 0x556b98ff950c <vm_exec_core+31813>, 0x556b98ff952a <vm_exec_core+31843>, 0x556b98ff9548 <vm_exec_core+31873>, 0x556b98ff9566 <vm_exec_core+31903>, 0x556b98ff9584 <vm_exec_core+31933>, 0x556b98ff95a2 <vm_exec_core+31963>, 0x556b98ff95c0 <vm_exec_core+31993>, 0x556b98ff95de <vm_exec_core+32023>, 0x556b98ff95fc <vm_exec_core+32053>, 0x556b98ff961a <vm_exec_core+32083>, 0x556b98ff9638 <vm_exec_core+32113>, 0x556b98ff9656 <vm_exec_core+32143>, 0x556b98ff9674 <vm_exec_core+32173>...}
#19 0x0000556b9900bc46 in rb_vm_exec (ec=0x556b9be819c0) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x556b9be819c0
        _tag = {tag = 36, retval = 4, buf = {0x7f2c8d5ae9a0, 0x556b9900bbc4 <rb_vm_exec+190>, 0x0, 0x7f2c8d5ae8f0, 0x7f2c8d30f6b8}, prev = 0x7f2c8d5aecd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#20 0x0000556b99008833 in invoke_block (ec=0x556b9be819c0, iseq=0x7f2c8dec68f8, self=139829353850880, captured=0x556b9be79c30, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1509
        arg_size = 0
#21 0x0000556b990092cf in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7f2c8d5aebc0, argc=0, self=139829353850880, captured=0x556b9be79c30, ec=0x556b9be819c0) at /tmp/ruby/src/trunk-O0/vm.c:1579
        iseq = 0x7f2c8dec68f8
        opt_pc = 0
        type = 572653569
        cfp = 0x556b9b81d5b8
        sp = 0x556b9b71d608
        flags = 0
        use_argv = 0x7f2c8d5aebc0
        av = {8192, 139829334653520}
        stack_argv = 0x556b9b71d608
#22 invoke_block_from_c_proc (me=0x0, is_lambda=0, passed_block_handler=0, kw_splat=0, argv=0x7f2c8d5aebc0, argc=0, self=139829353850880, proc=0x556b9be79c30, ec=0x556b9be819c0) at /tmp/ruby/src/trunk-O0/vm.c:1677
        block = 0x556b9be79c30
#23 vm_invoke_proc (ec=0x556b9be819c0, proc=0x556b9be79c30, self=139829353850880, argc=0, argv=0x7f2c8d5aebc0, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1707
No locals.
#24 0x0000556b99009a73 in rb_vm_invoke_proc (ec=0x556b9be819c0, proc=0x556b9be79c30, argc=0, argv=0x7f2c8d5aebc0, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1728
        self = 139829353850880
#25 0x0000556b98f9fb39 in thread_do_start_proc (th=0x556b9b146620) at /tmp/ruby/src/trunk-O0/thread.c:592
        args = 139829334381120
        args_ptr = 0x7f2c8d5aebc0
        args_len = 0
        procval = 139829334641120
        proc = 0x556b9be79c30
#26 0x0000556b98f9fc19 in thread_do_start (th=0x556b9b146620) at /tmp/ruby/src/trunk-O0/thread.c:611
        result = 36
#27 0x0000556b98f9fef4 in thread_start_func_2 (th=0x556b9b146620, stack_start=0x7f2c8d5aed28) at /tmp/ruby/src/trunk-O0/thread.c:667
        _ec = 0x556b9be819c0
        _tag = {tag = 36, retval = 139829326839808, buf = {0x7f2c8d5aed50, 0x556b98f9fe9b <thread_start_func_2+407>, 0x0, 0x7f2c8d5aec80, 0x7f2c8d5aed50}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x556b9a356090
#28 0x0000556b98f9926d in call_thread_start_func_2 (th=0x556b9b146620) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2186
No locals.
#29 0x0000556b98f9937d in nt_start (ptr=0x556b9be49870) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2231
        th = 0x556b9b146620
        sched = 0x556b9a357350
        nt = 0x556b9be49870
        vm = 0x556b9a353b10
#30 0x00007f2ca85d3b43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736453612800, -6232317326315680822, 139829326837312, 25, 139829779970128, 140736453613152, 6330731614836952010, 6330667801710365642}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#31 0x00007f2ca8664bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f2ca853c7c0 (LWP 1591469)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139829779351488) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f2ca853c7c0
        old_mask = {__val = {139829779351488, 139829781550592, 93920689221776, 139829779881383, 139829307111240, 140736453618832, 139829778296944, 93920616873348, 139829781567136, 0, 139829781550592, 93920689084536, 139829779344472, 0, 93920637041424, 93920637056224}}
        ret = <optimized out>
        pd = <optimized out>
        old_mask = <optimized out>
        ret = <optimized out>
        tid = <optimized out>
        ret = <optimized out>
        resultvar = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        __private = <optimized out>
        __oldval = <optimized out>
        result = <optimized out>
#1  __pthread_kill_internal (signo=6, threadid=139829779351488) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=139829779351488, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f2ca8581476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007f2ca85677f3 in __GI_abort () at ./stdlib/abort.c:79
        save_stage = 1
        act = {__sigaction_handler = {sa_handler = 0x6666666666666666, sa_sigaction = 0x6666666666666666}, sa_mask = {__val = {7362593949345656886, 7378697629483820646, 2319406791637612134, 3472328228586663213, 93920618840256, 2314885599538982970, 139829781567136, 18446744069414584320, 139829781567136, 140736453618832, 93920618840634, 18446744069414584356, 139829781567136, 2351822664, 139829778296944, 140736453618896}}, sa_flags = -1725988075, sa_restorer = 0x7fffc2532cf0}
        sigs = {__val = {32, 2314885599538982970, 2314885530818453536, 2314885530818453536, 6566283579056201760, 7365367112054961782, 3472666967320782438, 7162524846577758256, 2319406791674574130, 3472328228586663282, 3472310704041635888, 2314885599538982970, 2314885530818453536, 2314885530818453536, 6566283579056201760, 7378596435911206006}}
#5  0x0000556b991f8264 in die () at /tmp/ruby/src/trunk-O0/error.c:1028
No locals.
#6  0x0000556b991f83e6 in rb_bug (fmt=0x556b9922f584 "try to mark T_NONE object") at /tmp/ruby/src/trunk-O0/error.c:1052
        args = {{gp_offset = 8, fp_offset = 48, overflow_arg_area = 0x7fffc2532dd0, reg_save_area = 0x7fffc2532d10}}
#7  0x0000556b98e0e07d in gc_mark_ptr (objspace=0x556b9a356470, obj=139829323405640) at /tmp/ruby/src/trunk-O0/gc.c:7072
        __func__ = "gc_mark_ptr"
#8  0x0000556b98e0e299 in gc_mark (objspace=0x556b9a356470, obj=139829323405640) at /tmp/ruby/src/trunk-O0/gc.c:7109
No locals.
#9  0x0000556b98e0e8ca in gc_mark_imemo (objspace=0x556b9a356470, obj=139829307111240) at /tmp/ruby/src/trunk-O0/gc.c:7302
        cc = 0x7f2c8c2df748
        __func__ = <optimized out>
#10 0x0000556b98e0ea26 in gc_mark_children (objspace=0x556b9a356470, obj=139829307111240) at /tmp/ruby/src/trunk-O0/gc.c:7355
        any = 0x7f2c8c2df748
#11 0x0000556b98e0f3a6 in gc_mark_stacked_objects (objspace=0x556b9a356470, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7564
        mstack = 0x556b9a3568f8
        obj = 139829307111240
        marked_slots_at_the_beginning = 1916
        popped_count = 0
#12 0x0000556b98e0f526 in gc_mark_stacked_objects_all (objspace=0x556b9a356470) at /tmp/ruby/src/trunk-O0/gc.c:7602
No locals.
#13 0x0000556b98e1189a in gc_marks_rest (objspace=0x556b9a356470) at /tmp/ruby/src/trunk-O0/gc.c:8797
No locals.
#14 0x0000556b98e119ce in gc_marks (objspace=0x556b9a356470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8855
        marking_finished = false
#15 0x0000556b98e13771 in gc_start (objspace=0x556b9a356470, reason=8456) at /tmp/ruby/src/trunk-O0/gc.c:9608
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9477
#16 0x0000556b98e13406 in garbage_collect (objspace=0x556b9a356470, reason=256) at /tmp/ruby/src/trunk-O0/gc.c:9489
        _lev = 3260231808
        ret = 32767
#17 0x0000556b98e05953 in newobj_slowpath (size_pool_idx=0, wb_protected=1, cr=0x556b9a357230, objspace=0x556b9a356470, flags=53274, klass=0) at /tmp/ruby/src/trunk-O0/gc.c:2871
        obj = 1
        lev = 1
#18 newobj_slowpath_wb_protected (klass=0, flags=53274, objspace=0x556b9a356470, cr=0x556b9a357230, size_pool_idx=0) at /tmp/ruby/src/trunk-O0/gc.c:2895
No locals.
#19 0x0000556b98e05ced in newobj_of0 (klass=0, flags=53274, wb_protected=1, cr=0x556b9a357230, alloc_size=40) at /tmp/ruby/src/trunk-O0/gc.c:2937
        obj = 139828702260400
        objspace = 0x556b9a356470
        size_pool_idx = 0
        i = <optimized out>
        cnt = <optimized out>
#20 0x0000556b98e05d59 in newobj_of (cr=0x556b9a357230, klass=0, flags=53274, v1=0, v2=0, v3=0, wb_protected=1, alloc_size=40) at /tmp/ruby/src/trunk-O0/gc.c:2947
        obj = 227
#21 0x0000556b98e060ca in rb_imemo_new (type=imemo_constcache, v1=0, v2=0, v3=0, v0=0) at /tmp/ruby/src/trunk-O0/gc.c:3052
        size = 40
        flags = 53274
#22 0x0000556b98feeab2 in vm_ic_update (iseq=0x7f2c77267aa0, ic=0x556b9d4f58e0, val=139829354039840, reg_ep=0x7f2ca843b378, pc=0x556b9d4f5868) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5865
        ice = 0x7828f865ccbbb900
        pos = 0
#23 0x0000556b98feec4c in rb_vm_opt_getconstant_path (ec=0x556b9a3574e0, reg_cfp=0x7f2ca853ac58, ic=0x556b9d4f58e0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5893
        val = 139829354039840
        segments = 0x556b9d465a70
        ice = 0x0
#24 0x0000556b98ff2733 in vm_exec_core (ec=0x556b9a3574e0) at ../../src/trunk-O0/insns.def:263
        ic = 0x556b9d4f58e0
        leaf = false
        val = 139829353892000
        reg_pc = 0x556b9d4f5878
        reg_cfp = 0x7f2ca853ac58
        insns_address_table = {0x556b98ff1933 <vm_exec_core+108>, 0x556b98ff1995 <vm_exec_core+206>, 0x556b98ff1aa8 <vm_exec_core+481>, 0x556b98ff1bbc <vm_exec_core+757>, 0x556b98ff1d5a <vm_exec_core+1171>, 0x556b98ff1e8a <vm_exec_core+1475>, 0x556b98ff209c <vm_exec_core+2005>, 0x556b98ff21ae <vm_exec_core+2279>, 0x556b98ff2287 <vm_exec_core+2496>, 0x556b98ff238e <vm_exec_core+2759>, 0x556b98ff2495 <vm_exec_core+3022>, 0x556b98ff25a3 <vm_exec_core+3292>, 0x556b98ff26b5 <vm_exec_core+3566>, 0x556b98ff2785 <vm_exec_core+3774>, 0x556b98ff288e <vm_exec_core+4039>, 0x556b98ff2988 <vm_exec_core+4289>, 0x556b98ff2a4b <vm_exec_core+4484>, 0x556b98ff2b0e <vm_exec_core+4679>, 0x556b98ff2b97 <vm_exec_core+4816>, 0x556b98ff2c23 <vm_exec_core+4956>, 0x556b98ff2cc9 <vm_exec_core+5122>, 0x556b98ff2da1 <vm_exec_core+5338>, 0x556b98ff2e6e <vm_exec_core+5543>, 0x556b98ff2f4c <vm_exec_core+5765>, 0x556b98ff300e <vm_exec_core+5959>, 0x556b98ff314d <vm_exec_core+6278>, 0x556b98ff31f3 <vm_exec_core+6444>, 0x556b98ff32d8 <vm_exec_core+6673>, 0x556b98ff3407 <vm_exec_core+6976>, 0x556b98ff34ca <vm_exec_core+7171>, 0x556b98ff358d <vm_exec_core+7366>, 0x556b98ff3684 <vm_exec_core+7613>, 0x556b98ff3746 <vm_exec_core+7807>, 0x556b98ff3825 <vm_exec_core+8030>, 0x556b98ff38f2 <vm_exec_core+8235>, 0x556b98ff3a02 <vm_exec_core+8507>, 0x556b98ff3afc <vm_exec_core+8757>, 0x556b98ff3b77 <vm_exec_core+8880>, 0x556b98ff3c38 <vm_exec_core+9073>, 0x556b98ff3d26 <vm_exec_core+9311>, 0x556b98ff3dd6 <vm_exec_core+9487>, 0x556b98ff3f55 <vm_exec_core+9870>, 0x556b98ff402f <vm_exec_core+10088>, 0x556b98ff411b <vm_exec_core+10324>, 0x556b98ff41ac <vm_exec_core+10469>, 0x556b98ff4307 <vm_exec_core+10816>, 0x556b98ff48a9 <vm_exec_core+12258>, 0x556b98ff49a5 <vm_exec_core+12510>, 0x556b98ff4aa8 <vm_exec_core+12769>, 0x556b98ff4b94 <vm_exec_core+13005>, 0x556b98ff4dad <vm_exec_core+13542>, 0x556b98ff4e9f <vm_exec_core+13784>, 0x556b98ff4fa5 <vm_exec_core+14046>, 0x556b98ff51a2 <vm_exec_core+14555>, 0x556b98ff534b <vm_exec_core+14980>, 0x556b98ff5476 <vm_exec_core+15279>, 0x556b98ff55e2 <vm_exec_core+15643>, 0x556b98ff570d <vm_exec_core+15942>, 0x556b98ff5879 <vm_exec_core+16306>, 0x556b98ff5a5b <vm_exec_core+16788>, 0x556b98ff5c58 <vm_exec_core+17297>, 0x556b98ff5e01 <vm_exec_core+17722>, 0x556b98ff5f23 <vm_exec_core+18012>, 0x556b98ff5fca <vm_exec_core+18179>, 0x556b98ff608e <vm_exec_core+18375>, 0x556b98ff6177 <vm_exec_core+18608>, 0x556b98ff6263 <vm_exec_core+18844>, 0x556b98ff634c <vm_exec_core+19077>, 0x556b98ff6460 <vm_exec_core+19353>, 0x556b98ff6587 <vm_exec_core+19648>, 0x556b98ff66bd <vm_exec_core+19958>, 0x556b98ff67f3 <vm_exec_core+20268>, 0x556b98ff6929 <vm_exec_core+20578>, 0x556b98ff6a5f <vm_exec_core+20888>, 0x556b98ff6b95 <vm_exec_core+21198>, 0x556b98ff6cd6 <vm_exec_core+21519>, 0x556b98ff6e50 <vm_exec_core+21897>, 0x556b98ff6f86 <vm_exec_core+22207>, 0x556b98ff70bc <vm_exec_core+22517>, 0x556b98ff71f2 <vm_exec_core+22827>, 0x556b98ff7328 <vm_exec_core+23137>, 0x556b98ff745e <vm_exec_core+23447>, 0x556b98ff7594 <vm_exec_core+23757>, 0x556b98ff76ca <vm_exec_core+24067>, 0x556b98ff7800 <vm_exec_core+24377>, 0x556b98ff794f <vm_exec_core+24712>, 0x556b98ff7b09 <vm_exec_core+25154>, 0x556b98ff7c87 <vm_exec_core+25536>, 0x556b98ff7da6 <vm_exec_core+25823>, 0x556b98ff7ec5 <vm_exec_core+26110>, 0x556b98ff7fdf <vm_exec_core+26392>, 0x556b98ff80f9 <vm_exec_core+26674>, 0x556b98ff8224 <vm_exec_core+26973>, 0x556b98ff835a <vm_exec_core+27283>, 0x556b98ff8445 <vm_exec_core+27518>, 0x556b98ff854a <vm_exec_core+27779>, 0x556b98ff8692 <vm_exec_core+28107>, 0x556b98ff8781 <vm_exec_core+28346>, 0x556b98ff885b <vm_exec_core+28564>, 0x556b98ff8930 <vm_exec_core+28777>, 0x556b98ff8a0b <vm_exec_core+28996>, 0x556b98ff8a87 <vm_exec_core+29120>, 0x556b98ff8b03 <vm_exec_core+29244>, 0x556b98ff8b21 <vm_exec_core+29274>, 0x556b98ff8b3f <vm_exec_core+29304>, 0x556b98ff8b5d <vm_exec_core+29334>, 0x556b98ff8b7b <vm_exec_core+29364>, 0x556b98ff8b99 <vm_exec_core+29394>, 0x556b98ff8bb7 <vm_exec_core+29424>, 0x556b98ff8bd5 <vm_exec_core+29454>, 0x556b98ff8bf3 <vm_exec_core+29484>, 0x556b98ff8c11 <vm_exec_core+29514>, 0x556b98ff8c2f <vm_exec_core+29544>, 0x556b98ff8c4d <vm_exec_core+29574>, 0x556b98ff8c6b <vm_exec_core+29604>, 0x556b98ff8c89 <vm_exec_core+29634>, 0x556b98ff8ca7 <vm_exec_core+29664>, 0x556b98ff8cc5 <vm_exec_core+29694>, 0x556b98ff8ce3 <vm_exec_core+29724>, 0x556b98ff8d01 <vm_exec_core+29754>, 0x556b98ff8d1f <vm_exec_core+29784>, 0x556b98ff8d3d <vm_exec_core+29814>, 0x556b98ff8d5b <vm_exec_core+29844>, 0x556b98ff8d79 <vm_exec_core+29874>, 0x556b98ff8d97 <vm_exec_core+29904>, 0x556b98ff8db5 <vm_exec_core+29934>, 0x556b98ff8dd3 <vm_exec_core+29964>, 0x556b98ff8df1 <vm_exec_core+29994>, 0x556b98ff8e0f <vm_exec_core+30024>, 0x556b98ff8e2d <vm_exec_core+30054>, 0x556b98ff8e4b <vm_exec_core+30084>, 0x556b98ff8e69 <vm_exec_core+30114>, 0x556b98ff8e87 <vm_exec_core+30144>, 0x556b98ff8ea5 <vm_exec_core+30174>, 0x556b98ff8ec3 <vm_exec_core+30204>, 0x556b98ff8ee1 <vm_exec_core+30234>, 0x556b98ff8eff <vm_exec_core+30264>, 0x556b98ff8f1d <vm_exec_core+30294>, 0x556b98ff8f3b <vm_exec_core+30324>, 0x556b98ff8f59 <vm_exec_core+30354>, 0x556b98ff8f77 <vm_exec_core+30384>, 0x556b98ff8f95 <vm_exec_core+30414>, 0x556b98ff8fb3 <vm_exec_core+30444>, 0x556b98ff8fd1 <vm_exec_core+30474>, 0x556b98ff8fef <vm_exec_core+30504>, 0x556b98ff900d <vm_exec_core+30534>, 0x556b98ff902b <vm_exec_core+30564>, 0x556b98ff9049 <vm_exec_core+30594>, 0x556b98ff9067 <vm_exec_core+30624>, 0x556b98ff9085 <vm_exec_core+30654>, 0x556b98ff90a3 <vm_exec_core+30684>, 0x556b98ff90c1 <vm_exec_core+30714>, 0x556b98ff90df <vm_exec_core+30744>, 0x556b98ff90fd <vm_exec_core+30774>, 0x556b98ff911b <vm_exec_core+30804>, 0x556b98ff9139 <vm_exec_core+30834>, 0x556b98ff9157 <vm_exec_core+30864>, 0x556b98ff9175 <vm_exec_core+30894>, 0x556b98ff9193 <vm_exec_core+30924>, 0x556b98ff91b1 <vm_exec_core+30954>, 0x556b98ff91cf <vm_exec_core+30984>, 0x556b98ff91ed <vm_exec_core+31014>, 0x556b98ff920b <vm_exec_core+31044>, 0x556b98ff9229 <vm_exec_core+31074>, 0x556b98ff9247 <vm_exec_core+31104>, 0x556b98ff9265 <vm_exec_core+31134>, 0x556b98ff9283 <vm_exec_core+31164>, 0x556b98ff92a1 <vm_exec_core+31194>, 0x556b98ff92bf <vm_exec_core+31224>, 0x556b98ff92dd <vm_exec_core+31254>, 0x556b98ff92fb <vm_exec_core+31284>, 0x556b98ff9319 <vm_exec_core+31314>, 0x556b98ff9337 <vm_exec_core+31344>, 0x556b98ff9355 <vm_exec_core+31374>, 0x556b98ff9373 <vm_exec_core+31404>, 0x556b98ff9391 <vm_exec_core+31434>, 0x556b98ff93af <vm_exec_core+31464>, 0x556b98ff93cd <vm_exec_core+31494>, 0x556b98ff93fe <vm_exec_core+31543>, 0x556b98ff941c <vm_exec_core+31573>, 0x556b98ff943a <vm_exec_core+31603>, 0x556b98ff9458 <vm_exec_core+31633>, 0x556b98ff9476 <vm_exec_core+31663>, 0x556b98ff9494 <vm_exec_core+31693>, 0x556b98ff94b2 <vm_exec_core+31723>, 0x556b98ff94d0 <vm_exec_core+31753>, 0x556b98ff94ee <vm_exec_core+31783>, 0x556b98ff950c <vm_exec_core+31813>, 0x556b98ff952a <vm_exec_core+31843>, 0x556b98ff9548 <vm_exec_core+31873>, 0x556b98ff9566 <vm_exec_core+31903>, 0x556b98ff9584 <vm_exec_core+31933>, 0x556b98ff95a2 <vm_exec_core+31963>, 0x556b98ff95c0 <vm_exec_core+31993>, 0x556b98ff95de <vm_exec_core+32023>, 0x556b98ff95fc <vm_exec_core+32053>, 0x556b98ff961a <vm_exec_core+32083>, 0x556b98ff9638 <vm_exec_core+32113>, 0x556b98ff9656 <vm_exec_core+32143>, 0x556b98ff9674 <vm_exec_core+32173>...}
#25 0x0000556b9900bc46 in rb_vm_exec (ec=0x556b9a3574e0) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x556b9a3574e0
        _tag = {tag = 36, retval = 4, buf = {0x7fffc2533f10, 0x556b9900bbc4 <rb_vm_exec+190>, 0x0, 0x7fffc2533e60, 0x7f2c77514258}, prev = 0x7fffc2534ff0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#26 0x0000556b99008833 in invoke_block (ec=0x556b9a3574e0, iseq=0x7f2c8deccf50, self=139829334929720, captured=0x7f2ca853ae30, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1509
        arg_size = 1
#27 0x0000556b99008c59 in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7fffc2534148, argc=1, self=139829334929720, captured=0x7f2ca853ae30, ec=0x556b9a3574e0) at /tmp/ruby/src/trunk-O0/vm.c:1579
        iseq = 0x7f2c8deccf50
        opt_pc = 0
        type = 572653569
        cfp = 0x7f2ca853ade0
        sp = 0x7f2ca843b238
        flags = 0
        use_argv = 0x7fffc2534148
        av = {93920616608864, 139829779344864}
        stack_argv = 0x7f2ca843b238
#28 invoke_block_from_c_bh (ec=0x556b9a3574e0, block_handler=139829779344945, argc=1, argv=0x7fffc2534148, kw_splat=0, passed_block_handler=0, cref=0x0, is_lambda=0, force_blockarg=0) at /tmp/ruby/src/trunk-O0/vm.c:1597
        captured = 0x7f2ca853ae30
#29 0x0000556b99008e53 in vm_yield_with_cref (ec=0x556b9a3574e0, argc=1, argv=0x7fffc2534148, kw_splat=0, cref=0x0, is_lambda=0) at /tmp/ruby/src/trunk-O0/vm.c:1634
No locals.
#30 0x0000556b99008e91 in vm_yield (ec=0x556b9a3574e0, argc=1, argv=0x7fffc2534148, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm.c:1642
No locals.
#31 0x0000556b99003793 in rb_yield_0 (argc=1, argv=0x7fffc2534148) at /tmp/ruby/src/trunk-O0/vm_eval.c:1366
No locals.
#32 0x0000556b990037fa in rb_yield (val=107663628) at /tmp/ruby/src/trunk-O0/vm_eval.c:1382
No locals.
#33 0x0000556b99146b84 in rb_ary_collect (ary=139828954416200) at /tmp/ruby/src/trunk-O0/array.c:3630
        i = 55
        collect = 139828954412040
#34 0x0000556b98fe6b4f in ractor_safe_call_cfunc_0 (recv=139828954416200, argc=0, argv=0x7f2ca843b220, func=0x556b99146aff <rb_ary_collect>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3306
        f = 0x556b99146aff <rb_ary_collect>
#35 0x0000556b98fe7754 in vm_call_cfunc_with_frame_ (ec=0x556b9a3574e0, reg_cfp=0x7f2ca853ae18, calling=0x7fffc2534390, argc=0, argv=0x7f2ca843b220, stack_bottom=0x7f2ca843b218) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0x166100000001
        cc = 0x7f2c8df0e130
        val = 4
        me = 0x7f2ca84200a0
        cfunc = 0x556b9a3a82d8
        recv = 139828954416200
        block_handler = 139829779344945
        frame_type = 1431634051
        len = 0
        args = <optimized out>
        args = <optimized out>
#36 0x0000556b98fe7929 in vm_call_cfunc_with_frame (ec=0x556b9a3574e0, reg_cfp=0x7f2ca853ae18, calling=0x7fffc2534390) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 0
        stack_bottom = 0x7f2ca843b218
        argv = 0x7f2ca843b220
#37 0x0000556b98fedccb in vm_sendish (ec=0x556b9a3574e0, reg_cfp=0x7f2ca853ae18, cd=0x556b9a486fe0, block_handler=139829779344945, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x166100000001
        cc = 0x7f2c8df0e130
        argc = 0
        recv = 139828954416200
        calling = {cd = 0x556b9a486fe0, cc = 0x7f2c8df0e130, block_handler = 139829779344945, recv = 139828954416200, argc = 0, kw_splat = false, heap_argv = 0}
#38 0x0000556b98ff50b3 in vm_exec_core (ec=0x556b9a3574e0) at ../../src/trunk-O0/insns.def:814
        bh = 139829779344945
        cd = 0x556b9a486fe0
        blockiseq = 0x7f2c8deccf50
        leaf = false
        val = 139828954416200
        reg_pc = 0x556b9a411378
        reg_cfp = 0x7f2ca853ae18
        insns_address_table = {0x556b98ff1933 <vm_exec_core+108>, 0x556b98ff1995 <vm_exec_core+206>, 0x556b98ff1aa8 <vm_exec_core+481>, 0x556b98ff1bbc <vm_exec_core+757>, 0x556b98ff1d5a <vm_exec_core+1171>, 0x556b98ff1e8a <vm_exec_core+1475>, 0x556b98ff209c <vm_exec_core+2005>, 0x556b98ff21ae <vm_exec_core+2279>, 0x556b98ff2287 <vm_exec_core+2496>, 0x556b98ff238e <vm_exec_core+2759>, 0x556b98ff2495 <vm_exec_core+3022>, 0x556b98ff25a3 <vm_exec_core+3292>, 0x556b98ff26b5 <vm_exec_core+3566>, 0x556b98ff2785 <vm_exec_core+3774>, 0x556b98ff288e <vm_exec_core+4039>, 0x556b98ff2988 <vm_exec_core+4289>, 0x556b98ff2a4b <vm_exec_core+4484>, 0x556b98ff2b0e <vm_exec_core+4679>, 0x556b98ff2b97 <vm_exec_core+4816>, 0x556b98ff2c23 <vm_exec_core+4956>, 0x556b98ff2cc9 <vm_exec_core+5122>, 0x556b98ff2da1 <vm_exec_core+5338>, 0x556b98ff2e6e <vm_exec_core+5543>, 0x556b98ff2f4c <vm_exec_core+5765>, 0x556b98ff300e <vm_exec_core+5959>, 0x556b98ff314d <vm_exec_core+6278>, 0x556b98ff31f3 <vm_exec_core+6444>, 0x556b98ff32d8 <vm_exec_core+6673>, 0x556b98ff3407 <vm_exec_core+6976>, 0x556b98ff34ca <vm_exec_core+7171>, 0x556b98ff358d <vm_exec_core+7366>, 0x556b98ff3684 <vm_exec_core+7613>, 0x556b98ff3746 <vm_exec_core+7807>, 0x556b98ff3825 <vm_exec_core+8030>, 0x556b98ff38f2 <vm_exec_core+8235>, 0x556b98ff3a02 <vm_exec_core+8507>, 0x556b98ff3afc <vm_exec_core+8757>, 0x556b98ff3b77 <vm_exec_core+8880>, 0x556b98ff3c38 <vm_exec_core+9073>, 0x556b98ff3d26 <vm_exec_core+9311>, 0x556b98ff3dd6 <vm_exec_core+9487>, 0x556b98ff3f55 <vm_exec_core+9870>, 0x556b98ff402f <vm_exec_core+10088>, 0x556b98ff411b <vm_exec_core+10324>, 0x556b98ff41ac <vm_exec_core+10469>, 0x556b98ff4307 <vm_exec_core+10816>, 0x556b98ff48a9 <vm_exec_core+12258>, 0x556b98ff49a5 <vm_exec_core+12510>, 0x556b98ff4aa8 <vm_exec_core+12769>, 0x556b98ff4b94 <vm_exec_core+13005>, 0x556b98ff4dad <vm_exec_core+13542>, 0x556b98ff4e9f <vm_exec_core+13784>, 0x556b98ff4fa5 <vm_exec_core+14046>, 0x556b98ff51a2 <vm_exec_core+14555>, 0x556b98ff534b <vm_exec_core+14980>, 0x556b98ff5476 <vm_exec_core+15279>, 0x556b98ff55e2 <vm_exec_core+15643>, 0x556b98ff570d <vm_exec_core+15942>, 0x556b98ff5879 <vm_exec_core+16306>, 0x556b98ff5a5b <vm_exec_core+16788>, 0x556b98ff5c58 <vm_exec_core+17297>, 0x556b98ff5e01 <vm_exec_core+17722>, 0x556b98ff5f23 <vm_exec_core+18012>, 0x556b98ff5fca <vm_exec_core+18179>, 0x556b98ff608e <vm_exec_core+18375>, 0x556b98ff6177 <vm_exec_core+18608>, 0x556b98ff6263 <vm_exec_core+18844>, 0x556b98ff634c <vm_exec_core+19077>, 0x556b98ff6460 <vm_exec_core+19353>, 0x556b98ff6587 <vm_exec_core+19648>, 0x556b98ff66bd <vm_exec_core+19958>, 0x556b98ff67f3 <vm_exec_core+20268>, 0x556b98ff6929 <vm_exec_core+20578>, 0x556b98ff6a5f <vm_exec_core+20888>, 0x556b98ff6b95 <vm_exec_core+21198>, 0x556b98ff6cd6 <vm_exec_core+21519>, 0x556b98ff6e50 <vm_exec_core+21897>, 0x556b98ff6f86 <vm_exec_core+22207>, 0x556b98ff70bc <vm_exec_core+22517>, 0x556b98ff71f2 <vm_exec_core+22827>, 0x556b98ff7328 <vm_exec_core+23137>, 0x556b98ff745e <vm_exec_core+23447>, 0x556b98ff7594 <vm_exec_core+23757>, 0x556b98ff76ca <vm_exec_core+24067>, 0x556b98ff7800 <vm_exec_core+24377>, 0x556b98ff794f <vm_exec_core+24712>, 0x556b98ff7b09 <vm_exec_core+25154>, 0x556b98ff7c87 <vm_exec_core+25536>, 0x556b98ff7da6 <vm_exec_core+25823>, 0x556b98ff7ec5 <vm_exec_core+26110>, 0x556b98ff7fdf <vm_exec_core+26392>, 0x556b98ff80f9 <vm_exec_core+26674>, 0x556b98ff8224 <vm_exec_core+26973>, 0x556b98ff835a <vm_exec_core+27283>, 0x556b98ff8445 <vm_exec_core+27518>, 0x556b98ff854a <vm_exec_core+27779>, 0x556b98ff8692 <vm_exec_core+28107>, 0x556b98ff8781 <vm_exec_core+28346>, 0x556b98ff885b <vm_exec_core+28564>, 0x556b98ff8930 <vm_exec_core+28777>, 0x556b98ff8a0b <vm_exec_core+28996>, 0x556b98ff8a87 <vm_exec_core+29120>, 0x556b98ff8b03 <vm_exec_core+29244>, 0x556b98ff8b21 <vm_exec_core+29274>, 0x556b98ff8b3f <vm_exec_core+29304>, 0x556b98ff8b5d <vm_exec_core+29334>, 0x556b98ff8b7b <vm_exec_core+29364>, 0x556b98ff8b99 <vm_exec_core+29394>, 0x556b98ff8bb7 <vm_exec_core+29424>, 0x556b98ff8bd5 <vm_exec_core+29454>, 0x556b98ff8bf3 <vm_exec_core+29484>, 0x556b98ff8c11 <vm_exec_core+29514>, 0x556b98ff8c2f <vm_exec_core+29544>, 0x556b98ff8c4d <vm_exec_core+29574>, 0x556b98ff8c6b <vm_exec_core+29604>, 0x556b98ff8c89 <vm_exec_core+29634>, 0x556b98ff8ca7 <vm_exec_core+29664>, 0x556b98ff8cc5 <vm_exec_core+29694>, 0x556b98ff8ce3 <vm_exec_core+29724>, 0x556b98ff8d01 <vm_exec_core+29754>, 0x556b98ff8d1f <vm_exec_core+29784>, 0x556b98ff8d3d <vm_exec_core+29814>, 0x556b98ff8d5b <vm_exec_core+29844>, 0x556b98ff8d79 <vm_exec_core+29874>, 0x556b98ff8d97 <vm_exec_core+29904>, 0x556b98ff8db5 <vm_exec_core+29934>, 0x556b98ff8dd3 <vm_exec_core+29964>, 0x556b98ff8df1 <vm_exec_core+29994>, 0x556b98ff8e0f <vm_exec_core+30024>, 0x556b98ff8e2d <vm_exec_core+30054>, 0x556b98ff8e4b <vm_exec_core+30084>, 0x556b98ff8e69 <vm_exec_core+30114>, 0x556b98ff8e87 <vm_exec_core+30144>, 0x556b98ff8ea5 <vm_exec_core+30174>, 0x556b98ff8ec3 <vm_exec_core+30204>, 0x556b98ff8ee1 <vm_exec_core+30234>, 0x556b98ff8eff <vm_exec_core+30264>, 0x556b98ff8f1d <vm_exec_core+30294>, 0x556b98ff8f3b <vm_exec_core+30324>, 0x556b98ff8f59 <vm_exec_core+30354>, 0x556b98ff8f77 <vm_exec_core+30384>, 0x556b98ff8f95 <vm_exec_core+30414>, 0x556b98ff8fb3 <vm_exec_core+30444>, 0x556b98ff8fd1 <vm_exec_core+30474>, 0x556b98ff8fef <vm_exec_core+30504>, 0x556b98ff900d <vm_exec_core+30534>, 0x556b98ff902b <vm_exec_core+30564>, 0x556b98ff9049 <vm_exec_core+30594>, 0x556b98ff9067 <vm_exec_core+30624>, 0x556b98ff9085 <vm_exec_core+30654>, 0x556b98ff90a3 <vm_exec_core+30684>, 0x556b98ff90c1 <vm_exec_core+30714>, 0x556b98ff90df <vm_exec_core+30744>, 0x556b98ff90fd <vm_exec_core+30774>, 0x556b98ff911b <vm_exec_core+30804>, 0x556b98ff9139 <vm_exec_core+30834>, 0x556b98ff9157 <vm_exec_core+30864>, 0x556b98ff9175 <vm_exec_core+30894>, 0x556b98ff9193 <vm_exec_core+30924>, 0x556b98ff91b1 <vm_exec_core+30954>, 0x556b98ff91cf <vm_exec_core+30984>, 0x556b98ff91ed <vm_exec_core+31014>, 0x556b98ff920b <vm_exec_core+31044>, 0x556b98ff9229 <vm_exec_core+31074>, 0x556b98ff9247 <vm_exec_core+31104>, 0x556b98ff9265 <vm_exec_core+31134>, 0x556b98ff9283 <vm_exec_core+31164>, 0x556b98ff92a1 <vm_exec_core+31194>, 0x556b98ff92bf <vm_exec_core+31224>, 0x556b98ff92dd <vm_exec_core+31254>, 0x556b98ff92fb <vm_exec_core+31284>, 0x556b98ff9319 <vm_exec_core+31314>, 0x556b98ff9337 <vm_exec_core+31344>, 0x556b98ff9355 <vm_exec_core+31374>, 0x556b98ff9373 <vm_exec_core+31404>, 0x556b98ff9391 <vm_exec_core+31434>, 0x556b98ff93af <vm_exec_core+31464>, 0x556b98ff93cd <vm_exec_core+31494>, 0x556b98ff93fe <vm_exec_core+31543>, 0x556b98ff941c <vm_exec_core+31573>, 0x556b98ff943a <vm_exec_core+31603>, 0x556b98ff9458 <vm_exec_core+31633>, 0x556b98ff9476 <vm_exec_core+31663>, 0x556b98ff9494 <vm_exec_core+31693>, 0x556b98ff94b2 <vm_exec_core+31723>, 0x556b98ff94d0 <vm_exec_core+31753>, 0x556b98ff94ee <vm_exec_core+31783>, 0x556b98ff950c <vm_exec_core+31813>, 0x556b98ff952a <vm_exec_core+31843>, 0x556b98ff9548 <vm_exec_core+31873>, 0x556b98ff9566 <vm_exec_core+31903>, 0x556b98ff9584 <vm_exec_core+31933>, 0x556b98ff95a2 <vm_exec_core+31963>, 0x556b98ff95c0 <vm_exec_core+31993>, 0x556b98ff95de <vm_exec_core+32023>, 0x556b98ff95fc <vm_exec_core+32053>, 0x556b98ff961a <vm_exec_core+32083>, 0x556b98ff9638 <vm_exec_core+32113>, 0x556b98ff9656 <vm_exec_core+32143>, 0x556b98ff9674 <vm_exec_core+32173>...}
#39 0x0000556b9900bc46 in rb_vm_exec (ec=0x556b9a3574e0) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x556b9a3574e0
        _tag = {tag = 36, retval = 4, buf = {0x7fffc2535070, 0x556b9900bbc4 <rb_vm_exec+190>, 0x0, 0x7fffc2534fc0, 0x0}, prev = 0x7fffc2536180, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#40 0x0000556b99008833 in invoke_block (ec=0x556b9a3574e0, iseq=0x7f2c8dec32c0, self=139829334929720, captured=0x7f2ca853af48, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1509
        arg_size = 1
#41 0x0000556b99008c59 in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7fffc25352a8, argc=1, self=139829334929720, captured=0x7f2ca853af48, ec=0x556b9a3574e0) at /tmp/ruby/src/trunk-O0/vm.c:1579
        iseq = 0x7f2c8dec32c0
        opt_pc = 0
        type = 572653569
        cfp = 0x7f2ca853aef8
        sp = 0x7f2ca843b0e0
        flags = 0
        use_argv = 0x7fffc25352a8
        av = {93920616608864, 139829779345144}
        stack_argv = 0x7f2ca843b0e0
#42 invoke_block_from_c_bh (ec=0x556b9a3574e0, block_handler=139829779345225, argc=1, argv=0x7fffc25352a8, kw_splat=0, passed_block_handler=0, cref=0x0, is_lambda=0, force_blockarg=0) at /tmp/ruby/src/trunk-O0/vm.c:1597
        captured = 0x7f2ca853af48
#43 0x0000556b99008e53 in vm_yield_with_cref (ec=0x556b9a3574e0, argc=1, argv=0x7fffc25352a8, kw_splat=0, cref=0x0, is_lambda=0) at /tmp/ruby/src/trunk-O0/vm.c:1634
No locals.
#44 0x0000556b99008e91 in vm_yield (ec=0x556b9a3574e0, argc=1, argv=0x7fffc25352a8, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm.c:1642
No locals.
#45 0x0000556b99003793 in rb_yield_0 (argc=1, argv=0x7fffc25352a8) at /tmp/ruby/src/trunk-O0/vm_eval.c:1366
No locals.
#46 0x0000556b990037fa in rb_yield (val=139829309589360) at /tmp/ruby/src/trunk-O0/vm_eval.c:1382
No locals.
#47 0x0000556b99146b84 in rb_ary_collect (ary=139828954417960) at /tmp/ruby/src/trunk-O0/array.c:3630
        i = 0
        collect = 139828954417880
#48 0x0000556b98fe6b4f in ractor_safe_call_cfunc_0 (recv=139828954417960, argc=0, argv=0x7f2ca843b0c8, func=0x556b99146aff <rb_ary_collect>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3306
        f = 0x556b99146aff <rb_ary_collect>
#49 0x0000556b98fe7754 in vm_call_cfunc_with_frame_ (ec=0x556b9a3574e0, reg_cfp=0x7f2ca853af30, calling=0x7fffc25354f0, argc=0, argv=0x7f2ca843b0c8, stack_bottom=0x7f2ca843b0c0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0x166100000001
        cc = 0x7f2c8df0e130
        val = 5030156
        me = 0x7f2ca84200a0
        cfunc = 0x556b9a3a82d8
        recv = 139828954417960
        block_handler = 139829779345225
        frame_type = 1431634051
        len = 0
        args = <optimized out>
        args = <optimized out>
#50 0x0000556b98fe7929 in vm_call_cfunc_with_frame (ec=0x556b9a3574e0, reg_cfp=0x7f2ca853af30, calling=0x7fffc25354f0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 0
        stack_bottom = 0x7f2ca843b0c0
        argv = 0x7f2ca843b0c8
#51 0x0000556b98fedccb in vm_sendish (ec=0x556b9a3574e0, reg_cfp=0x7f2ca853af30, cd=0x556b9a508910, block_handler=139829779345225, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x166100000001
        cc = 0x7f2c8df0e130
        argc = 0
        recv = 139828954417960
        calling = {cd = 0x556b9a508910, cc = 0x7f2c8df0e130, block_handler = 139829779345225, recv = 139828954417960, argc = 0, kw_splat = false, heap_argv = 0}
#52 0x0000556b98ff50b3 in vm_exec_core (ec=0x556b9a3574e0) at ../../src/trunk-O0/insns.def:814
        bh = 139829779345225
        cd = 0x556b9a508910
        blockiseq = 0x7f2c8dec32c0
        leaf = false
        val = 4
        reg_pc = 0x556b9a508828
        reg_cfp = 0x7f2ca853af30
        insns_address_table = {0x556b98ff1933 <vm_exec_core+108>, 0x556b98ff1995 <vm_exec_core+206>, 0x556b98ff1aa8 <vm_exec_core+481>, 0x556b98ff1bbc <vm_exec_core+757>, 0x556b98ff1d5a <vm_exec_core+1171>, 0x556b98ff1e8a <vm_exec_core+1475>, 0x556b98ff209c <vm_exec_core+2005>, 0x556b98ff21ae <vm_exec_core+2279>, 0x556b98ff2287 <vm_exec_core+2496>, 0x556b98ff238e <vm_exec_core+2759>, 0x556b98ff2495 <vm_exec_core+3022>, 0x556b98ff25a3 <vm_exec_core+3292>, 0x556b98ff26b5 <vm_exec_core+3566>, 0x556b98ff2785 <vm_exec_core+3774>, 0x556b98ff288e <vm_exec_core+4039>, 0x556b98ff2988 <vm_exec_core+4289>, 0x556b98ff2a4b <vm_exec_core+4484>, 0x556b98ff2b0e <vm_exec_core+4679>, 0x556b98ff2b97 <vm_exec_core+4816>, 0x556b98ff2c23 <vm_exec_core+4956>, 0x556b98ff2cc9 <vm_exec_core+5122>, 0x556b98ff2da1 <vm_exec_core+5338>, 0x556b98ff2e6e <vm_exec_core+5543>, 0x556b98ff2f4c <vm_exec_core+5765>, 0x556b98ff300e <vm_exec_core+5959>, 0x556b98ff314d <vm_exec_core+6278>, 0x556b98ff31f3 <vm_exec_core+6444>, 0x556b98ff32d8 <vm_exec_core+6673>, 0x556b98ff3407 <vm_exec_core+6976>, 0x556b98ff34ca <vm_exec_core+7171>, 0x556b98ff358d <vm_exec_core+7366>, 0x556b98ff3684 <vm_exec_core+7613>, 0x556b98ff3746 <vm_exec_core+7807>, 0x556b98ff3825 <vm_exec_core+8030>, 0x556b98ff38f2 <vm_exec_core+8235>, 0x556b98ff3a02 <vm_exec_core+8507>, 0x556b98ff3afc <vm_exec_core+8757>, 0x556b98ff3b77 <vm_exec_core+8880>, 0x556b98ff3c38 <vm_exec_core+9073>, 0x556b98ff3d26 <vm_exec_core+9311>, 0x556b98ff3dd6 <vm_exec_core+9487>, 0x556b98ff3f55 <vm_exec_core+9870>, 0x556b98ff402f <vm_exec_core+10088>, 0x556b98ff411b <vm_exec_core+10324>, 0x556b98ff41ac <vm_exec_core+10469>, 0x556b98ff4307 <vm_exec_core+10816>, 0x556b98ff48a9 <vm_exec_core+12258>, 0x556b98ff49a5 <vm_exec_core+12510>, 0x556b98ff4aa8 <vm_exec_core+12769>, 0x556b98ff4b94 <vm_exec_core+13005>, 0x556b98ff4dad <vm_exec_core+13542>, 0x556b98ff4e9f <vm_exec_core+13784>, 0x556b98ff4fa5 <vm_exec_core+14046>, 0x556b98ff51a2 <vm_exec_core+14555>, 0x556b98ff534b <vm_exec_core+14980>, 0x556b98ff5476 <vm_exec_core+15279>, 0x556b98ff55e2 <vm_exec_core+15643>, 0x556b98ff570d <vm_exec_core+15942>, 0x556b98ff5879 <vm_exec_core+16306>, 0x556b98ff5a5b <vm_exec_core+16788>, 0x556b98ff5c58 <vm_exec_core+17297>, 0x556b98ff5e01 <vm_exec_core+17722>, 0x556b98ff5f23 <vm_exec_core+18012>, 0x556b98ff5fca <vm_exec_core+18179>, 0x556b98ff608e <vm_exec_core+18375>, 0x556b98ff6177 <vm_exec_core+18608>, 0x556b98ff6263 <vm_exec_core+18844>, 0x556b98ff634c <vm_exec_core+19077>, 0x556b98ff6460 <vm_exec_core+19353>, 0x556b98ff6587 <vm_exec_core+19648>, 0x556b98ff66bd <vm_exec_core+19958>, 0x556b98ff67f3 <vm_exec_core+20268>, 0x556b98ff6929 <vm_exec_core+20578>, 0x556b98ff6a5f <vm_exec_core+20888>, 0x556b98ff6b95 <vm_exec_core+21198>, 0x556b98ff6cd6 <vm_exec_core+21519>, 0x556b98ff6e50 <vm_exec_core+21897>, 0x556b98ff6f86 <vm_exec_core+22207>, 0x556b98ff70bc <vm_exec_core+22517>, 0x556b98ff71f2 <vm_exec_core+22827>, 0x556b98ff7328 <vm_exec_core+23137>, 0x556b98ff745e <vm_exec_core+23447>, 0x556b98ff7594 <vm_exec_core+23757>, 0x556b98ff76ca <vm_exec_core+24067>, 0x556b98ff7800 <vm_exec_core+24377>, 0x556b98ff794f <vm_exec_core+24712>, 0x556b98ff7b09 <vm_exec_core+25154>, 0x556b98ff7c87 <vm_exec_core+25536>, 0x556b98ff7da6 <vm_exec_core+25823>, 0x556b98ff7ec5 <vm_exec_core+26110>, 0x556b98ff7fdf <vm_exec_core+26392>, 0x556b98ff80f9 <vm_exec_core+26674>, 0x556b98ff8224 <vm_exec_core+26973>, 0x556b98ff835a <vm_exec_core+27283>, 0x556b98ff8445 <vm_exec_core+27518>, 0x556b98ff854a <vm_exec_core+27779>, 0x556b98ff8692 <vm_exec_core+28107>, 0x556b98ff8781 <vm_exec_core+28346>, 0x556b98ff885b <vm_exec_core+28564>, 0x556b98ff8930 <vm_exec_core+28777>, 0x556b98ff8a0b <vm_exec_core+28996>, 0x556b98ff8a87 <vm_exec_core+29120>, 0x556b98ff8b03 <vm_exec_core+29244>, 0x556b98ff8b21 <vm_exec_core+29274>, 0x556b98ff8b3f <vm_exec_core+29304>, 0x556b98ff8b5d <vm_exec_core+29334>, 0x556b98ff8b7b <vm_exec_core+29364>, 0x556b98ff8b99 <vm_exec_core+29394>, 0x556b98ff8bb7 <vm_exec_core+29424>, 0x556b98ff8bd5 <vm_exec_core+29454>, 0x556b98ff8bf3 <vm_exec_core+29484>, 0x556b98ff8c11 <vm_exec_core+29514>, 0x556b98ff8c2f <vm_exec_core+29544>, 0x556b98ff8c4d <vm_exec_core+29574>, 0x556b98ff8c6b <vm_exec_core+29604>, 0x556b98ff8c89 <vm_exec_core+29634>, 0x556b98ff8ca7 <vm_exec_core+29664>, 0x556b98ff8cc5 <vm_exec_core+29694>, 0x556b98ff8ce3 <vm_exec_core+29724>, 0x556b98ff8d01 <vm_exec_core+29754>, 0x556b98ff8d1f <vm_exec_core+29784>, 0x556b98ff8d3d <vm_exec_core+29814>, 0x556b98ff8d5b <vm_exec_core+29844>, 0x556b98ff8d79 <vm_exec_core+29874>, 0x556b98ff8d97 <vm_exec_core+29904>, 0x556b98ff8db5 <vm_exec_core+29934>, 0x556b98ff8dd3 <vm_exec_core+29964>, 0x556b98ff8df1 <vm_exec_core+29994>, 0x556b98ff8e0f <vm_exec_core+30024>, 0x556b98ff8e2d <vm_exec_core+30054>, 0x556b98ff8e4b <vm_exec_core+30084>, 0x556b98ff8e69 <vm_exec_core+30114>, 0x556b98ff8e87 <vm_exec_core+30144>, 0x556b98ff8ea5 <vm_exec_core+30174>, 0x556b98ff8ec3 <vm_exec_core+30204>, 0x556b98ff8ee1 <vm_exec_core+30234>, 0x556b98ff8eff <vm_exec_core+30264>, 0x556b98ff8f1d <vm_exec_core+30294>, 0x556b98ff8f3b <vm_exec_core+30324>, 0x556b98ff8f59 <vm_exec_core+30354>, 0x556b98ff8f77 <vm_exec_core+30384>, 0x556b98ff8f95 <vm_exec_core+30414>, 0x556b98ff8fb3 <vm_exec_core+30444>, 0x556b98ff8fd1 <vm_exec_core+30474>, 0x556b98ff8fef <vm_exec_core+30504>, 0x556b98ff900d <vm_exec_core+30534>, 0x556b98ff902b <vm_exec_core+30564>, 0x556b98ff9049 <vm_exec_core+30594>, 0x556b98ff9067 <vm_exec_core+30624>, 0x556b98ff9085 <vm_exec_core+30654>, 0x556b98ff90a3 <vm_exec_core+30684>, 0x556b98ff90c1 <vm_exec_core+30714>, 0x556b98ff90df <vm_exec_core+30744>, 0x556b98ff90fd <vm_exec_core+30774>, 0x556b98ff911b <vm_exec_core+30804>, 0x556b98ff9139 <vm_exec_core+30834>, 0x556b98ff9157 <vm_exec_core+30864>, 0x556b98ff9175 <vm_exec_core+30894>, 0x556b98ff9193 <vm_exec_core+30924>, 0x556b98ff91b1 <vm_exec_core+30954>, 0x556b98ff91cf <vm_exec_core+30984>, 0x556b98ff91ed <vm_exec_core+31014>, 0x556b98ff920b <vm_exec_core+31044>, 0x556b98ff9229 <vm_exec_core+31074>, 0x556b98ff9247 <vm_exec_core+31104>, 0x556b98ff9265 <vm_exec_core+31134>, 0x556b98ff9283 <vm_exec_core+31164>, 0x556b98ff92a1 <vm_exec_core+31194>, 0x556b98ff92bf <vm_exec_core+31224>, 0x556b98ff92dd <vm_exec_core+31254>, 0x556b98ff92fb <vm_exec_core+31284>, 0x556b98ff9319 <vm_exec_core+31314>, 0x556b98ff9337 <vm_exec_core+31344>, 0x556b98ff9355 <vm_exec_core+31374>, 0x556b98ff9373 <vm_exec_core+31404>, 0x556b98ff9391 <vm_exec_core+31434>, 0x556b98ff93af <vm_exec_core+31464>, 0x556b98ff93cd <vm_exec_core+31494>, 0x556b98ff93fe <vm_exec_core+31543>, 0x556b98ff941c <vm_exec_core+31573>, 0x556b98ff943a <vm_exec_core+31603>, 0x556b98ff9458 <vm_exec_core+31633>, 0x556b98ff9476 <vm_exec_core+31663>, 0x556b98ff9494 <vm_exec_core+31693>, 0x556b98ff94b2 <vm_exec_core+31723>, 0x556b98ff94d0 <vm_exec_core+31753>, 0x556b98ff94ee <vm_exec_core+31783>, 0x556b98ff950c <vm_exec_core+31813>, 0x556b98ff952a <vm_exec_core+31843>, 0x556b98ff9548 <vm_exec_core+31873>, 0x556b98ff9566 <vm_exec_core+31903>, 0x556b98ff9584 <vm_exec_core+31933>, 0x556b98ff95a2 <vm_exec_core+31963>, 0x556b98ff95c0 <vm_exec_core+31993>, 0x556b98ff95de <vm_exec_core+32023>, 0x556b98ff95fc <vm_exec_core+32053>, 0x556b98ff961a <vm_exec_core+32083>, 0x556b98ff9638 <vm_exec_core+32113>, 0x556b98ff9656 <vm_exec_core+32143>, 0x556b98ff9674 <vm_exec_core+32173>...}
#53 0x0000556b9900bd51 in vm_exec_loop (ec=0x556b9a3574e0, state=RUBY_TAG_RETURN, tag=0x7fffc2536180, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2513
No locals.
#54 0x0000556b9900bc99 in rb_vm_exec (ec=0x556b9a3574e0) at /tmp/ruby/src/trunk-O0/vm.c:2492
        _ec = 0x556b9a3574e0
        _tag = {tag = 36, retval = 4, buf = {0x7fffc2536200, 0x556b9900bbc4 <rb_vm_exec+190>, 0x0, 0x7fffc2536150, 0x7fffc2536498}, prev = 0x7fffc2536270, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_RETURN
        result = 36
#55 0x0000556b9900caa5 in rb_iseq_eval_main (iseq=0x7f2c8dec3450) at /tmp/ruby/src/trunk-O0/vm.c:2752
        ec = 0x556b9a3574e0
        val = 93920637056224
#56 0x0000556b98defbcb in rb_ec_exec_node (ec=0x556b9a3574e0, n=0x7f2c8dec3450) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x556b9a356090
        _ec = 0x556b9a3574e0
        _tag = {tag = 36, retval = 93920614609336, buf = {0x7fffc25362f0, 0x556b98defb61 <rb_ec_exec_node+212>, 0x0, 0x7fffc2536240, 0x556b9a3574e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f2c8dec3450
#57 0x0000556b98defd48 in ruby_run_node (n=0x7f2c8dec3450) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x556b9a3574e0
        status = 21867
#58 0x0000556b98deb5b4 in rb_main (argc=10, argv=0x7fffc2536498) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140736453632880
#59 0x0000556b98deb615 in main (argc=10, argv=0x7fffc2536498) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

>>> Dump Ruby level backtrace (if possible)
raw logfile