# Logfile created on 2023-12-20 11:19:08 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055cae4c59720 @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.20231220-111908", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055cae4ce7228 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055cae4ce70e8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055cae4ce6f08 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat20-asserts.20231220-111908", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat20-asserts.20231220-111908>, @binmode=false, @mon_data=#<Monitor:0x000055cae4ce6df0>, @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
Update debug to d4feeae32b69b4f88c94fecfc7a283b475eec4de
echo d4feeae32b69b4f88c94fecfc7a283b475eec4de | /bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/debug.revision unchanged
$$$[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
   f0b86f8..fac7d2c  master     -> origin/master
Updating f0b86f8..fac7d2c
Fast-forward
 NEWS.md                       |   2 +-
 configure.ac                  |   3 +-
 doc/irb/indexes.md            | 192 +++++++++++++++++++++++++++++++++++++
 doc/irb/indexes.rdoc          | 190 -------------------------------------
 gc.c                          |  20 +++-
 internal/vm.h                 |   2 +-
 lib/irb.rb                    |   4 +-
 lib/irb/init.rb               |  18 ++--
 lib/irb/version.rb            |   4 +-
 prism_compile.c               |   6 ++
 process.c                     |   7 ++
 ruby.c                        |   6 +-
 shape.c                       |   2 +-
 template/Makefile.in          |   2 +-
 test/irb/test_init.rb         |  40 ++++++++
 test/ruby/test_rubyoptions.rb |   6 +-
 thread.c                      |  46 +++++----
 thread_pthread.c              |  24 +++--
 thread_pthread_mn.c           | 216 +++++++++++++++++++++++++++++++++++++-----
 tool/lib/envutil.rb           |   4 +-
 tool/missing-baseruby.bat     |   5 +
 vm.c                          |   6 +-
 22 files changed, 537 insertions(+), 268 deletions(-)
 create mode 100644 doc/irb/indexes.md
 delete mode 100644 doc/irb/indexes.rdoc
 create mode 100755 tool/missing-baseruby.bat
Latest commit hash = fac7d2c1ab
$$$[end] "make update-src      DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make after-update    DEFS="-DRUBY_DEBUG=1"
cd -P /tmp/ruby/src/trunk-repeat20-asserts && exec autoconf -o configure
running CONFIG_SHELL=/bin/bash /bin/bash /tmp/ruby/src/trunk-repeat20-asserts/configure --prefix=/tmp/ruby/install/trunk-repeat20-asserts --disable-install-doc --enable-shared --no-create --no-recursion
checking for ruby... /usr/bin/ruby --disable=gems
tool/config.guess already exists
tool/config.sub already exists
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking for ld... ld
checking for gcc-ar... gcc-ar
checking for g++... no
checking for gcc-nm... gcc-nm
checking for gcc-ranlib... gcc-ranlib
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking for g++... no
checking for c++... c++
checking whether the compiler supports GNU C++... yes
checking whether c++ accepts -g... yes
checking for c++ option to enable C++11 features... none needed
checking how to run the C preprocessor... gcc -E
checking for gas... no
checking for as... as
checking for gobjcopy... no
checking for objcopy... objcopy
checking for gobjdump... no
checking for objdump... objdump
checking for gstrip... no
checking for strip... strip
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for vfork.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking whether the linker is GNU ld... yes
checking whether gcc -E accepts -o... yes
checking for gcc-ar flags... rcD
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for dtrace... no
checking for dot... no
checking for doxygen... no
checking for pkg-config... no
checking whether it is Android... no
checking for cd using physical directory... cd -P
checking whether CFLAGS is valid... yes
checking whether LDFLAGS is valid... yes
checking whether ELF binaries are produced... yes
checking whether -Wl,-rpath,. is accepted as LDFLAGS... yes
checking whether -fdeclspec is accepted as LDFLAGS... no
checking whether -fdeclspec is accepted as CXXFLAGS... no
checking whether -Wextra-tokens is accepted as CFLAGS... no
checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes
checking whether -Wdivision-by-zero is accepted as CFLAGS... no
checking whether -Wdiv-by-zero is accepted as CFLAGS... yes
checking whether -Wduplicated-cond is accepted as CFLAGS... yes
checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes
checking whether -Wimplicit-int is accepted as CFLAGS... yes
checking whether -Wpointer-arith is accepted as CFLAGS... yes
checking whether -Wshorten-64-to-32 is accepted as CFLAGS... no
checking whether -Wwrite-strings is accepted as CFLAGS... yes
checking whether -Wold-style-definition is accepted as CFLAGS... yes
checking whether -Wimplicit-fallthrough=0 is accepted as CFLAGS... yes
checking whether -Wmissing-noreturn is accepted as CFLAGS... yes
checking whether -Wno-cast-function-type is accepted as CFLAGS... yes
checking whether -Wno-constant-logical-operand is accepted as CFLAGS... yes
checking whether -Wno-long-long is accepted as CFLAGS... yes
checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes
checking whether -Wno-overlength-strings is accepted as CFLAGS... yes
checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... yes
configure: WARNING: something wrong with CXXFLAGS=""
checking whether -Wno-parentheses-equality is accepted as CFLAGS... yes
checking whether -Wno-self-assign is accepted as CFLAGS... yes
checking whether -Wno-tautological-compare is accepted as CFLAGS... yes
checking whether -Wno-unused-parameter is accepted as CFLAGS... yes
checking whether -Wno-unused-value is accepted as CFLAGS... yes
checking whether -Wsuggest-attribute=format is accepted as CFLAGS... yes
checking whether -Wsuggest-attribute=noreturn is accepted as CFLAGS... yes
checking whether -Wunused-variable is accepted as CFLAGS... yes
checking whether -diag-disable=175,188,1684,2259,2312 is accepted as CFLAGS... no
checking whether -Wmisleading-indentation is accepted as CFLAGS... yes
checking whether -Wundef is accepted as CFLAGS... yes
checking whether -Wall -Wextra is accepted as CFLAGS... yes
checking whether -Qunused-arguments is accepted as CFLAGS... no
checking whether -O3 -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes
checking whether -fstack-protector-strong is accepted as CFLAGS... yes
checking whether -fstack-protector-strong is accepted as LDFLAGS... yes
checking for -fstack-protector... -fstack-protector-strong
checking whether -Wl,--compress-debug-sections=zlib is accepted as LDFLAGS... yes
checking whether -fno-strict-overflow is accepted as CFLAGS... yes
checking whether -ggdb3 is accepted as CFLAGS... yes
checking whether -fvisibility=hidden is accepted as CFLAGS... yes
checking whether -fno-fast-math is accepted as CFLAGS... yes
checking whether -fexcess-precision=standard is accepted as CFLAGS... yes
checking whether -fp-model precise is accepted as CFLAGS... no
checking whether compiler has statement and declarations in expressions... yes
checking for pthread.h... yes
checking for pthread_create in -lthr... no
checking for pthread_create in -lpthread... yes
checking for pthread_np.h... no
checking thread model... pthread
checking whether CXXFLAGS is valid... no
checking for crypt in -lcrypt... yes
checking for dlopen in -ldl... yes
checking for shutdown in -lsocket... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for _Bool... yes
checking for stdbool.h that conforms to C99... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for afunix.h... no
checking for atomic.h... no
checking for copyfile.h... no
checking for direct.h... no
checking for grp.h... yes
checking for fcntl.h... yes
checking for float.h... yes
checking for ieeefp.h... no
checking for intrinsics.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for malloc.h... yes
checking for malloc/malloc.h... no
checking for malloc_np.h... no
checking for net/socket.h... no
checking for process.h... no
checking for pwd.h... yes
checking for sanitizer/asan_interface.h... yes
checking for sanitizer/msan_interface.h... no
checking for setjmpex.h... no
checking for stdalign.h... yes
checking for sys/attr.h... no
checking for sys/eventfd.h... yes
checking for sys/fcntl.h... yes
checking for sys/file.h... yes
checking for sys/id.h... no
checking for sys/ioctl.h... yes
checking for sys/mkdev.h... no
checking for sys/param.h... yes
checking for sys/prctl.h... yes
checking for sys/random.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/sendfile.h... yes
checking for sys/socket.h... yes
checking for sys/syscall.h... yes
checking for sys/sysmacros.h... yes
checking for sys/time.h... yes
checking for sys/times.h... yes
checking for sys/uio.h... yes
checking for sys/utime.h... no
checking for syscall.h... yes
checking for time.h... yes
checking for ucontext.h... yes
checking for utime.h... yes
checking for sys/epoll.h... yes
checking for sys/event.h... no
checking for x86intrin.h... yes
checking for x86intrin.h when defined(__x86_64__)... yes
checking for gmp.h... yes
checking for library containing __gmpz_init... -lgmp
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking whether char is unsigned... no
checking for inline... inline
checking for working volatile... yes
checking for typeof syntax and keyword spelling... typeof
checking for C/C++ restrict keyword... __restrict__
checking for long long... yes
checking for off_t... yes
checking char bit... 8
checking size of int... 4
checking size of short... 2
checking size of long... 8
checking size of long long... 8
checking size of __int64... 0
checking size of __int128... 16
checking size of off_t... 8
checking size of void*... 8
checking size of float... 4
checking size of double... 8
checking size of time_t... 8
checking size of clock_t... 8
checking word size... 8
checking packed struct attribute... x __attribute__((packed))
checking whether -Wno-address-of-packed-member is accepted as CFLAGS... yes
checking for printf prefix for long long... ll
checking for pid_t... yes
checking for convertible type of pid_t... INT
checking for uid_t... yes
checking for convertible type of uid_t... UINT
checking for gid_t... yes
checking for convertible type of gid_t... UINT
checking for time_t... yes
checking for convertible type of time_t... LONG
checking for dev_t... yes
checking for convertible type of dev_t... ULONG
checking for mode_t... yes
checking for convertible type of mode_t... UINT
checking for rlim_t... yes
checking for convertible type of rlim_t... ULONG
checking for convertible type of off_t... LONG
checking for clockid_t... yes
checking for convertible type of clockid_t... INT
checking for variable length macro... yes
checking if _Alignof() works... yes
checking for CONSTFUNC function attribute... __attribute__ ((__const__)) x
checking for PUREFUNC function attribute... __attribute__ ((__pure__)) x
checking for NORETURN function attribute... __attribute__ ((__noreturn__)) x
checking for DEPRECATED function attribute... __attribute__ ((__deprecated__)) x
checking for DEPRECATED_BY function attribute... __attribute__ ((__deprecated__("by "#n))) x
checking for NOINLINE function attribute... __attribute__ ((__noinline__)) x
checking for ALWAYS_INLINE function attribute... __attribute__ ((__always_inline__)) x
checking for NO_SANITIZE function attribute... __attribute__ ((__no_sanitize__(san))) x
checking for NO_SANITIZE_ADDRESS function attribute... __attribute__ ((__no_sanitize_address__)) x
checking for NO_ADDRESS_SAFETY_ANALYSIS function attribute... __attribute__ ((__no_address_safety_analysis__)) x
checking for WARN_UNUSED_RESULT function attribute... __attribute__ ((__warn_unused_result__)) x
checking for MAYBE_UNUSED function attribute... __attribute__ ((__unused__)) x
checking for ERRORFUNC function attribute... __attribute__ ((__error__ mesg)) x
checking for WARNINGFUNC function attribute... __attribute__ ((__warning__ mesg)) x
checking for WEAK function attribute... __attribute__ ((__weak__)) x
checking for __attribute__((__depreacted__(msg))) in C++... no
checking for std::nullptr_t... no
checking for FUNC_STDCALL function attribute... x
checking for FUNC_CDECL function attribute... x
checking for FUNC_FASTCALL function attribute... x
checking for FUNC_UNOPTIMIZED function attribute... __attribute__ ((__optimize__("O0"))) x
checking for FUNC_MINIMIZED function attribute... __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x
checking for function alias... alias
checking for __atomic builtins... yes
checking for __sync builtins... yes
checking for __builtin_unreachable... yes
checking for __assume... no
checking for exported function attribute... __attribute__ ((__visibility__("default")))
checking for RUBY_FUNC_NONNULL function attribute... __attribute__ ((__nonnull__(n))) x
checking for function name string predefined identifier... __func__
checking if enum over int is allowed... yes
checking for gcc options needed to detect all undeclared functions... none needed
checking whether sys_nerr is declared... no
checking whether getenv is declared... yes
checking for size_t... yes
checking size of size_t... 8
checking size of ptrdiff_t... 8
checking size of dev_t... 8
checking for printf prefix for size_t... z
checking for printf prefix for ptrdiff_t... t
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking size of struct stat.st_size... SIZEOF_OFF_T
checking size of struct stat.st_blocks... SIZEOF_OFF_T
checking size of struct stat.st_ino... SIZEOF_LONG
checking size of struct stat.st_dev... SIZEOF_DEV_T
checking size of struct stat.st_rdev... SIZEOF_DEV_T
checking for struct stat.st_atim... yes
checking for struct stat.st_atimespec... no
checking for struct stat.st_atimensec... no
checking for struct stat.st_mtim... yes
checking for struct stat.st_mtimespec... no
checking for struct stat.st_mtimensec... no
checking for struct stat.st_ctim... yes
checking for struct stat.st_ctimespec... no
checking for struct stat.st_ctimensec... no
checking for struct stat.st_birthtimespec... no
checking for struct statx.stx_btime... yes
checking for struct timeval... yes
checking size of struct timeval.tv_sec... SIZEOF_TIME_T
checking for struct timespec... yes
checking for struct timezone... yes
checking for fd_mask... yes
checking for int8_t... yes
checking size of int8_t... 1
checking for uint8_t... yes
checking size of uint8_t... 1
checking for int16_t... yes
checking size of int16_t... 2
checking for uint16_t... yes
checking size of uint16_t... 2
checking for int32_t... yes
checking size of int32_t... 4
checking for uint32_t... yes
checking size of uint32_t... 4
checking for int64_t... yes
checking size of int64_t... 8
checking for uint64_t... yes
checking size of uint64_t... 8
checking for int128_t... __int128
checking for uint128_t... unsigned __int128
checking for intptr_t... yes
checking size of intptr_t... 8
checking for uintptr_t... yes
checking size of uintptr_t... 8
checking for printf prefix for intptr_t... NONE
checking for ssize_t... yes
checking size of ssize_t... 8
checking for printf prefix for int64_t... NONE
checking for stack end address... __libc_stack_end
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking type of array argument to getgroups... gid_t
checking for working alloca.h... yes
checking for alloca... yes
checking for dynamic size alloca... ok
checking for working memcmp... yes
checking for dup... yes
checking for dup2... yes
checking for acosh... yes
checking for cbrt... yes
checking for crypt... yes
checking for erf... yes
checking for explicit_bzero... yes
checking for ffs... yes
checking for flock... yes
checking for hypot... yes
checking for lgamma_r... yes
checking for memmove... yes
checking for nan... yes
checking for nextafter... yes
checking for setproctitle... no
checking for strchr... yes
checking for strerror... yes
checking for strlcat... no
checking for strlcpy... no
checking for strstr... yes
checking for tgamma... yes
checking for sys/pstat.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for __syscall... no
checking for _longjmp... yes
checking for arc4random_buf... no
checking for atan2l... yes
checking for atan2f... yes
checking for chmod... yes
checking for chown... yes
checking for chroot... yes
checking for chsize... no
checking for clock_gettime... yes
checking for copy_file_range... yes
checking for cosh... yes
checking for crypt_r... yes
checking for dirfd... yes
checking for dl_iterate_phdr... yes
checking for dlopen... yes
checking for dladdr... yes
checking for dup3... yes
checking for eaccess... yes
checking for endgrent... yes
checking for eventfd... yes
checking for execl... yes
checking for execle... yes
checking for execv... yes
checking for execve... yes
checking for explicit_memset... no
checking for fcopyfile... no
checking for fchdir... yes
checking for fchmod... yes
checking for fchown... yes
checking for fcntl... yes
checking for fdatasync... yes
checking for fdopendir... yes
checking for fgetattrlist... no
checking for fmod... yes
checking for fstatat... yes
checking for fsync... yes
checking for ftruncate... yes
checking for ftruncate64... yes
checking for getattrlist... no
checking for getcwd... yes
checking for getegid... yes
checking for getentropy... yes
checking for geteuid... yes
checking for getgid... yes
checking for getgidx... no
checking for getgrnam... yes
checking for getgrnam_r... yes
checking for getgroups... yes
checking for getlogin... yes
checking for getlogin_r... yes
checking for getpgid... yes
checking for getpgrp... yes
checking for getppid... yes
checking for getpriority... yes
checking for getpwnam... yes
checking for getpwnam_r... yes
checking for getpwuid... yes
checking for getpwuid_r... yes
checking for getrandom... yes
checking for getresgid... yes
checking for getresuid... yes
checking for getrlimit... yes
checking for getsid... yes
checking for gettimeofday... yes
checking for getuid... yes
checking for getuidx... no
checking for gmtime_r... yes
checking for grantpt... yes
checking for initgroups... yes
checking for ioctl... yes
checking for isfinite... no
checking for issetugid... no
checking for kill... yes
checking for killpg... yes
checking for lchmod... yes
checking for lchown... yes
checking for link... yes
checking for llabs... yes
checking for lockf... yes
checking for log2... yes
checking for lstat... yes
checking for lutimes... yes
checking for malloc_usable_size... yes
checking for malloc_size... no
checking for malloc_trim... yes
checking for mblen... yes
checking for memalign... yes
checking for memset_s... no
checking for writev... yes
checking for memrchr... yes
checking for memmem... yes
checking for mkfifo... yes
checking for mknod... yes
checking for mktime... yes
checking for mmap... yes
checking for mremap... yes
checking for openat... yes
checking for pclose... yes
checking for pipe... yes
checking for pipe2... yes
checking for poll... yes
checking for popen... yes
checking for posix_fadvise... yes
checking for posix_madvise... yes
checking for posix_memalign... yes
checking for ppoll... yes
checking for pread... yes
checking for pwrite... yes
checking for qsort_r... yes
checking for qsort_s... no
checking for readlink... yes
checking for realpath... yes
checking for round... yes
checking for sched_getaffinity... yes
checking for seekdir... yes
checking for select_large_fdset... no
checking for sendfile... yes
checking for setegid... yes
checking for setenv... yes
checking for seteuid... yes
checking for setgid... yes
checking for setgroups... yes
checking for setpgid... yes
checking for setpgrp... yes
checking for setregid... yes
checking for setresgid... yes
checking for setresuid... yes
checking for setreuid... yes
checking for setrgid... no
checking for setrlimit... yes
checking for setruid... no
checking for setsid... yes
checking for setuid... yes
checking for shutdown... yes
checking for sigaction... yes
checking for sigaltstack... yes
checking for sigprocmask... yes
checking for sinh... yes
checking for snprintf... yes
checking for spawnv... no
checking for symlink... yes
checking for syscall... yes
checking for sysconf... yes
checking for system... yes
checking for tanh... yes
checking for telldir... yes
checking for timegm... yes
checking for times... yes
checking for truncate... yes
checking for truncate64... yes
checking for tzset... yes
checking for umask... yes
checking for unsetenv... yes
checking for utimensat... yes
checking for utimes... yes
checking for wait4... yes
checking for waitpid... yes
checking for __cospi... no
checking for __sinpi... no
checking for statx... yes
checking if getcwd allocates buffer if NULL is given... yes
checking for crypt.h... yes
checking for struct crypt_data.initialized... yes
checking for __builtin_alloca_with_align... yes
checking for __builtin_assume_aligned... yes
checking for __builtin_bswap16... yes
checking for __builtin_bswap32... yes
checking for __builtin_bswap64... yes
checking for __builtin_popcount... yes
checking for __builtin_popcountll... yes
checking for __builtin_clz... yes
checking for __builtin_clzl... yes
checking for __builtin_clzll... yes
checking for __builtin_ctz... yes
checking for __builtin_ctzll... yes
In file included from conftest.c:4:
/tmp/ruby/src/trunk-repeat20-asserts/version.h:25:39: error: invalid suffix "RUBY_RELEASE_MONTH" on integer constant
   25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000
      |                                       ^~
/tmp/ruby/src/trunk-repeat20-asserts/version.h:23:26: note: in definition of macro 'TOKEN_PASTE'
   23 | #define TOKEN_PASTE(x,y) x##y
      |                          ^
/tmp/ruby/src/trunk-repeat20-asserts/version.h:29:5: note: in expansion of macro 'ONLY_ONE_DIGIT'
   29 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH)
      |     ^~~~~~~~~~~~~~
/tmp/ruby/src/trunk-repeat20-asserts/version.h:25:39: error: invalid suffix "RUBY_RELEASE_DAY" on integer constant
   25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000
      |                                       ^~
/tmp/ruby/src/trunk-repeat20-asserts/version.h:23:26: note: in definition of macro 'TOKEN_PASTE'
   23 | #define TOKEN_PASTE(x,y) x##y
      |                          ^
/tmp/ruby/src/trunk-repeat20-asserts/version.h:34:5: note: in expansion of macro 'ONLY_ONE_DIGIT'
   34 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY)
      |     ^~~~~~~~~~~~~~
checking for __builtin_add_overflow... yes
checking for __builtin_sub_overflow... yes
checking for __builtin_mul_overflow... yes
checking for __builtin_mul_overflow_p... yes
checking for __builtin_constant_p... yes
checking for __builtin_choose_expr... yes
checking for __builtin_choose_expr_constant_p... yes
checking for __builtin_types_compatible_p... yes
checking for __builtin_trap... yes
checking for __builtin_expect... yes
checking for __builtin_mul_overflow with long long arguments... yes
checking whether qsort_r is GNU version... yes
checking whether qsort_r is BSD version... no
checking whether atan2 handles Inf as C99... yes
checking for clock_getres... yes
checking for timer_create in -lrt... yes
checking for timer_settime in -lrt... yes
checking for unsetenv returns a value... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking for external int daylight... yes
checking for negative time_t for gmtime(3)... yes
checking for localtime(3) overflow correctly... yes
checking for sig_t... yes
checking whether right shift preserve sign bit... yes
checking whether _SC_CLK_TCK is supported... yes
checking stack growing direction on x86_64... -1
checking native coroutine implementation for x86_64-linux... amd64
checking whether pthread_t is scalar type... yes
checking for sched_yield... yes
checking for pthread_attr_setinheritsched... yes
checking for pthread_attr_get_np... no
checking for pthread_attr_getstack... yes
checking for pthread_attr_getguardsize... yes
checking for pthread_get_stackaddr_np... no
checking for pthread_get_stacksize_np... no
checking for thr_stksegment... no
checking for pthread_stackseg_np... no
checking for pthread_getthrds_np... no
checking for pthread_condattr_setclock... yes
checking for pthread_setname_np... yes
checking for pthread_set_name_np... no
checking for pthread_sigmask... yes
checking for pthread_getattr_np... yes
checking arguments of pthread_setname_np... (pthread_self(), name)
checking for thread-local storage sepcifier... _Thread_local
checking if mcontext_t is a pointer... no
checking for getcontext... yes
checking for setcontext... yes
checking if fork works with pthread... yes
checking for sys/user.h... yes
checking whether PAGE_SIZE is compile-time const... yes
checking ioctl request type... unsigned long
checking for elf.h... yes
checking for elf_abi.h... no
checking for uncompress in -lz... yes
checking for mach-o/loader.h... no
checking whether OS depend dynamic link works... yes
checking for backtrace... yes
checking for broken backtrace... no
checking for valgrind/memcheck.h... yes
checking for strip flags... -S -x
checking whether -Wl,--no-as-needed is accepted as LDFLAGS... yes
checking whether -Wl,--no-undefined is accepted as LDFLAGS... yes
checking whether wrapper for LD_LIBRARY_PATH is needed... no
checking whether dtrace USDT is available... no
checking for __builtin_setjmp... yes with cast ()
checking for _setjmpex as a macro or function... no
checking for _setjmp as a macro or function... yes
checking for sigsetjmp as a macro or function... no
checking for setjmp type... __builtin_setjmp
checking for rustc... rustc
checking whether rustc works for YJIT... yes
checking for prefix of external symbols... NONE
checking for default symbols in empty shared library... 
checking if make is GNU make... yes
.ext/include/x86_64-linux/ruby/config.h unchanged
configure: ruby library version = 3.3.0+0
configure: creating ./config.status
---
Configuration summary for ruby version 3.3.0

   * Installation prefix: /tmp/ruby/install/trunk-repeat20-asserts
   * exec prefix:         ${prefix}
   * arch:                x86_64-linux
   * site arch:           ${arch}
   * RUBY_BASE_NAME:      ruby
   * enable shared:       yes
   * ruby lib prefix:     ${libdir}/${RUBY_BASE_NAME}
   * site libraries path: ${rubylibprefix}/${sitearch}
   * vendor path:         ${rubylibprefix}/vendor_ruby
   * target OS:           linux
   * compiler:            gcc
   * with thread:         pthread
   * with coroutine:      amd64
   * enable shared libs:  yes
   * dynamic library ext: so
   * CFLAGS:              ${optflags} ${debugflags} ${warnflags}
   * LDFLAGS:             -L. -fstack-protector-strong -rdynamic \
                          -Wl,-export-dynamic -Wl,--no-as-needed
   * DLDFLAGS:            -Wl,--compress-debug-sections=zlib
   * optflags:            -O3 -fno-fast-math
   * debugflags:          -ggdb3
   * warnflags:           -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
   * strip command:       strip -S -x
   * install doc:         no
   * YJIT support:        yes
   * RJIT support:        yes
   * man page type:       man
   * BASERUBY -v:         ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) \
                          [x86_64-linux-gnu]

---
MAKE=make /bin/sh ./config.status Makefile
config.status: creating Makefile
MAKE=make /bin/sh ./config.status GNUmakefile
config.status: creating GNUmakefile
GNUmakefile unchanged
/tmp/ruby/src/trunk-repeat20-asserts/revision.h updated
generating /tmp/ruby/src/trunk-repeat20-asserts/ext/rbconfig/sizeof/sizes.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/rbconfig/sizeof'
sizes.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/rbconfig/sizeof'
/bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb unchanged
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'
Update debug to d4feeae32b69b4f88c94fecfc7a283b475eec4de
echo d4feeae32b69b4f88c94fecfc7a283b475eec4de | /bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/debug.revision unchanged
$$$[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/array.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ast.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/bignum.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/class.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/compar.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/compile.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/complex.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/cont.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/debug.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/dir.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/encoding.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/enum.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/enumerator.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/error.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/eval.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/file.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/gc.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/hash.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/io.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/io_buffer.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/iseq.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/load.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/marshal.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/math.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/memory_view.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/rjit.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/rjit_c.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/node.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/node_dump.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/numeric.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/object.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/proc.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/process.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ractor.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/random.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/range.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/rational.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/re.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ruby.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/scheduler.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/shape.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/signal.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/sprintf.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/strftime.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/string.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/struct.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/symbol.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/thread.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/time.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/variable.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/version.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/vm.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/vm_backtrace.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/vm_dump.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/vm_sync.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/weakmap.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/yjit.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.

creating verconf.h
verconf.h updated
compiling /tmp/ruby/src/trunk-repeat20-asserts/loadpath.c
builtin_binary.inc updated
533f9c6ed733ef04b16d588775e44cba2e55b3d056c0f88ee8cd21197ac913e3  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 encdb.h
encdb.h unchanged
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/-test-/integer'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/integer/core_ext.c
linking shared-object -test-/integer.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/integer'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/rational'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/rational/rat.c
linking shared-object -test-/rational.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/rational'
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'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/coverage/coverage.c
linking shared-object coverage.so
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'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/objspace/object_tracing.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/objspace/objspace.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/objspace/objspace_dump.c
linking shared-object objspace.so
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/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/rbconfig/sizeof/sizes.c
linking shared-object rbconfig/sizeof.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
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
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'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/constants.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/socket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/tcpsocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/option.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/ifaddr.c
linking shared-object socket.so
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.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.9.0/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.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.3.2/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'
linking encoding encdb.so
linking encoding big5.so
linking encoding cesu_8.so
linking encoding cp949.so
linking encoding emacs_mule.so
linking encoding euc_jp.so
linking encoding euc_kr.so
linking encoding euc_tw.so
linking encoding gb2312.so
linking encoding gb18030.so
linking encoding gbk.so
linking encoding iso_8859_1.so
linking encoding iso_8859_2.so
linking encoding iso_8859_3.so
linking encoding iso_8859_4.so
linking encoding iso_8859_5.so
linking encoding iso_8859_6.so
linking encoding iso_8859_7.so
linking encoding iso_8859_8.so
linking encoding iso_8859_9.so
linking encoding iso_8859_10.so
linking encoding iso_8859_11.so
linking encoding iso_8859_13.so
linking encoding iso_8859_14.so
linking encoding iso_8859_15.so
linking encoding iso_8859_16.so
linking encoding koi8_r.so
linking encoding koi8_u.so
linking encoding shift_jis.so
linking encoding utf_16be.so
linking encoding utf_16le.so
linking encoding utf_32be.so
linking encoding utf_32le.so
linking encoding windows_31j.so
linking encoding windows_1250.so
linking encoding windows_1251.so
linking encoding windows_1252.so
linking encoding windows_1253.so
linking encoding windows_1254.so
linking encoding windows_1257.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
linking transcoder transdb.so
linking transcoder big5.so
linking transcoder cesu_8.so
linking transcoder chinese.so
linking transcoder ebcdic.so
linking transcoder emoji.so
linking transcoder emoji_iso2022_kddi.so
linking transcoder emoji_sjis_docomo.so
linking transcoder emoji_sjis_kddi.so
linking transcoder emoji_sjis_softbank.so
linking transcoder escape.so
linking transcoder gb18030.so
linking transcoder gbk.so
linking transcoder iso2022.so
linking transcoder japanese.so
linking transcoder japanese_euc.so
linking transcoder japanese_sjis.so
linking transcoder korean.so
linking transcoder single_byte.so
linking transcoder utf8_mac.so
linking transcoder utf_16_32.so
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"
Update debug to d4feeae32b69b4f88c94fecfc7a283b475eec4de
echo d4feeae32b69b4f88c94fecfc7a283b475eec4de | /bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/debug.revision unchanged
	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 encdb.h
encdb.h unchanged
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.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.9.0/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.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.3.2/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.1
                                    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.3.2
                                    typeprof 0.21.8
                                    debug 1.9.0
                                    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 1868 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
generating encdb.h
encdb.h unchanged
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.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.9.0/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.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.3.2/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=22341
  "--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: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 34873>
Closed file descriptor: DRbTests::TestDRbSafe1#test_07_break_18: 9
Finished(1/20)  tests in 1718.189986s, 15.7416 tests/s, 5568.3476 assertions/s.
Finished(2/20)  tests in 2017.723328s, 13.4052 tests/s, 4745.6848 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_remote_array_and_hash: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 17
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 18
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 41215>
Closed file descriptor: DRbTests::TestDRbSafe1#test_07_break_18: 9
Finished(3/20)  tests in 2336.581865s, 11.5759 tests/s, 4098.0161 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 42803>
Closed file descriptor: DRbTests::TestDRbSafe1#test_07_break_18: 9
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007fd5c12c0350 /tmp/ruby/src/trunk-repeat20-asserts/lib/drb/drb.rb:1717 sleep>
Finished(4/20)  tests in 2227.750948s, 12.1414 tests/s, 4298.7844 assertions/s.
Finished(5/20)  tests in 2089.198099s, 12.9466 tests/s, 4583.1805 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 38155>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 9
Finished(6/20)  tests in 2541.515084s, 10.6425 tests/s, 3767.2391 assertions/s.
Finished(7/20)  tests in 2148.588166s, 12.5887 tests/s, 4456.2533 assertions/s.
Finished(8/20)  tests in 2124.523313s, 12.7313 tests/s, 4506.7305 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_remote_array_and_hash: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 17
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 18
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 33617>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9
Finished(9/20)  tests in 2518.304524s, 10.7406 tests/s, 3802.1994 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007fd5499ddbf0 /tmp/ruby/src/trunk-repeat20-asserts/lib/drb/drb.rb:1717 sleep>
Finished(10/20)  tests in 2076.199146s, 13.0277 tests/s, 4612.0855 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 38817>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 10 #<File::Stat dev=0x8, ino=27544678, 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 thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007fd5c1b413c0 /tmp/ruby/src/trunk-repeat20-asserts/lib/drb/drb.rb:1717 sleep>
Finished(11/20)  tests in 2112.934213s, 12.8012 tests/s, 4531.7246 assertions/s.
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 14 : #<IO:fd 14>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 13
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 14
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 15
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 42491>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9
Finished(12/20)  tests in 2287.913926s, 11.8221 tests/s, 4185.2291 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 33895>
Closed file descriptor: TestRDocCodeObject#test_initialize: 9
Finished(13/20)  tests in 2438.537635s, 11.0919 tests/s, 3926.1059 assertions/s.
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 17 : #<IO:fd 17>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 17
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 18
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007fd548123b00 /tmp/ruby/src/trunk-repeat20-asserts/lib/drb/drb.rb:1717 sleep>
Finished(14/20)  tests in 1867.428653s, 14.4841 tests/s, 5127.4853 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 33227>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 9
Finished(15/20)  tests in 2094.930102s, 12.9112 tests/s, 4570.6212 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_remote_array_and_hash: 13
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 14
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 15
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 17
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 18
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 38147>
Closed file descriptor: TestRDocCodeObject#test_metadata: 9
Finished(16/20)  tests in 2629.616265s, 10.2859 tests/s, 3641.3408 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 43019>
Closed file descriptor: TestRDocCodeObject#test_metadata: 9
Finished(17/20)  tests in 2260.131007s, 11.9674 tests/s, 4235.8620 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007fd549b0ed50 /tmp/ruby/src/trunk-repeat20-asserts/lib/drb/drb.rb:1717 sleep>
Finished(18/20)  tests in 1934.353821s, 13.9830 tests/s, 4950.1115 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 40641>
Closed file descriptor: TestRDocCodeObject#test_record_location_ignored: 9
Finished(19/20)  tests in 2489.531247s, 10.8647 tests/s, 3846.3867 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 40955>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 9
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007fd5049facf0 /tmp/ruby/src/trunk-repeat20-asserts/lib/drb/drb.rb:1717 sleep>
Finished(20/20)  tests in 2095.092484s, 12.9102 tests/s, 4570.3209 assertions/s.
540959 tests, 191494733 assertions, 0 failures, 0 errors, 2412 skips

ruby -v: ruby 3.3.0dev (2023-12-20T10:36:35Z master fac7d2c1ab) [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
generating encdb.h
encdb.h unchanged
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.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.9.0/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.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.3.2/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-20T10:36:35Z master fac7d2c1ab) [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 140.223971 seconds

3728 files, 32495 examples, 152020 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.1381492.ruby -x gdbscript
[New LWP 1381492]
[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=139933846559744) at ./nptl/pthread_kill.c:44

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f44e3375c00 (LWP 1381492) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139933846559744) at ./nptl/pthread_kill.c:44

>>> Machine level backtrace


Thread 1 (Thread 0x7f44e3375c00 (LWP 1381492)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139933846559744) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f44e3375c00
        old_mask = {__val = {93944859886240, 1, 172, 18446744073709551352, 2, 0, 93944859886240, 93944859888400, 8, 139933847373011, 0, 139933847269357, 139933846559744, 139933848884736, 93944859886240, 139933847215527}}
        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=139933846559744) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=139933846559744, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f44e33d9476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007f44e33bf7f3 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, 7077180561514980919, 7378645706714656822, 3472382387163380068, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 139933843715048, 13292397881104377344, 0}}, sa_flags = 0, sa_restorer = 0x7f44e35b16a0 <_IO_2_1_stderr_>}
        sigs = {__val = {32, 3472384586186635620, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5  0x00007f44e37d973b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6  rb_assert_failure (file=file@entry=0x7f44e3bd4f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f44e3c24160 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f44e3bd43c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
        out = 0x7f44e35b16a0 <_IO_2_1_stderr_>
#7  0x00007f44e37f12ed 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=0x55713e00c240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9  rb_hook_list_free (hooks=0x55713e00c240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f44e39a4c26 in ractor_free (ptr=0x55713e00c230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
        r = 0x55713e00c230
#11 0x00007f44e38d4865 in rb_data_free (obj=139933818172080, objspace=0x55713e00b470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
        free_immediately = <optimized out>
        dfree = <optimized out>
        data = 0x55713e00c230
        data = <optimized out>
        free_immediately = <optimized out>
        dfree = <optimized out>
#12 obj_free (objspace=0x55713e00b470, obj=139933818172080) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
        __func__ = "obj_free"
#13 0x00007f44e38d4a4b in rb_objspace_free_objects (objspace=objspace@entry=0x55713e00b470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
        vp = 139933818172080
        page = <optimized out>
        stride = 48
        p = 139933818172080
        pend = 139933818224640
        i = 7
#14 0x00007f44e3a90380 in ruby_vm_destruct (vm=0x55713e008b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
        th = 0x55713e00b090
        stack = 0x7f44e3274010
        objspace = 0x55713e00b470
#15 0x00007f44e38baf78 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 = 0x55713e00b090
        step = 4
        message = 4
        buf = <optimized out>
#16 0x00007f44e38bb2d5 in ruby_run_node (n=0x7f44e07a3dd0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
        ec = 0x55713e00c4f0
        status = 0
#17 0x000055713d06f187 in rb_main (argv=0x7ffd926dc4a8, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
        variable_in_this_stack_frame = 140727060121433
#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.1503954.ruby -x gdbscript
[New LWP 1503954]
[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=140049177521152) at ./nptl/pthread_kill.c:44

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f5fbd7a2c00 (LWP 1503954) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140049177521152) at ./nptl/pthread_kill.c:44

>>> Machine level backtrace


Thread 1 (Thread 0x7f5fbd7a2c00 (LWP 1503954)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140049177521152) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f5fbd7a2c00
        old_mask = {__val = {93852256088736, 1, 172, 18446744073709551352, 2, 0, 93852256088736, 93852256090896, 8, 140049178334419, 0, 140049178230765, 140049177521152, 140049179846144, 93852256088736, 140049178176935}}
        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=140049177521152) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=140049177521152, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f5fbd806476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007f5fbd7ec7f3 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, 7292234221163537975, 7378645706714656825, 3472385698516460387, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 140049174688744, 3761971679903737088, 0}}, sa_flags = 0, sa_restorer = 0x7f5fbd9de6a0 <_IO_2_1_stderr_>}
        sigs = {__val = {32, 3472387897539715939, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5  0x00007f5fbdc0673b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6  rb_assert_failure (file=file@entry=0x7f5fbe001f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f5fbe051160 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f5fbe0013c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
        out = 0x7f5fbd9de6a0 <_IO_2_1_stderr_>
#7  0x00007f5fbdc1e2ed 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=0x555bae62f240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9  rb_hook_list_free (hooks=0x555bae62f240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f5fbddd1c26 in ractor_free (ptr=0x555bae62f230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
        r = 0x555bae62f230
#11 0x00007f5fbdd01865 in rb_data_free (obj=140049149145744, objspace=0x555bae62e470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
        free_immediately = <optimized out>
        dfree = <optimized out>
        data = 0x555bae62f230
        data = <optimized out>
        free_immediately = <optimized out>
        dfree = <optimized out>
#12 obj_free (objspace=0x555bae62e470, obj=140049149145744) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
        __func__ = "obj_free"
#13 0x00007f5fbdd01a4b in rb_objspace_free_objects (objspace=objspace@entry=0x555bae62e470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
        vp = 140049149145744
        page = <optimized out>
        stride = 48
        p = 140049149145744
        pend = 140049149198304
        i = 7
#14 0x00007f5fbdebd380 in ruby_vm_destruct (vm=0x555bae62bb10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
        th = 0x555bae62e090
        stack = 0x7f5fbd6a1010
        objspace = 0x555bae62e470
#15 0x00007f5fbdce7f78 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 = 0x555bae62e090
        step = 4
        message = 4
        buf = <optimized out>
#16 0x00007f5fbdce82d5 in ruby_run_node (n=0x7f5fbabd3de0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
        ec = 0x555bae62f4f0
        status = 0
#17 0x0000555bae53e187 in rb_main (argv=0x7ffcc83ad448, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
        variable_in_this_stack_frame = 140723667785465
#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.1538010.ruby -x gdbscript
[New LWP 1538010]
[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=140497197988864) at ./nptl/pthread_kill.c:44

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7fc80d93fc00 (LWP 1538010) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140497197988864) at ./nptl/pthread_kill.c:44

>>> Machine level backtrace


Thread 1 (Thread 0x7fc80d93fc00 (LWP 1538010)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140497197988864) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7fc80d93fc00
        old_mask = {__val = {94205594067616, 1, 172, 18446744073709551352, 2, 0, 94205594067616, 94205594069776, 8, 140497198802131, 0, 140497198698477, 140497197988864, 140497200313856, 94205594067616, 140497198644647}}
        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=140497197988864) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=140497197988864, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007fc80d9a3476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007fc80d9897f3 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, 3689350125549151799, 7378645706714656870, 3472331611993039973, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 140497195103208, 6780459116414464512, 0}}, sa_flags = 0, sa_restorer = 0x7fc80db7b6a0 <_IO_2_1_stderr_>}
        sigs = {__val = {32, 3472333811016295525, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5  0x00007fc80dda373b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6  rb_assert_failure (file=file@entry=0x7fc80e19ef28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7fc80e1ee160 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7fc80e19e3c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
        out = 0x7fc80db7b6a0 <_IO_2_1_stderr_>
#7  0x00007fc80ddbb2ed 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=0x55adf2f8a240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9  rb_hook_list_free (hooks=0x55adf2f8a240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007fc80df6ec26 in ractor_free (ptr=0x55adf2f8a230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
        r = 0x55adf2f8a230
#11 0x00007fc80de9e865 in rb_data_free (obj=140497169560320, objspace=0x55adf2f89470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
        free_immediately = <optimized out>
        dfree = <optimized out>
        data = 0x55adf2f8a230
        data = <optimized out>
        free_immediately = <optimized out>
        dfree = <optimized out>
#12 obj_free (objspace=0x55adf2f89470, obj=140497169560320) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
        __func__ = "obj_free"
#13 0x00007fc80de9ea4b in rb_objspace_free_objects (objspace=objspace@entry=0x55adf2f89470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
        vp = 140497169560320
        page = <optimized out>
        stride = 48
        p = 140497169560320
        pend = 140497169612784
        i = 7
#14 0x00007fc80e05a380 in ruby_vm_destruct (vm=0x55adf2f86b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
        th = 0x55adf2f89090
        stack = 0x7fc80d83e010
        objspace = 0x55adf2f89470
#15 0x00007fc80de84f78 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 = 0x55adf2f89090
        step = 4
        message = 4
        buf = <optimized out>
#16 0x00007fc80de852d5 in ruby_run_node (n=0x7fc80ad63e80) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
        ec = 0x55adf2f8a4f0
        status = 0
#17 0x000055adf1cec187 in rb_main (argv=0x7ffed42ade08, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
        variable_in_this_stack_frame = 140732458000569
#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.1633805.ruby -x gdbscript
[New LWP 1633805]
[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=139872798440448) at ./nptl/pthread_kill.c:44

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f36ac76fc00 (LWP 1633805) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139872798440448) at ./nptl/pthread_kill.c:44

>>> Machine level backtrace


Thread 1 (Thread 0x7f36ac76fc00 (LWP 1633805)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139872798440448) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f36ac76fc00
        old_mask = {__val = {93852898435744, 1, 172, 18446744073709551352, 2, 0, 93852898435744, 93852898437904, 8, 139872799253715, 0, 139872799150061, 139872798440448, 139872800765440, 93852898435744, 139872799096231}}
        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=139872798440448) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=139872798440448, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f36ac7d3476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007f36ac7b97f3 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, 7076621983871821367, 7378645706714656865, 3472386785176597350, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 139872795554792, 696643551288576768, 0}}, sa_flags = 0, sa_restorer = 0x7f36ac9ab6a0 <_IO_2_1_stderr_>}
        sigs = {__val = {32, 3472328515355292518, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5  0x00007f36acbd373b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6  rb_assert_failure (file=file@entry=0x7f36acfcef28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f36ad01e160 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f36acfce3c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
        out = 0x7f36ac9ab6a0 <_IO_2_1_stderr_>
#7  0x00007f36acbeb2ed 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=0x555bd4ac6240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9  rb_hook_list_free (hooks=0x555bd4ac6240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f36acd9ec26 in ractor_free (ptr=0x555bd4ac6230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
        r = 0x555bd4ac6230
#11 0x00007f36accce865 in rb_data_free (obj=139872770011824, objspace=0x555bd4ac5470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
        free_immediately = <optimized out>
        dfree = <optimized out>
        data = 0x555bd4ac6230
        data = <optimized out>
        free_immediately = <optimized out>
        dfree = <optimized out>
#12 obj_free (objspace=0x555bd4ac5470, obj=139872770011824) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
        __func__ = "obj_free"
#13 0x00007f36acccea4b in rb_objspace_free_objects (objspace=objspace@entry=0x555bd4ac5470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
        vp = 139872770011824
        page = <optimized out>
        stride = 48
        p = 139872770011824
        pend = 139872770064384
        i = 7
#14 0x00007f36ace8a380 in ruby_vm_destruct (vm=0x555bd4ac2b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
        th = 0x555bd4ac5090
        stack = 0x7f36ac66e010
        objspace = 0x555bd4ac5470
#15 0x00007f36accb4f78 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 = 0x555bd4ac5090
        step = 4
        message = 4
        buf = <optimized out>
#16 0x00007f36accb52d5 in ruby_run_node (n=0x7f36a9b93dd0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
        ec = 0x555bd4ac64f0
        status = 0
#17 0x0000555bd48d6187 in rb_main (argv=0x7fff3643ad78, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
        variable_in_this_stack_frame = 140734103793705
#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.1727417.ruby -x gdbscript
[New LWP 1727417]
[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=139651290250240) at ./nptl/pthread_kill.c:44

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f03198c3c00 (LWP 1727417) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139651290250240) at ./nptl/pthread_kill.c:44

>>> Machine level backtrace


Thread 1 (Thread 0x7f03198c3c00 (LWP 1727417)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139651290250240) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f03198c3c00
        old_mask = {__val = {94798175724192, 1, 172, 18446744073709551352, 2, 0, 94798175724192, 94798175726352, 8, 139651291063507, 0, 139651290959853, 139651290250240, 139651292575232, 94798175724192, 139651290906023}}
        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=139651290250240) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=139651290250240, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f0319927476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007f031990d7f3 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, 7292798073093645879, 7378645706714656818, 3472335121015190885, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 139651287413736, 4012727019879638016, 0}}, sa_flags = 0, sa_restorer = 0x7f0319aff6a0 <_IO_2_1_stderr_>}
        sigs = {__val = {32, 3472337320038446437, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5  0x00007f0319d2773b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6  rb_assert_failure (file=file@entry=0x7f031a122f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f031a172160 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f031a1223c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
        out = 0x7f0319aff6a0 <_IO_2_1_stderr_>
#7  0x00007f0319d3f2ed 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=0x5637eb972240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9  rb_hook_list_free (hooks=0x5637eb972240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f0319ef2c26 in ractor_free (ptr=0x5637eb972230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
        r = 0x5637eb972230
#11 0x00007f0319e22865 in rb_data_free (obj=139651261870848, objspace=0x5637eb971470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
        free_immediately = <optimized out>
        dfree = <optimized out>
        data = 0x5637eb972230
        data = <optimized out>
        free_immediately = <optimized out>
        dfree = <optimized out>
#12 obj_free (objspace=0x5637eb971470, obj=139651261870848) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
        __func__ = "obj_free"
#13 0x00007f0319e22a4b in rb_objspace_free_objects (objspace=objspace@entry=0x5637eb971470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
        vp = 139651261870848
        page = <optimized out>
        stride = 48
        p = 139651261870848
        pend = 139651261923312
        i = 7
#14 0x00007f0319fde380 in ruby_vm_destruct (vm=0x5637eb96eb10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
        th = 0x5637eb971090
        stack = 0x7f03197c2010
        objspace = 0x5637eb971470
#15 0x00007f0319e08f78 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 = 0x5637eb971090
        step = 4
        message = 4
        buf = <optimized out>
#16 0x00007f0319e092d5 in ruby_run_node (n=0x7f0316cf3e80) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
        ec = 0x5637eb9724f0
        status = 0
#17 0x00005637eb596187 in rb_main (argv=0x7ffe594fbf88, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
        variable_in_this_stack_frame = 140730396820025
#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.1811636.ruby -x gdbscript
[New LWP 1811636]
[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=139813714910208) at ./nptl/pthread_kill.c:44

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f28eacfdc00 (LWP 1811636) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139813714910208) at ./nptl/pthread_kill.c:44

>>> Machine level backtrace


Thread 1 (Thread 0x7f28eacfdc00 (LWP 1811636)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139813714910208) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f28eacfdc00
        old_mask = {__val = {94812402950816, 1, 172, 18446744073709551352, 2, 0, 94812402950816, 94812402952976, 8, 139813715723475, 0, 139813715619821, 139813714910208, 139813717235200, 94812402950816, 139813715565991}}
        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=139813714910208) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=139813714910208, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f28ead61476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007f28ead477f3 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, 3979271348687365687, 7378645706714656867, 3472328330738808163, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 139813712032744, 16589321353797695488, 0}}, sa_flags = 0, sa_restorer = 0x7f28eaf396a0 <_IO_2_1_stderr_>}
        sigs = {__val = {32, 3472330529762063715, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5  0x00007f28eb16173b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6  rb_assert_failure (file=file@entry=0x7f28eb55cf28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f28eb5ac160 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f28eb55c3c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
        out = 0x7f28eaf396a0 <_IO_2_1_stderr_>
#7  0x00007f28eb1792ed 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=0x563b3b996240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9  rb_hook_list_free (hooks=0x563b3b996240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f28eb32cc26 in ractor_free (ptr=0x563b3b996230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
        r = 0x563b3b996230
#11 0x00007f28eb25c865 in rb_data_free (obj=139813686489744, objspace=0x563b3b995470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
        free_immediately = <optimized out>
        dfree = <optimized out>
        data = 0x563b3b996230
        data = <optimized out>
        free_immediately = <optimized out>
        dfree = <optimized out>
#12 obj_free (objspace=0x563b3b995470, obj=139813686489744) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
        __func__ = "obj_free"
#13 0x00007f28eb25ca4b in rb_objspace_free_objects (objspace=objspace@entry=0x563b3b995470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
        vp = 139813686489744
        page = <optimized out>
        stride = 48
        p = 139813686489744
        pend = 139813686542304
        i = 7
#14 0x00007f28eb418380 in ruby_vm_destruct (vm=0x563b3b992b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
        th = 0x563b3b995090
        stack = 0x7f28eabfc010
        objspace = 0x563b3b995470
#15 0x00007f28eb242f78 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 = 0x563b3b995090
        step = 4
        message = 4
        buf = <optimized out>
#16 0x00007f28eb2432d5 in ruby_run_node (n=0x7f28e8123de0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
        ec = 0x563b3b9964f0
        status = 0
#17 0x0000563b3aaab187 in rb_main (argv=0x7ffc5694a178, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
        variable_in_this_stack_frame = 140721761068073
#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.1844094.ruby -x gdbscript
[New LWP 1844094]
[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=140698915482624) at ./nptl/pthread_kill.c:44

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7ff704e0ac00 (LWP 1844094) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140698915482624) at ./nptl/pthread_kill.c:44

>>> Machine level backtrace


Thread 1 (Thread 0x7ff704e0ac00 (LWP 1844094)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140698915482624) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7ff704e0ac00
        old_mask = {__val = {94300305060512, 1, 172, 18446744073709551352, 2, 0, 94300305060512, 94300305062672, 8, 140698916295891, 0, 140698916192237, 140698915482624, 140698917807616, 94300305060512, 140698916138407}}
        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=140698915482624) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=140698915482624, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007ff704e6e476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007ff704e547f3 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, 7220223919027283511, 7378645706714656865, 3472386793735939684, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 140698912617448, 8684278652232795136, 0}}, sa_flags = 0, sa_restorer = 0x7ff7050466a0 <_IO_2_1_stderr_>}
        sigs = {__val = {32, 3472328523914634852, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5  0x00007ff70526e73b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6  rb_assert_failure (file=file@entry=0x7ff705669f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7ff7056b9160 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7ff7056693c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
        out = 0x7ff7050466a0 <_IO_2_1_stderr_>
#7  0x00007ff7052862ed 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=0x55c4002fb240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9  rb_hook_list_free (hooks=0x55c4002fb240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007ff705439c26 in ractor_free (ptr=0x55c4002fb230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
        r = 0x55c4002fb230
#11 0x00007ff705369865 in rb_data_free (obj=140698887074448, objspace=0x55c4002fa470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
        free_immediately = <optimized out>
        dfree = <optimized out>
        data = 0x55c4002fb230
        data = <optimized out>
        free_immediately = <optimized out>
        dfree = <optimized out>
#12 obj_free (objspace=0x55c4002fa470, obj=140698887074448) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
        __func__ = "obj_free"
#13 0x00007ff705369a4b in rb_objspace_free_objects (objspace=objspace@entry=0x55c4002fa470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
        vp = 140698887074448
        page = <optimized out>
        stride = 48
        p = 140698887074448
        pend = 140698887127008
        i = 7
#14 0x00007ff705525380 in ruby_vm_destruct (vm=0x55c4002f7b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
        th = 0x55c4002fa090
        stack = 0x7ff704d09010
        objspace = 0x55c4002fa470
#15 0x00007ff70534ff78 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 = 0x55c4002fa090
        step = 4
        message = 4
        buf = <optimized out>
#16 0x00007ff7053502d5 in ruby_run_node (n=0x7ff702233de0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
        ec = 0x55c4002fb4f0
        status = 0
#17 0x000055c3fffaf187 in rb_main (argv=0x7ffdfc37f0b8, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
        variable_in_this_stack_frame = 140728834978665
#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.1879077.ruby -x gdbscript
[New LWP 1879077]
[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=140390767291392) at ./nptl/pthread_kill.c:44

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7faf45d06c00 (LWP 1879077) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140390767291392) at ./nptl/pthread_kill.c:44

>>> Machine level backtrace


Thread 1 (Thread 0x7faf45d06c00 (LWP 1879077)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140390767291392) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7faf45d06c00
        old_mask = {__val = {87, 2147483647, 0, 0, 0, 0, 0, 0, 0, 0, 0, 140390767709236, 140390776954459, 140390776086111, 140390769632928, 140390776183000}}
        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=140390767291392) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=140390767291392, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007faf45d6a476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007faf45d507f3 in __GI_abort () at ./stdlib/abort.c:79
        save_stage = 1
        act = {__sigaction_handler = {sa_handler = 0x0, sa_sigaction = 0x0}, sa_mask = {__val = {140390776389958, 140390730401280, 140390776066914, 140390778022080, 2147483647, 140720686048656, 12917457830816800000, 140390776389958, 140390776062780, 140390767427584, 140390768560751, 1, 2147483647, 94492457856240, 12917457830816800000, 0}}, sa_flags = 1180081759, sa_restorer = 0x7faf45f426a0 <_IO_2_1_stderr_>}
        sigs = {__val = {32, 0, 0, 12917457830816800000, 0, 12917457830816800000, 140390776086111, 140390769632928, 140390776183000, 140390776066914, 94492456442640, 140390768692931, 206158430248, 140720686048784, 140720686048592, 12917457830816800000}}
#5  0x00007faf4616a73b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6  rb_assert_failure (file=file@entry=0x7faf46565e58 "/tmp/ruby/src/trunk-repeat20-asserts/include/ruby/internal/globals.h", line=line@entry=199, name=name@entry=0x7faf465818d8 <__func__.2> "rb_class_of", expr=expr@entry=0x7faf46565362 "unexpected type") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
        out = 0x7faf45f426a0 <_IO_2_1_stderr_>
#7  0x00007faf4617116e 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  0x00007faf46171443 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 0x00007faf4643e56d in rb_vm_bugreport (ctx=ctx@entry=0x0, errout=errout@entry=0x7faf45f426a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-repeat20-asserts/vm_dump.c:1195
        klass = <optimized out>
        i = 0
        name = 23069447556
        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 0x00007faf4616a72b in rb_assert_failure (file=file@entry=0x7faf46565f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7faf465b5160 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7faf465653c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1131
        out = 0x7faf45f426a0 <_IO_2_1_stderr_>
#12 0x00007faf461822ed 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=0x55f0bd4d1240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#14 rb_hook_list_free (hooks=0x55f0bd4d1240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#15 0x00007faf46335c26 in ractor_free (ptr=0x55f0bd4d1230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
        r = 0x55f0bd4d1230
#16 0x00007faf46265865 in rb_data_free (obj=140390738899632, objspace=0x55f0bd4d0470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
        free_immediately = <optimized out>
        dfree = <optimized out>
        data = 0x55f0bd4d1230
        data = <optimized out>
        free_immediately = <optimized out>
        dfree = <optimized out>
#17 obj_free (objspace=0x55f0bd4d0470, obj=140390738899632) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
        __func__ = "obj_free"
#18 0x00007faf46265a4b in rb_objspace_free_objects (objspace=objspace@entry=0x55f0bd4d0470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
        vp = 140390738899632
        page = <optimized out>
        stride = 48
        p = 140390738899632
        pend = 140390738952192
        i = 7
#19 0x00007faf46421380 in ruby_vm_destruct (vm=0x55f0bd4cdb10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
        th = 0x55f0bd4d0090
        stack = 0x7faf45c05010
        objspace = 0x55f0bd4d0470
#20 0x00007faf4624bf78 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 = 0x55f0bd4d0090
        step = 4
        message = 4
        buf = <optimized out>
#21 0x00007faf4624c2d5 in ruby_run_node (n=0x7faf43133dd0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
        ec = 0x55f0bd4d14f0
        status = 0
#22 0x000055f0bcf87187 in rb_main (argv=0x7ffc16812b38, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
        variable_in_this_stack_frame = 140720686050793
#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.1915544.ruby -x gdbscript
[New LWP 1915544]
[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=139876297763840) at ./nptl/pthread_kill.c:44

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f377d0a6c00 (LWP 1915544) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139876297763840) at ./nptl/pthread_kill.c:44

>>> Machine level backtrace


Thread 1 (Thread 0x7f377d0a6c00 (LWP 1915544)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139876297763840) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f377d0a6c00
        old_mask = {__val = {94442420073120, 1, 172, 18446744073709551352, 2, 0, 94442420073120, 94442420075280, 8, 139876298577107, 0, 139876298473453, 139876297763840, 139876300088832, 94442420073120, 139876298419623}}
        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=139876297763840) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=139876297763840, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f377d10a476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007f377d0f07f3 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, 4121129217950115383, 7378645706714656867, 3472328506697920613, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 139876294915048, 15963999347842422016, 0}}, sa_flags = 0, sa_restorer = 0x7f377d2e26a0 <_IO_2_1_stderr_>}
        sigs = {__val = {32, 3472330705721176165, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5  0x00007f377d50a73b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6  rb_assert_failure (file=file@entry=0x7f377d905f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f377d955160 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f377d9053c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
        out = 0x7f377d2e26a0 <_IO_2_1_stderr_>
#7  0x00007f377d5222ed 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=0x55e516e6b240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9  rb_hook_list_free (hooks=0x55e516e6b240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f377d6d5c26 in ractor_free (ptr=0x55e516e6b230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
        r = 0x55e516e6b230
#11 0x00007f377d605865 in rb_data_free (obj=139876269372048, objspace=0x55e516e6a470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
        free_immediately = <optimized out>
        dfree = <optimized out>
        data = 0x55e516e6b230
        data = <optimized out>
        free_immediately = <optimized out>
        dfree = <optimized out>
#12 obj_free (objspace=0x55e516e6a470, obj=139876269372048) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
        __func__ = "obj_free"
#13 0x00007f377d605a4b in rb_objspace_free_objects (objspace=objspace@entry=0x55e516e6a470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
        vp = 139876269372048
        page = <optimized out>
        stride = 48
        p = 139876269372048
        pend = 139876269424608
        i = 7
#14 0x00007f377d7c1380 in ruby_vm_destruct (vm=0x55e516e67b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
        th = 0x55e516e6a090
        stack = 0x7f377cfa5010
        objspace = 0x55e516e6a470
#15 0x00007f377d5ebf78 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 = 0x55e516e6a090
        step = 4
        message = 4
        buf = <optimized out>
#16 0x00007f377d5ec2d5 in ruby_run_node (n=0x7f377a4d3de0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
        ec = 0x55e516e6b4f0
        status = 0
#17 0x000055e51594a187 in rb_main (argv=0x7ffe01150cf8, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
        variable_in_this_stack_frame = 140728916578217
#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.1950407.ruby -x gdbscript
[New LWP 1950407]
[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=140517265751040) at ./nptl/pthread_kill.c:44

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7fccb9b5bc00 (LWP 1950407) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140517265751040) at ./nptl/pthread_kill.c:44

>>> Machine level backtrace


Thread 1 (Thread 0x7fccb9b5bc00 (LWP 1950407)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140517265751040) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7fccb9b5bc00
        old_mask = {__val = {93958678356640, 1, 172, 18446744073709551352, 2, 0, 93958678356640, 93958678358800, 8, 140517266564307, 0, 140517266460653, 140517265751040, 140517268076032, 93958678356640, 140517266406823}}
        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=140517265751040) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=140517265751040, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007fccb9bbf476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007fccb9ba57f3 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, 3689352320243885623, 7378645706714656821, 3472338204767970147, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 140517262881768, 11761885132035602688, 0}}, sa_flags = 0, sa_restorer = 0x7fccb9d976a0 <_IO_2_1_stderr_>}
        sigs = {__val = {32, 3472383284744708963, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5  0x00007fccb9fbf73b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6  rb_assert_failure (file=file@entry=0x7fccba3baf28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7fccba40a160 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7fccba3ba3c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
        out = 0x7fccb9d976a0 <_IO_2_1_stderr_>
#7  0x00007fccb9fd72ed 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=0x557475a5e240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9  rb_hook_list_free (hooks=0x557475a5e240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007fccba18ac26 in ractor_free (ptr=0x557475a5e230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
        r = 0x557475a5e230
#11 0x00007fccba0ba865 in rb_data_free (obj=140517237338880, objspace=0x557475a5d470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
        free_immediately = <optimized out>
        dfree = <optimized out>
        data = 0x557475a5e230
        data = <optimized out>
        free_immediately = <optimized out>
        dfree = <optimized out>
#12 obj_free (objspace=0x557475a5d470, obj=140517237338880) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
        __func__ = "obj_free"
#13 0x00007fccba0baa4b in rb_objspace_free_objects (objspace=objspace@entry=0x557475a5d470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
        vp = 140517237338880
        page = <optimized out>
        stride = 48
        p = 140517237338880
        pend = 140517237391344
        i = 7
#14 0x00007fccba276380 in ruby_vm_destruct (vm=0x557475a5ab10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
        th = 0x557475a5d090
        stack = 0x7fccb9a5a010
        objspace = 0x557475a5d470
#15 0x00007fccba0a0f78 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 = 0x557475a5d090
        step = 4
        message = 4
        buf = <optimized out>
#16 0x00007fccba0a12d5 in ruby_run_node (n=0x7fccb6f83e80) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
        ec = 0x557475a5e4f0
        status = 0
#17 0x00005574759ca187 in rb_main (argv=0x7ffcc6315fc8, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
        variable_in_this_stack_frame = 140723633611385
#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.1985344.ruby -x gdbscript
[New LWP 1985344]
[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=139709577374720) at ./nptl/pthread_kill.c:44

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f10abbb2c00 (LWP 1985344) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139709577374720) at ./nptl/pthread_kill.c:44

>>> Machine level backtrace


Thread 1 (Thread 0x7f10abbb2c00 (LWP 1985344)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139709577374720) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f10abbb2c00
        old_mask = {__val = {96, 2147483647, 0, 0, 0, 0, 0, 0, 0, 0, 0, 139709577792564, 0, 0, 139709579716256, 139709586192112}}
        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=139709577374720) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=139709577374720, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f10abc16476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007f10abbfc7f3 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, 139709586150340, 139709588105408, 2147483647, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18164838013890989824, 0}}, sa_flags = 0, sa_restorer = 0x7f10abdee6a0 <_IO_2_1_stderr_>}
        sigs = {__val = {32, 0, 0, 18164838013890989824, 0, 18164838013890989824, 0, 139709579716256, 139709586192112, 139709586150340, 139709586416486, 139709578776259, 206158430248, 93849718219568, 93849718219376, 18164838013890989824}}
