# Logfile created on 2025-06-02 15:58:05 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007f961470fdd0 @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-gc-asserts", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-gc-asserts", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-gc-asserts", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-gc-asserts", @configure_opts=["--enable-shared"], @build_opts="DEFS=\"-DRGENGC_CHECK_MODE=2\"", @btest_opts="-j4", @test_opts="TESTS='-j4'", @spec_opts="-j", @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=21600, @logfile="/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20250602-155805", @ruby_env=[["RUBY_DEBUG", "ci"], ["RUBY_TEST_TIMEOUT_SCALE", "100"]], @make="make", @logger=#<Logger:0x00007f96147300a8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f9618cffde0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007f961464a198 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20250602-155805", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20250602-155805>, @binmode=false, @mon_data=#<Monitor:0x00007f9618cff958>, @mon_data_owner_object_id=860>>>
$$$[beg] git clone --depth 1 https://github.com/ruby/ruby.git trunk-gc-asserts
Cloning into 'trunk-gc-asserts'...
Updating files:  91% (10256/11199)
Updating files:  92% (10304/11199)
Updating files:  93% (10416/11199)
Updating files:  94% (10528/11199)
Updating files:  95% (10640/11199)
Updating files:  96% (10752/11199)
Updating files:  97% (10864/11199)
Updating files:  98% (10976/11199)
Updating files:  99% (11088/11199)
Updating files: 100% (11199/11199)
Updating files: 100% (11199/11199), done.
$$$[end] "git clone --depth 1 https://github.com/ruby/ruby.git trunk-gc-asserts" exit with 0.
$$$[beg] ./autogen.sh
$$$[end] "./autogen.sh" exit with 0.
$$$[beg] autoconf
$$$[end] "autoconf" exit with 0.
$$$[beg] /tmp/ruby/src/trunk-gc-asserts/configure --prefix=/tmp/ruby/install/trunk-gc-asserts --disable-install-doc --enable-shared
checking for ruby... /usr/bin/ruby
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 for gcc... (cached) gcc
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... unsupported
checking for c++ option to enable C++98 features... unsupported
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
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 LDFLAGS... 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
configure: WARNING: something wrong with CXXFLAGS=""
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 stdio.h... (cached) 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 stdckdint.h... no
checking for stdatomic.h... yes
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 off_t... (cached) yes
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__((__deprecated__(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 for uid_t in sys/types.h... (cached) yes
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... yes
checking for strlcpy... yes
checking for strstr... yes
checking for tgamma... yes
checking for sys/pstat.h... no
checking for pid_t... (cached) yes
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for __syscall... no
checking for _longjmp... yes
checking for arc4random_buf... yes
checking for atan2l... yes
checking for atan2f... yes
checking whether atomic_signal_fence is declared... 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 daemon... (cached) no
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 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
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_add_overflow... yes
checking for __builtin_add_overflow_p... yes
checking for __builtin_add_overflow with long long arguments... yes
checking for __builtin_sub_overflow... yes
checking for __builtin_sub_overflow_p... yes
checking for __builtin_sub_overflow with long long arguments... yes
checking for __builtin_mul_overflow... yes
checking for __builtin_mul_overflow_p... 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 specifier... _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... no
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
checking for _setjmpex as a macro or function... no
checking for _setjmp as a macro or function... yes
checking for setjmp type... __builtin_setjmp
checking if building with modular GC support... no
checking for rustc... rustc
checking whether rustc works for YJIT/ZJIT... 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 updated
configure: ruby library version = 3.5.0+1
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating Makefile
---
Configuration summary for ruby version 3.5.0

   * Installation prefix: /tmp/ruby/install/trunk-gc-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
   * with modular GC:     no
   * enable shared libs:  yes
   * dynamic library ext: so
   * CFLAGS:              ${hardenflags}  ${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
   * hardenflags:         -fstack-protector-strong -U_FORTIFY_SOURCE \
                          -D_FORTIFY_SOURCE=2
   * strip command:       strip -S -x
   * install doc:         no
   * YJIT support:        yes
   * ZJIT support:        no
   * man page type:       man
   * BASERUBY -v:         ruby 3.2.3 (2024-01-18 revision 52bb2ac0a6) \
                          [x86_64-linux-gnu]

---
$$$[end] "/tmp/ruby/src/trunk-gc-asserts/configure --prefix=/tmp/ruby/install/trunk-gc-asserts --disable-install-doc --enable-shared" exit with 0.
$$$[beg] make update-download DEFS="-DRGENGC_CHECK_MODE=2"
tool/config.guess already exists
tool/config.sub already exists
Downloading bundled gem minitest-5.25.5...
Downloading bundled gem rake-13.3.0...
Downloading bundled gem test-unit-3.6.8...
Downloading bundled gem rexml-3.4.1...
Downloading bundled gem rss-0.3.1...
Downloading bundled gem net-ftp-0.3.8...
Downloading bundled gem net-imap-0.5.8...
Downloading bundled gem net-pop-0.1.2...
Downloading bundled gem net-smtp-0.5.1...
Downloading bundled gem rbs-3.9.4...
Downloading bundled gem typeprof-0.30.1...
Downloading bundled gem debug-1.10.0...
Downloading bundled gem racc-1.8.1...
Downloading bundled gem mutex_m-0.3.0...
Downloading bundled gem getoptlong-0.2.1...
Downloading bundled gem base64-0.3.0...
Downloading bundled gem bigdecimal-3.2.1...
Downloading bundled gem observer-0.1.2...
Downloading bundled gem abbrev-0.1.2...
Downloading bundled gem resolv-replace-0.1.1...
Downloading bundled gem rinda-0.2.0...
Downloading bundled gem drb-2.2.3...
Downloading bundled gem nkf-0.2.0...
Downloading bundled gem syslog-0.3.0...
Downloading bundled gem csv-3.3.5...
Downloading bundled gem pstore-0.2.0...
Downloading bundled gem benchmark-0.4.1...
Downloading bundled gem logger-1.7.0...
Downloading bundled gem rdoc-6.14.0...
Downloading bundled gem win32ole-1.9.2...
Downloading bundled gem irb-1.15.2...
Downloading bundled gem reline-0.6.1...
Downloading bundled gem readline-0.0.4...
Downloading bundled gem fiddle-1.1.8...
/usr/bin/mkdir -p /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp
/usr/bin/mkdir -p /tmp/ruby/src/trunk-gc-asserts/gems/src
Cloning https://github.com/ruby/power_assert
Cloning into '/tmp/ruby/src/trunk-gc-asserts/gems/src/power_assert'...
Update power_assert to a7dab941153b233d3412e249d25da52a6c5691de
From https://github.com/ruby/power_assert
 * branch            a7dab941153b233d3412e249d25da52a6c5691de -> FETCH_HEAD
HEAD is now at a7dab94 Merge pull request #56 from k-tsj/fix-failures-on-head
echo a7dab941153b233d3412e249d25da52a6c5691de | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/power_assert.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/power_assert.revision updated
Building power_assert@a7dab941153b233d3412e249d25da52a6c5691de to /tmp/ruby/src/trunk-gc-asserts/gems/power_assert-2.0.5.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.6dev
  File: power_assert-2.0.6dev.gem
Cloning https://github.com/ruby/matrix
Cloning into '/tmp/ruby/src/trunk-gc-asserts/gems/src/matrix'...
Update matrix to 200efebc35dc1a8d16fad671f7006c85cbd0e3f5
echo 200efebc35dc1a8d16fad671f7006c85cbd0e3f5 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/matrix.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/matrix.revision updated
Building matrix@200efebc35dc1a8d16fad671f7006c85cbd0e3f5 to /tmp/ruby/src/trunk-gc-asserts/gems/matrix-0.4.2.gem
  Successfully built RubyGem
  Name: matrix
  Version: 0.4.2
  File: matrix-0.4.2.gem
Cloning https://github.com/ruby/prime
Cloning into '/tmp/ruby/src/trunk-gc-asserts/gems/src/prime'...
Update prime to d97973271103f2bdde91f3f0bd3e42526401ad77
echo d97973271103f2bdde91f3f0bd3e42526401ad77 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/prime.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/prime.revision updated
Building prime@d97973271103f2bdde91f3f0bd3e42526401ad77 to /tmp/ruby/src/trunk-gc-asserts/gems/prime-0.1.3.gem
  Successfully built RubyGem
  Name: prime
  Version: 0.1.3
  File: prime-0.1.3.gem
Cloning https://github.com/ruby/repl_type_completor
Cloning into '/tmp/ruby/src/trunk-gc-asserts/gems/src/repl_type_completor'...
Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2
echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/repl_type_completor.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/repl_type_completor.revision updated
Building repl_type_completor@25108aa8d69ddaba0b5da3feff1c0035371524b2 to /tmp/ruby/src/trunk-gc-asserts/gems/repl_type_completor-0.1.11.gem
  Successfully built RubyGem
  Name: repl_type_completor
  Version: 0.1.11
  File: repl_type_completor-0.1.11.gem
Cloning https://github.com/ruby/ostruct
Cloning into '/tmp/ruby/src/trunk-gc-asserts/gems/src/ostruct'...
Update ostruct to 50d51248bec5560a102a1024aff4174b31dca8cc
From https://github.com/ruby/ostruct
 * branch            50d51248bec5560a102a1024aff4174b31dca8cc -> FETCH_HEAD
HEAD is now at 50d5124 Use `Ractor#value` as `Ractor#take` is removed
echo 50d51248bec5560a102a1024aff4174b31dca8cc | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/ostruct.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/ostruct.revision updated
Building ostruct@50d51248bec5560a102a1024aff4174b31dca8cc to /tmp/ruby/src/trunk-gc-asserts/gems/ostruct-0.6.1.gem
  Successfully built RubyGem
  Name: ostruct
  Version: 0.6.1
  File: ostruct-0.6.1.gem
$$$[end] "make update-download DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make update-src      DEFS="-DRGENGC_CHECK_MODE=2"
Already up to date.
Latest commit hash = db2cfebff1
$$$[end] "make update-src      DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make after-update    DEFS="-DRGENGC_CHECK_MODE=2"
generating id.h
id.h updated
generating optinsn.inc
generating optunifs.inc
generating insns.inc
generating insns_info.inc
generating vmtc.inc
generating vm.inc
generating node_name.inc
generating known_errors.inc
known_errors.inc updated
generating vm_call_iseq_optimized.inc
vm_call_iseq_optimized.inc updated
/tmp/ruby/src/trunk-gc-asserts/revision.h updated
/usr/bin/mkdir -p /tmp/ruby/src/trunk-gc-asserts/enc/jis
+ cp /tmp/ruby/src/trunk-gc-asserts/enc/jis/props.h.blt /tmp/ruby/src/trunk-gc-asserts/enc/jis/props.h
/usr/bin/ruby --disable=gems /tmp/ruby/src/trunk-gc-asserts/tool/gen_dummy_probes.rb /tmp/ruby/src/trunk-gc-asserts/probes.d > probes.dmyh
generating parse.c
copying lex.c
generating enc/trans/newline.c ...
generating id.c
id.c updated
making /tmp/ruby/src/trunk-gc-asserts/ast.rbinc
making /tmp/ruby/src/trunk-gc-asserts/dir.rbinc
making /tmp/ruby/src/trunk-gc-asserts/gc.rbinc
making /tmp/ruby/src/trunk-gc-asserts/numeric.rbinc
making /tmp/ruby/src/trunk-gc-asserts/io.rbinc
making /tmp/ruby/src/trunk-gc-asserts/marshal.rbinc
making /tmp/ruby/src/trunk-gc-asserts/pack.rbinc
making /tmp/ruby/src/trunk-gc-asserts/trace_point.rbinc
making /tmp/ruby/src/trunk-gc-asserts/warning.rbinc
making /tmp/ruby/src/trunk-gc-asserts/array.rbinc
making /tmp/ruby/src/trunk-gc-asserts/hash.rbinc
making /tmp/ruby/src/trunk-gc-asserts/kernel.rbinc
making /tmp/ruby/src/trunk-gc-asserts/ractor.rbinc
making /tmp/ruby/src/trunk-gc-asserts/symbol.rbinc
making /tmp/ruby/src/trunk-gc-asserts/timev.rbinc
making /tmp/ruby/src/trunk-gc-asserts/thread_sync.rbinc
making /tmp/ruby/src/trunk-gc-asserts/nilclass.rbinc
making /tmp/ruby/src/trunk-gc-asserts/prelude.rbinc
making /tmp/ruby/src/trunk-gc-asserts/gem_prelude.rbinc
making /tmp/ruby/src/trunk-gc-asserts/yjit.rbinc
making /tmp/ruby/src/trunk-gc-asserts/yjit_hook.rbinc
making /tmp/ruby/src/trunk-gc-asserts/zjit.rbinc
generating /tmp/ruby/src/trunk-gc-asserts/ext/ripper/ripper.c
make[1]: Entering directory '/tmp/ruby/src/trunk-gc-asserts/ext/ripper'
extracting ripper.y from ../../parse.y
compiling compiler ripper.y
generating ripper_init.c from ./ripper_init.c.tmpl
generating eventids1.c from ../../parse.y
generating eventids1.h from ../../parse.y
generating eventids2table.c from ./eventids2.c
make[1]: Leaving directory '/tmp/ruby/src/trunk-gc-asserts/ext/ripper'
generating /tmp/ruby/src/trunk-gc-asserts/ext/rbconfig/sizeof/sizes.c
make[1]: Entering directory '/tmp/ruby/src/trunk-gc-asserts/ext/rbconfig/sizeof'
sizes.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk-gc-asserts/ext/rbconfig/sizeof'
generating /tmp/ruby/src/trunk-gc-asserts/ext/rbconfig/sizeof/limits.c
make[1]: Entering directory '/tmp/ruby/src/trunk-gc-asserts/ext/rbconfig/sizeof'
limits.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk-gc-asserts/ext/rbconfig/sizeof'
make[1]: Entering directory '/tmp/ruby/src/trunk-gc-asserts/ext/socket'
generating constant definitions
make[1]: Leaving directory '/tmp/ruby/src/trunk-gc-asserts/ext/socket'
make[1]: Entering directory '/tmp/ruby/src/trunk-gc-asserts/ext/etc'
generating constant definitions
make[1]: Leaving directory '/tmp/ruby/src/trunk-gc-asserts/ext/etc'
generating miniprelude.c
miniprelude.c updated
/bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
generating table from enc/trans/big5.c
generating enc/trans/big5.c ...
generating table from enc/trans/cesu_8.c
generating enc/trans/cesu_8.c ...
generating table from enc/trans/chinese.c
generating enc/trans/chinese.c ...
generating table from enc/trans/ebcdic.c
generating enc/trans/ebcdic.c ...
generating table from enc/trans/emoji.c
generating enc/trans/emoji.c ...
generating table from enc/trans/emoji_iso2022_kddi.c
generating enc/trans/emoji_iso2022_kddi.c ...
generating table from enc/trans/emoji_sjis_docomo.c
generating enc/trans/emoji_sjis_docomo.c ...
generating table from enc/trans/emoji_sjis_kddi.c
generating enc/trans/emoji_sjis_kddi.c ...
generating table from enc/trans/emoji_sjis_softbank.c
generating enc/trans/emoji_sjis_softbank.c ...
generating table from enc/trans/escape.c
generating enc/trans/escape.c ...
generating table from enc/trans/gb18030.c
generating enc/trans/gb18030.c ...
generating table from enc/trans/gbk.c
generating enc/trans/gbk.c ...
generating table from enc/trans/iso2022.c
generating enc/trans/iso2022.c ...
generating table from enc/trans/japanese.c
generating enc/trans/japanese.c ...
generating table from enc/trans/japanese_euc.c
generating enc/trans/japanese_euc.c ...
generating table from enc/trans/japanese_sjis.c
generating enc/trans/japanese_sjis.c ...
generating table from enc/trans/korean.c
generating enc/trans/korean.c ...
generating table from enc/trans/single_byte.c
generating enc/trans/single_byte.c ...
generating table from enc/trans/utf8_mac.c
generating enc/trans/utf8_mac.c ...
generating table from enc/trans/utf_16_32.c
generating enc/trans/utf_16_32.c ...
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
Update power_assert to a7dab941153b233d3412e249d25da52a6c5691de
echo a7dab941153b233d3412e249d25da52a6c5691de | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/power_assert.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/power_assert.revision unchanged
Building power_assert@a7dab941153b233d3412e249d25da52a6c5691de to /tmp/ruby/src/trunk-gc-asserts/gems/power_assert-2.0.5.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.6dev
  File: power_assert-2.0.6dev.gem
Update matrix to 200efebc35dc1a8d16fad671f7006c85cbd0e3f5
echo 200efebc35dc1a8d16fad671f7006c85cbd0e3f5 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/matrix.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/matrix.revision unchanged
Update prime to d97973271103f2bdde91f3f0bd3e42526401ad77
echo d97973271103f2bdde91f3f0bd3e42526401ad77 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/prime.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/prime.revision unchanged
Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2
echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/repl_type_completor.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/repl_type_completor.revision unchanged
Update ostruct to 50d51248bec5560a102a1024aff4174b31dca8cc
echo 50d51248bec5560a102a1024aff4174b31dca8cc | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/ostruct.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/ostruct.revision unchanged
/usr/bin/mkdir -p /tmp/ruby/src/trunk-gc-asserts/.bundle/gems
Extracting bundle gem minitest-5.25.5...
Unpacked gems/minitest-5.25.5.gem
Extracting bundle gem rake-13.3.0...
Unpacked gems/rake-13.3.0.gem
Extracting bundle gem test-unit-3.6.8...
Unpacked gems/test-unit-3.6.8.gem
Extracting bundle gem rexml-3.4.1...
Unpacked gems/rexml-3.4.1.gem
Extracting bundle gem rss-0.3.1...
Unpacked gems/rss-0.3.1.gem
Extracting bundle gem net-ftp-0.3.8...
Unpacked gems/net-ftp-0.3.8.gem
Extracting bundle gem net-imap-0.5.8...
Unpacked gems/net-imap-0.5.8.gem
Extracting bundle gem net-pop-0.1.2...
Unpacked gems/net-pop-0.1.2.gem
Extracting bundle gem net-smtp-0.5.1...
Unpacked gems/net-smtp-0.5.1.gem
Extracting bundle gem rbs-3.9.4...
Unpacked gems/rbs-3.9.4.gem
Extracting bundle gem typeprof-0.30.1...
Unpacked gems/typeprof-0.30.1.gem
Extracting bundle gem debug-1.10.0...
Unpacked gems/debug-1.10.0.gem
Extracting bundle gem racc-1.8.1...
Unpacked gems/racc-1.8.1.gem
Extracting bundle gem mutex_m-0.3.0...
Unpacked gems/mutex_m-0.3.0.gem
Extracting bundle gem getoptlong-0.2.1...
Unpacked gems/getoptlong-0.2.1.gem
Extracting bundle gem base64-0.3.0...
Unpacked gems/base64-0.3.0.gem
Extracting bundle gem bigdecimal-3.2.1...
Unpacked gems/bigdecimal-3.2.1.gem
Extracting bundle gem observer-0.1.2...
Unpacked gems/observer-0.1.2.gem
Extracting bundle gem abbrev-0.1.2...
Unpacked gems/abbrev-0.1.2.gem
Extracting bundle gem resolv-replace-0.1.1...
Unpacked gems/resolv-replace-0.1.1.gem
Extracting bundle gem rinda-0.2.0...
Unpacked gems/rinda-0.2.0.gem
Extracting bundle gem drb-2.2.3...
Unpacked gems/drb-2.2.3.gem
Extracting bundle gem nkf-0.2.0...
Unpacked gems/nkf-0.2.0.gem
Extracting bundle gem syslog-0.3.0...
Unpacked gems/syslog-0.3.0.gem
Extracting bundle gem csv-3.3.5...
Unpacked gems/csv-3.3.5.gem
Extracting bundle gem pstore-0.2.0...
Unpacked gems/pstore-0.2.0.gem
Extracting bundle gem benchmark-0.4.1...
Unpacked gems/benchmark-0.4.1.gem
Extracting bundle gem logger-1.7.0...
Unpacked gems/logger-1.7.0.gem
Extracting bundle gem rdoc-6.14.0...
Unpacked gems/rdoc-6.14.0.gem
Extracting bundle gem win32ole-1.9.2...
Unpacked gems/win32ole-1.9.2.gem
Extracting bundle gem irb-1.15.2...
Unpacked gems/irb-1.15.2.gem
Extracting bundle gem reline-0.6.1...
Unpacked gems/reline-0.6.1.gem
Extracting bundle gem readline-0.0.4...
Unpacked gems/readline-0.0.4.gem
Extracting bundle gem fiddle-1.1.8...
Unpacked gems/fiddle-1.1.8.gem
Extracting bundle gem power_assert-2.0.5...
Try with hash version of bundled gems instead of gems/power_assert-2.0.5.gem. We don't use this gem with release version of Ruby.
Unpacked gems/power_assert-2.0.6dev.gem
Extracting bundle gem matrix-0.4.2...
Unpacked gems/matrix-0.4.2.gem
Extracting bundle gem prime-0.1.3...
Unpacked gems/prime-0.1.3.gem
Extracting bundle gem repl_type_completor-0.1.11...
Unpacked gems/repl_type_completor-0.1.11.gem
Extracting bundle gem ostruct-0.6.1...
Unpacked gems/ostruct-0.6.1.gem
$$$[end] "make after-update    DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make miniruby DEFS="-DRGENGC_CHECK_MODE=2"
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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 = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS = -DRGENGC_CHECK_MODE=2  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 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-gc-asserts/main.c
compiling /tmp/ruby/src/trunk-gc-asserts/dmydln.c
compiling /tmp/ruby/src/trunk-gc-asserts/miniinit.c
making dummy probes.h
compiling /tmp/ruby/src/trunk-gc-asserts/array.c
compiling /tmp/ruby/src/trunk-gc-asserts/ast.c
compiling /tmp/ruby/src/trunk-gc-asserts/bignum.c
compiling /tmp/ruby/src/trunk-gc-asserts/class.c
compiling /tmp/ruby/src/trunk-gc-asserts/compar.c
compiling /tmp/ruby/src/trunk-gc-asserts/compile.c
compiling /tmp/ruby/src/trunk-gc-asserts/complex.c
compiling /tmp/ruby/src/trunk-gc-asserts/cont.c
compiling /tmp/ruby/src/trunk-gc-asserts/debug.c
compiling /tmp/ruby/src/trunk-gc-asserts/debug_counter.c
compiling /tmp/ruby/src/trunk-gc-asserts/dir.c
compiling /tmp/ruby/src/trunk-gc-asserts/dln_find.c
compiling /tmp/ruby/src/trunk-gc-asserts/encoding.c
compiling /tmp/ruby/src/trunk-gc-asserts/enum.c
compiling /tmp/ruby/src/trunk-gc-asserts/enumerator.c
compiling /tmp/ruby/src/trunk-gc-asserts/error.c
compiling /tmp/ruby/src/trunk-gc-asserts/eval.c
compiling /tmp/ruby/src/trunk-gc-asserts/file.c
compiling /tmp/ruby/src/trunk-gc-asserts/gc.c
compiling /tmp/ruby/src/trunk-gc-asserts/hash.c
compiling /tmp/ruby/src/trunk-gc-asserts/inits.c
compiling /tmp/ruby/src/trunk-gc-asserts/imemo.c
compiling /tmp/ruby/src/trunk-gc-asserts/io.c
compiling /tmp/ruby/src/trunk-gc-asserts/io_buffer.c
compiling /tmp/ruby/src/trunk-gc-asserts/iseq.c
compiling /tmp/ruby/src/trunk-gc-asserts/load.c
compiling /tmp/ruby/src/trunk-gc-asserts/marshal.c
compiling /tmp/ruby/src/trunk-gc-asserts/math.c
compiling /tmp/ruby/src/trunk-gc-asserts/memory_view.c
compiling /tmp/ruby/src/trunk-gc-asserts/namespace.c
compiling /tmp/ruby/src/trunk-gc-asserts/node.c
compiling /tmp/ruby/src/trunk-gc-asserts/node_dump.c
compiling /tmp/ruby/src/trunk-gc-asserts/numeric.c
compiling /tmp/ruby/src/trunk-gc-asserts/object.c
compiling /tmp/ruby/src/trunk-gc-asserts/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-gc-asserts/parser_st.c
compiling /tmp/ruby/src/trunk-gc-asserts/proc.c
compiling /tmp/ruby/src/trunk-gc-asserts/process.c
compiling /tmp/ruby/src/trunk-gc-asserts/ractor.c
compiling /tmp/ruby/src/trunk-gc-asserts/random.c
compiling /tmp/ruby/src/trunk-gc-asserts/range.c
compiling /tmp/ruby/src/trunk-gc-asserts/rational.c
compiling /tmp/ruby/src/trunk-gc-asserts/re.c
compiling /tmp/ruby/src/trunk-gc-asserts/regcomp.c
compiling /tmp/ruby/src/trunk-gc-asserts/regenc.c
compiling /tmp/ruby/src/trunk-gc-asserts/regerror.c
compiling /tmp/ruby/src/trunk-gc-asserts/regexec.c
compiling /tmp/ruby/src/trunk-gc-asserts/regparse.c
compiling /tmp/ruby/src/trunk-gc-asserts/regsyntax.c
compiling /tmp/ruby/src/trunk-gc-asserts/ruby.c
compiling /tmp/ruby/src/trunk-gc-asserts/ruby_parser.c
compiling /tmp/ruby/src/trunk-gc-asserts/scheduler.c
compiling /tmp/ruby/src/trunk-gc-asserts/shape.c
compiling /tmp/ruby/src/trunk-gc-asserts/signal.c
compiling /tmp/ruby/src/trunk-gc-asserts/sprintf.c
compiling /tmp/ruby/src/trunk-gc-asserts/st.c
compiling /tmp/ruby/src/trunk-gc-asserts/set.c
compiling /tmp/ruby/src/trunk-gc-asserts/strftime.c
compiling /tmp/ruby/src/trunk-gc-asserts/string.c
compiling /tmp/ruby/src/trunk-gc-asserts/struct.c
compiling /tmp/ruby/src/trunk-gc-asserts/symbol.c
compiling /tmp/ruby/src/trunk-gc-asserts/thread.c
compiling /tmp/ruby/src/trunk-gc-asserts/time.c
compiling /tmp/ruby/src/trunk-gc-asserts/transcode.c
compiling /tmp/ruby/src/trunk-gc-asserts/util.c
compiling /tmp/ruby/src/trunk-gc-asserts/variable.c
compiling /tmp/ruby/src/trunk-gc-asserts/version.c
compiling /tmp/ruby/src/trunk-gc-asserts/vm.c
compiling /tmp/ruby/src/trunk-gc-asserts/vm_backtrace.c
compiling /tmp/ruby/src/trunk-gc-asserts/vm_dump.c
compiling /tmp/ruby/src/trunk-gc-asserts/vm_sync.c
compiling /tmp/ruby/src/trunk-gc-asserts/vm_trace.c
compiling /tmp/ruby/src/trunk-gc-asserts/weakmap.c
compiling prism/api_node.c
compiling /tmp/ruby/src/trunk-gc-asserts/prism/api_pack.c
compiling prism/diagnostic.c
compiling /tmp/ruby/src/trunk-gc-asserts/prism/encoding.c
compiling /tmp/ruby/src/trunk-gc-asserts/prism/extension.c
compiling prism/node.c
compiling /tmp/ruby/src/trunk-gc-asserts/prism/options.c
compiling /tmp/ruby/src/trunk-gc-asserts/prism/pack.c
compiling prism/prettyprint.c
compiling /tmp/ruby/src/trunk-gc-asserts/prism/regexp.c
compiling prism/serialize.c
compiling /tmp/ruby/src/trunk-gc-asserts/prism/static_literals.c
compiling prism/token_type.c
compiling /tmp/ruby/src/trunk-gc-asserts/prism/util/pm_buffer.c
compiling /tmp/ruby/src/trunk-gc-asserts/prism/util/pm_char.c
compiling /tmp/ruby/src/trunk-gc-asserts/prism/util/pm_constant_pool.c
compiling /tmp/ruby/src/trunk-gc-asserts/prism/util/pm_integer.c
compiling /tmp/ruby/src/trunk-gc-asserts/prism/util/pm_list.c
compiling /tmp/ruby/src/trunk-gc-asserts/prism/util/pm_memchr.c
compiling /tmp/ruby/src/trunk-gc-asserts/prism/util/pm_newline_list.c
compiling /tmp/ruby/src/trunk-gc-asserts/prism/util/pm_string.c
compiling /tmp/ruby/src/trunk-gc-asserts/prism/util/pm_strncasecmp.c
compiling /tmp/ruby/src/trunk-gc-asserts/prism/util/pm_strpbrk.c
compiling /tmp/ruby/src/trunk-gc-asserts/prism/prism.c
compiling /tmp/ruby/src/trunk-gc-asserts/prism_init.c
compiling /tmp/ruby/src/trunk-gc-asserts/yjit.c
compiling /tmp/ruby/src/trunk-gc-asserts/jit.c
building Rust YJIT (release mode)
touch /tmp/ruby/build/trunk-gc-asserts/target/release/libyjit.a
partial linking /tmp/ruby/build/trunk-gc-asserts/target/release/libyjit.a into /tmp/ruby/build/trunk-gc-asserts/target/release/libyjit.o
assembling /tmp/ruby/src/trunk-gc-asserts/coroutine/amd64/Context.S
compiling /tmp/ruby/src/trunk-gc-asserts/enc/ascii.c
compiling /tmp/ruby/src/trunk-gc-asserts/enc/us_ascii.c
compiling /tmp/ruby/src/trunk-gc-asserts/enc/unicode.c
compiling /tmp/ruby/src/trunk-gc-asserts/enc/utf_8.c
compiling enc/trans/newline.c
compiling /tmp/ruby/src/trunk-gc-asserts/missing/setproctitle.c
compiling /tmp/ruby/src/trunk-gc-asserts/addr2line.c
linking miniruby
$$$[end] "make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make ruby DEFS="-DRGENGC_CHECK_MODE=2"
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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 = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS = -DRGENGC_CHECK_MODE=2  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 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-gc-asserts/dln.c
compiling /tmp/ruby/src/trunk-gc-asserts/localeinit.c
creating verconf.h
verconf.h updated
compiling /tmp/ruby/src/trunk-gc-asserts/loadpath.c
builtin_binary.inc updated
57c95ce0eb8082f3059844352f731c134207c1d9848baae9884d0a188943ea22  builtin_binary.inc
compiling /tmp/ruby/src/trunk-gc-asserts/builtin.c
compiling /tmp/ruby/src/trunk-gc-asserts/dmyext.c
compiling /tmp/ruby/src/trunk-gc-asserts/dmyenc.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.5.0
linking ruby
$$$[end] "make ruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make all DEFS="-DRGENGC_CHECK_MODE=2"
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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 = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS = -DRGENGC_CHECK_MODE=2  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 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 updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating transdb.h
transdb.h updated
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
configuring -test-/RUBY_ALIGNOF
configuring -test-/abi
configuring -test-/arith_seq/beg_len_step
configuring -test-/arith_seq/extract
configuring -test-/array/concat
configuring -test-/array/resize
configuring -test-/asan
configuring -test-/bignum
configuring -test-/bug-14834
configuring -test-/bug-3571
configuring -test-/bug-5832
configuring -test-/bug_reporter
configuring -test-/class
configuring -test-/cxxanyargs
configuring -test-/debug
configuring -test-/dln/empty
configuring -test-/econv
configuring -test-/ensure_and_callcc
configuring -test-/enumerator_kw
configuring -test-/eval
configuring -test-/exception
configuring -test-/fatal
configuring -test-/file
configuring -test-/float
configuring -test-/funcall
configuring -test-/gvl/call_without_gvl
configuring -test-/hash
configuring -test-/integer
configuring -test-/iseq_load
configuring -test-/iter
configuring -test-/load/dot.dot
configuring -test-/load/protect
configuring -test-/load/resolve_symbol_resolver
configuring -test-/load/resolve_symbol_target
configuring -test-/load/stringify_symbols
configuring -test-/load/stringify_target
configuring -test-/marshal/compat
configuring -test-/marshal/internal_ivar
configuring -test-/marshal/usr
configuring -test-/memory_status
configuring -test-/memory_view
configuring -test-/method
configuring -test-/namespace/yay1
configuring -test-/namespace/yay2
configuring -test-/notimplement
configuring -test-/num2int
configuring -test-/path_to_class
configuring -test-/popen_deadlock
configuring -test-/postponed_job
configuring -test-/printf
configuring -test-/proc
configuring -test-/public_header_warnings
configuring -test-/random
configuring -test-/rational
configuring -test-/rb_call_super_kw
configuring -test-/recursion
configuring -test-/regexp
configuring -test-/scan_args
configuring -test-/st/foreach
configuring -test-/st/numhash
configuring -test-/st/update
configuring -test-/stack
configuring -test-/string
configuring -test-/struct
configuring -test-/symbol
configuring -test-/thread/id
configuring -test-/thread/instrumentation
configuring -test-/thread/lock_native_thread
configuring -test-/time
configuring -test-/tracepoint
configuring -test-/typeddata
configuring -test-/vm
configuring -test-/wait
configuring cgi/escape
configuring continuation
configuring coverage
configuring date
configuring digest
configuring digest/bubblebabble
configuring digest/md5
configuring digest/rmd160
configuring digest/sha1
configuring digest/sha2
configuring erb/escape
configuring etc
configuring fcntl
configuring io/console
configuring io/nonblock
configuring io/wait
configuring json
configuring json/generator
configuring json/parser
configuring monitor
configuring objspace
configuring openssl
configuring pathname
configuring psych
configuring pty
configuring rbconfig/sizeof
configuring ripper
configuring rubyvm
configuring socket
configuring stringio
configuring strscan
configuring zlib
configuring bigdecimal-3.2.1/ext/bigdecimal
configuring debug-1.10.0/ext/debug
configuring fiddle-1.1.8/ext/fiddle
configuring nkf-0.2.0/ext/nkf
configuring racc-1.8.1/ext/racc/cparse
configuring rbs-3.9.4/ext/rbs_extension
configuring syslog-0.3.0/ext/syslog
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating makefile exts.mk
exts.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/RUBY_ALIGNOF'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/RUBY_ALIGNOF/c.c
linking shared-object -test-/RUBY_ALIGNOF.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/abi'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/abi/abi.c
linking shared-object -test-/abi.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/abi'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/arith_seq/beg_len_step'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/arith_seq/beg_len_step/beg_len_step.c
linking shared-object -test-/arith_seq/beg_len_step.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/arith_seq/beg_len_step'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/arith_seq/extract'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/arith_seq/extract/extract.c
linking shared-object -test-/arith_seq/extract.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/array/concat'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/array/concat/to_ary_concat.c
linking shared-object -test-/array/to_ary_concat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/array/concat'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/array/resize'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/array/resize/resize.c
linking shared-object -test-/array/resize.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/array/resize'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/asan'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/asan/asan.c
linking shared-object -test-/asan.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/asan'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/bignum/big2str.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/bignum/bigzero.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/bignum/div.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/bignum/init.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/bignum/intpack.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/bignum/mul.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/bignum/str2big.c
linking shared-object -test-/bignum.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/bignum'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/bug-14834'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/bug-14834/bug-14834.c
linking shared-object -test-/bug_14834.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/bug-3571'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/bug-3571/bug.c
linking shared-object -test-/bug_3571.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/bug-3571'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/bug-5832'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/bug-5832/bug.c
linking shared-object -test-/bug_5832.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/bug-5832'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/bug_reporter'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/bug_reporter/bug_reporter.c
linking shared-object -test-/bug_reporter.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/bug_reporter'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/class'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/class/class2name.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/class/init.c
linking shared-object -test-/class.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/class'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/debug'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/debug/init.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/debug/inspector.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/debug/profile_frames.c
linking shared-object -test-/debug.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/dln/empty'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/dln/empty/empty.c
linking shared-object -test-/dln/empty.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/dln/empty'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/econv'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/econv/append.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/econv/init.c
linking shared-object -test-/econv.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/econv'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/ensure_and_callcc'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/ensure_and_callcc/ensure_and_callcc.c
linking shared-object -test-/ensure_and_callcc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/ensure_and_callcc'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/enumerator_kw'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/enumerator_kw/enumerator_kw.c
linking shared-object -test-/enumerator_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/enumerator_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/eval'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/eval/eval.c
linking shared-object -test-/eval.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/eval'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/exception'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/exception/dataerror.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/exception/enc_raise.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/exception/ensured.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/exception/init.c
linking shared-object -test-/exception.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/fatal'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/fatal/init.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/fatal/invalid.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/fatal/rb_fatal.c
linking shared-object -test-/fatal.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/fatal'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/file'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/file/fs.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/file/init.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/file/newline_conv.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/file/stat.c
linking shared-object -test-/file.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/file'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/float'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/float/init.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/float/nextafter.c
linking shared-object -test-/float.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/float'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/funcall'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/funcall/funcall.c
linking shared-object -test-/funcall.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/funcall'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/gvl/call_without_gvl'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/gvl/call_without_gvl/call_without_gvl.c
linking shared-object -test-/gvl/call_without_gvl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/gvl/call_without_gvl'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/hash'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/hash/delete.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/hash/init.c
linking shared-object -test-/hash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/hash'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/integer'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/integer/core_ext.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/integer/init.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/integer/my_integer.c
linking shared-object -test-/integer.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/integer'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/iseq_load'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/iseq_load/iseq_load.c
linking shared-object -test-/iseq_load.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/iseq_load'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/iter'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/iter/break.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/iter/init.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/iter/yield.c
linking shared-object -test-/iter.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/iter'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/load/dot.dot'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/load/dot.dot/dot.dot.c
linking shared-object -test-/load/dot.dot.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/load/dot.dot'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/load/protect'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/load/protect/protect.c
linking shared-object -test-/load/protect.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/load/protect'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/load/resolve_symbol_resolver'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/load/resolve_symbol_resolver/resolve_symbol_resolver.c
linking shared-object -test-/load/resolve_symbol_resolver.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/load/resolve_symbol_resolver'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/load/resolve_symbol_target'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/load/resolve_symbol_target/resolve_symbol_target.c
linking shared-object -test-/load/resolve_symbol_target.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/load/resolve_symbol_target'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/load/stringify_symbols'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/load/stringify_symbols/stringify_symbols.c
linking shared-object -test-/load/stringify_symbols.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/load/stringify_symbols'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/load/stringify_target'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/load/stringify_target/stringify_target.c
linking shared-object -test-/load/stringify_target.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/load/stringify_target'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/marshal/compat'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/marshal/compat/usrcompat.c
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/marshal/internal_ivar/internal_ivar.c
linking shared-object -test-/marshal/internal_ivar.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/marshal/usr'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/marshal/usr/usrmarshal.c
linking shared-object -test-/marshal/usr.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/marshal/usr'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/memory_view'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/memory_view/memory_view.c
linking shared-object -test-/memory_view.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/memory_view'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/method'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/method/arity.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/method/init.c
linking shared-object -test-/method.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/method'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/namespace/yay1'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/namespace/yay1/yay1.c
linking shared-object -test-/namespace/yay1.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/namespace/yay1'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/namespace/yay2'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/namespace/yay2/yay2.c
linking shared-object -test-/namespace/yay2.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/namespace/yay2'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/notimplement'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/notimplement/bug.c
linking shared-object -test-/notimplement.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/notimplement'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/num2int'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/num2int/num2int.c
linking shared-object -test-/num2int.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/num2int'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/path_to_class'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/path_to_class/path_to_class.c
linking shared-object -test-/path_to_class.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/path_to_class'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/popen_deadlock'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/popen_deadlock'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/postponed_job'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/postponed_job/postponed_job.c
linking shared-object -test-/postponed_job.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/postponed_job'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/printf'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/printf/printf.c
linking shared-object -test-/printf.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/printf'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/proc'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/proc/init.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/proc/receiver.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/proc/super.c
linking shared-object -test-/proc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/proc'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/random'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/random/bad_version.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/random/init.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/random/loop.c
linking shared-object -test-/random.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/random'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/rational'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/rational/rat.c
linking shared-object -test-/rational.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
linking shared-object -test-/rb_call_super_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/rb_call_super_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/recursion'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/recursion/recursion.c
linking shared-object -test-/recursion.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/recursion'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/regexp'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/regexp/init.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/regexp/parse_depth_limit.c
linking shared-object -test-/regexp.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/regexp'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/scan_args/scan_args.c
linking shared-object -test-/scan_args.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/scan_args'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/st/foreach'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/st/foreach/foreach.c
linking shared-object -test-/st/foreach.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/st/foreach'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/st/numhash'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/st/numhash/numhash.c
linking shared-object -test-/st/numhash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/st/numhash'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/st/update'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/st/update/update.c
linking shared-object -test-/st/update.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/st/update'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/stack'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/stack/stack.c
linking shared-object -test-/stack.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/stack'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/string'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/capacity.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/coderange.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/cstr.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/ellipsize.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/enc_associate.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/enc_dummy.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/enc_str_buf_cat.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/fstring.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/init.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/modify.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/new.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/nofree.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/normalize.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/qsort.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/rb_interned_str.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/rb_str_dup.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/set_len.c
linking shared-object -test-/string.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/string'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/struct'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/struct/data.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/struct/duplicate.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/struct/init.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/struct/len.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/struct/member.c
linking shared-object -test-/struct.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/struct'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/symbol/init.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/symbol/type.c
linking shared-object -test-/symbol.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/symbol'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/thread/id'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/thread/id/id.c
linking shared-object -test-/thread/id.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/thread/id'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/thread/instrumentation/instrumentation.c
linking shared-object -test-/thread/instrumentation.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/thread/instrumentation'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/thread/lock_native_thread'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/thread/lock_native_thread/lock_native_thread.c
linking shared-object -test-/thread/lock_native_thread.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/thread/lock_native_thread'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/time'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/time/init.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/time/leap_second.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/time/new.c
linking shared-object -test-/time.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/time'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/tracepoint'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/tracepoint/gc_hook.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/tracepoint/tracepoint.c
linking shared-object -test-/tracepoint.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/tracepoint'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/typeddata'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/typeddata/typeddata.c
linking shared-object -test-/typeddata.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/typeddata'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/vm'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/vm/at_exit.c
linking shared-object -test-/vm/at_exit.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/vm'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/wait'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/wait/wait.c
linking shared-object -test-/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/cgi/escape'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/cgi/escape/escape.c
linking shared-object cgi/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/cgi/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/continuation'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/continuation/continuation.c
linking shared-object continuation.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/continuation'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/coverage/coverage.c
linking shared-object coverage.so
installing default coverage libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/date'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/date/date_core.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/date/date_parse.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/date/date_strftime.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/date/date_strptime.c
linking shared-object date_core.so
installing default date_core libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/digest/digest.c
linking shared-object digest.so
installing digest libraries
installing default digest libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/bubblebabble'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/digest/bubblebabble/bubblebabble.c
linking shared-object digest/bubblebabble.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/bubblebabble'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/md5'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/digest/md5/md5init.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/digest/md5/md5.c
linking shared-object digest/md5.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/md5'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/digest/rmd160/rmd160init.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/digest/rmd160/rmd160.c
linking shared-object digest/rmd160.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/rmd160'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha1'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/digest/sha1/sha1init.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/digest/sha1/sha1.c
linking shared-object digest/sha1.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha1'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/digest/sha2/sha2init.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/digest/sha2/sha2.c
linking shared-object digest/sha2.so
installing default sha2 libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/erb/escape'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/erb/escape/escape.c
linking shared-object erb/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/erb/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/etc'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/etc/etc.c
linking shared-object etc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/etc'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/fcntl'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/fcntl/fcntl.c
linking shared-object fcntl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/io/console/console.c
linking shared-object io/console.so
installing default console libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/nonblock'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/io/nonblock/nonblock.c
linking shared-object io/nonblock.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/nonblock'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/wait'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/io/wait/wait.c
linking shared-object io/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/json'
installing default libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/json/generator'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/json/generator/generator.c
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/json/generator'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/json/parser'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/json/parser/parser.c
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/json/parser'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/monitor/monitor.c
linking shared-object monitor.so
installing default monitor libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/objspace/object_tracing.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/objspace/objspace.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/objspace/objspace_dump.c
linking shared-object objspace.so
installing default objspace libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_asn1.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_bio.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_bn.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_cipher.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_config.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_digest.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_engine.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_hmac.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_kdf.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_ns_spki.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_ocsp.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_pkcs12.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_pkcs7.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_pkey.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_pkey_dh.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_pkey_dsa.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_pkey_ec.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_pkey_rsa.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_provider.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_rand.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_ssl.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_ssl_session.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_ts.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_x509.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_x509attr.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_x509cert.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_x509crl.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_x509ext.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_x509name.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_x509req.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_x509revoked.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_x509store.c
linking shared-object openssl.so
installing default openssl libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pathname'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/pathname/pathname.c
linking shared-object pathname.so
installing default pathname libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/psych/psych.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/psych/psych_emitter.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/psych/psych_parser.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/psych/psych_to_ruby.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/psych/psych_yaml_tree.c
linking shared-object psych.so
installing default psych libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/pty/pty.c
linking shared-object pty.so
installing default pty libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/rbconfig/sizeof/sizes.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/rbconfig/sizeof/limits.c
linking shared-object rbconfig/sizeof.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/ripper/eventids1.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/ripper/ripper.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/ripper/ripper_init.c
linking shared-object ripper.so
installing default ripper libraries
checking /tmp/ruby/src/trunk-gc-asserts/parse.y and /tmp/ruby/src/trunk-gc-asserts/ext/ripper/eventids2.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm'
installing default libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/init.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/constants.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/socket.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/tcpsocket.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/option.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/ifaddr.c
linking shared-object socket.so
installing default socket libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/stringio'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/stringio/stringio.c
linking shared-object stringio.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/stringio'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/strscan'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/strscan/strscan.c
linking shared-object strscan.so
installing default strscan libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/zlib'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/zlib/zlib.c
linking shared-object zlib.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/zlib'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.2.1/ext/bigdecimal'
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/bigdecimal-3.2.1/ext/bigdecimal/bigdecimal.c
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/bigdecimal-3.2.1/ext/bigdecimal/missing.c
linking shared-object bigdecimal.so
ln -sfT ../../../../../src/trunk-gc-asserts/.bundle/gems/bigdecimal-3.2.1/lib ../../../../../.bundle/gems/bigdecimal-3.2.1/lib
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.2.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.10.0/ext/debug'
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/debug-1.10.0/ext/debug/debug.c
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/debug-1.10.0/ext/debug/iseq_collector.c
linking shared-object debug/debug.so
ln -sfT ../../../../../src/trunk-gc-asserts/.bundle/gems/debug-1.10.0/lib ../../../../../.bundle/gems/debug-1.10.0/lib
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle/closure.c
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle/conversions.c
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle/fiddle.c
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle/function.c
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle/handle.c
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle/memory_view.c
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle/pinned.c
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle/pointer.c
linking shared-object fiddle.so
ln -sfT ../../../../../src/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/lib ../../../../../.bundle/gems/fiddle-1.1.8/lib
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf/nkf.c
linking shared-object nkf.so
ln -sfT ../../../../../src/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/bin ../../../../../.bundle/gems/nkf-0.2.0/bin
ln -sfT ../../../../../src/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/lib ../../../../../.bundle/gems/nkf-0.2.0/lib
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse/cparse.c
linking shared-object racc/cparse.so
ln -sfT ../../../../../src/trunk-gc-asserts/.bundle/gems/racc-1.8.1/bin ../../../../../../.bundle/gems/racc-1.8.1/bin
ln -sfT ../../../../../src/trunk-gc-asserts/.bundle/gems/racc-1.8.1/lib ../../../../../../.bundle/gems/racc-1.8.1/lib
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension/../../src/constants.c
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension/../../src/ruby_objs.c
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension/../../src/util/rbs_constant_pool.c
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension/lexer.c
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension/lexstate.c
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension/location.c
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension/main.c
/tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension/main.c: In function ‘Init_rbs_extension’:
/tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension/main.c:24:3: warning: multi-line comment [-Wcomment]
   24 |   // grep -o 'INTERN("\([^"]*\)")' ext/rbs_extension/parser.c \
      |   ^
At top level:
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension/parser.c
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension/parserstate.c
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension/unescape.c
linking shared-object rbs_extension.so
ln -sfT ../../../../../src/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/lib ../../../../../.bundle/gems/rbs-3.9.4/lib
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/ext/syslog/syslog.c
linking shared-object syslog_ext.so
ln -sfT ../../../../../src/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/bin ../../../../../.bundle/gems/syslog-0.3.0/bin
ln -sfT ../../../../../src/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/lib ../../../../../.bundle/gems/syslog-0.3.0/lib
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-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/digest_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/finalizer_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-gc-asserts'
compiling /tmp/ruby/src/trunk-gc-asserts/enc/encdb.c
linking encoding encdb.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/big5.c
linking encoding big5.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/cesu_8.c
linking encoding cesu_8.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/cp949.c
linking encoding cp949.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/emacs_mule.c
linking encoding emacs_mule.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/euc_jp.c
linking encoding euc_jp.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/euc_kr.c
linking encoding euc_kr.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/euc_tw.c
linking encoding euc_tw.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/gb2312.c
linking encoding gb2312.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/gb18030.c
linking encoding gb18030.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/gbk.c
linking encoding gbk.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_1.c
linking encoding iso_8859_1.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_2.c
linking encoding iso_8859_2.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_3.c
linking encoding iso_8859_3.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_4.c
linking encoding iso_8859_4.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_5.c
linking encoding iso_8859_5.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_6.c
linking encoding iso_8859_6.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_7.c
linking encoding iso_8859_7.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_8.c
linking encoding iso_8859_8.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_9.c
linking encoding iso_8859_9.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_10.c
linking encoding iso_8859_10.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_11.c
linking encoding iso_8859_11.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_13.c
linking encoding iso_8859_13.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_14.c
linking encoding iso_8859_14.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_15.c
linking encoding iso_8859_15.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_16.c
linking encoding iso_8859_16.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/koi8_r.c
linking encoding koi8_r.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/koi8_u.c
linking encoding koi8_u.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/shift_jis.c
linking encoding shift_jis.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/utf_16be.c
linking encoding utf_16be.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/utf_16le.c
linking encoding utf_16le.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/utf_32be.c
linking encoding utf_32be.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/utf_32le.c
linking encoding utf_32le.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/windows_31j.c
linking encoding windows_31j.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/windows_1250.c
linking encoding windows_1250.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/windows_1251.c
linking encoding windows_1251.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/windows_1252.c
linking encoding windows_1252.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/windows_1253.c
linking encoding windows_1253.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/windows_1254.c
linking encoding windows_1254.so
compiling /tmp/ruby/src/trunk-gc-asserts/enc/windows_1257.c
linking encoding windows_1257.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/transdb.c
linking transcoder transdb.so
generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/big5.c
generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/big5.c ...
compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/big5.c
linking transcoder big5.so
generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/cesu_8.c
generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/cesu_8.c ...
compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/cesu_8.c
linking transcoder cesu_8.so
generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/chinese.c
generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/chinese.c ...
compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/chinese.c
linking transcoder chinese.so
generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/ebcdic.c
generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/ebcdic.c ...
compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/ebcdic.c
linking transcoder ebcdic.so
generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji.c
generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji.c ...
compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji.c
linking transcoder emoji.so
generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji_iso2022_kddi.c
generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji_iso2022_kddi.c ...
compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji_iso2022_kddi.c
linking transcoder emoji_iso2022_kddi.so
generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji_sjis_docomo.c
generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji_sjis_docomo.c ...
compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji_sjis_docomo.c
linking transcoder emoji_sjis_docomo.so
generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji_sjis_kddi.c
generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji_sjis_kddi.c ...
compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji_sjis_kddi.c
linking transcoder emoji_sjis_kddi.so
generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji_sjis_softbank.c
generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji_sjis_softbank.c ...
compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji_sjis_softbank.c
linking transcoder emoji_sjis_softbank.so
generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/escape.c
generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/escape.c ...
compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/escape.c
linking transcoder escape.so
generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/gb18030.c
generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/gb18030.c ...
compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/gb18030.c
linking transcoder gb18030.so
generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/gbk.c
generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/gbk.c ...
compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/gbk.c
linking transcoder gbk.so
generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/iso2022.c
generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/iso2022.c ...
compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/iso2022.c
linking transcoder iso2022.so
generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/japanese.c
generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/japanese.c ...
compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/japanese.c
linking transcoder japanese.so
generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/japanese_euc.c
generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/japanese_euc.c ...
compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/japanese_euc.c
linking transcoder japanese_euc.so
generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/japanese_sjis.c
generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/japanese_sjis.c ...
compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/japanese_sjis.c
linking transcoder japanese_sjis.so
generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/korean.c
generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/korean.c ...
compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/korean.c
linking transcoder korean.so
generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/single_byte.c
generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/single_byte.c ...
compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/single_byte.c
linking transcoder single_byte.so
generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/utf8_mac.c
generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/utf8_mac.c ...
compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/utf8_mac.c
linking transcoder utf8_mac.so
generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/utf_16_32.c
generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/utf_16_32.c ...
compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/utf_16_32.c
linking transcoder utf_16_32.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
$$$[end] "make all DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make install DEFS="-DRGENGC_CHECK_MODE=2"
Update power_assert to a7dab941153b233d3412e249d25da52a6c5691de
echo a7dab941153b233d3412e249d25da52a6c5691de | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/power_assert.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/power_assert.revision unchanged
Building power_assert@a7dab941153b233d3412e249d25da52a6c5691de to /tmp/ruby/src/trunk-gc-asserts/gems/power_assert-2.0.5.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.6dev
  File: power_assert-2.0.6dev.gem
Update matrix to 200efebc35dc1a8d16fad671f7006c85cbd0e3f5
echo 200efebc35dc1a8d16fad671f7006c85cbd0e3f5 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/matrix.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/matrix.revision unchanged
Update prime to d97973271103f2bdde91f3f0bd3e42526401ad77
echo d97973271103f2bdde91f3f0bd3e42526401ad77 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/prime.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/prime.revision unchanged
Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2
echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/repl_type_completor.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/repl_type_completor.revision unchanged
Update ostruct to 50d51248bec5560a102a1024aff4174b31dca8cc
echo 50d51248bec5560a102a1024aff4174b31dca8cc | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/ostruct.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/ostruct.revision unchanged
Extracting bundle gem power_assert-2.0.5...
Try with hash version of bundled gems instead of gems/power_assert-2.0.5.gem. We don't use this gem with release version of Ruby.
Unpacked gems/power_assert-2.0.6dev.gem
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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 = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS = -DRGENGC_CHECK_MODE=2  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating transdb.h
transdb.h updated
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.2.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.2.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/transdb.c
linking transcoder transdb.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
./miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I. -I.ext/common  /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-gc-asserts/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="" --make-flags=" -- DEFS=-DRGENGC_CHECK_MODE=2" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
installing binary commands:         /tmp/ruby/install/trunk-gc-asserts/bin
installing base libraries:          /tmp/ruby/install/trunk-gc-asserts/lib
installing arch files:              /tmp/ruby/install/trunk-gc-asserts/lib/ruby/3.5.0+1/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-gc-asserts/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-gc-asserts/lib/ruby/3.5.0+1/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-gc-asserts/lib/ruby/site_ruby/3.5.0+1/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-gc-asserts/lib/ruby/vendor_ruby/3.5.0+1/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-gc-asserts/include/ruby-3.5.0+1/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-gc-asserts/lib/ruby/3.5.0+1
installing extension scripts:       /tmp/ruby/install/trunk-gc-asserts/lib/ruby/site_ruby/3.5.0+1
installing extension scripts:       /tmp/ruby/install/trunk-gc-asserts/lib/ruby/vendor_ruby/3.5.0+1
installing extension headers:       /tmp/ruby/install/trunk-gc-asserts/include/ruby-3.5.0+1/ruby
installing command scripts:         /tmp/ruby/install/trunk-gc-asserts/bin
installing library scripts:         /tmp/ruby/install/trunk-gc-asserts/lib/ruby/3.5.0+1
installing common headers:          /tmp/ruby/install/trunk-gc-asserts/include/ruby-3.5.0+1
installing manpages:                /tmp/ruby/install/trunk-gc-asserts/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-gc-asserts/lib/ruby/gems/3.5.0+1
                                    bundler 2.7.0.dev
                                    delegate 0.4.0
                                    did_you_mean 2.0.0
                                    english 0.8.0
                                    erb 5.0.1
                                    error_highlight 0.7.0
                                    fileutils 1.7.3
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.7
                                    net-http 0.6.0
                                    net-protocol 0.2.2
                                    open-uri 0.5.0
                                    open3 0.2.1
                                    optparse 0.7.0.dev.2
                                    pp 0.6.2
                                    prettyprint 0.2.0
                                    prism 1.4.0
                                    resolv 0.6.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.4.1
                                    shellwords 0.2.2
                                    singleton 0.3.0
                                    syntax_suggest 2.0.2
                                    tempfile 0.3.1
                                    time 0.4.1
                                    timeout 0.4.3
                                    tmpdir 0.3.1
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 1.0.3
                                    weakref 0.1.3
                                    yaml 0.4.0
installing default gems from ext:   /tmp/ruby/install/trunk-gc-asserts/lib/ruby/gems/3.5.0+1
                                    date 3.4.1
                                    digest 3.2.0
                                    etc 1.4.5
                                    fcntl 1.2.0
                                    io-console 0.8.0
                                    io-nonblock 0.3.1
                                    io-wait 0.3.1
                                    json 2.12.2
                                    openssl 3.3.0
                                    pathname 0.4.0
                                    psych 5.2.6
                                    stringio 3.1.8.dev
                                    strscan 3.1.5.dev
                                    zlib 3.2.1
installing bundled gems:            /tmp/ruby/install/trunk-gc-asserts/lib/ruby/gems/3.5.0+1
                                    minitest 5.25.5
                                    rake 13.3.0
                                    test-unit 3.6.8
                                    rexml 3.4.1
                                    rss 0.3.1
                                    net-ftp 0.3.8
                                    net-imap 0.5.8
                                    net-pop 0.1.2
                                    net-smtp 0.5.1
                                    matrix 0.4.2
                                    prime 0.1.3
                                    rbs 3.9.4
                                    typeprof 0.30.1
                                    debug 1.10.0
                                    racc 1.8.1
                                    mutex_m 0.3.0
                                    getoptlong 0.2.1
                                    base64 0.3.0
                                    bigdecimal 3.2.1
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.3
                                    nkf 0.2.0
                                    syslog 0.3.0
                                    csv 3.3.5
                                    repl_type_completor 0.1.11
                                    ostruct 0.6.1
                                    pstore 0.2.0
                                    benchmark 0.4.1
                                    logger 1.7.0
                                    rdoc 6.14.0
                                    irb 1.15.2
                                    reline 0.6.1
                                    readline 0.0.4
                                    fiddle 1.1.8
installing bundled gem cache:       /tmp/ruby/install/trunk-gc-asserts/lib/ruby/gems/3.5.0+1/cache
skipped bundled gems:
    power_assert-2.0.6dev.gem       not found in bundled_gems
    win32ole-1.9.2.gem              not found in bundled_gems
$$$[end] "make install DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
$$$ #<Timeout::Error: execution expired>
### enter analyzing mode for stuck processes

$$$ ps jx
   PPID     PID    PGID     SID TTY        TPGID STAT   UID   TIME COMMAND
     11      12      12      12 ?             -1 Ss    1001   0:00 sh build-loop.sh trunk-gc-asserts --incremental --process-num=4
      1  150083      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1383_1356.rb
      1  150113      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1411_1358.rb
      1  150121      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1425_1359.rb
      1  152351      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1383_1356.rb
      1  152373      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1411_1358.rb
      1  152389      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1425_1359.rb
      1  152429      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1517_1365.rb
      1  166227      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1383_1356.rb
      1  166249      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1411_1358.rb
      1  166264      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1425_1359.rb
      1  166306      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1517_1365.rb
      1  179891      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1383_1356.rb
      1  179921      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1411_1358.rb
      1  179928      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1425_1359.rb
      1  179970      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1517_1365.rb
      1  228468      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1383_1356.rb
      1  228490      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1411_1358.rb
      1  228506      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1425_1359.rb
      1  279465      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1383_1356.rb
      1  279495      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1411_1358.rb
      1  279503      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1425_1359.rb
      1  294227      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1383_1356.rb
      1  294257      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1411_1358.rb
      1  294265      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1425_1359.rb
      1  307191      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1383_1356.rb
      1  307221      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1411_1358.rb
      1  307228      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1425_1359.rb
      1  320143      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1383_1356.rb
      1  320176      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1411_1358.rb
      1  320184      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1425_1359.rb
      1  320225      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1517_1365.rb
      1  333183      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1383_1356.rb
      1  333213      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1411_1358.rb
      1  333220      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1425_1359.rb
      1  333266      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1517_1365.rb
      1  382598      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1383_1356.rb
      1  382628      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1411_1358.rb
      1  382636      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1425_1359.rb
      1  382677      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1517_1365.rb
     12  382720      12      12 ?             -1 Sl    1001   0:00 ruby ./br.rb build_report trunk-gc-asserts --incremental --process-num=4
 382720  382723      12      12 ?             -1 S     1001   0:00 sh -c ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk-gc-asserts --logfile=/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20250602-155805 --root_dir=/tmp/ruby --timeout=21600 --build_opts='DEFS="-DRGENGC_CHECK_MODE=2"'                                          --add-env=RUBY_TEST_TIMEOUT_SCALE=100 --incremental --process-num=4
 382723  382724      12      12 ?             -1 Sl    1001   0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk-gc-asserts --logfile=/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20250602-155805 --root_dir=/tmp/ruby --timeout=21600 --build_opts=DEFS="-DRGENGC_CHECK_MODE=2" --add-env=RUBY_TEST_TIMEOUT_SCALE=100 --incremental --process-num=4
 382724  397974      12      12 ?             -1 S     1001   0:00 sh -c make yes-btest TESTOPTS='-q -j4'
 397974  397975      12      12 ?             -1 S     1001   0:00 make yes-btest TESTOPTS=-q -j4
 397975  397990      12      12 ?             -1 Sl    1001   0:02 /usr/bin/ruby --disable=gems /tmp/ruby/src/trunk-gc-asserts/bootstraptest/runner.rb --ruby=./miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I. -I.ext/common  -r./x86_64-linux-fake --disable-gems -q -j4
 397990  400492      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_990_1332.rb
 397990  400546      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1317_1352.rb
 397990  400552      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1357_1354.rb
 397990  400556      12      12 ?             -1 Sl    1001   0:00 /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I/tmp/ruby/build/trunk-gc-asserts -I/tmp/ruby/build/trunk-gc-asserts/.ext/common -r/tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake --disable-gems -W0 bootstraptest.test_ractor.rb_1366_1355.rb
 382724  400560      12      12 ?             -1 R     1001   0:00 ps jx
{11=>[12], 1=>[150083, 150113, 150121, 152351, 152373, 152389, 152429, 166227, 166249, 166264, 166306, 179891, 179921, 179928, 179970, 228468, 228490, 228506, 279465, 279495, 279503, 294227, 294257, 294265, 307191, 307221, 307228, 320143, 320176, 320184, 320225, 333183, 333213, 333220, 333266, 382598, 382628, 382636, 382677], 12=>[382720], 382720=>[382723], 382723=>[382724], 382724=>[397974, 400560], 397974=>[397975], 397975=>[397990], 397990=>[400492, 400546, 400552, 400556]}
$ timeout 60 gdb -p 400492 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
[New LWP 400496]
[New LWP 400495]
[New LWP 400494]
[New LWP 400493]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
futex_wait (private=0, expected=2, futex_word=0x55f8c4705b70) at ../sysdeps/nptl/futex-internal.h:146

>>> Threads

  Id   Target Id                                     Frame 
* 1    Thread 0x7f984b0067c0 (LWP 400492) "miniruby" futex_wait (private=0, expected=2, futex_word=0x55f8c4705b70) at ../sysdeps/nptl/futex-internal.h:146
  2    Thread 0x7f980fb1f6c0 (LWP 400496) "miniruby" futex_wait (private=0, expected=2, futex_word=0x55f8c4705b70) at ../sysdeps/nptl/futex-internal.h:146
  3    Thread 0x7f980fc3f6c0 (LWP 400495) "miniruby" futex_wait (private=0, expected=2, futex_word=0x55f8c4705b70) at ../sysdeps/nptl/futex-internal.h:146
  4    Thread 0x7f980fd5f6c0 (LWP 400494) "miniruby" 0x00007f984b0a1d61 in __futex_abstimed_wait_common64 (private=32664, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x55f8c4705bd4) at ./nptl/futex-internal.c:57
  5    Thread 0x7f98319ef6c0 (LWP 400493) "miniruby" 0x00007f984b133042 in epoll_wait (epfd=4, events=events@entry=0x55f8874cbedc <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 5 (Thread 0x7f98319ef6c0 (LWP 400493) "miniruby"):
#0  0x00007f984b133042 in epoll_wait (epfd=4, events=events@entry=0x55f8874cbedc <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
        sc_ret = -4
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x000055f88710749f in event_wait (vm=0x55f8c4705ad0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2919
        r = <optimized out>
        r = <optimized out>
#2  timer_thread_polling (vm=0x55f8c4705ad0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread_mn.c:913
        r = <optimized out>
        r = <optimized out>
        i = <optimized out>
        th = <optimized out>
        events = <optimized out>
#3  timer_thread_func (ptr=0x55f8c4705ad0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:3046
        vm = 0x55f8c4705ad0
#4  0x00007f984b0a5a94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140291644257984, -8755046026800943013, 140291644257984, -264, 0, 140727789122784, -8755046026788360101, -8755242664058703781}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f984b132c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 4 (Thread 0x7f980fd5f6c0 (LWP 400494) "miniruby"):
#0  0x00007f984b0a1d61 in __futex_abstimed_wait_common64 (private=32664, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x55f8c4705bd4) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=32664, abstime=0x0, clockid=0, expected=0, futex_word=0x55f8c4705bd4) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 256
        op = 393
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x55f8c4705bd4, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007f984b0a47dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x55f8c4705b70, cond=0x55f8c4705ba8) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7f984b0a44a0 <__condvar_cleanup_waiting>, __arg = 0x7f980fd5ed00, __canceltype = 0, __prev = 0x0}
        cbuffer = {wseq = 5, cond = 0x55f8c4705ba8, mutex = 0x55f8c4705b70, private = 0}
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 5
        seq = 2
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_wait (cond=cond@entry=0x55f8c4705ba8, mutex=mutex@entry=0x55f8c4705b70) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x000055f887103e3d in rb_native_cond_wait (cond=cond@entry=0x55f8c4705ba8, mutex=mutex@entry=0x55f8c4705b70) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:221
        r = <optimized out>
#6  0x000055f88710dd0b in ractor_sched_deq (cr=0x0, vm=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:1309
        r = <optimized out>
        r = <optimized out>
#7  nt_start (ptr=0x55f8c4786e80) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2268
        r = <optimized out>
        nt = <optimized out>
        vm = 0x55f8c4705ad0
#8  0x00007f984b0a5a94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140291077437120, -8755093812607078309, 140291077437120, -264, 0, 140727789119552, -8755093812594495397, -8755242664058703781}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#9  0x00007f984b132c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 3 (Thread 0x7f980fc3f6c0 (LWP 400495) "miniruby"):
#0  futex_wait (private=0, expected=2, futex_word=0x55f8c4705b70) at ../sysdeps/nptl/futex-internal.h:146
        __ret = -512
        err = <optimized out>
        err = <optimized out>
        __ret = <optimized out>
        resultvar = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __GI___lll_lock_wait (futex=futex@entry=0x55f8c4705b70, private=0) at ./nptl/lowlevellock.c:49
No locals.
#2  0x00007f984b0a90f1 in lll_mutex_lock_optimized (mutex=0x55f8c4705b70) at ./nptl/pthread_mutex_lock.c:48
        __futex = 0x55f8c4705b70
        private = <optimized out>
        private = <optimized out>
        __futex = <optimized out>
#3  ___pthread_mutex_lock (mutex=mutex@entry=0x55f8c4705b70) at ./nptl/pthread_mutex_lock.c:93
        type = <optimized out>
        __PRETTY_FUNCTION__ = "___pthread_mutex_lock"
        id = <optimized out>
#4  0x000055f8871011ad in rb_native_mutex_lock (lock=lock@entry=0x55f8c4705b70) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:115
        r = <optimized out>
#5  0x000055f887104ccb in ractor_sched_lock_ (line=1417, file=<synthetic pointer>, cr=0x55f8c484e8b0, vm=0x55f8c4705ad0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:477
No locals.
#6  rb_ractor_sched_barrier_start (vm=0x55f8c4705ad0, cr=0x55f8c484e8b0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:1417
        lock_rec = <optimized out>
#7  0x000055f88717ddbb in rb_vm_barrier () at /tmp/ruby/src/trunk-gc-asserts/vm_sync.c:246
        vm = <optimized out>
        cr = <optimized out>
#8  0x000055f886f6c739 in rb_gc_vm_barrier () at /tmp/ruby/src/trunk-gc-asserts/gc.c:178
No locals.
#9  0x000055f886f7f8e5 in gc_verify_internal_consistency (objspace_ptr=0x55f8c4708460) at /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:5185
        prev_during_gc = <optimized out>
        objspace = 0x55f8c4708460
        lev = 4
#10 gc_start (objspace=objspace@entry=0x55f8c4708460, reason=reason@entry=256) at /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:6332
        do_full_mark = 0
        __func__ = "gc_start"
        lock_lev = 3
#11 0x000055f886f80ce6 in heap_prepare (heap=0x55f8c4708480, objspace=0x55f8c4708460) at /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2050
        __func__ = "heap_prepare"
#12 heap_next_free_page (heap=0x55f8c4708480, objspace=0x55f8c4708460) at /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2274
        page = <optimized out>
        page = <optimized out>
        __func__ = "heap_next_free_page"
#13 newobj_cache_miss (objspace=objspace@entry=0x55f8c4708460, cache=cache@entry=0x55f8c48198f0, heap_idx=heap_idx@entry=0, vm_locked=vm_locked@entry=false) at /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2381
        page = <optimized out>
        heap = 0x55f8c4708480
        obj = <optimized out>
        lev = 2
        unlock_vm = true
#14 0x000055f886f84440 in newobj_alloc (vm_locked=false, heap_idx=<optimized out>, cache=0x55f8c48198f0, objspace=0x55f8c4708460) at /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2405
        obj = <optimized out>
        obj = <optimized out>
#15 rb_gc_impl_new_obj (alloc_size=32, wb_protected=true, v3=0, v2=0, v1=0, flags=5, klass=140291644578520, cache_ptr=0x55f8c48198f0, objspace_ptr=0x55f8c4708460) at /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2484
        obj = <optimized out>
        objspace = 0x55f8c4708460
        heap_idx = <optimized out>
        cache = 0x55f8c48198f0
        obj = <optimized out>
        objspace = <optimized out>
        heap_idx = <optimized out>
        cache = <optimized out>
#16 newobj_of (size=32, wb_protected=true, v3=0, v2=0, v1=0, flags=5, klass=140291644578520, cr=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:1005
        obj = <optimized out>
        obj = <optimized out>
        lev = <optimized out>
        gc_disabled = <optimized out>
#17 rb_wb_protected_newobj_of (ec=<optimized out>, klass=klass@entry=140291644578520, flags=flags@entry=5, size=size@entry=32) at /tmp/ruby/src/trunk-gc-asserts/gc.c:1043
        __func__ = "rb_wb_protected_newobj_of"
#18 0x000055f8870cceaf in str_alloc_embed (capa=8, klass=140291644578520) at /tmp/ruby/src/trunk-gc-asserts/string.c:1359
        size = 32
        str = <optimized out>
#19 str_enc_new (klass=140291644578520, ptr=0x55f88731fba7 "<STDIN>", len=7, enc=0x55f8c470e7c0) at /tmp/ruby/src/trunk-gc-asserts/string.c:1402
        str = <optimized out>
        termlen = 1
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#20 0x000055f886fac2d8 in prep_io (path=0x55f88731fba7 "<STDIN>", klass=140291644389600, fmode=65537, fd=0) at /tmp/ruby/src/trunk-gc-asserts/io.c:9339
        e = 0x0
        convconfig = {enc = 0x0, enc2 = 0x55f8c4705ad0, ecflags = -997922640, ecopts = 94526935948080}
        self = <optimized out>
        io = <optimized out>
        path_value = 4
        path_value = <optimized out>
        e = <optimized out>
        convconfig = <optimized out>
        self = <optimized out>
        io = <optimized out>
#21 prep_stdio (path=0x55f88731fba7 "<STDIN>", klass=140291644389600, fmode=RUBY_IO_MODE_READABLE, f=0x7f984b20c8e0 <_IO_2_1_stdin_>) at /tmp/ruby/src/trunk-gc-asserts/io.c:9381
        fptr = <optimized out>
        io = <optimized out>
        fptr = <optimized out>
        io = <optimized out>
#22 rb_io_prep_stdin () at /tmp/ruby/src/trunk-gc-asserts/io.c:9399
No locals.
#23 0x000055f88710d32c in thread_start_func_2 (th=th@entry=0x55f8c484fd70, stack_start=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread.c:658
        r = <optimized out>
        state = <optimized out>
        errinfo = 4
        ractor_main_th = 0x55f8c484fd70
        fiber_scheduler_closed = <optimized out>
        event_thread_end_hooked = <optimized out>
        result = <optimized out>
#24 0x000055f88710d96d in call_thread_start_func_2 (th=0x55f8c484fd70) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2218
        stack_start = 0
        stack_start_addr = 0x7f9810363f80
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#25 co_start (from=<optimized out>, self=0x55f8c4819980) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread_mn.c:458
        th = 0x55f8c484fd70
        sched = 0x55f8c484e978
        nt = <optimized out>
        is_dnt = <optimized out>
#26 0x0000000000000000 in ?? ()
No symbol table info available.

Thread 2 (Thread 0x7f980fb1f6c0 (LWP 400496) "miniruby"):
#0  futex_wait (private=0, expected=2, futex_word=0x55f8c4705b70) at ../sysdeps/nptl/futex-internal.h:146
        __ret = -512
        err = <optimized out>
        err = <optimized out>
        __ret = <optimized out>
        resultvar = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __GI___lll_lock_wait (futex=futex@entry=0x55f8c4705b70, private=0) at ./nptl/lowlevellock.c:49
No locals.
#2  0x00007f984b0a90f1 in lll_mutex_lock_optimized (mutex=0x55f8c4705b70) at ./nptl/pthread_mutex_lock.c:48
        __futex = 0x55f8c4705b70
        private = <optimized out>
        private = <optimized out>
        __futex = <optimized out>
#3  ___pthread_mutex_lock (mutex=mutex@entry=0x55f8c4705b70) at ./nptl/pthread_mutex_lock.c:93
        type = <optimized out>
        __PRETTY_FUNCTION__ = "___pthread_mutex_lock"
        id = <optimized out>
#4  0x000055f8871011ad in rb_native_mutex_lock (lock=lock@entry=0x55f8c4705b70) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:115
        r = <optimized out>
#5  0x000055f88710dcf8 in ractor_sched_lock_ (line=1284, file=<synthetic pointer>, cr=0x0, vm=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:477
No locals.
#6  ractor_sched_deq (cr=0x0, vm=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:1284
        r = <optimized out>
        r = <optimized out>
#7  nt_start (ptr=0x55f8c48433a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2268
        r = <optimized out>
        nt = <optimized out>
        vm = 0x55f8c4705ad0
#8  0x00007f984b0a5a94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140291075077824, -8755094053125246885, 140291075077824, -264, 0, 140727789119552, -8755094053112663973, -8755242664058703781}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#9  0x00007f984b132c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7f984b0067c0 (LWP 400492) "miniruby"):
#0  futex_wait (private=0, expected=2, futex_word=0x55f8c4705b70) at ../sysdeps/nptl/futex-internal.h:146
        __ret = -512
        err = <optimized out>
        err = <optimized out>
        __ret = <optimized out>
        resultvar = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __GI___lll_lock_wait (futex=futex@entry=0x55f8c4705b70, private=0) at ./nptl/lowlevellock.c:49
No locals.
#2  0x00007f984b0a8352 in __pthread_mutex_cond_lock (mutex=mutex@entry=0x55f8c4705b70) at ../nptl/pthread_mutex_lock.c:93
        __futex = 0x55f8c4705b70
        type = <optimized out>
        __PRETTY_FUNCTION__ = "__pthread_mutex_cond_lock"
        id = <optimized out>
#3  0x00007f984b0a46c2 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x55f8c4705b70, cond=0x55f8c4705c68) at ./nptl/pthread_cond_wait.c:616
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = <optimized out>
        seq = 1
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_wait (cond=cond@entry=0x55f8c4705c68, mutex=mutex@entry=0x55f8c4705b70) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x000055f887103e3d in rb_native_cond_wait (cond=cond@entry=0x55f8c4705c68, mutex=mutex@entry=0x55f8c4705b70) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:221
        r = <optimized out>
#6  0x000055f887103ed7 in ractor_sched_barrier_join_wait_locked (vm=vm@entry=0x55f8c4705ad0, th=0x55f8c4708060) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:1498
        cr = <optimized out>
        barrier_serial = 1
#7  0x000055f887104e5a in rb_ractor_sched_barrier_join (vm=vm@entry=0x55f8c4705ad0, cr=cr@entry=0x55f8c470d0a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:1531
No locals.
#8  0x000055f88717d862 in vm_lock_enter (cr=0x55f8c470d0a0, vm=0x55f8c4705ad0, locked=<optimized out>, no_barrier=<optimized out>, lev=0x7ffdbde16af0) at /tmp/ruby/src/trunk-gc-asserts/vm_sync.c:90
        ec = 0x55f8c470d340
#9  0x000055f887109a8c in rb_vm_lock_enter (line=2579, file=0x55f88733eee0 "/tmp/ruby/src/trunk-gc-asserts/thread.c", lev=0x7ffdbde16af0) at /tmp/ruby/src/trunk-gc-asserts/vm_sync.h:76
No locals.
#10 rb_threadptr_execute_interrupts (th=<optimized out>, blocking_timing=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread.c:2579
        vm_locking_level = 2
        vm_locking_do = <optimized out>
        sig = <optimized out>
        timer_interrupt = 0
        pending_interrupt = 0
        terminate_interrupt = 0
        trap_interrupt = 0
        interrupt = <optimized out>
        postponed_job_interrupt = 0
        ret = 0
#11 0x000055f88715f945 in vm_pop_frame (ep=<optimized out>, cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:458
        flags = 286327299
#12 vm_exec_core (ec=0x55f8c4705b70, ec@entry=0x55f8c470d340) at ../../src/trunk-gc-asserts/insns.def:1165
        leaf = <optimized out>
        val = 140291614433080
        reg_pc = 0x55f8c470d340
        reg_cfp = 0x7f984afa4ec0
        insns_address_table = {0x55f8871622a0 <vm_exec_core+13072>, 0x55f8871612da <vm_exec_core+9034>, 0x55f88716126d <vm_exec_core+8925>, 0x55f8871611f5 <vm_exec_core+8805>, 0x55f887161183 <vm_exec_core+8691>, 0x55f88716110a <vm_exec_core+8570>, 0x55f887161064 <vm_exec_core+8404>, 0x55f8871616f1 <vm_exec_core+10081>, 0x55f8871615d6 <vm_exec_core+9798>, 0x55f88716162d <vm_exec_core+9885>, 0x55f88716133e <vm_exec_core+9134>, 0x55f88716146b <vm_exec_core+9435>, 0x55f887160bd2 <vm_exec_core+7234>, 0x55f887160b6a <vm_exec_core+7130>, 0x55f887160afd <vm_exec_core+7021>, 0x55f887160ddc <vm_exec_core+7756>, 0x55f887160da4 <vm_exec_core+7700>, 0x55f887160d6f <vm_exec_core+7647>, 0x55f887160d3a <vm_exec_core+7594>, 0x55f887160d05 <vm_exec_core+7541>, 0x55f887160ca2 <vm_exec_core+7442>, 0x55f887160c5e <vm_exec_core+7374>, 0x55f887160c17 <vm_exec_core+7303>, 0x55f887160f18 <vm_exec_core+8072>, 0x55f887160ed2 <vm_exec_core+8002>, 0x55f887160e53 <vm_exec_core+7875>, 0x55f887160e19 <vm_exec_core+7817>, 0x55f887160fca <vm_exec_core+8250>, 0x55f887160f70 <vm_exec_core+8160>, 0x55f887161027 <vm_exec_core+8343>, 0x55f887160ac0 <vm_exec_core+6960>, 0x55f8871608bd <vm_exec_core+6445>, 0x55f887160837 <vm_exec_core+6311>, 0x55f8871607cf <vm_exec_core+6207>, 0x55f887160777 <vm_exec_core+6119>, 0x55f887160715 <vm_exec_core+6021>, 0x55f8871606c8 <vm_exec_core+5944>, 0x55f887160654 <vm_exec_core+5828>, 0x55f88716060a <vm_exec_core+5754>, 0x55f8871605e3 <vm_exec_core+5715>, 0x55f8871605a8 <vm_exec_core+5656>, 0x55f887160557 <vm_exec_core+5575>, 0x55f887160523 <vm_exec_core+5523>, 0x55f887160476 <vm_exec_core+5350>, 0x55f887160433 <vm_exec_core+5283>, 0x55f8871603ef <vm_exec_core+5215>, 0x55f8871603bd <vm_exec_core+5165>, 0x55f88716034e <vm_exec_core+5054>, 0x55f8871602ed <vm_exec_core+4957>, 0x55f88716029e <vm_exec_core+4878>, 0x55f88716022f <vm_exec_core+4767>, 0x55f8871601d1 <vm_exec_core+4673>, 0x55f8871600b9 <vm_exec_core+4393>, 0x55f88716007d <vm_exec_core+4333>, 0x55f887160036 <vm_exec_core+4262>, 0x55f88715ffcc <vm_exec_core+4156>, 0x55f88715ff2e <vm_exec_core+3998>, 0x55f88715f000 <vm_exec_core+112>, 0x55f88715fe79 <vm_exec_core+3817>, 0x55f88715fdf1 <vm_exec_core+3681>, 0x55f88715fda2 <vm_exec_core+3602>, 0x55f88715fd53 <vm_exec_core+3523>, 0x55f88715fd04 <vm_exec_core+3444>, 0x55f887162147 <vm_exec_core+12727>, 0x55f88715fcb5 <vm_exec_core+3365>, 0x55f88715fc46 <vm_exec_core+3254>, 0x55f88715fc01 <vm_exec_core+3185>, 0x55f88715fb8e <vm_exec_core+3070>, 0x55f88715fa46 <vm_exec_core+2742>, 0x55f88715f97a <vm_exec_core+2538>, 0x55f88715f8fe <vm_exec_core+2414>, 0x55f88716175b <vm_exec_core+10187>, 0x55f88715f8ca <vm_exec_core+2362>, 0x55f88715f88b <vm_exec_core+2299>, 0x55f88715f84c <vm_exec_core+2236>, 0x55f88715f810 <vm_exec_core+2176>, 0x55f88715f752 <vm_exec_core+1986>, 0x55f88715f6cf <vm_exec_core+1855>, 0x55f8871622b1 <vm_exec_core+13089>, 0x55f8871623be <vm_exec_core+13358>, 0x55f8871625ff <vm_exec_core+13935>, 0x55f887162019 <vm_exec_core+12425>, 0x55f887162698 <vm_exec_core+14088>, 0x55f887162965 <vm_exec_core+14805>, 0x55f887162884 <vm_exec_core+14580>, 0x55f887162907 <vm_exec_core+14711>, 0x55f88716276a <vm_exec_core+14298>, 0x55f8871627c8 <vm_exec_core+14392>, 0x55f887162826 <vm_exec_core+14486>, 0x55f887162bf5 <vm_exec_core+15461>, 0x55f887162a49 <vm_exec_core+15033>, 0x55f887162a95 <vm_exec_core+15109>, 0x55f887162ae8 <vm_exec_core+15192>, 0x55f887162b6b <vm_exec_core+15323>, 0x55f88715f602 <vm_exec_core+1650>, 0x55f88715f55a <vm_exec_core+1482>, 0x55f887162318 <vm_exec_core+13192>, 0x55f887162376 <vm_exec_core+13286>, 0x55f8871621a7 <vm_exec_core+12823>, 0x55f88716223a <vm_exec_core+12970>, 0x55f887162731 <vm_exec_core+14241>, 0x55f8871629be <vm_exec_core+14894>, 0x55f88715f4e9 <vm_exec_core+1369>, 0x55f88715f469 <vm_exec_core+1241>, 0x55f88715f3c0 <vm_exec_core+1072>, 0x55f88715f379 <vm_exec_core+1001>, 0x55f88715f32e <vm_exec_core+926>, 0x55f88715f2e5 <vm_exec_core+853>, 0x55f88715f294 <vm_exec_core+772>, 0x55f88715f25f <vm_exec_core+719>, 0x55f88715f22a <vm_exec_core+666>, 0x55f887162422 <vm_exec_core+13458>, 0x55f8871612c9 <vm_exec_core+9017>, 0x55f88716125c <vm_exec_core+8908>, 0x55f8871611e4 <vm_exec_core+8788>, 0x55f887161172 <vm_exec_core+8674>, 0x55f8871610f9 <vm_exec_core+8553>, 0x55f887161053 <vm_exec_core+8387>, 0x55f8871616e0 <vm_exec_core+10064>, 0x55f8871615c5 <vm_exec_core+9781>, 0x55f88716161c <vm_exec_core+9868>, 0x55f88716132d <vm_exec_core+9117>, 0x55f88716145a <vm_exec_core+9418>, 0x55f887160bc1 <vm_exec_core+7217>, 0x55f887160b59 <vm_exec_core+7113>, 0x55f887160aec <vm_exec_core+7004>, 0x55f887160dcb <vm_exec_core+7739>, 0x55f887160d93 <vm_exec_core+7683>, 0x55f887160d5e <vm_exec_core+7630>, 0x55f887160d29 <vm_exec_core+7577>, 0x55f887160cf4 <vm_exec_core+7524>, 0x55f887160c91 <vm_exec_core+7425>, 0x55f887160c4d <vm_exec_core+7357>, 0x55f887160c06 <vm_exec_core+7286>, 0x55f887160f07 <vm_exec_core+8055>, 0x55f887160ec1 <vm_exec_core+7985>, 0x55f887160e42 <vm_exec_core+7858>, 0x55f887160e08 <vm_exec_core+7800>, 0x55f887160fb9 <vm_exec_core+8233>, 0x55f887160f5f <vm_exec_core+8143>, 0x55f887161016 <vm_exec_core+8326>, 0x55f887160aaf <vm_exec_core+6943>, 0x55f8871608ac <vm_exec_core+6428>, 0x55f887160826 <vm_exec_core+6294>, 0x55f8871607be <vm_exec_core+6190>, 0x55f887160766 <vm_exec_core+6102>, 0x55f887160704 <vm_exec_core+6004>, 0x55f8871606b7 <vm_exec_core+5927>, 0x55f887160643 <vm_exec_core+5811>, 0x55f8871605f9 <vm_exec_core+5737>, 0x55f8871605d2 <vm_exec_core+5698>, 0x55f887160597 <vm_exec_core+5639>, 0x55f887160546 <vm_exec_core+5558>, 0x55f887160512 <vm_exec_core+5506>, 0x55f887160465 <vm_exec_core+5333>, 0x55f887160422 <vm_exec_core+5266>, 0x55f8871603de <vm_exec_core+5198>, 0x55f8871603ac <vm_exec_core+5148>, 0x55f88716033d <vm_exec_core+5037>, 0x55f8871602dc <vm_exec_core+4940>, 0x55f88716028d <vm_exec_core+4861>, 0x55f88716021e <vm_exec_core+4750>, 0x55f8871601c0 <vm_exec_core+4656>, 0x55f8871600a8 <vm_exec_core+4376>, 0x55f88716006c <vm_exec_core+4316>, 0x55f887160025 <vm_exec_core+4245>, 0x55f88715ffbb <vm_exec_core+4139>, 0x55f88715ff1d <vm_exec_core+3981>, 0x55f887162565 <vm_exec_core+13781>, 0x55f88715fe68 <vm_exec_core+3800>, 0x55f88715fde0 <vm_exec_core+3664>, 0x55f88715fd91 <vm_exec_core+3585>, 0x55f88715fd42 <vm_exec_core+3506>, 0x55f88715fcf3 <vm_exec_core+3427>, 0x55f887162539 <vm_exec_core+13737>, 0x55f88715fca4 <vm_exec_core+3348>, 0x55f88715fc35 <vm_exec_core+3237>, 0x55f88715fbf0 <vm_exec_core+3168>, 0x55f88715fb7d <vm_exec_core+3053>, 0x55f88715fa35 <vm_exec_core+2725>, 0x55f88715f969 <vm_exec_core+2521>, 0x55f88715f8ed <vm_exec_core+2397>, 0x55f88716174a <vm_exec_core+10170>, 0x55f88715f8b9 <vm_exec_core+2345>, 0x55f88715f87a <vm_exec_core+2282>, 0x55f88715f83b <vm_exec_core+2219>, 0x55f88715f7ff <vm_exec_core+2159>, 0x55f88715f741 <vm_exec_core+1969>, 0x55f88715f6be <vm_exec_core+1838>, 0x55f88716254f <vm_exec_core+13759>, 0x55f887162191 <vm_exec_core+12801>, 0x55f887162360 <vm_exec_core+13264>, 0x55f887162440 <vm_exec_core+13488>, 0x55f887162456 <vm_exec_core+13510>, 0x55f88716246c <vm_exec_core+13532>, 0x55f887162482 <vm_exec_core+13554>, 0x55f88716249f <vm_exec_core+13583>, 0x55f8871624b5 <vm_exec_core+13605>, 0x55f8871624cb <vm_exec_core+13627>, 0x55f8871624e1 <vm_exec_core+13649>...}
#13 0x000055f88716574e in rb_vm_exec (ec=0x55f8c470d340) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2625
        _ec = 0x55f8c470d340
        _tag = {tag = 36, retval = 4, buf = {0x7ffdbde16ec8, 0x55f887165670 <rb_vm_exec+304>, 0x0, 0x7ffdbde16d40, 0x0}, prev = 0x7ffdbde17260, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#14 0x000055f887169c53 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffdbde16ec8, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1700
No locals.
#15 vm_yield (kw_splat=0, argv=0x7ffdbde16ec8, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1714
No locals.
#16 rb_yield_0 (argv=0x7ffdbde16ec8, argc=1) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1362
No locals.
#17 rb_yield_values2 (argc=1, argv=0x7ffdbde16ec8) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1408
No locals.
#18 0x000055f886f35ce2 in collect_i (i=<optimized out>, ary=140291614435800, argc=<optimized out>, argv=<optimized out>, blockarg=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/enum.c:628
No locals.
#19 0x000055f887158628 in vm_yield_with_cfunc (ec=0x55f8c470d340, captured=<optimized out>, self=140291614437560, argc=1, argv=0x7ffdbde16ec8, kw_splat=0, block_handler=0, me=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5136
        is_lambda = 0
        val = <optimized out>
        arg = 7
        blockarg = <optimized out>
        frame_flag = <optimized out>
        ifunc = 0x7f982fd7e9b0
#20 0x000055f88716a494 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffdbde16ec8, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1700
No locals.
#21 vm_yield (kw_splat=0, argv=0x7ffdbde16ec8, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1714
No locals.
#22 rb_yield_0 (argv=0x7ffdbde16ec8, argc=1) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1362
No locals.
#23 rb_yield (val=<optimized out>, val@entry=7) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1378
No locals.
#24 0x000055f88706456e in range_each_fixnum_loop (range=140291614437560, end=<optimized out>, beg=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/range.c:1059
        i = 3
        lim = 4
#25 range_each (range=140291614437560) at /tmp/ruby/src/trunk-gc-asserts/range.c:1096
        beg = <optimized out>
        end = <optimized out>
        i = <optimized out>
#26 0x000055f88716aa77 in vm_call0_cfunc_with_frame (argv=0x0, calling=0x7ffdbde16f60, ec=0x55f8c470d340) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:164
        reg_cfp = 0x7f984afa4f68
        ci = <optimized out>
        me = 0x7f9831a1b5c8
        mid = 3073
        block_handler = <optimized out>
        recv = <optimized out>
        argc = <optimized out>
        val = <optimized out>
        cfunc = 0x55f8c477be48
        len = <optimized out>
        frame_flags = <optimized out>
        ci = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        len = <optimized out>
        recv = <optimized out>
        argc = <optimized out>
        mid = <optimized out>
        block_handler = <optimized out>
        frame_flags = <optimized out>
        unaligned_member_ptr_result = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        reg_cfp = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#27 vm_call0_cfunc (argv=0x0, calling=0x7ffdbde16f60, ec=0x55f8c470d340) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:178
No locals.
#28 vm_call0_body (ec=ec@entry=0x55f8c470d340, calling=calling@entry=0x7ffdbde17060, argv=0x0) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:229
        ci = <optimized out>
        cc = <optimized out>
        ret = <optimized out>
#29 0x000055f88716b7e4 in vm_call0_cc (ec=0x55f8c470d340, recv=<optimized out>, id=3073, argc=<optimized out>, argv=<optimized out>, cc=<optimized out>, kw_splat=0) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:101
        flags = <optimized out>
        use_argv = <optimized out>
        av = {94526935978816, 94525904614144}
        calling = {cd = 0x7ffdbde17020, cc = 0x7f982fd7e988, block_handler = 140292069674883, recv = 140291614437560, argc = 0, kw_splat = false, heap_argv = 0, proc_ns = 0x0}
#30 0x000055f88716cf02 in rb_call0 (ec=0x55f8c470d340, recv=recv@entry=140291614437560, mid=mid@entry=3073, argc=argc@entry=0, argv=argv@entry=0x0, call_scope=call_scope@entry=CALL_FCALL, self=140291614437560) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:572
        call_status = <optimized out>
        scope = <optimized out>
        kw_splat = <optimized out>
        ci = {flags = 110618, kwarg = 0x0, mid = 3073, flag = 4, argc = 0}
        cc = <optimized out>
#31 0x000055f88716d8e7 in rb_call (scope=CALL_FCALL, argv=0x0, argc=0, mid=3073, recv=140291614437560) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:891
        ec = <optimized out>
        ec = <optimized out>
#32 iterate_method (obj=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1546
        arg = <optimized out>
#33 0x000055f8871547f8 in rb_iterate0 (it_proc=it_proc@entry=0x55f88716d880 <iterate_method>, data1=data1@entry=140727789122304, ifunc=ifunc@entry=0x7f982fd7e9b0, ec=0x55f8c470d340) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1488
        _ec = 0x55f8c470d340
        _tag = {tag = 36, retval = 11329465724431348736, buf = {0x7f982fd7f0b8, 0x55f887154880 <rb_iterate0+352>, 0x0, 0x7ffdbde17220, 0x55f886f35cd0 <collect_i>}, prev = 0x7ffdbde17690, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        retval = 4
        cfp = 0x7f984afa4f68
#34 0x000055f887154c17 in rb_lambda_call (obj=obj@entry=140291614437560, mid=mid@entry=3073, argc=argc@entry=0, argv=argv@entry=0x0, bl_proc=bl_proc@entry=0x55f886f35cd0 <collect_i>, min_argc=<optimized out>, max_argc=0, data2=140291614435800) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1618
        arg = {obj = 140291614437560, mid = 3073, argc = 0, argv = 0x0, kw_splat = 0}
        block = 0x7f982fd7e9b0
#35 0x000055f886f37899 in enum_collect (obj=140291614437560) at /tmp/ruby/src/trunk-gc-asserts/enum.c:667
        ary = 140291614435800
        min_argc = <optimized out>
        max_argc = 0
#36 0x000055f887149bed in vm_call_cfunc_with_frame_ (ec=0x55f8c470d340, reg_cfp=0x7f984afa4fa0, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3772
        ci = 0x168100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f982fd7ea28
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#37 0x000055f8871520df in vm_sendish (ec=0x55f8c470d340, reg_cfp=0x7f984afa4fa0, cd=0x55f8c484e5e0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-gc-asserts/vm_callinfo.h:415
        val = 36
        ci = <optimized out>
        cc = 0x7f982fd7ea00
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x55f8c484e5e0, cc = 0x7f982fd7ea00, block_handler = 140292069674937, recv = 140291614437560, argc = 0, kw_splat = false, heap_argv = 0, proc_ns = 0x0}
#38 0x000055f887160006 in vm_exec_core (ec=0x55f8c4705b70, ec@entry=0x55f8c470d340) at ../../src/trunk-gc-asserts/insns.def:851
        bh = 140292070711136
        cd = 0x55f8c484e5e0
        blockiseq = 0x2
        leaf = <optimized out>
        val = 94526937294304
        reg_pc = 0x55f8c484db28
        reg_cfp = 0x7f984afa4fa0
        insns_address_table = {0x55f8871622a0 <vm_exec_core+13072>, 0x55f8871612da <vm_exec_core+9034>, 0x55f88716126d <vm_exec_core+8925>, 0x55f8871611f5 <vm_exec_core+8805>, 0x55f887161183 <vm_exec_core+8691>, 0x55f88716110a <vm_exec_core+8570>, 0x55f887161064 <vm_exec_core+8404>, 0x55f8871616f1 <vm_exec_core+10081>, 0x55f8871615d6 <vm_exec_core+9798>, 0x55f88716162d <vm_exec_core+9885>, 0x55f88716133e <vm_exec_core+9134>, 0x55f88716146b <vm_exec_core+9435>, 0x55f887160bd2 <vm_exec_core+7234>, 0x55f887160b6a <vm_exec_core+7130>, 0x55f887160afd <vm_exec_core+7021>, 0x55f887160ddc <vm_exec_core+7756>, 0x55f887160da4 <vm_exec_core+7700>, 0x55f887160d6f <vm_exec_core+7647>, 0x55f887160d3a <vm_exec_core+7594>, 0x55f887160d05 <vm_exec_core+7541>, 0x55f887160ca2 <vm_exec_core+7442>, 0x55f887160c5e <vm_exec_core+7374>, 0x55f887160c17 <vm_exec_core+7303>, 0x55f887160f18 <vm_exec_core+8072>, 0x55f887160ed2 <vm_exec_core+8002>, 0x55f887160e53 <vm_exec_core+7875>, 0x55f887160e19 <vm_exec_core+7817>, 0x55f887160fca <vm_exec_core+8250>, 0x55f887160f70 <vm_exec_core+8160>, 0x55f887161027 <vm_exec_core+8343>, 0x55f887160ac0 <vm_exec_core+6960>, 0x55f8871608bd <vm_exec_core+6445>, 0x55f887160837 <vm_exec_core+6311>, 0x55f8871607cf <vm_exec_core+6207>, 0x55f887160777 <vm_exec_core+6119>, 0x55f887160715 <vm_exec_core+6021>, 0x55f8871606c8 <vm_exec_core+5944>, 0x55f887160654 <vm_exec_core+5828>, 0x55f88716060a <vm_exec_core+5754>, 0x55f8871605e3 <vm_exec_core+5715>, 0x55f8871605a8 <vm_exec_core+5656>, 0x55f887160557 <vm_exec_core+5575>, 0x55f887160523 <vm_exec_core+5523>, 0x55f887160476 <vm_exec_core+5350>, 0x55f887160433 <vm_exec_core+5283>, 0x55f8871603ef <vm_exec_core+5215>, 0x55f8871603bd <vm_exec_core+5165>, 0x55f88716034e <vm_exec_core+5054>, 0x55f8871602ed <vm_exec_core+4957>, 0x55f88716029e <vm_exec_core+4878>, 0x55f88716022f <vm_exec_core+4767>, 0x55f8871601d1 <vm_exec_core+4673>, 0x55f8871600b9 <vm_exec_core+4393>, 0x55f88716007d <vm_exec_core+4333>, 0x55f887160036 <vm_exec_core+4262>, 0x55f88715ffcc <vm_exec_core+4156>, 0x55f88715ff2e <vm_exec_core+3998>, 0x55f88715f000 <vm_exec_core+112>, 0x55f88715fe79 <vm_exec_core+3817>, 0x55f88715fdf1 <vm_exec_core+3681>, 0x55f88715fda2 <vm_exec_core+3602>, 0x55f88715fd53 <vm_exec_core+3523>, 0x55f88715fd04 <vm_exec_core+3444>, 0x55f887162147 <vm_exec_core+12727>, 0x55f88715fcb5 <vm_exec_core+3365>, 0x55f88715fc46 <vm_exec_core+3254>, 0x55f88715fc01 <vm_exec_core+3185>, 0x55f88715fb8e <vm_exec_core+3070>, 0x55f88715fa46 <vm_exec_core+2742>, 0x55f88715f97a <vm_exec_core+2538>, 0x55f88715f8fe <vm_exec_core+2414>, 0x55f88716175b <vm_exec_core+10187>, 0x55f88715f8ca <vm_exec_core+2362>, 0x55f88715f88b <vm_exec_core+2299>, 0x55f88715f84c <vm_exec_core+2236>, 0x55f88715f810 <vm_exec_core+2176>, 0x55f88715f752 <vm_exec_core+1986>, 0x55f88715f6cf <vm_exec_core+1855>, 0x55f8871622b1 <vm_exec_core+13089>, 0x55f8871623be <vm_exec_core+13358>, 0x55f8871625ff <vm_exec_core+13935>, 0x55f887162019 <vm_exec_core+12425>, 0x55f887162698 <vm_exec_core+14088>, 0x55f887162965 <vm_exec_core+14805>, 0x55f887162884 <vm_exec_core+14580>, 0x55f887162907 <vm_exec_core+14711>, 0x55f88716276a <vm_exec_core+14298>, 0x55f8871627c8 <vm_exec_core+14392>, 0x55f887162826 <vm_exec_core+14486>, 0x55f887162bf5 <vm_exec_core+15461>, 0x55f887162a49 <vm_exec_core+15033>, 0x55f887162a95 <vm_exec_core+15109>, 0x55f887162ae8 <vm_exec_core+15192>, 0x55f887162b6b <vm_exec_core+15323>, 0x55f88715f602 <vm_exec_core+1650>, 0x55f88715f55a <vm_exec_core+1482>, 0x55f887162318 <vm_exec_core+13192>, 0x55f887162376 <vm_exec_core+13286>, 0x55f8871621a7 <vm_exec_core+12823>, 0x55f88716223a <vm_exec_core+12970>, 0x55f887162731 <vm_exec_core+14241>, 0x55f8871629be <vm_exec_core+14894>, 0x55f88715f4e9 <vm_exec_core+1369>, 0x55f88715f469 <vm_exec_core+1241>, 0x55f88715f3c0 <vm_exec_core+1072>, 0x55f88715f379 <vm_exec_core+1001>, 0x55f88715f32e <vm_exec_core+926>, 0x55f88715f2e5 <vm_exec_core+853>, 0x55f88715f294 <vm_exec_core+772>, 0x55f88715f25f <vm_exec_core+719>, 0x55f88715f22a <vm_exec_core+666>, 0x55f887162422 <vm_exec_core+13458>, 0x55f8871612c9 <vm_exec_core+9017>, 0x55f88716125c <vm_exec_core+8908>, 0x55f8871611e4 <vm_exec_core+8788>, 0x55f887161172 <vm_exec_core+8674>, 0x55f8871610f9 <vm_exec_core+8553>, 0x55f887161053 <vm_exec_core+8387>, 0x55f8871616e0 <vm_exec_core+10064>, 0x55f8871615c5 <vm_exec_core+9781>, 0x55f88716161c <vm_exec_core+9868>, 0x55f88716132d <vm_exec_core+9117>, 0x55f88716145a <vm_exec_core+9418>, 0x55f887160bc1 <vm_exec_core+7217>, 0x55f887160b59 <vm_exec_core+7113>, 0x55f887160aec <vm_exec_core+7004>, 0x55f887160dcb <vm_exec_core+7739>, 0x55f887160d93 <vm_exec_core+7683>, 0x55f887160d5e <vm_exec_core+7630>, 0x55f887160d29 <vm_exec_core+7577>, 0x55f887160cf4 <vm_exec_core+7524>, 0x55f887160c91 <vm_exec_core+7425>, 0x55f887160c4d <vm_exec_core+7357>, 0x55f887160c06 <vm_exec_core+7286>, 0x55f887160f07 <vm_exec_core+8055>, 0x55f887160ec1 <vm_exec_core+7985>, 0x55f887160e42 <vm_exec_core+7858>, 0x55f887160e08 <vm_exec_core+7800>, 0x55f887160fb9 <vm_exec_core+8233>, 0x55f887160f5f <vm_exec_core+8143>, 0x55f887161016 <vm_exec_core+8326>, 0x55f887160aaf <vm_exec_core+6943>, 0x55f8871608ac <vm_exec_core+6428>, 0x55f887160826 <vm_exec_core+6294>, 0x55f8871607be <vm_exec_core+6190>, 0x55f887160766 <vm_exec_core+6102>, 0x55f887160704 <vm_exec_core+6004>, 0x55f8871606b7 <vm_exec_core+5927>, 0x55f887160643 <vm_exec_core+5811>, 0x55f8871605f9 <vm_exec_core+5737>, 0x55f8871605d2 <vm_exec_core+5698>, 0x55f887160597 <vm_exec_core+5639>, 0x55f887160546 <vm_exec_core+5558>, 0x55f887160512 <vm_exec_core+5506>, 0x55f887160465 <vm_exec_core+5333>, 0x55f887160422 <vm_exec_core+5266>, 0x55f8871603de <vm_exec_core+5198>, 0x55f8871603ac <vm_exec_core+5148>, 0x55f88716033d <vm_exec_core+5037>, 0x55f8871602dc <vm_exec_core+4940>, 0x55f88716028d <vm_exec_core+4861>, 0x55f88716021e <vm_exec_core+4750>, 0x55f8871601c0 <vm_exec_core+4656>, 0x55f8871600a8 <vm_exec_core+4376>, 0x55f88716006c <vm_exec_core+4316>, 0x55f887160025 <vm_exec_core+4245>, 0x55f88715ffbb <vm_exec_core+4139>, 0x55f88715ff1d <vm_exec_core+3981>, 0x55f887162565 <vm_exec_core+13781>, 0x55f88715fe68 <vm_exec_core+3800>, 0x55f88715fde0 <vm_exec_core+3664>, 0x55f88715fd91 <vm_exec_core+3585>, 0x55f88715fd42 <vm_exec_core+3506>, 0x55f88715fcf3 <vm_exec_core+3427>, 0x55f887162539 <vm_exec_core+13737>, 0x55f88715fca4 <vm_exec_core+3348>, 0x55f88715fc35 <vm_exec_core+3237>, 0x55f88715fbf0 <vm_exec_core+3168>, 0x55f88715fb7d <vm_exec_core+3053>, 0x55f88715fa35 <vm_exec_core+2725>, 0x55f88715f969 <vm_exec_core+2521>, 0x55f88715f8ed <vm_exec_core+2397>, 0x55f88716174a <vm_exec_core+10170>, 0x55f88715f8b9 <vm_exec_core+2345>, 0x55f88715f87a <vm_exec_core+2282>, 0x55f88715f83b <vm_exec_core+2219>, 0x55f88715f7ff <vm_exec_core+2159>, 0x55f88715f741 <vm_exec_core+1969>, 0x55f88715f6be <vm_exec_core+1838>, 0x55f88716254f <vm_exec_core+13759>, 0x55f887162191 <vm_exec_core+12801>, 0x55f887162360 <vm_exec_core+13264>, 0x55f887162440 <vm_exec_core+13488>, 0x55f887162456 <vm_exec_core+13510>, 0x55f88716246c <vm_exec_core+13532>, 0x55f887162482 <vm_exec_core+13554>, 0x55f88716249f <vm_exec_core+13583>, 0x55f8871624b5 <vm_exec_core+13605>, 0x55f8871624cb <vm_exec_core+13627>, 0x55f8871624e1 <vm_exec_core+13649>...}
#39 0x000055f88716574e in rb_vm_exec (ec=0x55f8c470d340) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2625
        _ec = 0x55f8c470d340
        _tag = {tag = 36, retval = 4, buf = {0x55f8c470d340, 0x55f887165670 <rb_vm_exec+304>, 0x0, 0x7ffdbde17670, 0x7f982fd7eb68}, prev = 0x7ffdbde17740, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#40 0x000055f887177533 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2905
        ec = <optimized out>
        val = <optimized out>
#41 0x000055f886f57925 in rb_ec_exec_node (ec=ec@entry=0x55f8c470d340, n=n@entry=0x7f982fd7f2c0) at /tmp/ruby/src/trunk-gc-asserts/eval.c:281
        _ec = 0x55f8c470d340
        _tag = {tag = 36, retval = 94525904498582, buf = {0x55f8c470d340, 0x55f886f57980 <rb_ec_exec_node+256>, 0x0, 0x7ffdbde17720, 0x7f982fd7f2c0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f982fd7f2c0
#42 0x000055f886f5bbcb in ruby_run_node (n=0x7f982fd7f2c0) at /tmp/ruby/src/trunk-gc-asserts/eval.c:319
        ec = 0x55f8c470d340
        status = 0
#43 0x000055f886e77de6 in rb_main (argv=0x7ffdbde17968, argc=8) at /tmp/ruby/src/trunk-gc-asserts/main.c:42
        variable_in_this_stack_frame = 0
#44 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

[Inferior 1 (process 400492) detached]
$ timeout 60 gdb -p 400546 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
 FFFFFstderr output is not empty
   th: 0x55f8c4708060, native_id: 0x7f984b0067c0
   -- Control frame information -----------------------------------------------
   c:0007 p:0075 s:0032 e:000031 METHOD <internal:ractor>:241
   c:0006 p:0005 s:0022 E:001860 BLOCK  bootstraptest.test_ractor.rb_990_1332.rb:6 [FINISH]
   c:0005 p:---- s:0019 e:000018 IFUNC
[New LWP 400548]
[New LWP 400547]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007f1b9c7b8d61 in __futex_abstimed_wait_common64 (private=32539, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x55a1c33ca070) at ./nptl/futex-internal.c:57

>>> Threads

  Id   Target Id                                     Frame 
* 1    Thread 0x7f1b9c71d7c0 (LWP 400546) "miniruby" 0x00007f1b9c7b8d61 in __futex_abstimed_wait_common64 (private=32539, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x55a1c33ca070) at ./nptl/futex-internal.c:57
  2    Thread 0x7f1b6146f6c0 (LWP 400548) "miniruby" futex_wait (private=0, expected=2, futex_word=0x55a1c33c2b70) at ../sysdeps/nptl/futex-internal.h:146
  3    Thread 0x7f1b830ff6c0 (LWP 400547) "miniruby" futex_wait (private=0, expected=2, futex_word=0x55a1c33c2b70) at ../sysdeps/nptl/futex-internal.h:146

>>> Machine level backtrace


Thread 3 (Thread 0x7f1b830ff6c0 (LWP 400547) "miniruby"):
#0  futex_wait (private=0, expected=2, futex_word=0x55a1c33c2b70) at ../sysdeps/nptl/futex-internal.h:146
        __ret = -512
        err = <optimized out>
        err = <optimized out>
        __ret = <optimized out>
        resultvar = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __GI___lll_lock_wait (futex=futex@entry=0x55a1c33c2b70, private=0) at ./nptl/lowlevellock.c:49
No locals.
#2  0x00007f1b9c7c00f1 in lll_mutex_lock_optimized (mutex=0x55a1c33c2b70) at ./nptl/pthread_mutex_lock.c:48
        __futex = 0x55a1c33c2b70
        private = <optimized out>
        private = <optimized out>
        __futex = <optimized out>
#3  ___pthread_mutex_lock (mutex=mutex@entry=0x55a1c33c2b70) at ./nptl/pthread_mutex_lock.c:93
        type = <optimized out>
        __PRETTY_FUNCTION__ = "___pthread_mutex_lock"
        id = <optimized out>
#4  0x000055a19c0a51ad in rb_native_mutex_lock (lock=lock@entry=0x55a1c33c2b70) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:115
        r = <optimized out>
#5  0x000055a19c0ab650 in ractor_sched_lock_ (line=921, file=<synthetic pointer>, cr=0x0, vm=0x55a1c33c2ad0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:477
No locals.
#6  timer_thread_polling (vm=0x55a1c33c2ad0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread_mn.c:921
        r = <optimized out>
        r = <optimized out>
        i = <optimized out>
        th = <optimized out>
        events = <optimized out>
#7  timer_thread_func (ptr=0x55a1c33c2ad0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:3046
        vm = 0x55a1c33c2ad0
#8  0x00007f1b9c7bca94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139756139706048, 1490962524884165688, 139756139706048, -264, 0, 140722712813072, 1490962524871582776, 1490911842960794680}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#9  0x00007f1b9c849c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 2 (Thread 0x7f1b6146f6c0 (LWP 400548) "miniruby"):
#0  futex_wait (private=0, expected=2, futex_word=0x55a1c33c2b70) at ../sysdeps/nptl/futex-internal.h:146
        __ret = -512
        err = <optimized out>
        err = <optimized out>
        __ret = <optimized out>
        resultvar = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __GI___lll_lock_wait (futex=futex@entry=0x55a1c33c2b70, private=0) at ./nptl/lowlevellock.c:49
No locals.
#2  0x00007f1b9c7c00f1 in lll_mutex_lock_optimized (mutex=0x55a1c33c2b70) at ./nptl/pthread_mutex_lock.c:48
        __futex = 0x55a1c33c2b70
        private = <optimized out>
        private = <optimized out>
        __futex = <optimized out>
#3  ___pthread_mutex_lock (mutex=mutex@entry=0x55a1c33c2b70) at ./nptl/pthread_mutex_lock.c:93
        type = <optimized out>
        __PRETTY_FUNCTION__ = "___pthread_mutex_lock"
        id = <optimized out>
#4  0x000055a19c0a51ad in rb_native_mutex_lock (lock=lock@entry=0x55a1c33c2b70) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:115
        r = <optimized out>
#5  0x000055a19c0a8ccb in ractor_sched_lock_ (line=1417, file=<synthetic pointer>, cr=0x55a1c3502d80, vm=0x55a1c33c2ad0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:477
No locals.
#6  rb_ractor_sched_barrier_start (vm=0x55a1c33c2ad0, cr=0x55a1c3502d80) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:1417
        lock_rec = <optimized out>
#7  0x000055a19c121dbb in rb_vm_barrier () at /tmp/ruby/src/trunk-gc-asserts/vm_sync.c:246
        vm = <optimized out>
        cr = <optimized out>
#8  0x000055a19bf10739 in rb_gc_vm_barrier () at /tmp/ruby/src/trunk-gc-asserts/gc.c:178
No locals.
#9  0x000055a19bf238e5 in gc_verify_internal_consistency (objspace_ptr=0x55a1c33c5460) at /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:5185
        prev_during_gc = <optimized out>
        objspace = 0x55a1c33c5460
        lev = 3
#10 gc_start (objspace=objspace@entry=0x55a1c33c5460, reason=reason@entry=256) at /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:6332
        do_full_mark = 0
        __func__ = "gc_start"
        lock_lev = 2
#11 0x000055a19bf24ce6 in heap_prepare (heap=0x55a1c33c5480, objspace=0x55a1c33c5460) at /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2050
        __func__ = "heap_prepare"
#12 heap_next_free_page (heap=0x55a1c33c5480, objspace=0x55a1c33c5460) at /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2274
        page = <optimized out>
        page = <optimized out>
        __func__ = "heap_next_free_page"
#13 newobj_cache_miss (objspace=objspace@entry=0x55a1c33c5460, cache=cache@entry=0x55a1c34fef30, heap_idx=heap_idx@entry=0, vm_locked=vm_locked@entry=false) at /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2381
        page = <optimized out>
        heap = 0x55a1c33c5480
        obj = <optimized out>
        lev = 1
        unlock_vm = true
#14 0x000055a19bf28440 in newobj_alloc (vm_locked=false, heap_idx=<optimized out>, cache=0x55a1c34fef30, objspace=0x55a1c33c5460) at /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2405
        obj = <optimized out>
        obj = <optimized out>
#15 rb_gc_impl_new_obj (alloc_size=16, wb_protected=true, v3=0, v2=0, v1=0, flags=8199, klass=139756139915920, cache_ptr=0x55a1c34fef30, objspace_ptr=0x55a1c33c5460) at /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2484
        obj = <optimized out>
        objspace = 0x55a1c33c5460
        heap_idx = <optimized out>
        cache = 0x55a1c34fef30
        obj = <optimized out>
        objspace = <optimized out>
        heap_idx = <optimized out>
        cache = <optimized out>
#16 newobj_of (size=16, wb_protected=true, v3=0, v2=0, v1=0, flags=8199, klass=139756139915920, cr=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:1005
        obj = <optimized out>
        obj = <optimized out>
        lev = <optimized out>
        gc_disabled = <optimized out>
#17 rb_wb_protected_newobj_of (ec=<optimized out>, klass=139756139915920, flags=flags@entry=8199, size=size@entry=16) at /tmp/ruby/src/trunk-gc-asserts/gc.c:1043
        __func__ = "rb_wb_protected_newobj_of"
#18 0x000055a19be2499e in ary_alloc_embed (capa=0, klass=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/array.c:682
        size = 16
        ary = <optimized out>
        size = <optimized out>
        ary = <optimized out>
#19 0x000055a19be2c472 in rb_ary_dup (ary=139756109883520) at /tmp/ruby/src/trunk-gc-asserts/array.c:2779
        len = 0
        dup = <optimized out>
#20 0x000055a19c0a6a6c in thread_create_core (thval=thval@entry=139755571577000, params=params@entry=0x7f1b61670740) at /tmp/ruby/src/trunk-gc-asserts/thread.c:860
        ec = 0x55a1c34fec70
        th = 0x7f1b5c0adb50
        current_th = 0x55a1c34fd700
        err = <optimized out>
#21 0x000055a19c0a76d7 in thread_initialize (thread=139755571577000, args=139755571576960) at /tmp/ruby/src/trunk-gc-asserts/thread.c:978
        params = {type = thread_invoke_type_proc, args = 139755571576960, proc = 139755571576880, g = 0x0, fn = 0x0}
        th = 0x7f1b5c0adb50
#22 0x000055a19c10ea77 in vm_call0_cfunc_with_frame (argv=0x7f1b614710e0, calling=0x7f1b616707c0, ec=0x55a1c34fec70) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:164
        reg_cfp = 0x7f1b61570e40
        ci = <optimized out>
        me = 0x7f1b83109438
        mid = 3169
        block_handler = <optimized out>
        recv = <optimized out>
        argc = <optimized out>
        val = <optimized out>
        cfunc = 0x55a1c346bc38
        len = <optimized out>
        frame_flags = <optimized out>
        ci = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        len = <optimized out>
        recv = <optimized out>
        argc = <optimized out>
        mid = <optimized out>
        block_handler = <optimized out>
        frame_flags = <optimized out>
        unaligned_member_ptr_result = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        reg_cfp = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#23 vm_call0_cfunc (argv=0x7f1b614710e0, calling=0x7f1b616707c0, ec=0x55a1c34fec70) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:178
No locals.
#24 vm_call0_body (ec=ec@entry=0x55a1c34fec70, calling=calling@entry=0x7f1b616708c0, argv=0x7f1b614710e0) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:229
        ci = <optimized out>
        cc = <optimized out>
        ret = <optimized out>
#25 0x000055a19c10f7e4 in vm_call0_cc (ec=0x55a1c34fec70, recv=<optimized out>, id=3169, argc=<optimized out>, argv=<optimized out>, cc=<optimized out>, kw_splat=0) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:101
        flags = <optimized out>
        use_argv = <optimized out>
        av = {0, 17214624582209227008}
        calling = {cd = 0x7f1b61670880, cc = 0x7f1b6135fd08, block_handler = 139755573939857, recv = 139755571577000, argc = 1, kw_splat = false, heap_argv = 0, proc_ns = 0x0}
#26 0x000055a19c110f02 in rb_call0 (ec=0x55a1c34fec70, recv=recv@entry=139755571577000, mid=mid@entry=3169, argc=argc@entry=1, argv=argv@entry=0x7f1b614710e0, call_scope=call_scope@entry=CALL_FCALL, self=139756139796040) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:572
        call_status = <optimized out>
        scope = <optimized out>
        kw_splat = <optimized out>
        ci = {flags = 110618, kwarg = 0x0, mid = 3169, flag = 4, argc = 1}
        cc = <optimized out>
#27 0x000055a19c1116b4 in rb_call (scope=CALL_FCALL, argv=0x7f1b614710e0, argc=1, mid=3169, recv=139755571577000) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:891
        ec = <optimized out>
        ec = <optimized out>
#28 rb_funcallv_kw (recv=recv@entry=139755571577000, mid=mid@entry=3169, argc=argc@entry=1, argv=argv@entry=0x7f1b614710e0, kw_splat=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1088
No locals.
#29 0x000055a19bf00535 in rb_obj_call_init_kw (obj=obj@entry=139755571577000, argc=argc@entry=1, argv=argv@entry=0x7f1b614710e0, kw_splat=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/eval.c:1779
No locals.
#30 0x000055a19c0a43b3 in thread_s_new (argc=1, argv=0x7f1b614710e0, klass=139756139796040) at /tmp/ruby/src/trunk-gc-asserts/thread.c:911
        th = <optimized out>
        thread = 139755571577000
#31 0x000055a19c0edbed in vm_call_cfunc_with_frame_ (ec=0x55a1c34fec70, reg_cfp=0x7f1b61570e78, calling=<optimized out>, argc=1, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3772
        ci = 0x121100000003
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f1b83109898
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#32 0x000055a19c0f60df in vm_sendish (ec=0x55a1c34fec70, reg_cfp=0x7f1b61570e78, cd=0x55a1c3449d70, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-gc-asserts/vm_callinfo.h:415
        val = 36
        ci = <optimized out>
        cc = 0x7f1b6135fd58
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x55a1c3449d70, cc = 0x7f1b6135fd58, block_handler = 139755573939857, recv = 139756139796040, argc = 1, kw_splat = false, heap_argv = 0, proc_ns = 0x0}
#33 0x000055a19c104006 in vm_exec_core (ec=0x55a1c33c2b70, ec@entry=0x55a1c34fec70) at ../../src/trunk-gc-asserts/insns.def:851
        bh = 139756566187872
        cd = 0x55a1c3449d70
        blockiseq = 0x2
        leaf = <optimized out>
        val = 94153254149488
        reg_pc = 0x55a1c3506ec8
        reg_cfp = 0x7f1b61570e78
        insns_address_table = {0x55a19c1062a0 <vm_exec_core+13072>, 0x55a19c1052da <vm_exec_core+9034>, 0x55a19c10526d <vm_exec_core+8925>, 0x55a19c1051f5 <vm_exec_core+8805>, 0x55a19c105183 <vm_exec_core+8691>, 0x55a19c10510a <vm_exec_core+8570>, 0x55a19c105064 <vm_exec_core+8404>, 0x55a19c1056f1 <vm_exec_core+10081>, 0x55a19c1055d6 <vm_exec_core+9798>, 0x55a19c10562d <vm_exec_core+9885>, 0x55a19c10533e <vm_exec_core+9134>, 0x55a19c10546b <vm_exec_core+9435>, 0x55a19c104bd2 <vm_exec_core+7234>, 0x55a19c104b6a <vm_exec_core+7130>, 0x55a19c104afd <vm_exec_core+7021>, 0x55a19c104ddc <vm_exec_core+7756>, 0x55a19c104da4 <vm_exec_core+7700>, 0x55a19c104d6f <vm_exec_core+7647>, 0x55a19c104d3a <vm_exec_core+7594>, 0x55a19c104d05 <vm_exec_core+7541>, 0x55a19c104ca2 <vm_exec_core+7442>, 0x55a19c104c5e <vm_exec_core+7374>, 0x55a19c104c17 <vm_exec_core+7303>, 0x55a19c104f18 <vm_exec_core+8072>, 0x55a19c104ed2 <vm_exec_core+8002>, 0x55a19c104e53 <vm_exec_core+7875>, 0x55a19c104e19 <vm_exec_core+7817>, 0x55a19c104fca <vm_exec_core+8250>, 0x55a19c104f70 <vm_exec_core+8160>, 0x55a19c105027 <vm_exec_core+8343>, 0x55a19c104ac0 <vm_exec_core+6960>, 0x55a19c1048bd <vm_exec_core+6445>, 0x55a19c104837 <vm_exec_core+6311>, 0x55a19c1047cf <vm_exec_core+6207>, 0x55a19c104777 <vm_exec_core+6119>, 0x55a19c104715 <vm_exec_core+6021>, 0x55a19c1046c8 <vm_exec_core+5944>, 0x55a19c104654 <vm_exec_core+5828>, 0x55a19c10460a <vm_exec_core+5754>, 0x55a19c1045e3 <vm_exec_core+5715>, 0x55a19c1045a8 <vm_exec_core+5656>, 0x55a19c104557 <vm_exec_core+5575>, 0x55a19c104523 <vm_exec_core+5523>, 0x55a19c104476 <vm_exec_core+5350>, 0x55a19c104433 <vm_exec_core+5283>, 0x55a19c1043ef <vm_exec_core+5215>, 0x55a19c1043bd <vm_exec_core+5165>, 0x55a19c10434e <vm_exec_core+5054>, 0x55a19c1042ed <vm_exec_core+4957>, 0x55a19c10429e <vm_exec_core+4878>, 0x55a19c10422f <vm_exec_core+4767>, 0x55a19c1041d1 <vm_exec_core+4673>, 0x55a19c1040b9 <vm_exec_core+4393>, 0x55a19c10407d <vm_exec_core+4333>, 0x55a19c104036 <vm_exec_core+4262>, 0x55a19c103fcc <vm_exec_core+4156>, 0x55a19c103f2e <vm_exec_core+3998>, 0x55a19c103000 <vm_exec_core+112>, 0x55a19c103e79 <vm_exec_core+3817>, 0x55a19c103df1 <vm_exec_core+3681>, 0x55a19c103da2 <vm_exec_core+3602>, 0x55a19c103d53 <vm_exec_core+3523>, 0x55a19c103d04 <vm_exec_core+3444>, 0x55a19c106147 <vm_exec_core+12727>, 0x55a19c103cb5 <vm_exec_core+3365>, 0x55a19c103c46 <vm_exec_core+3254>, 0x55a19c103c01 <vm_exec_core+3185>, 0x55a19c103b8e <vm_exec_core+3070>, 0x55a19c103a46 <vm_exec_core+2742>, 0x55a19c10397a <vm_exec_core+2538>, 0x55a19c1038fe <vm_exec_core+2414>, 0x55a19c10575b <vm_exec_core+10187>, 0x55a19c1038ca <vm_exec_core+2362>, 0x55a19c10388b <vm_exec_core+2299>, 0x55a19c10384c <vm_exec_core+2236>, 0x55a19c103810 <vm_exec_core+2176>, 0x55a19c103752 <vm_exec_core+1986>, 0x55a19c1036cf <vm_exec_core+1855>, 0x55a19c1062b1 <vm_exec_core+13089>, 0x55a19c1063be <vm_exec_core+13358>, 0x55a19c1065ff <vm_exec_core+13935>, 0x55a19c106019 <vm_exec_core+12425>, 0x55a19c106698 <vm_exec_core+14088>, 0x55a19c106965 <vm_exec_core+14805>, 0x55a19c106884 <vm_exec_core+14580>, 0x55a19c106907 <vm_exec_core+14711>, 0x55a19c10676a <vm_exec_core+14298>, 0x55a19c1067c8 <vm_exec_core+14392>, 0x55a19c106826 <vm_exec_core+14486>, 0x55a19c106bf5 <vm_exec_core+15461>, 0x55a19c106a49 <vm_exec_core+15033>, 0x55a19c106a95 <vm_exec_core+15109>, 0x55a19c106ae8 <vm_exec_core+15192>, 0x55a19c106b6b <vm_exec_core+15323>, 0x55a19c103602 <vm_exec_core+1650>, 0x55a19c10355a <vm_exec_core+1482>, 0x55a19c106318 <vm_exec_core+13192>, 0x55a19c106376 <vm_exec_core+13286>, 0x55a19c1061a7 <vm_exec_core+12823>, 0x55a19c10623a <vm_exec_core+12970>, 0x55a19c106731 <vm_exec_core+14241>, 0x55a19c1069be <vm_exec_core+14894>, 0x55a19c1034e9 <vm_exec_core+1369>, 0x55a19c103469 <vm_exec_core+1241>, 0x55a19c1033c0 <vm_exec_core+1072>, 0x55a19c103379 <vm_exec_core+1001>, 0x55a19c10332e <vm_exec_core+926>, 0x55a19c1032e5 <vm_exec_core+853>, 0x55a19c103294 <vm_exec_core+772>, 0x55a19c10325f <vm_exec_core+719>, 0x55a19c10322a <vm_exec_core+666>, 0x55a19c106422 <vm_exec_core+13458>, 0x55a19c1052c9 <vm_exec_core+9017>, 0x55a19c10525c <vm_exec_core+8908>, 0x55a19c1051e4 <vm_exec_core+8788>, 0x55a19c105172 <vm_exec_core+8674>, 0x55a19c1050f9 <vm_exec_core+8553>, 0x55a19c105053 <vm_exec_core+8387>, 0x55a19c1056e0 <vm_exec_core+10064>, 0x55a19c1055c5 <vm_exec_core+9781>, 0x55a19c10561c <vm_exec_core+9868>, 0x55a19c10532d <vm_exec_core+9117>, 0x55a19c10545a <vm_exec_core+9418>, 0x55a19c104bc1 <vm_exec_core+7217>, 0x55a19c104b59 <vm_exec_core+7113>, 0x55a19c104aec <vm_exec_core+7004>, 0x55a19c104dcb <vm_exec_core+7739>, 0x55a19c104d93 <vm_exec_core+7683>, 0x55a19c104d5e <vm_exec_core+7630>, 0x55a19c104d29 <vm_exec_core+7577>, 0x55a19c104cf4 <vm_exec_core+7524>, 0x55a19c104c91 <vm_exec_core+7425>, 0x55a19c104c4d <vm_exec_core+7357>, 0x55a19c104c06 <vm_exec_core+7286>, 0x55a19c104f07 <vm_exec_core+8055>, 0x55a19c104ec1 <vm_exec_core+7985>, 0x55a19c104e42 <vm_exec_core+7858>, 0x55a19c104e08 <vm_exec_core+7800>, 0x55a19c104fb9 <vm_exec_core+8233>, 0x55a19c104f5f <vm_exec_core+8143>, 0x55a19c105016 <vm_exec_core+8326>, 0x55a19c104aaf <vm_exec_core+6943>, 0x55a19c1048ac <vm_exec_core+6428>, 0x55a19c104826 <vm_exec_core+6294>, 0x55a19c1047be <vm_exec_core+6190>, 0x55a19c104766 <vm_exec_core+6102>, 0x55a19c104704 <vm_exec_core+6004>, 0x55a19c1046b7 <vm_exec_core+5927>, 0x55a19c104643 <vm_exec_core+5811>, 0x55a19c1045f9 <vm_exec_core+5737>, 0x55a19c1045d2 <vm_exec_core+5698>, 0x55a19c104597 <vm_exec_core+5639>, 0x55a19c104546 <vm_exec_core+5558>, 0x55a19c104512 <vm_exec_core+5506>, 0x55a19c104465 <vm_exec_core+5333>, 0x55a19c104422 <vm_exec_core+5266>, 0x55a19c1043de <vm_exec_core+5198>, 0x55a19c1043ac <vm_exec_core+5148>, 0x55a19c10433d <vm_exec_core+5037>, 0x55a19c1042dc <vm_exec_core+4940>, 0x55a19c10428d <vm_exec_core+4861>, 0x55a19c10421e <vm_exec_core+4750>, 0x55a19c1041c0 <vm_exec_core+4656>, 0x55a19c1040a8 <vm_exec_core+4376>, 0x55a19c10406c <vm_exec_core+4316>, 0x55a19c104025 <vm_exec_core+4245>, 0x55a19c103fbb <vm_exec_core+4139>, 0x55a19c103f1d <vm_exec_core+3981>, 0x55a19c106565 <vm_exec_core+13781>, 0x55a19c103e68 <vm_exec_core+3800>, 0x55a19c103de0 <vm_exec_core+3664>, 0x55a19c103d91 <vm_exec_core+3585>, 0x55a19c103d42 <vm_exec_core+3506>, 0x55a19c103cf3 <vm_exec_core+3427>, 0x55a19c106539 <vm_exec_core+13737>, 0x55a19c103ca4 <vm_exec_core+3348>, 0x55a19c103c35 <vm_exec_core+3237>, 0x55a19c103bf0 <vm_exec_core+3168>, 0x55a19c103b7d <vm_exec_core+3053>, 0x55a19c103a35 <vm_exec_core+2725>, 0x55a19c103969 <vm_exec_core+2521>, 0x55a19c1038ed <vm_exec_core+2397>, 0x55a19c10574a <vm_exec_core+10170>, 0x55a19c1038b9 <vm_exec_core+2345>, 0x55a19c10387a <vm_exec_core+2282>, 0x55a19c10383b <vm_exec_core+2219>, 0x55a19c1037ff <vm_exec_core+2159>, 0x55a19c103741 <vm_exec_core+1969>, 0x55a19c1036be <vm_exec_core+1838>, 0x55a19c10654f <vm_exec_core+13759>, 0x55a19c106191 <vm_exec_core+12801>, 0x55a19c106360 <vm_exec_core+13264>, 0x55a19c106440 <vm_exec_core+13488>, 0x55a19c106456 <vm_exec_core+13510>, 0x55a19c10646c <vm_exec_core+13532>, 0x55a19c106482 <vm_exec_core+13554>, 0x55a19c10649f <vm_exec_core+13583>, 0x55a19c1064b5 <vm_exec_core+13605>, 0x55a19c1064cb <vm_exec_core+13627>, 0x55a19c1064e1 <vm_exec_core+13649>...}
#34 0x000055a19c10974e in rb_vm_exec (ec=0x55a1c34fec70) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2625
        _ec = 0x55a1c34fec70
        _tag = {tag = 36, retval = 4, buf = {0x7f1b61471098, 0x55a19c109670 <rb_vm_exec+304>, 0x0, 0x7f1b61670db0, 0x0}, prev = 0x7f1b61671120, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#35 0x000055a19c10dc53 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7f1b61471098, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1700
No locals.
#36 vm_yield (kw_splat=0, argv=0x7f1b61471098, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1714
No locals.
#37 rb_yield_0 (argv=0x7f1b61471098, argc=1) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1362
No locals.
#38 rb_yield_values2 (argc=1, argv=0x7f1b61471098) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1408
No locals.
#39 0x000055a19bed9ce2 in collect_i (i=<optimized out>, ary=139755571772960, argc=<optimized out>, argv=<optimized out>, blockarg=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/enum.c:628
No locals.
#40 0x000055a19c0fc628 in vm_yield_with_cfunc (ec=0x55a1c34fec70, captured=<optimized out>, self=139755571707680, argc=1, argv=0x7f1b61471098, kw_splat=0, block_handler=0, me=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5136
        is_lambda = 0
        val = <optimized out>
        arg = 1085
        blockarg = <optimized out>
        frame_flag = <optimized out>
        ifunc = 0x7f1b6135fdf8
#41 0x000055a19c0fc70e in vm_invoke_ifunc_block (ec=0x55a1c34fec70, reg_cfp=0x7f1b61570ee8, calling=<optimized out>, ci=<optimized out>, is_lambda=<optimized out>, block_handler=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5329
        val = <optimized out>
        argc = <optimized out>
        captured = 0x7f1b61570f70
#42 0x000055a19c103a16 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5977
        val = 4
        ci = 0xfffffffffffffe00
        cc = <optimized out>
        recv = <optimized out>
        argc = <optimized out>
        calling = {cd = 0x55a1c34925c0, cc = 0x0, block_handler = 0, recv = 286326819, argc = 1, kw_splat = false, heap_argv = 0, proc_ns = 0x0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#43 vm_exec_core (ec=0x55a1c33c2b70, ec@entry=0x55a1c34fec70) at ../../src/trunk-gc-asserts/insns.def:1137
        bh = <optimized out>
        cd = 0x55a1c33c2b70
        leaf = <optimized out>
        val = 4
        reg_pc = 0x55a1c34cf900
        reg_cfp = 0x7f1b61570ee8
        insns_address_table = {0x55a19c1062a0 <vm_exec_core+13072>, 0x55a19c1052da <vm_exec_core+9034>, 0x55a19c10526d <vm_exec_core+8925>, 0x55a19c1051f5 <vm_exec_core+8805>, 0x55a19c105183 <vm_exec_core+8691>, 0x55a19c10510a <vm_exec_core+8570>, 0x55a19c105064 <vm_exec_core+8404>, 0x55a19c1056f1 <vm_exec_core+10081>, 0x55a19c1055d6 <vm_exec_core+9798>, 0x55a19c10562d <vm_exec_core+9885>, 0x55a19c10533e <vm_exec_core+9134>, 0x55a19c10546b <vm_exec_core+9435>, 0x55a19c104bd2 <vm_exec_core+7234>, 0x55a19c104b6a <vm_exec_core+7130>, 0x55a19c104afd <vm_exec_core+7021>, 0x55a19c104ddc <vm_exec_core+7756>, 0x55a19c104da4 <vm_exec_core+7700>, 0x55a19c104d6f <vm_exec_core+7647>, 0x55a19c104d3a <vm_exec_core+7594>, 0x55a19c104d05 <vm_exec_core+7541>, 0x55a19c104ca2 <vm_exec_core+7442>, 0x55a19c104c5e <vm_exec_core+7374>, 0x55a19c104c17 <vm_exec_core+7303>, 0x55a19c104f18 <vm_exec_core+8072>, 0x55a19c104ed2 <vm_exec_core+8002>, 0x55a19c104e53 <vm_exec_core+7875>, 0x55a19c104e19 <vm_exec_core+7817>, 0x55a19c104fca <vm_exec_core+8250>, 0x55a19c104f70 <vm_exec_core+8160>, 0x55a19c105027 <vm_exec_core+8343>, 0x55a19c104ac0 <vm_exec_core+6960>, 0x55a19c1048bd <vm_exec_core+6445>, 0x55a19c104837 <vm_exec_core+6311>, 0x55a19c1047cf <vm_exec_core+6207>, 0x55a19c104777 <vm_exec_core+6119>, 0x55a19c104715 <vm_exec_core+6021>, 0x55a19c1046c8 <vm_exec_core+5944>, 0x55a19c104654 <vm_exec_core+5828>, 0x55a19c10460a <vm_exec_core+5754>, 0x55a19c1045e3 <vm_exec_core+5715>, 0x55a19c1045a8 <vm_exec_core+5656>, 0x55a19c104557 <vm_exec_core+5575>, 0x55a19c104523 <vm_exec_core+5523>, 0x55a19c104476 <vm_exec_core+5350>, 0x55a19c104433 <vm_exec_core+5283>, 0x55a19c1043ef <vm_exec_core+5215>, 0x55a19c1043bd <vm_exec_core+5165>, 0x55a19c10434e <vm_exec_core+5054>, 0x55a19c1042ed <vm_exec_core+4957>, 0x55a19c10429e <vm_exec_core+4878>, 0x55a19c10422f <vm_exec_core+4767>, 0x55a19c1041d1 <vm_exec_core+4673>, 0x55a19c1040b9 <vm_exec_core+4393>, 0x55a19c10407d <vm_exec_core+4333>, 0x55a19c104036 <vm_exec_core+4262>, 0x55a19c103fcc <vm_exec_core+4156>, 0x55a19c103f2e <vm_exec_core+3998>, 0x55a19c103000 <vm_exec_core+112>, 0x55a19c103e79 <vm_exec_core+3817>, 0x55a19c103df1 <vm_exec_core+3681>, 0x55a19c103da2 <vm_exec_core+3602>, 0x55a19c103d53 <vm_exec_core+3523>, 0x55a19c103d04 <vm_exec_core+3444>, 0x55a19c106147 <vm_exec_core+12727>, 0x55a19c103cb5 <vm_exec_core+3365>, 0x55a19c103c46 <vm_exec_core+3254>, 0x55a19c103c01 <vm_exec_core+3185>, 0x55a19c103b8e <vm_exec_core+3070>, 0x55a19c103a46 <vm_exec_core+2742>, 0x55a19c10397a <vm_exec_core+2538>, 0x55a19c1038fe <vm_exec_core+2414>, 0x55a19c10575b <vm_exec_core+10187>, 0x55a19c1038ca <vm_exec_core+2362>, 0x55a19c10388b <vm_exec_core+2299>, 0x55a19c10384c <vm_exec_core+2236>, 0x55a19c103810 <vm_exec_core+2176>, 0x55a19c103752 <vm_exec_core+1986>, 0x55a19c1036cf <vm_exec_core+1855>, 0x55a19c1062b1 <vm_exec_core+13089>, 0x55a19c1063be <vm_exec_core+13358>, 0x55a19c1065ff <vm_exec_core+13935>, 0x55a19c106019 <vm_exec_core+12425>, 0x55a19c106698 <vm_exec_core+14088>, 0x55a19c106965 <vm_exec_core+14805>, 0x55a19c106884 <vm_exec_core+14580>, 0x55a19c106907 <vm_exec_core+14711>, 0x55a19c10676a <vm_exec_core+14298>, 0x55a19c1067c8 <vm_exec_core+14392>, 0x55a19c106826 <vm_exec_core+14486>, 0x55a19c106bf5 <vm_exec_core+15461>, 0x55a19c106a49 <vm_exec_core+15033>, 0x55a19c106a95 <vm_exec_core+15109>, 0x55a19c106ae8 <vm_exec_core+15192>, 0x55a19c106b6b <vm_exec_core+15323>, 0x55a19c103602 <vm_exec_core+1650>, 0x55a19c10355a <vm_exec_core+1482>, 0x55a19c106318 <vm_exec_core+13192>, 0x55a19c106376 <vm_exec_core+13286>, 0x55a19c1061a7 <vm_exec_core+12823>, 0x55a19c10623a <vm_exec_core+12970>, 0x55a19c106731 <vm_exec_core+14241>, 0x55a19c1069be <vm_exec_core+14894>, 0x55a19c1034e9 <vm_exec_core+1369>, 0x55a19c103469 <vm_exec_core+1241>, 0x55a19c1033c0 <vm_exec_core+1072>, 0x55a19c103379 <vm_exec_core+1001>, 0x55a19c10332e <vm_exec_core+926>, 0x55a19c1032e5 <vm_exec_core+853>, 0x55a19c103294 <vm_exec_core+772>, 0x55a19c10325f <vm_exec_core+719>, 0x55a19c10322a <vm_exec_core+666>, 0x55a19c106422 <vm_exec_core+13458>, 0x55a19c1052c9 <vm_exec_core+9017>, 0x55a19c10525c <vm_exec_core+8908>, 0x55a19c1051e4 <vm_exec_core+8788>, 0x55a19c105172 <vm_exec_core+8674>, 0x55a19c1050f9 <vm_exec_core+8553>, 0x55a19c105053 <vm_exec_core+8387>, 0x55a19c1056e0 <vm_exec_core+10064>, 0x55a19c1055c5 <vm_exec_core+9781>, 0x55a19c10561c <vm_exec_core+9868>, 0x55a19c10532d <vm_exec_core+9117>, 0x55a19c10545a <vm_exec_core+9418>, 0x55a19c104bc1 <vm_exec_core+7217>, 0x55a19c104b59 <vm_exec_core+7113>, 0x55a19c104aec <vm_exec_core+7004>, 0x55a19c104dcb <vm_exec_core+7739>, 0x55a19c104d93 <vm_exec_core+7683>, 0x55a19c104d5e <vm_exec_core+7630>, 0x55a19c104d29 <vm_exec_core+7577>, 0x55a19c104cf4 <vm_exec_core+7524>, 0x55a19c104c91 <vm_exec_core+7425>, 0x55a19c104c4d <vm_exec_core+7357>, 0x55a19c104c06 <vm_exec_core+7286>, 0x55a19c104f07 <vm_exec_core+8055>, 0x55a19c104ec1 <vm_exec_core+7985>, 0x55a19c104e42 <vm_exec_core+7858>, 0x55a19c104e08 <vm_exec_core+7800>, 0x55a19c104fb9 <vm_exec_core+8233>, 0x55a19c104f5f <vm_exec_core+8143>, 0x55a19c105016 <vm_exec_core+8326>, 0x55a19c104aaf <vm_exec_core+6943>, 0x55a19c1048ac <vm_exec_core+6428>, 0x55a19c104826 <vm_exec_core+6294>, 0x55a19c1047be <vm_exec_core+6190>, 0x55a19c104766 <vm_exec_core+6102>, 0x55a19c104704 <vm_exec_core+6004>, 0x55a19c1046b7 <vm_exec_core+5927>, 0x55a19c104643 <vm_exec_core+5811>, 0x55a19c1045f9 <vm_exec_core+5737>, 0x55a19c1045d2 <vm_exec_core+5698>, 0x55a19c104597 <vm_exec_core+5639>, 0x55a19c104546 <vm_exec_core+5558>, 0x55a19c104512 <vm_exec_core+5506>, 0x55a19c104465 <vm_exec_core+5333>, 0x55a19c104422 <vm_exec_core+5266>, 0x55a19c1043de <vm_exec_core+5198>, 0x55a19c1043ac <vm_exec_core+5148>, 0x55a19c10433d <vm_exec_core+5037>, 0x55a19c1042dc <vm_exec_core+4940>, 0x55a19c10428d <vm_exec_core+4861>, 0x55a19c10421e <vm_exec_core+4750>, 0x55a19c1041c0 <vm_exec_core+4656>, 0x55a19c1040a8 <vm_exec_core+4376>, 0x55a19c10406c <vm_exec_core+4316>, 0x55a19c104025 <vm_exec_core+4245>, 0x55a19c103fbb <vm_exec_core+4139>, 0x55a19c103f1d <vm_exec_core+3981>, 0x55a19c106565 <vm_exec_core+13781>, 0x55a19c103e68 <vm_exec_core+3800>, 0x55a19c103de0 <vm_exec_core+3664>, 0x55a19c103d91 <vm_exec_core+3585>, 0x55a19c103d42 <vm_exec_core+3506>, 0x55a19c103cf3 <vm_exec_core+3427>, 0x55a19c106539 <vm_exec_core+13737>, 0x55a19c103ca4 <vm_exec_core+3348>, 0x55a19c103c35 <vm_exec_core+3237>, 0x55a19c103bf0 <vm_exec_core+3168>, 0x55a19c103b7d <vm_exec_core+3053>, 0x55a19c103a35 <vm_exec_core+2725>, 0x55a19c103969 <vm_exec_core+2521>, 0x55a19c1038ed <vm_exec_core+2397>, 0x55a19c10574a <vm_exec_core+10170>, 0x55a19c1038b9 <vm_exec_core+2345>, 0x55a19c10387a <vm_exec_core+2282>, 0x55a19c10383b <vm_exec_core+2219>, 0x55a19c1037ff <vm_exec_core+2159>, 0x55a19c103741 <vm_exec_core+1969>, 0x55a19c1036be <vm_exec_core+1838>, 0x55a19c10654f <vm_exec_core+13759>, 0x55a19c106191 <vm_exec_core+12801>, 0x55a19c106360 <vm_exec_core+13264>, 0x55a19c106440 <vm_exec_core+13488>, 0x55a19c106456 <vm_exec_core+13510>, 0x55a19c10646c <vm_exec_core+13532>, 0x55a19c106482 <vm_exec_core+13554>, 0x55a19c10649f <vm_exec_core+13583>, 0x55a19c1064b5 <vm_exec_core+13605>, 0x55a19c1064cb <vm_exec_core+13627>, 0x55a19c1064e1 <vm_exec_core+13649>...}
#44 0x000055a19c10974e in rb_vm_exec (ec=0x55a1c34fec70) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2625
        _ec = 0x55a1c34fec70
        _tag = {tag = 36, retval = 4, buf = {0x0, 0x55a19c109670 <rb_vm_exec+304>, 0x0, 0x7f1b61671100, 0x0}, prev = 0x7f1b61671410, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#45 0x000055a19c10f7e4 in vm_call0_cc (ec=0x55a1c34fec70, recv=<optimized out>, id=28529, argc=<optimized out>, argv=<optimized out>, cc=<optimized out>, kw_splat=0) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:101
        flags = <optimized out>
        use_argv = <optimized out>
        av = {94153254890608, 94152594404096}
        calling = {cd = 0x7f1b616711d0, cc = 0x7f1b6135fda8, block_handler = 139755573940083, recv = 2001, argc = 0, kw_splat = false, heap_argv = 0, proc_ns = 0x0}
#46 0x000055a19c110f02 in rb_call0 (ec=0x55a1c34fec70, recv=recv@entry=2001, mid=mid@entry=28529, argc=argc@entry=0, argv=argv@entry=0x0, call_scope=call_scope@entry=CALL_FCALL, self=139755571707680) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:572
        call_status = <optimized out>
        scope = <optimized out>
        kw_splat = <optimized out>
        ci = {flags = 110618, kwarg = 0x0, mid = 28529, flag = 4, argc = 0}
        cc = <optimized out>
#47 0x000055a19c1118e7 in rb_call (scope=CALL_FCALL, argv=0x0, argc=0, mid=28529, recv=2001) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:891
        ec = <optimized out>
        ec = <optimized out>
#48 iterate_method (obj=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1546
        arg = <optimized out>
#49 0x000055a19c0f87f8 in rb_iterate0 (it_proc=it_proc@entry=0x55a19c111880 <iterate_method>, data1=data1@entry=139755574990000, ifunc=<optimized out>, ec=ec@entry=0x55a1c34fec70) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1488
        _ec = 0x55a1c34fec70
        _tag = {tag = 36, retval = 0, buf = {0x7f1b6134ff20, 0x55a19c0f8880 <rb_iterate0+352>, 0x0, 0x7f1b616713d0, 0x0}, prev = 0x7f1b61671890, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        retval = 4
        cfp = 0x7f1b61570f20
#50 0x000055a19c0f8a9d in rb_iterate_internal (data2=139755571707680, bl_proc=0x0, data1=139755574990000, it_proc=0x55a19c111880 <iterate_method>) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1520
No locals.
#51 rb_block_call_kw (obj=<optimized out>, mid=<optimized out>, argc=<optimized out>, argv=<optimized out>, bl_proc=bl_proc@entry=0x0, data2=data2@entry=139755571707680, kw_splat=0) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1569
        arg = {obj = 2001, mid = 28529, argc = 0, argv = 0x0, kw_splat = 0}
#52 0x000055a19bee7abd in enumerator_block_call (obj=<optimized out>, func=0x0, arg=139755571707680) at /tmp/ruby/src/trunk-gc-asserts/enumerator.c:568
        argc = <optimized out>
        argv = <optimized out>
        e = <optimized out>
        meth = <optimized out>
        args = 0
        ret = <optimized out>
#53 0x000055a19c10ea77 in vm_call0_cfunc_with_frame (argv=0x0, calling=0x7f1b61671590, ec=0x55a1c34fec70) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:164
        reg_cfp = 0x7f1b61570f58
        ci = <optimized out>
        me = 0x7f1b8310ea00
        mid = 3073
        block_handler = <optimized out>
        recv = <optimized out>
        argc = <optimized out>
        val = <optimized out>
        cfunc = 0x55a1c345e6a8
        len = <optimized out>
        frame_flags = <optimized out>
        ci = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        len = <optimized out>
        recv = <optimized out>
        argc = <optimized out>
        mid = <optimized out>
        block_handler = <optimized out>
        frame_flags = <optimized out>
        unaligned_member_ptr_result = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        reg_cfp = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#54 vm_call0_cfunc (argv=0x0, calling=0x7f1b61671590, ec=0x55a1c34fec70) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:178
No locals.
#55 vm_call0_body (ec=ec@entry=0x55a1c34fec70, calling=calling@entry=0x7f1b61671690, argv=0x0) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:229
        ci = <optimized out>
        cc = <optimized out>
        ret = <optimized out>
#56 0x000055a19c10f7e4 in vm_call0_cc (ec=0x55a1c34fec70, recv=<optimized out>, id=3073, argc=<optimized out>, argv=<optimized out>, cc=<optimized out>, kw_splat=0) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:101
        flags = <optimized out>
        use_argv = <optimized out>
        av = {94153254890608, 94152594404096}
        calling = {cd = 0x7f1b61671650, cc = 0x7f1b6135fdd0, block_handler = 139755573940083, recv = 139755571707680, argc = 0, kw_splat = false, heap_argv = 0, proc_ns = 0x0}
#57 0x000055a19c110f02 in rb_call0 (ec=0x55a1c34fec70, recv=recv@entry=139755571707680, mid=mid@entry=3073, argc=argc@entry=0, argv=argv@entry=0x0, call_scope=call_scope@entry=CALL_FCALL, self=139755571707680) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:572
        call_status = <optimized out>
        scope = <optimized out>
        kw_splat = <optimized out>
        ci = {flags = 110618, kwarg = 0x0, mid = 3073, flag = 4, argc = 0}
        cc = <optimized out>
#58 0x000055a19c1118e7 in rb_call (scope=CALL_FCALL, argv=0x0, argc=0, mid=3073, recv=139755571707680) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:891
        ec = <optimized out>
        ec = <optimized out>
#59 iterate_method (obj=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1546
        arg = <optimized out>
#60 0x000055a19c0f87f8 in rb_iterate0 (it_proc=it_proc@entry=0x55a19c111880 <iterate_method>, data1=data1@entry=139755574991152, ifunc=ifunc@entry=0x7f1b6135fdf8, ec=0x55a1c34fec70) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1488
        _ec = 0x55a1c34fec70
        _tag = {tag = 36, retval = 17214624582209227008, buf = {0x7f1b6134ff20, 0x55a19c0f8880 <rb_iterate0+352>, 0x0, 0x7f1b61671850, 0x55a19bed9cd0 <collect_i>}, prev = 0x7f1b61671cc0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        retval = 4
        cfp = 0x7f1b61570f58
#61 0x000055a19c0f8c17 in rb_lambda_call (obj=obj@entry=139755571707680, mid=mid@entry=3073, argc=argc@entry=0, argv=argv@entry=0x0, bl_proc=bl_proc@entry=0x55a19bed9cd0 <collect_i>, min_argc=<optimized out>, max_argc=1, data2=139755571772960) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1618
        arg = {obj = 139755571707680, mid = 3073, argc = 0, argv = 0x0, kw_splat = 0}
        block = 0x7f1b6135fdf8
#62 0x000055a19bedb899 in enum_collect (obj=139755571707680) at /tmp/ruby/src/trunk-gc-asserts/enum.c:667
        ary = 139755571772960
        min_argc = <optimized out>
        max_argc = 1
#63 0x000055a19c0edbed in vm_call_cfunc_with_frame_ (ec=0x55a1c34fec70, reg_cfp=0x7f1b61570f90, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3772
        ci = 0x168100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f1b6135fe70
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#64 0x000055a19c0f60df in vm_sendish (ec=0x55a1c34fec70, reg_cfp=0x7f1b61570f90, cd=0x55a1c34ff860, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-gc-asserts/vm_callinfo.h:415
        val = 36
        ci = <optimized out>
        cc = 0x7f1b6135fe48
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x55a1c34ff860, cc = 0x7f1b6135fe48, block_handler = 139755573940137, recv = 139755571707680, argc = 0, kw_splat = false, heap_argv = 0, proc_ns = 0x0}
#65 0x000055a19c104006 in vm_exec_core (ec=0x55a1c33c2b70, ec@entry=0x55a1c34fec70) at ../../src/trunk-gc-asserts/insns.def:851
        bh = 139756566187872
        cd = 0x55a1c34ff860
        blockiseq = 0x2
        leaf = <optimized out>
        val = 94153254893664
        reg_pc = 0x55a1c34c25c8
        reg_cfp = 0x7f1b61570f90
        insns_address_table = {0x55a19c1062a0 <vm_exec_core+13072>, 0x55a19c1052da <vm_exec_core+9034>, 0x55a19c10526d <vm_exec_core+8925>, 0x55a19c1051f5 <vm_exec_core+8805>, 0x55a19c105183 <vm_exec_core+8691>, 0x55a19c10510a <vm_exec_core+8570>, 0x55a19c105064 <vm_exec_core+8404>, 0x55a19c1056f1 <vm_exec_core+10081>, 0x55a19c1055d6 <vm_exec_core+9798>, 0x55a19c10562d <vm_exec_core+9885>, 0x55a19c10533e <vm_exec_core+9134>, 0x55a19c10546b <vm_exec_core+9435>, 0x55a19c104bd2 <vm_exec_core+7234>, 0x55a19c104b6a <vm_exec_core+7130>, 0x55a19c104afd <vm_exec_core+7021>, 0x55a19c104ddc <vm_exec_core+7756>, 0x55a19c104da4 <vm_exec_core+7700>, 0x55a19c104d6f <vm_exec_core+7647>, 0x55a19c104d3a <vm_exec_core+7594>, 0x55a19c104d05 <vm_exec_core+7541>, 0x55a19c104ca2 <vm_exec_core+7442>, 0x55a19c104c5e <vm_exec_core+7374>, 0x55a19c104c17 <vm_exec_core+7303>, 0x55a19c104f18 <vm_exec_core+8072>, 0x55a19c104ed2 <vm_exec_core+8002>, 0x55a19c104e53 <vm_exec_core+7875>, 0x55a19c104e19 <vm_exec_core+7817>, 0x55a19c104fca <vm_exec_core+8250>, 0x55a19c104f70 <vm_exec_core+8160>, 0x55a19c105027 <vm_exec_core+8343>, 0x55a19c104ac0 <vm_exec_core+6960>, 0x55a19c1048bd <vm_exec_core+6445>, 0x55a19c104837 <vm_exec_core+6311>, 0x55a19c1047cf <vm_exec_core+6207>, 0x55a19c104777 <vm_exec_core+6119>, 0x55a19c104715 <vm_exec_core+6021>, 0x55a19c1046c8 <vm_exec_core+5944>, 0x55a19c104654 <vm_exec_core+5828>, 0x55a19c10460a <vm_exec_core+5754>, 0x55a19c1045e3 <vm_exec_core+5715>, 0x55a19c1045a8 <vm_exec_core+5656>, 0x55a19c104557 <vm_exec_core+5575>, 0x55a19c104523 <vm_exec_core+5523>, 0x55a19c104476 <vm_exec_core+5350>, 0x55a19c104433 <vm_exec_core+5283>, 0x55a19c1043ef <vm_exec_core+5215>, 0x55a19c1043bd <vm_exec_core+5165>, 0x55a19c10434e <vm_exec_core+5054>, 0x55a19c1042ed <vm_exec_core+4957>, 0x55a19c10429e <vm_exec_core+4878>, 0x55a19c10422f <vm_exec_core+4767>, 0x55a19c1041d1 <vm_exec_core+4673>, 0x55a19c1040b9 <vm_exec_core+4393>, 0x55a19c10407d <vm_exec_core+4333>, 0x55a19c104036 <vm_exec_core+4262>, 0x55a19c103fcc <vm_exec_core+4156>, 0x55a19c103f2e <vm_exec_core+3998>, 0x55a19c103000 <vm_exec_core+112>, 0x55a19c103e79 <vm_exec_core+3817>, 0x55a19c103df1 <vm_exec_core+3681>, 0x55a19c103da2 <vm_exec_core+3602>, 0x55a19c103d53 <vm_exec_core+3523>, 0x55a19c103d04 <vm_exec_core+3444>, 0x55a19c106147 <vm_exec_core+12727>, 0x55a19c103cb5 <vm_exec_core+3365>, 0x55a19c103c46 <vm_exec_core+3254>, 0x55a19c103c01 <vm_exec_core+3185>, 0x55a19c103b8e <vm_exec_core+3070>, 0x55a19c103a46 <vm_exec_core+2742>, 0x55a19c10397a <vm_exec_core+2538>, 0x55a19c1038fe <vm_exec_core+2414>, 0x55a19c10575b <vm_exec_core+10187>, 0x55a19c1038ca <vm_exec_core+2362>, 0x55a19c10388b <vm_exec_core+2299>, 0x55a19c10384c <vm_exec_core+2236>, 0x55a19c103810 <vm_exec_core+2176>, 0x55a19c103752 <vm_exec_core+1986>, 0x55a19c1036cf <vm_exec_core+1855>, 0x55a19c1062b1 <vm_exec_core+13089>, 0x55a19c1063be <vm_exec_core+13358>, 0x55a19c1065ff <vm_exec_core+13935>, 0x55a19c106019 <vm_exec_core+12425>, 0x55a19c106698 <vm_exec_core+14088>, 0x55a19c106965 <vm_exec_core+14805>, 0x55a19c106884 <vm_exec_core+14580>, 0x55a19c106907 <vm_exec_core+14711>, 0x55a19c10676a <vm_exec_core+14298>, 0x55a19c1067c8 <vm_exec_core+14392>, 0x55a19c106826 <vm_exec_core+14486>, 0x55a19c106bf5 <vm_exec_core+15461>, 0x55a19c106a49 <vm_exec_core+15033>, 0x55a19c106a95 <vm_exec_core+15109>, 0x55a19c106ae8 <vm_exec_core+15192>, 0x55a19c106b6b <vm_exec_core+15323>, 0x55a19c103602 <vm_exec_core+1650>, 0x55a19c10355a <vm_exec_core+1482>, 0x55a19c106318 <vm_exec_core+13192>, 0x55a19c106376 <vm_exec_core+13286>, 0x55a19c1061a7 <vm_exec_core+12823>, 0x55a19c10623a <vm_exec_core+12970>, 0x55a19c106731 <vm_exec_core+14241>, 0x55a19c1069be <vm_exec_core+14894>, 0x55a19c1034e9 <vm_exec_core+1369>, 0x55a19c103469 <vm_exec_core+1241>, 0x55a19c1033c0 <vm_exec_core+1072>, 0x55a19c103379 <vm_exec_core+1001>, 0x55a19c10332e <vm_exec_core+926>, 0x55a19c1032e5 <vm_exec_core+853>, 0x55a19c103294 <vm_exec_core+772>, 0x55a19c10325f <vm_exec_core+719>, 0x55a19c10322a <vm_exec_core+666>, 0x55a19c106422 <vm_exec_core+13458>, 0x55a19c1052c9 <vm_exec_core+9017>, 0x55a19c10525c <vm_exec_core+8908>, 0x55a19c1051e4 <vm_exec_core+8788>, 0x55a19c105172 <vm_exec_core+8674>, 0x55a19c1050f9 <vm_exec_core+8553>, 0x55a19c105053 <vm_exec_core+8387>, 0x55a19c1056e0 <vm_exec_core+10064>, 0x55a19c1055c5 <vm_exec_core+9781>, 0x55a19c10561c <vm_exec_core+9868>, 0x55a19c10532d <vm_exec_core+9117>, 0x55a19c10545a <vm_exec_core+9418>, 0x55a19c104bc1 <vm_exec_core+7217>, 0x55a19c104b59 <vm_exec_core+7113>, 0x55a19c104aec <vm_exec_core+7004>, 0x55a19c104dcb <vm_exec_core+7739>, 0x55a19c104d93 <vm_exec_core+7683>, 0x55a19c104d5e <vm_exec_core+7630>, 0x55a19c104d29 <vm_exec_core+7577>, 0x55a19c104cf4 <vm_exec_core+7524>, 0x55a19c104c91 <vm_exec_core+7425>, 0x55a19c104c4d <vm_exec_core+7357>, 0x55a19c104c06 <vm_exec_core+7286>, 0x55a19c104f07 <vm_exec_core+8055>, 0x55a19c104ec1 <vm_exec_core+7985>, 0x55a19c104e42 <vm_exec_core+7858>, 0x55a19c104e08 <vm_exec_core+7800>, 0x55a19c104fb9 <vm_exec_core+8233>, 0x55a19c104f5f <vm_exec_core+8143>, 0x55a19c105016 <vm_exec_core+8326>, 0x55a19c104aaf <vm_exec_core+6943>, 0x55a19c1048ac <vm_exec_core+6428>, 0x55a19c104826 <vm_exec_core+6294>, 0x55a19c1047be <vm_exec_core+6190>, 0x55a19c104766 <vm_exec_core+6102>, 0x55a19c104704 <vm_exec_core+6004>, 0x55a19c1046b7 <vm_exec_core+5927>, 0x55a19c104643 <vm_exec_core+5811>, 0x55a19c1045f9 <vm_exec_core+5737>, 0x55a19c1045d2 <vm_exec_core+5698>, 0x55a19c104597 <vm_exec_core+5639>, 0x55a19c104546 <vm_exec_core+5558>, 0x55a19c104512 <vm_exec_core+5506>, 0x55a19c104465 <vm_exec_core+5333>, 0x55a19c104422 <vm_exec_core+5266>, 0x55a19c1043de <vm_exec_core+5198>, 0x55a19c1043ac <vm_exec_core+5148>, 0x55a19c10433d <vm_exec_core+5037>, 0x55a19c1042dc <vm_exec_core+4940>, 0x55a19c10428d <vm_exec_core+4861>, 0x55a19c10421e <vm_exec_core+4750>, 0x55a19c1041c0 <vm_exec_core+4656>, 0x55a19c1040a8 <vm_exec_core+4376>, 0x55a19c10406c <vm_exec_core+4316>, 0x55a19c104025 <vm_exec_core+4245>, 0x55a19c103fbb <vm_exec_core+4139>, 0x55a19c103f1d <vm_exec_core+3981>, 0x55a19c106565 <vm_exec_core+13781>, 0x55a19c103e68 <vm_exec_core+3800>, 0x55a19c103de0 <vm_exec_core+3664>, 0x55a19c103d91 <vm_exec_core+3585>, 0x55a19c103d42 <vm_exec_core+3506>, 0x55a19c103cf3 <vm_exec_core+3427>, 0x55a19c106539 <vm_exec_core+13737>, 0x55a19c103ca4 <vm_exec_core+3348>, 0x55a19c103c35 <vm_exec_core+3237>, 0x55a19c103bf0 <vm_exec_core+3168>, 0x55a19c103b7d <vm_exec_core+3053>, 0x55a19c103a35 <vm_exec_core+2725>, 0x55a19c103969 <vm_exec_core+2521>, 0x55a19c1038ed <vm_exec_core+2397>, 0x55a19c10574a <vm_exec_core+10170>, 0x55a19c1038b9 <vm_exec_core+2345>, 0x55a19c10387a <vm_exec_core+2282>, 0x55a19c10383b <vm_exec_core+2219>, 0x55a19c1037ff <vm_exec_core+2159>, 0x55a19c103741 <vm_exec_core+1969>, 0x55a19c1036be <vm_exec_core+1838>, 0x55a19c10654f <vm_exec_core+13759>, 0x55a19c106191 <vm_exec_core+12801>, 0x55a19c106360 <vm_exec_core+13264>, 0x55a19c106440 <vm_exec_core+13488>, 0x55a19c106456 <vm_exec_core+13510>, 0x55a19c10646c <vm_exec_core+13532>, 0x55a19c106482 <vm_exec_core+13554>, 0x55a19c10649f <vm_exec_core+13583>, 0x55a19c1064b5 <vm_exec_core+13605>, 0x55a19c1064cb <vm_exec_core+13627>, 0x55a19c1064e1 <vm_exec_core+13649>...}
#66 0x000055a19c10974e in rb_vm_exec (ec=0x55a1c34fec70) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2625
        _ec = 0x55a1c34fec70
        _tag = {tag = 36, retval = 4, buf = {0x7f1b61671db0, 0x55a19c109670 <rb_vm_exec+304>, 0x0, 0x7f1b61671ca0, 0x7f1b61671d50}, prev = 0x7f1b61671ec0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#67 0x000055a19c109b6e in invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=139756109883760, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1655
        iseq = 0x7f1b8148f078
        type = <optimized out>
        cfp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        opt_pc = <optimized out>
        sp = 0x7f1b61471018
        av = {139755574992208, 139755574992576}
        stack_argv = 0x7f1b61471018
        iseq = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        av = <optimized out>
        stack_argv = <optimized out>
        bound = <optimized out>
#68 0x000055a19c10a531 in rb_vm_invoke_proc_with_self (ec=<optimized out>, proc=proc@entry=0x55a1c344b8c0, self=self@entry=139756109883760, argc=argc@entry=0, argv=argv@entry=0x7f1b61671d60, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1814
No locals.
#69 0x000055a19c0b0b00 in thread_do_start_proc (th=th@entry=0x55a1c34fd700) at /tmp/ruby/src/trunk-gc-asserts/thread.c:583
        self = 139756109883760
        args = <optimized out>
        args_ptr = 0x7f1b61671d60
        args_len = 0
        procval = <optimized out>
        proc = 0x55a1c344b8c0
#70 0x000055a19c0b15a0 in thread_do_start (th=0x55a1c34fd700) at /tmp/ruby/src/trunk-gc-asserts/thread.c:625
        result = 36
        result = <optimized out>
#71 thread_start_func_2 (th=th@entry=0x55a1c34fd700, stack_start=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread.c:676
        _ec = 0x55a1c34fec70
        _tag = {tag = 36, retval = 0, buf = {0x55a1c3445c30, 0x55a19c0b0f10 <thread_start_func_2+624>, 0x0, 0x7f1b61671dc0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x55a1c34fd700
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#72 0x000055a19c0b196d in call_thread_start_func_2 (th=0x55a1c34fd700) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2218
        stack_start = 0
        stack_start_addr = 0x7f1b61671f80
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#73 co_start (from=<optimized out>, self=0x55a1c3445c30) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread_mn.c:458
        th = 0x55a1c34fd700
        sched = 0x55a1c3502e48
        nt = <optimized out>
        is_dnt = <optimized out>
#74 0x0000000000000000 in ?? ()
No symbol table info available.

Thread 1 (Thread 0x7f1b9c71d7c0 (LWP 400546) "miniruby"):
#0  0x00007f1b9c7b8d61 in __futex_abstimed_wait_common64 (private=32539, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x55a1c33ca070) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=32539, abstime=0x0, clockid=0, expected=0, futex_word=0x55a1c33ca070) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 256
        op = 393
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x55a1c33ca070, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007f1b9c7bb7dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x55a1c33ca168, cond=0x55a1c33ca048) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7f1b9c7bb4a0 <__condvar_cleanup_waiting>, __arg = 0x7ffc8f4f1bb0, __canceltype = 2, __prev = 0x0}
        cbuffer = {wseq = 0, cond = 0x55a1c33ca048, mutex = 0x55a1c33ca168, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 0
        seq = 0
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_wait (cond=cond@entry=0x55a1c33ca048, mutex=mutex@entry=0x55a1c33ca168) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x000055a19c0a7e3d in rb_native_cond_wait (cond=cond@entry=0x55a1c33ca048, mutex=mutex@entry=0x55a1c33ca168) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:221
        r = <optimized out>
#6  0x000055a19c0a7f83 in thread_sched_wait_running_turn (sched=sched@entry=0x55a1c33ca168, th=0x55a1c33c5060, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:847
        next_th = 0x0
#7  0x000055a19c0a8bb2 in rb_ractor_sched_wait (ec=ec@entry=0x55a1c33ca340, cr=cr@entry=0x55a1c33ca0a0, ubf=ubf@entry=0x55a19bff8250 <ubf_ractor_wait>, ubf_arg=ubf_arg@entry=0x7ffc8f4f1d00) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:1365
        can_direct_transfer = false
        th = 0x55a1c33c5060
        sched = 0x55a1c33ca168
#8  0x000055a19bff99cc in ractor_wait (cr=0x55a1c33ca0a0, ec=0x55a1c33ca340) at /tmp/ruby/src/trunk-gc-asserts/ractor_sync.c:1030
        th = <optimized out>
        waiter = {wakeup_status = wakeup_none, th = 0x55a1c33c5060, node = {next = 0x55a1c33ca0f8, prev = 0x55a1c33ca0f8}}
        th = <optimized out>
        waiter = <optimized out>
#9  ractor_wait_receive (ec=ec@entry=0x55a1c33ca340, cr=cr@entry=0x55a1c33ca0a0) at /tmp/ruby/src/trunk-gc-asserts/ractor_sync.c:1097
        messages = {set = {n = {next = 0x0, prev = 0x55a1c33c5060}}, closed = 248}
        deliverred = false
#10 0x000055a19bffb001 in ractor_receive (rp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/ractor_sync.c:1150
        v = <optimized out>
        cr = <optimized out>
        cr = <optimized out>
        v = <optimized out>
#11 ractor_port_receive (self=<optimized out>, ec=0x55a1c33ca340) at /tmp/ruby/src/trunk-gc-asserts/ractor_sync.c:133
        rp = 0x55a1c348b550
        rp = <optimized out>
#12 builtin_inline_class_660 (ec=0x55a1c33ca340, self=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/ractor.rb:661
No locals.
#13 0x000055a19c105daf in vm_exec_core (ec=0x55a1c33ca070, ec@entry=0x55a1c33ca340) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:7259
        reg_pc = 0x55a1c34a20d8
        reg_cfp = 0x7f1b9c6bbef8
        insns_address_table = {0x55a19c1062a0 <vm_exec_core+13072>, 0x55a19c1052da <vm_exec_core+9034>, 0x55a19c10526d <vm_exec_core+8925>, 0x55a19c1051f5 <vm_exec_core+8805>, 0x55a19c105183 <vm_exec_core+8691>, 0x55a19c10510a <vm_exec_core+8570>, 0x55a19c105064 <vm_exec_core+8404>, 0x55a19c1056f1 <vm_exec_core+10081>, 0x55a19c1055d6 <vm_exec_core+9798>, 0x55a19c10562d <vm_exec_core+9885>, 0x55a19c10533e <vm_exec_core+9134>, 0x55a19c10546b <vm_exec_core+9435>, 0x55a19c104bd2 <vm_exec_core+7234>, 0x55a19c104b6a <vm_exec_core+7130>, 0x55a19c104afd <vm_exec_core+7021>, 0x55a19c104ddc <vm_exec_core+7756>, 0x55a19c104da4 <vm_exec_core+7700>, 0x55a19c104d6f <vm_exec_core+7647>, 0x55a19c104d3a <vm_exec_core+7594>, 0x55a19c104d05 <vm_exec_core+7541>, 0x55a19c104ca2 <vm_exec_core+7442>, 0x55a19c104c5e <vm_exec_core+7374>, 0x55a19c104c17 <vm_exec_core+7303>, 0x55a19c104f18 <vm_exec_core+8072>, 0x55a19c104ed2 <vm_exec_core+8002>, 0x55a19c104e53 <vm_exec_core+7875>, 0x55a19c104e19 <vm_exec_core+7817>, 0x55a19c104fca <vm_exec_core+8250>, 0x55a19c104f70 <vm_exec_core+8160>, 0x55a19c105027 <vm_exec_core+8343>, 0x55a19c104ac0 <vm_exec_core+6960>, 0x55a19c1048bd <vm_exec_core+6445>, 0x55a19c104837 <vm_exec_core+6311>, 0x55a19c1047cf <vm_exec_core+6207>, 0x55a19c104777 <vm_exec_core+6119>, 0x55a19c104715 <vm_exec_core+6021>, 0x55a19c1046c8 <vm_exec_core+5944>, 0x55a19c104654 <vm_exec_core+5828>, 0x55a19c10460a <vm_exec_core+5754>, 0x55a19c1045e3 <vm_exec_core+5715>, 0x55a19c1045a8 <vm_exec_core+5656>, 0x55a19c104557 <vm_exec_core+5575>, 0x55a19c104523 <vm_exec_core+5523>, 0x55a19c104476 <vm_exec_core+5350>, 0x55a19c104433 <vm_exec_core+5283>, 0x55a19c1043ef <vm_exec_core+5215>, 0x55a19c1043bd <vm_exec_core+5165>, 0x55a19c10434e <vm_exec_core+5054>, 0x55a19c1042ed <vm_exec_core+4957>, 0x55a19c10429e <vm_exec_core+4878>, 0x55a19c10422f <vm_exec_core+4767>, 0x55a19c1041d1 <vm_exec_core+4673>, 0x55a19c1040b9 <vm_exec_core+4393>, 0x55a19c10407d <vm_exec_core+4333>, 0x55a19c104036 <vm_exec_core+4262>, 0x55a19c103fcc <vm_exec_core+4156>, 0x55a19c103f2e <vm_exec_core+3998>, 0x55a19c103000 <vm_exec_core+112>, 0x55a19c103e79 <vm_exec_core+3817>, 0x55a19c103df1 <vm_exec_core+3681>, 0x55a19c103da2 <vm_exec_core+3602>, 0x55a19c103d53 <vm_exec_core+3523>, 0x55a19c103d04 <vm_exec_core+3444>, 0x55a19c106147 <vm_exec_core+12727>, 0x55a19c103cb5 <vm_exec_core+3365>, 0x55a19c103c46 <vm_exec_core+3254>, 0x55a19c103c01 <vm_exec_core+3185>, 0x55a19c103b8e <vm_exec_core+3070>, 0x55a19c103a46 <vm_exec_core+2742>, 0x55a19c10397a <vm_exec_core+2538>, 0x55a19c1038fe <vm_exec_core+2414>, 0x55a19c10575b <vm_exec_core+10187>, 0x55a19c1038ca <vm_exec_core+2362>, 0x55a19c10388b <vm_exec_core+2299>, 0x55a19c10384c <vm_exec_core+2236>, 0x55a19c103810 <vm_exec_core+2176>, 0x55a19c103752 <vm_exec_core+1986>, 0x55a19c1036cf <vm_exec_core+1855>, 0x55a19c1062b1 <vm_exec_core+13089>, 0x55a19c1063be <vm_exec_core+13358>, 0x55a19c1065ff <vm_exec_core+13935>, 0x55a19c106019 <vm_exec_core+12425>, 0x55a19c106698 <vm_exec_core+14088>, 0x55a19c106965 <vm_exec_core+14805>, 0x55a19c106884 <vm_exec_core+14580>, 0x55a19c106907 <vm_exec_core+14711>, 0x55a19c10676a <vm_exec_core+14298>, 0x55a19c1067c8 <vm_exec_core+14392>, 0x55a19c106826 <vm_exec_core+14486>, 0x55a19c106bf5 <vm_exec_core+15461>, 0x55a19c106a49 <vm_exec_core+15033>, 0x55a19c106a95 <vm_exec_core+15109>, 0x55a19c106ae8 <vm_exec_core+15192>, 0x55a19c106b6b <vm_exec_core+15323>, 0x55a19c103602 <vm_exec_core+1650>, 0x55a19c10355a <vm_exec_core+1482>, 0x55a19c106318 <vm_exec_core+13192>, 0x55a19c106376 <vm_exec_core+13286>, 0x55a19c1061a7 <vm_exec_core+12823>, 0x55a19c10623a <vm_exec_core+12970>, 0x55a19c106731 <vm_exec_core+14241>, 0x55a19c1069be <vm_exec_core+14894>, 0x55a19c1034e9 <vm_exec_core+1369>, 0x55a19c103469 <vm_exec_core+1241>, 0x55a19c1033c0 <vm_exec_core+1072>, 0x55a19c103379 <vm_exec_core+1001>, 0x55a19c10332e <vm_exec_core+926>, 0x55a19c1032e5 <vm_exec_core+853>, 0x55a19c103294 <vm_exec_core+772>, 0x55a19c10325f <vm_exec_core+719>, 0x55a19c10322a <vm_exec_core+666>, 0x55a19c106422 <vm_exec_core+13458>, 0x55a19c1052c9 <vm_exec_core+9017>, 0x55a19c10525c <vm_exec_core+8908>, 0x55a19c1051e4 <vm_exec_core+8788>, 0x55a19c105172 <vm_exec_core+8674>, 0x55a19c1050f9 <vm_exec_core+8553>, 0x55a19c105053 <vm_exec_core+8387>, 0x55a19c1056e0 <vm_exec_core+10064>, 0x55a19c1055c5 <vm_exec_core+9781>, 0x55a19c10561c <vm_exec_core+9868>, 0x55a19c10532d <vm_exec_core+9117>, 0x55a19c10545a <vm_exec_core+9418>, 0x55a19c104bc1 <vm_exec_core+7217>, 0x55a19c104b59 <vm_exec_core+7113>, 0x55a19c104aec <vm_exec_core+7004>, 0x55a19c104dcb <vm_exec_core+7739>, 0x55a19c104d93 <vm_exec_core+7683>, 0x55a19c104d5e <vm_exec_core+7630>, 0x55a19c104d29 <vm_exec_core+7577>, 0x55a19c104cf4 <vm_exec_core+7524>, 0x55a19c104c91 <vm_exec_core+7425>, 0x55a19c104c4d <vm_exec_core+7357>, 0x55a19c104c06 <vm_exec_core+7286>, 0x55a19c104f07 <vm_exec_core+8055>, 0x55a19c104ec1 <vm_exec_core+7985>, 0x55a19c104e42 <vm_exec_core+7858>, 0x55a19c104e08 <vm_exec_core+7800>, 0x55a19c104fb9 <vm_exec_core+8233>, 0x55a19c104f5f <vm_exec_core+8143>, 0x55a19c105016 <vm_exec_core+8326>, 0x55a19c104aaf <vm_exec_core+6943>, 0x55a19c1048ac <vm_exec_core+6428>, 0x55a19c104826 <vm_exec_core+6294>, 0x55a19c1047be <vm_exec_core+6190>, 0x55a19c104766 <vm_exec_core+6102>, 0x55a19c104704 <vm_exec_core+6004>, 0x55a19c1046b7 <vm_exec_core+5927>, 0x55a19c104643 <vm_exec_core+5811>, 0x55a19c1045f9 <vm_exec_core+5737>, 0x55a19c1045d2 <vm_exec_core+5698>, 0x55a19c104597 <vm_exec_core+5639>, 0x55a19c104546 <vm_exec_core+5558>, 0x55a19c104512 <vm_exec_core+5506>, 0x55a19c104465 <vm_exec_core+5333>, 0x55a19c104422 <vm_exec_core+5266>, 0x55a19c1043de <vm_exec_core+5198>, 0x55a19c1043ac <vm_exec_core+5148>, 0x55a19c10433d <vm_exec_core+5037>, 0x55a19c1042dc <vm_exec_core+4940>, 0x55a19c10428d <vm_exec_core+4861>, 0x55a19c10421e <vm_exec_core+4750>, 0x55a19c1041c0 <vm_exec_core+4656>, 0x55a19c1040a8 <vm_exec_core+4376>, 0x55a19c10406c <vm_exec_core+4316>, 0x55a19c104025 <vm_exec_core+4245>, 0x55a19c103fbb <vm_exec_core+4139>, 0x55a19c103f1d <vm_exec_core+3981>, 0x55a19c106565 <vm_exec_core+13781>, 0x55a19c103e68 <vm_exec_core+3800>, 0x55a19c103de0 <vm_exec_core+3664>, 0x55a19c103d91 <vm_exec_core+3585>, 0x55a19c103d42 <vm_exec_core+3506>, 0x55a19c103cf3 <vm_exec_core+3427>, 0x55a19c106539 <vm_exec_core+13737>, 0x55a19c103ca4 <vm_exec_core+3348>, 0x55a19c103c35 <vm_exec_core+3237>, 0x55a19c103bf0 <vm_exec_core+3168>, 0x55a19c103b7d <vm_exec_core+3053>, 0x55a19c103a35 <vm_exec_core+2725>, 0x55a19c103969 <vm_exec_core+2521>, 0x55a19c1038ed <vm_exec_core+2397>, 0x55a19c10574a <vm_exec_core+10170>, 0x55a19c1038b9 <vm_exec_core+2345>, 0x55a19c10387a <vm_exec_core+2282>, 0x55a19c10383b <vm_exec_core+2219>, 0x55a19c1037ff <vm_exec_core+2159>, 0x55a19c103741 <vm_exec_core+1969>, 0x55a19c1036be <vm_exec_core+1838>, 0x55a19c10654f <vm_exec_core+13759>, 0x55a19c106191 <vm_exec_core+12801>, 0x55a19c106360 <vm_exec_core+13264>, 0x55a19c106440 <vm_exec_core+13488>, 0x55a19c106456 <vm_exec_core+13510>, 0x55a19c10646c <vm_exec_core+13532>, 0x55a19c106482 <vm_exec_core+13554>, 0x55a19c10649f <vm_exec_core+13583>, 0x55a19c1064b5 <vm_exec_core+13605>, 0x55a19c1064cb <vm_exec_core+13627>, 0x55a19c1064e1 <vm_exec_core+13649>...}
#14 0x000055a19c10974e in rb_vm_exec (ec=0x55a1c33ca340) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2625
        _ec = 0x55a1c33ca340
        _tag = {tag = 36, retval = 4, buf = {0x55a1c33ca340, 0x55a19c109670 <rb_vm_exec+304>, 0x0, 0x7ffc8f4f1fa0, 0x7f1b8310a3b0}, prev = 0x7ffc8f4f2070, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#15 0x000055a19c11b533 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2905
        ec = <optimized out>
        val = <optimized out>
#16 0x000055a19befb925 in rb_ec_exec_node (ec=ec@entry=0x55a1c33ca340, n=n@entry=0x7f1b8148f2a8) at /tmp/ruby/src/trunk-gc-asserts/eval.c:281
        _ec = 0x55a1c33ca340
        _tag = {tag = 36, retval = 94152594288534, buf = {0x55a1c33ca340, 0x55a19befb980 <rb_ec_exec_node+256>, 0x0, 0x7ffc8f4f2050, 0x7f1b8148f2a8}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f1b8148f2a8
#17 0x000055a19beffbcb in ruby_run_node (n=0x7f1b8148f2a8) at /tmp/ruby/src/trunk-gc-asserts/eval.c:319
        ec = 0x55a1c33ca340
        status = 0
#18 0x000055a19be1bde6 in rb_main (argv=0x7ffc8f4f2298, argc=8) at /tmp/ruby/src/trunk-gc-asserts/main.c:42
        variable_in_this_stack_frame = 0
#19 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

$1 = true
$2 = 0
">>> Finish
"[Inferior 1 (process 400546) detached]
$ timeout 60 gdb -p 400552 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
Fstderr output is not empty
   th: 0x55a1c33c5060, native_id: 0x7f1b9c71d7c0
   -- Control frame information -----------------------------------------------
   c:0005 p:0003 s:0020 e:000019 METHOD <internal:ractor>:660
   c:0004 p:0027 s:0016 e:000015 METHOD <internal:ractor>:551
   c:0003 p:0003 s:0011 e:000010 METHOD <internal:ractor>:574
   c:0002 p:0026 s:0007 E:000650 EVAL   bootstraptest.test_ractor.rb_1317_1352.rb:15 [FINISH]
   c:0001 p:0000 s:0003 E:001ee0 DUMMY  [FINISH]
[New LWP 400555]
[New LWP 400554]
[New LWP 400553]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007f66815d9d61 in __futex_abstimed_wait_common64 (private=21958, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x55c6f7098070) at ./nptl/futex-internal.c:57

>>> Threads

  Id   Target Id                                     Frame 
* 1    Thread 0x7f668153e7c0 (LWP 400552) "miniruby" 0x00007f66815d9d61 in __futex_abstimed_wait_common64 (private=21958, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x55c6f7098070) at ./nptl/futex-internal.c:57
  2    Thread 0x7f664616f6c0 (LWP 400555) "miniruby" futex_wait (private=0, expected=2, futex_word=0x55c6f7090b70) at ../sysdeps/nptl/futex-internal.h:146
  3    Thread 0x7f664629f6c0 (LWP 400554) "miniruby" futex_wait (private=0, expected=2, futex_word=0x55c6f7090b70) at ../sysdeps/nptl/futex-internal.h:146
  4    Thread 0x7f6667f1f6c0 (LWP 400553) "miniruby" 0x00007f668166b042 in epoll_wait (epfd=4, events=events@entry=0x55c6f38b7edc <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 4 (Thread 0x7f6667f1f6c0 (LWP 400553) "miniruby"):
#0  0x00007f668166b042 in epoll_wait (epfd=4, events=events@entry=0x55c6f38b7edc <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
        sc_ret = -4
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x000055c6f34f349f in event_wait (vm=0x55c6f7090ad0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2919
        r = <optimized out>
        r = <optimized out>
#2  timer_thread_polling (vm=0x55c6f7090ad0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread_mn.c:913
        r = <optimized out>
        r = <optimized out>
        i = <optimized out>
        th = <optimized out>
        events = <optimized out>
#3  timer_thread_func (ptr=0x55c6f7090ad0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:3046
        vm = 0x55c6f7090ad0
#4  0x00007f66815dda94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140077807302336, -1485102039315832286, 140077807302336, -264, 0, 140727746029920, -1485102039336803806, -1485599877866642910}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f668166ac3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 3 (Thread 0x7f664629f6c0 (LWP 400554) "miniruby"):
#0  futex_wait (private=0, expected=2, futex_word=0x55c6f7090b70) at ../sysdeps/nptl/futex-internal.h:146
        __ret = -512
        err = <optimized out>
        err = <optimized out>
        __ret = <optimized out>
        resultvar = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __GI___lll_lock_wait (futex=futex@entry=0x55c6f7090b70, private=0) at ./nptl/lowlevellock.c:49
No locals.
#2  0x00007f66815e0352 in __pthread_mutex_cond_lock (mutex=mutex@entry=0x55c6f7090b70) at ../nptl/pthread_mutex_lock.c:93
        __futex = 0x55c6f7090b70
        type = <optimized out>
        __PRETTY_FUNCTION__ = "__pthread_mutex_cond_lock"
        id = <optimized out>
#3  0x00007f66815dc6c2 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x55c6f7090b70, cond=0x55c6f7090c68) at ./nptl/pthread_cond_wait.c:616
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = <optimized out>
        seq = 1
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_wait (cond=cond@entry=0x55c6f7090c68, mutex=mutex@entry=0x55c6f7090b70) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x000055c6f34efe3d in rb_native_cond_wait (cond=cond@entry=0x55c6f7090c68, mutex=mutex@entry=0x55c6f7090b70) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:221
        r = <optimized out>
#6  0x000055c6f34efed7 in ractor_sched_barrier_join_wait_locked (vm=vm@entry=0x55c6f7090ad0, th=0x55c6f71d1600) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:1498
        cr = <optimized out>
        barrier_serial = 1
#7  0x000055c6f34f0e5a in rb_ractor_sched_barrier_join (vm=vm@entry=0x55c6f7090ad0, cr=cr@entry=0x55c6f71d2240) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:1531
No locals.
#8  0x000055c6f3569862 in vm_lock_enter (cr=0x55c6f71d2240, vm=0x55c6f7090ad0, locked=<optimized out>, no_barrier=<optimized out>, lev=0x7f66464a1980) at /tmp/ruby/src/trunk-gc-asserts/vm_sync.c:90
        ec = 0x55c6f71ccc70
#9  0x000055c6f34f5a8c in rb_vm_lock_enter (line=2579, file=0x55c6f372aee0 "/tmp/ruby/src/trunk-gc-asserts/thread.c", lev=0x7f66464a1980) at /tmp/ruby/src/trunk-gc-asserts/vm_sync.h:76
No locals.
#10 rb_threadptr_execute_interrupts (th=<optimized out>, blocking_timing=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread.c:2579
        vm_locking_level = 2168258376
        vm_locking_do = <optimized out>
        sig = <optimized out>
        timer_interrupt = 0
        pending_interrupt = 0
        terminate_interrupt = 0
        trap_interrupt = 0
        interrupt = <optimized out>
        postponed_job_interrupt = 0
        ret = 0
#11 0x000055c6f34f5bd6 in rb_threadptr_execute_interrupts (th=<optimized out>, blocking_timing=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread.c:2563
        interrupt = <optimized out>
        postponed_job_interrupt = 0
        ret = 0
        sig = <optimized out>
        timer_interrupt = <optimized out>
        pending_interrupt = <optimized out>
        trap_interrupt = <optimized out>
        terminate_interrupt = <optimized out>
        vm_locking_level = <optimized out>
        vm_locking_do = <optimized out>
        prev_status = <optimized out>
        prev_status = <optimized out>
        err = <optimized out>
        limits_us = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
#12 0x000055c6f3535dbb in rb_vm_check_ints (ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_core.h:2154
No locals.
#13 rb_vm_check_ints (ec=0x55c6f71ccc70) at /tmp/ruby/src/trunk-gc-asserts/vm_core.h:2145
No locals.
#14 vm_pop_frame (ep=<optimized out>, cfp=0x7f66463a0ee8, ec=0x55c6f71ccc70) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:458
        flags = <optimized out>
        flags = <optimized out>
#15 rb_vm_pop_frame (ec=0x55c6f71ccc70) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:467
No locals.
#16 vm_call_cfunc_with_frame_ (ec=0x55c6f71ccc70, reg_cfp=0x7f66463a0f20, calling=<optimized out>, argc=<optimized out>, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3776
        ci = 0xd2100100001
        cc = <optimized out>
        val = 140077239335160
        me = 0x7f6667f85a00
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#17 0x000055c6f354b0d0 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_callinfo.h:415
        val = 94313037763600
        ci = 0x55c6f7090b70
        cc = <optimized out>
        recv = 2
        argc = <optimized out>
        calling = {cd = 0x55c6f71d1410, cc = 0x7f664617fe68, block_handler = 0, recv = 1509, argc = 0, kw_splat = false, heap_argv = 0, proc_ns = 0x0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#18 vm_exec_core (ec=0x55c6f7090b70, ec@entry=0x55c6f71ccc70) at ../../src/trunk-gc-asserts/insns.def:899
        bh = <optimized out>
        cd = 0x55c6f71d1410
        leaf = <optimized out>
        val = 94313037763600
        reg_pc = 0x55c6f71d3270
        reg_cfp = 0x7f66463a0f20
        insns_address_table = {0x55c6f354e2a0 <vm_exec_core+13072>, 0x55c6f354d2da <vm_exec_core+9034>, 0x55c6f354d26d <vm_exec_core+8925>, 0x55c6f354d1f5 <vm_exec_core+8805>, 0x55c6f354d183 <vm_exec_core+8691>, 0x55c6f354d10a <vm_exec_core+8570>, 0x55c6f354d064 <vm_exec_core+8404>, 0x55c6f354d6f1 <vm_exec_core+10081>, 0x55c6f354d5d6 <vm_exec_core+9798>, 0x55c6f354d62d <vm_exec_core+9885>, 0x55c6f354d33e <vm_exec_core+9134>, 0x55c6f354d46b <vm_exec_core+9435>, 0x55c6f354cbd2 <vm_exec_core+7234>, 0x55c6f354cb6a <vm_exec_core+7130>, 0x55c6f354cafd <vm_exec_core+7021>, 0x55c6f354cddc <vm_exec_core+7756>, 0x55c6f354cda4 <vm_exec_core+7700>, 0x55c6f354cd6f <vm_exec_core+7647>, 0x55c6f354cd3a <vm_exec_core+7594>, 0x55c6f354cd05 <vm_exec_core+7541>, 0x55c6f354cca2 <vm_exec_core+7442>, 0x55c6f354cc5e <vm_exec_core+7374>, 0x55c6f354cc17 <vm_exec_core+7303>, 0x55c6f354cf18 <vm_exec_core+8072>, 0x55c6f354ced2 <vm_exec_core+8002>, 0x55c6f354ce53 <vm_exec_core+7875>, 0x55c6f354ce19 <vm_exec_core+7817>, 0x55c6f354cfca <vm_exec_core+8250>, 0x55c6f354cf70 <vm_exec_core+8160>, 0x55c6f354d027 <vm_exec_core+8343>, 0x55c6f354cac0 <vm_exec_core+6960>, 0x55c6f354c8bd <vm_exec_core+6445>, 0x55c6f354c837 <vm_exec_core+6311>, 0x55c6f354c7cf <vm_exec_core+6207>, 0x55c6f354c777 <vm_exec_core+6119>, 0x55c6f354c715 <vm_exec_core+6021>, 0x55c6f354c6c8 <vm_exec_core+5944>, 0x55c6f354c654 <vm_exec_core+5828>, 0x55c6f354c60a <vm_exec_core+5754>, 0x55c6f354c5e3 <vm_exec_core+5715>, 0x55c6f354c5a8 <vm_exec_core+5656>, 0x55c6f354c557 <vm_exec_core+5575>, 0x55c6f354c523 <vm_exec_core+5523>, 0x55c6f354c476 <vm_exec_core+5350>, 0x55c6f354c433 <vm_exec_core+5283>, 0x55c6f354c3ef <vm_exec_core+5215>, 0x55c6f354c3bd <vm_exec_core+5165>, 0x55c6f354c34e <vm_exec_core+5054>, 0x55c6f354c2ed <vm_exec_core+4957>, 0x55c6f354c29e <vm_exec_core+4878>, 0x55c6f354c22f <vm_exec_core+4767>, 0x55c6f354c1d1 <vm_exec_core+4673>, 0x55c6f354c0b9 <vm_exec_core+4393>, 0x55c6f354c07d <vm_exec_core+4333>, 0x55c6f354c036 <vm_exec_core+4262>, 0x55c6f354bfcc <vm_exec_core+4156>, 0x55c6f354bf2e <vm_exec_core+3998>, 0x55c6f354b000 <vm_exec_core+112>, 0x55c6f354be79 <vm_exec_core+3817>, 0x55c6f354bdf1 <vm_exec_core+3681>, 0x55c6f354bda2 <vm_exec_core+3602>, 0x55c6f354bd53 <vm_exec_core+3523>, 0x55c6f354bd04 <vm_exec_core+3444>, 0x55c6f354e147 <vm_exec_core+12727>, 0x55c6f354bcb5 <vm_exec_core+3365>, 0x55c6f354bc46 <vm_exec_core+3254>, 0x55c6f354bc01 <vm_exec_core+3185>, 0x55c6f354bb8e <vm_exec_core+3070>, 0x55c6f354ba46 <vm_exec_core+2742>, 0x55c6f354b97a <vm_exec_core+2538>, 0x55c6f354b8fe <vm_exec_core+2414>, 0x55c6f354d75b <vm_exec_core+10187>, 0x55c6f354b8ca <vm_exec_core+2362>, 0x55c6f354b88b <vm_exec_core+2299>, 0x55c6f354b84c <vm_exec_core+2236>, 0x55c6f354b810 <vm_exec_core+2176>, 0x55c6f354b752 <vm_exec_core+1986>, 0x55c6f354b6cf <vm_exec_core+1855>, 0x55c6f354e2b1 <vm_exec_core+13089>, 0x55c6f354e3be <vm_exec_core+13358>, 0x55c6f354e5ff <vm_exec_core+13935>, 0x55c6f354e019 <vm_exec_core+12425>, 0x55c6f354e698 <vm_exec_core+14088>, 0x55c6f354e965 <vm_exec_core+14805>, 0x55c6f354e884 <vm_exec_core+14580>, 0x55c6f354e907 <vm_exec_core+14711>, 0x55c6f354e76a <vm_exec_core+14298>, 0x55c6f354e7c8 <vm_exec_core+14392>, 0x55c6f354e826 <vm_exec_core+14486>, 0x55c6f354ebf5 <vm_exec_core+15461>, 0x55c6f354ea49 <vm_exec_core+15033>, 0x55c6f354ea95 <vm_exec_core+15109>, 0x55c6f354eae8 <vm_exec_core+15192>, 0x55c6f354eb6b <vm_exec_core+15323>, 0x55c6f354b602 <vm_exec_core+1650>, 0x55c6f354b55a <vm_exec_core+1482>, 0x55c6f354e318 <vm_exec_core+13192>, 0x55c6f354e376 <vm_exec_core+13286>, 0x55c6f354e1a7 <vm_exec_core+12823>, 0x55c6f354e23a <vm_exec_core+12970>, 0x55c6f354e731 <vm_exec_core+14241>, 0x55c6f354e9be <vm_exec_core+14894>, 0x55c6f354b4e9 <vm_exec_core+1369>, 0x55c6f354b469 <vm_exec_core+1241>, 0x55c6f354b3c0 <vm_exec_core+1072>, 0x55c6f354b379 <vm_exec_core+1001>, 0x55c6f354b32e <vm_exec_core+926>, 0x55c6f354b2e5 <vm_exec_core+853>, 0x55c6f354b294 <vm_exec_core+772>, 0x55c6f354b25f <vm_exec_core+719>, 0x55c6f354b22a <vm_exec_core+666>, 0x55c6f354e422 <vm_exec_core+13458>, 0x55c6f354d2c9 <vm_exec_core+9017>, 0x55c6f354d25c <vm_exec_core+8908>, 0x55c6f354d1e4 <vm_exec_core+8788>, 0x55c6f354d172 <vm_exec_core+8674>, 0x55c6f354d0f9 <vm_exec_core+8553>, 0x55c6f354d053 <vm_exec_core+8387>, 0x55c6f354d6e0 <vm_exec_core+10064>, 0x55c6f354d5c5 <vm_exec_core+9781>, 0x55c6f354d61c <vm_exec_core+9868>, 0x55c6f354d32d <vm_exec_core+9117>, 0x55c6f354d45a <vm_exec_core+9418>, 0x55c6f354cbc1 <vm_exec_core+7217>, 0x55c6f354cb59 <vm_exec_core+7113>, 0x55c6f354caec <vm_exec_core+7004>, 0x55c6f354cdcb <vm_exec_core+7739>, 0x55c6f354cd93 <vm_exec_core+7683>, 0x55c6f354cd5e <vm_exec_core+7630>, 0x55c6f354cd29 <vm_exec_core+7577>, 0x55c6f354ccf4 <vm_exec_core+7524>, 0x55c6f354cc91 <vm_exec_core+7425>, 0x55c6f354cc4d <vm_exec_core+7357>, 0x55c6f354cc06 <vm_exec_core+7286>, 0x55c6f354cf07 <vm_exec_core+8055>, 0x55c6f354cec1 <vm_exec_core+7985>, 0x55c6f354ce42 <vm_exec_core+7858>, 0x55c6f354ce08 <vm_exec_core+7800>, 0x55c6f354cfb9 <vm_exec_core+8233>, 0x55c6f354cf5f <vm_exec_core+8143>, 0x55c6f354d016 <vm_exec_core+8326>, 0x55c6f354caaf <vm_exec_core+6943>, 0x55c6f354c8ac <vm_exec_core+6428>, 0x55c6f354c826 <vm_exec_core+6294>, 0x55c6f354c7be <vm_exec_core+6190>, 0x55c6f354c766 <vm_exec_core+6102>, 0x55c6f354c704 <vm_exec_core+6004>, 0x55c6f354c6b7 <vm_exec_core+5927>, 0x55c6f354c643 <vm_exec_core+5811>, 0x55c6f354c5f9 <vm_exec_core+5737>, 0x55c6f354c5d2 <vm_exec_core+5698>, 0x55c6f354c597 <vm_exec_core+5639>, 0x55c6f354c546 <vm_exec_core+5558>, 0x55c6f354c512 <vm_exec_core+5506>, 0x55c6f354c465 <vm_exec_core+5333>, 0x55c6f354c422 <vm_exec_core+5266>, 0x55c6f354c3de <vm_exec_core+5198>, 0x55c6f354c3ac <vm_exec_core+5148>, 0x55c6f354c33d <vm_exec_core+5037>, 0x55c6f354c2dc <vm_exec_core+4940>, 0x55c6f354c28d <vm_exec_core+4861>, 0x55c6f354c21e <vm_exec_core+4750>, 0x55c6f354c1c0 <vm_exec_core+4656>, 0x55c6f354c0a8 <vm_exec_core+4376>, 0x55c6f354c06c <vm_exec_core+4316>, 0x55c6f354c025 <vm_exec_core+4245>, 0x55c6f354bfbb <vm_exec_core+4139>, 0x55c6f354bf1d <vm_exec_core+3981>, 0x55c6f354e565 <vm_exec_core+13781>, 0x55c6f354be68 <vm_exec_core+3800>, 0x55c6f354bde0 <vm_exec_core+3664>, 0x55c6f354bd91 <vm_exec_core+3585>, 0x55c6f354bd42 <vm_exec_core+3506>, 0x55c6f354bcf3 <vm_exec_core+3427>, 0x55c6f354e539 <vm_exec_core+13737>, 0x55c6f354bca4 <vm_exec_core+3348>, 0x55c6f354bc35 <vm_exec_core+3237>, 0x55c6f354bbf0 <vm_exec_core+3168>, 0x55c6f354bb7d <vm_exec_core+3053>, 0x55c6f354ba35 <vm_exec_core+2725>, 0x55c6f354b969 <vm_exec_core+2521>, 0x55c6f354b8ed <vm_exec_core+2397>, 0x55c6f354d74a <vm_exec_core+10170>, 0x55c6f354b8b9 <vm_exec_core+2345>, 0x55c6f354b87a <vm_exec_core+2282>, 0x55c6f354b83b <vm_exec_core+2219>, 0x55c6f354b7ff <vm_exec_core+2159>, 0x55c6f354b741 <vm_exec_core+1969>, 0x55c6f354b6be <vm_exec_core+1838>, 0x55c6f354e54f <vm_exec_core+13759>, 0x55c6f354e191 <vm_exec_core+12801>, 0x55c6f354e360 <vm_exec_core+13264>, 0x55c6f354e440 <vm_exec_core+13488>, 0x55c6f354e456 <vm_exec_core+13510>, 0x55c6f354e46c <vm_exec_core+13532>, 0x55c6f354e482 <vm_exec_core+13554>, 0x55c6f354e49f <vm_exec_core+13583>, 0x55c6f354e4b5 <vm_exec_core+13605>, 0x55c6f354e4cb <vm_exec_core+13627>, 0x55c6f354e4e1 <vm_exec_core+13649>...}
#19 0x000055c6f355174e in rb_vm_exec (ec=0x55c6f71ccc70) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2625
        _ec = 0x55c6f71ccc70
        _tag = {tag = 36, retval = 4, buf = {0x7f66464a1db0, 0x55c6f3551670 <rb_vm_exec+304>, 0x0, 0x7f66464a1ca0, 0x7f66464a1d50}, prev = 0x7f66464a1ec0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#20 0x000055c6f3551b6e in invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=140077777479920, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1655
        iseq = 0x7f66662af048
        type = <optimized out>
        cfp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        opt_pc = <optimized out>
        sp = 0x7f66462a1018
        av = {140077242654032, 140077242654400}
        stack_argv = 0x7f66462a1018
        iseq = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        av = <optimized out>
        stack_argv = <optimized out>
        bound = <optimized out>
#21 0x000055c6f3552531 in rb_vm_invoke_proc_with_self (ec=<optimized out>, proc=proc@entry=0x55c6f71d1330, self=self@entry=140077777479920, argc=argc@entry=0, argv=argv@entry=0x7f66464a1d60, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1814
No locals.
#22 0x000055c6f34f8b00 in thread_do_start_proc (th=th@entry=0x55c6f71d1600) at /tmp/ruby/src/trunk-gc-asserts/thread.c:583
        self = 140077777479920
        args = <optimized out>
        args_ptr = 0x7f66464a1d60
        args_len = 0
        procval = <optimized out>
        proc = 0x55c6f71d1330
#23 0x000055c6f34f95a0 in thread_do_start (th=0x55c6f71d1600) at /tmp/ruby/src/trunk-gc-asserts/thread.c:625
        result = 36
        result = <optimized out>
#24 thread_start_func_2 (th=th@entry=0x55c6f71d1600, stack_start=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread.c:676
        _ec = 0x55c6f71ccc70
        _tag = {tag = 36, retval = 0, buf = {0x55c6f71191e0, 0x55c6f34f8f10 <thread_start_func_2+624>, 0x0, 0x7f66464a1dc0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x55c6f71d1600
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#25 0x000055c6f34f996d in call_thread_start_func_2 (th=0x55c6f71d1600) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2218
        stack_start = 0
        stack_start_addr = 0x7f66464a1f80
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#26 co_start (from=<optimized out>, self=0x55c6f71191e0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread_mn.c:458
        th = 0x55c6f71d1600
        sched = 0x55c6f71d2308
        nt = <optimized out>
        is_dnt = <optimized out>
#27 0x0000000000000000 in ?? ()
No symbol table info available.

Thread 2 (Thread 0x7f664616f6c0 (LWP 400555) "miniruby"):
#0  futex_wait (private=0, expected=2, futex_word=0x55c6f7090b70) at ../sysdeps/nptl/futex-internal.h:146
        __ret = -512
        err = <optimized out>
        err = <optimized out>
        __ret = <optimized out>
        resultvar = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __GI___lll_lock_wait (futex=futex@entry=0x55c6f7090b70, private=0) at ./nptl/lowlevellock.c:49
No locals.
#2  0x00007f66815e10f1 in lll_mutex_lock_optimized (mutex=0x55c6f7090b70) at ./nptl/pthread_mutex_lock.c:48
        __futex = 0x55c6f7090b70
        private = <optimized out>
        private = <optimized out>
        __futex = <optimized out>
#3  ___pthread_mutex_lock (mutex=mutex@entry=0x55c6f7090b70) at ./nptl/pthread_mutex_lock.c:93
        type = <optimized out>
        __PRETTY_FUNCTION__ = "___pthread_mutex_lock"
        id = <optimized out>
#4  0x000055c6f34ed1ad in rb_native_mutex_lock (lock=lock@entry=0x55c6f7090b70) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:115
        r = <optimized out>
#5  0x000055c6f34f0ccb in ractor_sched_lock_ (line=1417, file=<synthetic pointer>, cr=0x55c6f71cbf60, vm=0x55c6f7090ad0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:477
No locals.
#6  rb_ractor_sched_barrier_start (vm=0x55c6f7090ad0, cr=0x55c6f71cbf60) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:1417
        lock_rec = <optimized out>
#7  0x000055c6f3569dbb in rb_vm_barrier () at /tmp/ruby/src/trunk-gc-asserts/vm_sync.c:246
        vm = <optimized out>
        cr = <optimized out>
#8  0x000055c6f3358739 in rb_gc_vm_barrier () at /tmp/ruby/src/trunk-gc-asserts/gc.c:178
No locals.
#9  0x000055c6f336b8e5 in gc_verify_internal_consistency (objspace_ptr=0x55c6f7093460) at /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:5185
        prev_during_gc = <optimized out>
        objspace = 0x55c6f7093460
        lev = 3
#10 gc_start (objspace=objspace@entry=0x55c6f7093460, reason=reason@entry=256) at /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:6332
        do_full_mark = 0
        __func__ = "gc_start"
        lock_lev = 2
#11 0x000055c6f336cce6 in heap_prepare (heap=0x55c6f7093480, objspace=0x55c6f7093460) at /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2050
        __func__ = "heap_prepare"
#12 heap_next_free_page (heap=0x55c6f7093480, objspace=0x55c6f7093460) at /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2274
        page = <optimized out>
        page = <optimized out>
        __func__ = "heap_next_free_page"
#13 newobj_cache_miss (objspace=objspace@entry=0x55c6f7093460, cache=cache@entry=0x55c6f71ccae0, heap_idx=heap_idx@entry=0, vm_locked=vm_locked@entry=false) at /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2381
        page = <optimized out>
        heap = 0x55c6f7093480
        obj = <optimized out>
        lev = 1
        unlock_vm = true
#14 0x000055c6f3370440 in newobj_alloc (vm_locked=false, heap_idx=<optimized out>, cache=0x55c6f71ccae0, objspace=0x55c6f7093460) at /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2405
        obj = <optimized out>
        obj = <optimized out>
#15 rb_gc_impl_new_obj (alloc_size=28, wb_protected=true, v3=0, v2=0, v1=0, flags=5, klass=140077807622880, cache_ptr=0x55c6f71ccae0, objspace_ptr=0x55c6f7093460) at /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2484
        obj = <optimized out>
        objspace = 0x55c6f7093460
        heap_idx = <optimized out>
        cache = 0x55c6f71ccae0
        obj = <optimized out>
        objspace = <optimized out>
        heap_idx = <optimized out>
        cache = <optimized out>
#16 newobj_of (size=28, wb_protected=true, v3=0, v2=0, v1=0, flags=5, klass=140077807622880, cr=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:1005
        obj = <optimized out>
        obj = <optimized out>
        lev = <optimized out>
        gc_disabled = <optimized out>
#17 rb_wb_protected_newobj_of (ec=<optimized out>, klass=klass@entry=140077807622880, flags=flags@entry=5, size=size@entry=28) at /tmp/ruby/src/trunk-gc-asserts/gc.c:1043
        __func__ = "rb_wb_protected_newobj_of"
#18 0x000055c6f34b8eaf in str_alloc_embed (capa=4, klass=140077807622880) at /tmp/ruby/src/trunk-gc-asserts/string.c:1359
        size = 28
        str = <optimized out>
#19 str_enc_new (klass=140077807622880, ptr=0x7f6646050028 "858", len=3, enc=0x55c6f7099920) at /tmp/ruby/src/trunk-gc-asserts/string.c:1402
        str = <optimized out>
        termlen = 1
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#20 0x000055c6f34bea9a in str_new_frozen_buffer (klass=140077807622880, orig=orig@entry=140077238124560, copy_encoding=copy_encoding@entry=1) at /tmp/ruby/src/trunk-gc-asserts/include/ruby/internal/core/rstring.h:430
        str = <optimized out>
        len = 3
        enc = 0x55c6f7099920
        termlen = <optimized out>
#21 0x000055c6f34d685e in str_new_frozen (orig=<optimized out>, klass=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/string.c:1943
No locals.
#22 build_fstring (arg=<synthetic pointer>, str=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/string.c:475
        coderange = 1048576
        coderange = <optimized out>
        new_str = <optimized out>
        len = <optimized out>
        capa = <optimized out>
        term_len = <optimized out>
        term_fill_ptr = <optimized out>
        term_fill_len = <optimized out>
#23 fstring_find_or_insert (arg=<synthetic pointer>, value=<optimized out>, hash_code=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/string.c:771
        prev_count = <optimized out>
        found = <optimized out>
        entry = 0x7f66813a18f0
        candidate = <optimized out>
        inserting = <optimized out>
        idx = 654
        probe = {idx = 654, d = 0, mask = <optimized out>}
        table_obj = 140078231650080
        table = 0x7f66813cff38
        retry = <optimized out>
        probe = <optimized out>
        inserting = <optimized out>
        idx = <optimized out>
        table_obj = <optimized out>
        table = <optimized out>
        retry = <optimized out>
        entry = <optimized out>
        candidate = <optimized out>
        prev_count = <optimized out>
        found = <optimized out>
        rb_gc_guarded_ptr = <optimized out>
        vm_locking_level = <optimized out>
        vm_locking_do = <optimized out>
        candidate_hash = <optimized out>
        rb_gc_guarded_ptr = <optimized out>
#24 register_fstring (str=<optimized out>, copy=<optimized out>, force_precompute_hash=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/string.c:884
        args = <optimized out>
        hash_code = <optimized out>
        result = <optimized out>
#25 0x000055c6f3535bed in vm_call_cfunc_with_frame_ (ec=0x55c6f71d1fb0, reg_cfp=0x7f66465a1f20, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3772
        ci = 0x8500100001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f6667f8a758
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#26 0x000055c6f354b0d0 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_callinfo.h:415
        val = 94313037763616
        ci = 0x55c6f7090b70
        cc = <optimized out>
        recv = 2
        argc = <optimized out>
        calling = {cd = 0x55c6f71d1420, cc = 0x7f664617fe18, block_handler = 0, recv = 140077238124560, argc = 0, kw_splat = false, heap_argv = 0, proc_ns = 0x0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#27 vm_exec_core (ec=0x55c6f7090b70, ec@entry=0x55c6f71d1fb0) at ../../src/trunk-gc-asserts/insns.def:899
        bh = <optimized out>
        cd = 0x55c6f71d1420
        leaf = <optimized out>
        val = 94313037763616
        reg_pc = 0x55c6f71d3280
        reg_cfp = 0x7f66465a1f20
        insns_address_table = {0x55c6f354e2a0 <vm_exec_core+13072>, 0x55c6f354d2da <vm_exec_core+9034>, 0x55c6f354d26d <vm_exec_core+8925>, 0x55c6f354d1f5 <vm_exec_core+8805>, 0x55c6f354d183 <vm_exec_core+8691>, 0x55c6f354d10a <vm_exec_core+8570>, 0x55c6f354d064 <vm_exec_core+8404>, 0x55c6f354d6f1 <vm_exec_core+10081>, 0x55c6f354d5d6 <vm_exec_core+9798>, 0x55c6f354d62d <vm_exec_core+9885>, 0x55c6f354d33e <vm_exec_core+9134>, 0x55c6f354d46b <vm_exec_core+9435>, 0x55c6f354cbd2 <vm_exec_core+7234>, 0x55c6f354cb6a <vm_exec_core+7130>, 0x55c6f354cafd <vm_exec_core+7021>, 0x55c6f354cddc <vm_exec_core+7756>, 0x55c6f354cda4 <vm_exec_core+7700>, 0x55c6f354cd6f <vm_exec_core+7647>, 0x55c6f354cd3a <vm_exec_core+7594>, 0x55c6f354cd05 <vm_exec_core+7541>, 0x55c6f354cca2 <vm_exec_core+7442>, 0x55c6f354cc5e <vm_exec_core+7374>, 0x55c6f354cc17 <vm_exec_core+7303>, 0x55c6f354cf18 <vm_exec_core+8072>, 0x55c6f354ced2 <vm_exec_core+8002>, 0x55c6f354ce53 <vm_exec_core+7875>, 0x55c6f354ce19 <vm_exec_core+7817>, 0x55c6f354cfca <vm_exec_core+8250>, 0x55c6f354cf70 <vm_exec_core+8160>, 0x55c6f354d027 <vm_exec_core+8343>, 0x55c6f354cac0 <vm_exec_core+6960>, 0x55c6f354c8bd <vm_exec_core+6445>, 0x55c6f354c837 <vm_exec_core+6311>, 0x55c6f354c7cf <vm_exec_core+6207>, 0x55c6f354c777 <vm_exec_core+6119>, 0x55c6f354c715 <vm_exec_core+6021>, 0x55c6f354c6c8 <vm_exec_core+5944>, 0x55c6f354c654 <vm_exec_core+5828>, 0x55c6f354c60a <vm_exec_core+5754>, 0x55c6f354c5e3 <vm_exec_core+5715>, 0x55c6f354c5a8 <vm_exec_core+5656>, 0x55c6f354c557 <vm_exec_core+5575>, 0x55c6f354c523 <vm_exec_core+5523>, 0x55c6f354c476 <vm_exec_core+5350>, 0x55c6f354c433 <vm_exec_core+5283>, 0x55c6f354c3ef <vm_exec_core+5215>, 0x55c6f354c3bd <vm_exec_core+5165>, 0x55c6f354c34e <vm_exec_core+5054>, 0x55c6f354c2ed <vm_exec_core+4957>, 0x55c6f354c29e <vm_exec_core+4878>, 0x55c6f354c22f <vm_exec_core+4767>, 0x55c6f354c1d1 <vm_exec_core+4673>, 0x55c6f354c0b9 <vm_exec_core+4393>, 0x55c6f354c07d <vm_exec_core+4333>, 0x55c6f354c036 <vm_exec_core+4262>, 0x55c6f354bfcc <vm_exec_core+4156>, 0x55c6f354bf2e <vm_exec_core+3998>, 0x55c6f354b000 <vm_exec_core+112>, 0x55c6f354be79 <vm_exec_core+3817>, 0x55c6f354bdf1 <vm_exec_core+3681>, 0x55c6f354bda2 <vm_exec_core+3602>, 0x55c6f354bd53 <vm_exec_core+3523>, 0x55c6f354bd04 <vm_exec_core+3444>, 0x55c6f354e147 <vm_exec_core+12727>, 0x55c6f354bcb5 <vm_exec_core+3365>, 0x55c6f354bc46 <vm_exec_core+3254>, 0x55c6f354bc01 <vm_exec_core+3185>, 0x55c6f354bb8e <vm_exec_core+3070>, 0x55c6f354ba46 <vm_exec_core+2742>, 0x55c6f354b97a <vm_exec_core+2538>, 0x55c6f354b8fe <vm_exec_core+2414>, 0x55c6f354d75b <vm_exec_core+10187>, 0x55c6f354b8ca <vm_exec_core+2362>, 0x55c6f354b88b <vm_exec_core+2299>, 0x55c6f354b84c <vm_exec_core+2236>, 0x55c6f354b810 <vm_exec_core+2176>, 0x55c6f354b752 <vm_exec_core+1986>, 0x55c6f354b6cf <vm_exec_core+1855>, 0x55c6f354e2b1 <vm_exec_core+13089>, 0x55c6f354e3be <vm_exec_core+13358>, 0x55c6f354e5ff <vm_exec_core+13935>, 0x55c6f354e019 <vm_exec_core+12425>, 0x55c6f354e698 <vm_exec_core+14088>, 0x55c6f354e965 <vm_exec_core+14805>, 0x55c6f354e884 <vm_exec_core+14580>, 0x55c6f354e907 <vm_exec_core+14711>, 0x55c6f354e76a <vm_exec_core+14298>, 0x55c6f354e7c8 <vm_exec_core+14392>, 0x55c6f354e826 <vm_exec_core+14486>, 0x55c6f354ebf5 <vm_exec_core+15461>, 0x55c6f354ea49 <vm_exec_core+15033>, 0x55c6f354ea95 <vm_exec_core+15109>, 0x55c6f354eae8 <vm_exec_core+15192>, 0x55c6f354eb6b <vm_exec_core+15323>, 0x55c6f354b602 <vm_exec_core+1650>, 0x55c6f354b55a <vm_exec_core+1482>, 0x55c6f354e318 <vm_exec_core+13192>, 0x55c6f354e376 <vm_exec_core+13286>, 0x55c6f354e1a7 <vm_exec_core+12823>, 0x55c6f354e23a <vm_exec_core+12970>, 0x55c6f354e731 <vm_exec_core+14241>, 0x55c6f354e9be <vm_exec_core+14894>, 0x55c6f354b4e9 <vm_exec_core+1369>, 0x55c6f354b469 <vm_exec_core+1241>, 0x55c6f354b3c0 <vm_exec_core+1072>, 0x55c6f354b379 <vm_exec_core+1001>, 0x55c6f354b32e <vm_exec_core+926>, 0x55c6f354b2e5 <vm_exec_core+853>, 0x55c6f354b294 <vm_exec_core+772>, 0x55c6f354b25f <vm_exec_core+719>, 0x55c6f354b22a <vm_exec_core+666>, 0x55c6f354e422 <vm_exec_core+13458>, 0x55c6f354d2c9 <vm_exec_core+9017>, 0x55c6f354d25c <vm_exec_core+8908>, 0x55c6f354d1e4 <vm_exec_core+8788>, 0x55c6f354d172 <vm_exec_core+8674>, 0x55c6f354d0f9 <vm_exec_core+8553>, 0x55c6f354d053 <vm_exec_core+8387>, 0x55c6f354d6e0 <vm_exec_core+10064>, 0x55c6f354d5c5 <vm_exec_core+9781>, 0x55c6f354d61c <vm_exec_core+9868>, 0x55c6f354d32d <vm_exec_core+9117>, 0x55c6f354d45a <vm_exec_core+9418>, 0x55c6f354cbc1 <vm_exec_core+7217>, 0x55c6f354cb59 <vm_exec_core+7113>, 0x55c6f354caec <vm_exec_core+7004>, 0x55c6f354cdcb <vm_exec_core+7739>, 0x55c6f354cd93 <vm_exec_core+7683>, 0x55c6f354cd5e <vm_exec_core+7630>, 0x55c6f354cd29 <vm_exec_core+7577>, 0x55c6f354ccf4 <vm_exec_core+7524>, 0x55c6f354cc91 <vm_exec_core+7425>, 0x55c6f354cc4d <vm_exec_core+7357>, 0x55c6f354cc06 <vm_exec_core+7286>, 0x55c6f354cf07 <vm_exec_core+8055>, 0x55c6f354cec1 <vm_exec_core+7985>, 0x55c6f354ce42 <vm_exec_core+7858>, 0x55c6f354ce08 <vm_exec_core+7800>, 0x55c6f354cfb9 <vm_exec_core+8233>, 0x55c6f354cf5f <vm_exec_core+8143>, 0x55c6f354d016 <vm_exec_core+8326>, 0x55c6f354caaf <vm_exec_core+6943>, 0x55c6f354c8ac <vm_exec_core+6428>, 0x55c6f354c826 <vm_exec_core+6294>, 0x55c6f354c7be <vm_exec_core+6190>, 0x55c6f354c766 <vm_exec_core+6102>, 0x55c6f354c704 <vm_exec_core+6004>, 0x55c6f354c6b7 <vm_exec_core+5927>, 0x55c6f354c643 <vm_exec_core+5811>, 0x55c6f354c5f9 <vm_exec_core+5737>, 0x55c6f354c5d2 <vm_exec_core+5698>, 0x55c6f354c597 <vm_exec_core+5639>, 0x55c6f354c546 <vm_exec_core+5558>, 0x55c6f354c512 <vm_exec_core+5506>, 0x55c6f354c465 <vm_exec_core+5333>, 0x55c6f354c422 <vm_exec_core+5266>, 0x55c6f354c3de <vm_exec_core+5198>, 0x55c6f354c3ac <vm_exec_core+5148>, 0x55c6f354c33d <vm_exec_core+5037>, 0x55c6f354c2dc <vm_exec_core+4940>, 0x55c6f354c28d <vm_exec_core+4861>, 0x55c6f354c21e <vm_exec_core+4750>, 0x55c6f354c1c0 <vm_exec_core+4656>, 0x55c6f354c0a8 <vm_exec_core+4376>, 0x55c6f354c06c <vm_exec_core+4316>, 0x55c6f354c025 <vm_exec_core+4245>, 0x55c6f354bfbb <vm_exec_core+4139>, 0x55c6f354bf1d <vm_exec_core+3981>, 0x55c6f354e565 <vm_exec_core+13781>, 0x55c6f354be68 <vm_exec_core+3800>, 0x55c6f354bde0 <vm_exec_core+3664>, 0x55c6f354bd91 <vm_exec_core+3585>, 0x55c6f354bd42 <vm_exec_core+3506>, 0x55c6f354bcf3 <vm_exec_core+3427>, 0x55c6f354e539 <vm_exec_core+13737>, 0x55c6f354bca4 <vm_exec_core+3348>, 0x55c6f354bc35 <vm_exec_core+3237>, 0x55c6f354bbf0 <vm_exec_core+3168>, 0x55c6f354bb7d <vm_exec_core+3053>, 0x55c6f354ba35 <vm_exec_core+2725>, 0x55c6f354b969 <vm_exec_core+2521>, 0x55c6f354b8ed <vm_exec_core+2397>, 0x55c6f354d74a <vm_exec_core+10170>, 0x55c6f354b8b9 <vm_exec_core+2345>, 0x55c6f354b87a <vm_exec_core+2282>, 0x55c6f354b83b <vm_exec_core+2219>, 0x55c6f354b7ff <vm_exec_core+2159>, 0x55c6f354b741 <vm_exec_core+1969>, 0x55c6f354b6be <vm_exec_core+1838>, 0x55c6f354e54f <vm_exec_core+13759>, 0x55c6f354e191 <vm_exec_core+12801>, 0x55c6f354e360 <vm_exec_core+13264>, 0x55c6f354e440 <vm_exec_core+13488>, 0x55c6f354e456 <vm_exec_core+13510>, 0x55c6f354e46c <vm_exec_core+13532>, 0x55c6f354e482 <vm_exec_core+13554>, 0x55c6f354e49f <vm_exec_core+13583>, 0x55c6f354e4b5 <vm_exec_core+13605>, 0x55c6f354e4cb <vm_exec_core+13627>, 0x55c6f354e4e1 <vm_exec_core+13649>...}
#28 0x000055c6f355174e in rb_vm_exec (ec=0x55c6f71d1fb0) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2625
        _ec = 0x55c6f71d1fb0
        _tag = {tag = 36, retval = 4, buf = {0x7f66466a2db0, 0x55c6f3551670 <rb_vm_exec+304>, 0x0, 0x7f66466a2ca0, 0x7f66466a2d50}, prev = 0x7f66466a2ec0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#29 0x000055c6f3551b6e in invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=140077777478680, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1655
        iseq = 0x7f66662af048
        type = <optimized out>
        cfp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        opt_pc = <optimized out>
        sp = 0x7f66464a2018
        av = {140077244755280, 140077244755648}
        stack_argv = 0x7f66464a2018
        iseq = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        av = <optimized out>
        stack_argv = <optimized out>
        bound = <optimized out>
#30 0x000055c6f3552531 in rb_vm_invoke_proc_with_self (ec=<optimized out>, proc=proc@entry=0x55c6f710fd40, self=self@entry=140077777478680, argc=argc@entry=0, argv=argv@entry=0x7f66466a2d60, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1814
No locals.
#31 0x000055c6f34f8b00 in thread_do_start_proc (th=th@entry=0x55c6f71cc890) at /tmp/ruby/src/trunk-gc-asserts/thread.c:583
        self = 140077777478680
        args = <optimized out>
        args_ptr = 0x7f66466a2d60
        args_len = 0
        procval = <optimized out>
        proc = 0x55c6f710fd40
#32 0x000055c6f34f95a0 in thread_do_start (th=0x55c6f71cc890) at /tmp/ruby/src/trunk-gc-asserts/thread.c:625
        result = 36
        result = <optimized out>
#33 thread_start_func_2 (th=th@entry=0x55c6f71cc890, stack_start=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread.c:676
        _ec = 0x55c6f71d1fb0
        _tag = {tag = 36, retval = 0, buf = {0x55c6f71d1c10, 0x55c6f34f8f10 <thread_start_func_2+624>, 0x0, 0x7f66466a2dc0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x55c6f71cc890
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#34 0x000055c6f34f996d in call_thread_start_func_2 (th=0x55c6f71cc890) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2218
        stack_start = 0
        stack_start_addr = 0x7f66466a2f80
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#35 co_start (from=<optimized out>, self=0x55c6f71d1c10) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread_mn.c:458
        th = 0x55c6f71cc890
        sched = 0x55c6f71cc028
        nt = <optimized out>
        is_dnt = <optimized out>
#36 0x0000000000000000 in ?? ()
No symbol table info available.

Thread 1 (Thread 0x7f668153e7c0 (LWP 400552) "miniruby"):
#0  0x00007f66815d9d61 in __futex_abstimed_wait_common64 (private=21958, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x55c6f7098070) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=21958, abstime=0x0, clockid=0, expected=0, futex_word=0x55c6f7098070) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 256
        op = 393
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x55c6f7098070, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007f66815dc7dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x55c6f7098168, cond=0x55c6f7098048) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7f66815dc4a0 <__condvar_cleanup_waiting>, __arg = 0x7ffdbb4fe2e0, __canceltype = 2, __prev = 0x0}
        cbuffer = {wseq = 0, cond = 0x55c6f7098048, mutex = 0x55c6f7098168, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 0
        seq = 0
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_wait (cond=cond@entry=0x55c6f7098048, mutex=mutex@entry=0x55c6f7098168) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x000055c6f34efe3d in rb_native_cond_wait (cond=cond@entry=0x55c6f7098048, mutex=mutex@entry=0x55c6f7098168) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:221
        r = <optimized out>
#6  0x000055c6f34eff83 in thread_sched_wait_running_turn (sched=sched@entry=0x55c6f7098168, th=0x55c6f7093060, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:847
        next_th = 0x0
#7  0x000055c6f34f0bb2 in rb_ractor_sched_wait (ec=ec@entry=0x55c6f7098340, cr=cr@entry=0x55c6f70980a0, ubf=ubf@entry=0x55c6f3440250 <ubf_ractor_wait>, ubf_arg=ubf_arg@entry=0x7ffdbb4fe430) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:1365
        can_direct_transfer = false
        th = 0x55c6f7093060
        sched = 0x55c6f7098168
#8  0x000055c6f34419cc in ractor_wait (cr=0x55c6f70980a0, ec=0x55c6f7098340) at /tmp/ruby/src/trunk-gc-asserts/ractor_sync.c:1030
        th = <optimized out>
        waiter = {wakeup_status = wakeup_none, th = 0x55c6f7093060, node = {next = 0x55c6f70980f8, prev = 0x55c6f70980f8}}
        th = <optimized out>
        waiter = <optimized out>
#9  ractor_wait_receive (ec=ec@entry=0x55c6f7098340, cr=cr@entry=0x55c6f70980a0) at /tmp/ruby/src/trunk-gc-asserts/ractor_sync.c:1097
        messages = {set = {n = {next = 0x0, prev = 0x55c6f7093060}}, closed = 248}
        deliverred = false
#10 0x000055c6f3443001 in ractor_receive (rp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/ractor_sync.c:1150
        v = <optimized out>
        cr = <optimized out>
        cr = <optimized out>
        v = <optimized out>
#11 ractor_port_receive (self=<optimized out>, ec=0x55c6f7098340) at /tmp/ruby/src/trunk-gc-asserts/ractor_sync.c:133
        rp = 0x55c6f710f9b0
        rp = <optimized out>
#12 builtin_inline_class_660 (ec=0x55c6f7098340, self=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/ractor.rb:661
No locals.
#13 0x000055c6f354ddaf in vm_exec_core (ec=0x55c6f7098070, ec@entry=0x55c6f7098340) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:7259
        reg_pc = 0x55c6f71700d8
        reg_cfp = 0x7f66814dce88
        insns_address_table = {0x55c6f354e2a0 <vm_exec_core+13072>, 0x55c6f354d2da <vm_exec_core+9034>, 0x55c6f354d26d <vm_exec_core+8925>, 0x55c6f354d1f5 <vm_exec_core+8805>, 0x55c6f354d183 <vm_exec_core+8691>, 0x55c6f354d10a <vm_exec_core+8570>, 0x55c6f354d064 <vm_exec_core+8404>, 0x55c6f354d6f1 <vm_exec_core+10081>, 0x55c6f354d5d6 <vm_exec_core+9798>, 0x55c6f354d62d <vm_exec_core+9885>, 0x55c6f354d33e <vm_exec_core+9134>, 0x55c6f354d46b <vm_exec_core+9435>, 0x55c6f354cbd2 <vm_exec_core+7234>, 0x55c6f354cb6a <vm_exec_core+7130>, 0x55c6f354cafd <vm_exec_core+7021>, 0x55c6f354cddc <vm_exec_core+7756>, 0x55c6f354cda4 <vm_exec_core+7700>, 0x55c6f354cd6f <vm_exec_core+7647>, 0x55c6f354cd3a <vm_exec_core+7594>, 0x55c6f354cd05 <vm_exec_core+7541>, 0x55c6f354cca2 <vm_exec_core+7442>, 0x55c6f354cc5e <vm_exec_core+7374>, 0x55c6f354cc17 <vm_exec_core+7303>, 0x55c6f354cf18 <vm_exec_core+8072>, 0x55c6f354ced2 <vm_exec_core+8002>, 0x55c6f354ce53 <vm_exec_core+7875>, 0x55c6f354ce19 <vm_exec_core+7817>, 0x55c6f354cfca <vm_exec_core+8250>, 0x55c6f354cf70 <vm_exec_core+8160>, 0x55c6f354d027 <vm_exec_core+8343>, 0x55c6f354cac0 <vm_exec_core+6960>, 0x55c6f354c8bd <vm_exec_core+6445>, 0x55c6f354c837 <vm_exec_core+6311>, 0x55c6f354c7cf <vm_exec_core+6207>, 0x55c6f354c777 <vm_exec_core+6119>, 0x55c6f354c715 <vm_exec_core+6021>, 0x55c6f354c6c8 <vm_exec_core+5944>, 0x55c6f354c654 <vm_exec_core+5828>, 0x55c6f354c60a <vm_exec_core+5754>, 0x55c6f354c5e3 <vm_exec_core+5715>, 0x55c6f354c5a8 <vm_exec_core+5656>, 0x55c6f354c557 <vm_exec_core+5575>, 0x55c6f354c523 <vm_exec_core+5523>, 0x55c6f354c476 <vm_exec_core+5350>, 0x55c6f354c433 <vm_exec_core+5283>, 0x55c6f354c3ef <vm_exec_core+5215>, 0x55c6f354c3bd <vm_exec_core+5165>, 0x55c6f354c34e <vm_exec_core+5054>, 0x55c6f354c2ed <vm_exec_core+4957>, 0x55c6f354c29e <vm_exec_core+4878>, 0x55c6f354c22f <vm_exec_core+4767>, 0x55c6f354c1d1 <vm_exec_core+4673>, 0x55c6f354c0b9 <vm_exec_core+4393>, 0x55c6f354c07d <vm_exec_core+4333>, 0x55c6f354c036 <vm_exec_core+4262>, 0x55c6f354bfcc <vm_exec_core+4156>, 0x55c6f354bf2e <vm_exec_core+3998>, 0x55c6f354b000 <vm_exec_core+112>, 0x55c6f354be79 <vm_exec_core+3817>, 0x55c6f354bdf1 <vm_exec_core+3681>, 0x55c6f354bda2 <vm_exec_core+3602>, 0x55c6f354bd53 <vm_exec_core+3523>, 0x55c6f354bd04 <vm_exec_core+3444>, 0x55c6f354e147 <vm_exec_core+12727>, 0x55c6f354bcb5 <vm_exec_core+3365>, 0x55c6f354bc46 <vm_exec_core+3254>, 0x55c6f354bc01 <vm_exec_core+3185>, 0x55c6f354bb8e <vm_exec_core+3070>, 0x55c6f354ba46 <vm_exec_core+2742>, 0x55c6f354b97a <vm_exec_core+2538>, 0x55c6f354b8fe <vm_exec_core+2414>, 0x55c6f354d75b <vm_exec_core+10187>, 0x55c6f354b8ca <vm_exec_core+2362>, 0x55c6f354b88b <vm_exec_core+2299>, 0x55c6f354b84c <vm_exec_core+2236>, 0x55c6f354b810 <vm_exec_core+2176>, 0x55c6f354b752 <vm_exec_core+1986>, 0x55c6f354b6cf <vm_exec_core+1855>, 0x55c6f354e2b1 <vm_exec_core+13089>, 0x55c6f354e3be <vm_exec_core+13358>, 0x55c6f354e5ff <vm_exec_core+13935>, 0x55c6f354e019 <vm_exec_core+12425>, 0x55c6f354e698 <vm_exec_core+14088>, 0x55c6f354e965 <vm_exec_core+14805>, 0x55c6f354e884 <vm_exec_core+14580>, 0x55c6f354e907 <vm_exec_core+14711>, 0x55c6f354e76a <vm_exec_core+14298>, 0x55c6f354e7c8 <vm_exec_core+14392>, 0x55c6f354e826 <vm_exec_core+14486>, 0x55c6f354ebf5 <vm_exec_core+15461>, 0x55c6f354ea49 <vm_exec_core+15033>, 0x55c6f354ea95 <vm_exec_core+15109>, 0x55c6f354eae8 <vm_exec_core+15192>, 0x55c6f354eb6b <vm_exec_core+15323>, 0x55c6f354b602 <vm_exec_core+1650>, 0x55c6f354b55a <vm_exec_core+1482>, 0x55c6f354e318 <vm_exec_core+13192>, 0x55c6f354e376 <vm_exec_core+13286>, 0x55c6f354e1a7 <vm_exec_core+12823>, 0x55c6f354e23a <vm_exec_core+12970>, 0x55c6f354e731 <vm_exec_core+14241>, 0x55c6f354e9be <vm_exec_core+14894>, 0x55c6f354b4e9 <vm_exec_core+1369>, 0x55c6f354b469 <vm_exec_core+1241>, 0x55c6f354b3c0 <vm_exec_core+1072>, 0x55c6f354b379 <vm_exec_core+1001>, 0x55c6f354b32e <vm_exec_core+926>, 0x55c6f354b2e5 <vm_exec_core+853>, 0x55c6f354b294 <vm_exec_core+772>, 0x55c6f354b25f <vm_exec_core+719>, 0x55c6f354b22a <vm_exec_core+666>, 0x55c6f354e422 <vm_exec_core+13458>, 0x55c6f354d2c9 <vm_exec_core+9017>, 0x55c6f354d25c <vm_exec_core+8908>, 0x55c6f354d1e4 <vm_exec_core+8788>, 0x55c6f354d172 <vm_exec_core+8674>, 0x55c6f354d0f9 <vm_exec_core+8553>, 0x55c6f354d053 <vm_exec_core+8387>, 0x55c6f354d6e0 <vm_exec_core+10064>, 0x55c6f354d5c5 <vm_exec_core+9781>, 0x55c6f354d61c <vm_exec_core+9868>, 0x55c6f354d32d <vm_exec_core+9117>, 0x55c6f354d45a <vm_exec_core+9418>, 0x55c6f354cbc1 <vm_exec_core+7217>, 0x55c6f354cb59 <vm_exec_core+7113>, 0x55c6f354caec <vm_exec_core+7004>, 0x55c6f354cdcb <vm_exec_core+7739>, 0x55c6f354cd93 <vm_exec_core+7683>, 0x55c6f354cd5e <vm_exec_core+7630>, 0x55c6f354cd29 <vm_exec_core+7577>, 0x55c6f354ccf4 <vm_exec_core+7524>, 0x55c6f354cc91 <vm_exec_core+7425>, 0x55c6f354cc4d <vm_exec_core+7357>, 0x55c6f354cc06 <vm_exec_core+7286>, 0x55c6f354cf07 <vm_exec_core+8055>, 0x55c6f354cec1 <vm_exec_core+7985>, 0x55c6f354ce42 <vm_exec_core+7858>, 0x55c6f354ce08 <vm_exec_core+7800>, 0x55c6f354cfb9 <vm_exec_core+8233>, 0x55c6f354cf5f <vm_exec_core+8143>, 0x55c6f354d016 <vm_exec_core+8326>, 0x55c6f354caaf <vm_exec_core+6943>, 0x55c6f354c8ac <vm_exec_core+6428>, 0x55c6f354c826 <vm_exec_core+6294>, 0x55c6f354c7be <vm_exec_core+6190>, 0x55c6f354c766 <vm_exec_core+6102>, 0x55c6f354c704 <vm_exec_core+6004>, 0x55c6f354c6b7 <vm_exec_core+5927>, 0x55c6f354c643 <vm_exec_core+5811>, 0x55c6f354c5f9 <vm_exec_core+5737>, 0x55c6f354c5d2 <vm_exec_core+5698>, 0x55c6f354c597 <vm_exec_core+5639>, 0x55c6f354c546 <vm_exec_core+5558>, 0x55c6f354c512 <vm_exec_core+5506>, 0x55c6f354c465 <vm_exec_core+5333>, 0x55c6f354c422 <vm_exec_core+5266>, 0x55c6f354c3de <vm_exec_core+5198>, 0x55c6f354c3ac <vm_exec_core+5148>, 0x55c6f354c33d <vm_exec_core+5037>, 0x55c6f354c2dc <vm_exec_core+4940>, 0x55c6f354c28d <vm_exec_core+4861>, 0x55c6f354c21e <vm_exec_core+4750>, 0x55c6f354c1c0 <vm_exec_core+4656>, 0x55c6f354c0a8 <vm_exec_core+4376>, 0x55c6f354c06c <vm_exec_core+4316>, 0x55c6f354c025 <vm_exec_core+4245>, 0x55c6f354bfbb <vm_exec_core+4139>, 0x55c6f354bf1d <vm_exec_core+3981>, 0x55c6f354e565 <vm_exec_core+13781>, 0x55c6f354be68 <vm_exec_core+3800>, 0x55c6f354bde0 <vm_exec_core+3664>, 0x55c6f354bd91 <vm_exec_core+3585>, 0x55c6f354bd42 <vm_exec_core+3506>, 0x55c6f354bcf3 <vm_exec_core+3427>, 0x55c6f354e539 <vm_exec_core+13737>, 0x55c6f354bca4 <vm_exec_core+3348>, 0x55c6f354bc35 <vm_exec_core+3237>, 0x55c6f354bbf0 <vm_exec_core+3168>, 0x55c6f354bb7d <vm_exec_core+3053>, 0x55c6f354ba35 <vm_exec_core+2725>, 0x55c6f354b969 <vm_exec_core+2521>, 0x55c6f354b8ed <vm_exec_core+2397>, 0x55c6f354d74a <vm_exec_core+10170>, 0x55c6f354b8b9 <vm_exec_core+2345>, 0x55c6f354b87a <vm_exec_core+2282>, 0x55c6f354b83b <vm_exec_core+2219>, 0x55c6f354b7ff <vm_exec_core+2159>, 0x55c6f354b741 <vm_exec_core+1969>, 0x55c6f354b6be <vm_exec_core+1838>, 0x55c6f354e54f <vm_exec_core+13759>, 0x55c6f354e191 <vm_exec_core+12801>, 0x55c6f354e360 <vm_exec_core+13264>, 0x55c6f354e440 <vm_exec_core+13488>, 0x55c6f354e456 <vm_exec_core+13510>, 0x55c6f354e46c <vm_exec_core+13532>, 0x55c6f354e482 <vm_exec_core+13554>, 0x55c6f354e49f <vm_exec_core+13583>, 0x55c6f354e4b5 <vm_exec_core+13605>, 0x55c6f354e4cb <vm_exec_core+13627>, 0x55c6f354e4e1 <vm_exec_core+13649>...}
#14 0x000055c6f355174e in rb_vm_exec (ec=0x55c6f7098340) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2625
        _ec = 0x55c6f7098340
        _tag = {tag = 36, retval = 4, buf = {0x7f66662ae2b0, 0x55c6f3551670 <rb_vm_exec+304>, 0x0, 0x7ffdbb4fe6d0, 0x55c6f7093460}, prev = 0x7ffdbb4feb10, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#15 0x000055c6f3556494 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffdbb4fe7a8, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1700
No locals.
#16 vm_yield (kw_splat=0, argv=0x7ffdbb4fe7a8, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1714
No locals.
#17 rb_yield_0 (argv=0x7ffdbb4fe7a8, argc=1) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1362
No locals.
#18 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1378
No locals.
#19 0x000055c6f326d15c in rb_ary_collect (ary=140077777480920) at /tmp/ruby/src/trunk-gc-asserts/array.c:3655
        i = 0
        collect = 140077777478320
#20 0x000055c6f3535bed in vm_call_cfunc_with_frame_ (ec=0x55c6f7098340, reg_cfp=0x7f66814dcfa0, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3772
        ci = 0x168100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f6667f80078
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#21 0x000055c6f353e0df in vm_sendish (ec=0x55c6f7098340, reg_cfp=0x7f66814dcfa0, cd=0x55c6f7118150, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-gc-asserts/vm_callinfo.h:415
        val = 36
        ci = <optimized out>
        cc = 0x7f66662ae2d8
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x55c6f7118150, cc = 0x7f66662ae2d8, block_handler = 140078232752057, recv = 140077777480920, argc = 0, kw_splat = false, heap_argv = 0, proc_ns = 0x0}
#22 0x000055c6f354c006 in vm_exec_core (ec=0x55c6f7098070, ec@entry=0x55c6f7098340) at ../../src/trunk-gc-asserts/insns.def:851
        bh = 140078233787745
        cd = 0x55c6f7118150
        blockiseq = 0x0
        leaf = <optimized out>
        val = 94313037005136
        reg_pc = 0x55c6f71d5ef8
        reg_cfp = 0x7f66814dcfa0
        insns_address_table = {0x55c6f354e2a0 <vm_exec_core+13072>, 0x55c6f354d2da <vm_exec_core+9034>, 0x55c6f354d26d <vm_exec_core+8925>, 0x55c6f354d1f5 <vm_exec_core+8805>, 0x55c6f354d183 <vm_exec_core+8691>, 0x55c6f354d10a <vm_exec_core+8570>, 0x55c6f354d064 <vm_exec_core+8404>, 0x55c6f354d6f1 <vm_exec_core+10081>, 0x55c6f354d5d6 <vm_exec_core+9798>, 0x55c6f354d62d <vm_exec_core+9885>, 0x55c6f354d33e <vm_exec_core+9134>, 0x55c6f354d46b <vm_exec_core+9435>, 0x55c6f354cbd2 <vm_exec_core+7234>, 0x55c6f354cb6a <vm_exec_core+7130>, 0x55c6f354cafd <vm_exec_core+7021>, 0x55c6f354cddc <vm_exec_core+7756>, 0x55c6f354cda4 <vm_exec_core+7700>, 0x55c6f354cd6f <vm_exec_core+7647>, 0x55c6f354cd3a <vm_exec_core+7594>, 0x55c6f354cd05 <vm_exec_core+7541>, 0x55c6f354cca2 <vm_exec_core+7442>, 0x55c6f354cc5e <vm_exec_core+7374>, 0x55c6f354cc17 <vm_exec_core+7303>, 0x55c6f354cf18 <vm_exec_core+8072>, 0x55c6f354ced2 <vm_exec_core+8002>, 0x55c6f354ce53 <vm_exec_core+7875>, 0x55c6f354ce19 <vm_exec_core+7817>, 0x55c6f354cfca <vm_exec_core+8250>, 0x55c6f354cf70 <vm_exec_core+8160>, 0x55c6f354d027 <vm_exec_core+8343>, 0x55c6f354cac0 <vm_exec_core+6960>, 0x55c6f354c8bd <vm_exec_core+6445>, 0x55c6f354c837 <vm_exec_core+6311>, 0x55c6f354c7cf <vm_exec_core+6207>, 0x55c6f354c777 <vm_exec_core+6119>, 0x55c6f354c715 <vm_exec_core+6021>, 0x55c6f354c6c8 <vm_exec_core+5944>, 0x55c6f354c654 <vm_exec_core+5828>, 0x55c6f354c60a <vm_exec_core+5754>, 0x55c6f354c5e3 <vm_exec_core+5715>, 0x55c6f354c5a8 <vm_exec_core+5656>, 0x55c6f354c557 <vm_exec_core+5575>, 0x55c6f354c523 <vm_exec_core+5523>, 0x55c6f354c476 <vm_exec_core+5350>, 0x55c6f354c433 <vm_exec_core+5283>, 0x55c6f354c3ef <vm_exec_core+5215>, 0x55c6f354c3bd <vm_exec_core+5165>, 0x55c6f354c34e <vm_exec_core+5054>, 0x55c6f354c2ed <vm_exec_core+4957>, 0x55c6f354c29e <vm_exec_core+4878>, 0x55c6f354c22f <vm_exec_core+4767>, 0x55c6f354c1d1 <vm_exec_core+4673>, 0x55c6f354c0b9 <vm_exec_core+4393>, 0x55c6f354c07d <vm_exec_core+4333>, 0x55c6f354c036 <vm_exec_core+4262>, 0x55c6f354bfcc <vm_exec_core+4156>, 0x55c6f354bf2e <vm_exec_core+3998>, 0x55c6f354b000 <vm_exec_core+112>, 0x55c6f354be79 <vm_exec_core+3817>, 0x55c6f354bdf1 <vm_exec_core+3681>, 0x55c6f354bda2 <vm_exec_core+3602>, 0x55c6f354bd53 <vm_exec_core+3523>, 0x55c6f354bd04 <vm_exec_core+3444>, 0x55c6f354e147 <vm_exec_core+12727>, 0x55c6f354bcb5 <vm_exec_core+3365>, 0x55c6f354bc46 <vm_exec_core+3254>, 0x55c6f354bc01 <vm_exec_core+3185>, 0x55c6f354bb8e <vm_exec_core+3070>, 0x55c6f354ba46 <vm_exec_core+2742>, 0x55c6f354b97a <vm_exec_core+2538>, 0x55c6f354b8fe <vm_exec_core+2414>, 0x55c6f354d75b <vm_exec_core+10187>, 0x55c6f354b8ca <vm_exec_core+2362>, 0x55c6f354b88b <vm_exec_core+2299>, 0x55c6f354b84c <vm_exec_core+2236>, 0x55c6f354b810 <vm_exec_core+2176>, 0x55c6f354b752 <vm_exec_core+1986>, 0x55c6f354b6cf <vm_exec_core+1855>, 0x55c6f354e2b1 <vm_exec_core+13089>, 0x55c6f354e3be <vm_exec_core+13358>, 0x55c6f354e5ff <vm_exec_core+13935>, 0x55c6f354e019 <vm_exec_core+12425>, 0x55c6f354e698 <vm_exec_core+14088>, 0x55c6f354e965 <vm_exec_core+14805>, 0x55c6f354e884 <vm_exec_core+14580>, 0x55c6f354e907 <vm_exec_core+14711>, 0x55c6f354e76a <vm_exec_core+14298>, 0x55c6f354e7c8 <vm_exec_core+14392>, 0x55c6f354e826 <vm_exec_core+14486>, 0x55c6f354ebf5 <vm_exec_core+15461>, 0x55c6f354ea49 <vm_exec_core+15033>, 0x55c6f354ea95 <vm_exec_core+15109>, 0x55c6f354eae8 <vm_exec_core+15192>, 0x55c6f354eb6b <vm_exec_core+15323>, 0x55c6f354b602 <vm_exec_core+1650>, 0x55c6f354b55a <vm_exec_core+1482>, 0x55c6f354e318 <vm_exec_core+13192>, 0x55c6f354e376 <vm_exec_core+13286>, 0x55c6f354e1a7 <vm_exec_core+12823>, 0x55c6f354e23a <vm_exec_core+12970>, 0x55c6f354e731 <vm_exec_core+14241>, 0x55c6f354e9be <vm_exec_core+14894>, 0x55c6f354b4e9 <vm_exec_core+1369>, 0x55c6f354b469 <vm_exec_core+1241>, 0x55c6f354b3c0 <vm_exec_core+1072>, 0x55c6f354b379 <vm_exec_core+1001>, 0x55c6f354b32e <vm_exec_core+926>, 0x55c6f354b2e5 <vm_exec_core+853>, 0x55c6f354b294 <vm_exec_core+772>, 0x55c6f354b25f <vm_exec_core+719>, 0x55c6f354b22a <vm_exec_core+666>, 0x55c6f354e422 <vm_exec_core+13458>, 0x55c6f354d2c9 <vm_exec_core+9017>, 0x55c6f354d25c <vm_exec_core+8908>, 0x55c6f354d1e4 <vm_exec_core+8788>, 0x55c6f354d172 <vm_exec_core+8674>, 0x55c6f354d0f9 <vm_exec_core+8553>, 0x55c6f354d053 <vm_exec_core+8387>, 0x55c6f354d6e0 <vm_exec_core+10064>, 0x55c6f354d5c5 <vm_exec_core+9781>, 0x55c6f354d61c <vm_exec_core+9868>, 0x55c6f354d32d <vm_exec_core+9117>, 0x55c6f354d45a <vm_exec_core+9418>, 0x55c6f354cbc1 <vm_exec_core+7217>, 0x55c6f354cb59 <vm_exec_core+7113>, 0x55c6f354caec <vm_exec_core+7004>, 0x55c6f354cdcb <vm_exec_core+7739>, 0x55c6f354cd93 <vm_exec_core+7683>, 0x55c6f354cd5e <vm_exec_core+7630>, 0x55c6f354cd29 <vm_exec_core+7577>, 0x55c6f354ccf4 <vm_exec_core+7524>, 0x55c6f354cc91 <vm_exec_core+7425>, 0x55c6f354cc4d <vm_exec_core+7357>, 0x55c6f354cc06 <vm_exec_core+7286>, 0x55c6f354cf07 <vm_exec_core+8055>, 0x55c6f354cec1 <vm_exec_core+7985>, 0x55c6f354ce42 <vm_exec_core+7858>, 0x55c6f354ce08 <vm_exec_core+7800>, 0x55c6f354cfb9 <vm_exec_core+8233>, 0x55c6f354cf5f <vm_exec_core+8143>, 0x55c6f354d016 <vm_exec_core+8326>, 0x55c6f354caaf <vm_exec_core+6943>, 0x55c6f354c8ac <vm_exec_core+6428>, 0x55c6f354c826 <vm_exec_core+6294>, 0x55c6f354c7be <vm_exec_core+6190>, 0x55c6f354c766 <vm_exec_core+6102>, 0x55c6f354c704 <vm_exec_core+6004>, 0x55c6f354c6b7 <vm_exec_core+5927>, 0x55c6f354c643 <vm_exec_core+5811>, 0x55c6f354c5f9 <vm_exec_core+5737>, 0x55c6f354c5d2 <vm_exec_core+5698>, 0x55c6f354c597 <vm_exec_core+5639>, 0x55c6f354c546 <vm_exec_core+5558>, 0x55c6f354c512 <vm_exec_core+5506>, 0x55c6f354c465 <vm_exec_core+5333>, 0x55c6f354c422 <vm_exec_core+5266>, 0x55c6f354c3de <vm_exec_core+5198>, 0x55c6f354c3ac <vm_exec_core+5148>, 0x55c6f354c33d <vm_exec_core+5037>, 0x55c6f354c2dc <vm_exec_core+4940>, 0x55c6f354c28d <vm_exec_core+4861>, 0x55c6f354c21e <vm_exec_core+4750>, 0x55c6f354c1c0 <vm_exec_core+4656>, 0x55c6f354c0a8 <vm_exec_core+4376>, 0x55c6f354c06c <vm_exec_core+4316>, 0x55c6f354c025 <vm_exec_core+4245>, 0x55c6f354bfbb <vm_exec_core+4139>, 0x55c6f354bf1d <vm_exec_core+3981>, 0x55c6f354e565 <vm_exec_core+13781>, 0x55c6f354be68 <vm_exec_core+3800>, 0x55c6f354bde0 <vm_exec_core+3664>, 0x55c6f354bd91 <vm_exec_core+3585>, 0x55c6f354bd42 <vm_exec_core+3506>, 0x55c6f354bcf3 <vm_exec_core+3427>, 0x55c6f354e539 <vm_exec_core+13737>, 0x55c6f354bca4 <vm_exec_core+3348>, 0x55c6f354bc35 <vm_exec_core+3237>, 0x55c6f354bbf0 <vm_exec_core+3168>, 0x55c6f354bb7d <vm_exec_core+3053>, 0x55c6f354ba35 <vm_exec_core+2725>, 0x55c6f354b969 <vm_exec_core+2521>, 0x55c6f354b8ed <vm_exec_core+2397>, 0x55c6f354d74a <vm_exec_core+10170>, 0x55c6f354b8b9 <vm_exec_core+2345>, 0x55c6f354b87a <vm_exec_core+2282>, 0x55c6f354b83b <vm_exec_core+2219>, 0x55c6f354b7ff <vm_exec_core+2159>, 0x55c6f354b741 <vm_exec_core+1969>, 0x55c6f354b6be <vm_exec_core+1838>, 0x55c6f354e54f <vm_exec_core+13759>, 0x55c6f354e191 <vm_exec_core+12801>, 0x55c6f354e360 <vm_exec_core+13264>, 0x55c6f354e440 <vm_exec_core+13488>, 0x55c6f354e456 <vm_exec_core+13510>, 0x55c6f354e46c <vm_exec_core+13532>, 0x55c6f354e482 <vm_exec_core+13554>, 0x55c6f354e49f <vm_exec_core+13583>, 0x55c6f354e4b5 <vm_exec_core+13605>, 0x55c6f354e4cb <vm_exec_core+13627>, 0x55c6f354e4e1 <vm_exec_core+13649>...}
#23 0x000055c6f355174e in rb_vm_exec (ec=0x55c6f7098340) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2625
        _ec = 0x55c6f7098340
        _tag = {tag = 36, retval = 4, buf = {0x55c6f7098340, 0x55c6f3551670 <rb_vm_exec+304>, 0x0, 0x7ffdbb4feaf0, 0x7f6667f2a3a8}, prev = 0x7ffdbb4febc0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#24 0x000055c6f3563533 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2905
        ec = <optimized out>
        val = <optimized out>
#25 0x000055c6f3343925 in rb_ec_exec_node (ec=ec@entry=0x55c6f7098340, n=n@entry=0x7f66662af2c8) at /tmp/ruby/src/trunk-gc-asserts/eval.c:281
        _ec = 0x55c6f7098340
        _tag = {tag = 36, retval = 94312972185494, buf = {0x55c6f7098340, 0x55c6f3343980 <rb_ec_exec_node+256>, 0x0, 0x7ffdbb4feba0, 0x7f66662af2c8}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f66662af2c8
#26 0x000055c6f3347bcb in ruby_run_node (n=0x7f66662af2c8) at /tmp/ruby/src/trunk-gc-asserts/eval.c:319
        ec = 0x55c6f7098340
        status = 0
#27 0x000055c6f3263de6 in rb_main (argv=0x7ffdbb4fede8, argc=8) at /tmp/ruby/src/trunk-gc-asserts/main.c:42
        variable_in_this_stack_frame = 0
#28 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

[Inferior 1 (process 400552) detached]
$ timeout 60 gdb -p 400556 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
Fstderr output is not empty
   th: 0x55c6f7093060, native_id: 0x7f668153e7c0
   -- Control frame information -----------------------------------------------
   c:0007 p:0003 s:0028 e:000027 METHOD <internal:ractor>:660
   c:0006 p:0027 s:0024 e:000023 METHOD <internal:ractor>:551
   c:0005 p:0003 s:0019 e:000018 METHOD <internal:ractor>:574
   c:0004 p:0004 s:0015 e:000014 BLOCK  bootstraptest.test_ractor.rb_1357_1354.rb:9 [FINISH]
[New LWP 400559]
[New LWP 400558]
[New LWP 400557]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007efd72d11d61 in __futex_abstimed_wait_common64 (private=21903, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x558f137ff070) at ./nptl/futex-internal.c:57

>>> Threads

  Id   Target Id                                     Frame 
* 1    Thread 0x7efd72c767c0 (LWP 400556) "miniruby" 0x00007efd72d11d61 in __futex_abstimed_wait_common64 (private=21903, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x558f137ff070) at ./nptl/futex-internal.c:57
  2    Thread 0x7efd3789f6c0 (LWP 400559) "miniruby" futex_wait (private=0, expected=2, futex_word=0x558f137f7b70) at ../sysdeps/nptl/futex-internal.h:146
  3    Thread 0x7efd379cf6c0 (LWP 400558) "miniruby" futex_wait (private=0, expected=2, futex_word=0x558f137f7b70) at ../sysdeps/nptl/futex-internal.h:146
  4    Thread 0x7efd5965f6c0 (LWP 400557) "miniruby" 0x00007efd72da3042 in epoll_wait (epfd=4, events=events@entry=0x558f0a9ffedc <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 4 (Thread 0x7efd5965f6c0 (LWP 400557) "miniruby"):
#0  0x00007efd72da3042 in epoll_wait (epfd=4, events=events@entry=0x558f0a9ffedc <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
        sc_ret = -4
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x0000558f0a63b49f in event_wait (vm=0x558f137f7ad0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2919
        r = <optimized out>
        r = <optimized out>
#2  timer_thread_polling (vm=0x558f137f7ad0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread_mn.c:913
        r = <optimized out>
        r = <optimized out>
        i = <optimized out>
        th = <optimized out>
        events = <optimized out>
#3  timer_thread_func (ptr=0x558f137f7ad0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:3046
        vm = 0x558f137f7ad0
#4  0x00007efd72d15a94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139626591680192, 4112410143770988413, 139626591680192, -264, 0, 140736137685440, 4112410143791959933, 4112455331355086717}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007efd72da2c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 3 (Thread 0x7efd379cf6c0 (LWP 400558) "miniruby"):
#0  futex_wait (private=0, expected=2, futex_word=0x558f137f7b70) at ../sysdeps/nptl/futex-internal.h:146
        __ret = -512
        err = <optimized out>
        err = <optimized out>
        __ret = <optimized out>
        resultvar = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __GI___lll_lock_wait (futex=futex@entry=0x558f137f7b70, private=0) at ./nptl/lowlevellock.c:49
No locals.
#2  0x00007efd72d190f1 in lll_mutex_lock_optimized (mutex=0x558f137f7b70) at ./nptl/pthread_mutex_lock.c:48
        __futex = 0x558f137f7b70
        private = <optimized out>
        private = <optimized out>
        __futex = <optimized out>
#3  ___pthread_mutex_lock (mutex=mutex@entry=0x558f137f7b70) at ./nptl/pthread_mutex_lock.c:93
        type = <optimized out>
        __PRETTY_FUNCTION__ = "___pthread_mutex_lock"
        id = <optimized out>
#4  0x0000558f0a6351ad in rb_native_mutex_lock (lock=lock@entry=0x558f137f7b70) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:115
        r = <optimized out>
#5  0x0000558f0a638ccb in ractor_sched_lock_ (line=1417, file=<synthetic pointer>, cr=0x558f13937d80, vm=0x558f137f7ad0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:477
No locals.
#6  rb_ractor_sched_barrier_start (vm=0x558f137f7ad0, cr=0x558f13937d80) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:1417
        lock_rec = <optimized out>
#7  0x0000558f0a6b1dbb in rb_vm_barrier () at /tmp/ruby/src/trunk-gc-asserts/vm_sync.c:246
        vm = <optimized out>
        cr = <optimized out>
#8  0x0000558f0a4a0739 in rb_gc_vm_barrier () at /tmp/ruby/src/trunk-gc-asserts/gc.c:178
No locals.
#9  0x0000558f0a4b38e5 in gc_verify_internal_consistency (objspace_ptr=0x558f137fa460) at /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:5185
        prev_during_gc = <optimized out>
        objspace = 0x558f137fa460
        lev = 3
#10 gc_start (objspace=objspace@entry=0x558f137fa460, reason=reason@entry=256) at /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:6332
        do_full_mark = 0
        __func__ = "gc_start"
        lock_lev = 2
#11 0x0000558f0a4b4ce6 in heap_prepare (heap=0x558f137fa480, objspace=0x558f137fa460) at /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2050
        __func__ = "heap_prepare"
#12 heap_next_free_page (heap=0x558f137fa480, objspace=0x558f137fa460) at /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2274
        page = <optimized out>
        page = <optimized out>
        __func__ = "heap_next_free_page"
#13 newobj_cache_miss (objspace=objspace@entry=0x558f137fa460, cache=cache@entry=0x558f13935dd0, heap_idx=heap_idx@entry=0, vm_locked=vm_locked@entry=false) at /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2381
        page = <optimized out>
        heap = 0x558f137fa480
        obj = <optimized out>
        lev = 1
        unlock_vm = true
#14 0x0000558f0a4b8440 in newobj_alloc (vm_locked=false, heap_idx=<optimized out>, cache=0x558f13935dd0, objspace=0x558f137fa460) at /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2405
        obj = <optimized out>
        obj = <optimized out>
#15 rb_gc_impl_new_obj (alloc_size=28, wb_protected=true, v3=0, v2=0, v1=0, flags=5, klass=139626592000720, cache_ptr=0x558f13935dd0, objspace_ptr=0x558f137fa460) at /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2484
        obj = <optimized out>
        objspace = 0x558f137fa460
        heap_idx = <optimized out>
        cache = 0x558f13935dd0
        obj = <optimized out>
        objspace = <optimized out>
        heap_idx = <optimized out>
        cache = <optimized out>
#16 newobj_of (size=28, wb_protected=true, v3=0, v2=0, v1=0, flags=5, klass=139626592000720, cr=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:1005
        obj = <optimized out>
        obj = <optimized out>
        lev = <optimized out>
        gc_disabled = <optimized out>
#17 rb_wb_protected_newobj_of (ec=<optimized out>, klass=klass@entry=139626592000720, flags=flags@entry=5, size=size@entry=28) at /tmp/ruby/src/trunk-gc-asserts/gc.c:1043
        __func__ = "rb_wb_protected_newobj_of"
#18 0x0000558f0a600eaf in str_alloc_embed (capa=4, klass=139626592000720) at /tmp/ruby/src/trunk-gc-asserts/string.c:1359
        size = 28
        str = <optimized out>
#19 str_enc_new (klass=139626592000720, ptr=0x7efd378b0038 "971", len=3, enc=0x558f13800920) at /tmp/ruby/src/trunk-gc-asserts/string.c:1402
        str = <optimized out>
        termlen = 1
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#20 0x0000558f0a606a9a in str_new_frozen_buffer (klass=139626592000720, orig=orig@entry=139626023682080, copy_encoding=copy_encoding@entry=1) at /tmp/ruby/src/trunk-gc-asserts/include/ruby/internal/core/rstring.h:430
        str = <optimized out>
        len = 3
        enc = 0x558f13800920
        termlen = <optimized out>
#21 0x0000558f0a61e85e in str_new_frozen (orig=<optimized out>, klass=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/string.c:1943
No locals.
#22 build_fstring (arg=<synthetic pointer>, str=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/string.c:475
        coderange = 1048576
        coderange = <optimized out>
        new_str = <optimized out>
        len = <optimized out>
        capa = <optimized out>
        term_len = <optimized out>
        term_fill_ptr = <optimized out>
        term_fill_len = <optimized out>
#23 fstring_find_or_insert (arg=<synthetic pointer>, value=<optimized out>, hash_code=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/string.c:771
        prev_count = <optimized out>
        found = <optimized out>
        entry = 0x7efd72afca10
        candidate = <optimized out>
        inserting = <optimized out>
        idx = 7584
        probe = {idx = 7584, d = 1, mask = <optimized out>}
        table_obj = 139627016028000
        table = 0x7efd72b0ff78
        retry = <optimized out>
        probe = <optimized out>
        inserting = <optimized out>
        idx = <optimized out>
        table_obj = <optimized out>
        table = <optimized out>
        retry = <optimized out>
        entry = <optimized out>
        candidate = <optimized out>
        prev_count = <optimized out>
        found = <optimized out>
        rb_gc_guarded_ptr = <optimized out>
        vm_locking_level = <optimized out>
        vm_locking_do = <optimized out>
        candidate_hash = <optimized out>
        rb_gc_guarded_ptr = <optimized out>
#24 register_fstring (str=<optimized out>, copy=<optimized out>, force_precompute_hash=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/string.c:884
        args = <optimized out>
        hash_code = <optimized out>
        result = <optimized out>
#25 0x0000558f0a67dbed in vm_call_cfunc_with_frame_ (ec=0x558f13933c70, reg_cfp=0x7efd37ad0e78, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3772
        ci = 0x8500100001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7efd596ca748
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#26 0x0000558f0a6930d0 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_callinfo.h:415
        val = 94072996371280
        ci = 0x558f137f7b70
        cc = <optimized out>
        recv = 2
        argc = <optimized out>
        calling = {cd = 0x558f13881b50, cc = 0x7efd378bfde0, block_handler = 0, recv = 139626023682080, argc = 0, kw_splat = false, heap_argv = 0, proc_ns = 0x0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#27 vm_exec_core (ec=0x558f137f7b70, ec@entry=0x558f13933c70) at ../../src/trunk-gc-asserts/insns.def:899
        bh = <optimized out>
        cd = 0x558f13881b50
        leaf = <optimized out>
        val = 94072996371280
        reg_pc = 0x558f1393a280
        reg_cfp = 0x7efd37ad0e78
        insns_address_table = {0x558f0a6962a0 <vm_exec_core+13072>, 0x558f0a6952da <vm_exec_core+9034>, 0x558f0a69526d <vm_exec_core+8925>, 0x558f0a6951f5 <vm_exec_core+8805>, 0x558f0a695183 <vm_exec_core+8691>, 0x558f0a69510a <vm_exec_core+8570>, 0x558f0a695064 <vm_exec_core+8404>, 0x558f0a6956f1 <vm_exec_core+10081>, 0x558f0a6955d6 <vm_exec_core+9798>, 0x558f0a69562d <vm_exec_core+9885>, 0x558f0a69533e <vm_exec_core+9134>, 0x558f0a69546b <vm_exec_core+9435>, 0x558f0a694bd2 <vm_exec_core+7234>, 0x558f0a694b6a <vm_exec_core+7130>, 0x558f0a694afd <vm_exec_core+7021>, 0x558f0a694ddc <vm_exec_core+7756>, 0x558f0a694da4 <vm_exec_core+7700>, 0x558f0a694d6f <vm_exec_core+7647>, 0x558f0a694d3a <vm_exec_core+7594>, 0x558f0a694d05 <vm_exec_core+7541>, 0x558f0a694ca2 <vm_exec_core+7442>, 0x558f0a694c5e <vm_exec_core+7374>, 0x558f0a694c17 <vm_exec_core+7303>, 0x558f0a694f18 <vm_exec_core+8072>, 0x558f0a694ed2 <vm_exec_core+8002>, 0x558f0a694e53 <vm_exec_core+7875>, 0x558f0a694e19 <vm_exec_core+7817>, 0x558f0a694fca <vm_exec_core+8250>, 0x558f0a694f70 <vm_exec_core+8160>, 0x558f0a695027 <vm_exec_core+8343>, 0x558f0a694ac0 <vm_exec_core+6960>, 0x558f0a6948bd <vm_exec_core+6445>, 0x558f0a694837 <vm_exec_core+6311>, 0x558f0a6947cf <vm_exec_core+6207>, 0x558f0a694777 <vm_exec_core+6119>, 0x558f0a694715 <vm_exec_core+6021>, 0x558f0a6946c8 <vm_exec_core+5944>, 0x558f0a694654 <vm_exec_core+5828>, 0x558f0a69460a <vm_exec_core+5754>, 0x558f0a6945e3 <vm_exec_core+5715>, 0x558f0a6945a8 <vm_exec_core+5656>, 0x558f0a694557 <vm_exec_core+5575>, 0x558f0a694523 <vm_exec_core+5523>, 0x558f0a694476 <vm_exec_core+5350>, 0x558f0a694433 <vm_exec_core+5283>, 0x558f0a6943ef <vm_exec_core+5215>, 0x558f0a6943bd <vm_exec_core+5165>, 0x558f0a69434e <vm_exec_core+5054>, 0x558f0a6942ed <vm_exec_core+4957>, 0x558f0a69429e <vm_exec_core+4878>, 0x558f0a69422f <vm_exec_core+4767>, 0x558f0a6941d1 <vm_exec_core+4673>, 0x558f0a6940b9 <vm_exec_core+4393>, 0x558f0a69407d <vm_exec_core+4333>, 0x558f0a694036 <vm_exec_core+4262>, 0x558f0a693fcc <vm_exec_core+4156>, 0x558f0a693f2e <vm_exec_core+3998>, 0x558f0a693000 <vm_exec_core+112>, 0x558f0a693e79 <vm_exec_core+3817>, 0x558f0a693df1 <vm_exec_core+3681>, 0x558f0a693da2 <vm_exec_core+3602>, 0x558f0a693d53 <vm_exec_core+3523>, 0x558f0a693d04 <vm_exec_core+3444>, 0x558f0a696147 <vm_exec_core+12727>, 0x558f0a693cb5 <vm_exec_core+3365>, 0x558f0a693c46 <vm_exec_core+3254>, 0x558f0a693c01 <vm_exec_core+3185>, 0x558f0a693b8e <vm_exec_core+3070>, 0x558f0a693a46 <vm_exec_core+2742>, 0x558f0a69397a <vm_exec_core+2538>, 0x558f0a6938fe <vm_exec_core+2414>, 0x558f0a69575b <vm_exec_core+10187>, 0x558f0a6938ca <vm_exec_core+2362>, 0x558f0a69388b <vm_exec_core+2299>, 0x558f0a69384c <vm_exec_core+2236>, 0x558f0a693810 <vm_exec_core+2176>, 0x558f0a693752 <vm_exec_core+1986>, 0x558f0a6936cf <vm_exec_core+1855>, 0x558f0a6962b1 <vm_exec_core+13089>, 0x558f0a6963be <vm_exec_core+13358>, 0x558f0a6965ff <vm_exec_core+13935>, 0x558f0a696019 <vm_exec_core+12425>, 0x558f0a696698 <vm_exec_core+14088>, 0x558f0a696965 <vm_exec_core+14805>, 0x558f0a696884 <vm_exec_core+14580>, 0x558f0a696907 <vm_exec_core+14711>, 0x558f0a69676a <vm_exec_core+14298>, 0x558f0a6967c8 <vm_exec_core+14392>, 0x558f0a696826 <vm_exec_core+14486>, 0x558f0a696bf5 <vm_exec_core+15461>, 0x558f0a696a49 <vm_exec_core+15033>, 0x558f0a696a95 <vm_exec_core+15109>, 0x558f0a696ae8 <vm_exec_core+15192>, 0x558f0a696b6b <vm_exec_core+15323>, 0x558f0a693602 <vm_exec_core+1650>, 0x558f0a69355a <vm_exec_core+1482>, 0x558f0a696318 <vm_exec_core+13192>, 0x558f0a696376 <vm_exec_core+13286>, 0x558f0a6961a7 <vm_exec_core+12823>, 0x558f0a69623a <vm_exec_core+12970>, 0x558f0a696731 <vm_exec_core+14241>, 0x558f0a6969be <vm_exec_core+14894>, 0x558f0a6934e9 <vm_exec_core+1369>, 0x558f0a693469 <vm_exec_core+1241>, 0x558f0a6933c0 <vm_exec_core+1072>, 0x558f0a693379 <vm_exec_core+1001>, 0x558f0a69332e <vm_exec_core+926>, 0x558f0a6932e5 <vm_exec_core+853>, 0x558f0a693294 <vm_exec_core+772>, 0x558f0a69325f <vm_exec_core+719>, 0x558f0a69322a <vm_exec_core+666>, 0x558f0a696422 <vm_exec_core+13458>, 0x558f0a6952c9 <vm_exec_core+9017>, 0x558f0a69525c <vm_exec_core+8908>, 0x558f0a6951e4 <vm_exec_core+8788>, 0x558f0a695172 <vm_exec_core+8674>, 0x558f0a6950f9 <vm_exec_core+8553>, 0x558f0a695053 <vm_exec_core+8387>, 0x558f0a6956e0 <vm_exec_core+10064>, 0x558f0a6955c5 <vm_exec_core+9781>, 0x558f0a69561c <vm_exec_core+9868>, 0x558f0a69532d <vm_exec_core+9117>, 0x558f0a69545a <vm_exec_core+9418>, 0x558f0a694bc1 <vm_exec_core+7217>, 0x558f0a694b59 <vm_exec_core+7113>, 0x558f0a694aec <vm_exec_core+7004>, 0x558f0a694dcb <vm_exec_core+7739>, 0x558f0a694d93 <vm_exec_core+7683>, 0x558f0a694d5e <vm_exec_core+7630>, 0x558f0a694d29 <vm_exec_core+7577>, 0x558f0a694cf4 <vm_exec_core+7524>, 0x558f0a694c91 <vm_exec_core+7425>, 0x558f0a694c4d <vm_exec_core+7357>, 0x558f0a694c06 <vm_exec_core+7286>, 0x558f0a694f07 <vm_exec_core+8055>, 0x558f0a694ec1 <vm_exec_core+7985>, 0x558f0a694e42 <vm_exec_core+7858>, 0x558f0a694e08 <vm_exec_core+7800>, 0x558f0a694fb9 <vm_exec_core+8233>, 0x558f0a694f5f <vm_exec_core+8143>, 0x558f0a695016 <vm_exec_core+8326>, 0x558f0a694aaf <vm_exec_core+6943>, 0x558f0a6948ac <vm_exec_core+6428>, 0x558f0a694826 <vm_exec_core+6294>, 0x558f0a6947be <vm_exec_core+6190>, 0x558f0a694766 <vm_exec_core+6102>, 0x558f0a694704 <vm_exec_core+6004>, 0x558f0a6946b7 <vm_exec_core+5927>, 0x558f0a694643 <vm_exec_core+5811>, 0x558f0a6945f9 <vm_exec_core+5737>, 0x558f0a6945d2 <vm_exec_core+5698>, 0x558f0a694597 <vm_exec_core+5639>, 0x558f0a694546 <vm_exec_core+5558>, 0x558f0a694512 <vm_exec_core+5506>, 0x558f0a694465 <vm_exec_core+5333>, 0x558f0a694422 <vm_exec_core+5266>, 0x558f0a6943de <vm_exec_core+5198>, 0x558f0a6943ac <vm_exec_core+5148>, 0x558f0a69433d <vm_exec_core+5037>, 0x558f0a6942dc <vm_exec_core+4940>, 0x558f0a69428d <vm_exec_core+4861>, 0x558f0a69421e <vm_exec_core+4750>, 0x558f0a6941c0 <vm_exec_core+4656>, 0x558f0a6940a8 <vm_exec_core+4376>, 0x558f0a69406c <vm_exec_core+4316>, 0x558f0a694025 <vm_exec_core+4245>, 0x558f0a693fbb <vm_exec_core+4139>, 0x558f0a693f1d <vm_exec_core+3981>, 0x558f0a696565 <vm_exec_core+13781>, 0x558f0a693e68 <vm_exec_core+3800>, 0x558f0a693de0 <vm_exec_core+3664>, 0x558f0a693d91 <vm_exec_core+3585>, 0x558f0a693d42 <vm_exec_core+3506>, 0x558f0a693cf3 <vm_exec_core+3427>, 0x558f0a696539 <vm_exec_core+13737>, 0x558f0a693ca4 <vm_exec_core+3348>, 0x558f0a693c35 <vm_exec_core+3237>, 0x558f0a693bf0 <vm_exec_core+3168>, 0x558f0a693b7d <vm_exec_core+3053>, 0x558f0a693a35 <vm_exec_core+2725>, 0x558f0a693969 <vm_exec_core+2521>, 0x558f0a6938ed <vm_exec_core+2397>, 0x558f0a69574a <vm_exec_core+10170>, 0x558f0a6938b9 <vm_exec_core+2345>, 0x558f0a69387a <vm_exec_core+2282>, 0x558f0a69383b <vm_exec_core+2219>, 0x558f0a6937ff <vm_exec_core+2159>, 0x558f0a693741 <vm_exec_core+1969>, 0x558f0a6936be <vm_exec_core+1838>, 0x558f0a69654f <vm_exec_core+13759>, 0x558f0a696191 <vm_exec_core+12801>, 0x558f0a696360 <vm_exec_core+13264>, 0x558f0a696440 <vm_exec_core+13488>, 0x558f0a696456 <vm_exec_core+13510>, 0x558f0a69646c <vm_exec_core+13532>, 0x558f0a696482 <vm_exec_core+13554>, 0x558f0a69649f <vm_exec_core+13583>, 0x558f0a6964b5 <vm_exec_core+13605>, 0x558f0a6964cb <vm_exec_core+13627>, 0x558f0a6964e1 <vm_exec_core+13649>...}
#28 0x0000558f0a69974e in rb_vm_exec (ec=0x558f13933c70) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2625
        _ec = 0x558f13933c70
        _tag = {tag = 36, retval = 4, buf = {0x7efd379d1090, 0x558f0a699670 <rb_vm_exec+304>, 0x0, 0x7efd37bd0db0, 0x0}, prev = 0x7efd37bd1120, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#29 0x0000558f0a69dc53 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7efd379d1090, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1700
No locals.
#30 vm_yield (kw_splat=0, argv=0x7efd379d1090, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1714
No locals.
#31 rb_yield_0 (argv=0x7efd379d1090, argc=1) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1362
No locals.
#32 rb_yield_values2 (argc=1, argv=0x7efd379d1090) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1408
No locals.
#33 0x0000558f0a469ce2 in collect_i (i=<optimized out>, ary=139626023747200, argc=<optimized out>, argv=<optimized out>, blockarg=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/enum.c:628
No locals.
#34 0x0000558f0a68c628 in vm_yield_with_cfunc (ec=0x558f13933c70, captured=<optimized out>, self=139626023681800, argc=1, argv=0x7efd379d1090, kw_splat=0, block_handler=0, me=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5136
        is_lambda = 0
        val = <optimized out>
        arg = 1943
        blockarg = <optimized out>
        frame_flag = <optimized out>
        ifunc = 0x7efd378bfe58
#35 0x0000558f0a68c70e in vm_invoke_ifunc_block (ec=0x558f13933c70, reg_cfp=0x7efd37ad0ee8, calling=<optimized out>, ci=<optimized out>, is_lambda=<optimized out>, block_handler=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5329
        val = <optimized out>
        argc = <optimized out>
        captured = 0x7efd37ad0f70
#36 0x0000558f0a693a16 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5977
        val = 4
        ci = 0xfffffffffffffe00
        cc = <optimized out>
        recv = <optimized out>
        argc = <optimized out>
        calling = {cd = 0x558f138c75c0, cc = 0x0, block_handler = 0, recv = 286326819, argc = 1, kw_splat = false, heap_argv = 0, proc_ns = 0x0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#37 vm_exec_core (ec=0x558f137f7b70, ec@entry=0x558f13933c70) at ../../src/trunk-gc-asserts/insns.def:1137
        bh = <optimized out>
        cd = 0x558f137f7b70
        leaf = <optimized out>
        val = 4
        reg_pc = 0x558f13904900
        reg_cfp = 0x7efd37ad0ee8
        insns_address_table = {0x558f0a6962a0 <vm_exec_core+13072>, 0x558f0a6952da <vm_exec_core+9034>, 0x558f0a69526d <vm_exec_core+8925>, 0x558f0a6951f5 <vm_exec_core+8805>, 0x558f0a695183 <vm_exec_core+8691>, 0x558f0a69510a <vm_exec_core+8570>, 0x558f0a695064 <vm_exec_core+8404>, 0x558f0a6956f1 <vm_exec_core+10081>, 0x558f0a6955d6 <vm_exec_core+9798>, 0x558f0a69562d <vm_exec_core+9885>, 0x558f0a69533e <vm_exec_core+9134>, 0x558f0a69546b <vm_exec_core+9435>, 0x558f0a694bd2 <vm_exec_core+7234>, 0x558f0a694b6a <vm_exec_core+7130>, 0x558f0a694afd <vm_exec_core+7021>, 0x558f0a694ddc <vm_exec_core+7756>, 0x558f0a694da4 <vm_exec_core+7700>, 0x558f0a694d6f <vm_exec_core+7647>, 0x558f0a694d3a <vm_exec_core+7594>, 0x558f0a694d05 <vm_exec_core+7541>, 0x558f0a694ca2 <vm_exec_core+7442>, 0x558f0a694c5e <vm_exec_core+7374>, 0x558f0a694c17 <vm_exec_core+7303>, 0x558f0a694f18 <vm_exec_core+8072>, 0x558f0a694ed2 <vm_exec_core+8002>, 0x558f0a694e53 <vm_exec_core+7875>, 0x558f0a694e19 <vm_exec_core+7817>, 0x558f0a694fca <vm_exec_core+8250>, 0x558f0a694f70 <vm_exec_core+8160>, 0x558f0a695027 <vm_exec_core+8343>, 0x558f0a694ac0 <vm_exec_core+6960>, 0x558f0a6948bd <vm_exec_core+6445>, 0x558f0a694837 <vm_exec_core+6311>, 0x558f0a6947cf <vm_exec_core+6207>, 0x558f0a694777 <vm_exec_core+6119>, 0x558f0a694715 <vm_exec_core+6021>, 0x558f0a6946c8 <vm_exec_core+5944>, 0x558f0a694654 <vm_exec_core+5828>, 0x558f0a69460a <vm_exec_core+5754>, 0x558f0a6945e3 <vm_exec_core+5715>, 0x558f0a6945a8 <vm_exec_core+5656>, 0x558f0a694557 <vm_exec_core+5575>, 0x558f0a694523 <vm_exec_core+5523>, 0x558f0a694476 <vm_exec_core+5350>, 0x558f0a694433 <vm_exec_core+5283>, 0x558f0a6943ef <vm_exec_core+5215>, 0x558f0a6943bd <vm_exec_core+5165>, 0x558f0a69434e <vm_exec_core+5054>, 0x558f0a6942ed <vm_exec_core+4957>, 0x558f0a69429e <vm_exec_core+4878>, 0x558f0a69422f <vm_exec_core+4767>, 0x558f0a6941d1 <vm_exec_core+4673>, 0x558f0a6940b9 <vm_exec_core+4393>, 0x558f0a69407d <vm_exec_core+4333>, 0x558f0a694036 <vm_exec_core+4262>, 0x558f0a693fcc <vm_exec_core+4156>, 0x558f0a693f2e <vm_exec_core+3998>, 0x558f0a693000 <vm_exec_core+112>, 0x558f0a693e79 <vm_exec_core+3817>, 0x558f0a693df1 <vm_exec_core+3681>, 0x558f0a693da2 <vm_exec_core+3602>, 0x558f0a693d53 <vm_exec_core+3523>, 0x558f0a693d04 <vm_exec_core+3444>, 0x558f0a696147 <vm_exec_core+12727>, 0x558f0a693cb5 <vm_exec_core+3365>, 0x558f0a693c46 <vm_exec_core+3254>, 0x558f0a693c01 <vm_exec_core+3185>, 0x558f0a693b8e <vm_exec_core+3070>, 0x558f0a693a46 <vm_exec_core+2742>, 0x558f0a69397a <vm_exec_core+2538>, 0x558f0a6938fe <vm_exec_core+2414>, 0x558f0a69575b <vm_exec_core+10187>, 0x558f0a6938ca <vm_exec_core+2362>, 0x558f0a69388b <vm_exec_core+2299>, 0x558f0a69384c <vm_exec_core+2236>, 0x558f0a693810 <vm_exec_core+2176>, 0x558f0a693752 <vm_exec_core+1986>, 0x558f0a6936cf <vm_exec_core+1855>, 0x558f0a6962b1 <vm_exec_core+13089>, 0x558f0a6963be <vm_exec_core+13358>, 0x558f0a6965ff <vm_exec_core+13935>, 0x558f0a696019 <vm_exec_core+12425>, 0x558f0a696698 <vm_exec_core+14088>, 0x558f0a696965 <vm_exec_core+14805>, 0x558f0a696884 <vm_exec_core+14580>, 0x558f0a696907 <vm_exec_core+14711>, 0x558f0a69676a <vm_exec_core+14298>, 0x558f0a6967c8 <vm_exec_core+14392>, 0x558f0a696826 <vm_exec_core+14486>, 0x558f0a696bf5 <vm_exec_core+15461>, 0x558f0a696a49 <vm_exec_core+15033>, 0x558f0a696a95 <vm_exec_core+15109>, 0x558f0a696ae8 <vm_exec_core+15192>, 0x558f0a696b6b <vm_exec_core+15323>, 0x558f0a693602 <vm_exec_core+1650>, 0x558f0a69355a <vm_exec_core+1482>, 0x558f0a696318 <vm_exec_core+13192>, 0x558f0a696376 <vm_exec_core+13286>, 0x558f0a6961a7 <vm_exec_core+12823>, 0x558f0a69623a <vm_exec_core+12970>, 0x558f0a696731 <vm_exec_core+14241>, 0x558f0a6969be <vm_exec_core+14894>, 0x558f0a6934e9 <vm_exec_core+1369>, 0x558f0a693469 <vm_exec_core+1241>, 0x558f0a6933c0 <vm_exec_core+1072>, 0x558f0a693379 <vm_exec_core+1001>, 0x558f0a69332e <vm_exec_core+926>, 0x558f0a6932e5 <vm_exec_core+853>, 0x558f0a693294 <vm_exec_core+772>, 0x558f0a69325f <vm_exec_core+719>, 0x558f0a69322a <vm_exec_core+666>, 0x558f0a696422 <vm_exec_core+13458>, 0x558f0a6952c9 <vm_exec_core+9017>, 0x558f0a69525c <vm_exec_core+8908>, 0x558f0a6951e4 <vm_exec_core+8788>, 0x558f0a695172 <vm_exec_core+8674>, 0x558f0a6950f9 <vm_exec_core+8553>, 0x558f0a695053 <vm_exec_core+8387>, 0x558f0a6956e0 <vm_exec_core+10064>, 0x558f0a6955c5 <vm_exec_core+9781>, 0x558f0a69561c <vm_exec_core+9868>, 0x558f0a69532d <vm_exec_core+9117>, 0x558f0a69545a <vm_exec_core+9418>, 0x558f0a694bc1 <vm_exec_core+7217>, 0x558f0a694b59 <vm_exec_core+7113>, 0x558f0a694aec <vm_exec_core+7004>, 0x558f0a694dcb <vm_exec_core+7739>, 0x558f0a694d93 <vm_exec_core+7683>, 0x558f0a694d5e <vm_exec_core+7630>, 0x558f0a694d29 <vm_exec_core+7577>, 0x558f0a694cf4 <vm_exec_core+7524>, 0x558f0a694c91 <vm_exec_core+7425>, 0x558f0a694c4d <vm_exec_core+7357>, 0x558f0a694c06 <vm_exec_core+7286>, 0x558f0a694f07 <vm_exec_core+8055>, 0x558f0a694ec1 <vm_exec_core+7985>, 0x558f0a694e42 <vm_exec_core+7858>, 0x558f0a694e08 <vm_exec_core+7800>, 0x558f0a694fb9 <vm_exec_core+8233>, 0x558f0a694f5f <vm_exec_core+8143>, 0x558f0a695016 <vm_exec_core+8326>, 0x558f0a694aaf <vm_exec_core+6943>, 0x558f0a6948ac <vm_exec_core+6428>, 0x558f0a694826 <vm_exec_core+6294>, 0x558f0a6947be <vm_exec_core+6190>, 0x558f0a694766 <vm_exec_core+6102>, 0x558f0a694704 <vm_exec_core+6004>, 0x558f0a6946b7 <vm_exec_core+5927>, 0x558f0a694643 <vm_exec_core+5811>, 0x558f0a6945f9 <vm_exec_core+5737>, 0x558f0a6945d2 <vm_exec_core+5698>, 0x558f0a694597 <vm_exec_core+5639>, 0x558f0a694546 <vm_exec_core+5558>, 0x558f0a694512 <vm_exec_core+5506>, 0x558f0a694465 <vm_exec_core+5333>, 0x558f0a694422 <vm_exec_core+5266>, 0x558f0a6943de <vm_exec_core+5198>, 0x558f0a6943ac <vm_exec_core+5148>, 0x558f0a69433d <vm_exec_core+5037>, 0x558f0a6942dc <vm_exec_core+4940>, 0x558f0a69428d <vm_exec_core+4861>, 0x558f0a69421e <vm_exec_core+4750>, 0x558f0a6941c0 <vm_exec_core+4656>, 0x558f0a6940a8 <vm_exec_core+4376>, 0x558f0a69406c <vm_exec_core+4316>, 0x558f0a694025 <vm_exec_core+4245>, 0x558f0a693fbb <vm_exec_core+4139>, 0x558f0a693f1d <vm_exec_core+3981>, 0x558f0a696565 <vm_exec_core+13781>, 0x558f0a693e68 <vm_exec_core+3800>, 0x558f0a693de0 <vm_exec_core+3664>, 0x558f0a693d91 <vm_exec_core+3585>, 0x558f0a693d42 <vm_exec_core+3506>, 0x558f0a693cf3 <vm_exec_core+3427>, 0x558f0a696539 <vm_exec_core+13737>, 0x558f0a693ca4 <vm_exec_core+3348>, 0x558f0a693c35 <vm_exec_core+3237>, 0x558f0a693bf0 <vm_exec_core+3168>, 0x558f0a693b7d <vm_exec_core+3053>, 0x558f0a693a35 <vm_exec_core+2725>, 0x558f0a693969 <vm_exec_core+2521>, 0x558f0a6938ed <vm_exec_core+2397>, 0x558f0a69574a <vm_exec_core+10170>, 0x558f0a6938b9 <vm_exec_core+2345>, 0x558f0a69387a <vm_exec_core+2282>, 0x558f0a69383b <vm_exec_core+2219>, 0x558f0a6937ff <vm_exec_core+2159>, 0x558f0a693741 <vm_exec_core+1969>, 0x558f0a6936be <vm_exec_core+1838>, 0x558f0a69654f <vm_exec_core+13759>, 0x558f0a696191 <vm_exec_core+12801>, 0x558f0a696360 <vm_exec_core+13264>, 0x558f0a696440 <vm_exec_core+13488>, 0x558f0a696456 <vm_exec_core+13510>, 0x558f0a69646c <vm_exec_core+13532>, 0x558f0a696482 <vm_exec_core+13554>, 0x558f0a69649f <vm_exec_core+13583>, 0x558f0a6964b5 <vm_exec_core+13605>, 0x558f0a6964cb <vm_exec_core+13627>, 0x558f0a6964e1 <vm_exec_core+13649>...}
#38 0x0000558f0a69974e in rb_vm_exec (ec=0x558f13933c70) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2625
        _ec = 0x558f13933c70
        _tag = {tag = 36, retval = 4, buf = {0x0, 0x558f0a699670 <rb_vm_exec+304>, 0x0, 0x7efd37bd1100, 0x0}, prev = 0x7efd37bd1410, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#39 0x0000558f0a69f7e4 in vm_call0_cc (ec=0x558f13933c70, recv=<optimized out>, id=28529, argc=<optimized out>, argv=<optimized out>, cc=<optimized out>, kw_splat=0) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:101
        flags = <optimized out>
        use_argv = <optimized out>
        av = {94072997100656, 94072841351936}
        calling = {cd = 0x7efd37bd11d0, cc = 0x7efd579eeb60, block_handler = 139626025914227, recv = 200001, argc = 0, kw_splat = false, heap_argv = 0, proc_ns = 0x0}
#40 0x0000558f0a6a0f02 in rb_call0 (ec=0x558f13933c70, recv=recv@entry=200001, mid=mid@entry=28529, argc=argc@entry=0, argv=argv@entry=0x0, call_scope=call_scope@entry=CALL_FCALL, self=139626023681800) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:572
        call_status = <optimized out>
        scope = <optimized out>
        kw_splat = <optimized out>
        ci = {flags = 110618, kwarg = 0x0, mid = 28529, flag = 4, argc = 0}
        cc = <optimized out>
#41 0x0000558f0a6a18e7 in rb_call (scope=CALL_FCALL, argv=0x0, argc=0, mid=28529, recv=200001) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:891
        ec = <optimized out>
        ec = <optimized out>
#42 iterate_method (obj=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1546
        arg = <optimized out>
#43 0x0000558f0a6887f8 in rb_iterate0 (it_proc=it_proc@entry=0x558f0a6a1880 <iterate_method>, data1=data1@entry=139626026964144, ifunc=<optimized out>, ec=ec@entry=0x558f13933c70) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1488
        _ec = 0x558f13933c70
        _tag = {tag = 36, retval = 0, buf = {0x7efd378aff08, 0x558f0a688880 <rb_iterate0+352>, 0x0, 0x7efd37bd13d0, 0x0}, prev = 0x7efd37bd1890, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        retval = 4
        cfp = 0x7efd37ad0f20
#44 0x0000558f0a688a9d in rb_iterate_internal (data2=139626023681800, bl_proc=0x0, data1=139626026964144, it_proc=0x558f0a6a1880 <iterate_method>) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1520
No locals.
#45 rb_block_call_kw (obj=<optimized out>, mid=<optimized out>, argc=<optimized out>, argv=<optimized out>, bl_proc=bl_proc@entry=0x0, data2=data2@entry=139626023681800, kw_splat=0) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1569
        arg = {obj = 200001, mid = 28529, argc = 0, argv = 0x0, kw_splat = 0}
#46 0x0000558f0a477abd in enumerator_block_call (obj=<optimized out>, func=0x0, arg=139626023681800) at /tmp/ruby/src/trunk-gc-asserts/enumerator.c:568
        argc = <optimized out>
        argv = <optimized out>
        e = <optimized out>
        meth = <optimized out>
        args = 0
        ret = <optimized out>
#47 0x0000558f0a69ea77 in vm_call0_cfunc_with_frame (argv=0x0, calling=0x7efd37bd1590, ec=0x558f13933c70) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:164
        reg_cfp = 0x7efd37ad0f58
        ci = <optimized out>
        me = 0x7efd5966ea10
        mid = 3073
        block_handler = <optimized out>
        recv = <optimized out>
        argc = <optimized out>
        val = <optimized out>
        cfunc = 0x558f138936a8
        len = <optimized out>
        frame_flags = <optimized out>
        ci = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        len = <optimized out>
        recv = <optimized out>
        argc = <optimized out>
        mid = <optimized out>
        block_handler = <optimized out>
        frame_flags = <optimized out>
        unaligned_member_ptr_result = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        reg_cfp = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#48 vm_call0_cfunc (argv=0x0, calling=0x7efd37bd1590, ec=0x558f13933c70) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:178
No locals.
#49 vm_call0_body (ec=ec@entry=0x558f13933c70, calling=calling@entry=0x7efd37bd1690, argv=0x0) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:229
        ci = <optimized out>
        cc = <optimized out>
        ret = <optimized out>
#50 0x0000558f0a69f7e4 in vm_call0_cc (ec=0x558f13933c70, recv=<optimized out>, id=3073, argc=<optimized out>, argv=<optimized out>, cc=<optimized out>, kw_splat=0) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:101
        flags = <optimized out>
        use_argv = <optimized out>
        av = {94072997100656, 94072841351936}
        calling = {cd = 0x7efd37bd1650, cc = 0x7efd579eeb88, block_handler = 139626025914227, recv = 139626023681800, argc = 0, kw_splat = false, heap_argv = 0, proc_ns = 0x0}
#51 0x0000558f0a6a0f02 in rb_call0 (ec=0x558f13933c70, recv=recv@entry=139626023681800, mid=mid@entry=3073, argc=argc@entry=0, argv=argv@entry=0x0, call_scope=call_scope@entry=CALL_FCALL, self=139626023681800) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:572
        call_status = <optimized out>
        scope = <optimized out>
        kw_splat = <optimized out>
        ci = {flags = 110618, kwarg = 0x0, mid = 3073, flag = 4, argc = 0}
        cc = <optimized out>
#52 0x0000558f0a6a18e7 in rb_call (scope=CALL_FCALL, argv=0x0, argc=0, mid=3073, recv=139626023681800) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:891
        ec = <optimized out>
        ec = <optimized out>
#53 iterate_method (obj=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1546
        arg = <optimized out>
#54 0x0000558f0a6887f8 in rb_iterate0 (it_proc=it_proc@entry=0x558f0a6a1880 <iterate_method>, data1=data1@entry=139626026965296, ifunc=ifunc@entry=0x7efd378bfe58, ec=0x558f13933c70) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1488
        _ec = 0x558f13933c70
        _tag = {tag = 36, retval = 14198742188555324672, buf = {0x7efd378aff08, 0x558f0a688880 <rb_iterate0+352>, 0x0, 0x7efd37bd1850, 0x558f0a469cd0 <collect_i>}, prev = 0x7efd37bd1cc0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        retval = 4
        cfp = 0x7efd37ad0f58
#55 0x0000558f0a688c17 in rb_lambda_call (obj=obj@entry=139626023681800, mid=mid@entry=3073, argc=argc@entry=0, argv=argv@entry=0x0, bl_proc=bl_proc@entry=0x558f0a469cd0 <collect_i>, min_argc=<optimized out>, max_argc=1, data2=139626023747200) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1618
        arg = {obj = 139626023681800, mid = 3073, argc = 0, argv = 0x0, kw_splat = 0}
        block = 0x7efd378bfe58
#56 0x0000558f0a46b899 in enum_collect (obj=139626023681800) at /tmp/ruby/src/trunk-gc-asserts/enum.c:667
        ary = 139626023747200
        min_argc = <optimized out>
        max_argc = 1
#57 0x0000558f0a67dbed in vm_call_cfunc_with_frame_ (ec=0x558f13933c70, reg_cfp=0x7efd37ad0f90, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3772
        ci = 0x168100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7efd579eec28
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#58 0x0000558f0a6860df in vm_sendish (ec=0x558f13933c70, reg_cfp=0x7efd37ad0f90, cd=0x558f13881700, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-gc-asserts/vm_callinfo.h:415
        val = 36
        ci = <optimized out>
        cc = 0x7efd579eec00
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x558f13881700, cc = 0x7efd579eec00, block_handler = 139626025914281, recv = 139626023681800, argc = 0, kw_splat = false, heap_argv = 0, proc_ns = 0x0}
#59 0x0000558f0a694006 in vm_exec_core (ec=0x558f137f7b70, ec@entry=0x558f13933c70) at ../../src/trunk-gc-asserts/insns.def:851
        bh = 139627018133344
        cd = 0x558f13881700
        blockiseq = 0x2
        leaf = <optimized out>
        val = 94072996370176
        reg_pc = 0x558f138803d8
        reg_cfp = 0x7efd37ad0f90
        insns_address_table = {0x558f0a6962a0 <vm_exec_core+13072>, 0x558f0a6952da <vm_exec_core+9034>, 0x558f0a69526d <vm_exec_core+8925>, 0x558f0a6951f5 <vm_exec_core+8805>, 0x558f0a695183 <vm_exec_core+8691>, 0x558f0a69510a <vm_exec_core+8570>, 0x558f0a695064 <vm_exec_core+8404>, 0x558f0a6956f1 <vm_exec_core+10081>, 0x558f0a6955d6 <vm_exec_core+9798>, 0x558f0a69562d <vm_exec_core+9885>, 0x558f0a69533e <vm_exec_core+9134>, 0x558f0a69546b <vm_exec_core+9435>, 0x558f0a694bd2 <vm_exec_core+7234>, 0x558f0a694b6a <vm_exec_core+7130>, 0x558f0a694afd <vm_exec_core+7021>, 0x558f0a694ddc <vm_exec_core+7756>, 0x558f0a694da4 <vm_exec_core+7700>, 0x558f0a694d6f <vm_exec_core+7647>, 0x558f0a694d3a <vm_exec_core+7594>, 0x558f0a694d05 <vm_exec_core+7541>, 0x558f0a694ca2 <vm_exec_core+7442>, 0x558f0a694c5e <vm_exec_core+7374>, 0x558f0a694c17 <vm_exec_core+7303>, 0x558f0a694f18 <vm_exec_core+8072>, 0x558f0a694ed2 <vm_exec_core+8002>, 0x558f0a694e53 <vm_exec_core+7875>, 0x558f0a694e19 <vm_exec_core+7817>, 0x558f0a694fca <vm_exec_core+8250>, 0x558f0a694f70 <vm_exec_core+8160>, 0x558f0a695027 <vm_exec_core+8343>, 0x558f0a694ac0 <vm_exec_core+6960>, 0x558f0a6948bd <vm_exec_core+6445>, 0x558f0a694837 <vm_exec_core+6311>, 0x558f0a6947cf <vm_exec_core+6207>, 0x558f0a694777 <vm_exec_core+6119>, 0x558f0a694715 <vm_exec_core+6021>, 0x558f0a6946c8 <vm_exec_core+5944>, 0x558f0a694654 <vm_exec_core+5828>, 0x558f0a69460a <vm_exec_core+5754>, 0x558f0a6945e3 <vm_exec_core+5715>, 0x558f0a6945a8 <vm_exec_core+5656>, 0x558f0a694557 <vm_exec_core+5575>, 0x558f0a694523 <vm_exec_core+5523>, 0x558f0a694476 <vm_exec_core+5350>, 0x558f0a694433 <vm_exec_core+5283>, 0x558f0a6943ef <vm_exec_core+5215>, 0x558f0a6943bd <vm_exec_core+5165>, 0x558f0a69434e <vm_exec_core+5054>, 0x558f0a6942ed <vm_exec_core+4957>, 0x558f0a69429e <vm_exec_core+4878>, 0x558f0a69422f <vm_exec_core+4767>, 0x558f0a6941d1 <vm_exec_core+4673>, 0x558f0a6940b9 <vm_exec_core+4393>, 0x558f0a69407d <vm_exec_core+4333>, 0x558f0a694036 <vm_exec_core+4262>, 0x558f0a693fcc <vm_exec_core+4156>, 0x558f0a693f2e <vm_exec_core+3998>, 0x558f0a693000 <vm_exec_core+112>, 0x558f0a693e79 <vm_exec_core+3817>, 0x558f0a693df1 <vm_exec_core+3681>, 0x558f0a693da2 <vm_exec_core+3602>, 0x558f0a693d53 <vm_exec_core+3523>, 0x558f0a693d04 <vm_exec_core+3444>, 0x558f0a696147 <vm_exec_core+12727>, 0x558f0a693cb5 <vm_exec_core+3365>, 0x558f0a693c46 <vm_exec_core+3254>, 0x558f0a693c01 <vm_exec_core+3185>, 0x558f0a693b8e <vm_exec_core+3070>, 0x558f0a693a46 <vm_exec_core+2742>, 0x558f0a69397a <vm_exec_core+2538>, 0x558f0a6938fe <vm_exec_core+2414>, 0x558f0a69575b <vm_exec_core+10187>, 0x558f0a6938ca <vm_exec_core+2362>, 0x558f0a69388b <vm_exec_core+2299>, 0x558f0a69384c <vm_exec_core+2236>, 0x558f0a693810 <vm_exec_core+2176>, 0x558f0a693752 <vm_exec_core+1986>, 0x558f0a6936cf <vm_exec_core+1855>, 0x558f0a6962b1 <vm_exec_core+13089>, 0x558f0a6963be <vm_exec_core+13358>, 0x558f0a6965ff <vm_exec_core+13935>, 0x558f0a696019 <vm_exec_core+12425>, 0x558f0a696698 <vm_exec_core+14088>, 0x558f0a696965 <vm_exec_core+14805>, 0x558f0a696884 <vm_exec_core+14580>, 0x558f0a696907 <vm_exec_core+14711>, 0x558f0a69676a <vm_exec_core+14298>, 0x558f0a6967c8 <vm_exec_core+14392>, 0x558f0a696826 <vm_exec_core+14486>, 0x558f0a696bf5 <vm_exec_core+15461>, 0x558f0a696a49 <vm_exec_core+15033>, 0x558f0a696a95 <vm_exec_core+15109>, 0x558f0a696ae8 <vm_exec_core+15192>, 0x558f0a696b6b <vm_exec_core+15323>, 0x558f0a693602 <vm_exec_core+1650>, 0x558f0a69355a <vm_exec_core+1482>, 0x558f0a696318 <vm_exec_core+13192>, 0x558f0a696376 <vm_exec_core+13286>, 0x558f0a6961a7 <vm_exec_core+12823>, 0x558f0a69623a <vm_exec_core+12970>, 0x558f0a696731 <vm_exec_core+14241>, 0x558f0a6969be <vm_exec_core+14894>, 0x558f0a6934e9 <vm_exec_core+1369>, 0x558f0a693469 <vm_exec_core+1241>, 0x558f0a6933c0 <vm_exec_core+1072>, 0x558f0a693379 <vm_exec_core+1001>, 0x558f0a69332e <vm_exec_core+926>, 0x558f0a6932e5 <vm_exec_core+853>, 0x558f0a693294 <vm_exec_core+772>, 0x558f0a69325f <vm_exec_core+719>, 0x558f0a69322a <vm_exec_core+666>, 0x558f0a696422 <vm_exec_core+13458>, 0x558f0a6952c9 <vm_exec_core+9017>, 0x558f0a69525c <vm_exec_core+8908>, 0x558f0a6951e4 <vm_exec_core+8788>, 0x558f0a695172 <vm_exec_core+8674>, 0x558f0a6950f9 <vm_exec_core+8553>, 0x558f0a695053 <vm_exec_core+8387>, 0x558f0a6956e0 <vm_exec_core+10064>, 0x558f0a6955c5 <vm_exec_core+9781>, 0x558f0a69561c <vm_exec_core+9868>, 0x558f0a69532d <vm_exec_core+9117>, 0x558f0a69545a <vm_exec_core+9418>, 0x558f0a694bc1 <vm_exec_core+7217>, 0x558f0a694b59 <vm_exec_core+7113>, 0x558f0a694aec <vm_exec_core+7004>, 0x558f0a694dcb <vm_exec_core+7739>, 0x558f0a694d93 <vm_exec_core+7683>, 0x558f0a694d5e <vm_exec_core+7630>, 0x558f0a694d29 <vm_exec_core+7577>, 0x558f0a694cf4 <vm_exec_core+7524>, 0x558f0a694c91 <vm_exec_core+7425>, 0x558f0a694c4d <vm_exec_core+7357>, 0x558f0a694c06 <vm_exec_core+7286>, 0x558f0a694f07 <vm_exec_core+8055>, 0x558f0a694ec1 <vm_exec_core+7985>, 0x558f0a694e42 <vm_exec_core+7858>, 0x558f0a694e08 <vm_exec_core+7800>, 0x558f0a694fb9 <vm_exec_core+8233>, 0x558f0a694f5f <vm_exec_core+8143>, 0x558f0a695016 <vm_exec_core+8326>, 0x558f0a694aaf <vm_exec_core+6943>, 0x558f0a6948ac <vm_exec_core+6428>, 0x558f0a694826 <vm_exec_core+6294>, 0x558f0a6947be <vm_exec_core+6190>, 0x558f0a694766 <vm_exec_core+6102>, 0x558f0a694704 <vm_exec_core+6004>, 0x558f0a6946b7 <vm_exec_core+5927>, 0x558f0a694643 <vm_exec_core+5811>, 0x558f0a6945f9 <vm_exec_core+5737>, 0x558f0a6945d2 <vm_exec_core+5698>, 0x558f0a694597 <vm_exec_core+5639>, 0x558f0a694546 <vm_exec_core+5558>, 0x558f0a694512 <vm_exec_core+5506>, 0x558f0a694465 <vm_exec_core+5333>, 0x558f0a694422 <vm_exec_core+5266>, 0x558f0a6943de <vm_exec_core+5198>, 0x558f0a6943ac <vm_exec_core+5148>, 0x558f0a69433d <vm_exec_core+5037>, 0x558f0a6942dc <vm_exec_core+4940>, 0x558f0a69428d <vm_exec_core+4861>, 0x558f0a69421e <vm_exec_core+4750>, 0x558f0a6941c0 <vm_exec_core+4656>, 0x558f0a6940a8 <vm_exec_core+4376>, 0x558f0a69406c <vm_exec_core+4316>, 0x558f0a694025 <vm_exec_core+4245>, 0x558f0a693fbb <vm_exec_core+4139>, 0x558f0a693f1d <vm_exec_core+3981>, 0x558f0a696565 <vm_exec_core+13781>, 0x558f0a693e68 <vm_exec_core+3800>, 0x558f0a693de0 <vm_exec_core+3664>, 0x558f0a693d91 <vm_exec_core+3585>, 0x558f0a693d42 <vm_exec_core+3506>, 0x558f0a693cf3 <vm_exec_core+3427>, 0x558f0a696539 <vm_exec_core+13737>, 0x558f0a693ca4 <vm_exec_core+3348>, 0x558f0a693c35 <vm_exec_core+3237>, 0x558f0a693bf0 <vm_exec_core+3168>, 0x558f0a693b7d <vm_exec_core+3053>, 0x558f0a693a35 <vm_exec_core+2725>, 0x558f0a693969 <vm_exec_core+2521>, 0x558f0a6938ed <vm_exec_core+2397>, 0x558f0a69574a <vm_exec_core+10170>, 0x558f0a6938b9 <vm_exec_core+2345>, 0x558f0a69387a <vm_exec_core+2282>, 0x558f0a69383b <vm_exec_core+2219>, 0x558f0a6937ff <vm_exec_core+2159>, 0x558f0a693741 <vm_exec_core+1969>, 0x558f0a6936be <vm_exec_core+1838>, 0x558f0a69654f <vm_exec_core+13759>, 0x558f0a696191 <vm_exec_core+12801>, 0x558f0a696360 <vm_exec_core+13264>, 0x558f0a696440 <vm_exec_core+13488>, 0x558f0a696456 <vm_exec_core+13510>, 0x558f0a69646c <vm_exec_core+13532>, 0x558f0a696482 <vm_exec_core+13554>, 0x558f0a69649f <vm_exec_core+13583>, 0x558f0a6964b5 <vm_exec_core+13605>, 0x558f0a6964cb <vm_exec_core+13627>, 0x558f0a6964e1 <vm_exec_core+13649>...}
#60 0x0000558f0a69974e in rb_vm_exec (ec=0x558f13933c70) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2625
        _ec = 0x558f13933c70
        _tag = {tag = 36, retval = 4, buf = {0x7efd37bd1db0, 0x558f0a699670 <rb_vm_exec+304>, 0x0, 0x7efd37bd1ca0, 0x7efd37bd1d50}, prev = 0x7efd37bd1ec0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#61 0x0000558f0a699b6e in invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=139626561857560, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1655
        iseq = 0x7efd579ef038
        type = <optimized out>
        cfp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        opt_pc = <optimized out>
        sp = 0x7efd379d1018
        av = {139626026966352, 139626026966720}
        stack_argv = 0x7efd379d1018
        iseq = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        av = <optimized out>
        stack_argv = <optimized out>
        bound = <optimized out>
#62 0x0000558f0a69a531 in rb_vm_invoke_proc_with_self (ec=<optimized out>, proc=proc@entry=0x558f1387cbf0, self=self@entry=139626561857560, argc=argc@entry=0, argv=argv@entry=0x7efd37bd1d60, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1814
No locals.
#63 0x0000558f0a640b00 in thread_do_start_proc (th=th@entry=0x558f13880710) at /tmp/ruby/src/trunk-gc-asserts/thread.c:583
        self = 139626561857560
        args = <optimized out>
        args_ptr = 0x7efd37bd1d60
        args_len = 0
        procval = <optimized out>
        proc = 0x558f1387cbf0
#64 0x0000558f0a6415a0 in thread_do_start (th=0x558f13880710) at /tmp/ruby/src/trunk-gc-asserts/thread.c:625
        result = 36
        result = <optimized out>
#65 thread_start_func_2 (th=th@entry=0x558f13880710, stack_start=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread.c:676
        _ec = 0x558f13933c70
        _tag = {tag = 36, retval = 0, buf = {0x558f1387f1d0, 0x558f0a640f10 <thread_start_func_2+624>, 0x0, 0x7efd37bd1dc0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x558f13880710
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#66 0x0000558f0a64196d in call_thread_start_func_2 (th=0x558f13880710) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2218
        stack_start = 0
        stack_start_addr = 0x7efd37bd1f80
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#67 co_start (from=<optimized out>, self=0x558f1387f1d0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread_mn.c:458
        th = 0x558f13880710
        sched = 0x558f13937e48
        nt = <optimized out>
        is_dnt = <optimized out>
#68 0x0000000000000000 in ?? ()
No symbol table info available.

Thread 2 (Thread 0x7efd3789f6c0 (LWP 400559) "miniruby"):
#0  futex_wait (private=0, expected=2, futex_word=0x558f137f7b70) at ../sysdeps/nptl/futex-internal.h:146
        __ret = -512
        err = <optimized out>
        err = <optimized out>
        __ret = <optimized out>
        resultvar = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __GI___lll_lock_wait (futex=futex@entry=0x558f137f7b70, private=0) at ./nptl/lowlevellock.c:49
No locals.
#2  0x00007efd72d18352 in __pthread_mutex_cond_lock (mutex=mutex@entry=0x558f137f7b70) at ../nptl/pthread_mutex_lock.c:93
        __futex = 0x558f137f7b70
        type = <optimized out>
        __PRETTY_FUNCTION__ = "__pthread_mutex_cond_lock"
        id = <optimized out>
#3  0x00007efd72d146c2 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x558f137f7b70, cond=0x558f137f7c68) at ./nptl/pthread_cond_wait.c:616
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = <optimized out>
        seq = 1
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_wait (cond=cond@entry=0x558f137f7c68, mutex=mutex@entry=0x558f137f7b70) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x0000558f0a637e3d in rb_native_cond_wait (cond=cond@entry=0x558f137f7c68, mutex=mutex@entry=0x558f137f7b70) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:221
        r = <optimized out>
#6  0x0000558f0a637ed7 in ractor_sched_barrier_join_wait_locked (vm=vm@entry=0x558f137f7ad0, th=0x558f139339e0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:1498
        cr = <optimized out>
        barrier_serial = 1
#7  0x0000558f0a638e5a in rb_ractor_sched_barrier_join (vm=vm@entry=0x558f137f7ad0, cr=cr@entry=0x558f13881930) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:1531
No locals.
#8  0x0000558f0a6b1862 in vm_lock_enter (cr=0x558f13881930, vm=0x558f137f7ad0, locked=<optimized out>, no_barrier=<optimized out>, lev=0x7efd37dd1a90) at /tmp/ruby/src/trunk-gc-asserts/vm_sync.c:90
        ec = 0x558f13933590
#9  0x0000558f0a63da8c in rb_vm_lock_enter (line=2579, file=0x558f0a872ee0 "/tmp/ruby/src/trunk-gc-asserts/thread.c", lev=0x7efd37dd1a90) at /tmp/ruby/src/trunk-gc-asserts/vm_sync.h:76
No locals.
#10 rb_threadptr_execute_interrupts (th=<optimized out>, blocking_timing=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread.c:2579
        vm_locking_level = 0
        vm_locking_do = <optimized out>
        sig = <optimized out>
        timer_interrupt = 0
        pending_interrupt = 0
        terminate_interrupt = 0
        trap_interrupt = 0
        interrupt = <optimized out>
        postponed_job_interrupt = 0
        ret = 0
#11 0x0000558f0a63dbd6 in rb_threadptr_execute_interrupts (th=<optimized out>, blocking_timing=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread.c:2563
        interrupt = <optimized out>
        postponed_job_interrupt = 0
        ret = 0
        sig = <optimized out>
        timer_interrupt = <optimized out>
        pending_interrupt = <optimized out>
        trap_interrupt = <optimized out>
        terminate_interrupt = <optimized out>
        vm_locking_level = <optimized out>
        vm_locking_do = <optimized out>
        prev_status = <optimized out>
        prev_status = <optimized out>
        err = <optimized out>
        limits_us = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
#12 0x0000558f0a67ddbb in rb_vm_check_ints (ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_core.h:2154
No locals.
#13 rb_vm_check_ints (ec=0x558f13933590) at /tmp/ruby/src/trunk-gc-asserts/vm_core.h:2145
No locals.
#14 vm_pop_frame (ep=<optimized out>, cfp=0x7efd37cd1e40, ec=0x558f13933590) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:458
        flags = <optimized out>
        flags = <optimized out>
#15 rb_vm_pop_frame (ec=0x558f13933590) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:467
No locals.
#16 vm_call_cfunc_with_frame_ (ec=0x558f13933590, reg_cfp=0x7efd37cd1e78, calling=<optimized out>, argc=<optimized out>, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3776
        ci = 0xd2100100001
        cc = <optimized out>
        val = 139626022449320
        me = 0x7efd596c59f0
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#17 0x0000558f0a6930d0 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_callinfo.h:415
        val = 94072996371264
        ci = 0x558f137f7b70
        cc = <optimized out>
        recv = 2
        argc = <optimized out>
        calling = {cd = 0x558f13881b40, cc = 0x7efd378bfe30, block_handler = 0, recv = 1939, argc = 0, kw_splat = false, heap_argv = 0, proc_ns = 0x0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#18 vm_exec_core (ec=0x558f137f7b70, ec@entry=0x558f13933590) at ../../src/trunk-gc-asserts/insns.def:899
        bh = <optimized out>
        cd = 0x558f13881b40
        leaf = <optimized out>
        val = 94072996371264
        reg_pc = 0x558f1393a270
        reg_cfp = 0x7efd37cd1e78
        insns_address_table = {0x558f0a6962a0 <vm_exec_core+13072>, 0x558f0a6952da <vm_exec_core+9034>, 0x558f0a69526d <vm_exec_core+8925>, 0x558f0a6951f5 <vm_exec_core+8805>, 0x558f0a695183 <vm_exec_core+8691>, 0x558f0a69510a <vm_exec_core+8570>, 0x558f0a695064 <vm_exec_core+8404>, 0x558f0a6956f1 <vm_exec_core+10081>, 0x558f0a6955d6 <vm_exec_core+9798>, 0x558f0a69562d <vm_exec_core+9885>, 0x558f0a69533e <vm_exec_core+9134>, 0x558f0a69546b <vm_exec_core+9435>, 0x558f0a694bd2 <vm_exec_core+7234>, 0x558f0a694b6a <vm_exec_core+7130>, 0x558f0a694afd <vm_exec_core+7021>, 0x558f0a694ddc <vm_exec_core+7756>, 0x558f0a694da4 <vm_exec_core+7700>, 0x558f0a694d6f <vm_exec_core+7647>, 0x558f0a694d3a <vm_exec_core+7594>, 0x558f0a694d05 <vm_exec_core+7541>, 0x558f0a694ca2 <vm_exec_core+7442>, 0x558f0a694c5e <vm_exec_core+7374>, 0x558f0a694c17 <vm_exec_core+7303>, 0x558f0a694f18 <vm_exec_core+8072>, 0x558f0a694ed2 <vm_exec_core+8002>, 0x558f0a694e53 <vm_exec_core+7875>, 0x558f0a694e19 <vm_exec_core+7817>, 0x558f0a694fca <vm_exec_core+8250>, 0x558f0a694f70 <vm_exec_core+8160>, 0x558f0a695027 <vm_exec_core+8343>, 0x558f0a694ac0 <vm_exec_core+6960>, 0x558f0a6948bd <vm_exec_core+6445>, 0x558f0a694837 <vm_exec_core+6311>, 0x558f0a6947cf <vm_exec_core+6207>, 0x558f0a694777 <vm_exec_core+6119>, 0x558f0a694715 <vm_exec_core+6021>, 0x558f0a6946c8 <vm_exec_core+5944>, 0x558f0a694654 <vm_exec_core+5828>, 0x558f0a69460a <vm_exec_core+5754>, 0x558f0a6945e3 <vm_exec_core+5715>, 0x558f0a6945a8 <vm_exec_core+5656>, 0x558f0a694557 <vm_exec_core+5575>, 0x558f0a694523 <vm_exec_core+5523>, 0x558f0a694476 <vm_exec_core+5350>, 0x558f0a694433 <vm_exec_core+5283>, 0x558f0a6943ef <vm_exec_core+5215>, 0x558f0a6943bd <vm_exec_core+5165>, 0x558f0a69434e <vm_exec_core+5054>, 0x558f0a6942ed <vm_exec_core+4957>, 0x558f0a69429e <vm_exec_core+4878>, 0x558f0a69422f <vm_exec_core+4767>, 0x558f0a6941d1 <vm_exec_core+4673>, 0x558f0a6940b9 <vm_exec_core+4393>, 0x558f0a69407d <vm_exec_core+4333>, 0x558f0a694036 <vm_exec_core+4262>, 0x558f0a693fcc <vm_exec_core+4156>, 0x558f0a693f2e <vm_exec_core+3998>, 0x558f0a693000 <vm_exec_core+112>, 0x558f0a693e79 <vm_exec_core+3817>, 0x558f0a693df1 <vm_exec_core+3681>, 0x558f0a693da2 <vm_exec_core+3602>, 0x558f0a693d53 <vm_exec_core+3523>, 0x558f0a693d04 <vm_exec_core+3444>, 0x558f0a696147 <vm_exec_core+12727>, 0x558f0a693cb5 <vm_exec_core+3365>, 0x558f0a693c46 <vm_exec_core+3254>, 0x558f0a693c01 <vm_exec_core+3185>, 0x558f0a693b8e <vm_exec_core+3070>, 0x558f0a693a46 <vm_exec_core+2742>, 0x558f0a69397a <vm_exec_core+2538>, 0x558f0a6938fe <vm_exec_core+2414>, 0x558f0a69575b <vm_exec_core+10187>, 0x558f0a6938ca <vm_exec_core+2362>, 0x558f0a69388b <vm_exec_core+2299>, 0x558f0a69384c <vm_exec_core+2236>, 0x558f0a693810 <vm_exec_core+2176>, 0x558f0a693752 <vm_exec_core+1986>, 0x558f0a6936cf <vm_exec_core+1855>, 0x558f0a6962b1 <vm_exec_core+13089>, 0x558f0a6963be <vm_exec_core+13358>, 0x558f0a6965ff <vm_exec_core+13935>, 0x558f0a696019 <vm_exec_core+12425>, 0x558f0a696698 <vm_exec_core+14088>, 0x558f0a696965 <vm_exec_core+14805>, 0x558f0a696884 <vm_exec_core+14580>, 0x558f0a696907 <vm_exec_core+14711>, 0x558f0a69676a <vm_exec_core+14298>, 0x558f0a6967c8 <vm_exec_core+14392>, 0x558f0a696826 <vm_exec_core+14486>, 0x558f0a696bf5 <vm_exec_core+15461>, 0x558f0a696a49 <vm_exec_core+15033>, 0x558f0a696a95 <vm_exec_core+15109>, 0x558f0a696ae8 <vm_exec_core+15192>, 0x558f0a696b6b <vm_exec_core+15323>, 0x558f0a693602 <vm_exec_core+1650>, 0x558f0a69355a <vm_exec_core+1482>, 0x558f0a696318 <vm_exec_core+13192>, 0x558f0a696376 <vm_exec_core+13286>, 0x558f0a6961a7 <vm_exec_core+12823>, 0x558f0a69623a <vm_exec_core+12970>, 0x558f0a696731 <vm_exec_core+14241>, 0x558f0a6969be <vm_exec_core+14894>, 0x558f0a6934e9 <vm_exec_core+1369>, 0x558f0a693469 <vm_exec_core+1241>, 0x558f0a6933c0 <vm_exec_core+1072>, 0x558f0a693379 <vm_exec_core+1001>, 0x558f0a69332e <vm_exec_core+926>, 0x558f0a6932e5 <vm_exec_core+853>, 0x558f0a693294 <vm_exec_core+772>, 0x558f0a69325f <vm_exec_core+719>, 0x558f0a69322a <vm_exec_core+666>, 0x558f0a696422 <vm_exec_core+13458>, 0x558f0a6952c9 <vm_exec_core+9017>, 0x558f0a69525c <vm_exec_core+8908>, 0x558f0a6951e4 <vm_exec_core+8788>, 0x558f0a695172 <vm_exec_core+8674>, 0x558f0a6950f9 <vm_exec_core+8553>, 0x558f0a695053 <vm_exec_core+8387>, 0x558f0a6956e0 <vm_exec_core+10064>, 0x558f0a6955c5 <vm_exec_core+9781>, 0x558f0a69561c <vm_exec_core+9868>, 0x558f0a69532d <vm_exec_core+9117>, 0x558f0a69545a <vm_exec_core+9418>, 0x558f0a694bc1 <vm_exec_core+7217>, 0x558f0a694b59 <vm_exec_core+7113>, 0x558f0a694aec <vm_exec_core+7004>, 0x558f0a694dcb <vm_exec_core+7739>, 0x558f0a694d93 <vm_exec_core+7683>, 0x558f0a694d5e <vm_exec_core+7630>, 0x558f0a694d29 <vm_exec_core+7577>, 0x558f0a694cf4 <vm_exec_core+7524>, 0x558f0a694c91 <vm_exec_core+7425>, 0x558f0a694c4d <vm_exec_core+7357>, 0x558f0a694c06 <vm_exec_core+7286>, 0x558f0a694f07 <vm_exec_core+8055>, 0x558f0a694ec1 <vm_exec_core+7985>, 0x558f0a694e42 <vm_exec_core+7858>, 0x558f0a694e08 <vm_exec_core+7800>, 0x558f0a694fb9 <vm_exec_core+8233>, 0x558f0a694f5f <vm_exec_core+8143>, 0x558f0a695016 <vm_exec_core+8326>, 0x558f0a694aaf <vm_exec_core+6943>, 0x558f0a6948ac <vm_exec_core+6428>, 0x558f0a694826 <vm_exec_core+6294>, 0x558f0a6947be <vm_exec_core+6190>, 0x558f0a694766 <vm_exec_core+6102>, 0x558f0a694704 <vm_exec_core+6004>, 0x558f0a6946b7 <vm_exec_core+5927>, 0x558f0a694643 <vm_exec_core+5811>, 0x558f0a6945f9 <vm_exec_core+5737>, 0x558f0a6945d2 <vm_exec_core+5698>, 0x558f0a694597 <vm_exec_core+5639>, 0x558f0a694546 <vm_exec_core+5558>, 0x558f0a694512 <vm_exec_core+5506>, 0x558f0a694465 <vm_exec_core+5333>, 0x558f0a694422 <vm_exec_core+5266>, 0x558f0a6943de <vm_exec_core+5198>, 0x558f0a6943ac <vm_exec_core+5148>, 0x558f0a69433d <vm_exec_core+5037>, 0x558f0a6942dc <vm_exec_core+4940>, 0x558f0a69428d <vm_exec_core+4861>, 0x558f0a69421e <vm_exec_core+4750>, 0x558f0a6941c0 <vm_exec_core+4656>, 0x558f0a6940a8 <vm_exec_core+4376>, 0x558f0a69406c <vm_exec_core+4316>, 0x558f0a694025 <vm_exec_core+4245>, 0x558f0a693fbb <vm_exec_core+4139>, 0x558f0a693f1d <vm_exec_core+3981>, 0x558f0a696565 <vm_exec_core+13781>, 0x558f0a693e68 <vm_exec_core+3800>, 0x558f0a693de0 <vm_exec_core+3664>, 0x558f0a693d91 <vm_exec_core+3585>, 0x558f0a693d42 <vm_exec_core+3506>, 0x558f0a693cf3 <vm_exec_core+3427>, 0x558f0a696539 <vm_exec_core+13737>, 0x558f0a693ca4 <vm_exec_core+3348>, 0x558f0a693c35 <vm_exec_core+3237>, 0x558f0a693bf0 <vm_exec_core+3168>, 0x558f0a693b7d <vm_exec_core+3053>, 0x558f0a693a35 <vm_exec_core+2725>, 0x558f0a693969 <vm_exec_core+2521>, 0x558f0a6938ed <vm_exec_core+2397>, 0x558f0a69574a <vm_exec_core+10170>, 0x558f0a6938b9 <vm_exec_core+2345>, 0x558f0a69387a <vm_exec_core+2282>, 0x558f0a69383b <vm_exec_core+2219>, 0x558f0a6937ff <vm_exec_core+2159>, 0x558f0a693741 <vm_exec_core+1969>, 0x558f0a6936be <vm_exec_core+1838>, 0x558f0a69654f <vm_exec_core+13759>, 0x558f0a696191 <vm_exec_core+12801>, 0x558f0a696360 <vm_exec_core+13264>, 0x558f0a696440 <vm_exec_core+13488>, 0x558f0a696456 <vm_exec_core+13510>, 0x558f0a69646c <vm_exec_core+13532>, 0x558f0a696482 <vm_exec_core+13554>, 0x558f0a69649f <vm_exec_core+13583>, 0x558f0a6964b5 <vm_exec_core+13605>, 0x558f0a6964cb <vm_exec_core+13627>, 0x558f0a6964e1 <vm_exec_core+13649>...}
#19 0x0000558f0a69974e in rb_vm_exec (ec=0x558f13933590) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2625
        _ec = 0x558f13933590
        _tag = {tag = 36, retval = 4, buf = {0x7efd37bd2090, 0x558f0a699670 <rb_vm_exec+304>, 0x0, 0x7efd37dd1db0, 0x0}, prev = 0x7efd37dd2120, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#20 0x0000558f0a69dc53 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7efd37bd2090, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1700
No locals.
#21 vm_yield (kw_splat=0, argv=0x7efd37bd2090, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1714
No locals.
#22 rb_yield_0 (argv=0x7efd37bd2090, argc=1) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1362
No locals.
#23 rb_yield_values2 (argc=1, argv=0x7efd37bd2090) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1408
No locals.
#24 0x0000558f0a469ce2 in collect_i (i=<optimized out>, ary=139626022502080, argc=<optimized out>, argv=<optimized out>, blockarg=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/enum.c:628
No locals.
#25 0x0000558f0a68c628 in vm_yield_with_cfunc (ec=0x558f13933590, captured=<optimized out>, self=139626022436640, argc=1, argv=0x7efd37bd2090, kw_splat=0, block_handler=0, me=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5136
        is_lambda = 0
        val = <optimized out>
        arg = 1939
        blockarg = <optimized out>
        frame_flag = <optimized out>
        ifunc = 0x7efd3778fe98
#26 0x0000558f0a68c70e in vm_invoke_ifunc_block (ec=0x558f13933590, reg_cfp=0x7efd37cd1ee8, calling=<optimized out>, ci=<optimized out>, is_lambda=<optimized out>, block_handler=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5329
        val = <optimized out>
        argc = <optimized out>
        captured = 0x7efd37cd1f70
#27 0x0000558f0a693a16 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5977
        val = 4
        ci = 0xfffffffffffffe00
        cc = <optimized out>
        recv = <optimized out>
        argc = <optimized out>
        calling = {cd = 0x558f138c75c0, cc = 0x0, block_handler = 0, recv = 286326819, argc = 1, kw_splat = false, heap_argv = 0, proc_ns = 0x0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#28 vm_exec_core (ec=0x558f137f7b70, ec@entry=0x558f13933590) at ../../src/trunk-gc-asserts/insns.def:1137
        bh = <optimized out>
        cd = 0x558f137f7b70
        leaf = <optimized out>
        val = 4
        reg_pc = 0x558f13904900
        reg_cfp = 0x7efd37cd1ee8
        insns_address_table = {0x558f0a6962a0 <vm_exec_core+13072>, 0x558f0a6952da <vm_exec_core+9034>, 0x558f0a69526d <vm_exec_core+8925>, 0x558f0a6951f5 <vm_exec_core+8805>, 0x558f0a695183 <vm_exec_core+8691>, 0x558f0a69510a <vm_exec_core+8570>, 0x558f0a695064 <vm_exec_core+8404>, 0x558f0a6956f1 <vm_exec_core+10081>, 0x558f0a6955d6 <vm_exec_core+9798>, 0x558f0a69562d <vm_exec_core+9885>, 0x558f0a69533e <vm_exec_core+9134>, 0x558f0a69546b <vm_exec_core+9435>, 0x558f0a694bd2 <vm_exec_core+7234>, 0x558f0a694b6a <vm_exec_core+7130>, 0x558f0a694afd <vm_exec_core+7021>, 0x558f0a694ddc <vm_exec_core+7756>, 0x558f0a694da4 <vm_exec_core+7700>, 0x558f0a694d6f <vm_exec_core+7647>, 0x558f0a694d3a <vm_exec_core+7594>, 0x558f0a694d05 <vm_exec_core+7541>, 0x558f0a694ca2 <vm_exec_core+7442>, 0x558f0a694c5e <vm_exec_core+7374>, 0x558f0a694c17 <vm_exec_core+7303>, 0x558f0a694f18 <vm_exec_core+8072>, 0x558f0a694ed2 <vm_exec_core+8002>, 0x558f0a694e53 <vm_exec_core+7875>, 0x558f0a694e19 <vm_exec_core+7817>, 0x558f0a694fca <vm_exec_core+8250>, 0x558f0a694f70 <vm_exec_core+8160>, 0x558f0a695027 <vm_exec_core+8343>, 0x558f0a694ac0 <vm_exec_core+6960>, 0x558f0a6948bd <vm_exec_core+6445>, 0x558f0a694837 <vm_exec_core+6311>, 0x558f0a6947cf <vm_exec_core+6207>, 0x558f0a694777 <vm_exec_core+6119>, 0x558f0a694715 <vm_exec_core+6021>, 0x558f0a6946c8 <vm_exec_core+5944>, 0x558f0a694654 <vm_exec_core+5828>, 0x558f0a69460a <vm_exec_core+5754>, 0x558f0a6945e3 <vm_exec_core+5715>, 0x558f0a6945a8 <vm_exec_core+5656>, 0x558f0a694557 <vm_exec_core+5575>, 0x558f0a694523 <vm_exec_core+5523>, 0x558f0a694476 <vm_exec_core+5350>, 0x558f0a694433 <vm_exec_core+5283>, 0x558f0a6943ef <vm_exec_core+5215>, 0x558f0a6943bd <vm_exec_core+5165>, 0x558f0a69434e <vm_exec_core+5054>, 0x558f0a6942ed <vm_exec_core+4957>, 0x558f0a69429e <vm_exec_core+4878>, 0x558f0a69422f <vm_exec_core+4767>, 0x558f0a6941d1 <vm_exec_core+4673>, 0x558f0a6940b9 <vm_exec_core+4393>, 0x558f0a69407d <vm_exec_core+4333>, 0x558f0a694036 <vm_exec_core+4262>, 0x558f0a693fcc <vm_exec_core+4156>, 0x558f0a693f2e <vm_exec_core+3998>, 0x558f0a693000 <vm_exec_core+112>, 0x558f0a693e79 <vm_exec_core+3817>, 0x558f0a693df1 <vm_exec_core+3681>, 0x558f0a693da2 <vm_exec_core+3602>, 0x558f0a693d53 <vm_exec_core+3523>, 0x558f0a693d04 <vm_exec_core+3444>, 0x558f0a696147 <vm_exec_core+12727>, 0x558f0a693cb5 <vm_exec_core+3365>, 0x558f0a693c46 <vm_exec_core+3254>, 0x558f0a693c01 <vm_exec_core+3185>, 0x558f0a693b8e <vm_exec_core+3070>, 0x558f0a693a46 <vm_exec_core+2742>, 0x558f0a69397a <vm_exec_core+2538>, 0x558f0a6938fe <vm_exec_core+2414>, 0x558f0a69575b <vm_exec_core+10187>, 0x558f0a6938ca <vm_exec_core+2362>, 0x558f0a69388b <vm_exec_core+2299>, 0x558f0a69384c <vm_exec_core+2236>, 0x558f0a693810 <vm_exec_core+2176>, 0x558f0a693752 <vm_exec_core+1986>, 0x558f0a6936cf <vm_exec_core+1855>, 0x558f0a6962b1 <vm_exec_core+13089>, 0x558f0a6963be <vm_exec_core+13358>, 0x558f0a6965ff <vm_exec_core+13935>, 0x558f0a696019 <vm_exec_core+12425>, 0x558f0a696698 <vm_exec_core+14088>, 0x558f0a696965 <vm_exec_core+14805>, 0x558f0a696884 <vm_exec_core+14580>, 0x558f0a696907 <vm_exec_core+14711>, 0x558f0a69676a <vm_exec_core+14298>, 0x558f0a6967c8 <vm_exec_core+14392>, 0x558f0a696826 <vm_exec_core+14486>, 0x558f0a696bf5 <vm_exec_core+15461>, 0x558f0a696a49 <vm_exec_core+15033>, 0x558f0a696a95 <vm_exec_core+15109>, 0x558f0a696ae8 <vm_exec_core+15192>, 0x558f0a696b6b <vm_exec_core+15323>, 0x558f0a693602 <vm_exec_core+1650>, 0x558f0a69355a <vm_exec_core+1482>, 0x558f0a696318 <vm_exec_core+13192>, 0x558f0a696376 <vm_exec_core+13286>, 0x558f0a6961a7 <vm_exec_core+12823>, 0x558f0a69623a <vm_exec_core+12970>, 0x558f0a696731 <vm_exec_core+14241>, 0x558f0a6969be <vm_exec_core+14894>, 0x558f0a6934e9 <vm_exec_core+1369>, 0x558f0a693469 <vm_exec_core+1241>, 0x558f0a6933c0 <vm_exec_core+1072>, 0x558f0a693379 <vm_exec_core+1001>, 0x558f0a69332e <vm_exec_core+926>, 0x558f0a6932e5 <vm_exec_core+853>, 0x558f0a693294 <vm_exec_core+772>, 0x558f0a69325f <vm_exec_core+719>, 0x558f0a69322a <vm_exec_core+666>, 0x558f0a696422 <vm_exec_core+13458>, 0x558f0a6952c9 <vm_exec_core+9017>, 0x558f0a69525c <vm_exec_core+8908>, 0x558f0a6951e4 <vm_exec_core+8788>, 0x558f0a695172 <vm_exec_core+8674>, 0x558f0a6950f9 <vm_exec_core+8553>, 0x558f0a695053 <vm_exec_core+8387>, 0x558f0a6956e0 <vm_exec_core+10064>, 0x558f0a6955c5 <vm_exec_core+9781>, 0x558f0a69561c <vm_exec_core+9868>, 0x558f0a69532d <vm_exec_core+9117>, 0x558f0a69545a <vm_exec_core+9418>, 0x558f0a694bc1 <vm_exec_core+7217>, 0x558f0a694b59 <vm_exec_core+7113>, 0x558f0a694aec <vm_exec_core+7004>, 0x558f0a694dcb <vm_exec_core+7739>, 0x558f0a694d93 <vm_exec_core+7683>, 0x558f0a694d5e <vm_exec_core+7630>, 0x558f0a694d29 <vm_exec_core+7577>, 0x558f0a694cf4 <vm_exec_core+7524>, 0x558f0a694c91 <vm_exec_core+7425>, 0x558f0a694c4d <vm_exec_core+7357>, 0x558f0a694c06 <vm_exec_core+7286>, 0x558f0a694f07 <vm_exec_core+8055>, 0x558f0a694ec1 <vm_exec_core+7985>, 0x558f0a694e42 <vm_exec_core+7858>, 0x558f0a694e08 <vm_exec_core+7800>, 0x558f0a694fb9 <vm_exec_core+8233>, 0x558f0a694f5f <vm_exec_core+8143>, 0x558f0a695016 <vm_exec_core+8326>, 0x558f0a694aaf <vm_exec_core+6943>, 0x558f0a6948ac <vm_exec_core+6428>, 0x558f0a694826 <vm_exec_core+6294>, 0x558f0a6947be <vm_exec_core+6190>, 0x558f0a694766 <vm_exec_core+6102>, 0x558f0a694704 <vm_exec_core+6004>, 0x558f0a6946b7 <vm_exec_core+5927>, 0x558f0a694643 <vm_exec_core+5811>, 0x558f0a6945f9 <vm_exec_core+5737>, 0x558f0a6945d2 <vm_exec_core+5698>, 0x558f0a694597 <vm_exec_core+5639>, 0x558f0a694546 <vm_exec_core+5558>, 0x558f0a694512 <vm_exec_core+5506>, 0x558f0a694465 <vm_exec_core+5333>, 0x558f0a694422 <vm_exec_core+5266>, 0x558f0a6943de <vm_exec_core+5198>, 0x558f0a6943ac <vm_exec_core+5148>, 0x558f0a69433d <vm_exec_core+5037>, 0x558f0a6942dc <vm_exec_core+4940>, 0x558f0a69428d <vm_exec_core+4861>, 0x558f0a69421e <vm_exec_core+4750>, 0x558f0a6941c0 <vm_exec_core+4656>, 0x558f0a6940a8 <vm_exec_core+4376>, 0x558f0a69406c <vm_exec_core+4316>, 0x558f0a694025 <vm_exec_core+4245>, 0x558f0a693fbb <vm_exec_core+4139>, 0x558f0a693f1d <vm_exec_core+3981>, 0x558f0a696565 <vm_exec_core+13781>, 0x558f0a693e68 <vm_exec_core+3800>, 0x558f0a693de0 <vm_exec_core+3664>, 0x558f0a693d91 <vm_exec_core+3585>, 0x558f0a693d42 <vm_exec_core+3506>, 0x558f0a693cf3 <vm_exec_core+3427>, 0x558f0a696539 <vm_exec_core+13737>, 0x558f0a693ca4 <vm_exec_core+3348>, 0x558f0a693c35 <vm_exec_core+3237>, 0x558f0a693bf0 <vm_exec_core+3168>, 0x558f0a693b7d <vm_exec_core+3053>, 0x558f0a693a35 <vm_exec_core+2725>, 0x558f0a693969 <vm_exec_core+2521>, 0x558f0a6938ed <vm_exec_core+2397>, 0x558f0a69574a <vm_exec_core+10170>, 0x558f0a6938b9 <vm_exec_core+2345>, 0x558f0a69387a <vm_exec_core+2282>, 0x558f0a69383b <vm_exec_core+2219>, 0x558f0a6937ff <vm_exec_core+2159>, 0x558f0a693741 <vm_exec_core+1969>, 0x558f0a6936be <vm_exec_core+1838>, 0x558f0a69654f <vm_exec_core+13759>, 0x558f0a696191 <vm_exec_core+12801>, 0x558f0a696360 <vm_exec_core+13264>, 0x558f0a696440 <vm_exec_core+13488>, 0x558f0a696456 <vm_exec_core+13510>, 0x558f0a69646c <vm_exec_core+13532>, 0x558f0a696482 <vm_exec_core+13554>, 0x558f0a69649f <vm_exec_core+13583>, 0x558f0a6964b5 <vm_exec_core+13605>, 0x558f0a6964cb <vm_exec_core+13627>, 0x558f0a6964e1 <vm_exec_core+13649>...}
#29 0x0000558f0a69974e in rb_vm_exec (ec=0x558f13933590) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2625
        _ec = 0x558f13933590
        _tag = {tag = 36, retval = 4, buf = {0x0, 0x558f0a699670 <rb_vm_exec+304>, 0x0, 0x7efd37dd2100, 0x0}, prev = 0x7efd37dd2410, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#30 0x0000558f0a69f7e4 in vm_call0_cc (ec=0x558f13933590, recv=<optimized out>, id=28529, argc=<optimized out>, argv=<optimized out>, cc=<optimized out>, kw_splat=0) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:101
        flags = <optimized out>
        use_argv = <optimized out>
        av = {0, 0}
        calling = {cd = 0x7efd37dd21d0, cc = 0x7efd579eeb60, block_handler = 139626028015475, recv = 200001, argc = 0, kw_splat = false, heap_argv = 0, proc_ns = 0x0}
#31 0x0000558f0a6a0f02 in rb_call0 (ec=0x558f13933590, recv=recv@entry=200001, mid=mid@entry=28529, argc=argc@entry=0, argv=argv@entry=0x0, call_scope=call_scope@entry=CALL_FCALL, self=139626022436640) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:572
        call_status = <optimized out>
        scope = <optimized out>
        kw_splat = <optimized out>
        ci = {flags = 110618, kwarg = 0x0, mid = 28529, flag = 4, argc = 0}
        cc = <optimized out>
#32 0x0000558f0a6a18e7 in rb_call (scope=CALL_FCALL, argv=0x0, argc=0, mid=28529, recv=200001) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:891
        ec = <optimized out>
        ec = <optimized out>
#33 iterate_method (obj=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1546
        arg = <optimized out>
#34 0x0000558f0a6887f8 in rb_iterate0 (it_proc=it_proc@entry=0x558f0a6a1880 <iterate_method>, data1=data1@entry=139626029065392, ifunc=<optimized out>, ec=ec@entry=0x558f13933590) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1488
        _ec = 0x558f13933590
        _tag = {tag = 36, retval = 0, buf = {0x7efd3777ff20, 0x558f0a688880 <rb_iterate0+352>, 0x0, 0x7efd37dd23d0, 0x0}, prev = 0x7efd37dd2890, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        retval = 4
        cfp = 0x7efd37cd1f20
#35 0x0000558f0a688a9d in rb_iterate_internal (data2=139626022436640, bl_proc=0x0, data1=139626029065392, it_proc=0x558f0a6a1880 <iterate_method>) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1520
No locals.
#36 rb_block_call_kw (obj=<optimized out>, mid=<optimized out>, argc=<optimized out>, argv=<optimized out>, bl_proc=bl_proc@entry=0x0, data2=data2@entry=139626022436640, kw_splat=0) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1569
        arg = {obj = 200001, mid = 28529, argc = 0, argv = 0x0, kw_splat = 0}
#37 0x0000558f0a477abd in enumerator_block_call (obj=<optimized out>, func=0x0, arg=139626022436640) at /tmp/ruby/src/trunk-gc-asserts/enumerator.c:568
        argc = <optimized out>
        argv = <optimized out>
        e = <optimized out>
        meth = <optimized out>
        args = 0
        ret = <optimized out>
#38 0x0000558f0a69ea77 in vm_call0_cfunc_with_frame (argv=0x0, calling=0x7efd37dd2590, ec=0x558f13933590) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:164
        reg_cfp = 0x7efd37cd1f58
        ci = <optimized out>
        me = 0x7efd5966ea10
        mid = 3073
        block_handler = <optimized out>
        recv = <optimized out>
        argc = <optimized out>
        val = <optimized out>
        cfunc = 0x558f138936a8
        len = <optimized out>
        frame_flags = <optimized out>
        ci = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        len = <optimized out>
        recv = <optimized out>
        argc = <optimized out>
        mid = <optimized out>
        block_handler = <optimized out>
        frame_flags = <optimized out>
        unaligned_member_ptr_result = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        reg_cfp = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#39 vm_call0_cfunc (argv=0x0, calling=0x7efd37dd2590, ec=0x558f13933590) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:178
No locals.
#40 vm_call0_body (ec=ec@entry=0x558f13933590, calling=calling@entry=0x7efd37dd2690, argv=0x0) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:229
        ci = <optimized out>
        cc = <optimized out>
        ret = <optimized out>
#41 0x0000558f0a69f7e4 in vm_call0_cc (ec=0x558f13933590, recv=<optimized out>, id=3073, argc=<optimized out>, argv=<optimized out>, cc=<optimized out>, kw_splat=0) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:101
        flags = <optimized out>
        use_argv = <optimized out>
        av = {0, 0}
        calling = {cd = 0x7efd37dd2650, cc = 0x7efd579eeb88, block_handler = 139626028015475, recv = 139626022436640, argc = 0, kw_splat = false, heap_argv = 0, proc_ns = 0x0}
#42 0x0000558f0a6a0f02 in rb_call0 (ec=0x558f13933590, recv=recv@entry=139626022436640, mid=mid@entry=3073, argc=argc@entry=0, argv=argv@entry=0x0, call_scope=call_scope@entry=CALL_FCALL, self=139626022436640) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:572
        call_status = <optimized out>
        scope = <optimized out>
        kw_splat = <optimized out>
        ci = {flags = 110618, kwarg = 0x0, mid = 3073, flag = 4, argc = 0}
        cc = <optimized out>
#43 0x0000558f0a6a18e7 in rb_call (scope=CALL_FCALL, argv=0x0, argc=0, mid=3073, recv=139626022436640) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:891
        ec = <optimized out>
        ec = <optimized out>
#44 iterate_method (obj=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1546
        arg = <optimized out>
#45 0x0000558f0a6887f8 in rb_iterate0 (it_proc=it_proc@entry=0x558f0a6a1880 <iterate_method>, data1=data1@entry=139626029066544, ifunc=ifunc@entry=0x7efd3778fe98, ec=0x558f13933590) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1488
        _ec = 0x558f13933590
        _tag = {tag = 36, retval = 14198742188555324672, buf = {0x7efd3777ff20, 0x558f0a688880 <rb_iterate0+352>, 0x0, 0x7efd37dd2850, 0x558f0a469cd0 <collect_i>}, prev = 0x7efd37dd2cc0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        retval = 4
        cfp = 0x7efd37cd1f58
#46 0x0000558f0a688c17 in rb_lambda_call (obj=obj@entry=139626022436640, mid=mid@entry=3073, argc=argc@entry=0, argv=argv@entry=0x0, bl_proc=bl_proc@entry=0x558f0a469cd0 <collect_i>, min_argc=<optimized out>, max_argc=1, data2=139626022502080) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1618
        arg = {obj = 139626022436640, mid = 3073, argc = 0, argv = 0x0, kw_splat = 0}
        block = 0x7efd3778fe98
#47 0x0000558f0a46b899 in enum_collect (obj=139626022436640) at /tmp/ruby/src/trunk-gc-asserts/enum.c:667
        ary = 139626022502080
        min_argc = <optimized out>
        max_argc = 1
#48 0x0000558f0a67dbed in vm_call_cfunc_with_frame_ (ec=0x558f13933590, reg_cfp=0x7efd37cd1f90, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3772
        ci = 0x168100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7efd579eec28
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#49 0x0000558f0a6860df in vm_sendish (ec=0x558f13933590, reg_cfp=0x7efd37cd1f90, cd=0x558f13881700, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-gc-asserts/vm_callinfo.h:415
        val = 36
        ci = <optimized out>
        cc = 0x7efd579eec00
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x558f13881700, cc = 0x7efd579eec00, block_handler = 139626028015529, recv = 139626022436640, argc = 0, kw_splat = false, heap_argv = 0, proc_ns = 0x0}
#50 0x0000558f0a694006 in vm_exec_core (ec=0x558f137f7b70, ec@entry=0x558f13933590) at ../../src/trunk-gc-asserts/insns.def:851
        bh = 139627018133344
        cd = 0x558f13881700
        blockiseq = 0x2
        leaf = <optimized out>
        val = 94072996370176
        reg_pc = 0x558f138803d8
        reg_cfp = 0x7efd37cd1f90
        insns_address_table = {0x558f0a6962a0 <vm_exec_core+13072>, 0x558f0a6952da <vm_exec_core+9034>, 0x558f0a69526d <vm_exec_core+8925>, 0x558f0a6951f5 <vm_exec_core+8805>, 0x558f0a695183 <vm_exec_core+8691>, 0x558f0a69510a <vm_exec_core+8570>, 0x558f0a695064 <vm_exec_core+8404>, 0x558f0a6956f1 <vm_exec_core+10081>, 0x558f0a6955d6 <vm_exec_core+9798>, 0x558f0a69562d <vm_exec_core+9885>, 0x558f0a69533e <vm_exec_core+9134>, 0x558f0a69546b <vm_exec_core+9435>, 0x558f0a694bd2 <vm_exec_core+7234>, 0x558f0a694b6a <vm_exec_core+7130>, 0x558f0a694afd <vm_exec_core+7021>, 0x558f0a694ddc <vm_exec_core+7756>, 0x558f0a694da4 <vm_exec_core+7700>, 0x558f0a694d6f <vm_exec_core+7647>, 0x558f0a694d3a <vm_exec_core+7594>, 0x558f0a694d05 <vm_exec_core+7541>, 0x558f0a694ca2 <vm_exec_core+7442>, 0x558f0a694c5e <vm_exec_core+7374>, 0x558f0a694c17 <vm_exec_core+7303>, 0x558f0a694f18 <vm_exec_core+8072>, 0x558f0a694ed2 <vm_exec_core+8002>, 0x558f0a694e53 <vm_exec_core+7875>, 0x558f0a694e19 <vm_exec_core+7817>, 0x558f0a694fca <vm_exec_core+8250>, 0x558f0a694f70 <vm_exec_core+8160>, 0x558f0a695027 <vm_exec_core+8343>, 0x558f0a694ac0 <vm_exec_core+6960>, 0x558f0a6948bd <vm_exec_core+6445>, 0x558f0a694837 <vm_exec_core+6311>, 0x558f0a6947cf <vm_exec_core+6207>, 0x558f0a694777 <vm_exec_core+6119>, 0x558f0a694715 <vm_exec_core+6021>, 0x558f0a6946c8 <vm_exec_core+5944>, 0x558f0a694654 <vm_exec_core+5828>, 0x558f0a69460a <vm_exec_core+5754>, 0x558f0a6945e3 <vm_exec_core+5715>, 0x558f0a6945a8 <vm_exec_core+5656>, 0x558f0a694557 <vm_exec_core+5575>, 0x558f0a694523 <vm_exec_core+5523>, 0x558f0a694476 <vm_exec_core+5350>, 0x558f0a694433 <vm_exec_core+5283>, 0x558f0a6943ef <vm_exec_core+5215>, 0x558f0a6943bd <vm_exec_core+5165>, 0x558f0a69434e <vm_exec_core+5054>, 0x558f0a6942ed <vm_exec_core+4957>, 0x558f0a69429e <vm_exec_core+4878>, 0x558f0a69422f <vm_exec_core+4767>, 0x558f0a6941d1 <vm_exec_core+4673>, 0x558f0a6940b9 <vm_exec_core+4393>, 0x558f0a69407d <vm_exec_core+4333>, 0x558f0a694036 <vm_exec_core+4262>, 0x558f0a693fcc <vm_exec_core+4156>, 0x558f0a693f2e <vm_exec_core+3998>, 0x558f0a693000 <vm_exec_core+112>, 0x558f0a693e79 <vm_exec_core+3817>, 0x558f0a693df1 <vm_exec_core+3681>, 0x558f0a693da2 <vm_exec_core+3602>, 0x558f0a693d53 <vm_exec_core+3523>, 0x558f0a693d04 <vm_exec_core+3444>, 0x558f0a696147 <vm_exec_core+12727>, 0x558f0a693cb5 <vm_exec_core+3365>, 0x558f0a693c46 <vm_exec_core+3254>, 0x558f0a693c01 <vm_exec_core+3185>, 0x558f0a693b8e <vm_exec_core+3070>, 0x558f0a693a46 <vm_exec_core+2742>, 0x558f0a69397a <vm_exec_core+2538>, 0x558f0a6938fe <vm_exec_core+2414>, 0x558f0a69575b <vm_exec_core+10187>, 0x558f0a6938ca <vm_exec_core+2362>, 0x558f0a69388b <vm_exec_core+2299>, 0x558f0a69384c <vm_exec_core+2236>, 0x558f0a693810 <vm_exec_core+2176>, 0x558f0a693752 <vm_exec_core+1986>, 0x558f0a6936cf <vm_exec_core+1855>, 0x558f0a6962b1 <vm_exec_core+13089>, 0x558f0a6963be <vm_exec_core+13358>, 0x558f0a6965ff <vm_exec_core+13935>, 0x558f0a696019 <vm_exec_core+12425>, 0x558f0a696698 <vm_exec_core+14088>, 0x558f0a696965 <vm_exec_core+14805>, 0x558f0a696884 <vm_exec_core+14580>, 0x558f0a696907 <vm_exec_core+14711>, 0x558f0a69676a <vm_exec_core+14298>, 0x558f0a6967c8 <vm_exec_core+14392>, 0x558f0a696826 <vm_exec_core+14486>, 0x558f0a696bf5 <vm_exec_core+15461>, 0x558f0a696a49 <vm_exec_core+15033>, 0x558f0a696a95 <vm_exec_core+15109>, 0x558f0a696ae8 <vm_exec_core+15192>, 0x558f0a696b6b <vm_exec_core+15323>, 0x558f0a693602 <vm_exec_core+1650>, 0x558f0a69355a <vm_exec_core+1482>, 0x558f0a696318 <vm_exec_core+13192>, 0x558f0a696376 <vm_exec_core+13286>, 0x558f0a6961a7 <vm_exec_core+12823>, 0x558f0a69623a <vm_exec_core+12970>, 0x558f0a696731 <vm_exec_core+14241>, 0x558f0a6969be <vm_exec_core+14894>, 0x558f0a6934e9 <vm_exec_core+1369>, 0x558f0a693469 <vm_exec_core+1241>, 0x558f0a6933c0 <vm_exec_core+1072>, 0x558f0a693379 <vm_exec_core+1001>, 0x558f0a69332e <vm_exec_core+926>, 0x558f0a6932e5 <vm_exec_core+853>, 0x558f0a693294 <vm_exec_core+772>, 0x558f0a69325f <vm_exec_core+719>, 0x558f0a69322a <vm_exec_core+666>, 0x558f0a696422 <vm_exec_core+13458>, 0x558f0a6952c9 <vm_exec_core+9017>, 0x558f0a69525c <vm_exec_core+8908>, 0x558f0a6951e4 <vm_exec_core+8788>, 0x558f0a695172 <vm_exec_core+8674>, 0x558f0a6950f9 <vm_exec_core+8553>, 0x558f0a695053 <vm_exec_core+8387>, 0x558f0a6956e0 <vm_exec_core+10064>, 0x558f0a6955c5 <vm_exec_core+9781>, 0x558f0a69561c <vm_exec_core+9868>, 0x558f0a69532d <vm_exec_core+9117>, 0x558f0a69545a <vm_exec_core+9418>, 0x558f0a694bc1 <vm_exec_core+7217>, 0x558f0a694b59 <vm_exec_core+7113>, 0x558f0a694aec <vm_exec_core+7004>, 0x558f0a694dcb <vm_exec_core+7739>, 0x558f0a694d93 <vm_exec_core+7683>, 0x558f0a694d5e <vm_exec_core+7630>, 0x558f0a694d29 <vm_exec_core+7577>, 0x558f0a694cf4 <vm_exec_core+7524>, 0x558f0a694c91 <vm_exec_core+7425>, 0x558f0a694c4d <vm_exec_core+7357>, 0x558f0a694c06 <vm_exec_core+7286>, 0x558f0a694f07 <vm_exec_core+8055>, 0x558f0a694ec1 <vm_exec_core+7985>, 0x558f0a694e42 <vm_exec_core+7858>, 0x558f0a694e08 <vm_exec_core+7800>, 0x558f0a694fb9 <vm_exec_core+8233>, 0x558f0a694f5f <vm_exec_core+8143>, 0x558f0a695016 <vm_exec_core+8326>, 0x558f0a694aaf <vm_exec_core+6943>, 0x558f0a6948ac <vm_exec_core+6428>, 0x558f0a694826 <vm_exec_core+6294>, 0x558f0a6947be <vm_exec_core+6190>, 0x558f0a694766 <vm_exec_core+6102>, 0x558f0a694704 <vm_exec_core+6004>, 0x558f0a6946b7 <vm_exec_core+5927>, 0x558f0a694643 <vm_exec_core+5811>, 0x558f0a6945f9 <vm_exec_core+5737>, 0x558f0a6945d2 <vm_exec_core+5698>, 0x558f0a694597 <vm_exec_core+5639>, 0x558f0a694546 <vm_exec_core+5558>, 0x558f0a694512 <vm_exec_core+5506>, 0x558f0a694465 <vm_exec_core+5333>, 0x558f0a694422 <vm_exec_core+5266>, 0x558f0a6943de <vm_exec_core+5198>, 0x558f0a6943ac <vm_exec_core+5148>, 0x558f0a69433d <vm_exec_core+5037>, 0x558f0a6942dc <vm_exec_core+4940>, 0x558f0a69428d <vm_exec_core+4861>, 0x558f0a69421e <vm_exec_core+4750>, 0x558f0a6941c0 <vm_exec_core+4656>, 0x558f0a6940a8 <vm_exec_core+4376>, 0x558f0a69406c <vm_exec_core+4316>, 0x558f0a694025 <vm_exec_core+4245>, 0x558f0a693fbb <vm_exec_core+4139>, 0x558f0a693f1d <vm_exec_core+3981>, 0x558f0a696565 <vm_exec_core+13781>, 0x558f0a693e68 <vm_exec_core+3800>, 0x558f0a693de0 <vm_exec_core+3664>, 0x558f0a693d91 <vm_exec_core+3585>, 0x558f0a693d42 <vm_exec_core+3506>, 0x558f0a693cf3 <vm_exec_core+3427>, 0x558f0a696539 <vm_exec_core+13737>, 0x558f0a693ca4 <vm_exec_core+3348>, 0x558f0a693c35 <vm_exec_core+3237>, 0x558f0a693bf0 <vm_exec_core+3168>, 0x558f0a693b7d <vm_exec_core+3053>, 0x558f0a693a35 <vm_exec_core+2725>, 0x558f0a693969 <vm_exec_core+2521>, 0x558f0a6938ed <vm_exec_core+2397>, 0x558f0a69574a <vm_exec_core+10170>, 0x558f0a6938b9 <vm_exec_core+2345>, 0x558f0a69387a <vm_exec_core+2282>, 0x558f0a69383b <vm_exec_core+2219>, 0x558f0a6937ff <vm_exec_core+2159>, 0x558f0a693741 <vm_exec_core+1969>, 0x558f0a6936be <vm_exec_core+1838>, 0x558f0a69654f <vm_exec_core+13759>, 0x558f0a696191 <vm_exec_core+12801>, 0x558f0a696360 <vm_exec_core+13264>, 0x558f0a696440 <vm_exec_core+13488>, 0x558f0a696456 <vm_exec_core+13510>, 0x558f0a69646c <vm_exec_core+13532>, 0x558f0a696482 <vm_exec_core+13554>, 0x558f0a69649f <vm_exec_core+13583>, 0x558f0a6964b5 <vm_exec_core+13605>, 0x558f0a6964cb <vm_exec_core+13627>, 0x558f0a6964e1 <vm_exec_core+13649>...}
#51 0x0000558f0a69974e in rb_vm_exec (ec=0x558f13933590) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2625
        _ec = 0x558f13933590
        _tag = {tag = 36, retval = 4, buf = {0x7efd37dd2db0, 0x558f0a699670 <rb_vm_exec+304>, 0x0, 0x7efd37dd2ca0, 0x7efd37dd2d50}, prev = 0x7efd37dd2ec0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#52 0x0000558f0a699b6e in invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=139626561856320, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1655
        iseq = 0x7efd579ef038
        type = <optimized out>
        cfp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        opt_pc = <optimized out>
        sp = 0x7efd37bd2018
        av = {139626029067600, 139626029067968}
        stack_argv = 0x7efd37bd2018
        iseq = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        av = <optimized out>
        stack_argv = <optimized out>
        bound = <optimized out>
#53 0x0000558f0a69a531 in rb_vm_invoke_proc_with_self (ec=<optimized out>, proc=proc@entry=0x558f13880610, self=self@entry=139626561856320, argc=argc@entry=0, argv=argv@entry=0x7efd37dd2d60, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1814
No locals.
#54 0x0000558f0a640b00 in thread_do_start_proc (th=th@entry=0x558f139339e0) at /tmp/ruby/src/trunk-gc-asserts/thread.c:583
        self = 139626561856320
        args = <optimized out>
        args_ptr = 0x7efd37dd2d60
        args_len = 0
        procval = <optimized out>
        proc = 0x558f13880610
#55 0x0000558f0a6415a0 in thread_do_start (th=0x558f139339e0) at /tmp/ruby/src/trunk-gc-asserts/thread.c:625
        result = 36
        result = <optimized out>
#56 thread_start_func_2 (th=th@entry=0x558f139339e0, stack_start=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread.c:676
        _ec = 0x558f13933590
        _tag = {tag = 36, retval = 0, buf = {0x558f139337f0, 0x558f0a640f10 <thread_start_func_2+624>, 0x0, 0x7efd37dd2dc0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x558f139339e0
        fiber_scheduler_closed = 0
        event_thread_end_hooked = 0
        result = 36
#57 0x0000558f0a64196d in call_thread_start_func_2 (th=0x558f139339e0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2218
        stack_start = 0
        stack_start_addr = 0x7efd37dd2f80
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#58 co_start (from=<optimized out>, self=0x558f139337f0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread_mn.c:458
        th = 0x558f139339e0
        sched = 0x558f138819f8
        nt = <optimized out>
        is_dnt = <optimized out>
#59 0x0000000000000000 in ?? ()
No symbol table info available.

Thread 1 (Thread 0x7efd72c767c0 (LWP 400556) "miniruby"):
#0  0x00007efd72d11d61 in __futex_abstimed_wait_common64 (private=21903, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x558f137ff070) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=21903, abstime=0x0, clockid=0, expected=0, futex_word=0x558f137ff070) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 256
        op = 393
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x558f137ff070, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007efd72d147dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x558f137ff168, cond=0x558f137ff048) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7efd72d144a0 <__condvar_cleanup_waiting>, __arg = 0x7fffaf7e6340, __canceltype = 2, __prev = 0x0}
        cbuffer = {wseq = 0, cond = 0x558f137ff048, mutex = 0x558f137ff168, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 0
        seq = 0
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_wait (cond=cond@entry=0x558f137ff048, mutex=mutex@entry=0x558f137ff168) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x0000558f0a637e3d in rb_native_cond_wait (cond=cond@entry=0x558f137ff048, mutex=mutex@entry=0x558f137ff168) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:221
        r = <optimized out>
#6  0x0000558f0a637f83 in thread_sched_wait_running_turn (sched=sched@entry=0x558f137ff168, th=0x558f137fa060, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:847
        next_th = 0x0
#7  0x0000558f0a638bb2 in rb_ractor_sched_wait (ec=ec@entry=0x558f137ff340, cr=cr@entry=0x558f137ff0a0, ubf=ubf@entry=0x558f0a588250 <ubf_ractor_wait>, ubf_arg=ubf_arg@entry=0x7fffaf7e6490) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:1365
        can_direct_transfer = false
        th = 0x558f137fa060
        sched = 0x558f137ff168
#8  0x0000558f0a5899cc in ractor_wait (cr=0x558f137ff0a0, ec=0x558f137ff340) at /tmp/ruby/src/trunk-gc-asserts/ractor_sync.c:1030
        th = <optimized out>
        waiter = {wakeup_status = wakeup_none, th = 0x558f137fa060, node = {next = 0x558f137ff0f8, prev = 0x558f137ff0f8}}
        th = <optimized out>
        waiter = <optimized out>
#9  ractor_wait_receive (ec=ec@entry=0x558f137ff340, cr=cr@entry=0x558f137ff0a0) at /tmp/ruby/src/trunk-gc-asserts/ractor_sync.c:1097
        messages = {set = {n = {next = 0x0, prev = 0x558f137fa060}}, closed = 248}
        deliverred = false
#10 0x0000558f0a58b001 in ractor_receive (rp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/ractor_sync.c:1150
        v = <optimized out>
        cr = <optimized out>
        cr = <optimized out>
        v = <optimized out>
#11 ractor_port_receive (self=<optimized out>, ec=0x558f137ff340) at /tmp/ruby/src/trunk-gc-asserts/ractor_sync.c:133
        rp = 0x558f13881c70
        rp = <optimized out>
#12 builtin_inline_class_660 (ec=0x558f137ff340, self=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/ractor.rb:661
No locals.
#13 0x0000558f0a695daf in vm_exec_core (ec=0x558f137ff070, ec@entry=0x558f137ff340) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:7259
        reg_pc = 0x558f138d70d8
        reg_cfp = 0x7efd72c14e88
        insns_address_table = {0x558f0a6962a0 <vm_exec_core+13072>, 0x558f0a6952da <vm_exec_core+9034>, 0x558f0a69526d <vm_exec_core+8925>, 0x558f0a6951f5 <vm_exec_core+8805>, 0x558f0a695183 <vm_exec_core+8691>, 0x558f0a69510a <vm_exec_core+8570>, 0x558f0a695064 <vm_exec_core+8404>, 0x558f0a6956f1 <vm_exec_core+10081>, 0x558f0a6955d6 <vm_exec_core+9798>, 0x558f0a69562d <vm_exec_core+9885>, 0x558f0a69533e <vm_exec_core+9134>, 0x558f0a69546b <vm_exec_core+9435>, 0x558f0a694bd2 <vm_exec_core+7234>, 0x558f0a694b6a <vm_exec_core+7130>, 0x558f0a694afd <vm_exec_core+7021>, 0x558f0a694ddc <vm_exec_core+7756>, 0x558f0a694da4 <vm_exec_core+7700>, 0x558f0a694d6f <vm_exec_core+7647>, 0x558f0a694d3a <vm_exec_core+7594>, 0x558f0a694d05 <vm_exec_core+7541>, 0x558f0a694ca2 <vm_exec_core+7442>, 0x558f0a694c5e <vm_exec_core+7374>, 0x558f0a694c17 <vm_exec_core+7303>, 0x558f0a694f18 <vm_exec_core+8072>, 0x558f0a694ed2 <vm_exec_core+8002>, 0x558f0a694e53 <vm_exec_core+7875>, 0x558f0a694e19 <vm_exec_core+7817>, 0x558f0a694fca <vm_exec_core+8250>, 0x558f0a694f70 <vm_exec_core+8160>, 0x558f0a695027 <vm_exec_core+8343>, 0x558f0a694ac0 <vm_exec_core+6960>, 0x558f0a6948bd <vm_exec_core+6445>, 0x558f0a694837 <vm_exec_core+6311>, 0x558f0a6947cf <vm_exec_core+6207>, 0x558f0a694777 <vm_exec_core+6119>, 0x558f0a694715 <vm_exec_core+6021>, 0x558f0a6946c8 <vm_exec_core+5944>, 0x558f0a694654 <vm_exec_core+5828>, 0x558f0a69460a <vm_exec_core+5754>, 0x558f0a6945e3 <vm_exec_core+5715>, 0x558f0a6945a8 <vm_exec_core+5656>, 0x558f0a694557 <vm_exec_core+5575>, 0x558f0a694523 <vm_exec_core+5523>, 0x558f0a694476 <vm_exec_core+5350>, 0x558f0a694433 <vm_exec_core+5283>, 0x558f0a6943ef <vm_exec_core+5215>, 0x558f0a6943bd <vm_exec_core+5165>, 0x558f0a69434e <vm_exec_core+5054>, 0x558f0a6942ed <vm_exec_core+4957>, 0x558f0a69429e <vm_exec_core+4878>, 0x558f0a69422f <vm_exec_core+4767>, 0x558f0a6941d1 <vm_exec_core+4673>, 0x558f0a6940b9 <vm_exec_core+4393>, 0x558f0a69407d <vm_exec_core+4333>, 0x558f0a694036 <vm_exec_core+4262>, 0x558f0a693fcc <vm_exec_core+4156>, 0x558f0a693f2e <vm_exec_core+3998>, 0x558f0a693000 <vm_exec_core+112>, 0x558f0a693e79 <vm_exec_core+3817>, 0x558f0a693df1 <vm_exec_core+3681>, 0x558f0a693da2 <vm_exec_core+3602>, 0x558f0a693d53 <vm_exec_core+3523>, 0x558f0a693d04 <vm_exec_core+3444>, 0x558f0a696147 <vm_exec_core+12727>, 0x558f0a693cb5 <vm_exec_core+3365>, 0x558f0a693c46 <vm_exec_core+3254>, 0x558f0a693c01 <vm_exec_core+3185>, 0x558f0a693b8e <vm_exec_core+3070>, 0x558f0a693a46 <vm_exec_core+2742>, 0x558f0a69397a <vm_exec_core+2538>, 0x558f0a6938fe <vm_exec_core+2414>, 0x558f0a69575b <vm_exec_core+10187>, 0x558f0a6938ca <vm_exec_core+2362>, 0x558f0a69388b <vm_exec_core+2299>, 0x558f0a69384c <vm_exec_core+2236>, 0x558f0a693810 <vm_exec_core+2176>, 0x558f0a693752 <vm_exec_core+1986>, 0x558f0a6936cf <vm_exec_core+1855>, 0x558f0a6962b1 <vm_exec_core+13089>, 0x558f0a6963be <vm_exec_core+13358>, 0x558f0a6965ff <vm_exec_core+13935>, 0x558f0a696019 <vm_exec_core+12425>, 0x558f0a696698 <vm_exec_core+14088>, 0x558f0a696965 <vm_exec_core+14805>, 0x558f0a696884 <vm_exec_core+14580>, 0x558f0a696907 <vm_exec_core+14711>, 0x558f0a69676a <vm_exec_core+14298>, 0x558f0a6967c8 <vm_exec_core+14392>, 0x558f0a696826 <vm_exec_core+14486>, 0x558f0a696bf5 <vm_exec_core+15461>, 0x558f0a696a49 <vm_exec_core+15033>, 0x558f0a696a95 <vm_exec_core+15109>, 0x558f0a696ae8 <vm_exec_core+15192>, 0x558f0a696b6b <vm_exec_core+15323>, 0x558f0a693602 <vm_exec_core+1650>, 0x558f0a69355a <vm_exec_core+1482>, 0x558f0a696318 <vm_exec_core+13192>, 0x558f0a696376 <vm_exec_core+13286>, 0x558f0a6961a7 <vm_exec_core+12823>, 0x558f0a69623a <vm_exec_core+12970>, 0x558f0a696731 <vm_exec_core+14241>, 0x558f0a6969be <vm_exec_core+14894>, 0x558f0a6934e9 <vm_exec_core+1369>, 0x558f0a693469 <vm_exec_core+1241>, 0x558f0a6933c0 <vm_exec_core+1072>, 0x558f0a693379 <vm_exec_core+1001>, 0x558f0a69332e <vm_exec_core+926>, 0x558f0a6932e5 <vm_exec_core+853>, 0x558f0a693294 <vm_exec_core+772>, 0x558f0a69325f <vm_exec_core+719>, 0x558f0a69322a <vm_exec_core+666>, 0x558f0a696422 <vm_exec_core+13458>, 0x558f0a6952c9 <vm_exec_core+9017>, 0x558f0a69525c <vm_exec_core+8908>, 0x558f0a6951e4 <vm_exec_core+8788>, 0x558f0a695172 <vm_exec_core+8674>, 0x558f0a6950f9 <vm_exec_core+8553>, 0x558f0a695053 <vm_exec_core+8387>, 0x558f0a6956e0 <vm_exec_core+10064>, 0x558f0a6955c5 <vm_exec_core+9781>, 0x558f0a69561c <vm_exec_core+9868>, 0x558f0a69532d <vm_exec_core+9117>, 0x558f0a69545a <vm_exec_core+9418>, 0x558f0a694bc1 <vm_exec_core+7217>, 0x558f0a694b59 <vm_exec_core+7113>, 0x558f0a694aec <vm_exec_core+7004>, 0x558f0a694dcb <vm_exec_core+7739>, 0x558f0a694d93 <vm_exec_core+7683>, 0x558f0a694d5e <vm_exec_core+7630>, 0x558f0a694d29 <vm_exec_core+7577>, 0x558f0a694cf4 <vm_exec_core+7524>, 0x558f0a694c91 <vm_exec_core+7425>, 0x558f0a694c4d <vm_exec_core+7357>, 0x558f0a694c06 <vm_exec_core+7286>, 0x558f0a694f07 <vm_exec_core+8055>, 0x558f0a694ec1 <vm_exec_core+7985>, 0x558f0a694e42 <vm_exec_core+7858>, 0x558f0a694e08 <vm_exec_core+7800>, 0x558f0a694fb9 <vm_exec_core+8233>, 0x558f0a694f5f <vm_exec_core+8143>, 0x558f0a695016 <vm_exec_core+8326>, 0x558f0a694aaf <vm_exec_core+6943>, 0x558f0a6948ac <vm_exec_core+6428>, 0x558f0a694826 <vm_exec_core+6294>, 0x558f0a6947be <vm_exec_core+6190>, 0x558f0a694766 <vm_exec_core+6102>, 0x558f0a694704 <vm_exec_core+6004>, 0x558f0a6946b7 <vm_exec_core+5927>, 0x558f0a694643 <vm_exec_core+5811>, 0x558f0a6945f9 <vm_exec_core+5737>, 0x558f0a6945d2 <vm_exec_core+5698>, 0x558f0a694597 <vm_exec_core+5639>, 0x558f0a694546 <vm_exec_core+5558>, 0x558f0a694512 <vm_exec_core+5506>, 0x558f0a694465 <vm_exec_core+5333>, 0x558f0a694422 <vm_exec_core+5266>, 0x558f0a6943de <vm_exec_core+5198>, 0x558f0a6943ac <vm_exec_core+5148>, 0x558f0a69433d <vm_exec_core+5037>, 0x558f0a6942dc <vm_exec_core+4940>, 0x558f0a69428d <vm_exec_core+4861>, 0x558f0a69421e <vm_exec_core+4750>, 0x558f0a6941c0 <vm_exec_core+4656>, 0x558f0a6940a8 <vm_exec_core+4376>, 0x558f0a69406c <vm_exec_core+4316>, 0x558f0a694025 <vm_exec_core+4245>, 0x558f0a693fbb <vm_exec_core+4139>, 0x558f0a693f1d <vm_exec_core+3981>, 0x558f0a696565 <vm_exec_core+13781>, 0x558f0a693e68 <vm_exec_core+3800>, 0x558f0a693de0 <vm_exec_core+3664>, 0x558f0a693d91 <vm_exec_core+3585>, 0x558f0a693d42 <vm_exec_core+3506>, 0x558f0a693cf3 <vm_exec_core+3427>, 0x558f0a696539 <vm_exec_core+13737>, 0x558f0a693ca4 <vm_exec_core+3348>, 0x558f0a693c35 <vm_exec_core+3237>, 0x558f0a693bf0 <vm_exec_core+3168>, 0x558f0a693b7d <vm_exec_core+3053>, 0x558f0a693a35 <vm_exec_core+2725>, 0x558f0a693969 <vm_exec_core+2521>, 0x558f0a6938ed <vm_exec_core+2397>, 0x558f0a69574a <vm_exec_core+10170>, 0x558f0a6938b9 <vm_exec_core+2345>, 0x558f0a69387a <vm_exec_core+2282>, 0x558f0a69383b <vm_exec_core+2219>, 0x558f0a6937ff <vm_exec_core+2159>, 0x558f0a693741 <vm_exec_core+1969>, 0x558f0a6936be <vm_exec_core+1838>, 0x558f0a69654f <vm_exec_core+13759>, 0x558f0a696191 <vm_exec_core+12801>, 0x558f0a696360 <vm_exec_core+13264>, 0x558f0a696440 <vm_exec_core+13488>, 0x558f0a696456 <vm_exec_core+13510>, 0x558f0a69646c <vm_exec_core+13532>, 0x558f0a696482 <vm_exec_core+13554>, 0x558f0a69649f <vm_exec_core+13583>, 0x558f0a6964b5 <vm_exec_core+13605>, 0x558f0a6964cb <vm_exec_core+13627>, 0x558f0a6964e1 <vm_exec_core+13649>...}
#14 0x0000558f0a69974e in rb_vm_exec (ec=0x558f137ff340) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2625
        _ec = 0x558f137ff340
        _tag = {tag = 36, retval = 4, buf = {0x7efd579ee1d8, 0x558f0a699670 <rb_vm_exec+304>, 0x0, 0x7fffaf7e6730, 0x558f137fa460}, prev = 0x7fffaf7e6b70, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#15 0x0000558f0a69e494 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7fffaf7e6808, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1700
No locals.
#16 vm_yield (kw_splat=0, argv=0x7fffaf7e6808, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1714
No locals.
#17 rb_yield_0 (argv=0x7fffaf7e6808, argc=1) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1362
No locals.
#18 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1378
No locals.
#19 0x0000558f0a3b515c in rb_ary_collect (ary=139626561858520) at /tmp/ruby/src/trunk-gc-asserts/array.c:3655
        i = 0
        collect = 139626561855960
#20 0x0000558f0a67dbed in vm_call_cfunc_with_frame_ (ec=0x558f137ff340, reg_cfp=0x7efd72c14fa0, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3772
        ci = 0x168100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7efd596c0068
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#21 0x0000558f0a6860df in vm_sendish (ec=0x558f137ff340, reg_cfp=0x7efd72c14fa0, cd=0x558f138d44a0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-gc-asserts/vm_callinfo.h:415
        val = 36
        ci = <optimized out>
        cc = 0x7efd579ee200
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x558f138d44a0, cc = 0x7efd579ee200, block_handler = 139627017097145, recv = 139626561858520, argc = 0, kw_splat = false, heap_argv = 0, proc_ns = 0x0}
#22 0x0000558f0a694006 in vm_exec_core (ec=0x558f137ff070, ec@entry=0x558f137ff340) at ../../src/trunk-gc-asserts/insns.def:851
        bh = 139627018132833
        cd = 0x558f138d44a0
        blockiseq = 0x0
        leaf = <optimized out>
        val = 94072996709536
        reg_pc = 0x558f138cf898
        reg_cfp = 0x7efd72c14fa0
        insns_address_table = {0x558f0a6962a0 <vm_exec_core+13072>, 0x558f0a6952da <vm_exec_core+9034>, 0x558f0a69526d <vm_exec_core+8925>, 0x558f0a6951f5 <vm_exec_core+8805>, 0x558f0a695183 <vm_exec_core+8691>, 0x558f0a69510a <vm_exec_core+8570>, 0x558f0a695064 <vm_exec_core+8404>, 0x558f0a6956f1 <vm_exec_core+10081>, 0x558f0a6955d6 <vm_exec_core+9798>, 0x558f0a69562d <vm_exec_core+9885>, 0x558f0a69533e <vm_exec_core+9134>, 0x558f0a69546b <vm_exec_core+9435>, 0x558f0a694bd2 <vm_exec_core+7234>, 0x558f0a694b6a <vm_exec_core+7130>, 0x558f0a694afd <vm_exec_core+7021>, 0x558f0a694ddc <vm_exec_core+7756>, 0x558f0a694da4 <vm_exec_core+7700>, 0x558f0a694d6f <vm_exec_core+7647>, 0x558f0a694d3a <vm_exec_core+7594>, 0x558f0a694d05 <vm_exec_core+7541>, 0x558f0a694ca2 <vm_exec_core+7442>, 0x558f0a694c5e <vm_exec_core+7374>, 0x558f0a694c17 <vm_exec_core+7303>, 0x558f0a694f18 <vm_exec_core+8072>, 0x558f0a694ed2 <vm_exec_core+8002>, 0x558f0a694e53 <vm_exec_core+7875>, 0x558f0a694e19 <vm_exec_core+7817>, 0x558f0a694fca <vm_exec_core+8250>, 0x558f0a694f70 <vm_exec_core+8160>, 0x558f0a695027 <vm_exec_core+8343>, 0x558f0a694ac0 <vm_exec_core+6960>, 0x558f0a6948bd <vm_exec_core+6445>, 0x558f0a694837 <vm_exec_core+6311>, 0x558f0a6947cf <vm_exec_core+6207>, 0x558f0a694777 <vm_exec_core+6119>, 0x558f0a694715 <vm_exec_core+6021>, 0x558f0a6946c8 <vm_exec_core+5944>, 0x558f0a694654 <vm_exec_core+5828>, 0x558f0a69460a <vm_exec_core+5754>, 0x558f0a6945e3 <vm_exec_core+5715>, 0x558f0a6945a8 <vm_exec_core+5656>, 0x558f0a694557 <vm_exec_core+5575>, 0x558f0a694523 <vm_exec_core+5523>, 0x558f0a694476 <vm_exec_core+5350>, 0x558f0a694433 <vm_exec_core+5283>, 0x558f0a6943ef <vm_exec_core+5215>, 0x558f0a6943bd <vm_exec_core+5165>, 0x558f0a69434e <vm_exec_core+5054>, 0x558f0a6942ed <vm_exec_core+4957>, 0x558f0a69429e <vm_exec_core+4878>, 0x558f0a69422f <vm_exec_core+4767>, 0x558f0a6941d1 <vm_exec_core+4673>, 0x558f0a6940b9 <vm_exec_core+4393>, 0x558f0a69407d <vm_exec_core+4333>, 0x558f0a694036 <vm_exec_core+4262>, 0x558f0a693fcc <vm_exec_core+4156>, 0x558f0a693f2e <vm_exec_core+3998>, 0x558f0a693000 <vm_exec_core+112>, 0x558f0a693e79 <vm_exec_core+3817>, 0x558f0a693df1 <vm_exec_core+3681>, 0x558f0a693da2 <vm_exec_core+3602>, 0x558f0a693d53 <vm_exec_core+3523>, 0x558f0a693d04 <vm_exec_core+3444>, 0x558f0a696147 <vm_exec_core+12727>, 0x558f0a693cb5 <vm_exec_core+3365>, 0x558f0a693c46 <vm_exec_core+3254>, 0x558f0a693c01 <vm_exec_core+3185>, 0x558f0a693b8e <vm_exec_core+3070>, 0x558f0a693a46 <vm_exec_core+2742>, 0x558f0a69397a <vm_exec_core+2538>, 0x558f0a6938fe <vm_exec_core+2414>, 0x558f0a69575b <vm_exec_core+10187>, 0x558f0a6938ca <vm_exec_core+2362>, 0x558f0a69388b <vm_exec_core+2299>, 0x558f0a69384c <vm_exec_core+2236>, 0x558f0a693810 <vm_exec_core+2176>, 0x558f0a693752 <vm_exec_core+1986>, 0x558f0a6936cf <vm_exec_core+1855>, 0x558f0a6962b1 <vm_exec_core+13089>, 0x558f0a6963be <vm_exec_core+13358>, 0x558f0a6965ff <vm_exec_core+13935>, 0x558f0a696019 <vm_exec_core+12425>, 0x558f0a696698 <vm_exec_core+14088>, 0x558f0a696965 <vm_exec_core+14805>, 0x558f0a696884 <vm_exec_core+14580>, 0x558f0a696907 <vm_exec_core+14711>, 0x558f0a69676a <vm_exec_core+14298>, 0x558f0a6967c8 <vm_exec_core+14392>, 0x558f0a696826 <vm_exec_core+14486>, 0x558f0a696bf5 <vm_exec_core+15461>, 0x558f0a696a49 <vm_exec_core+15033>, 0x558f0a696a95 <vm_exec_core+15109>, 0x558f0a696ae8 <vm_exec_core+15192>, 0x558f0a696b6b <vm_exec_core+15323>, 0x558f0a693602 <vm_exec_core+1650>, 0x558f0a69355a <vm_exec_core+1482>, 0x558f0a696318 <vm_exec_core+13192>, 0x558f0a696376 <vm_exec_core+13286>, 0x558f0a6961a7 <vm_exec_core+12823>, 0x558f0a69623a <vm_exec_core+12970>, 0x558f0a696731 <vm_exec_core+14241>, 0x558f0a6969be <vm_exec_core+14894>, 0x558f0a6934e9 <vm_exec_core+1369>, 0x558f0a693469 <vm_exec_core+1241>, 0x558f0a6933c0 <vm_exec_core+1072>, 0x558f0a693379 <vm_exec_core+1001>, 0x558f0a69332e <vm_exec_core+926>, 0x558f0a6932e5 <vm_exec_core+853>, 0x558f0a693294 <vm_exec_core+772>, 0x558f0a69325f <vm_exec_core+719>, 0x558f0a69322a <vm_exec_core+666>, 0x558f0a696422 <vm_exec_core+13458>, 0x558f0a6952c9 <vm_exec_core+9017>, 0x558f0a69525c <vm_exec_core+8908>, 0x558f0a6951e4 <vm_exec_core+8788>, 0x558f0a695172 <vm_exec_core+8674>, 0x558f0a6950f9 <vm_exec_core+8553>, 0x558f0a695053 <vm_exec_core+8387>, 0x558f0a6956e0 <vm_exec_core+10064>, 0x558f0a6955c5 <vm_exec_core+9781>, 0x558f0a69561c <vm_exec_core+9868>, 0x558f0a69532d <vm_exec_core+9117>, 0x558f0a69545a <vm_exec_core+9418>, 0x558f0a694bc1 <vm_exec_core+7217>, 0x558f0a694b59 <vm_exec_core+7113>, 0x558f0a694aec <vm_exec_core+7004>, 0x558f0a694dcb <vm_exec_core+7739>, 0x558f0a694d93 <vm_exec_core+7683>, 0x558f0a694d5e <vm_exec_core+7630>, 0x558f0a694d29 <vm_exec_core+7577>, 0x558f0a694cf4 <vm_exec_core+7524>, 0x558f0a694c91 <vm_exec_core+7425>, 0x558f0a694c4d <vm_exec_core+7357>, 0x558f0a694c06 <vm_exec_core+7286>, 0x558f0a694f07 <vm_exec_core+8055>, 0x558f0a694ec1 <vm_exec_core+7985>, 0x558f0a694e42 <vm_exec_core+7858>, 0x558f0a694e08 <vm_exec_core+7800>, 0x558f0a694fb9 <vm_exec_core+8233>, 0x558f0a694f5f <vm_exec_core+8143>, 0x558f0a695016 <vm_exec_core+8326>, 0x558f0a694aaf <vm_exec_core+6943>, 0x558f0a6948ac <vm_exec_core+6428>, 0x558f0a694826 <vm_exec_core+6294>, 0x558f0a6947be <vm_exec_core+6190>, 0x558f0a694766 <vm_exec_core+6102>, 0x558f0a694704 <vm_exec_core+6004>, 0x558f0a6946b7 <vm_exec_core+5927>, 0x558f0a694643 <vm_exec_core+5811>, 0x558f0a6945f9 <vm_exec_core+5737>, 0x558f0a6945d2 <vm_exec_core+5698>, 0x558f0a694597 <vm_exec_core+5639>, 0x558f0a694546 <vm_exec_core+5558>, 0x558f0a694512 <vm_exec_core+5506>, 0x558f0a694465 <vm_exec_core+5333>, 0x558f0a694422 <vm_exec_core+5266>, 0x558f0a6943de <vm_exec_core+5198>, 0x558f0a6943ac <vm_exec_core+5148>, 0x558f0a69433d <vm_exec_core+5037>, 0x558f0a6942dc <vm_exec_core+4940>, 0x558f0a69428d <vm_exec_core+4861>, 0x558f0a69421e <vm_exec_core+4750>, 0x558f0a6941c0 <vm_exec_core+4656>, 0x558f0a6940a8 <vm_exec_core+4376>, 0x558f0a69406c <vm_exec_core+4316>, 0x558f0a694025 <vm_exec_core+4245>, 0x558f0a693fbb <vm_exec_core+4139>, 0x558f0a693f1d <vm_exec_core+3981>, 0x558f0a696565 <vm_exec_core+13781>, 0x558f0a693e68 <vm_exec_core+3800>, 0x558f0a693de0 <vm_exec_core+3664>, 0x558f0a693d91 <vm_exec_core+3585>, 0x558f0a693d42 <vm_exec_core+3506>, 0x558f0a693cf3 <vm_exec_core+3427>, 0x558f0a696539 <vm_exec_core+13737>, 0x558f0a693ca4 <vm_exec_core+3348>, 0x558f0a693c35 <vm_exec_core+3237>, 0x558f0a693bf0 <vm_exec_core+3168>, 0x558f0a693b7d <vm_exec_core+3053>, 0x558f0a693a35 <vm_exec_core+2725>, 0x558f0a693969 <vm_exec_core+2521>, 0x558f0a6938ed <vm_exec_core+2397>, 0x558f0a69574a <vm_exec_core+10170>, 0x558f0a6938b9 <vm_exec_core+2345>, 0x558f0a69387a <vm_exec_core+2282>, 0x558f0a69383b <vm_exec_core+2219>, 0x558f0a6937ff <vm_exec_core+2159>, 0x558f0a693741 <vm_exec_core+1969>, 0x558f0a6936be <vm_exec_core+1838>, 0x558f0a69654f <vm_exec_core+13759>, 0x558f0a696191 <vm_exec_core+12801>, 0x558f0a696360 <vm_exec_core+13264>, 0x558f0a696440 <vm_exec_core+13488>, 0x558f0a696456 <vm_exec_core+13510>, 0x558f0a69646c <vm_exec_core+13532>, 0x558f0a696482 <vm_exec_core+13554>, 0x558f0a69649f <vm_exec_core+13583>, 0x558f0a6964b5 <vm_exec_core+13605>, 0x558f0a6964cb <vm_exec_core+13627>, 0x558f0a6964e1 <vm_exec_core+13649>...}
#23 0x0000558f0a69974e in rb_vm_exec (ec=0x558f137ff340) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2625
        _ec = 0x558f137ff340
        _tag = {tag = 36, retval = 4, buf = {0x558f137ff340, 0x558f0a699670 <rb_vm_exec+304>, 0x0, 0x7fffaf7e6b50, 0x7efd579eed18}, prev = 0x7fffaf7e6c20, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = <optimized out>
#24 0x0000558f0a6ab533 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2905
        ec = <optimized out>
        val = <optimized out>
#25 0x0000558f0a48b925 in rb_ec_exec_node (ec=ec@entry=0x558f137ff340, n=n@entry=0x7efd579ef2b8) at /tmp/ruby/src/trunk-gc-asserts/eval.c:281
        _ec = 0x558f137ff340
        _tag = {tag = 36, retval = 94072841236374, buf = {0x558f137ff340, 0x558f0a48b980 <rb_ec_exec_node+256>, 0x0, 0x7fffaf7e6c00, 0x7efd579ef2b8}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7efd579ef2b8
#26 0x0000558f0a48fbcb in ruby_run_node (n=0x7efd579ef2b8) at /tmp/ruby/src/trunk-gc-asserts/eval.c:319
        ec = 0x558f137ff340
        status = 0
#27 0x0000558f0a3abde6 in rb_main (argv=0x7fffaf7e6e48, argc=8) at /tmp/ruby/src/trunk-gc-asserts/main.c:42
        variable_in_this_stack_frame = 0
#28 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

[Inferior 1 (process 400556) detached]
$ timeout 60 gdb -p 397990 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
Fstderr output is not empty
   th: 0x558f137fa060, native_id: 0x7efd72c767c0
   -- Control frame information -----------------------------------------------
   c:0007 p:0003 s:0030 e:000029 METHOD <internal:ractor>:660
   c:0006 p:0027 s:0026 e:000025 METHOD <internal:ractor>:551
   c:0005 p:0003 s:0021 e:000020 METHOD <internal:ractor>:574
   c:0004 p:0004 s:0017 e:000016 BLOCK  bootstraptest.test_ractor.rb_1366_1355.rb:9 [FINISH]
[New LWP 398011]
[New LWP 398008]
[New LWP 398007]
[New LWP 398005]
[New LWP 398003]
[New LWP 398000]
[New LWP 397999]
[New LWP 397997]
[New LWP 397996]
[New LWP 397995]
[New LWP 397994]
[New LWP 397993]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007fdfed85ca00 in __GI_ppoll (fds=0x7ffff05816c8, nfds=1, timeout=<optimized out>, sigmask=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42

>>> Threads

  Id   Target Id                                          Frame 
* 1    Thread 0x7fdfed73e740 (LWP 397990) "ruby"          0x00007fdfed85ca00 in __GI_ppoll (fds=0x7ffff05816c8, nfds=1, timeout=<optimized out>, sigmask=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
  2    Thread 0x7fdfe2df66c0 (LWP 398011) "runner.rb:546" 0x00007fdfed85c4cd in __GI___poll (fds=0x7fdfe2cf5180, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  3    Thread 0x7fdfe2ff76c0 (LWP 398008) "runner.rb:636" 0x00007fdfed85c4cd in __GI___poll (fds=0x7fdfe2ef6180, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  4    Thread 0x7fdfe31f86c0 (LWP 398007) "runner.rb:546" 0x00007fdfed85c4cd in __GI___poll (fds=0x7fdfe30f7180, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  5    Thread 0x7fdfe33f96c0 (LWP 398005) "runner.rb:636" 0x00007fdfed85c4cd in __GI___poll (fds=0x7fdfe32f8180, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  6    Thread 0x7fdfe35fa6c0 (LWP 398003) "runner.rb:636" 0x00007fdfed85c4cd in __GI___poll (fds=0x7fdfe34f9180, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  7    Thread 0x7fdfe37fb6c0 (LWP 398000) "runner.rb:546" 0x00007fdfed85c4cd in __GI___poll (fds=0x7fdfe36fa180, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  8    Thread 0x7fdfe39fc6c0 (LWP 397999) "runner.rb:546" 0x00007fdfed85c4cd in __GI___poll (fds=0x7fdfe38fb180, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  9    Thread 0x7fdfe3bfd6c0 (LWP 397997) "runner.rb:636" 0x00007fdfed85c4cd in __GI___poll (fds=0x7fdfe3afc180, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  10   Thread 0x7fdfe3dfe6c0 (LWP 397996) "runner.rb:334" 0x00007fdfed7d9d61 in __futex_abstimed_wait_common64 (private=32735, cancel=true, abstime=0x7fdfe3cfd370, op=137, expected=0, futex_word=0x558d9b8bc43c) at ./nptl/futex-internal.c:57
  11   Thread 0x7fdfe3fff6c0 (LWP 397995) "runner.rb:334" 0x00007fdfed7d9d61 in __futex_abstimed_wait_common64 (private=32735, cancel=true, abstime=0x7fdfe3efe370, op=137, expected=0, futex_word=0x558d9b8bbd7c) at ./nptl/futex-internal.c:57
  12   Thread 0x7fdfe8bfe6c0 (LWP 397994) "runner.rb:334" 0x00007fdfed7d9d61 in __futex_abstimed_wait_common64 (private=32735, cancel=true, abstime=0x7fdfe8afd370, op=137, expected=0, futex_word=0x558d9b8bb35c) at ./nptl/futex-internal.c:57
  13   Thread 0x7fdfe8dff6c0 (LWP 397993) "runner.rb:334" 0x00007fdfed7d9d61 in __futex_abstimed_wait_common64 (private=32735, cancel=true, abstime=0x7fdfe8cfe370, op=137, expected=0, futex_word=0x558d9b8a8098) at ./nptl/futex-internal.c:57

>>> Machine level backtrace


Thread 13 (Thread 0x7fdfe8dff6c0 (LWP 397993) "runner.rb:334"):
#0  0x00007fdfed7d9d61 in __futex_abstimed_wait_common64 (private=32735, cancel=true, abstime=0x7fdfe8cfe370, op=137, expected=0, futex_word=0x558d9b8a8098) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=32735, abstime=0x7fdfe8cfe370, clockid=32735, expected=0, futex_word=0x558d9b8a8098) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 8379904
        op = 137
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x558d9b8a8098, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fdfe8cfe370, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007fdfed7dcc7e in __pthread_cond_wait_common (abstime=0x7fdfe8cfe370, clockid=1, mutex=0x558d9b901580, cond=0x558d9b8a8070) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7fdfed7dc4a0 <__condvar_cleanup_waiting>, __arg = 0x7fdfe8cfe300, __canceltype = -389029088, __prev = 0x0}
        cbuffer = {wseq = 1548, cond = 0x558d9b8a8070, mutex = 0x558d9b901580, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 1548
        seq = 774
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_timedwait64 (cond=0x558d9b8a8070, mutex=0x558d9b901580, abstime=0x7fdfe8cfe370) at ./nptl/pthread_cond_wait.c:652
        flags = <optimized out>
        clockid = 1
#5  0x00007fdfedd23454 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#6  0x00007fdfedd298ed in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#7  0x00007fdfedd29a72 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#8  0x00007fdfedd2e7fb in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#9  0x00007fdfedbcf440 in rb_ensure () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#10 0x00007fdfedd24001 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#11 0x00007fdfedd251cd in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#12 0x00007fdfedd659d0 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#13 0x00007fdfedd681df in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#14 0x00007fdfedd6b2a2 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#15 0x00007fdfedd6fc1a in rb_vm_exec () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#16 0x00007fdfedd7488e in rb_vm_invoke_proc () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#17 0x00007fdfedd2cb4f in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#18 0x00007fdfedd2d041 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#19 0x00007fdfedd2d916 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#20 0x00007fdfed7dda94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140599661426368, -3065358756528209399, 140599661426368, -136, 22, 140737225688720, -3065358756473683447, -3065364511495372279}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#21 0x00007fdfed86ac3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 12 (Thread 0x7fdfe8bfe6c0 (LWP 397994) "runner.rb:334"):
#0  0x00007fdfed7d9d61 in __futex_abstimed_wait_common64 (private=32735, cancel=true, abstime=0x7fdfe8afd370, op=137, expected=0, futex_word=0x558d9b8bb35c) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=32735, abstime=0x7fdfe8afd370, clockid=32735, expected=0, futex_word=0x558d9b8bb35c) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 8379904
        op = 137
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x558d9b8bb35c, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fdfe8afd370, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007fdfed7dcc7e in __pthread_cond_wait_common (abstime=0x7fdfe8afd370, clockid=1, mutex=0x558d9b90ebb0, cond=0x558d9b8bb330) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7fdfed7dc4a0 <__condvar_cleanup_waiting>, __arg = 0x7fdfe8afd300, __canceltype = -391130336, __prev = 0x0}
        cbuffer = {wseq = 1141, cond = 0x558d9b8bb330, mutex = 0x558d9b90ebb0, private = 0}
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 1141
        seq = 570
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_timedwait64 (cond=0x558d9b8bb330, mutex=0x558d9b90ebb0, abstime=0x7fdfe8afd370) at ./nptl/pthread_cond_wait.c:652
        flags = <optimized out>
        clockid = 1
#5  0x00007fdfedd23454 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#6  0x00007fdfedd298ed in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#7  0x00007fdfedd29a72 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#8  0x00007fdfedd2e7fb in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#9  0x00007fdfedbcf440 in rb_ensure () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#10 0x00007fdfedd24001 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#11 0x00007fdfedd251cd in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#12 0x00007fdfedd659d0 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#13 0x00007fdfedd681df in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#14 0x00007fdfedd6b2a2 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#15 0x00007fdfedd6fc1a in rb_vm_exec () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#16 0x00007fdfedd7488e in rb_vm_invoke_proc () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#17 0x00007fdfedd2cb4f in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#18 0x00007fdfedd2d041 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#19 0x00007fdfedd2d916 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#20 0x00007fdfed7dda94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140599659325120, -3065358481113431543, 140599659325120, -136, 22, 140737225688720, -3065358481058905591, -3065364511495372279}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#21 0x00007fdfed86ac3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 11 (Thread 0x7fdfe3fff6c0 (LWP 397995) "runner.rb:334"):
#0  0x00007fdfed7d9d61 in __futex_abstimed_wait_common64 (private=32735, cancel=true, abstime=0x7fdfe3efe370, op=137, expected=0, futex_word=0x558d9b8bbd7c) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=32735, abstime=0x7fdfe3efe370, clockid=32735, expected=0, futex_word=0x558d9b8bbd7c) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 8379904
        op = 137
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x558d9b8bbd7c, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fdfe3efe370, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007fdfed7dcc7e in __pthread_cond_wait_common (abstime=0x7fdfe3efe370, clockid=1, mutex=0x558d9b8f47d0, cond=0x558d9b8bbd50) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7fdfed7dc4a0 <__condvar_cleanup_waiting>, __arg = 0x7fdfe3efe300, __canceltype = -470818016, __prev = 0x0}
        cbuffer = {wseq = 1545, cond = 0x558d9b8bbd50, mutex = 0x558d9b8f47d0, private = 0}
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 1545
        seq = 772
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_timedwait64 (cond=0x558d9b8bbd50, mutex=0x558d9b8f47d0, abstime=0x7fdfe3efe370) at ./nptl/pthread_cond_wait.c:652
        flags = <optimized out>
        clockid = 1
#5  0x00007fdfedd23454 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#6  0x00007fdfedd298ed in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#7  0x00007fdfedd29a72 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#8  0x00007fdfedd2e7fb in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#9  0x00007fdfedbcf440 in rb_ensure () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#10 0x00007fdfedd24001 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#11 0x00007fdfedd251cd in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#12 0x00007fdfedd659d0 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#13 0x00007fdfedd681df in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#14 0x00007fdfedd6b2a2 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#15 0x00007fdfedd6fc1a in rb_vm_exec () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#16 0x00007fdfedd7488e in rb_vm_invoke_proc () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#17 0x00007fdfedd2cb4f in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#18 0x00007fdfedd2d041 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#19 0x00007fdfedd2d916 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#20 0x00007fdfed7dda94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140599579637440, -3065334842150305271, 140599579637440, -136, 22, 140737225688720, -3065334842095779319, -3065364511495372279}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#21 0x00007fdfed86ac3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 10 (Thread 0x7fdfe3dfe6c0 (LWP 397996) "runner.rb:334"):
#0  0x00007fdfed7d9d61 in __futex_abstimed_wait_common64 (private=32735, cancel=true, abstime=0x7fdfe3cfd370, op=137, expected=0, futex_word=0x558d9b8bc43c) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=32735, abstime=0x7fdfe3cfd370, clockid=32735, expected=0, futex_word=0x558d9b8bc43c) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 8379904
        op = 137
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x558d9b8bc43c, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fdfe3cfd370, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007fdfed7dcc7e in __pthread_cond_wait_common (abstime=0x7fdfe3cfd370, clockid=1, mutex=0x558d9b9268f0, cond=0x558d9b8bc410) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7fdfed7dc4a0 <__condvar_cleanup_waiting>, __arg = 0x7fdfe3cfd300, __canceltype = -472919264, __prev = 0x0}
        cbuffer = {wseq = 1257, cond = 0x558d9b8bc410, mutex = 0x558d9b9268f0, private = 0}
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 1257
        seq = 628
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_timedwait64 (cond=0x558d9b8bc410, mutex=0x558d9b9268f0, abstime=0x7fdfe3cfd370) at ./nptl/pthread_cond_wait.c:652
        flags = <optimized out>
        clockid = 1
#5  0x00007fdfedd23454 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#6  0x00007fdfedd298ed in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#7  0x00007fdfedd29a72 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#8  0x00007fdfedd2e7fb in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#9  0x00007fdfedbcf440 in rb_ensure () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#10 0x00007fdfedd24001 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#11 0x00007fdfedd251cd in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#12 0x00007fdfedd659d0 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#13 0x00007fdfedd681df in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#14 0x00007fdfedd6b2a2 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#15 0x00007fdfedd6fc1a in rb_vm_exec () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#16 0x00007fdfedd7488e in rb_vm_invoke_proc () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#17 0x00007fdfedd2cb4f in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#18 0x00007fdfedd2d041 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#19 0x00007fdfedd2d916 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#20 0x00007fdfed7dda94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140599577536192, -3065334566735527415, 140599577536192, -136, 22, 140737225688720, -3065334566681001463, -3065364511495372279}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#21 0x00007fdfed86ac3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 9 (Thread 0x7fdfe3bfd6c0 (LWP 397997) "runner.rb:636"):
#0  0x00007fdfed85c4cd in __GI___poll (fds=0x7fdfe3afc180, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00007fdfedbff63f in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#2  0x00007fdfedc005d9 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#3  0x00007fdfedd2c643 in rb_thread_io_blocking_region () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#4  0x00007fdfedc009be in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#5  0x00007fdfedc05bf9 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#6  0x00007fdfedbcf440 in rb_ensure () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#7  0x00007fdfedc010f0 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#8  0x00007fdfedc050f0 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#9  0x00007fdfedc08626 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#10 0x00007fdfedd659d0 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#11 0x00007fdfedd681df in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#12 0x00007fdfedd6b2a2 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#13 0x00007fdfedd6fc1a in rb_vm_exec () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#14 0x00007fdfedd7488e in rb_vm_invoke_proc () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#15 0x00007fdfedd2cb4f in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#16 0x00007fdfedd2d041 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#17 0x00007fdfedd2d916 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#18 0x00007fdfed7dda94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140599575434944, -3065334291320749559, 140599575434944, -136, 25, 140599578583584, -3065334291266223607, -3065364511495372279}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#19 0x00007fdfed86ac3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 8 (Thread 0x7fdfe39fc6c0 (LWP 397999) "runner.rb:546"):
#0  0x00007fdfed85c4cd in __GI___poll (fds=0x7fdfe38fb180, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00007fdfedbff63f in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#2  0x00007fdfedc005d9 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#3  0x00007fdfedd2c643 in rb_thread_io_blocking_region () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#4  0x00007fdfedc009be in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#5  0x00007fdfedc05bf9 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#6  0x00007fdfedbcf440 in rb_ensure () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#7  0x00007fdfedc010f0 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#8  0x00007fdfedc050f0 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#9  0x00007fdfedc08626 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#10 0x00007fdfedd659d0 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#11 0x00007fdfedd681df in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#12 0x00007fdfedd6b2a2 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#13 0x00007fdfedd6fc1a in rb_vm_exec () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#14 0x00007fdfedd7488e in rb_vm_invoke_proc () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#15 0x00007fdfedd2cb4f in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#16 0x00007fdfedd2d041 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#17 0x00007fdfedd2d916 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#18 0x00007fdfed7dda94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140599573333696, -3065334020200938999, 140599573333696, -136, 22, 140599578583584, -3065334020146413047, -3065364511495372279}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#19 0x00007fdfed86ac3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 7 (Thread 0x7fdfe37fb6c0 (LWP 398000) "runner.rb:546"):
#0  0x00007fdfed85c4cd in __GI___poll (fds=0x7fdfe36fa180, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00007fdfedbff63f in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#2  0x00007fdfedc005d9 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#3  0x00007fdfedd2c643 in rb_thread_io_blocking_region () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#4  0x00007fdfedc009be in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#5  0x00007fdfedc05bf9 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#6  0x00007fdfedbcf440 in rb_ensure () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#7  0x00007fdfedc010f0 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#8  0x00007fdfedc050f0 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#9  0x00007fdfedc08626 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#10 0x00007fdfedd659d0 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#11 0x00007fdfedd681df in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#12 0x00007fdfedd6b2a2 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#13 0x00007fdfedd6fc1a in rb_vm_exec () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#14 0x00007fdfedd7488e in rb_vm_invoke_proc () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#15 0x00007fdfedd2cb4f in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#16 0x00007fdfedd2d041 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#17 0x00007fdfedd2d916 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#18 0x00007fdfed7dda94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140599571232448, -3065333744786161143, 140599571232448, -136, 25, 140599660372512, -3065333744731635191, -3065364511495372279}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#19 0x00007fdfed86ac3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 6 (Thread 0x7fdfe35fa6c0 (LWP 398003) "runner.rb:636"):
#0  0x00007fdfed85c4cd in __GI___poll (fds=0x7fdfe34f9180, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00007fdfedbff63f in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#2  0x00007fdfedc005d9 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#3  0x00007fdfedd2c643 in rb_thread_io_blocking_region () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#4  0x00007fdfedc009be in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#5  0x00007fdfedc05bf9 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#6  0x00007fdfedbcf440 in rb_ensure () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#7  0x00007fdfedc010f0 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#8  0x00007fdfedc050f0 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#9  0x00007fdfedc08626 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#10 0x00007fdfedd659d0 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#11 0x00007fdfedd681df in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#12 0x00007fdfedd6b2a2 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#13 0x00007fdfedd6fc1a in rb_vm_exec () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#14 0x00007fdfedd7488e in rb_vm_invoke_proc () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#15 0x00007fdfedd2cb4f in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#16 0x00007fdfedd2d041 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#17 0x00007fdfedd2d916 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#18 0x00007fdfed7dda94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140599569131200, -3065333469371383287, 140599569131200, -136, 22, 140599660372512, -3065333469316857335, -3065364511495372279}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#19 0x00007fdfed86ac3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 5 (Thread 0x7fdfe33f96c0 (LWP 398005) "runner.rb:636"):
#0  0x00007fdfed85c4cd in __GI___poll (fds=0x7fdfe32f8180, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00007fdfedbff63f in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#2  0x00007fdfedc005d9 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#3  0x00007fdfedd2c643 in rb_thread_io_blocking_region () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#4  0x00007fdfedc009be in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#5  0x00007fdfedc05bf9 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#6  0x00007fdfedbcf440 in rb_ensure () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#7  0x00007fdfedc010f0 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#8  0x00007fdfedc050f0 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#9  0x00007fdfedc08626 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#10 0x00007fdfedd659d0 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#11 0x00007fdfedd681df in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#12 0x00007fdfedd6b2a2 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#13 0x00007fdfedd6fc1a in rb_vm_exec () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#14 0x00007fdfedd7488e in rb_vm_invoke_proc () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#15 0x00007fdfedd2cb4f in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#16 0x00007fdfedd2d041 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#17 0x00007fdfedd2d916 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#18 0x00007fdfed7dda94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140599567029952, -3065333193956605431, 140599567029952, -136, 25, 140599658271264, -3065333193902079479, -3065364511495372279}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#19 0x00007fdfed86ac3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 4 (Thread 0x7fdfe31f86c0 (LWP 398007) "runner.rb:546"):
#0  0x00007fdfed85c4cd in __GI___poll (fds=0x7fdfe30f7180, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00007fdfedbff63f in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#2  0x00007fdfedc005d9 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#3  0x00007fdfedd2c643 in rb_thread_io_blocking_region () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#4  0x00007fdfedc009be in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#5  0x00007fdfedc05bf9 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#6  0x00007fdfedbcf440 in rb_ensure () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#7  0x00007fdfedc010f0 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#8  0x00007fdfedc050f0 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#9  0x00007fdfedc08626 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#10 0x00007fdfedd659d0 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#11 0x00007fdfedd681df in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#12 0x00007fdfedd6b2a2 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#13 0x00007fdfedd6fc1a in rb_vm_exec () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#14 0x00007fdfedd7488e in rb_vm_invoke_proc () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#15 0x00007fdfedd2cb4f in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#16 0x00007fdfedd2d041 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#17 0x00007fdfedd2d916 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#18 0x00007fdfed7dda94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140599564928704, -3065332922836794871, 140599564928704, -136, 22, 140599658271264, -3065332922782268919, -3065364511495372279}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#19 0x00007fdfed86ac3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 3 (Thread 0x7fdfe2ff76c0 (LWP 398008) "runner.rb:636"):
#0  0x00007fdfed85c4cd in __GI___poll (fds=0x7fdfe2ef6180, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = 1
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00007fdfedbff63f in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#2  0x00007fdfedc005d9 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#3  0x00007fdfedd2c643 in rb_thread_io_blocking_region () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#4  0x00007fdfedc009be in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#5  0x00007fdfedc05bf9 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#6  0x00007fdfedbcf440 in rb_ensure () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#7  0x00007fdfedc010f0 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#8  0x00007fdfedc050f0 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#9  0x00007fdfedc08626 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#10 0x00007fdfedd659d0 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#11 0x00007fdfedd681df in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#12 0x00007fdfedd6b2a2 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#13 0x00007fdfedd6fc1a in rb_vm_exec () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#14 0x00007fdfedd7488e in rb_vm_invoke_proc () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#15 0x00007fdfedd2cb4f in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#16 0x00007fdfedd2d041 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#17 0x00007fdfedd2d916 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#18 0x00007fdfed7dda94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140599562827456, -3065337045468528119, 140599562827456, -136, 25, 140599576482336, -3065337045414002167, -3065364511495372279}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#19 0x00007fdfed86ac3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 2 (Thread 0x7fdfe2df66c0 (LWP 398011) "runner.rb:546"):
#0  0x00007fdfed85c4cd in __GI___poll (fds=0x7fdfe2cf5180, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00007fdfedbff63f in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#2  0x00007fdfedc005d9 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#3  0x00007fdfedd2c643 in rb_thread_io_blocking_region () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#4  0x00007fdfedc009be in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#5  0x00007fdfedc05bf9 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#6  0x00007fdfedbcf440 in rb_ensure () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#7  0x00007fdfedc010f0 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#8  0x00007fdfedc050f0 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#9  0x00007fdfedc08626 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#10 0x00007fdfedd659d0 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#11 0x00007fdfedd681df in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#12 0x00007fdfedd6b2a2 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#13 0x00007fdfedd6fc1a in rb_vm_exec () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#14 0x00007fdfedd7488e in rb_vm_invoke_proc () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#15 0x00007fdfedd2cb4f in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#16 0x00007fdfedd2d041 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#17 0x00007fdfedd2d916 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#18 0x00007fdfed7dda94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140599560726208, -3065336770053750263, 140599560726208, -136, 22, 140599576482336, -3065336769999224311, -3065364511495372279}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#19 0x00007fdfed86ac3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7fdfed73e740 (LWP 397990) "ruby"):
#0  0x00007fdfed85ca00 in __GI_ppoll (fds=0x7ffff05816c8, nfds=1, timeout=<optimized out>, sigmask=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
        sc_ret = -514
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        tval = {tv_sec = 140737225692816, tv_nsec = 140599744426489}
#1  0x00007fdfedd28ac9 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#2  0x00007fdfedd29b81 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#3  0x00007fdfedd2c3a2 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#4  0x00007fdfedd2db45 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#5  0x00007fdfedbcf440 in rb_ensure () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#6  0x00007fdfedd28f8b in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#7  0x00007fdfedd6b508 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#8  0x00007fdfedd6fc1a in rb_vm_exec () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#9  0x00007fdfedd74367 in rb_yield () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#10 0x00007fdfedbcf440 in rb_ensure () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#11 0x00007fdfedbad2a6 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#12 0x00007fdfedd659d0 in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#13 0x00007fdfedd681df in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#14 0x00007fdfedd6c6bc in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#15 0x00007fdfedd6fc1a in rb_vm_exec () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#16 0x00007fdfedbcce5c in ?? () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#17 0x00007fdfedbd1193 in ruby_run_node () from /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
No symbol table info available.
#18 0x0000558d6ac21187 in ?? ()
No symbol table info available.
#19 0x00007fdfed76b1ca in __libc_start_call_main (main=main@entry=0x558d6ac21120, argc=argc@entry=6, argv=argv@entry=0x7ffff0582598) at ../sysdeps/nptl/libc_start_call_main.h:58
        self = <optimized out>
        result = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140737225696664, -3083389611393629687, 6, 0, 94065869864256, 140599746433024, -3083389611341200887, -3065364608993541623}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x6, 0x7ffff0582590}, data = {prev = 0x0, cleanup = 0x0, canceltype = 6}}}
        not_first_call = <optimized out>
#20 0x00007fdfed76b28b in __libc_start_main_impl (main=0x558d6ac21120, argc=6, argv=0x7ffff0582598, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffff0582588) at ../csu/libc-start.c:360
No locals.
#21 0x0000558d6ac211d5 in _start ()
No symbol table info available.

>>> Dump Ruby level backtrace (if possible)

[Inferior 1 (process 397990) detached]
$ timeout 60 gdb -p 397975 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
make: *** [uncommon.mk:908: yes-btest] Killed

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

#<Errno::ESRCH: No such process>
$ timeout 60 gdb -p 397974 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null
Could not attach to process.  If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user.  For more details, see /etc/sysctl.d/10-ptrace.conf

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

$ timeout 60 gdb -p 400560 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

#<Errno::ESRCH: No such process>
raw logfile