# Logfile created on 2023-12-23 00:10:29 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x00005603f053c830 @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-repeat20-asserts", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-repeat20-asserts", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-repeat20-asserts", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-repeat20-asserts", @configure_opts=["--enable-shared"], @build_opts="DEFS=\"-DRUBY_DEBUG=1\"", @btest_opts="-j4", @test_opts="TESTS=--repeat-count=20", @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=208000, @logfile="/home/ko1/ruby/logs/brlog.trunk-repeat20-asserts.20231223-001029", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00005603f05c6f58 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00005603f05c6dc8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00005603f05c6c38 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat20-asserts.20231223-001029", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat20-asserts.20231223-001029>, @binmode=false, @mon_data=#<Monitor:0x00005603f05c6b70>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode DEFS="-DRUBY_DEBUG=1"
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make update-download DEFS="-DRUBY_DEBUG=1"
tool/config.guess already exists
tool/config.sub already exists
$$$[end] "make update-download DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make update-rubyspec DEFS="-DRUBY_DEBUG=1"
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make update-src DEFS="-DRUBY_DEBUG=1"
From https://github.com/ruby/ruby
e863909..fa5de8f master -> origin/master
Updating e863909..fa5de8f
Fast-forward
.travis.yml | 5 +-
io.c | 7 ++-
lib/ruby_vm/rjit/c_pointer.rb | 34 +++++++++++
lib/ruby_vm/rjit/c_type.rb | 8 +++
parse.y | 81 +++++++++++++++----------
rjit_c.rb | 8 +--
spec/ruby/command_line/dash_v_spec.rb | 3 +-
test/monitor/test_monitor.rb | 2 +
thread.c | 109 +++++++++++++++++-----------------
thread_pthread.c | 2 +-
tool/rjit/bindgen.rb | 2 +-
11 files changed, 165 insertions(+), 96 deletions(-)
Latest commit hash = fa5de8f68d
$$$[end] "make update-src DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make after-update DEFS="-DRUBY_DEBUG=1"
/tmp/ruby/src/trunk-repeat20-asserts/revision.h updated
generating parse.c
making /tmp/ruby/src/trunk-repeat20-asserts/rjit_c.rbinc
generating /tmp/ruby/src/trunk-repeat20-asserts/ext/ripper/ripper.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/ripper'
extracting ripper.y from ../../parse.y
compiling compiler ripper.y
generating ripper_init.c from ./ripper_init.c.tmpl
generating eventids1.c from ../../parse.y
generating eventids1.h from ../../parse.y
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/ripper'
generating /tmp/ruby/src/trunk-repeat20-asserts/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/ripper'
generating miniprelude.c
miniprelude.c 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-repeat20-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
$$$[end] "make after-update DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make miniruby DEFS="-DRUBY_DEBUG=1"
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -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 -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0
CPPFLAGS = -DRUBY_DEBUG=1
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
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-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts/miniinit.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/io.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/rjit_c.c
compiling parse.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/thread.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/version.c
linking miniruby
$$$[end] "make miniruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make ruby DEFS="-DRUBY_DEBUG=1"
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -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 -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0
CPPFLAGS = -DRUBY_DEBUG=1
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
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-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/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
bb7449b2f59b98a319811afd550459bfd969359af25396c5068ec11f24527c9b builtin_binary.inc
compiling /tmp/ruby/src/trunk-repeat20-asserts/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.3.0
linking ruby
$$$[end] "make ruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make all DEFS="-DRUBY_DEBUG=1"
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -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 -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0
CPPFLAGS = -DRUBY_DEBUG=1
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
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-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/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
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/ripper/eventids1.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/ripper/ripper.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/ripper/ripper_init.c
linking shared-object ripper.so
checking /tmp/ruby/src/trunk-repeat20-asserts/parse.y and /tmp/ruby/src/trunk-repeat20-asserts/ext/ripper/eventids2.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat20-asserts/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
$$$[end] "make all DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make install DEFS="-DRUBY_DEBUG=1"
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -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 -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0
CPPFLAGS = -DRUBY_DEBUG=1
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
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-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/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
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat20-asserts/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
./miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib -I. -I.ext/common /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-repeat20-asserts/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="" --make-flags=" -- DEFS=-DRUBY_DEBUG=1" --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-repeat20-asserts/bin
installing base libraries: /tmp/ruby/install/trunk-repeat20-asserts/lib
installing arch files: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data: /tmp/ruby/install/trunk-repeat20-asserts/lib/pkgconfig
installing extension objects: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers: /tmp/ruby/install/trunk-repeat20-asserts/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/site_ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers: /tmp/ruby/install/trunk-repeat20-asserts/include/ruby-3.3.0+0/ruby
installing command scripts: /tmp/ruby/install/trunk-repeat20-asserts/bin
installing library scripts: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/3.3.0+0
installing common headers: /tmp/ruby/install/trunk-repeat20-asserts/include/ruby-3.3.0+0
installing manpages: /tmp/ruby/install/trunk-repeat20-asserts/share/man/man1
installing default gems from lib: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/gems/3.3.0+0
abbrev 0.1.2
base64 0.2.0
benchmark 0.3.0
bundler 2.5.2
cgi 0.4.1
csv 3.2.8
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.0.4
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-repeat20-asserts/lib/ruby/gems/3.3.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.2
io-console 0.7.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.0
strscan 3.0.7
syslog 0.1.2
zlib 3.1.0
installing bundled gems: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/gems/3.3.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.8
net-pop 0.1.2
net-smtp 0.4.0
matrix 0.4.2
prime 0.1.2
rbs 3.4.0
typeprof 0.21.9
debug 1.9.1
racc 1.7.3
installing bundled gem cache: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install DEFS=\"-DRUBY_DEBUG=1\"" 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=--repeat-count=20
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -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 -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
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-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:gc ....OK 4
test succeeded
$$$[end] "make yes-test-basic TESTS=--repeat-count=20" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -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 -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
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-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/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
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat20-asserts/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
Skipping Gem::PackageTask tests. rake not found.
Run options:
--seed=36494
"--ruby=./miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib -I. -I.ext/common /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --extout=.ext -- --disable-gems"
--excludes-dir=/tmp/ruby/src/trunk-repeat20-asserts/test/.excludes
--name=!/memory_leak/
--stderr-on-failure
--repeat-count=20
# Running tests:
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 10 #<File::Stat dev=0x8, ino=105048505, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 39713>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9
Finished(1/20) tests in 1873.721008s, 14.4354 tests/s, 5109.7879 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 43343>
Closed file descriptor: TestGemCommandsQueryCommandWithInstalledGems#test_execute_details_truncates_summary: 9
Finished(2/20) tests in 2410.390675s, 11.2218 tests/s, 3972.4187 assertions/s.
Finished(3/20) tests in 2283.903454s, 11.8433 tests/s, 4191.8186 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 43649>
Closed file descriptor: TestGemCommandsQueryCommandWithInstalledGems#test_execute_details_truncates_summary: 9
Finished(4/20) tests in 2503.206051s, 10.8057 tests/s, 3825.1198 assertions/s.
Finished(5/20) tests in 2449.655580s, 11.0420 tests/s, 3908.5229 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 43785>
Closed file descriptor: TestGemCommandsQueryCommandWithInstalledGems#test_execute_details_truncates_summary: 9
Finished(6/20) tests in 2287.851254s, 11.8229 tests/s, 4185.5658 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 46625>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 9
Finished(7/20) tests in 2564.203840s, 10.5487 tests/s, 3733.6158 assertions/s.
Finished(8/20) tests in 2499.627413s, 10.8212 tests/s, 3830.0588 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 45225>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9
Finished(9/20) tests in 2154.223263s, 12.5563 tests/s, 4445.1795 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007fa0d25df970 /tmp/ruby/src/trunk-repeat20-asserts/lib/drb/drb.rb:1717 sleep>
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 36095>
Closed file descriptor: TestIRB::FrozenObjectTest#test_calling_command_on_a_frozen_main: 9
Finished(10/20) tests in 2537.608154s, 10.6593 tests/s, 3773.2078 assertions/s.
Finished(11/20) tests in 2364.372586s, 11.4402 tests/s, 4048.7498 assertions/s.
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 17 : #<IO:fd 17>
Leaked thread: Rinda::TupleSpaceProxyTest#test_take_bug_8215: #<Thread:0x00007fa0d2269770 /tmp/ruby/src/trunk-repeat20-asserts/lib/drb/drb.rb:1717 sleep>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 17
Finished thread: Rinda::TupleSpaceProxyTest#test_00_tuple: #<Thread:0x00007fa0d2269770 /tmp/ruby/src/trunk-repeat20-asserts/lib/drb/drb.rb:1717 dead>
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 38815>
Closed file descriptor: TestGemCommandsQueryCommandWithInstalledGems#test_execute_details_truncates_summary: 9
Finished(12/20) tests in 2179.308389s, 12.4117 tests/s, 4393.6453 assertions/s.
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 17 : #<IO:fd 17>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 18 : #<IO:fd 18>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 17
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 18
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 43997>
Closed file descriptor: TestGemCommandsQueryCommandWithInstalledGems#test_execute_details_truncates_summary: 9
Finished(13/20) tests in 2446.028618s, 11.0583 tests/s, 3914.9174 assertions/s.
Finished(14/20) tests in 2468.318225s, 10.9585 tests/s, 3878.7353 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007fa0d3622a10 /tmp/ruby/src/trunk-repeat20-asserts/lib/drb/drb.rb:1717 sleep>
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 43819>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9
Finished(15/20) tests in 2376.564851s, 11.3816 tests/s, 4029.0426 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 34385>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 9
Finished(16/20) tests in 2106.683941s, 12.8396 tests/s, 4545.5722 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007fa0d1360cb0 /tmp/ruby/src/trunk-repeat20-asserts/lib/drb/drb.rb:1717 sleep>
Finished(17/20) tests in 2156.800418s, 12.5413 tests/s, 4439.6319 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 41797>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 9
Finished(18/20) tests in 2409.335738s, 11.2267 tests/s, 3973.9501 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 38955>
Closed file descriptor: TestGemCommandsQueryCommandWithInstalledGems#test_execute_details_truncates_summary: 9
Finished(19/20) tests in 2368.181840s, 11.4218 tests/s, 4043.0063 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 40335>
Closed file descriptor: TestGemCommandsQueryCommandWithInstalledGems#test_execute_details_truncates_summary: 9
Finished(20/20) tests in 2756.185935s, 9.8139 tests/s, 3473.9071 assertions/s.
540979 tests, 191495428 assertions, 0 failures, 0 errors, 2395 skips
ruby -v: ruby 3.3.0dev (2023-12-22T23:10:41Z master fa5de8f68d) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS=--repeat-count=20
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -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 -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
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-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/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
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat20-asserts/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
$ /tmp/ruby/build/trunk-repeat20-asserts/miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat20-asserts --extout=.ext -- /tmp/ruby/src/trunk-repeat20-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat20-asserts/spec/default.mspec --error-output stderr --debug
ruby 3.3.0dev (2023-12-22T23:10:41Z master fa5de8f68d) [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 158.417831 seconds
3728 files, 32495 examples, 147451 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS=--repeat-count=20" exit with 0.
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.1083245.ruby -x gdbscript
[New LWP 1083245]
[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/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139682861161472) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f0a73521c00 (LWP 1083245) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139682861161472) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7f0a73521c00 (LWP 1083245)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139682861161472) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7f0a73521c00
old_mask = {__val = {87, 2147483647, 0, 0, 0, 0, 0, 0, 0, 0, 0, 139682861579316, 139682870828507, 139682869960287, 139682863503008, 139682870057336}}
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=139682861161472) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=139682861161472, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007f0a73585476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007f0a7356b7f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x0, sa_sigaction = 0x0}, sa_mask = {__val = {139682870264006, 139682824291920, 139682869941090, 139682871896256, 2147483647, 140737422130064, 3625110340152590592, 139682870264006, 139682869934764, 139682861297664, 139682862430831, 1, 2147483647, 94906603002144, 3625110340152590592, 0}}, sa_flags = 1943559775, sa_restorer = 0x7f0a7375d6a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 0, 0, 3625110340152590592, 0, 3625110340152590592, 139682869960287, 139682863503008, 139682870057336, 139682869941090, 94906601331472, 139682862563011, 206158430248, 140737422130192, 140737422130000, 3625110340152590592}}
#5 0x00007f0a7398573b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7f0a73d81e58 "/tmp/ruby/src/trunk-repeat20-asserts/include/ruby/internal/globals.h", line=line@entry=199, name=name@entry=0x7f0a73d9d978 <__func__.2> "rb_class_of", expr=expr@entry=0x7f0a73d81362 "unexpected type") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7f0a7375d6a0 <_IO_2_1_stderr_>
#7 0x00007f0a7398c177 in rb_class_of (obj=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/internal/globals.h:199
__func__ = "rb_class_of"
#8 0x00007f0a7398c44c in rb_class_of (obj=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/object.c:265
__func__ = "rb_class_of"
#9 rb_obj_class (obj=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/object.c:266
No locals.
#10 0x00007f0a73c59cdd in rb_vm_bugreport (ctx=ctx@entry=0x0, errout=errout@entry=0x7f0a7375d6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-repeat20-asserts/vm_dump.c:1195
klass = <optimized out>
i = 0
name = 23170557148
len = <optimized out>
max_name_length = 1024
cmd = <optimized out>
error = <optimized out>
other_runtime_info = other_runtime_info
vm = <optimized out>
ec = <optimized out>
#11 0x00007f0a7398572b in rb_assert_failure (file=file@entry=0x7f0a73d81f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f0a73dd10e0 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f0a73d813c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1131
out = 0x7f0a7375d6a0 <_IO_2_1_stderr_>
#12 0x00007f0a7399d367 in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#13 rb_hook_list_free (hooks=0x56512a429240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#14 rb_hook_list_free (hooks=0x56512a429240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#15 0x00007f0a73b51446 in ractor_free (ptr=0x56512a429230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x56512a429230
#16 0x00007f0a73a808b5 in rb_data_free (obj=139682832790272, objspace=0x56512a428470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x56512a429230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#17 obj_free (objspace=0x56512a428470, obj=139682832790272) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#18 0x00007f0a73a80a9b in rb_objspace_free_objects (objspace=objspace@entry=0x56512a428470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 139682832790272
page = <optimized out>
stride = 48
p = 139682832790272
pend = 139682832842736
i = 7
#19 0x00007f0a73c3cae0 in ruby_vm_destruct (vm=0x56512a425b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x56512a428090
stack = 0x7f0a73420010
objspace = 0x56512a428470
#20 0x00007f0a73a66fc8 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x56512a428090
step = 4
message = 4
buf = <optimized out>
#21 0x00007f0a73a67325 in ruby_run_node (n=0x7f0a70953eb0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x56512a4294f0
status = 0
#22 0x000056512a2ad187 in rb_main (argv=0x7ffffc0d8138, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140737422132201
#23 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.1130888.ruby -x gdbscript
[New LWP 1130888]
[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/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140407759186944) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7fb33a9c2c00 (LWP 1130888) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140407759186944) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7fb33a9c2c00 (LWP 1130888)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140407759186944) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7fb33a9c2c00
old_mask = {__val = {93956660601504, 1, 172, 18446744073709551352, 2, 0, 93956660601504, 93956660603664, 8, 140407760000211, 0, 140407759896557, 140407759186944, 140407761511936, 93956660601504, 140407759842727}}
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=140407759186944) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=140407759186944, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007fb33aa26476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007fb33aa0c7f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x2020202020202020, sa_sigaction = 0x2020202020202020}, sa_mask = {__val = {2314885530818453536, 7017579609838738208, 2314885530453372012, 746871187794326363, 3631136289159800375, 7378645706714656866, 3472387679321274214, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 140407756354536, 11317737776394634240, 0}}, sa_flags = 0, sa_restorer = 0x7fb33abfe6a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 3472329409499969382, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5 0x00007fb33ae2673b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7fb33b222f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7fb33b2720e0 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7fb33b2223c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7fb33abfe6a0 <_IO_2_1_stderr_>
#7 0x00007fb33ae3e367 in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x5573fd616240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x5573fd616240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007fb33aff2446 in ractor_free (ptr=0x5573fd616230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x5573fd616230
#11 0x00007fb33af218b5 in rb_data_free (obj=140407730811648, objspace=0x5573fd615470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x5573fd616230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x5573fd615470, obj=140407730811648) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007fb33af21a9b in rb_objspace_free_objects (objspace=objspace@entry=0x5573fd615470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 140407730811648
page = <optimized out>
stride = 48
p = 140407730811648
pend = 140407730864112
i = 7
#14 0x00007fb33b0ddae0 in ruby_vm_destruct (vm=0x5573fd612b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x5573fd615090
stack = 0x7fb33a8c1010
objspace = 0x5573fd615470
#15 0x00007fb33af07fc8 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x5573fd615090
step = 4
message = 4
buf = <optimized out>
#16 0x00007fb33af08325 in ruby_run_node (n=0x7fb337df3eb0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x5573fd6164f0
status = 0
#17 0x00005573fbb7c187 in rb_main (argv=0x7fff7cc60ab8, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140735286742377
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.1163594.ruby -x gdbscript
[New LWP 1163594]
[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/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140362328742912) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7fa8a6be9c00 (LWP 1163594) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140362328742912) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7fa8a6be9c00 (LWP 1163594)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140362328742912) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7fa8a6be9c00
old_mask = {__val = {96, 2147483647, 0, 0, 0, 0, 0, 0, 0, 0, 0, 140362329160756, 0, 0, 140362331084448, 140362337564400}}
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=140362328742912) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=140362328742912, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007fa8a6c4d476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007fa8a6c337f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x0, sa_sigaction = 0x0}, sa_mask = {__val = {0, 0, 140362337522628, 140362339477696, 2147483647, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14033907302571945984, 0}}, sa_flags = 0, sa_restorer = 0x7fa8a6e256a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 0, 0, 14033907302571945984, 0, 14033907302571945984, 0, 140362331084448, 140362337564400, 140362337522628, 140362337788646, 140362330144451, 206158430248, 93832967676720, 93832967676528, 14033907302571945984}}
#5 0x00007fa8a704d73b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7fa8a7449f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7fa8a74536f0 <__func__.2> "rb_current_execution_context", expr=expr@entry=0x7fa8a74493c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7fa8a6e256a0 <_IO_2_1_stderr_>
#7 0x00007fa8a704dae3 in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_bug_for_fatal_signal (default_sighandler=0x0, sig=sig@entry=11, ctx=ctx@entry=0x555730b4e480, fmt=fmt@entry=0x7fa8a748a2e6 "Segmentation fault at %p") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1061
file = 0x0
line = 0
#9 0x00007fa8a727346f in sigsegv (sig=11, info=0x555730b4e5b0, ctx=0x555730b4e480) at /tmp/ruby/src/trunk-repeat20-asserts/signal.c:926
No locals.
#10 <signal handler called>
No locals.
#11 RB_BUILTIN_TYPE (obj=22908439408) at /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/internal/value_type.h:190
ret = <optimized out>
__func__ = "RB_BUILTIN_TYPE"
#12 rbimpl_RB_TYPE_P_fastpath (t=RUBY_T_STRING, obj=22908439408) at /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/internal/value_type.h:351
No locals.
#13 RB_TYPE_P (t=RUBY_T_STRING, obj=22908439408) at /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/internal/value_type.h:378
No locals.
#14 rb_vm_bugreport (ctx=ctx@entry=0x0, errout=errout@entry=0x7fa8a6e256a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-repeat20-asserts/vm_dump.c:1179
i = 0
name = 22908439408
len = <optimized out>
max_name_length = 1024
cmd = <optimized out>
error = <optimized out>
other_runtime_info = other_runtime_info
vm = <optimized out>
ec = <optimized out>
#15 0x00007fa8a704d72b in rb_assert_failure (file=file@entry=0x7fa8a7449f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7fa8a74990e0 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7fa8a74493c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1131
out = 0x7fa8a6e256a0 <_IO_2_1_stderr_>
#16 0x00007fa8a7065367 in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#17 rb_hook_list_free (hooks=0x555730abd240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#18 rb_hook_list_free (hooks=0x555730abd240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#19 0x00007fa8a7219446 in ractor_free (ptr=0x555730abd230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x555730abd230
#20 0x00007fa8a71488b5 in rb_data_free (obj=140362300338864, objspace=0x555730abc470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x555730abd230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#21 obj_free (objspace=0x555730abc470, obj=140362300338864) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#22 0x00007fa8a7148a9b in rb_objspace_free_objects (objspace=objspace@entry=0x555730abc470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 140362300338864
page = <optimized out>
stride = 48
p = 140362300338864
pend = 140362300391424
i = 7
#23 0x00007fa8a7304ae0 in ruby_vm_destruct (vm=0x555730ab9b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x555730abc090
stack = 0x7fa8a6ae8010
objspace = 0x555730abc470
#24 0x00007fa8a712efc8 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x555730abc090
step = 4
message = 4
buf = <optimized out>
#25 0x00007fa8a712f325 in ruby_run_node (n=0x7fa8a4013e00) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x555730abd4f0
status = 0
#26 0x000055572f17e187 in rb_main (argv=0x7ffc3886a378, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140721256834601
#27 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.1281113.ruby -x gdbscript
[New LWP 1281113]
[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/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140028718787584) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f5afa0aac00 (LWP 1281113) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140028718787584) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7f5afa0aac00 (LWP 1281113)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140028718787584) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7f5afa0aac00
old_mask = {__val = {94411384259232, 1, 172, 18446744073709551352, 2, 0, 94411384259232, 94411384261392, 8, 140028719600851, 0, 140028719497197, 140028718787584, 140028721112576, 94411384259232, 140028719443367}}
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=140028718787584) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=140028718787584, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007f5afa10e476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007f5afa0f47f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x2020202020202020, sa_sigaction = 0x2020202020202020}, sa_mask = {__val = {2314885530818453536, 7017579609838738208, 2314885530453372012, 746871187794326363, 3919880124340004407, 7378645706714656819, 3472336019485242469, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 140028715922408, 13843316289715911424, 0}}, sa_flags = 0, sa_restorer = 0x7f5afa2e66a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 3472338218508498021, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5 0x00007f5afa50e73b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7f5afa90af28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f5afa95a0e0 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f5afa90a3c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7f5afa2e66a0 <_IO_2_1_stderr_>
#7 0x00007f5afa526367 in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x55dddd05c240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x55dddd05c240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f5afa6da446 in ractor_free (ptr=0x55dddd05c230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x55dddd05c230
#11 0x00007f5afa6098b5 in rb_data_free (obj=140028690379440, objspace=0x55dddd05b470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x55dddd05c230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x55dddd05b470, obj=140028690379440) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007f5afa609a9b in rb_objspace_free_objects (objspace=objspace@entry=0x55dddd05b470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 140028690379440
page = <optimized out>
stride = 48
p = 140028690379440
pend = 140028690432000
i = 7
#14 0x00007f5afa7c5ae0 in ruby_vm_destruct (vm=0x55dddd058b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x55dddd05b090
stack = 0x7f5af9fa9010
objspace = 0x55dddd05b470
#15 0x00007f5afa5effc8 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x55dddd05b090
step = 4
message = 4
buf = <optimized out>
#16 0x00007f5afa5f0325 in ruby_run_node (n=0x7f5af74d3e00) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x55dddd05c4f0
status = 0
#17 0x000055dddbe95187 in rb_main (argv=0x7ffe46eccde8, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140730088345753
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.1384911.ruby -x gdbscript
[New LWP 1384911]
[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/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139991683030016) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f525a89dc00 (LWP 1384911) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139991683030016) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7f525a89dc00 (LWP 1384911)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139991683030016) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7f525a89dc00
old_mask = {__val = {94232022901408, 1, 172, 18446744073709551352, 2, 0, 94232022901408, 94232022903568, 8, 139991683843283, 0, 139991683739629, 139991683030016, 139991685355008, 94232022901408, 139991683685799}}
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=139991683030016) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=139991683030016, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007f525a901476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007f525a8e77f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x2020202020202020, sa_sigaction = 0x2020202020202020}, sa_mask = {__val = {2314885530818453536, 7017579609838738208, 2314885530453372012, 746871187794326363, 3834925456493536823, 7378645706714656865, 3472386591956427366, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 139991680152552, 3030440089893274880, 0}}, sa_flags = 0, sa_restorer = 0x7f525aad96a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 3472328322135122534, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5 0x00007f525ad0173b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7f525b0fdf28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f525b14d0e0 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f525b0fd3c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7f525aad96a0 <_IO_2_1_stderr_>
#7 0x00007f525ad19367 in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x55b41a40a240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x55b41a40a240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f525aecd446 in ractor_free (ptr=0x55b41a40a230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x55b41a40a230
#11 0x00007f525adfc8b5 in rb_data_free (obj=139991654609664, objspace=0x55b41a409470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x55b41a40a230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x55b41a409470, obj=139991654609664) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007f525adfca9b in rb_objspace_free_objects (objspace=objspace@entry=0x55b41a409470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 139991654609664
page = <optimized out>
stride = 48
p = 139991654609664
pend = 139991654662128
i = 7
#14 0x00007f525afb8ae0 in ruby_vm_destruct (vm=0x55b41a406b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x55b41a409090
stack = 0x7f525a79c010
objspace = 0x55b41a409470
#15 0x00007f525ade2fc8 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x55b41a409090
step = 4
message = 4
buf = <optimized out>
#16 0x00007f525ade3325 in ruby_run_node (n=0x7f5257cc3eb0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x55b41a40a4f0
status = 0
#17 0x000055b418e9f187 in rb_main (argv=0x7fffbd804378, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140736372688425
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.1417499.ruby -x gdbscript
[New LWP 1417499]
[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/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140512834153472) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7fcbb190ec00 (LWP 1417499) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140512834153472) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7fcbb190ec00 (LWP 1417499)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140512834153472) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7fcbb190ec00
old_mask = {__val = {94896285524640, 1, 172, 18446744073709551352, 2, 0, 94896285524640, 94896285526800, 8, 140512834966739, 0, 140512834863085, 140512834153472, 140512836478464, 94896285524640, 140512834809255}}
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=140512834153472) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=140512834153472, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007fcbb1972476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007fcbb19587f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x2020202020202020, sa_sigaction = 0x2020202020202020}, sa_mask = {__val = {2314885530818453536, 7017579609838738208, 2314885530453372012, 746871187794326363, 7148731461097907767, 7378645706714656869, 3472330718676607845, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 140512831271912, 10427860746148698880, 0}}, sa_flags = 0, sa_restorer = 0x7fcbb1b4a6a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 3472332917699863397, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5 0x00007fcbb1d7273b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7fcbb216ef28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7fcbb21be0e0 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7fcbb216e3c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7fcbb1b4a6a0 <_IO_2_1_stderr_>
#7 0x00007fcbb1d8a367 in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x564ec363e240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x564ec363e240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007fcbb1f3e446 in ractor_free (ptr=0x564ec363e230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x564ec363e230
#11 0x00007fcbb1e6d8b5 in rb_data_free (obj=140512805728944, objspace=0x564ec363d470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x564ec363e230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x564ec363d470, obj=140512805728944) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007fcbb1e6da9b in rb_objspace_free_objects (objspace=objspace@entry=0x564ec363d470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 140512805728944
page = <optimized out>
stride = 48
p = 140512805728944
pend = 140512805781504
i = 7
#14 0x00007fcbb2029ae0 in ruby_vm_destruct (vm=0x564ec363ab10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x564ec363d090
stack = 0x7fcbb180d010
objspace = 0x564ec363d470
#15 0x00007fcbb1e53fc8 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x564ec363d090
step = 4
message = 4
buf = <optimized out>
#16 0x00007fcbb1e54325 in ruby_run_node (n=0x7fcbaed33e00) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x564ec363e4f0
status = 0
#17 0x0000564ec221c187 in rb_main (argv=0x7ffece52a408, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140732359943865
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.1468319.ruby -x gdbscript
[New LWP 1468319]
[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/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140557952109568) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7fd632ce4c00 (LWP 1468319) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140557952109568) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7fd632ce4c00 (LWP 1468319)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140557952109568) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7fd632ce4c00
old_mask = {__val = {94819485086368, 1, 172, 18446744073709551352, 2, 0, 94819485086368, 94819485088528, 8, 140557952922835, 0, 140557952819181, 140557952109568, 140557954434560, 94819485086368, 140557952765351}}
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=140557952109568) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=140557952109568, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007fd632d48476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007fd632d2e7f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x2020202020202020, sa_sigaction = 0x2020202020202020}, sa_mask = {__val = {2314885530818453536, 7017579609838738208, 2314885530453372012, 746871187794326363, 3978138860300690999, 7378645706714656866, 3472387700004239203, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 140557949268968, 4368167651279405824, 0}}, sa_flags = 0, sa_restorer = 0x7fd632f206a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 3472329430182934371, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5 0x00007fd63314873b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7fd633544f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7fd6335940e0 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7fd6335443c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7fd632f206a0 <_IO_2_1_stderr_>
#7 0x00007fd633160367 in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x563ce1ba3240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x563ce1ba3240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007fd633314446 in ractor_free (ptr=0x563ce1ba3230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x563ce1ba3230
#11 0x00007fd6332438b5 in rb_data_free (obj=140557923726000, objspace=0x563ce1ba2470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x563ce1ba3230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x563ce1ba2470, obj=140557923726000) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007fd633243a9b in rb_objspace_free_objects (objspace=objspace@entry=0x563ce1ba2470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 140557923726000
page = <optimized out>
stride = 48
p = 140557923726000
pend = 140557923778560
i = 7
#14 0x00007fd6333ffae0 in ruby_vm_destruct (vm=0x563ce1b9fb10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x563ce1ba2090
stack = 0x7fd632be3010
objspace = 0x563ce1ba2470
#15 0x00007fd633229fc8 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x563ce1ba2090
step = 4
message = 4
buf = <optimized out>
#16 0x00007fd63322a325 in ruby_run_node (n=0x7fd630113e00) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x563ce1ba34f0
status = 0
#17 0x0000563ce1751187 in rb_main (argv=0x7ffc70568f18, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140722193207753
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.1590587.ruby -x gdbscript
[New LWP 1590587]
[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/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139652643421184) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f036a33fc00 (LWP 1590587) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139652643421184) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7f036a33fc00 (LWP 1590587)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139652643421184) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7f036a33fc00
old_mask = {__val = {96, 2147483647, 0, 0, 0, 0, 0, 0, 0, 0, 0, 139652643839028, 0, 0, 139652645762720, 139652652242672}}
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=139652643421184) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=139652643421184, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007f036a3a3476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007f036a3897f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x0, sa_sigaction = 0x0}, sa_mask = {__val = {0, 0, 139652652200900, 139652654155968, 2147483647, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13401207973254509312, 0}}, sa_flags = 0, sa_restorer = 0x7f036a57b6a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 0, 0, 13401207973254509312, 0, 13401207973254509312, 0, 139652645762720, 139652652242672, 139652652200900, 139652652466918, 139652644822723, 206158430248, 94334319780656, 94334319780464, 13401207973254509312}}
#5 0x00007f036a7a373b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7f036ab9ff28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f036aba96f0 <__func__.2> "rb_current_execution_context", expr=expr@entry=0x7f036ab9f3c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7f036a57b6a0 <_IO_2_1_stderr_>
#7 0x00007f036a7a3ae3 in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_bug_for_fatal_signal (default_sighandler=0x0, sig=sig@entry=11, ctx=ctx@entry=0x55cbeb9ee480, fmt=fmt@entry=0x7f036abe02e6 "Segmentation fault at %p") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1061
file = 0x0
line = 0
#9 0x00007f036a9c946f in sigsegv (sig=11, info=0x55cbeb9ee5b0, ctx=0x55cbeb9ee480) at /tmp/ruby/src/trunk-repeat20-asserts/signal.c:926
No locals.
#10 <signal handler called>
No locals.
#11 RB_BUILTIN_TYPE (obj=23030839824) at /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/internal/value_type.h:190
ret = <optimized out>
__func__ = "RB_BUILTIN_TYPE"
#12 rbimpl_RB_TYPE_P_fastpath (t=RUBY_T_STRING, obj=23030839824) at /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/internal/value_type.h:351
No locals.
#13 RB_TYPE_P (t=RUBY_T_STRING, obj=23030839824) at /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/internal/value_type.h:378
No locals.
#14 rb_vm_bugreport (ctx=ctx@entry=0x0, errout=errout@entry=0x7f036a57b6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-repeat20-asserts/vm_dump.c:1179
i = 0
name = 23030839824
len = <optimized out>
max_name_length = 1024
cmd = <optimized out>
error = <optimized out>
other_runtime_info = other_runtime_info
vm = <optimized out>
ec = <optimized out>
#15 0x00007f036a7a372b in rb_assert_failure (file=file@entry=0x7f036ab9ff28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f036abef0e0 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f036ab9f3c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1131
out = 0x7f036a57b6a0 <_IO_2_1_stderr_>
#16 0x00007f036a7bb367 in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#17 rb_hook_list_free (hooks=0x55cbeb95d240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#18 rb_hook_list_free (hooks=0x55cbeb95d240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#19 0x00007f036a96f446 in ractor_free (ptr=0x55cbeb95d230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x55cbeb95d230
#20 0x00007f036a89e8b5 in rb_data_free (obj=139652614992528, objspace=0x55cbeb95c470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x55cbeb95d230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#21 obj_free (objspace=0x55cbeb95c470, obj=139652614992528) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#22 0x00007f036a89ea9b in rb_objspace_free_objects (objspace=objspace@entry=0x55cbeb95c470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 139652614992528
page = <optimized out>
stride = 48
p = 139652614992528
pend = 139652615045088
i = 7
#23 0x00007f036aa5aae0 in ruby_vm_destruct (vm=0x55cbeb959b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x55cbeb95c090
stack = 0x7f036a23e010
objspace = 0x55cbeb95c470
#24 0x00007f036a884fc8 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x55cbeb95c090
step = 4
message = 4
buf = <optimized out>
#25 0x00007f036a885325 in ruby_run_node (n=0x7f0367763e10) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x55cbeb95d4f0
status = 0
#26 0x000055cbea498187 in rb_main (argv=0x7ffe529e5238, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140730284528873
#27 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.1624924.ruby -x gdbscript
[New LWP 1624924]
[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/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140389220133888) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7faee998ac00 (LWP 1624924) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140389220133888) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7faee998ac00 (LWP 1624924)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140389220133888) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7faee998ac00
old_mask = {__val = {94878117802656, 1, 172, 18446744073709551352, 2, 0, 94878117802656, 94878117804816, 8, 140389220947155, 0, 140389220843501, 140389220133888, 140389222458880, 94878117802656, 140389220789671}}
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=140389220133888) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=140389220133888, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007faee99ee476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007faee99d47f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x2020202020202020, sa_sigaction = 0x2020202020202020}, sa_mask = {__val = {2314885530818453536, 7017579609838738208, 2314885530453372012, 746871187794326363, 3689962368859006519, 7378645706714656823, 3472383284781070694, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 140389217268712, 7177781481808917504, 0}}, sa_flags = 0, sa_restorer = 0x7faee9bc66a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 3472385483804326246, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5 0x00007faee9dee73b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7faeea1eaf28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7faeea23a0e0 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7faeea1ea3c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7faee9bc66a0 <_IO_2_1_stderr_>
#7 0x00007faee9e06367 in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x564a88827240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x564a88827240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007faee9fba446 in ractor_free (ptr=0x564a88827230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x564a88827230
#11 0x00007faee9ee98b5 in rb_data_free (obj=140389191725712, objspace=0x564a88826470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x564a88827230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x564a88826470, obj=140389191725712) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007faee9ee9a9b in rb_objspace_free_objects (objspace=objspace@entry=0x564a88826470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 140389191725712
page = <optimized out>
stride = 48
p = 140389191725712
pend = 140389191778272
i = 7
#14 0x00007faeea0a5ae0 in ruby_vm_destruct (vm=0x564a88823b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x564a88826090
stack = 0x7faee9889010
objspace = 0x564a88826470
#15 0x00007faee9ecffc8 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x564a88826090
step = 4
message = 4
buf = <optimized out>
#16 0x00007faee9ed0325 in ruby_run_node (n=0x7faee6db3e10) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x564a888274f0
status = 0
#17 0x0000564a8844a187 in rb_main (argv=0x7fff9a4cfde8, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140735782125721
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.479963.ruby -x gdbscript
[New LWP 479963]
[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/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140463795620864) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7fc046a44c00 (LWP 479963) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140463795620864) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7fc046a44c00 (LWP 479963)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140463795620864) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7fc046a44c00
old_mask = {__val = {94052709135008, 1, 172, 18446744073709551352, 2, 0, 94052709135008, 94052709137168, 8, 140463796434131, 0, 140463796330477, 140463795620864, 140463797945856, 94052709135008, 140463796276647}}
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=140463795620864) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=140463795620864, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007fc046aa8476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007fc046a8e7f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x2020202020202020, sa_sigaction = 0x2020202020202020}, sa_mask = {__val = {2314885530818453536, 7017579609838738208, 2314885530453372012, 746871187794326363, 3688782781810632247, 7378645706714656823, 3472383284710761827, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 140463792780264, 12237058480862241280, 0}}, sa_flags = 0, sa_restorer = 0x7fc046c806a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 3472385483734017379, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5 0x00007fc046ea873b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7fc0472a4f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7fc0472f40e0 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7fc0472a43c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7fc046c806a0 <_IO_2_1_stderr_>
#7 0x00007fc046ec0367 in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x558a5a51b240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x558a5a51b240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007fc047074446 in ractor_free (ptr=0x558a5a51b230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x558a5a51b230
#11 0x00007fc046fa38b5 in rb_data_free (obj=140463767237376, objspace=0x558a5a51a470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x558a5a51b230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x558a5a51a470, obj=140463767237376) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007fc046fa3a9b in rb_objspace_free_objects (objspace=objspace@entry=0x558a5a51a470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 140463767237376
page = <optimized out>
stride = 48
p = 140463767237376
pend = 140463767289840
i = 7
#14 0x00007fc04715fae0 in ruby_vm_destruct (vm=0x558a5a517b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x558a5a51a090
stack = 0x7fc046943010
objspace = 0x558a5a51a470
#15 0x00007fc046f89fc8 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x558a5a51a090
step = 4
message = 4
buf = <optimized out>
#16 0x00007fc046f8a325 in ruby_run_node (n=0x7fc043e73eb0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x558a5a51b4f0
status = 0
#17 0x0000558a59920187 in rb_main (argv=0x7ffce011a118, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140724067738569
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.511937.ruby -x gdbscript
[New LWP 511937]
[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/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140130315328512) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f72a1aadc00 (LWP 511937) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140130315328512) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7f72a1aadc00 (LWP 511937)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140130315328512) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7f72a1aadc00
old_mask = {__val = {94427293385376, 1, 172, 18446744073709551352, 2, 0, 94427293385376, 94427293387536, 8, 140130316141779, 0, 140130316038125, 140130315328512, 140130317653504, 94427293385376, 140130315984295}}
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=140130315328512) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=140130315328512, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007f72a1b11476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007f72a1af77f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x2020202020202020, sa_sigaction = 0x2020202020202020}, sa_mask = {__val = {2314885530818453536, 7017579609838738208, 2314885530453372012, 746871187794326363, 4121411796733421111, 7378645706714656818, 3472334931985838437, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 140130312451048, 5283018123586224896, 0}}, sa_flags = 0, sa_restorer = 0x7f72a1ce96a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 3472337131009093989, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5 0x00007f72a1f1173b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7f72a230df28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f72a235d0e0 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f72a230d3c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7f72a1ce96a0 <_IO_2_1_stderr_>
#7 0x00007f72a1f29367 in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x55e19147c240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x55e19147c240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f72a20dd446 in ractor_free (ptr=0x55e19147c230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x55e19147c230
#11 0x00007f72a200c8b5 in rb_data_free (obj=140130286908048, objspace=0x55e19147b470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x55e19147c230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x55e19147b470, obj=140130286908048) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007f72a200ca9b in rb_objspace_free_objects (objspace=objspace@entry=0x55e19147b470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 140130286908048
page = <optimized out>
stride = 48
p = 140130286908048
pend = 140130286960608
i = 7
#14 0x00007f72a21c8ae0 in ruby_vm_destruct (vm=0x55e191478b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x55e19147b090
stack = 0x7f72a19ac010
objspace = 0x55e19147b470
#15 0x00007f72a1ff2fc8 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x55e19147b090
step = 4
message = 4
buf = <optimized out>
#16 0x00007f72a1ff3325 in ruby_run_node (n=0x7f729eed3e10) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x55e19147c4f0
status = 0
#17 0x000055e18fd90187 in rb_main (argv=0x7ffe12229a58, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140729202679049
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.543794.ruby -x gdbscript
[New LWP 543794]
[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/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140535843310592) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7fd10d04cc00 (LWP 543794) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140535843310592) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7fd10d04cc00 (LWP 543794)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140535843310592) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7fd10d04cc00
old_mask = {__val = {94374073590432, 1, 172, 18446744073709551352, 2, 0, 94374073590432, 94374073592592, 8, 140535844123859, 0, 140535844020205, 140535843310592, 140535845635584, 94374073590432, 140535843966375}}
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=140535843310592) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=140535843310592, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007fd10d0b0476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007fd10d0967f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x2020202020202020, sa_sigaction = 0x2020202020202020}, sa_mask = {__val = {2314885530818453536, 7017579609838738208, 2314885530453372012, 746871187794326363, 4122263948276164151, 7378645706714656822, 3472382211036624995, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 140535840437224, 6364876361802821120, 0}}, sa_flags = 0, sa_restorer = 0x7fd10d2886a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 3472384410059880547, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5 0x00007fd10d4b073b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7fd10d8acf28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7fd10d8fc0e0 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7fd10d8ac3c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7fd10d2886a0 <_IO_2_1_stderr_>
#7 0x00007fd10d4c8367 in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x55d52d222240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x55d52d222240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007fd10d67c446 in ractor_free (ptr=0x55d52d222230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x55d52d222230
#11 0x00007fd10d5ab8b5 in rb_data_free (obj=140535814894224, objspace=0x55d52d221470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x55d52d222230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x55d52d221470, obj=140535814894224) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007fd10d5aba9b in rb_objspace_free_objects (objspace=objspace@entry=0x55d52d221470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 140535814894224
page = <optimized out>
stride = 48
p = 140535814894224
pend = 140535814946784
i = 7
#14 0x00007fd10d767ae0 in ruby_vm_destruct (vm=0x55d52d21eb10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x55d52d221090
stack = 0x7fd10cf4b010
objspace = 0x55d52d221470
#15 0x00007fd10d591fc8 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x55d52d221090
step = 4
message = 4
buf = <optimized out>
#16 0x00007fd10d592325 in ruby_run_node (n=0x7fd10a473e10) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x55d52d2224f0
status = 0
#17 0x000055d52cd1e187 in rb_main (argv=0x7ffc895786b8, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140722612701545
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.656296.ruby -x gdbscript
[New LWP 656296]
[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/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139847974521856) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f30e4d80c00 (LWP 656296) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139847974521856) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7f30e4d80c00 (LWP 656296)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139847974521856) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7f30e4d80c00
old_mask = {__val = {94330777318048, 1, 172, 18446744073709551352, 2, 0, 94330777318048, 94330777320208, 8, 139847975335123, 0, 139847975231469, 139847974521856, 139847976846848, 94330777318048, 139847975177639}}
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=139847974521856) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=139847974521856, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007f30e4de4476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007f30e4dca7f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x2020202020202020, sa_sigaction = 0x2020202020202020}, sa_mask = {__val = {2314885530818453536, 7017579609838738208, 2314885530453372012, 746871187794326363, 3761967379595552311, 7378645706714656866, 3472387687119414885, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 139847971632104, 8520047336235333888, 0}}, sa_flags = 0, sa_restorer = 0x7f30e4fbc6a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 3472329417298110053, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5 0x00007f30e51e473b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7f30e55e0f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f30e56300e0 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f30e55e03c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7f30e4fbc6a0 <_IO_2_1_stderr_>
#7 0x00007f30e51fc367 in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x55cb18797240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x55cb18797240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f30e53b0446 in ractor_free (ptr=0x55cb18797230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x55cb18797230
#11 0x00007f30e52df8b5 in rb_data_free (obj=139847946089136, objspace=0x55cb18796470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x55cb18797230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x55cb18796470, obj=139847946089136) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007f30e52dfa9b in rb_objspace_free_objects (objspace=objspace@entry=0x55cb18796470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 139847946089136
page = <optimized out>
stride = 48
p = 139847946089136
pend = 139847946141696
i = 7
#14 0x00007f30e549bae0 in ruby_vm_destruct (vm=0x55cb18793b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x55cb18796090
stack = 0x7f30e4c7f010
objspace = 0x55cb18796470
#15 0x00007f30e52c5fc8 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x55cb18796090
step = 4
message = 4
buf = <optimized out>
#16 0x00007f30e52c6325 in ruby_run_node (n=0x7f30e21a3e00) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x55cb187974f0
status = 0
#17 0x000055cb18777187 in rb_main (argv=0x7ffef144cd48, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140732946239481
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.689390.ruby -x gdbscript
[New LWP 689390]
[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/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140681336675328) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7ff2ed195c00 (LWP 689390) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140681336675328) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7ff2ed195c00 (LWP 689390)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140681336675328) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7ff2ed195c00
old_mask = {__val = {94709270934176, 1, 172, 18446744073709551352, 2, 0, 94709270934176, 94709270936336, 8, 140681337488595, 0, 140681337384941, 140681336675328, 140681339000320, 94709270934176, 140681337331111}}
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=140681336675328) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=140681336675328, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007ff2ed1f9476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007ff2ed1df7f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x2020202020202020, sa_sigaction = 0x2020202020202020}, sa_mask = {__val = {2314885530818453536, 7017579609838738208, 2314885530453372012, 746871187794326363, 3486968294461040183, 7378645706714656866, 3472387670728192102, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 140681333830632, 6812487902921897728, 0}}, sa_flags = 0, sa_restorer = 0x7ff2ed3d16a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 3472329400906887270, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5 0x00007ff2ed5f973b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7ff2ed9f5f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7ff2eda450e0 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7ff2ed9f53c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7ff2ed3d16a0 <_IO_2_1_stderr_>
#7 0x00007ff2ed611367 in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x56233873b240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x56233873b240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007ff2ed7c5446 in ractor_free (ptr=0x56233873b230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x56233873b230
#11 0x00007ff2ed6f48b5 in rb_data_free (obj=140681308287744, objspace=0x56233873a470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x56233873b230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x56233873a470, obj=140681308287744) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007ff2ed6f4a9b in rb_objspace_free_objects (objspace=objspace@entry=0x56233873a470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 140681308287744
page = <optimized out>
stride = 48
p = 140681308287744
pend = 140681308340208
i = 7
#14 0x00007ff2ed8b0ae0 in ruby_vm_destruct (vm=0x562338737b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x56233873a090
stack = 0x7ff2ed094010
objspace = 0x56233873a470
#15 0x00007ff2ed6dafc8 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x56233873a090
step = 4
message = 4
buf = <optimized out>
#16 0x00007ff2ed6db325 in ruby_run_node (n=0x7ff2ea5c3eb0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x56233873b4f0
status = 0
#17 0x000056233733f187 in rb_main (argv=0x7fff03c3fe28, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140733256564953
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.790017.ruby -x gdbscript
[New LWP 790017]
[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/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140009067977728) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f5666c31c00 (LWP 790017) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140009067977728) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7f5666c31c00 (LWP 790017)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140009067977728) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7f5666c31c00
old_mask = {__val = {94896795583136, 1, 123, 18446744073709551352, 2, 0, 94896795583136, 94896795585296, 8, 140009068790995, 0, 140009068687341, 140009067977728, 140009070302720, 94896795583136, 140009068633511}}
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=140009067977728) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=140009067977728, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007f5666c95476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007f5666c7b7f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x646666372d303030, sa_sigaction = 0x646666372d303030}, sa_mask = {__val = {3472328310019010658, 3472310978869031456, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 3966085167695951451, 3703708424507516518, 7234582238584647728, 3472328318608945250, 3472310980127322656, 3467824696600309808, 140009065149416, 17306916753029771264, 0}}, sa_flags = 0, sa_restorer = 0x7f5666e6d6a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 2314885530818453536, 7352792074894472795, 7378697629483820646, 3256155514113898086, 7378697629483820646, 3472328300523054694, 3472310980127304992, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 7809632576447149659, 6566283579054775660, 3966085137663358067, 7378364245465130598}}
#5 0x00007f566709573b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7f5667491f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f56674e10e0 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f56674913c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7f5666e6d6a0 <_IO_2_1_stderr_>
#7 0x00007f56670ad367 in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x564ee1cac240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x564ee1cac240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f5667261446 in ractor_free (ptr=0x564ee1cac230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x564ee1cac230
#11 0x00007f56671908b5 in rb_data_free (obj=140009039606448, objspace=0x564ee1cab470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x564ee1cac230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x564ee1cab470, obj=140009039606448) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007f5667190a9b in rb_objspace_free_objects (objspace=objspace@entry=0x564ee1cab470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 140009039606448
page = <optimized out>
stride = 48
p = 140009039606448
pend = 140009039659008
i = 7
#14 0x00007f566734cae0 in ruby_vm_destruct (vm=0x564ee1ca8b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x564ee1cab090
stack = 0x7f5666b30010
objspace = 0x564ee1cab470
#15 0x00007f5667176fc8 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x564ee1cab090
step = 4
message = 4
buf = <optimized out>
#16 0x00007f5667177325 in ruby_run_node (n=0x7f5664063e00) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x564ee1cac4f0
status = 0
#17 0x0000564ee15a2187 in rb_main (argv=0x7ffdb0768598, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140727564011593
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.823385.ruby -x gdbscript
[New LWP 823385]
[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/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140171052313600) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f7c1dc7ec00 (LWP 823385) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140171052313600) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7f7c1dc7ec00 (LWP 823385)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140171052313600) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7f7c1dc7ec00
old_mask = {__val = {94183876670112, 1, 172, 18446744073709551352, 2, 0, 94183876670112, 94183876672272, 8, 140171053126867, 0, 140171053023213, 140171052313600, 140171054638592, 94183876670112, 140171052969383}}
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=140171052313600) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=140171052313600, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007f7c1dce2476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007f7c1dcc87f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x2020202020202020, sa_sigaction = 0x2020202020202020}, sa_mask = {__val = {2314885530818453536, 7017579609838738208, 2314885530453372012, 746871187794326363, 3832623989644486199, 7378645706714656865, 3472386591819249252, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 140171049432040, 16964134941422740736, 0}}, sa_flags = 0, sa_restorer = 0x7f7c1deba6a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 3472328321997944420, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5 0x00007f7c1e0e273b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7f7c1e4def28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f7c1e52e0e0 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f7c1e4de3c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7f7c1deba6a0 <_IO_2_1_stderr_>
#7 0x00007f7c1e0fa367 in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x55a8e4837240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x55a8e4837240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f7c1e2ae446 in ractor_free (ptr=0x55a8e4837230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x55a8e4837230
#11 0x00007f7c1e1dd8b5 in rb_data_free (obj=140171023889040, objspace=0x55a8e4836470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x55a8e4837230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x55a8e4836470, obj=140171023889040) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007f7c1e1dda9b in rb_objspace_free_objects (objspace=objspace@entry=0x55a8e4836470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 140171023889040
page = <optimized out>
stride = 48
p = 140171023889040
pend = 140171023941600
i = 7
#14 0x00007f7c1e399ae0 in ruby_vm_destruct (vm=0x55a8e4833b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x55a8e4836090
stack = 0x7f7c1db7d010
objspace = 0x55a8e4836470
#15 0x00007f7c1e1c3fc8 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x55a8e4836090
step = 4
message = 4
buf = <optimized out>
#16 0x00007f7c1e1c4325 in ruby_run_node (n=0x7f7c1b0a3e10) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x55a8e48374f0
status = 0
#17 0x000055a8e3778187 in rb_main (argv=0x7ffd670084c8, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140726331541369
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.854168.ruby -x gdbscript
[New LWP 854168]
[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/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140357391842304) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7fa7807b7c00 (LWP 854168) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140357391842304) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7fa7807b7c00 (LWP 854168)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140357391842304) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7fa7807b7c00
old_mask = {__val = {93831589569184, 1, 172, 18446744073709551352, 2, 0, 93831589569184, 93831589571344, 8, 140357392655571, 0, 140357392551917, 140357391842304, 140357394167296, 93831589569184, 140357392498087}}
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=140357391842304) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=140357391842304, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007fa78081b476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007fa7808017f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x2020202020202020, sa_sigaction = 0x2020202020202020}, sa_mask = {__val = {2314885530818453536, 7017579609838738208, 2314885530453372012, 746871187794326363, 7149800194956486199, 7378645706714656870, 3472331818251937123, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 140357388989416, 4439317541017742080, 0}}, sa_flags = 0, sa_restorer = 0x7fa7809f36a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 3472334017275192675, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5 0x00007fa780c1b73b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7fa781017f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7fa7810670e0 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7fa7810173c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7fa7809f36a0 <_IO_2_1_stderr_>
#7 0x00007fa780c33367 in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x5556de90e240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x5556de90e240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007fa780de7446 in ractor_free (ptr=0x5556de90e230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x5556de90e230
#11 0x00007fa780d168b5 in rb_data_free (obj=140357363446416, objspace=0x5556de90d470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x5556de90e230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x5556de90d470, obj=140357363446416) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007fa780d16a9b in rb_objspace_free_objects (objspace=objspace@entry=0x5556de90d470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 140357363446416
page = <optimized out>
stride = 48
p = 140357363446416
pend = 140357363498976
i = 7
#14 0x00007fa780ed2ae0 in ruby_vm_destruct (vm=0x5556de90ab10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x5556de90d090
stack = 0x7fa7806b6010
objspace = 0x5556de90d470
#15 0x00007fa780cfcfc8 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x5556de90d090
step = 4
message = 4
buf = <optimized out>
#16 0x00007fa780cfd325 in ruby_run_node (n=0x7fa77dbe3e10) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x5556de90e4f0
status = 0
#17 0x00005556dcab8187 in rb_main (argv=0x7ffce1980a38, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140724093324521
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.909168.ruby -x gdbscript
[New LWP 909168]
[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/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140272706411520) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f93c8d65c00 (LWP 909168) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140272706411520) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7f93c8d65c00 (LWP 909168)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140272706411520) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7f93c8d65c00
old_mask = {__val = {94021146960544, 1, 172, 18446744073709551352, 2, 0, 94021146960544, 94021146962704, 8, 140272707224787, 0, 140272707121133, 140272706411520, 140272708736512, 94021146960544, 140272707067303}}
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=140272706411520) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=140272706411520, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007f93c8dc9476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007f93c8daf7f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x2020202020202020, sa_sigaction = 0x2020202020202020}, sa_mask = {__val = {2314885530818453536, 7017579609838738208, 2314885530453372012, 746871187794326363, 7292228736523855415, 7378645706714656820, 3472337320004511333, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 140272703566824, 6055461085144363264, 0}}, sa_flags = 0, sa_restorer = 0x7f93c8fa16a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 3472382399981250149, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5 0x00007f93c91c973b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7f93c95c5f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f93c96150e0 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f93c95c53c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7f93c8fa16a0 <_IO_2_1_stderr_>
#7 0x00007f93c91e1367 in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x558301112240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x558301112240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f93c9395446 in ractor_free (ptr=0x558301112230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x558301112230
#11 0x00007f93c92c48b5 in rb_data_free (obj=140272678023936, objspace=0x558301111470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x558301112230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x558301111470, obj=140272678023936) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007f93c92c4a9b in rb_objspace_free_objects (objspace=objspace@entry=0x558301111470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 140272678023936
page = <optimized out>
stride = 48
p = 140272678023936
pend = 140272678076400
i = 7
#14 0x00007f93c9480ae0 in ruby_vm_destruct (vm=0x55830110eb10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x558301111090
stack = 0x7f93c8c64010
objspace = 0x558301111470
#15 0x00007f93c92aafc8 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x558301111090
step = 4
message = 4
buf = <optimized out>
#16 0x00007f93c92ab325 in ruby_run_node (n=0x7f93c6193eb0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x5583011124f0
status = 0
#17 0x0000558300972187 in rb_main (argv=0x7ffef334d048, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140732978746105
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.946794.ruby -x gdbscript
[New LWP 946794]
[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/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139909826137088) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f3f4b7ccc00 (LWP 946794) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139909826137088) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7f3f4b7ccc00 (LWP 946794)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139909826137088) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7f3f4b7ccc00
old_mask = {__val = {94403753079456, 1, 172, 18446744073709551352, 2, 0, 94403753079456, 94403753081616, 8, 139909826950355, 0, 139909826846701, 139909826137088, 139909828462080, 94403753079456, 139909826792871}}
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=139909826137088) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=139909826137088, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007f3f4b830476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007f3f4b8167f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x2020202020202020, sa_sigaction = 0x2020202020202020}, sa_mask = {__val = {2314885530818453536, 7017579609838738208, 2314885530453372012, 746871187794326363, 7148674088891213367, 7378645706714656820, 3472337311447987555, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 139909823263720, 5630734574005438720, 0}}, sa_flags = 0, sa_restorer = 0x7f3f4ba086a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 3472382391424726371, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5 0x00007f3f4bc3073b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7f3f4c02cf28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f3f4c07c0e0 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f3f4c02c3c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7f3f4ba086a0 <_IO_2_1_stderr_>
#7 0x00007f3f4bc48367 in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x55dc162b3240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x55dc162b3240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f3f4bdfc446 in ractor_free (ptr=0x55dc162b3230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x55dc162b3230
#11 0x00007f3f4bd2b8b5 in rb_data_free (obj=139909797720720, objspace=0x55dc162b2470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x55dc162b3230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x55dc162b2470, obj=139909797720720) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007f3f4bd2ba9b in rb_objspace_free_objects (objspace=objspace@entry=0x55dc162b2470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 139909797720720
page = <optimized out>
stride = 48
p = 139909797720720
pend = 139909797773280
i = 7
#14 0x00007f3f4bee7ae0 in ruby_vm_destruct (vm=0x55dc162afb10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x55dc162b2090
stack = 0x7f3f4b6cb010
objspace = 0x55dc162b2470
#15 0x00007f3f4bd11fc8 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x55dc162b2090
step = 4
message = 4
buf = <optimized out>
#16 0x00007f3f4bd12325 in ruby_run_node (n=0x7f3f48bf3e10) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x55dc162b34f0
status = 0
#17 0x000055dc15a82187 in rb_main (argv=0x7ffc514dc3c8, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140721672537721
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.978135.ruby -x gdbscript
[New LWP 978135]
[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/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140472847948800) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7fc26233dc00 (LWP 978135) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140472847948800) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7fc26233dc00 (LWP 978135)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140472847948800) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7fc26233dc00
old_mask = {__val = {94236370051744, 1, 172, 18446744073709551352, 2, 0, 94236370051744, 94236370053904, 8, 140472848762067, 0, 140472848658413, 140472847948800, 140472850273792, 94236370051744, 140472848604583}}
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=140472847948800) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=140472847948800, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007fc2623a1476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007fc2623877f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x2020202020202020, sa_sigaction = 0x2020202020202020}, sa_mask = {__val = {2314885530818453536, 7017579609838738208, 2314885530453372012, 746871187794326363, 3832897961330107959, 7378645706714656866, 3472387691347207013, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 140472845071336, 17042589530756126464, 0}}, sa_flags = 0, sa_restorer = 0x7fc2625796a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 3472329421525902181, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5 0x00007fc2627a173b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7fc262b9df28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7fc262bed0e0 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7fc262b9d3c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7fc2625796a0 <_IO_2_1_stderr_>
#7 0x00007fc2627b9367 in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x55b51d5ce240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x55b51d5ce240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007fc26296d446 in ractor_free (ptr=0x55b51d5ce230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x55b51d5ce230
#11 0x00007fc26289c8b5 in rb_data_free (obj=140472819528336, objspace=0x55b51d5cd470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x55b51d5ce230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x55b51d5cd470, obj=140472819528336) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007fc26289ca9b in rb_objspace_free_objects (objspace=objspace@entry=0x55b51d5cd470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 140472819528336
page = <optimized out>
stride = 48
p = 140472819528336
pend = 140472819580896
i = 7
#14 0x00007fc262a58ae0 in ruby_vm_destruct (vm=0x55b51d5cab10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x55b51d5cd090
stack = 0x7fc26223c010
objspace = 0x55b51d5cd470
#15 0x00007fc262882fc8 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x55b51d5cd090
step = 4
message = 4
buf = <optimized out>
#16 0x00007fc262883325 in ruby_run_node (n=0x7fc25f763e10) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x55b51d5ce4f0
status = 0
#17 0x000055b51cc93187 in rb_main (argv=0x7ffec00012e8, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140732119651737
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)