#5  0x00007f10ac01673b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6  rb_assert_failure (file=file@entry=0x7f10ac411f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f10ac41b6f0 <__func__.2> "rb_current_execution_context", expr=expr@entry=0x7f10ac4113c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
        out = 0x7f10abdee6a0 <_IO_2_1_stderr_>
#7  0x00007f10ac016ae3 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=0x555b171de480, fmt=fmt@entry=0x7f10ac452366 "Segmentation fault at %p") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1061
        file = 0x0
        line = 0
#9  0x00007f10ac23beff in sigsegv (sig=11, info=0x555b171de5b0, ctx=0x555b171de480) at /tmp/ruby/src/trunk-repeat20-asserts/signal.c:926
No locals.
#10 <signal handler called>
No locals.
#11 RB_BUILTIN_TYPE (obj=22912528896) 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=22912528896) 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=22912528896) 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=0x7f10abdee6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-repeat20-asserts/vm_dump.c:1179
        i = 0
        name = 22912528896
        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 0x00007f10ac01672b in rb_assert_failure (file=file@entry=0x7f10ac411f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f10ac461160 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f10ac4113c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1131
        out = 0x7f10abdee6a0 <_IO_2_1_stderr_>
#16 0x00007f10ac02e2ed 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=0x555b1714d240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#18 rb_hook_list_free (hooks=0x555b1714d240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#19 0x00007f10ac1e1c26 in ractor_free (ptr=0x555b1714d230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
        r = 0x555b1714d230
#20 0x00007f10ac111865 in rb_data_free (obj=139709548999344, objspace=0x555b1714c470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
        free_immediately = <optimized out>
        dfree = <optimized out>
        data = 0x555b1714d230
        data = <optimized out>
        free_immediately = <optimized out>
        dfree = <optimized out>
#21 obj_free (objspace=0x555b1714c470, obj=139709548999344) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
        __func__ = "obj_free"
#22 0x00007f10ac111a4b in rb_objspace_free_objects (objspace=objspace@entry=0x555b1714c470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
        vp = 139709548999344
        page = <optimized out>
        stride = 48
        p = 139709548999344
        pend = 139709549051904
        i = 7
#23 0x00007f10ac2cd380 in ruby_vm_destruct (vm=0x555b17149b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
        th = 0x555b1714c090
        stack = 0x7f10abab1010
        objspace = 0x555b1714c470
#24 0x00007f10ac0f7f78 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 = 0x555b1714c090
        step = 4
        message = 4
        buf = <optimized out>
#25 0x00007f10ac0f82d5 in ruby_run_node (n=0x7f10a8fe3dd0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
        ec = 0x555b1714d4f0
        status = 0
#26 0x0000555b15e52187 in rb_main (argv=0x7ffe6ed71638, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
        variable_in_this_stack_frame = 140730758011113
#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.2029245.ruby -x gdbscript
[New LWP 2029245]
[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=139771383950336) at ./nptl/pthread_kill.c:44

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f1f0fb0ac00 (LWP 2029245) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139771383950336) at ./nptl/pthread_kill.c:44

>>> Machine level backtrace


Thread 1 (Thread 0x7f1f0fb0ac00 (LWP 2029245)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139771383950336) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f1f0fb0ac00
        old_mask = {__val = {94715223663264, 1, 172, 18446744073709551352, 2, 0, 94715223663264, 94715223665424, 8, 139771384763603, 0, 139771384659949, 139771383950336, 139771386275328, 94715223663264, 139771384606119}}
        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=139771383950336) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=139771383950336, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f1f0fb6e476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007f1f0fb547f3 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, 7219380589347366455, 7378645706714656868, 3472329623375996262, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 139771381085160, 4447426653189413888, 0}}, sa_flags = 0, sa_restorer = 0x7f1f0fd466a0 <_IO_2_1_stderr_>}
        sigs = {__val = {32, 3472331822399251814, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5  0x00007f1f0ff6e73b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6  rb_assert_failure (file=file@entry=0x7f1f10369f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f1f103b9160 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f1f103693c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
        out = 0x7f1f0fd466a0 <_IO_2_1_stderr_>
#7  0x00007f1f0ff862ed 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=0x56249b432240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9  rb_hook_list_free (hooks=0x56249b432240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f1f10139c26 in ractor_free (ptr=0x56249b432230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
        r = 0x56249b432230
#11 0x00007f1f10069865 in rb_data_free (obj=139771355542272, objspace=0x56249b431470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
        free_immediately = <optimized out>
        dfree = <optimized out>
        data = 0x56249b432230
        data = <optimized out>
        free_immediately = <optimized out>
        dfree = <optimized out>
#12 obj_free (objspace=0x56249b431470, obj=139771355542272) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
        __func__ = "obj_free"
#13 0x00007f1f10069a4b in rb_objspace_free_objects (objspace=objspace@entry=0x56249b431470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
        vp = 139771355542272
        page = <optimized out>
        stride = 48
        p = 139771355542272
        pend = 139771355594736
        i = 7
#14 0x00007f1f10225380 in ruby_vm_destruct (vm=0x56249b42eb10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
        th = 0x56249b431090
        stack = 0x7f1f0fa09010
        objspace = 0x56249b431470
#15 0x00007f1f1004ff78 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 = 0x56249b431090
        step = 4
        message = 4
        buf = <optimized out>
#16 0x00007f1f100502d5 in ruby_run_node (n=0x7f1f0cf33e80) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
        ec = 0x56249b4324f0
        status = 0
#17 0x000056249aa8b187 in rb_main (argv=0x7fffed06e0e8, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
        variable_in_this_stack_frame = 140737170039705
#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.2064526.ruby -x gdbscript
[New LWP 2064526]
[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=140172327042048) at ./nptl/pthread_kill.c:44

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f7c69c2bc00 (LWP 2064526) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140172327042048) at ./nptl/pthread_kill.c:44

>>> Machine level backtrace


Thread 1 (Thread 0x7f7c69c2bc00 (LWP 2064526)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140172327042048) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f7c69c2bc00
        old_mask = {__val = {94897487381152, 1, 172, 18446744073709551352, 2, 0, 94897487381152, 94897487383312, 8, 140172327855315, 0, 140172327751661, 140172327042048, 140172329367040, 94897487381152, 140172327697831}}
        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=140172327042048) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=140172327042048, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f7c69c8f476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007f7c69c757f3 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, 3978196030660699703, 7378645706714656818, 3472334923449513574, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 140172324172776, 13926707606902625024, 0}}, sa_flags = 0, sa_restorer = 0x7f7c69e676a0 <_IO_2_1_stderr_>}
        sigs = {__val = {32, 3472337122472769126, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5  0x00007f7c6a08f73b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6  rb_assert_failure (file=file@entry=0x7f7c6a48af28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f7c6a4da160 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f7c6a48a3c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
        out = 0x7f7c69e676a0 <_IO_2_1_stderr_>
#7  0x00007f7c6a0a72ed 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=0x564f0b06c240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9  rb_hook_list_free (hooks=0x564f0b06c240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f7c6a25ac26 in ractor_free (ptr=0x564f0b06c230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
        r = 0x564f0b06c230
#11 0x00007f7c6a18a865 in rb_data_free (obj=140172298629888, objspace=0x564f0b06b470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
        free_immediately = <optimized out>
        dfree = <optimized out>
        data = 0x564f0b06c230
        data = <optimized out>
        free_immediately = <optimized out>
        dfree = <optimized out>
#12 obj_free (objspace=0x564f0b06b470, obj=140172298629888) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
        __func__ = "obj_free"
#13 0x00007f7c6a18aa4b in rb_objspace_free_objects (objspace=objspace@entry=0x564f0b06b470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
        vp = 140172298629888
        page = <optimized out>
        stride = 48
        p = 140172298629888
        pend = 140172298682352
        i = 7
#14 0x00007f7c6a346380 in ruby_vm_destruct (vm=0x564f0b068b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
        th = 0x564f0b06b090
        stack = 0x7f7c69b2a010
        objspace = 0x564f0b06b470
#15 0x00007f7c6a170f78 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 = 0x564f0b06b090
        step = 4
        message = 4
        buf = <optimized out>
#16 0x00007f7c6a1712d5 in ruby_run_node (n=0x7f7c67053e80) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
        ec = 0x564f0b06c4f0
        status = 0
#17 0x0000564f0a57f187 in rb_main (argv=0x7fff6d561968, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
        variable_in_this_stack_frame = 140735027747865
#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.2180842.ruby -x gdbscript
[New LWP 2180842]
[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=140348976868352) at ./nptl/pthread_kill.c:44

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7fa58ae92c00 (LWP 2180842) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140348976868352) at ./nptl/pthread_kill.c:44

>>> Machine level backtrace


Thread 1 (Thread 0x7fa58ae92c00 (LWP 2180842)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140348976868352) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7fa58ae92c00
        old_mask = {__val = {94015939801760, 1, 172, 18446744073709551352, 2, 0, 94015939801760, 94015939803920, 8, 140348977681619, 0, 140348977577965, 140348976868352, 140348979193344, 94015939801760, 140348977524135}}
        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=140348976868352) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=140348976868352, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007fa58aef6476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007fa58aedc7f3 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, 3546926892611692087, 7378645706714656825, 3472385475278747494, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 140348974035944, 9126455299582173952, 0}}, sa_flags = 0, sa_restorer = 0x7fa58b0ce6a0 <_IO_2_1_stderr_>}
        sigs = {__val = {32, 3472387674302003046, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5  0x00007fa58b2f673b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6  rb_assert_failure (file=file@entry=0x7fa58b6f1f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7fa58b741160 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7fa58b6f13c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
        out = 0x7fa58b0ce6a0 <_IO_2_1_stderr_>
#7  0x00007fa58b30e2ed 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=0x5581cab23240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9  rb_hook_list_free (hooks=0x5581cab23240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007fa58b4c1c26 in ractor_free (ptr=0x5581cab23230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
        r = 0x5581cab23230
#11 0x00007fa58b3f1865 in rb_data_free (obj=140348948492976, objspace=0x5581cab22470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
        free_immediately = <optimized out>
        dfree = <optimized out>
        data = 0x5581cab23230
        data = <optimized out>
        free_immediately = <optimized out>
        dfree = <optimized out>
#12 obj_free (objspace=0x5581cab22470, obj=140348948492976) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
        __func__ = "obj_free"
#13 0x00007fa58b3f1a4b in rb_objspace_free_objects (objspace=objspace@entry=0x5581cab22470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
        vp = 140348948492976
        page = <optimized out>
        stride = 48
        p = 140348948492976
        pend = 140348948545536
        i = 7
#14 0x00007fa58b5ad380 in ruby_vm_destruct (vm=0x5581cab1fb10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
        th = 0x5581cab22090
        stack = 0x7fa58ad91010
        objspace = 0x5581cab22470
#15 0x00007fa58b3d7f78 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 = 0x5581cab22090
        step = 4
        message = 4
        buf = <optimized out>
#16 0x00007fa58b3d82d5 in ruby_run_node (n=0x7fa5882c3dd0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
        ec = 0x5581cab234f0
        status = 0
#17 0x00005581ca7c3187 in rb_main (argv=0x7fff778f4ca8, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
        variable_in_this_stack_frame = 140735199268697
#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.2306261.ruby -x gdbscript
[New LWP 2306261]
[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=140099145333760) at ./nptl/pthread_kill.c:44

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f6b5fca7c00 (LWP 2306261) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140099145333760) at ./nptl/pthread_kill.c:44

>>> Machine level backtrace


Thread 1 (Thread 0x7f6b5fca7c00 (LWP 2306261)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140099145333760) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f6b5fca7c00
        old_mask = {__val = {94021094498976, 1, 172, 18446744073709551352, 2, 0, 94021094498976, 94021094501136, 8, 140099146147027, 0, 140099146043373, 140099145333760, 140099147658752, 94021094498976, 140099145989543}}
        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=140099145333760) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=140099145333760, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f6b5fd0b476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007f6b5fcf17f3 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, 7089059856923387447, 7378645706714656822, 3472382387871441251, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 140099142480872, 16065668339130847744, 0}}, sa_flags = 0, sa_restorer = 0x7f6b5fee36a0 <_IO_2_1_stderr_>}
        sigs = {__val = {32, 3472384586894696803, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5  0x00007f6b6010b73b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6  rb_assert_failure (file=file@entry=0x7f6b60506f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f6b60556160 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f6b605063c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
        out = 0x7f6b5fee36a0 <_IO_2_1_stderr_>
#7  0x00007f6b601232ed 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=0x5582fdf0a240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9  rb_hook_list_free (hooks=0x5582fdf0a240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f6b602d6c26 in ractor_free (ptr=0x5582fdf0a230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
        r = 0x5582fdf0a230
#11 0x00007f6b60206865 in rb_data_free (obj=140099116937904, objspace=0x5582fdf09470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
        free_immediately = <optimized out>
        dfree = <optimized out>
        data = 0x5582fdf0a230
        data = <optimized out>
        free_immediately = <optimized out>
        dfree = <optimized out>
#12 obj_free (objspace=0x5582fdf09470, obj=140099116937904) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
        __func__ = "obj_free"
#13 0x00007f6b60206a4b in rb_objspace_free_objects (objspace=objspace@entry=0x5582fdf09470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
        vp = 140099116937904
        page = <optimized out>
        stride = 48
        p = 140099116937904
        pend = 140099116990464
        i = 7
#14 0x00007f6b603c2380 in ruby_vm_destruct (vm=0x5582fdf06b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
        th = 0x5582fdf09090
        stack = 0x7f6b5fba6010
        objspace = 0x5582fdf09470
#15 0x00007f6b601ecf78 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 = 0x5582fdf09090
        step = 4
        message = 4
        buf = <optimized out>
#16 0x00007f6b601ed2d5 in ruby_run_node (n=0x7f6b5d0d3dd0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
        ec = 0x5582fdf0a4f0
        status = 0
#17 0x00005582fc9c0187 in rb_main (argv=0x7ffcafa1df98, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
        variable_in_this_stack_frame = 140723255108169
#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.2374962.ruby -x gdbscript
[New LWP 2374962]
[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=140179986439168) at ./nptl/pthread_kill.c:44

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f7e324bdc00 (LWP 2374962) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140179986439168) at ./nptl/pthread_kill.c:44

>>> Machine level backtrace


Thread 1 (Thread 0x7f7e324bdc00 (LWP 2374962)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140179986439168) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f7e324bdc00
        old_mask = {__val = {94399282950816, 1, 172, 18446744073709551352, 2, 0, 94399282950816, 94399282952976, 8, 140179987252435, 0, 140179987148781, 140179986439168, 140179988764160, 94399282950816, 140179987094951}}
        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=140179986439168) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=140179986439168, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f7e32521476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007f7e325077f3 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, 4122310303858189879, 7378645706714656868, 3472329606279946595, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 140179983561704, 10984877847034362112, 0}}, sa_flags = 0, sa_restorer = 0x7f7e326f96a0 <_IO_2_1_stderr_>}
        sigs = {__val = {32, 3472331805303202147, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5  0x00007f7e3292173b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6  rb_assert_failure (file=file@entry=0x7f7e32d1cf28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f7e32d6c160 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f7e32d1c3c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
        out = 0x7f7e326f96a0 <_IO_2_1_stderr_>
#7  0x00007f7e329392ed 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=0x55db0bba7240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9  rb_hook_list_free (hooks=0x55db0bba7240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f7e32aecc26 in ractor_free (ptr=0x55db0bba7230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
        r = 0x55db0bba7230
#11 0x00007f7e32a1c865 in rb_data_free (obj=140179958018736, objspace=0x55db0bba6470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
        free_immediately = <optimized out>
        dfree = <optimized out>
        data = 0x55db0bba7230
        data = <optimized out>
        free_immediately = <optimized out>
        dfree = <optimized out>
#12 obj_free (objspace=0x55db0bba6470, obj=140179958018736) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
        __func__ = "obj_free"
#13 0x00007f7e32a1ca4b in rb_objspace_free_objects (objspace=objspace@entry=0x55db0bba6470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
        vp = 140179958018736
        page = <optimized out>
        stride = 48
        p = 140179958018736
        pend = 140179958071296
        i = 7
#14 0x00007f7e32bd8380 in ruby_vm_destruct (vm=0x55db0bba3b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
        th = 0x55db0bba6090
        stack = 0x7f7e323bc010
        objspace = 0x55db0bba6470
#15 0x00007f7e32a02f78 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 = 0x55db0bba6090
        step = 4
        message = 4
        buf = <optimized out>
#16 0x00007f7e32a032d5 in ruby_run_node (n=0x7f7e2f8e3dd0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
        ec = 0x55db0bba74f0
        status = 0
#17 0x000055db0a83d187 in rb_main (argv=0x7ffcac588188, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
        variable_in_this_stack_frame = 140723199968313
#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.2411579.ruby -x gdbscript
[New LWP 2411579]
[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=140109110942720) at ./nptl/pthread_kill.c:44

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f6db1c99c00 (LWP 2411579) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140109110942720) at ./nptl/pthread_kill.c:44

>>> Machine level backtrace


Thread 1 (Thread 0x7f6db1c99c00 (LWP 2411579)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140109110942720) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f6db1c99c00
        old_mask = {__val = {94292800598688, 1, 172, 18446744073709551352, 2, 0, 94292800598688, 94292800600848, 8, 140109111755987, 0, 140109111652333, 140109110942720, 140109113267712, 94292800598688, 140109111598503}}
        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=140109110942720) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=140109110942720, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f6db1cfd476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007f6db1ce37f3 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, 3774688527265457719, 7378645706714656867, 3472328318544721765, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 140109108081640, 2328545570623965696, 0}}, sa_flags = 0, sa_restorer = 0x7f6db1ed56a0 <_IO_2_1_stderr_>}
        sigs = {__val = {32, 3472330517567977317, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5  0x00007f6db20fd73b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6  rb_assert_failure (file=file@entry=0x7f6db24f8f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f6db2548160 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f6db24f83c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
        out = 0x7f6db1ed56a0 <_IO_2_1_stderr_>
#7  0x00007f6db21152ed 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=0x55c240e2b240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9  rb_hook_list_free (hooks=0x55c240e2b240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f6db22c8c26 in ractor_free (ptr=0x55c240e2b230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
        r = 0x55c240e2b230
#11 0x00007f6db21f8865 in rb_data_free (obj=140109082538640, objspace=0x55c240e2a470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
        free_immediately = <optimized out>
        dfree = <optimized out>
        data = 0x55c240e2b230
        data = <optimized out>
        free_immediately = <optimized out>
        dfree = <optimized out>
#12 obj_free (objspace=0x55c240e2a470, obj=140109082538640) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
        __func__ = "obj_free"
#13 0x00007f6db21f8a4b in rb_objspace_free_objects (objspace=objspace@entry=0x55c240e2a470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
        vp = 140109082538640
        page = <optimized out>
        stride = 48
        p = 140109082538640
        pend = 140109082591200
        i = 7
#14 0x00007f6db23b4380 in ruby_vm_destruct (vm=0x55c240e27b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
        th = 0x55c240e2a090
        stack = 0x7f6db1b98010
        objspace = 0x55c240e2a470
#15 0x00007f6db21def78 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 = 0x55c240e2a090
        step = 4
        message = 4
        buf = <optimized out>
#16 0x00007f6db21df2d5 in ruby_run_node (n=0x7f6daf0c3de0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
        ec = 0x55c240e2b4f0
        status = 0
#17 0x000055c2401b8187 in rb_main (argv=0x7ffe7ca9b758, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
        variable_in_this_stack_frame = 140730989918729
#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.2528463.ruby -x gdbscript
[New LWP 2528463]
[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=139829708459008) at ./nptl/pthread_kill.c:44

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f2ca41a0c00 (LWP 2528463) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139829708459008) at ./nptl/pthread_kill.c:44

>>> Machine level backtrace


Thread 1 (Thread 0x7f2ca41a0c00 (LWP 2528463)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139829708459008) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f2ca41a0c00
        old_mask = {__val = {93975748887200, 1, 172, 18446744073709551352, 2, 0, 93975748887200, 93975748889360, 8, 139829709272275, 0, 139829709168621, 139829708459008, 139829710784000, 93975748887200, 139829709114791}}
        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=139829708459008) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=139829708459008, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f2ca4204476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007f2ca41ea7f3 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, 7089287464453826103, 7378645706714656868, 3472329615621841765, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 139829705569256, 14869352455364063744, 0}}, sa_flags = 0, sa_restorer = 0x7f2ca43dc6a0 <_IO_2_1_stderr_>}
        sigs = {__val = {32, 3472331814645097317, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5  0x00007f2ca460473b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6  rb_assert_failure (file=file@entry=0x7f2ca49fff28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f2ca4a4f160 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f2ca49ff3c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
        out = 0x7f2ca43dc6a0 <_IO_2_1_stderr_>
#7  0x00007f2ca461c2ed 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=0x55786f218240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9  rb_hook_list_free (hooks=0x55786f218240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f2ca47cfc26 in ractor_free (ptr=0x55786f218230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
        r = 0x55786f218230
#11 0x00007f2ca46ff865 in rb_data_free (obj=139829680026288, objspace=0x55786f217470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
        free_immediately = <optimized out>
        dfree = <optimized out>
        data = 0x55786f218230
        data = <optimized out>
        free_immediately = <optimized out>
        dfree = <optimized out>
#12 obj_free (objspace=0x55786f217470, obj=139829680026288) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
        __func__ = "obj_free"
#13 0x00007f2ca46ffa4b in rb_objspace_free_objects (objspace=objspace@entry=0x55786f217470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
        vp = 139829680026288
        page = <optimized out>
        stride = 48
        p = 139829680026288
        pend = 139829680078848
        i = 7
#14 0x00007f2ca48bb380 in ruby_vm_destruct (vm=0x55786f214b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
        th = 0x55786f217090
        stack = 0x7f2ca409f010
        objspace = 0x55786f217470
#15 0x00007f2ca46e5f78 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 = 0x55786f217090
        step = 4
        message = 4
        buf = <optimized out>
#16 0x00007f2ca46e62d5 in ruby_run_node (n=0x7f2ca15c3dd0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
        ec = 0x55786f2184f0
        status = 0
#17 0x000055786e951187 in rb_main (argv=0x7ffec5baa158, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
        variable_in_this_stack_frame = 140732215763977
#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.2576545.ruby -x gdbscript
[New LWP 2576545]
[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=140198629592064) at ./nptl/pthread_kill.c:44

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f828983cc00 (LWP 2576545) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140198629592064) at ./nptl/pthread_kill.c:44

>>> Machine level backtrace


Thread 1 (Thread 0x7f828983cc00 (LWP 2576545)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140198629592064) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f828983cc00
        old_mask = {__val = {96, 2147483647, 0, 0, 0, 0, 0, 0, 0, 0, 0, 140198630009908, 0, 0, 140198631933600, 140198638409456}}
        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=140198629592064) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=140198629592064, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f82898a0476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007f82898867f3 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, 140198638367684, 140198640322752, 2147483647, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12832426232054519808, 0}}, sa_flags = 0, sa_restorer = 0x7f8289a786a0 <_IO_2_1_stderr_>}
        sigs = {__val = {32, 0, 0, 12832426232054519808, 0, 12832426232054519808, 0, 140198631933600, 140198638409456, 140198638367684, 140198638633830, 140198630993603, 206158430248, 93979730436912, 93979730436720, 12832426232054519808}}
#5  0x00007f8289ca073b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6  rb_assert_failure (file=file@entry=0x7f828a09bf28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f828a0a56f0 <__func__.2> "rb_current_execution_context", expr=expr@entry=0x7f828a09b3c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
        out = 0x7f8289a786a0 <_IO_2_1_stderr_>
#7  0x00007f8289ca0ae3 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=0x55795c72e480, fmt=fmt@entry=0x7f828a0dc366 "Segmentation fault at %p") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1061
        file = 0x0
        line = 0
#9  0x00007f8289ec5eff in sigsegv (sig=11, info=0x55795c72e5b0, ctx=0x55795c72e480) at /tmp/ruby/src/trunk-repeat20-asserts/signal.c:926
No locals.
#10 <signal handler called>
No locals.
#11 RB_BUILTIN_TYPE (obj=22944270160) 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=22944270160) 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=22944270160) 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=0x7f8289a786a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-repeat20-asserts/vm_dump.c:1179
        i = 0
        name = 22944270160
        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 0x00007f8289ca072b in rb_assert_failure (file=file@entry=0x7f828a09bf28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f828a0eb160 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f828a09b3c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1131
        out = 0x7f8289a786a0 <_IO_2_1_stderr_>
#16 0x00007f8289cb82ed 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=0x55795c69d240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#18 rb_hook_list_free (hooks=0x55795c69d240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#19 0x00007f8289e6bc26 in ractor_free (ptr=0x55795c69d230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
        r = 0x55795c69d230
#20 0x00007f8289d9b865 in rb_data_free (obj=140198601175728, objspace=0x55795c69c470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
        free_immediately = <optimized out>
        dfree = <optimized out>
        data = 0x55795c69d230
        data = <optimized out>
        free_immediately = <optimized out>
        dfree = <optimized out>
#21 obj_free (objspace=0x55795c69c470, obj=140198601175728) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
        __func__ = "obj_free"
#22 0x00007f8289d9ba4b in rb_objspace_free_objects (objspace=objspace@entry=0x55795c69c470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
        vp = 140198601175728
        page = <optimized out>
        stride = 48
        p = 140198601175728
        pend = 140198601228288
        i = 7
#23 0x00007f8289f57380 in ruby_vm_destruct (vm=0x55795c699b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
        th = 0x55795c69c090
        stack = 0x7f828973b010
        objspace = 0x55795c69c470
#24 0x00007f8289d81f78 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 = 0x55795c69c090
        step = 4
        message = 4
        buf = <optimized out>
#25 0x00007f8289d822d5 in ruby_run_node (n=0x7f8286c63dd0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
        ec = 0x55795c69d4f0
        status = 0
#26 0x000055795c06e187 in rb_main (argv=0x7ffcfae19798, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
        variable_in_this_stack_frame = 140724517575241
#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.2613831.ruby -x gdbscript
[New LWP 2613831]
[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=140470183361536) at ./nptl/pthread_kill.c:44

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7fc1c3617c00 (LWP 2613831) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140470183361536) at ./nptl/pthread_kill.c:44

>>> Machine level backtrace


Thread 1 (Thread 0x7fc1c3617c00 (LWP 2613831)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140470183361536) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7fc1c3617c00
        old_mask = {__val = {94099741569696, 1, 172, 18446744073709551352, 2, 0, 94099741569696, 94099741571856, 8, 140470184174803, 0, 140470184071149, 140470183361536, 140470185686528, 94099741569696, 140470184017319}}
        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=140470183361536) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=140470183361536, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007fc1c367b476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007fc1c36617f3 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, 7220225899023984183, 7378645706714656817, 3472334017177924453, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 140470180508648, 17522774903928232192, 0}}, sa_flags = 0, sa_restorer = 0x7fc1c38536a0 <_IO_2_1_stderr_>}
        sigs = {__val = {32, 3472336216201180005, 3467895374536122416, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746875654610770720, 7378697629483820646, 3472328296228087398, 7378697629483820589, 3472329395843524198, 3467895374531600432, 2319406791620833328, 2319389199435444272}}
#5  0x00007fc1c3a7b73b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6  rb_assert_failure (file=file@entry=0x7fc1c3e76f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7fc1c3ec6160 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7fc1c3e763c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
        out = 0x7fc1c38536a0 <_IO_2_1_stderr_>
#7  0x00007fc1c3a932ed 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=0x55954dabb240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9  rb_hook_list_free (hooks=0x55954dabb240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007fc1c3c46c26 in ractor_free (ptr=0x55954dabb230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
        r = 0x55954dabb230
#11 0x00007fc1c3b76865 in rb_data_free (obj=140470154965680, objspace=0x55954daba470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
        free_immediately = <optimized out>
        dfree = <optimized out>
        data = 0x55954dabb230
        data = <optimized out>
        free_immediately = <optimized out>
        dfree = <optimized out>
#12 obj_free (objspace=0x55954daba470, obj=140470154965680) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
        __func__ = "obj_free"
#13 0x00007fc1c3b76a4b in rb_objspace_free_objects (objspace=objspace@entry=0x55954daba470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
        vp = 140470154965680
        page = <optimized out>
        stride = 48
        p = 140470154965680
        pend = 140470155018240
        i = 7
#14 0x00007fc1c3d32380 in ruby_vm_destruct (vm=0x55954dab7b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
        th = 0x55954daba090
        stack = 0x7fc1c3516010
        objspace = 0x55954daba470
#15 0x00007fc1c3b5cf78 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 = 0x55954daba090
        step = 4
        message = 4
        buf = <optimized out>
#16 0x00007fc1c3b5d2d5 in ruby_run_node (n=0x7fc1c0a43dd0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
        ec = 0x55954dabb4f0
        status = 0
#17 0x000055954c81a187 in rb_main (argv=0x7ffe3e3cd728, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
        variable_in_this_stack_frame = 140729942596057
#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)
raw logfile