# Logfile created on 2024-06-13 06:28:47 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055d13f030690 @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.20240613-062847", @ruby_env=[["RUBY_DEBUG", "ci"], ["RUBY_TEST_SUBPROCESS_TIMEOUT_SCALE", "30"]], @make="make", @logger=#<Logger:0x000055d13f0c5dd0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055d13f0c5c18 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055d13f0c5a60 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20240613-062847", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20240613-062847>, @binmode=false, @mon_data=#<Monitor:0x000055d13f0c5970>, @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:  93% (11334/12182)
Updating files:  94% (11452/12182)
Updating files:  95% (11573/12182)
Updating files:  96% (11695/12182)
Updating files:  97% (11817/12182)
Updating files:  98% (11939/12182)
Updating files:  99% (12061/12182)
Updating files: 100% (12182/12182)
Updating files: 100% (12182/12182), 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... none needed
checking how to run the C preprocessor... gcc -E
checking for gas... no
checking for as... as
checking for gobjcopy... no
checking for objcopy... objcopy
checking for gobjdump... no
checking for objdump... objdump
checking for gstrip... no
checking for strip... strip
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for vfork.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking whether the linker is GNU ld... yes
checking whether gcc -E accepts -o... yes
checking for gcc-ar flags... rcD
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for dtrace... no
checking for dot... no
checking for doxygen... no
checking for pkg-config... no
checking whether it is Android... no
checking for cd using physical directory... cd -P
checking whether CFLAGS is valid... yes
checking whether LDFLAGS is valid... yes
checking whether ELF binaries are produced... yes
checking whether -Wl,-rpath,. is accepted as LDFLAGS... yes
checking whether -fdeclspec is accepted as LDFLAGS... no
checking whether -fdeclspec is accepted as CXXFLAGS... no
checking whether -Wextra-tokens is accepted as CFLAGS... no
checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes
checking whether -Wdivision-by-zero is accepted as CFLAGS... no
checking whether -Wdiv-by-zero is accepted as CFLAGS... yes
checking whether -Wduplicated-cond is accepted as CFLAGS... yes
checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes
checking whether -Wimplicit-int is accepted as CFLAGS... yes
checking whether -Wpointer-arith is accepted as CFLAGS... yes
checking whether -Wshorten-64-to-32 is accepted as CFLAGS... no
checking whether -Wwrite-strings is accepted as CFLAGS... yes
checking whether -Wold-style-definition is accepted as CFLAGS... yes
checking whether -Wimplicit-fallthrough=0 is accepted as CFLAGS... yes
checking whether -Wmissing-noreturn is accepted as CFLAGS... yes
checking whether -Wno-cast-function-type is accepted as CFLAGS... yes
checking whether -Wno-constant-logical-operand is accepted as CFLAGS... yes
checking whether -Wno-long-long is accepted as CFLAGS... yes
checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes
checking whether -Wno-overlength-strings is accepted as CFLAGS... yes
checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... yes
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
configure: WARNING: something wrong with CXXFLAGS=""
checking whether CXXFLAGS is valid... no
checking for crypt in -lcrypt... yes
checking for dlopen in -ldl... yes
checking for shutdown in -lsocket... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for _Bool... yes
checking for stdbool.h that conforms to C99... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for afunix.h... no
checking for atomic.h... no
checking for copyfile.h... no
checking for direct.h... no
checking for grp.h... yes
checking for fcntl.h... yes
checking for float.h... yes
checking for ieeefp.h... no
checking for intrinsics.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for malloc.h... yes
checking for malloc/malloc.h... no
checking for malloc_np.h... no
checking for net/socket.h... no
checking for process.h... no
checking for pwd.h... yes
checking for sanitizer/asan_interface.h... yes
checking for sanitizer/msan_interface.h... no
checking for setjmpex.h... no
checking for stdalign.h... yes
checking for 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 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__((__depreacted__(msg))) in C++... no
checking for std::nullptr_t... no
checking for FUNC_STDCALL function attribute... x
checking for FUNC_CDECL function attribute... x
checking for FUNC_FASTCALL function attribute... x
checking for FUNC_UNOPTIMIZED function attribute... __attribute__ ((__optimize__("O0"))) x
checking for FUNC_MINIMIZED function attribute... __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x
checking for function alias... alias
checking for __atomic builtins... yes
checking for __sync builtins... yes
checking for __builtin_unreachable... yes
checking for __assume... no
checking for exported function attribute... __attribute__ ((__visibility__("default")))
checking for RUBY_FUNC_NONNULL function attribute... __attribute__ ((__nonnull__(n))) x
checking for function name string predefined identifier... __func__
checking if enum over int is allowed... yes
checking for gcc options needed to detect all undeclared functions... none needed
checking whether sys_nerr is declared... no
checking whether getenv is declared... yes
checking for size_t... yes
checking size of size_t... 8
checking size of ptrdiff_t... 8
checking size of dev_t... 8
checking for printf prefix for size_t... z
checking for printf prefix for ptrdiff_t... t
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking size of struct stat.st_size... SIZEOF_OFF_T
checking size of struct stat.st_blocks... SIZEOF_OFF_T
checking size of struct stat.st_ino... SIZEOF_LONG
checking size of struct stat.st_dev... SIZEOF_DEV_T
checking size of struct stat.st_rdev... SIZEOF_DEV_T
checking for struct stat.st_atim... yes
checking for struct stat.st_atimespec... no
checking for struct stat.st_atimensec... no
checking for struct stat.st_mtim... yes
checking for struct stat.st_mtimespec... no
checking for struct stat.st_mtimensec... no
checking for struct stat.st_ctim... yes
checking for struct stat.st_ctimespec... no
checking for struct stat.st_ctimensec... no
checking for struct stat.st_birthtimespec... no
checking for struct statx.stx_btime... yes
checking for struct timeval... yes
checking size of struct timeval.tv_sec... SIZEOF_TIME_T
checking for struct timespec... yes
checking for struct timezone... yes
checking for fd_mask... yes
checking for int8_t... yes
checking size of int8_t... 1
checking for uint8_t... yes
checking size of uint8_t... 1
checking for int16_t... yes
checking size of int16_t... 2
checking for uint16_t... yes
checking size of uint16_t... 2
checking for int32_t... yes
checking size of int32_t... 4
checking for uint32_t... yes
checking size of uint32_t... 4
checking for int64_t... yes
checking size of int64_t... 8
checking for uint64_t... yes
checking size of uint64_t... 8
checking for int128_t... __int128
checking for uint128_t... unsigned __int128
checking for intptr_t... yes
checking size of intptr_t... 8
checking for uintptr_t... yes
checking size of uintptr_t... 8
checking for printf prefix for intptr_t... NONE
checking for ssize_t... yes
checking size of ssize_t... 8
checking for printf prefix for int64_t... NONE
checking for stack end address... __libc_stack_end
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking 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... no
checking for strlcpy... no
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... no
checking for atan2l... yes
checking for atan2f... yes
checking for chmod... yes
checking for chown... yes
checking for chroot... yes
checking for chsize... no
checking for clock_gettime... yes
checking for copy_file_range... yes
checking for cosh... yes
checking for crypt_r... yes
checking for 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_add_overflow... yes
checking for __builtin_sub_overflow... yes
checking for __builtin_mul_overflow... yes
checking for __builtin_mul_overflow_p... yes
checking for __builtin_constant_p... yes
checking for __builtin_choose_expr... yes
checking for __builtin_choose_expr_constant_p... yes
checking for __builtin_types_compatible_p... yes
checking for __builtin_trap... yes
checking for __builtin_expect... yes
checking for __builtin_mul_overflow with long long arguments... yes
checking whether qsort_r is GNU version... yes
checking whether qsort_r is BSD version... no
checking whether atan2 handles Inf as C99... yes
checking for clock_getres... yes
checking for timer_create in -lrt... yes
checking for timer_settime in -lrt... yes
checking for unsetenv returns a value... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking for external int daylight... yes
checking for negative time_t for gmtime(3)... yes
checking for localtime(3) overflow correctly... yes
checking for sig_t... yes
checking whether right shift preserve sign bit... yes
checking whether _SC_CLK_TCK is supported... yes
checking stack growing direction on x86_64... -1
checking native coroutine implementation for x86_64-linux... amd64
checking whether pthread_t is scalar type... yes
checking for sched_yield... yes
checking for pthread_attr_setinheritsched... yes
checking for pthread_attr_get_np... no
checking for pthread_attr_getstack... yes
checking for pthread_attr_getguardsize... yes
checking for pthread_get_stackaddr_np... no
checking for pthread_get_stacksize_np... no
checking for thr_stksegment... no
checking for pthread_stackseg_np... no
checking for pthread_getthrds_np... no
checking for pthread_condattr_setclock... yes
checking for pthread_setname_np... yes
checking for pthread_set_name_np... no
checking for pthread_sigmask... yes
checking for pthread_getattr_np... yes
checking arguments of pthread_setname_np... (pthread_self(), name)
checking for thread-local storage 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... yes
checking ioctl request type... unsigned long
checking for elf.h... yes
checking for elf_abi.h... no
checking for uncompress in -lz... yes
checking for mach-o/loader.h... no
checking whether OS depend dynamic link works... yes
checking for backtrace... yes
checking for broken backtrace... no
checking for valgrind/memcheck.h... yes
checking for strip flags... -S -x
checking whether -Wl,--no-as-needed is accepted as LDFLAGS... yes
checking whether -Wl,--no-undefined is accepted as LDFLAGS... yes
checking whether wrapper for LD_LIBRARY_PATH is needed... no
checking whether dtrace USDT is available... no
checking for __builtin_setjmp... yes with cast ()
checking for _setjmpex as a macro or function... no
checking for _setjmp as a macro or function... yes
checking for sigsetjmp as a macro or function... no
checking for setjmp type... __builtin_setjmp
checking if Ruby is build with shared GC support... no
checking for rustc... rustc
checking whether rustc works for YJIT... yes
checking for prefix of external symbols... NONE
checking for default symbols in empty shared library... 
checking if make is GNU make... yes
.ext/include/x86_64-linux/ruby/config.h updated
configure: ruby library version = 3.4.0+0
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating Makefile
---
Configuration summary for ruby version 3.4.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 shared 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
   * RJIT support:        yes
   * man page type:       man
   * BASERUBY -v:         ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) \
                          [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.23.1...
Downloading bundled gem rake-13.2.1...
Downloading bundled gem test-unit-3.6.2...
Downloading bundled gem rexml-3.2.8...
Downloading bundled gem rss-0.3.0...
Downloading bundled gem net-ftp-0.3.5...
Downloading bundled gem net-imap-0.4.12...
Downloading bundled gem net-pop-0.1.2...
Downloading bundled gem net-smtp-0.5.0...
Downloading bundled gem matrix-0.4.2...
Downloading bundled gem prime-0.1.2...
Downloading bundled gem rbs-3.5.1...
Downloading bundled gem debug-1.9.2...
Downloading bundled gem racc-1.8.0...
Downloading bundled gem mutex_m-0.2.0...
Downloading bundled gem getoptlong-0.2.1...
Downloading bundled gem base64-0.2.0...
Downloading bundled gem bigdecimal-3.1.8...
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.1...
Downloading bundled gem nkf-0.2.0...
Downloading bundled gem syslog-0.1.2...
Downloading bundled gem csv-3.3.0...
/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 84e85124c5014a139af39161d484156cfe87a9ed
From https://github.com/ruby/power_assert
 * branch            84e85124c5014a139af39161d484156cfe87a9ed -> FETCH_HEAD
HEAD is now at 84e8512 Merge pull request #48 from casperisfine/frozen-string-literals
echo 84e85124c5014a139af39161d484156cfe87a9ed | /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@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-gc-asserts/gems/power_assert-2.0.3.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
Cloning https://github.com/ruby/typeprof
Cloning into '/tmp/ruby/src/trunk-gc-asserts/gems/src/typeprof'...
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
From https://github.com/ruby/typeprof
 * branch            b19a6416da3a05d57fadd6ffdadb382b6d236ca5 -> FETCH_HEAD
HEAD is now at b19a641 Add support for future `putchilledstring` instruction
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/typeprof.revision updated
Building typeprof@b19a6416da3a05d57fadd6ffdadb382b6d236ca5 to /tmp/ruby/src/trunk-gc-asserts/gems/typeprof-0.21.11.gem
  Successfully built RubyGem
  Name: typeprof
  Version: 0.21.11
  File: typeprof-0.21.11.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 = fc33559c40
$$$[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 /tmp/ruby/src/trunk-gc-asserts/lib/ruby_vm/rjit/instruction.rb
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/rjit.rbinc
making /tmp/ruby/src/trunk-gc-asserts/rjit_c.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/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
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
generating golf_prelude.c
golf_prelude.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 84e85124c5014a139af39161d484156cfe87a9ed
echo 84e85124c5014a139af39161d484156cfe87a9ed | /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@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-gc-asserts/gems/power_assert-2.0.3.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/typeprof.revision unchanged
/usr/bin/mkdir -p /tmp/ruby/src/trunk-gc-asserts/.bundle/gems
Extracting bundle gem minitest-5.23.1...
Unpacked gems/minitest-5.23.1.gem
Extracting bundle gem rake-13.2.1...
Unpacked gems/rake-13.2.1.gem
Extracting bundle gem test-unit-3.6.2...
Unpacked gems/test-unit-3.6.2.gem
Extracting bundle gem rexml-3.2.8...
Unpacked gems/rexml-3.2.8.gem
Extracting bundle gem rss-0.3.0...
Unpacked gems/rss-0.3.0.gem
Extracting bundle gem net-ftp-0.3.5...
Unpacked gems/net-ftp-0.3.5.gem
Extracting bundle gem net-imap-0.4.12...
Unpacked gems/net-imap-0.4.12.gem
Extracting bundle gem net-pop-0.1.2...
Unpacked gems/net-pop-0.1.2.gem
Extracting bundle gem net-smtp-0.5.0...
Unpacked gems/net-smtp-0.5.0.gem
Extracting bundle gem matrix-0.4.2...
Unpacked gems/matrix-0.4.2.gem
Extracting bundle gem prime-0.1.2...
Unpacked gems/prime-0.1.2.gem
Extracting bundle gem rbs-3.5.1...
Unpacked gems/rbs-3.5.1.gem
Extracting bundle gem debug-1.9.2...
Unpacked gems/debug-1.9.2.gem
Extracting bundle gem racc-1.8.0...
Unpacked gems/racc-1.8.0.gem
Extracting bundle gem mutex_m-0.2.0...
Unpacked gems/mutex_m-0.2.0.gem
Extracting bundle gem getoptlong-0.2.1...
Unpacked gems/getoptlong-0.2.1.gem
Extracting bundle gem base64-0.2.0...
Unpacked gems/base64-0.2.0.gem
Extracting bundle gem bigdecimal-3.1.8...
Unpacked gems/bigdecimal-3.1.8.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.1...
Unpacked gems/drb-2.2.1.gem
Extracting bundle gem nkf-0.2.0...
Unpacked gems/nkf-0.2.0.gem
Extracting bundle gem syslog-0.1.2...
Unpacked gems/syslog-0.1.2.gem
Extracting bundle gem csv-3.3.0...
Unpacked gems/csv-3.3.0.gem
Extracting bundle gem power_assert-2.0.3...
Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby.
Unpacked gems/power_assert-2.0.4dev.gem
Extracting bundle gem typeprof-0.21.11...
Unpacked gems/typeprof-0.21.11.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/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/15.0.0  
	CPPFLAGS = -DRGENGC_CHECK_MODE=2  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/yjit/target/release/' /tmp/ruby/src/trunk-gc-asserts/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-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/rjit.c
compiling /tmp/ruby/src/trunk-gc-asserts/rjit_c.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/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
building Rust YJIT (release mode)
touch yjit/target/release/libyjit.a
partial linking yjit/target/release/libyjit.a into yjit/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/missing/strlcat.c
compiling /tmp/ruby/src/trunk-gc-asserts/missing/strlcpy.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/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/15.0.0  
	CPPFLAGS = -DRGENGC_CHECK_MODE=2  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/yjit/target/release/' /tmp/ruby/src/trunk-gc-asserts/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-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
a263b8ac3a7a8b8b1061e51bd6620a3b9e354e2656f747fb866d6135e68b9c08  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.4.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/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/15.0.0  
	CPPFLAGS = -DRGENGC_CHECK_MODE=2  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/yjit/target/release/' /tmp/ruby/src/trunk-gc-asserts/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
encdb.h 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-/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-/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-/string
configuring -test-/struct
configuring -test-/symbol
configuring -test-/thread/id
configuring -test-/thread/instrumentation
configuring -test-/thread/lock_native_thread
configuring -test-/thread_fd
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 fiddle
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.1.8/ext/bigdecimal
configuring debug-1.9.2/ext/debug
configuring nkf-0.2.0/ext/nkf
configuring racc-1.8.0/ext/racc/cparse
configuring rbs-3.5.1/ext/rbs_extension
configuring syslog-0.1.2/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-14384.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-/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-/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-/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-/thread_fd'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/thread_fd/thread_fd.c
linking shared-object -test-/thread_fd.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/thread_fd'
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/fiddle'
compiling /tmp/ruby/src/trunk-gc-asserts/ext/fiddle/closure.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/fiddle/conversions.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/fiddle/fiddle.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/fiddle/function.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/fiddle/handle.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/fiddle/memory_view.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/fiddle/pinned.c
compiling /tmp/ruby/src/trunk-gc-asserts/ext/fiddle/pointer.c
linking shared-object fiddle.so
installing default fiddle libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/fiddle'
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/openssl_missing.c
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
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.1.8/ext/bigdecimal'
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal/bigdecimal.c
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal/missing.c
linking shared-object bigdecimal.so
ln -sfT ../../../../../src/trunk-gc-asserts/.bundle/gems/bigdecimal-3.1.8/lib ../../../../../.bundle/gems/bigdecimal-3.1.8/lib
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.2/ext/debug'
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/debug-1.9.2/ext/debug/debug.c
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/debug-1.9.2/ext/debug/iseq_collector.c
linking shared-object debug/debug.so
ln -sfT ../../../../../src/trunk-gc-asserts/.bundle/gems/debug-1.9.2/lib ../../../../../.bundle/gems/debug-1.9.2/lib
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.2/ext/debug'
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/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.0/ext/racc/cparse'
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/racc-1.8.0/ext/racc/cparse/cparse.c
linking shared-object racc/cparse.so
ln -sfT ../../../../../src/trunk-gc-asserts/.bundle/gems/racc-1.8.0/lib ../../../../../../.bundle/gems/racc-1.8.0/lib
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.5.1/ext/rbs_extension/constants.c
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.5.1/ext/rbs_extension/lexer.c
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.5.1/ext/rbs_extension/lexstate.c
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.5.1/ext/rbs_extension/location.c
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.5.1/ext/rbs_extension/main.c
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.5.1/ext/rbs_extension/parser.c
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.5.1/ext/rbs_extension/parserstate.c
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.5.1/ext/rbs_extension/ruby_objs.c
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.5.1/ext/rbs_extension/unescape.c
linking shared-object rbs_extension.so
ln -sfT ../../../../../src/trunk-gc-asserts/.bundle/gems/rbs-3.5.1/lib ../../../../../.bundle/gems/rbs-3.5.1/lib
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.1.2/ext/syslog'
compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/syslog-0.1.2/ext/syslog/syslog.c
linking shared-object syslog.so
ln -sfT ../../../../../src/trunk-gc-asserts/.bundle/gems/syslog-0.1.2/lib ../../../../../.bundle/gems/syslog-0.1.2/lib
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering 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/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
linking ruby
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'
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 84e85124c5014a139af39161d484156cfe87a9ed
echo 84e85124c5014a139af39161d484156cfe87a9ed | /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@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-gc-asserts/gems/power_assert-2.0.3.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/typeprof.revision unchanged
Extracting bundle gem power_assert-2.0.3...
Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby.
Unpacked gems/power_assert-2.0.4dev.gem
	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/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/15.0.0  
	CPPFLAGS = -DRGENGC_CHECK_MODE=2  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/yjit/target/release/' /tmp/ruby/src/trunk-gc-asserts/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-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/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/fiddle'
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/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.2/ext/debug'
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.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.1.2/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.4.0+0/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.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-gc-asserts/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-gc-asserts/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-gc-asserts/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-gc-asserts/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-gc-asserts/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-gc-asserts/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk-gc-asserts/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-gc-asserts/bin
installing library scripts:         /tmp/ruby/install/trunk-gc-asserts/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk-gc-asserts/include/ruby-3.4.0+0
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.4.0+0
                                    benchmark 0.3.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.6.0
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.6
                                    irb 1.13.1
                                    logger 1.6.0
                                    net-http 0.4.1
                                    net-protocol 0.2.2
                                    open-uri 0.4.1
                                    open3 0.2.1
                                    optparse 0.5.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.30.0
                                    pstore 0.1.3
                                    rdoc 6.7.0
                                    readline 0.0.4
                                    reline 0.5.9
                                    resolv 0.4.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.1
                                    set 1.1.0
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 2.0.0
                                    tempfile 0.2.1
                                    time 0.3.0
                                    timeout 0.4.1
                                    tmpdir 0.2.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 0.13.0
                                    weakref 0.1.3
                                    yaml 0.3.0
installing default gems from ext:   /tmp/ruby/install/trunk-gc-asserts/lib/ruby/gems/3.4.0+0
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3
                                    fcntl 1.1.0
                                    fiddle 1.1.3
                                    io-console 0.7.2
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.2
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.1
                                    strscan 3.1.1
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-gc-asserts/lib/ruby/gems/3.4.0+0
                                    minitest 5.23.1
                                    rake 13.2.1
                                    test-unit 3.6.2
                                    rexml 3.2.8
                                    rss 0.3.0
                                    net-ftp 0.3.5
                                    net-imap 0.4.12
                                    net-pop 0.1.2
                                    net-smtp 0.5.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.5.1
                                    typeprof 0.21.11
                                    debug 1.9.2
                                    racc 1.8.0
                                    mutex_m 0.2.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.8
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.1
                                    nkf 0.2.0
                                    syslog 0.1.2
                                    csv 3.3.0
installing bundled gem cache:       /tmp/ruby/install/trunk-gc-asserts/lib/ruby/gems/3.4.0+0/cache
skipped bundled gems:
    power_assert-2.0.4dev.gem       not found in bundled_gems
$$$[end] "make install DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
 FFstderr output is not empty
   check_rvalue_consistency: 0x00007f142e882450 [0      ] T_NONE  is T_NONE.
   bootstraptest.test_yjit.rb_159_1573.rb:9: [BUG] objspace/memsize_of(): unknown data type 0x0(0x00007f142e882450)
   ruby 3.4.0dev (2024-06-13T04:52:39Z master fc33559c40) [x86_64-linux]
   
   -- Control frame information -----------------------------------------------
   c:0005 p:---- s:0021 e:000020 CFUNC  :compact
   c:0004 p:0044 s:0017 e:000016 BLOCK  bootstraptest.test_yjit.rb_159_1573.rb:9
   c:0003 p:0024 s:0012 e:000011 METHOD <internal:numeric>:238
   c:0002 p:0043 s:0007 e:000005 EVAL   bootstraptest.test_yjit.rb_159_1573.rb:6 [FINISH]
   c:0001 p:0000 s:0003 E:0008e0 DUMMY  [FINISH]
   
   -- Ruby level backtrace information ----------------------------------------
   bootstraptest.test_yjit.rb_159_1573.rb:6:in '<main>'
   <internal:numeric>:238:in 'times'
   bootstraptest.test_yjit.rb_159_1573.rb:9:in 'block in <main>'
   bootstraptest.test_yjit.rb_159_1573.rb:9:in 'compact'
   
   -- Threading information ---------------------------------------------------
   Total ractor count: 1
   Ruby thread count for this ractor: 1
   
   -- C level backtrace information -------------------------------------------
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_print_backtrace+0x14) [0x55ca0284d9a1] /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:820
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_vm_bugreport) /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:1151
   /tmp/ruby/build/trunk-gc-asserts/miniruby(bug_report_end+0x0) [0x55ca0263ad6e] /tmp/ruby/src/trunk-gc-asserts/error.c:1085
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_bug_without_die) /tmp/ruby/src/trunk-gc-asserts/error.c:1085
   /tmp/ruby/build/trunk-gc-asserts/miniruby(die+0x0) [0x55ca02561267] /tmp/ruby/src/trunk-gc-asserts/error.c:1093
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_bug) /tmp/ruby/src/trunk-gc-asserts/error.c:1095
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_gc_size_allocatable_p+0x0) [0x55ca02561c43] /tmp/ruby/src/trunk-gc-asserts/gc.c:4801
   /tmp/ruby/build/trunk-gc-asserts/miniruby(obj_memsize_of+0xa) [0x55ca0265ed25] /tmp/ruby/src/trunk-gc-asserts/gc.c:4688
   /tmp/ruby/build/trunk-gc-asserts/miniruby(check_rvalue_consistency_force) /tmp/ruby/src/trunk-gc-asserts/gc.c:1652
   /tmp/ruby/build/trunk-gc-asserts/miniruby(check_rvalue_consistency+0x10) [0x55ca02661b69] /tmp/ruby/src/trunk-gc-asserts/gc.c:1714
   /tmp/ruby/build/trunk-gc-asserts/miniruby(RVALUE_MARKED) /tmp/ruby/src/trunk-gc-asserts/gc.c:1550
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_move) /tmp/ruby/src/trunk-gc-asserts/gc.c:9548
   /tmp/ruby/build/trunk-gc-asserts/miniruby(RB_SPECIAL_CONST_P+0x0) [0x55ca026622d2] /tmp/ruby/src/trunk-gc-asserts/gc.c:5064
   /tmp/ruby/build/trunk-gc-asserts/miniruby(is_markable_object) /tmp/ruby/src/trunk-gc-asserts/gc.c:4445
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_pin) /tmp/ruby/src/trunk-gc-asserts/gc.c:6707
   /tmp/ruby/build/trunk-gc-asserts/miniruby(try_move) /tmp/ruby/src/trunk-gc-asserts/gc.c:5065
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_compact_move) /tmp/ruby/src/trunk-gc-asserts/gc.c:8158
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_compact_plane) /tmp/ruby/src/trunk-gc-asserts/gc.c:8209
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_compact_page+0x1d) [0x55ca02668e95] /tmp/ruby/src/trunk-gc-asserts/gc.c:8239
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_sweep_compact) /tmp/ruby/src/trunk-gc-asserts/gc.c:8291
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_sweep) /tmp/ruby/src/trunk-gc-asserts/gc.c:5900
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_start+0xd1b) [0x55ca0266bfcb] /tmp/ruby/src/trunk-gc-asserts/gc.c:9088
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_multi_ractor_p+0x0) [0x55ca0266ed78] /tmp/ruby/src/trunk-gc-asserts/gc.c:8968
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_vm_lock_leave) /tmp/ruby/src/trunk-gc-asserts/vm_sync.h:92
   /tmp/ruby/build/trunk-gc-asserts/miniruby(garbage_collect) /tmp/ruby/src/trunk-gc-asserts/gc.c:8970
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_start_internal) /tmp/ruby/src/trunk-gc-asserts/gc.c:9418
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_compact) /tmp/ruby/src/trunk-gc-asserts/gc.c:10488
   /tmp/ruby/build/trunk-gc-asserts/miniruby(vm_cfp_consistent_p+0x0) [0x55ca0281cb64] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3594
   /tmp/ruby/build/trunk-gc-asserts/miniruby(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3596
   /tmp/ruby/build/trunk-gc-asserts/miniruby(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3640
   /tmp/ruby/build/trunk-gc-asserts/miniruby(vm_call_cfunc_other) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3666
   /tmp/ruby/build/trunk-gc-asserts/miniruby(vm_sendish+0x99) [0x55ca0282e7a1] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5723
   /tmp/ruby/build/trunk-gc-asserts/miniruby(vm_exec_core) ../../src/trunk-gc-asserts/insns.def:891
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_vm_exec+0x19a) [0x55ca02834bfa] /tmp/ruby/src/trunk-gc-asserts/vm.c:2560
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_ec_exec_node+0xb5) [0x55ca02644d45] /tmp/ruby/src/trunk-gc-asserts/eval.c:281
   /tmp/ruby/build/trunk-gc-asserts/miniruby(ruby_run_node+0x8b) [0x55ca0264892b] /tmp/ruby/src/trunk-gc-asserts/eval.c:319
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_main+0x21) [0x55ca0256c367] /tmp/ruby/src/trunk-gc-asserts/main.c:40
   /tmp/ruby/build/trunk-gc-asserts/miniruby(main) /tmp/ruby/src/trunk-gc-asserts/main.c:59
   /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x80) [0x7f1447e85d90] ../sysdeps/nptl/libc_start_call_main.h:58
   /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7f1447e85e40] ../csu/libc-start.c:392
   /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:379
   /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0
   [0x55ca0256c3b5]
   
   -- Other runtime information -----------------------------------------------
   
   * Process memory map:
   
   55ca02519000-55ca0255e000 r--p 00000000 00:7d 14710327                   /tmp/ruby/build/trunk-gc-asserts/miniruby
   55ca0255e000-55ca029a4000 r-xp 00045000 00:7d 14710327                   /tmp/ruby/build/trunk-gc-asserts/miniruby
   55ca029a4000-55ca02b32000 r--p 0048b000 00:7d 14710327                   /tmp/ruby/build/trunk-gc-asserts/miniruby
   55ca02b33000-55ca02b4b000 r--p 00619000 00:7d 14710327                   /tmp/ruby/build/trunk-gc-asserts/miniruby
   55ca02b4b000-55ca02b4c000 rw-p 00631000 00:7d 14710327                   /tmp/ruby/build/trunk-gc-asserts/miniruby
   55ca02b4c000-55ca02b62000 rw-p 00000000 00:00 0 
   55ca03929000-55ca03fec000 rw-p 00000000 00:00 0                          [heap]
   7f1429c20000-7f1429e3e000 r--s 00000000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
   7f1429e3e000-7f142caf0000 r--s 00000000 00:7d 14710327                   /tmp/ruby/build/trunk-gc-asserts/miniruby
   7f142caf0000-7f142cb00000 rw-p 00000000 00:00 0 
   7f142cb60000-7f142cc30000 rw-p 00000000 00:00 0 
   7f142cc3f000-7f142cc40000 ---p 00000000 00:00 0 
   7f142cc40000-7f142cce1000 rw-p 00000000 00:00 0 
   7f142cce1000-7f142cce2000 ---p 00000000 00:00 0 
   7f142cce2000-7f142cd83000 rw-p 00000000 00:00 0 
   7f142cd83000-7f142cd84000 ---p 00000000 00:00 0 
   7f142cd84000-7f142ce25000 rw-p 00000000 00:00 0 
   7f142ce25000-7f142ce26000 ---p 00000000 00:00 0 
   7f142ce26000-7f142cec7000 rw-p 00000000 00:00 0 
   7f142cec7000-7f142cec8000 ---p 00000000 00:00 0 
   7f142cec8000-7f142cf69000 rw-p 00000000 00:00 0 
   7f142cf69000-7f142cf6a000 ---p 00000000 00:00 0 
   7f142cf6a000-7f142d00b000 rw-p 00000000 00:00 0 
   7f142d00b000-7f142d00c000 ---p 00000000 00:00 0 
   7f142d00c000-7f142d0ad000 rw-p 00000000 00:00 0 
   7f142d0ad000-7f142d0ae000 ---p 00000000 00:00 0 
   7f142d0ae000-7f142d14f000 rw-p 00000000 00:00 0 
   7f142d14f000-7f142d150000 ---p 00000000 00:00 0 
   7f142d150000-7f142d1f1000 rw-p 00000000 00:00 0 
   7f142d1f1000-7f142d1f2000 ---p 00000000 00:00 0 
   7f142d1f2000-7f142d293000 rw-p 00000000 00:00 0 
   7f142d293000-7f142d294000 ---p 00000000 00:00 0 
   7f142d294000-7f142d335000 rw-p 00000000 00:00 0 
   7f142d335000-7f142d336000 ---p 00000000 00:00 0 
   7f142d336000-7f142d3d7000 rw-p 00000000 00:00 0 
   7f142d3d7000-7f142d3d8000 ---p 00000000 00:00 0 
   7f142d3d8000-7f142d479000 rw-p 00000000 00:00 0 
   7f142d479000-7f142d47a000 ---p 00000000 00:00 0 
   7f142d47a000-7f142d51b000 rw-p 00000000 00:00 0 
   7f142d51b000-7f142d51c000 ---p 00000000 00:00 0 
   7f142d51c000-7f142d5bd000 rw-p 00000000 00:00 0 
   7f142d5bd000-7f142d5be000 ---p 00000000 00:00 0 
   7f142d5be000-7f142d65f000 rw-p 00000000 00:00 0 
   7f142d65f000-7f142d660000 ---p 00000000 00:00 0 
   7f142d660000-7f142d701000 rw-p 00000000 00:00 0 
   7f142d701000-7f142d702000 ---p 00000000 00:00 0 
   7f142d702000-7f142d7a3000 rw-p 00000000 00:00 0 
   7f142d7a3000-7f142d7a4000 ---p 00000000 00:00 0 
   7f142d7a4000-7f142d845000 rw-p 00000000 00:00 0 
   7f142d845000-7f142d846000 ---p 00000000 00:00 0 
   7f142d846000-7f142d8e7000 rw-p 00000000 00:00 0 
   7f142d8e7000-7f142d8e8000 ---p 00000000 00:00 0 
   7f142d8e8000-7f142d989000 rw-p 00000000 00:00 0 
   7f142d989000-7f142d98a000 ---p 00000000 00:00 0 
   7f142d98a000-7f142da2b000 rw-p 00000000 00:00 0 
   7f142da2b000-7f142da2c000 ---p 00000000 00:00 0 
   7f142da2c000-7f142dacd000 rw-p 00000000 00:00 0 
   7f142dacd000-7f142dace000 ---p 00000000 00:00 0 
   7f142dace000-7f142db6f000 rw-p 00000000 00:00 0 
   7f142db6f000-7f142db70000 ---p 00000000 00:00 0 
   7f142db70000-7f142dc11000 rw-p 00000000 00:00 0 
   7f142dc11000-7f142dc12000 ---p 00000000 00:00 0 
   7f142dc12000-7f142dcb3000 rw-p 00000000 00:00 0 
   7f142dcb3000-7f142dcb4000 ---p 00000000 00:00 0 
   7f142dcb4000-7f142dd55000 rw-p 00000000 00:00 0 
   7f142dd55000-7f142dd56000 ---p 00000000 00:00 0 
   7f142dd56000-7f142ddf7000 rw-p 00000000 00:00 0 
   7f142ddf7000-7f142ddf8000 ---p 00000000 00:00 0 
   7f142ddf8000-7f142de99000 rw-p 00000000 00:00 0 
   7f142de99000-7f142de9a000 ---p 00000000 00:00 0 
   7f142de9a000-7f142df3b000 rw-p 00000000 00:00 0 
   7f142df3b000-7f142df3c000 ---p 00000000 00:00 0 
   7f142df3c000-7f142dfdd000 rw-p 00000000 00:00 0 
   7f142dfdd000-7f142dfde000 ---p 00000000 00:00 0 
   7f142dfde000-7f142e07f000 rw-p 00000000 00:00 0 
   7f142e07f000-7f142e080000 ---p 00000000 00:00 0 
   7f142e080000-7f142e8d0000 rw-p 00000000 00:00 0 
   7f142e8df000-7f1447d50000 rw-p 00000000 00:00 0 
   7f1447d56000-7f1447e5c000 rw-p 00000000 00:00 0 
   7f1447e5c000-7f1447e84000 r--p 00000000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
   7f1447e84000-7f1448019000 r-xp 00028000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
   7f1448019000-7f1448071000 r--p 001bd000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
   7f1448071000-7f1448075000 r--p 00214000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
   7f1448075000-7f1448077000 rw-p 00218000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
   7f1448077000-7f1448084000 rw-p 00000000 00:00 0 
   7f1448084000-7f1448087000 r--p 00000000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
   7f1448087000-7f144809e000 r-xp 00003000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
   7f144809e000-7f14480a2000 r--p 0001a000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
   7f14480a2000-7f14480a3000 r--p 0001d000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
   7f14480a3000-7f14480a4000 rw-p 0001e000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
   7f14480a4000-7f14480b2000 r--p 00000000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
   7f14480b2000-7f144812e000 r-xp 0000e000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
   7f144812e000-7f1448189000 r--p 0008a000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
   7f1448189000-7f144818a000 r--p 000e4000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
   7f144818a000-7f144818b000 rw-p 000e5000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
   7f144818b000-7f144818d000 r--p 00000000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
   7f144818d000-7f14481a1000 r-xp 00002000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
   7f14481a1000-7f14481ba000 r--p 00016000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
   7f14481ba000-7f14481bb000 ---p 0002f000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
   7f14481bb000-7f14481bc000 r--p 0002f000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
   7f14481bc000-7f14481bd000 rw-p 00030000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
   7f14481bd000-7f14481c5000 rw-p 00000000 00:00 0 
   7f14481c5000-7f14481cf000 r--p 00000000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
   7f14481cf000-7f144822e000 r-xp 0000a000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
   7f144822e000-7f1448245000 r--p 00069000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
   7f1448245000-7f1448246000 r--p 0007f000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
   7f1448246000-7f1448247000 rw-p 00080000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
   7f1448247000-7f1448249000 r--p 00000000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
   7f1448249000-7f144825a000 r-xp 00002000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
   7f144825a000-7f1448260000 r--p 00013000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
   7f1448260000-7f1448261000 ---p 00019000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
   7f1448261000-7f1448262000 r--p 00019000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
   7f1448262000-7f1448263000 rw-p 0001a000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
   7f1448267000-7f1448269000 rw-p 00000000 00:00 0 
   7f1448269000-7f144826b000 r--p 00000000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
   7f144826b000-7f1448295000 r-xp 00002000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
   7f1448295000-7f14482a0000 r--p 0002c000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
   7f14482a1000-7f14482a3000 r--p 00037000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
   7f14482a3000-7f14482a5000 rw-p 00039000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
   7fff2a5ae000-7fff2adad000 rw-p 00000000 00:00 0                          [stack]
   7fff2add9000-7fff2addd000 r--p 00000000 00:00 0                          [vvar]
   7fff2addd000-7fff2addf000 r-xp 00000000 00:00 0                          [vdso]
   ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
Fstderr output is not empty
   check_rvalue_consistency: 0x00007f4c0d94ffd8 [0      ] T_NONE  is T_NONE.
   <internal:gc>:286: [BUG] objspace/memsize_of(): unknown data type 0x0(0x00007f4c0d94ffd8)
   ruby 3.4.0dev (2024-06-13T04:52:39Z master fc33559c40) [x86_64-linux]
   
   -- Control frame information -----------------------------------------------
   c:0003 p:0012 s:0018 e:000014 METHOD <internal:gc>:286
   c:0002 p:0035 s:0007 e:000005 EVAL   bootstraptest.test_yjit.rb_1231_1633.rb:16 [FINISH]
   c:0001 p:0000 s:0003 E:001930 DUMMY  [FINISH]
   
   -- Ruby level backtrace information ----------------------------------------
   bootstraptest.test_yjit.rb_1231_1633.rb:16:in '<main>'
   <internal:gc>:286:in 'verify_compaction_references'
   
   -- Threading information ---------------------------------------------------
   Total ractor count: 1
   Ruby thread count for this ractor: 1
   
   -- C level backtrace information -------------------------------------------
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_print_backtrace+0x14) [0x55d071d829a1] /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:820
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_vm_bugreport) /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:1151
   /tmp/ruby/build/trunk-gc-asserts/miniruby(bug_report_end+0x0) [0x55d071b6fd6e] /tmp/ruby/src/trunk-gc-asserts/error.c:1085
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_bug_without_die) /tmp/ruby/src/trunk-gc-asserts/error.c:1085
   /tmp/ruby/build/trunk-gc-asserts/miniruby(die+0x0) [0x55d071a96267] /tmp/ruby/src/trunk-gc-asserts/error.c:1093
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_bug) /tmp/ruby/src/trunk-gc-asserts/error.c:1095
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_gc_size_allocatable_p+0x0) [0x55d071a96c43] /tmp/ruby/src/trunk-gc-asserts/gc.c:4801
   /tmp/ruby/build/trunk-gc-asserts/miniruby(obj_memsize_of+0xa) [0x55d071b93d25] /tmp/ruby/src/trunk-gc-asserts/gc.c:4688
   /tmp/ruby/build/trunk-gc-asserts/miniruby(check_rvalue_consistency_force) /tmp/ruby/src/trunk-gc-asserts/gc.c:1652
   /tmp/ruby/build/trunk-gc-asserts/miniruby(check_rvalue_consistency+0x10) [0x55d071b96b69] /tmp/ruby/src/trunk-gc-asserts/gc.c:1714
   /tmp/ruby/build/trunk-gc-asserts/miniruby(RVALUE_MARKED) /tmp/ruby/src/trunk-gc-asserts/gc.c:1550
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_move) /tmp/ruby/src/trunk-gc-asserts/gc.c:9548
   /tmp/ruby/build/trunk-gc-asserts/miniruby(RB_SPECIAL_CONST_P+0x0) [0x55d071b972d2] /tmp/ruby/src/trunk-gc-asserts/gc.c:5064
   /tmp/ruby/build/trunk-gc-asserts/miniruby(is_markable_object) /tmp/ruby/src/trunk-gc-asserts/gc.c:4445
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_pin) /tmp/ruby/src/trunk-gc-asserts/gc.c:6707
   /tmp/ruby/build/trunk-gc-asserts/miniruby(try_move) /tmp/ruby/src/trunk-gc-asserts/gc.c:5065
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_compact_move) /tmp/ruby/src/trunk-gc-asserts/gc.c:8158
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_compact_plane) /tmp/ruby/src/trunk-gc-asserts/gc.c:8209
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_compact_page+0x1d) [0x55d071b9de95] /tmp/ruby/src/trunk-gc-asserts/gc.c:8239
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_sweep_compact) /tmp/ruby/src/trunk-gc-asserts/gc.c:8291
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_sweep) /tmp/ruby/src/trunk-gc-asserts/gc.c:5900
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_start+0xd1b) [0x55d071ba0fcb] /tmp/ruby/src/trunk-gc-asserts/gc.c:9088
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_multi_ractor_p+0x0) [0x55d071ba4620] /tmp/ruby/src/trunk-gc-asserts/gc.c:8968
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_vm_lock_leave) /tmp/ruby/src/trunk-gc-asserts/vm_sync.h:92
   /tmp/ruby/build/trunk-gc-asserts/miniruby(garbage_collect) /tmp/ruby/src/trunk-gc-asserts/gc.c:8970
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_start_internal) /tmp/ruby/src/trunk-gc-asserts/gc.c:9418
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_verify_compaction_references) /tmp/ruby/src/trunk-gc-asserts/gc.c:10604
   /tmp/ruby/build/trunk-gc-asserts/miniruby(vm_exec_core+0x582) [0x55d071d63c12] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:7006
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_vm_exec+0x19a) [0x55d071d69bfa] /tmp/ruby/src/trunk-gc-asserts/vm.c:2560
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_ec_exec_node+0xb5) [0x55d071b79d45] /tmp/ruby/src/trunk-gc-asserts/eval.c:281
   /tmp/ruby/build/trunk-gc-asserts/miniruby(ruby_run_node+0x8b) [0x55d071b7d92b] /tmp/ruby/src/trunk-gc-asserts/eval.c:319
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_main+0x21) [0x55d071aa1367] /tmp/ruby/src/trunk-gc-asserts/main.c:40
   /tmp/ruby/build/trunk-gc-asserts/miniruby(main) /tmp/ruby/src/trunk-gc-asserts/main.c:59
   /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x80) [0x7f4c28ce1d90] ../sysdeps/nptl/libc_start_call_main.h:58
   /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7f4c28ce1e40] ../csu/libc-start.c:392
   /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:379
   /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0
   [0x55d071aa13b5]
   
   -- Other runtime information -----------------------------------------------
   
   * Process memory map:
   
   55d071a4e000-55d071a93000 r--p 00000000 00:7d 14710327                   /tmp/ruby/build/trunk-gc-asserts/miniruby
   55d071a93000-55d071ed9000 r-xp 00045000 00:7d 14710327                   /tmp/ruby/build/trunk-gc-asserts/miniruby
   55d071ed9000-55d072067000 r--p 0048b000 00:7d 14710327                   /tmp/ruby/build/trunk-gc-asserts/miniruby
   55d072068000-55d072080000 r--p 00619000 00:7d 14710327                   /tmp/ruby/build/trunk-gc-asserts/miniruby
   55d072080000-55d072081000 rw-p 00631000 00:7d 14710327                   /tmp/ruby/build/trunk-gc-asserts/miniruby
   55d072081000-55d072097000 rw-p 00000000 00:00 0 
   55d072c8e000-55d073351000 rw-p 00000000 00:00 0                          [heap]
   7f4c0a8a0000-7f4c0aabe000 r--s 00000000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
   7f4c0aabe000-7f4c0d770000 r--s 00000000 00:7d 14710327                   /tmp/ruby/build/trunk-gc-asserts/miniruby
   7f4c0d770000-7f4c0d960000 rw-p 00000000 00:00 0 
   7f4c0d970000-7f4c0da90000 rw-p 00000000 00:00 0 
   7f4c0da9f000-7f4c0daa0000 ---p 00000000 00:00 0 
   7f4c0daa0000-7f4c0db41000 rw-p 00000000 00:00 0 
   7f4c0db41000-7f4c0db42000 ---p 00000000 00:00 0 
   7f4c0db42000-7f4c0dbe3000 rw-p 00000000 00:00 0 
   7f4c0dbe3000-7f4c0dbe4000 ---p 00000000 00:00 0 
   7f4c0dbe4000-7f4c0dc85000 rw-p 00000000 00:00 0 
   7f4c0dc85000-7f4c0dc86000 ---p 00000000 00:00 0 
   7f4c0dc86000-7f4c0dd27000 rw-p 00000000 00:00 0 
   7f4c0dd27000-7f4c0dd28000 ---p 00000000 00:00 0 
   7f4c0dd28000-7f4c0ddc9000 rw-p 00000000 00:00 0 
   7f4c0ddc9000-7f4c0ddca000 ---p 00000000 00:00 0 
   7f4c0ddca000-7f4c0de6b000 rw-p 00000000 00:00 0 
   7f4c0de6b000-7f4c0de6c000 ---p 00000000 00:00 0 
   7f4c0de6c000-7f4c0df0d000 rw-p 00000000 00:00 0 
   7f4c0df0d000-7f4c0df0e000 ---p 00000000 00:00 0 
   7f4c0df0e000-7f4c0dfaf000 rw-p 00000000 00:00 0 
   7f4c0dfaf000-7f4c0dfb0000 ---p 00000000 00:00 0 
   7f4c0dfb0000-7f4c0e051000 rw-p 00000000 00:00 0 
   7f4c0e051000-7f4c0e052000 ---p 00000000 00:00 0 
   7f4c0e052000-7f4c0e0f3000 rw-p 00000000 00:00 0 
   7f4c0e0f3000-7f4c0e0f4000 ---p 00000000 00:00 0 
   7f4c0e0f4000-7f4c0e195000 rw-p 00000000 00:00 0 
   7f4c0e195000-7f4c0e196000 ---p 00000000 00:00 0 
   7f4c0e196000-7f4c0e237000 rw-p 00000000 00:00 0 
   7f4c0e237000-7f4c0e238000 ---p 00000000 00:00 0 
   7f4c0e238000-7f4c0e2d9000 rw-p 00000000 00:00 0 
   7f4c0e2d9000-7f4c0e2da000 ---p 00000000 00:00 0 
   7f4c0e2da000-7f4c0e37b000 rw-p 00000000 00:00 0 
   7f4c0e37b000-7f4c0e37c000 ---p 00000000 00:00 0 
   7f4c0e37c000-7f4c0e41d000 rw-p 00000000 00:00 0 
   7f4c0e41d000-7f4c0e41e000 ---p 00000000 00:00 0 
   7f4c0e41e000-7f4c0e4bf000 rw-p 00000000 00:00 0 
   7f4c0e4bf000-7f4c0e4c0000 ---p 00000000 00:00 0 
   7f4c0e4c0000-7f4c0e561000 rw-p 00000000 00:00 0 
   7f4c0e561000-7f4c0e562000 ---p 00000000 00:00 0 
   7f4c0e562000-7f4c0e603000 rw-p 00000000 00:00 0 
   7f4c0e603000-7f4c0e604000 ---p 00000000 00:00 0 
   7f4c0e604000-7f4c0e6a5000 rw-p 00000000 00:00 0 
   7f4c0e6a5000-7f4c0e6a6000 ---p 00000000 00:00 0 
   7f4c0e6a6000-7f4c0e747000 rw-p 00000000 00:00 0 
   7f4c0e747000-7f4c0e748000 ---p 00000000 00:00 0 
   7f4c0e748000-7f4c0e7e9000 rw-p 00000000 00:00 0 
   7f4c0e7e9000-7f4c0e7ea000 ---p 00000000 00:00 0 
   7f4c0e7ea000-7f4c0e88b000 rw-p 00000000 00:00 0 
   7f4c0e88b000-7f4c0e88c000 ---p 00000000 00:00 0 
   7f4c0e88c000-7f4c0e92d000 rw-p 00000000 00:00 0 
   7f4c0e92d000-7f4c0e92e000 ---p 00000000 00:00 0 
   7f4c0e92e000-7f4c0e9cf000 rw-p 00000000 00:00 0 
   7f4c0e9cf000-7f4c0e9d0000 ---p 00000000 00:00 0 
   7f4c0e9d0000-7f4c0ea71000 rw-p 00000000 00:00 0 
   7f4c0ea71000-7f4c0ea72000 ---p 00000000 00:00 0 
   7f4c0ea72000-7f4c0eb13000 rw-p 00000000 00:00 0 
   7f4c0eb13000-7f4c0eb14000 ---p 00000000 00:00 0 
   7f4c0eb14000-7f4c0ebb5000 rw-p 00000000 00:00 0 
   7f4c0ebb5000-7f4c0ebb6000 ---p 00000000 00:00 0 
   7f4c0ebb6000-7f4c0ec57000 rw-p 00000000 00:00 0 
   7f4c0ec57000-7f4c0ec58000 ---p 00000000 00:00 0 
   7f4c0ec58000-7f4c0ecf9000 rw-p 00000000 00:00 0 
   7f4c0ecf9000-7f4c0ecfa000 ---p 00000000 00:00 0 
   7f4c0ecfa000-7f4c0ed9b000 rw-p 00000000 00:00 0 
   7f4c0ed9b000-7f4c0ed9c000 ---p 00000000 00:00 0 
   7f4c0ed9c000-7f4c0ee3d000 rw-p 00000000 00:00 0 
   7f4c0ee3d000-7f4c0ee3e000 ---p 00000000 00:00 0 
   7f4c0ee3e000-7f4c0eedf000 rw-p 00000000 00:00 0 
   7f4c0eedf000-7f4c0eee0000 ---p 00000000 00:00 0 
   7f4c0eee0000-7f4c0f730000 rw-p 00000000 00:00 0 
   7f4c0f73f000-7f4c28bb0000 rw-p 00000000 00:00 0 
   7f4c28bb2000-7f4c28cb8000 rw-p 00000000 00:00 0 
   7f4c28cb8000-7f4c28ce0000 r--p 00000000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
   7f4c28ce0000-7f4c28e75000 r-xp 00028000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
   7f4c28e75000-7f4c28ecd000 r--p 001bd000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
   7f4c28ecd000-7f4c28ed1000 r--p 00214000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
   7f4c28ed1000-7f4c28ed3000 rw-p 00218000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
   7f4c28ed3000-7f4c28ee0000 rw-p 00000000 00:00 0 
   7f4c28ee0000-7f4c28ee3000 r--p 00000000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
   7f4c28ee3000-7f4c28efa000 r-xp 00003000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
   7f4c28efa000-7f4c28efe000 r--p 0001a000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
   7f4c28efe000-7f4c28eff000 r--p 0001d000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
   7f4c28eff000-7f4c28f00000 rw-p 0001e000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
   7f4c28f00000-7f4c28f0e000 r--p 00000000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
   7f4c28f0e000-7f4c28f8a000 r-xp 0000e000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
   7f4c28f8a000-7f4c28fe5000 r--p 0008a000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
   7f4c28fe5000-7f4c28fe6000 r--p 000e4000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
   7f4c28fe6000-7f4c28fe7000 rw-p 000e5000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
   7f4c28fe7000-7f4c28fe9000 r--p 00000000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
   7f4c28fe9000-7f4c28ffd000 r-xp 00002000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
   7f4c28ffd000-7f4c29016000 r--p 00016000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
   7f4c29016000-7f4c29017000 ---p 0002f000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
   7f4c29017000-7f4c29018000 r--p 0002f000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
   7f4c29018000-7f4c29019000 rw-p 00030000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
   7f4c29019000-7f4c29021000 rw-p 00000000 00:00 0 
   7f4c29021000-7f4c2902b000 r--p 00000000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
   7f4c2902b000-7f4c2908a000 r-xp 0000a000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
   7f4c2908a000-7f4c290a1000 r--p 00069000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
   7f4c290a1000-7f4c290a2000 r--p 0007f000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
   7f4c290a2000-7f4c290a3000 rw-p 00080000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
   7f4c290a3000-7f4c290a5000 r--p 00000000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
   7f4c290a5000-7f4c290b6000 r-xp 00002000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
   7f4c290b6000-7f4c290bc000 r--p 00013000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
   7f4c290bc000-7f4c290bd000 ---p 00019000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
   7f4c290bd000-7f4c290be000 r--p 00019000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
   7f4c290be000-7f4c290bf000 rw-p 0001a000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
   7f4c290c3000-7f4c290c5000 rw-p 00000000 00:00 0 
   7f4c290c5000-7f4c290c7000 r--p 00000000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
   7f4c290c7000-7f4c290f1000 r-xp 00002000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
   7f4c290f1000-7f4c290fc000 r--p 0002c000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
   7f4c290fd000-7f4c290ff000 r--p 00037000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
   7f4c290ff000-7f4c29101000 rw-p 00039000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
   7ffeec2d9000-7ffeecad8000 rw-p 00000000 00:00 0                          [stack]
   7ffeecb10000-7ffeecb14000 r--p 00000000 00:00 0                          [vvar]
   7ffeecb14000-7ffeecb16000 r-xp 00000000 00:00 0                          [vdso]
   ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
Fstderr output is not empty
   check_rvalue_consistency: 0x00007f21e49b8950 [0      ] T_NONE  is T_NONE.
   bootstraptest.test_yjit.rb_2323_1704.rb:7: [BUG] objspace/memsize_of(): unknown data type 0x0(0x00007f21e49b8950)
   ruby 3.4.0dev (2024-06-13T04:52:39Z master fc33559c40) [x86_64-linux]
   
   -- Control frame information -----------------------------------------------
   c:0006 p:---- s:0023 e:000022 CFUNC  :compact
   c:0005 p:0004 s:0019 e:000018 BLOCK  bootstraptest.test_yjit.rb_2323_1704.rb:7 [FINISH]
   c:0004 p:---- s:0016 e:000015 CFUNC  :reverse_each
   c:0003 p:0011 s:0012 E:000e08 METHOD bootstraptest.test_yjit.rb_2323_1704.rb:6
   c:0002 p:0019 s:0007 e:000005 EVAL   bootstraptest.test_yjit.rb_2323_1704.rb:12 [FINISH]
   c:0001 p:0000 s:0003 E:0010c0 DUMMY  [FINISH]
   
   -- Ruby level backtrace information ----------------------------------------
   bootstraptest.test_yjit.rb_2323_1704.rb:12:in '<main>'
   bootstraptest.test_yjit.rb_2323_1704.rb:6:in 'entry'
   bootstraptest.test_yjit.rb_2323_1704.rb:6:in 'reverse_each'
   bootstraptest.test_yjit.rb_2323_1704.rb:7:in 'block in entry'
   bootstraptest.test_yjit.rb_2323_1704.rb:7:in 'compact'
   
   -- Threading information ---------------------------------------------------
   Total ractor count: 1
   Ruby thread count for this ractor: 1
   
   -- C level backtrace information -------------------------------------------
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_print_backtrace+0x14) [0x555f8c38f9a1] /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:820
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_vm_bugreport) /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:1151
   /tmp/ruby/build/trunk-gc-asserts/miniruby(bug_report_end+0x0) [0x555f8c17cd6e] /tmp/ruby/src/trunk-gc-asserts/error.c:1085
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_bug_without_die) /tmp/ruby/src/trunk-gc-asserts/error.c:1085
   /tmp/ruby/build/trunk-gc-asserts/miniruby(die+0x0) [0x555f8c0a3267] /tmp/ruby/src/trunk-gc-asserts/error.c:1093
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_bug) /tmp/ruby/src/trunk-gc-asserts/error.c:1095
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_gc_size_allocatable_p+0x0) [0x555f8c0a3c43] /tmp/ruby/src/trunk-gc-asserts/gc.c:4801
   /tmp/ruby/build/trunk-gc-asserts/miniruby(obj_memsize_of+0xa) [0x555f8c1a0d25] /tmp/ruby/src/trunk-gc-asserts/gc.c:4688
   /tmp/ruby/build/trunk-gc-asserts/miniruby(check_rvalue_consistency_force) /tmp/ruby/src/trunk-gc-asserts/gc.c:1652
   /tmp/ruby/build/trunk-gc-asserts/miniruby(check_rvalue_consistency+0x10) [0x555f8c1a3b69] /tmp/ruby/src/trunk-gc-asserts/gc.c:1714
   /tmp/ruby/build/trunk-gc-asserts/miniruby(RVALUE_MARKED) /tmp/ruby/src/trunk-gc-asserts/gc.c:1550
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_move) /tmp/ruby/src/trunk-gc-asserts/gc.c:9548
   /tmp/ruby/build/trunk-gc-asserts/miniruby(RB_SPECIAL_CONST_P+0x0) [0x555f8c1a42d2] /tmp/ruby/src/trunk-gc-asserts/gc.c:5064
   /tmp/ruby/build/trunk-gc-asserts/miniruby(is_markable_object) /tmp/ruby/src/trunk-gc-asserts/gc.c:4445
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_pin) /tmp/ruby/src/trunk-gc-asserts/gc.c:6707
   /tmp/ruby/build/trunk-gc-asserts/miniruby(try_move) /tmp/ruby/src/trunk-gc-asserts/gc.c:5065
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_compact_move) /tmp/ruby/src/trunk-gc-asserts/gc.c:8158
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_compact_plane) /tmp/ruby/src/trunk-gc-asserts/gc.c:8209
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_compact_page+0x1d) [0x555f8c1aae95] /tmp/ruby/src/trunk-gc-asserts/gc.c:8239
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_sweep_compact) /tmp/ruby/src/trunk-gc-asserts/gc.c:8291
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_sweep) /tmp/ruby/src/trunk-gc-asserts/gc.c:5900
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_start+0xd1b) [0x555f8c1adfcb] /tmp/ruby/src/trunk-gc-asserts/gc.c:9088
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_multi_ractor_p+0x0) [0x555f8c1b0d78] /tmp/ruby/src/trunk-gc-asserts/gc.c:8968
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_vm_lock_leave) /tmp/ruby/src/trunk-gc-asserts/vm_sync.h:92
   /tmp/ruby/build/trunk-gc-asserts/miniruby(garbage_collect) /tmp/ruby/src/trunk-gc-asserts/gc.c:8970
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_start_internal) /tmp/ruby/src/trunk-gc-asserts/gc.c:9418
   /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_compact) /tmp/ruby/src/trunk-gc-asserts/gc.c:10488
   /tmp/ruby/build/trunk-gc-asserts/miniruby(vm_cfp_consistent_p+0x0) [0x555f8c35eb64] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3594
   /tmp/ruby/build/trunk-gc-asserts/miniruby(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3596
   /tmp/ruby/build/trunk-gc-asserts/miniruby(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3640
   /tmp/ruby/build/trunk-gc-asserts/miniruby(vm_call_cfunc_other) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3666
   /tmp/ruby/build/trunk-gc-asserts/miniruby(vm_sendish+0x99) [0x555f8c3707a1] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5723
   /tmp/ruby/build/trunk-gc-asserts/miniruby(vm_exec_core) ../../src/trunk-gc-asserts/insns.def:891
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_vm_exec+0x19a) [0x555f8c376bfa] /tmp/ruby/src/trunk-gc-asserts/vm.c:2560
   /tmp/ruby/build/trunk-gc-asserts/miniruby(vm_yield_with_cref+0x42) [0x555f8c37c2f8] /tmp/ruby/src/trunk-gc-asserts/vm.c:1642
   /tmp/ruby/build/trunk-gc-asserts/miniruby(vm_yield) /tmp/ruby/src/trunk-gc-asserts/vm.c:1650
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_yield_0) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1346
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_yield) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1362
   /tmp/ruby/build/trunk-gc-asserts/miniruby(RB_FL_TEST_RAW+0x0) [0x555f8c0b173e] /tmp/ruby/src/trunk-gc-asserts/array.c:2673
   /tmp/ruby/build/trunk-gc-asserts/miniruby(RB_FL_ANY_RAW) /tmp/ruby/src/trunk-gc-asserts/include/ruby/internal/fl_type.h:520
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_array_len) /tmp/ruby/src/trunk-gc-asserts/include/ruby/internal/core/rarray.h:259
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_ary_reverse_each) /tmp/ruby/src/trunk-gc-asserts/array.c:2674
   /tmp/ruby/build/trunk-gc-asserts/miniruby(vm_cfp_consistent_p+0x0) [0x555f8c35eb64] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3594
   /tmp/ruby/build/trunk-gc-asserts/miniruby(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3596
   /tmp/ruby/build/trunk-gc-asserts/miniruby(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3640
   /tmp/ruby/build/trunk-gc-asserts/miniruby(vm_call_cfunc_other) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3666
   /tmp/ruby/build/trunk-gc-asserts/miniruby(vm_sendish+0xc4) [0x555f8c371f89] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5723
   /tmp/ruby/build/trunk-gc-asserts/miniruby(vm_exec_core) ../../src/trunk-gc-asserts/insns.def:871
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_vm_exec+0x19a) [0x555f8c376bfa] /tmp/ruby/src/trunk-gc-asserts/vm.c:2560
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_ec_exec_node+0xb5) [0x555f8c186d45] /tmp/ruby/src/trunk-gc-asserts/eval.c:281
   /tmp/ruby/build/trunk-gc-asserts/miniruby(ruby_run_node+0x8b) [0x555f8c18a92b] /tmp/ruby/src/trunk-gc-asserts/eval.c:319
   /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_main+0x21) [0x555f8c0ae367] /tmp/ruby/src/trunk-gc-asserts/main.c:40
   /tmp/ruby/build/trunk-gc-asserts/miniruby(main) /tmp/ruby/src/trunk-gc-asserts/main.c:59
   /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x80) [0x7f21fdf82d90] ../sysdeps/nptl/libc_start_call_main.h:58
   /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7f21fdf82e40] ../csu/libc-start.c:392
   /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:379
   /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0
   [0x555f8c0ae3b5]
   
   -- Other runtime information -----------------------------------------------
   
   * Process memory map:
   
   555f8c05b000-555f8c0a0000 r--p 00000000 00:7d 14710327                   /tmp/ruby/build/trunk-gc-asserts/miniruby
   555f8c0a0000-555f8c4e6000 r-xp 00045000 00:7d 14710327                   /tmp/ruby/build/trunk-gc-asserts/miniruby
   555f8c4e6000-555f8c674000 r--p 0048b000 00:7d 14710327                   /tmp/ruby/build/trunk-gc-asserts/miniruby
   555f8c675000-555f8c68d000 r--p 00619000 00:7d 14710327                   /tmp/ruby/build/trunk-gc-asserts/miniruby
   555f8c68d000-555f8c68e000 rw-p 00631000 00:7d 14710327                   /tmp/ruby/build/trunk-gc-asserts/miniruby
   555f8c68e000-555f8c6a4000 rw-p 00000000 00:00 0 
   555f8da41000-555f8e104000 rw-p 00000000 00:00 0                          [heap]
   7f21dfd20000-7f21dff3e000 r--s 00000000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
   7f21dff3e000-7f21e2bf0000 r--s 00000000 00:7d 14710327                   /tmp/ruby/build/trunk-gc-asserts/miniruby
   7f21e2bf0000-7f21e2c00000 rw-p 00000000 00:00 0 
   7f21e2c60000-7f21e2d30000 rw-p 00000000 00:00 0 
   7f21e2d3f000-7f21e2d40000 ---p 00000000 00:00 0 
   7f21e2d40000-7f21e2de1000 rw-p 00000000 00:00 0 
   7f21e2de1000-7f21e2de2000 ---p 00000000 00:00 0 
   7f21e2de2000-7f21e2e83000 rw-p 00000000 00:00 0 
   7f21e2e83000-7f21e2e84000 ---p 00000000 00:00 0 
   7f21e2e84000-7f21e2f25000 rw-p 00000000 00:00 0 
   7f21e2f25000-7f21e2f26000 ---p 00000000 00:00 0 
   7f21e2f26000-7f21e2fc7000 rw-p 00000000 00:00 0 
   7f21e2fc7000-7f21e2fc8000 ---p 00000000 00:00 0 
   7f21e2fc8000-7f21e3069000 rw-p 00000000 00:00 0 
   7f21e3069000-7f21e306a000 ---p 00000000 00:00 0 
   7f21e306a000-7f21e310b000 rw-p 00000000 00:00 0 
   7f21e310b000-7f21e310c000 ---p 00000000 00:00 0 
   7f21e310c000-7f21e31ad000 rw-p 00000000 00:00 0 
   7f21e31ad000-7f21e31ae000 ---p 00000000 00:00 0 
   7f21e31ae000-7f21e324f000 rw-p 00000000 00:00 0 
   7f21e324f000-7f21e3250000 ---p 00000000 00:00 0 
   7f21e3250000-7f21e32f1000 rw-p 00000000 00:00 0 
   7f21e32f1000-7f21e32f2000 ---p 00000000 00:00 0 
   7f21e32f2000-7f21e3393000 rw-p 00000000 00:00 0 
   7f21e3393000-7f21e3394000 ---p 00000000 00:00 0 
   7f21e3394000-7f21e3435000 rw-p 00000000 00:00 0 
   7f21e3435000-7f21e3436000 ---p 00000000 00:00 0 
   7f21e3436000-7f21e34d7000 rw-p 00000000 00:00 0 
   7f21e34d7000-7f21e34d8000 ---p 00000000 00:00 0 
   7f21e34d8000-7f21e3579000 rw-p 00000000 00:00 0 
   7f21e3579000-7f21e357a000 ---p 00000000 00:00 0 
   7f21e357a000-7f21e361b000 rw-p 00000000 00:00 0 
   7f21e361b000-7f21e361c000 ---p 00000000 00:00 0 
   7f21e361c000-7f21e36bd000 rw-p 00000000 00:00 0 
   7f21e36bd000-7f21e36be000 ---p 00000000 00:00 0 
   7f21e36be000-7f21e375f000 rw-p 00000000 00:00 0 
   7f21e375f000-7f21e3760000 ---p 00000000 00:00 0 
   7f21e3760000-7f21e3801000 rw-p 00000000 00:00 0 
   7f21e3801000-7f21e3802000 ---p 00000000 00:00 0 
   7f21e3802000-7f21e38a3000 rw-p 00000000 00:00 0 
   7f21e38a3000-7f21e38a4000 ---p 00000000 00:00 0 
   7f21e38a4000-7f21e3945000 rw-p 00000000 00:00 0 
   7f21e3945000-7f21e3946000 ---p 00000000 00:00 0 
   7f21e3946000-7f21e39e7000 rw-p 00000000 00:00 0 
   7f21e39e7000-7f21e39e8000 ---p 00000000 00:00 0 
   7f21e39e8000-7f21e3a89000 rw-p 00000000 00:00 0 
   7f21e3a89000-7f21e3a8a000 ---p 00000000 00:00 0 
   7f21e3a8a000-7f21e3b2b000 rw-p 00000000 00:00 0 
   7f21e3b2b000-7f21e3b2c000 ---p 00000000 00:00 0 
   7f21e3b2c000-7f21e3bcd000 rw-p 00000000 00:00 0 
   7f21e3bcd000-7f21e3bce000 ---p 00000000 00:00 0 
   7f21e3bce000-7f21e3c6f000 rw-p 00000000 00:00 0 
   7f21e3c6f000-7f21e3c70000 ---p 00000000 00:00 0 
   7f21e3c70000-7f21e3d11000 rw-p 00000000 00:00 0 
   7f21e3d11000-7f21e3d12000 ---p 00000000 00:00 0 
   7f21e3d12000-7f21e3db3000 rw-p 00000000 00:00 0 
   7f21e3db3000-7f21e3db4000 ---p 00000000 00:00 0 
   7f21e3db4000-7f21e3e55000 rw-p 00000000 00:00 0 
   7f21e3e55000-7f21e3e56000 ---p 00000000 00:00 0 
   7f21e3e56000-7f21e3ef7000 rw-p 00000000 00:00 0 
   7f21e3ef7000-7f21e3ef8000 ---p 00000000 00:00 0 
   7f21e3ef8000-7f21e3f99000 rw-p 00000000 00:00 0 
   7f21e3f99000-7f21e3f9a000 ---p 00000000 00:00 0 
   7f21e3f9a000-7f21e403b000 rw-p 00000000 00:00 0 
   7f21e403b000-7f21e403c000 ---p 00000000 00:00 0 
   7f21e403c000-7f21e40dd000 rw-p 00000000 00:00 0 
   7f21e40dd000-7f21e40de000 ---p 00000000 00:00 0 
   7f21e40de000-7f21e417f000 rw-p 00000000 00:00 0 
   7f21e417f000-7f21e4180000 ---p 00000000 00:00 0 
   7f21e4180000-7f21e49d0000 rw-p 00000000 00:00 0 
   7f21e49df000-7f21fde50000 rw-p 00000000 00:00 0 
   7f21fde53000-7f21fdf59000 rw-p 00000000 00:00 0 
   7f21fdf59000-7f21fdf81000 r--p 00000000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
   7f21fdf81000-7f21fe116000 r-xp 00028000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
   7f21fe116000-7f21fe16e000 r--p 001bd000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
   7f21fe16e000-7f21fe172000 r--p 00214000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
   7f21fe172000-7f21fe174000 rw-p 00218000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
   7f21fe174000-7f21fe181000 rw-p 00000000 00:00 0 
   7f21fe181000-7f21fe184000 r--p 00000000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
   7f21fe184000-7f21fe19b000 r-xp 00003000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
   7f21fe19b000-7f21fe19f000 r--p 0001a000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
   7f21fe19f000-7f21fe1a0000 r--p 0001d000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
   7f21fe1a0000-7f21fe1a1000 rw-p 0001e000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
   7f21fe1a1000-7f21fe1af000 r--p 00000000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
   7f21fe1af000-7f21fe22b000 r-xp 0000e000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
   7f21fe22b000-7f21fe286000 r--p 0008a000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
   7f21fe286000-7f21fe287000 r--p 000e4000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
   7f21fe287000-7f21fe288000 rw-p 000e5000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
   7f21fe288000-7f21fe28a000 r--p 00000000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
   7f21fe28a000-7f21fe29e000 r-xp 00002000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
   7f21fe29e000-7f21fe2b7000 r--p 00016000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
   7f21fe2b7000-7f21fe2b8000 ---p 0002f000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
   7f21fe2b8000-7f21fe2b9000 r--p 0002f000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
   7f21fe2b9000-7f21fe2ba000 rw-p 00030000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
   7f21fe2ba000-7f21fe2c2000 rw-p 00000000 00:00 0 
   7f21fe2c2000-7f21fe2cc000 r--p 00000000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
   7f21fe2cc000-7f21fe32b000 r-xp 0000a000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
   7f21fe32b000-7f21fe342000 r--p 00069000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
   7f21fe342000-7f21fe343000 r--p 0007f000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
   7f21fe343000-7f21fe344000 rw-p 00080000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
   7f21fe344000-7f21fe346000 r--p 00000000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
   7f21fe346000-7f21fe357000 r-xp 00002000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
   7f21fe357000-7f21fe35d000 r--p 00013000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
   7f21fe35d000-7f21fe35e000 ---p 00019000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
   7f21fe35e000-7f21fe35f000 r--p 00019000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
   7f21fe35f000-7f21fe360000 rw-p 0001a000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
   7f21fe364000-7f21fe366000 rw-p 00000000 00:00 0 
   7f21fe366000-7f21fe368000 r--p 00000000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
   7f21fe368000-7f21fe392000 r-xp 00002000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
   7f21fe392000-7f21fe39d000 r--p 0002c000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
   7f21fe39e000-7f21fe3a0000 r--p 00037000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
   7f21fe3a0000-7f21fe3a2000 rw-p 00039000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
   7ffd3642a000-7ffd36c29000 rw-p 00000000 00:00 0                          [stack]
   7ffd36c32000-7ffd36c36000 r--p 00000000 00:00 0                          [vvar]
   7ffd36c36000-7ffd36c38000 r-xp 00000000 00:00 0                          [vdso]
   ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
#1570 test_yjit.rb:125: 
     garbage = Array.new(10_000) { [] } # create garbage to cause iseq movement
     eval(<<~RUBY)
     def foo(n, garbage)
       if n == 2
         # 1.times.each to create a cfunc frame to preserve the JIT frame
         # which will return to a stub housed in an invalidated block
         return 1.times.each do
           Object.define_method(:foo) {}
           garbage.clear
           GC.verify_compaction_references(toward: :empty, expand_heap: true)
         end
       end
   
       foo(n + 1, garbage)
     end
     RUBY
   
     foo(1, garbage)
  #=> killed by SIGIOT (signal 6)
| check_rvalue_consistency: 0x00007f5f34c3ffd8 [0      ] T_NONE  is T_NONE.
| <internal:gc>:286: [BUG] objspace/memsize_of(): unknown data type 0x0(0x00007f5f34c3ffd8)
| ruby 3.4.0dev (2024-06-13T04:52:39Z master fc33559c40) [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0008 p:0012 s:0043 e:000039 METHOD <internal:gc>:286
| c:0007 p:0021 s:0032 E:0012b0 BLOCK  (eval at bootstraptest.test_yjit.rb_125_1570.rb:5):8
| c:0006 p:0024 s:0029 e:000028 METHOD <internal:numeric>:238 [FINISH]
| c:0005 p:---- s:0024 e:000023 CFUNC  :each
| c:0004 p:0014 s:0020 E:001700 METHOD (eval at bootstraptest.test_yjit.rb_125_1570.rb:5):5
| c:0003 p:0025 s:0014 e:000013 METHOD (eval at bootstraptest.test_yjit.rb_125_1570.rb:5):12
| c:0002 p:0034 s:0008 E:000b08 EVAL   bootstraptest.test_yjit.rb_125_1570.rb:21 [FINISH]
| c:0001 p:0000 s:0003 E:000910 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| bootstraptest.test_yjit.rb_125_1570.rb:21:in '<main>'
| (eval at bootstraptest.test_yjit.rb_125_1570.rb:5):12:in 'foo'
| (eval at bootstraptest.test_yjit.rb_125_1570.rb:5):5:in 'foo'
| (eval at bootstraptest.test_yjit.rb_125_1570.rb:5):5:in 'each'
| <internal:numeric>:238:in 'times'
| (eval at bootstraptest.test_yjit.rb_125_1570.rb:5):8:in 'block in foo'
| <internal:gc>:286:in 'verify_compaction_references'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- C level backtrace information -------------------------------------------
| /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_print_backtrace+0x14) [0x55d1b58599a1] /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:820
| /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_vm_bugreport) /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:1151
| /tmp/ruby/build/trunk-gc-asserts/miniruby(bug_report_end+0x0) [0x55d1b5646d6e] /tmp/ruby/src/trunk-gc-asserts/error.c:1085
| /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_bug_without_die) /tmp/ruby/src/trunk-gc-asserts/error.c:1085
| /tmp/ruby/build/trunk-gc-asserts/miniruby(die+0x0) [0x55d1b556d267] /tmp/ruby/src/trunk-gc-asserts/error.c:1093
| /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_bug) /tmp/ruby/src/trunk-gc-asserts/error.c:1095
| /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_gc_size_allocatable_p+0x0) [0x55d1b556dc43] /tmp/ruby/src/trunk-gc-asserts/gc.c:4801
| /tmp/ruby/build/trunk-gc-asserts/miniruby(obj_memsize_of+0xa) [0x55d1b566ad25] /tmp/ruby/src/trunk-gc-asserts/gc.c:4688
| /tmp/ruby/build/trunk-gc-asserts/miniruby(check_rvalue_consistency_force) /tmp/ruby/src/trunk-gc-asserts/gc.c:1652
| /tmp/ruby/build/trunk-gc-asserts/miniruby(check_rvalue_consistency+0x10) [0x55d1b566db69] /tmp/ruby/src/trunk-gc-asserts/gc.c:1714
| /tmp/ruby/build/trunk-gc-asserts/miniruby(RVALUE_MARKED) /tmp/ruby/src/trunk-gc-asserts/gc.c:1550
| /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_move) /tmp/ruby/src/trunk-gc-asserts/gc.c:9548
| /tmp/ruby/build/trunk-gc-asserts/miniruby(RB_SPECIAL_CONST_P+0x0) [0x55d1b566e2d2] /tmp/ruby/src/trunk-gc-asserts/gc.c:5064
| /tmp/ruby/build/trunk-gc-asserts/miniruby(is_markable_object) /tmp/ruby/src/trunk-gc-asserts/gc.c:4445
| /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_pin) /tmp/ruby/src/trunk-gc-asserts/gc.c:6707
| /tmp/ruby/build/trunk-gc-asserts/miniruby(try_move) /tmp/ruby/src/trunk-gc-asserts/gc.c:5065
| /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_compact_move) /tmp/ruby/src/trunk-gc-asserts/gc.c:8158
| /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_compact_plane) /tmp/ruby/src/trunk-gc-asserts/gc.c:8209
| /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_compact_page+0x1d) [0x55d1b5674e95] /tmp/ruby/src/trunk-gc-asserts/gc.c:8239
| /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_sweep_compact) /tmp/ruby/src/trunk-gc-asserts/gc.c:8291
| /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_sweep) /tmp/ruby/src/trunk-gc-asserts/gc.c:5900
| /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_start+0xd1b) [0x55d1b5677fcb] /tmp/ruby/src/trunk-gc-asserts/gc.c:9088
| /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_multi_ractor_p+0x0) [0x55d1b567b620] /tmp/ruby/src/trunk-gc-asserts/gc.c:8968
| /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_vm_lock_leave) /tmp/ruby/src/trunk-gc-asserts/vm_sync.h:92
| /tmp/ruby/build/trunk-gc-asserts/miniruby(garbage_collect) /tmp/ruby/src/trunk-gc-asserts/gc.c:8970
| /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_start_internal) /tmp/ruby/src/trunk-gc-asserts/gc.c:9418
| /tmp/ruby/build/trunk-gc-asserts/miniruby(gc_verify_compaction_references) /tmp/ruby/src/trunk-gc-asserts/gc.c:10604
| /tmp/ruby/build/trunk-gc-asserts/miniruby(vm_exec_core+0x582) [0x55d1b583ac12] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:7006
| /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_vm_exec+0x19a) [0x55d1b5840bfa] /tmp/ruby/src/trunk-gc-asserts/vm.c:2560
| /tmp/ruby/build/trunk-gc-asserts/miniruby(vm_call0_cc+0xf8) [0x55d1b5847908] /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:101
| /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_call0+0x194) [0x55d1b5848db4] /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:549
| /tmp/ruby/build/trunk-gc-asserts/miniruby(iterate_method+0x4d) [0x55d1b5849dad] /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:875
| /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_iterate0+0x10e) [0x55d1b583180e] /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1472
| /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_iterate_internal+0x3f) [0x55d1b5831c4a] /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1504
| /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_block_call_kw) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1553
| /tmp/ruby/build/trunk-gc-asserts/miniruby(enumerator_block_call+0x6b) [0x55d1b563d88b] /tmp/ruby/src/trunk-gc-asserts/enumerator.c:568
| /tmp/ruby/build/trunk-gc-asserts/miniruby(vm_cfp_consistent_p+0x0) [0x55d1b5828b64] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3594
| /tmp/ruby/build/trunk-gc-asserts/miniruby(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3596
| /tmp/ruby/build/trunk-gc-asserts/miniruby(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3640
| /tmp/ruby/build/trunk-gc-asserts/miniruby(vm_call_cfunc_other) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3666
| /tmp/ruby/build/trunk-gc-asserts/miniruby(vm_sendish+0xc4) [0x55d1b583bf89] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5723
| /tmp/ruby/build/trunk-gc-asserts/miniruby(vm_exec_core) ../../src/trunk-gc-asserts/insns.def:871
| /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_vm_exec+0x19a) [0x55d1b5840bfa] /tmp/ruby/src/trunk-gc-asserts/vm.c:2560
| /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_ec_exec_node+0xb5) [0x55d1b5650d45] /tmp/ruby/src/trunk-gc-asserts/eval.c:281
| /tmp/ruby/build/trunk-gc-asserts/miniruby(ruby_run_node+0x8b) [0x55d1b565492b] /tmp/ruby/src/trunk-gc-asserts/eval.c:319
| /tmp/ruby/build/trunk-gc-asserts/miniruby(rb_main+0x21) [0x55d1b5578367] /tmp/ruby/src/trunk-gc-asserts/main.c:40
| /tmp/ruby/build/trunk-gc-asserts/miniruby(main) /tmp/ruby/src/trunk-gc-asserts/main.c:59
| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x80) [0x7f5f4fffad90] ../sysdeps/nptl/libc_start_call_main.h:58
| /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7f5f4fffae40] ../csu/libc-start.c:392
| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:379
| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0
| [0x55d1b55783b5]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Process memory map:
| 
| 55d1b5525000-55d1b556a000 r--p 00000000 00:7d 14710327                   /tmp/ruby/build/trunk-gc-asserts/miniruby
| 55d1b556a000-55d1b59b0000 r-xp 00045000 00:7d 14710327                   /tmp/ruby/build/trunk-gc-asserts/miniruby
| 55d1b59b0000-55d1b5b3e000 r--p 0048b000 00:7d 14710327                   /tmp/ruby/build/trunk-gc-asserts/miniruby
| 55d1b5b3f000-55d1b5b57000 r--p 00619000 00:7d 14710327                   /tmp/ruby/build/trunk-gc-asserts/miniruby
| 55d1b5b57000-55d1b5b58000 rw-p 00631000 00:7d 14710327                   /tmp/ruby/build/trunk-gc-asserts/miniruby
| 55d1b5b58000-55d1b5b6e000 rw-p 00000000 00:00 0 
| 55d1b6e6c000-55d1b752f000 rw-p 00000000 00:00 0                          [heap]
| 7f5f31b40000-7f5f31d5e000 r--s 00000000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f5f31d5e000-7f5f34a10000 r--s 00000000 00:7d 14710327                   /tmp/ruby/build/trunk-gc-asserts/miniruby
| 7f5f34a10000-7f5f34c70000 rw-p 00000000 00:00 0 
| 7f5f34c80000-7f5f34ca0000 rw-p 00000000 00:00 0 
| 7f5f34cb0000-7f5f34da0000 rw-p 00000000 00:00 0 
| 7f5f34daf000-7f5f34db0000 ---p 00000000 00:00 0 
| 7f5f34db0000-7f5f34e51000 rw-p 00000000 00:00 0 
| 7f5f34e51000-7f5f34e52000 ---p 00000000 00:00 0 
| 7f5f34e52000-7f5f34ef3000 rw-p 00000000 00:00 0 
| 7f5f34ef3000-7f5f34ef4000 ---p 00000000 00:00 0 
| 7f5f34ef4000-7f5f34f95000 rw-p 00000000 00:00 0 
| 7f5f34f95000-7f5f34f96000 ---p 00000000 00:00 0 
| 7f5f34f96000-7f5f35037000 rw-p 00000000 00:00 0 
| 7f5f35037000-7f5f35038000 ---p 00000000 00:00 0 
| 7f5f35038000-7f5f350d9000 rw-p 00000000 00:00 0 
| 7f5f350d9000-7f5f350da000 ---p 00000000 00:00 0 
| 7f5f350da000-7f5f3517b000 rw-p 00000000 00:00 0 
| 7f5f3517b000-7f5f3517c000 ---p 00000000 00:00 0 
| 7f5f3517c000-7f5f3521d000 rw-p 00000000 00:00 0 
| 7f5f3521d000-7f5f3521e000 ---p 00000000 00:00 0 
| 7f5f3521e000-7f5f352bf000 rw-p 00000000 00:00 0 
| 7f5f352bf000-7f5f352c0000 ---p 00000000 00:00 0 
| 7f5f352c0000-7f5f35361000 rw-p 00000000 00:00 0 
| 7f5f35361000-7f5f35362000 ---p 00000000 00:00 0 
| 7f5f35362000-7f5f35403000 rw-p 00000000 00:00 0 
| 7f5f35403000-7f5f35404000 ---p 00000000 00:00 0 
| 7f5f35404000-7f5f354a5000 rw-p 00000000 00:00 0 
| 7f5f354a5000-7f5f354a6000 ---p 00000000 00:00 0 
| 7f5f354a6000-7f5f35547000 rw-p 00000000 00:00 0 
| 7f5f35547000-7f5f35548000 ---p 00000000 00:00 0 
| 7f5f35548000-7f5f355e9000 rw-p 00000000 00:00 0 
| 7f5f355e9000-7f5f355ea000 ---p 00000000 00:00 0 
| 7f5f355ea000-7f5f3568b000 rw-p 00000000 00:00 0 
| 7f5f3568b000-7f5f3568c000 ---p 00000000 00:00 0 
| 7f5f3568c000-7f5f3572d000 rw-p 00000000 00:00 0 
| 7f5f3572d000-7f5f3572e000 ---p 00000000 00:00 0 
| 7f5f3572e000-7f5f357cf000 rw-p 00000000 00:00 0 
| 7f5f357cf000-7f5f357d0000 ---p 00000000 00:00 0 
| 7f5f357d0000-7f5f35871000 rw-p 00000000 00:00 0 
| 7f5f35871000-7f5f35872000 ---p 00000000 00:00 0 
| 7f5f35872000-7f5f35913000 rw-p 00000000 00:00 0 
| 7f5f35913000-7f5f35914000 ---p 00000000 00:00 0 
| 7f5f35914000-7f5f359b5000 rw-p 00000000 00:00 0 
| 7f5f359b5000-7f5f359b6000 ---p 00000000 00:00 0 
| 7f5f359b6000-7f5f35a57000 rw-p 00000000 00:00 0 
| 7f5f35a57000-7f5f35a58000 ---p 00000000 00:00 0 
| 7f5f35a58000-7f5f35af9000 rw-p 00000000 00:00 0 
| 7f5f35af9000-7f5f35afa000 ---p 00000000 00:00 0 
| 7f5f35afa000-7f5f35b9b000 rw-p 00000000 00:00 0 
| 7f5f35b9b000-7f5f35b9c000 ---p 00000000 00:00 0 
| 7f5f35b9c000-7f5f35c3d000 rw-p 00000000 00:00 0 
| 7f5f35c3d000-7f5f35c3e000 ---p 00000000 00:00 0 
| 7f5f35c3e000-7f5f35cdf000 rw-p 00000000 00:00 0 
| 7f5f35cdf000-7f5f35ce0000 ---p 00000000 00:00 0 
| 7f5f35ce0000-7f5f35d81000 rw-p 00000000 00:00 0 
| 7f5f35d81000-7f5f35d82000 ---p 00000000 00:00 0 
| 7f5f35d82000-7f5f35e23000 rw-p 00000000 00:00 0 
| 7f5f35e23000-7f5f35e24000 ---p 00000000 00:00 0 
| 7f5f35e24000-7f5f35ec5000 rw-p 00000000 00:00 0 
| 7f5f35ec5000-7f5f35ec6000 ---p 00000000 00:00 0 
| 7f5f35ec6000-7f5f35f67000 rw-p 00000000 00:00 0 
| 7f5f35f67000-7f5f35f68000 ---p 00000000 00:00 0 
| 7f5f35f68000-7f5f36009000 rw-p 00000000 00:00 0 
| 7f5f36009000-7f5f3600a000 ---p 00000000 00:00 0 
| 7f5f3600a000-7f5f360ab000 rw-p 00000000 00:00 0 
| 7f5f360ab000-7f5f360ac000 ---p 00000000 00:00 0 
| 7f5f360ac000-7f5f3614d000 rw-p 00000000 00:00 0 
| 7f5f3614d000-7f5f3614e000 ---p 00000000 00:00 0 
| 7f5f3614e000-7f5f361ef000 rw-p 00000000 00:00 0 
| 7f5f361ef000-7f5f361f0000 ---p 00000000 00:00 0 
| 7f5f361f0000-7f5f36a40000 rw-p 00000000 00:00 0 
| 7f5f36a4f000-7f5f4fec0000 rw-p 00000000 00:00 0 
| 7f5f4fecb000-7f5f4ffd1000 rw-p 00000000 00:00 0 
| 7f5f4ffd1000-7f5f4fff9000 r--p 00000000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f5f4fff9000-7f5f5018e000 r-xp 00028000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f5f5018e000-7f5f501e6000 r--p 001bd000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f5f501e6000-7f5f501ea000 r--p 00214000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f5f501ea000-7f5f501ec000 rw-p 00218000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f5f501ec000-7f5f501f9000 rw-p 00000000 00:00 0 
| 7f5f501f9000-7f5f501fc000 r--p 00000000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f5f501fc000-7f5f50213000 r-xp 00003000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f5f50213000-7f5f50217000 r--p 0001a000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f5f50217000-7f5f50218000 r--p 0001d000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f5f50218000-7f5f50219000 rw-p 0001e000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f5f50219000-7f5f50227000 r--p 00000000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f5f50227000-7f5f502a3000 r-xp 0000e000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f5f502a3000-7f5f502fe000 r--p 0008a000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f5f502fe000-7f5f502ff000 r--p 000e4000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f5f502ff000-7f5f50300000 rw-p 000e5000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f5f50300000-7f5f50302000 r--p 00000000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f5f50302000-7f5f50316000 r-xp 00002000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f5f50316000-7f5f5032f000 r--p 00016000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f5f5032f000-7f5f50330000 ---p 0002f000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f5f50330000-7f5f50331000 r--p 0002f000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f5f50331000-7f5f50332000 rw-p 00030000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f5f50332000-7f5f5033a000 rw-p 00000000 00:00 0 
| 7f5f5033a000-7f5f50344000 r--p 00000000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f5f50344000-7f5f503a3000 r-xp 0000a000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f5f503a3000-7f5f503ba000 r--p 00069000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f5f503ba000-7f5f503bb000 r--p 0007f000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f5f503bb000-7f5f503bc000 rw-p 00080000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f5f503bc000-7f5f503be000 r--p 00000000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f5f503be000-7f5f503cf000 r-xp 00002000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f5f503cf000-7f5f503d5000 r--p 00013000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f5f503d5000-7f5f503d6000 ---p 00019000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f5f503d6000-7f5f503d7000 r--p 00019000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f5f503d7000-7f5f503d8000 rw-p 0001a000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f5f503dc000-7f5f503de000 rw-p 00000000 00:00 0 
| 7f5f503de000-7f5f503e0000 r--p 00000000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f5f503e0000-7f5f5040a000 r-xp 00002000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f5f5040a000-7f5f50415000 r--p 0002c000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f5f50416000-7f5f50418000 r--p 00037000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f5f50418000-7f5f5041a000 rw-p 00039000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffd9f503000-7ffd9fd02000 rw-p 00000000 00:00 0                          [stack]
| 7ffd9fde5000-7ffd9fde9000 r--p 00000000 00:00 0                          [vvar]
| 7ffd9fde9000-7ffd9fdeb000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 
  
#1573 test_yjit.rb:159: 
     return :ok unless defined?(GC.compact)
     def foo = yield
     10.times do |i|
       ret = eval("foo { #{i} }")
       raise "failed at #{i}" unless ret == i
       GC.compact
     end
     :ok
  #=> "" (expected "ok")  
#1633 test_yjit.rb:1231: 
     def bar
       "good"
     end
   
     def foo
       bar
     end
   
     foo
     foo
   
     begin
       GC.verify_compaction_references(expand_heap: true, toward: :empty)
     rescue NotImplementedError
       # in case compaction isn't supported
     end
   
     foo
  #=> "" (expected "good")  
#1704 test_yjit.rb:2323: 
     def entry
       ok = proc { :ok } # set #entry as an EP-escaping ISEQ
       [nil].reverse_each do # avoid exiting the JIT frame on the constant
         GC.compact # move #entry ISEQ
       end
       ok # should be read off of escaped EP
     end
   
     entry.call
  #=> "" (expected "ok")  
FAIL 4/0 tests failed
make: *** [uncommon.mk:897: yes-btest] Error 1
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 512.
$$$[beg] make yes-test-basic TESTS='-j4'
	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/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/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/yjit/target/release/' /tmp/ruby/src/trunk-gc-asserts/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

test succeeded
$$$[end] "make yes-test-basic TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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/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/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/yjit/target/release/' /tmp/ruby/src/trunk-gc-asserts/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
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 unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'trans'.
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'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating makefile exts.mk
exts.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/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/fiddle'
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/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.2/ext/debug'
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.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.1.2/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'
Run options: 
  --seed=27218
  "--ruby=./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"
  --excludes-dir=/tmp/ruby/src/trunk-gc-asserts/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4

# Running tests:

[  1/902] 1826005=test_framework
[  2/902] 1826003=test_function_entry
[  3/902] 1826001=test_http
[  4/902] 1826003=test_require_path_check
[  5/902] 1826005=test_data
[  6/902] 1826002=test_httpresponses
[  7/902] 1826001=test_webauthn_listener
[  8/902] 1826005=test_gem_security_signer
[  9/902] 1826003=test_c_struct_builder
[ 10/902] 1826002=test_gem_resolver_lock_specification
[ 11/902] 1826003=test_parser
[ 12/902] 1826003=test_multi_irb_commands
[ 13/902] 1826003=test_err_in_callback
[ 14/902] 1826003=test_prettyprint
[ 15/902] 1826003=test_raise_exception
[ 16/902] 1826001=test_getopts
[ 17/902] 1826001=test_buffered_io
[ 18/902] 1826005=test_date_strptime
[ 19/902] 1826002=test_gem_commands_rebuild_command
[ 20/902] 1826002=test_stringchar
[ 21/902] 1826001=test_queue
[ 22/902] 1826001=test_color_printer
[ 23/902] 1826005=test_http_request
[ 24/902] 1826001=test_scalar_scanner
[ 25/902] 1826001=test_convertible
[ 26/902] 1826005=test_array
[ 27/902] 1826003=test_gem_uri_formatter
[ 28/902] 1826002=test_pack
[ 29/902] 1826003=test_ws
[ 30/902] 1826003=test_weakmap
check_rvalue_consistency: 0x00007fc319e38490 [0      ] T_NONE  is T_NONE.
/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_weakmap.rb:202: [BUG] objspace/memsize_of(): unknown data type 0x0(0x00007fc319e38490)
ruby 3.4.0dev (2024-06-13T04:52:39Z master fc33559c40) [x86_64-linux]

-- Control frame information -----------------------------------------------
c:0017 p:---- s:0109 e:000108 CFUNC  :compact
c:0016 p:0004 s:0105 e:000104 BLOCK  /tmp/ruby/src/trunk-gc-asserts/test/ruby/test_weakmap.rb:202
c:0015 p:0024 s:0101 e:000100 METHOD <internal:numeric>:238
c:0014 p:0025 s:0096 e:000095 METHOD /tmp/ruby/src/trunk-gc-asserts/test/ruby/test_weakmap.rb:201
c:0013 p:0037 s:0091 e:000090 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/testcase.rb:202
c:0012 p:0052 s:0085 e:000084 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/testcase.rb:170
c:0011 p:0083 s:0076 e:000075 BLOCK  /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit.rb:1756 [FINISH]
c:0010 p:---- s:0069 e:000068 CFUNC  :map
c:0009 p:0103 s:0065 e:000064 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit.rb:1743
c:0008 p:0035 s:0053 e:000052 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit.rb:1360
c:0007 p:0066 s:0046 E:0023a0 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:52
c:0006 p:0007 s:0030 e:000029 BLOCK  /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:24 [FINISH]
c:0005 p:---- s:0026 e:000025 CFUNC  :map
c:0004 p:0005 s:0022 e:000021 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:23
c:0003 p:0202 s:0016 e:000015 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:122
c:0002 p:0051 s:0006 e:000005 EVAL   /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:209 [FINISH]
c:0001 p:0000 s:0003 E:001490 DUMMY  [FINISH]

-- Ruby level backtrace information ----------------------------------------
/tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:209:in '<main>'
/tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:122:in 'run'
/tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:23:in '_run_suites'
/tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:23:in 'map'
/tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:24:in 'block in _run_suites'
/tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:52:in '_run_suite'
/tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit.rb:1360:in '_run_suite'
/tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit.rb:1743:in '_run_suite'
/tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit.rb:1743:in 'map'
/tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit.rb:1756:in 'block in _run_suite'
/tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/testcase.rb:170:in 'run'
/tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/testcase.rb:202:in 'run_test'
/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_weakmap.rb:201:in 'test_compaction'
<internal:numeric>:238:in 'times'
/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_weakmap.rb:202:in 'block in test_compaction'
/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_weakmap.rb:202:in 'compact'

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

-- C level backtrace information -------------------------------------------
[ 31/902] 1826002=test_date_time
[ 32/902] 1826002=test_array_create
[ 33/902] 1826002=test_mdns
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_print_backtrace+0x14) [0x7fc333b580c1] /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:820
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_bugreport) /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:1151
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(bug_report_end+0x0) [0x7fc33394548e] /tmp/ruby/src/trunk-gc-asserts/error.c:1085
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_bug_without_die) /tmp/ruby/src/trunk-gc-asserts/error.c:1085
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(die+0x0) [0x7fc33386cbf7] /tmp/ruby/src/trunk-gc-asserts/error.c:1093
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_bug) /tmp/ruby/src/trunk-gc-asserts/error.c:1095
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_gc_size_allocatable_p+0x0) [0x7fc33386d5d3] /tmp/ruby/src/trunk-gc-asserts/gc.c:4801
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(obj_memsize_of+0xa) [0x7fc333969445] /tmp/ruby/src/trunk-gc-asserts/gc.c:4688
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(check_rvalue_consistency_force) /tmp/ruby/src/trunk-gc-asserts/gc.c:1652
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(check_rvalue_consistency+0x10) [0x7fc33396c289] /tmp/ruby/src/trunk-gc-asserts/gc.c:1714
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(RVALUE_MARKED) /tmp/ruby/src/trunk-gc-asserts/gc.c:1550
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_move) /tmp/ruby/src/trunk-gc-asserts/gc.c:9548
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(RB_SPECIAL_CONST_P+0x0) [0x7fc33396c9f2] /tmp/ruby/src/trunk-gc-asserts/gc.c:5064
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(is_markable_object) /tmp/ruby/src/trunk-gc-asserts/gc.c:4445
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_pin) /tmp/ruby/src/trunk-gc-asserts/gc.c:6707
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(try_move) /tmp/ruby/src/trunk-gc-asserts/gc.c:5065
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_compact_move) /tmp/ruby/src/trunk-gc-asserts/gc.c:8158
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_compact_plane) /tmp/ruby/src/trunk-gc-asserts/gc.c:8209
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_compact_page+0x1d) [0x7fc3339735b5] /tmp/ruby/src/trunk-gc-asserts/gc.c:8239
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_sweep_compact) /tmp/ruby/src/trunk-gc-asserts/gc.c:8291
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_sweep) /tmp/ruby/src/trunk-gc-asserts/gc.c:5900
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_start+0xd1b) [0x7fc3339766eb] /tmp/ruby/src/trunk-gc-asserts/gc.c:9088
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_multi_ractor_p+0x0) [0x7fc333979498] /tmp/ruby/src/trunk-gc-asserts/gc.c:8968
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_lock_leave) /tmp/ruby/src/trunk-gc-asserts/vm_sync.h:92
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(garbage_collect) /tmp/ruby/src/trunk-gc-asserts/gc.c:8970
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_start_internal) /tmp/ruby/src/trunk-gc-asserts/gc.c:9418
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_compact) /tmp/ruby/src/trunk-gc-asserts/gc.c:10488
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_cfp_consistent_p+0x0) [0x7fc333b27284] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3594
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3596
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3640
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_other) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3666
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_sendish+0x99) [0x7fc333b38ec1] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5723
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_exec_core) ../../src/trunk-gc-asserts/insns.def:891
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_exec+0x19a) [0x7fc333b3f31a] /tmp/ruby/src/trunk-gc-asserts/vm.c:2560
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_yield_with_cref+0x42) [0x7fc333b44a18] /tmp/ruby/src/trunk-gc-asserts/vm.c:1642
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_yield) /tmp/ruby/src/trunk-gc-asserts/vm.c:1650
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_yield_0) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1346
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_yield) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1362
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_ary_collect+0x5c) [0x7fc33387fb1c] /tmp/ruby/src/trunk-gc-asserts/array.c:3652
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_cfp_consistent_p+0x0) [0x7fc333b26f0c] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3594
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3596
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3640
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_sendish+0xc4) [0x7fc333b3a6a9] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5723
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_exec_core) ../../src/trunk-gc-asserts/insns.def:871
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_exec_loop+0xa) [0x7fc333b3f5a7] /tmp/ruby/src/trunk-gc-asserts/vm.c:2587
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_exec) /tmp/ruby/src/trunk-gc-asserts/vm.c:2566
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_yield_with_cref+0x42) [0x7fc333b44a18] /tmp/ruby/src/trunk-gc-asserts/vm.c:1642
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_yield) /tmp/ruby/src/trunk-gc-asserts/vm.c:1650
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_yield_0) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1346
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_yield) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1362
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_ary_collect+0x5c) [0x7fc33387fb1c] /tmp/ruby/src/trunk-gc-asserts/array.c:3652
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_cfp_consistent_p+0x0) [0x7fc333b26f0c] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3594
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3596
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3640
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_sendish+0xc4) [0x7fc333b3a6a9] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5723
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_exec_core) ../../src/trunk-gc-asserts/insns.def:871
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_exec_loop+0xa) [0x7fc333b3f5a7] /tmp/ruby/src/trunk-gc-asserts/vm.c:2587
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_exec) /tmp/ruby/src/trunk-gc-asserts/vm.c:2566
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_ec_exec_node+0xb5) [0x7fc33394f465] /tmp/ruby/src/trunk-gc-asserts/eval.c:281
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(ruby_run_node+0x8b) [0x7fc33395304b] /tmp/ruby/src/trunk-gc-asserts/eval.c:319
/tmp/ruby/build/trunk-gc-asserts/ruby(rb_main+0x21) [0x562af4bc4187] /tmp/ruby/src/trunk-gc-asserts/main.c:40
/tmp/ruby/build/trunk-gc-asserts/ruby(main) /tmp/ruby/src/trunk-gc-asserts/main.c:59
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x80) [0x7fc333454d90] ../sysdeps/nptl/libc_start_call_main.h:58
/lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7fc333454e40] ../csu/libc-start.c:392
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:379
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0
[0x562af4bc41d5]

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

* Process memory map:

562af4bc3000-562af4bc4000 r--p 00000000 00:7d 14710340                   /tmp/ruby/build/trunk-gc-asserts/ruby
562af4bc4000-562af4bc5000 r-xp 00001000 00:7d 14710340                   /tmp/ruby/build/trunk-gc-asserts/ruby
562af4bc5000-562af4bc6000 r--p 00002000 00:7d 14710340                   /tmp/ruby/build/trunk-gc-asserts/ruby
562af4bc6000-562af4bc7000 r--p 00002000 00:7d 14710340                   /tmp/ruby/build/trunk-gc-asserts/ruby
562af4bc7000-562af4bc8000 rw-p 00003000 00:7d 14710340                   /tmp/ruby/build/trunk-gc-asserts/ruby
562af5653000-562af7fe3000 rw-p 00000000 00:00 0                          [heap]
7fc304000000-7fc304021000 rw-p 00000000 00:00 0 
7fc304021000-7fc308000000 ---p 00000000 00:00 0 
7fc309b8f000-7fc309dad000 r--s 00000000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7fc309dad000-7fc30abf5000 rw-p 00000000 00:00 0 
7fc30abf5000-7fc30c000000 r--s 00000000 00:7d 14710337                   /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0
7fc30c000000-7fc30c021000 rw-p 00000000 00:00 0 
7fc30c021000-7fc310000000 ---p 00000000 00:00 0 
7fc310000000-7fc310021000 rw-p 00000000 00:00 0 
7fc310021000-7fc314000000 ---p 00000000 00:00 0 
7fc314000000-7fc314021000 rw-p 00000000 00:00 0 
7fc314021000-7fc318000000 ---p 00000000 00:00 0 
7fc318203000-7fc318240000 r--s 00000000 00:7d 14710340                   /tmp/ruby/build/trunk-gc-asserts/ruby
7fc318240000-7fc318300000 rw-p 00000000 00:00 0 
7fc31830c000-7fc31830f000 r--p 00000000 00:7d 15632567                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/zlib.so
7fc31830f000-7fc31831b000 r-xp 00003000 00:7d 15632567                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/zlib.so
7fc31831b000-7fc31831e000 r--p 0000f000 00:7d 15632567                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/zlib.so
7fc31831e000-7fc31831f000 r--p 00011000 00:7d 15632567                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/zlib.so
7fc31831f000-7fc318320000 rw-p 00012000 00:7d 15632567                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/zlib.so
7fc318320000-7fc318390000 rw-p 00000000 00:00 0 
7fc318394000-7fc318446000 r--p 00000000 00:7d 13112697                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7fc318446000-7fc3186a4000 r-xp 000b2000 00:7d 13112697                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7fc3186a4000-7fc318776000 r--p 00310000 00:7d 13112697                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7fc318776000-7fc3187d1000 r--p 003e1000 00:7d 13112697                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7fc3187d1000-7fc3187d4000 rw-p 0043c000 00:7d 13112697                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7fc3187d4000-7fc3187d7000 rw-p 00000000 00:00 0 
7fc3187d7000-7fc3187f5000 r--p 00000000 00:7d 13112794                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7fc3187f5000-7fc318850000 r-xp 0001e000 00:7d 13112794                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7fc318850000-7fc31886d000 r--p 00079000 00:7d 13112794                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7fc31886d000-7fc318877000 r--p 00095000 00:7d 13112794                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7fc318877000-7fc31887b000 rw-p 0009f000 00:7d 13112794                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7fc31887b000-7fc318890000 r--p 00000000 00:7d 15632450                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/openssl.so
7fc318890000-7fc3188c8000 r-xp 00015000 00:7d 15632450                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/openssl.so
7fc3188c8000-7fc3188db000 r--p 0004d000 00:7d 15632450                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/openssl.so
7fc3188db000-7fc3188dd000 r--p 0005f000 00:7d 15632450                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/openssl.so
7fc3188dd000-7fc3188df000 rw-p 00061000 00:7d 15632450                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/openssl.so
7fc3188df000-7fc318900000 rw-p 00000000 00:00 0 
7fc31890f000-7fc318910000 ---p 00000000 00:00 0 
7fc318910000-7fc318940000 rw-p 00000000 00:00 0 
7fc31894f000-7fc318950000 ---p 00000000 00:00 0 
7fc318950000-7fc3189a0000 rw-p 00000000 00:00 0 
7fc3189b0000-7fc3189c0000 rw-p 00000000 00:00 0 
7fc3189c0000-7fc318a10000 rw-p 00000000 00:00 0 
7fc318a1f000-7fc318a20000 ---p 00000000 00:00 0 
7fc318a20000-7fc318a60000 rw-p 00000000 00:00 0 
7fc318a6f000-7fc318a73000 r--p 00000000 00:7d 15632350                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/fiddle.so
7fc318a73000-7fc318a7b000 r-xp 00004000 00:7d 15632350                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/fiddle.so
7fc318a7b000-7fc318a7e000 r--p 0000c000 00:7d 15632350                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/fiddle.so
7fc318a7e000-7fc318a7f000 r--p 0000e000 00:7d 15632350                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/fiddle.so
7fc318a7f000-7fc318a80000 rw-p 0000f000 00:7d 15632350                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/fiddle.so
7fc318a80000-7fc318b70000 rw-p 00000000 00:00 0 
7fc318b71000-7fc318b73000 r--p 00000000 00:7d 15632307                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/digest.so
7fc318b73000-7fc318b75000 r-xp 00002000 00:7d 15632307                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/digest.so
7fc318b75000-7fc318b76000 r--p 00004000 00:7d 15632307                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/digest.so
7fc318b76000-7fc318b77000 r--p 00004000 00:7d 15632307                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/digest.so
7fc318b77000-7fc318b78000 rw-p 00005000 00:7d 15632307                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/digest.so
7fc318b78000-7fc318b7a000 r--p 00000000 00:7d 15632522                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/pty.so
7fc318b7a000-7fc318b7c000 r-xp 00002000 00:7d 15632522                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/pty.so
7fc318b7c000-7fc318b7d000 r--p 00004000 00:7d 15632522                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/pty.so
7fc318b7d000-7fc318b7e000 r--p 00004000 00:7d 15632522                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/pty.so
7fc318b7e000-7fc318b7f000 rw-p 00005000 00:7d 15632522                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/pty.so
7fc318b7f000-7fc318b80000 ---p 00000000 00:00 0 
7fc318b80000-7fc318bc0000 rw-p 00000000 00:00 0 
7fc318bc4000-7fc318bc6000 r--p 00000000 00:7d 15632466                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/pathname.so
7fc318bc6000-7fc318bcc000 r-xp 00002000 00:7d 15632466                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/pathname.so
7fc318bcc000-7fc318bce000 r--p 00008000 00:7d 15632466                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/pathname.so
7fc318bce000-7fc318bcf000 r--p 00009000 00:7d 15632466                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/pathname.so
7fc318bcf000-7fc318bd0000 rw-p 0000a000 00:7d 15632466                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/pathname.so
7fc318bd0000-7fc318ce0000 rw-p 00000000 00:00 0 
7fc318ce3000-7fc318ce5000 r--p 00000000 00:7d 13112707                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
7fc318ce5000-7fc318cec000 r-xp 00002000 00:7d 13112707                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
7fc318cec000-7fc318ced000 r--p 00009000 00:7d 13112707                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
7fc318ced000-7fc318cee000 ---p 0000a000 00:7d 13112707                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
7fc318cee000-7fc318cef000 r--p 0000a000 00:7d 13112707                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
7fc318cef000-7fc318cf0000 rw-p 0000b000 00:7d 13112707                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
7fc318cf0000-7fc318d00000 rw-p 00000000 00:00 0 
7fc318d00000-7fc318d40000 rw-p 00000000 00:00 0 
7fc318d40000-7fc318d41000 r--p 00000000 00:7d 15632406                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so
7fc318d41000-7fc318d42000 r-xp 00001000 00:7d 15632406                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so
7fc318d42000-7fc318d43000 r--p 00002000 00:7d 15632406                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so
7fc318d43000-7fc318d44000 r--p 00002000 00:7d 15632406                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so
7fc318d44000-7fc318d45000 rw-p 00003000 00:7d 15632406                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so
7fc318d45000-7fc318d47000 r--p 00000000 00:7d 15632366                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/console.so
7fc318d47000-7fc318d4c000 r-xp 00002000 00:7d 15632366                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/console.so
7fc318d4c000-7fc318d4d000 r--p 00007000 00:7d 15632366                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/console.so
7fc318d4d000-7fc318d4e000 ---p 00008000 00:7d 15632366                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/console.so
7fc318d4e000-7fc318d4f000 r--p 00008000 00:7d 15632366                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/console.so
7fc318d4f000-7fc318d50000 rw-p 00009000 00:7d 15632366                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/console.so
7fc318d50000-7fc318de0000 rw-p 00000000 00:00 0 
7fc318de1000-7fc318de3000 r--p 00000000 00:7d 15632339                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/etc.so
7fc318de3000-7fc318de6000 r-xp 00002000 00:7d 15632339                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/etc.so
7fc318de6000-7fc318de8000 r--p 00005000 00:7d 15632339                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/etc.so
7fc318de8000-7fc318de9000 r--p 00006000 00:7d 15632339                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/etc.so
7fc318de9000-7fc318dea000 rw-p 00007000 00:7d 15632339                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/etc.so
7fc318dea000-7fc318deb000 r--p 00000000 00:7d 15632160                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/asan.so
7fc318deb000-7fc318dec000 r-xp 00001000 00:7d 15632160                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/asan.so
7fc318dec000-7fc318ded000 r--p 00002000 00:7d 15632160                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/asan.so
7fc318ded000-7fc318dee000 r--p 00002000 00:7d 15632160                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/asan.so
7fc318dee000-7fc318def000 rw-p 00003000 00:7d 15632160                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/asan.so
7fc318def000-7fc318df0000 ---p 00000000 00:00 0 
7fc318df0000-7fc318e31000 rw-p 00000000 00:00 0 
7fc318e31000-7fc318e32000 ---p 00000000 00:00 0 
7fc318e32000-7fc318e73000 rw-p 00000000 00:00 0 
7fc318e73000-7fc318e74000 ---p 00000000 00:00 0 
7fc318e74000-7fc318eb5000 rw-p 00000000 00:00 0 
7fc318eb5000-7fc318eb6000 ---p 00000000 00:00 0 
7fc318eb6000-7fc318ef7000 rw-p 00000000 00:00 0 
7fc318ef7000-7fc318ef8000 ---p 00000000 00:00 0 
7fc318ef8000-7fc318f39000 rw-p 00000000 00:00 0 
7fc318f39000-7fc318f3a000 ---p 00000000 00:00 0 
7fc318f3a000-7fc318f7b000 rw-p 00000000 00:00 0 
7fc318f7b000-7fc318f7c000 ---p 00000000 00:00 0 
7fc318f7c000-7fc318fbd000 rw-p 00000000 00:00 0 
7fc318fbd000-7fc318fbe000 ---p 00000000 00:00 0 
7fc318fbe000-7fc318fff000 rw-p 00000000 00:00 0 
7fc318fff000-7fc319000000 ---p 00000000 00:00 0 
7fc319000000-7fc319041000 rw-p 00000000 00:00 0 
7fc319041000-7fc319042000 ---p 00000000 00:00 0 
7fc319042000-7fc319083000 rw-p 00000000 00:00 0 
7fc319083000-7fc319084000 ---p 00000000 00:00 0 
7fc319084000-7fc3190c5000 rw-p 00000000 00:00 0 
7fc3190c5000-7fc3190c6000 ---p 00000000 00:00 0 
7fc3190c6000-7fc319107000 rw-p 00000000 00:00 0 
7fc319107000-7fc319108000 ---p 00000000 00:00 0 
7fc319108000-7fc319149000 rw-p 00000000 00:00 0 
7fc319149000-7fc31914a000 ---p 00000000 00:00 0 
7fc31914a000-7fc31918b000 rw-p 00000000 00:00 0 
7fc31918b000-7fc31918c000 ---p 00000000 00:00 0 
7fc31918c000-7fc3191cd000 rw-p 00000000 00:00 0 
7fc3191cd000-7fc3191ce000 ---p 00000000 00:00 0 
7fc3191ce000-7fc31920f000 rw-p 00000000 00:00 0 
7fc31920f000-7fc319210000 ---p 00000000 00:00 0 
7fc319210000-7fc319251000 rw-p 00000000 00:00 0 
7fc319251000-7fc319252000 ---p 00000000 00:00 0 
7fc319252000-7fc319293000 rw-p 00000000 00:00 0 
7fc319293000-7fc319294000 ---p 00000000 00:00 0 
7fc319294000-7fc3192d5000 rw-p 00000000 00:00 0 
7fc3192d5000-7fc3192d6000 ---p 00000000 00:00 0 
7fc3192d6000-7fc319317000 rw-p 00000000 00:00 0 
7fc319317000-7fc319318000 ---p 00000000 00:00 0 
7fc319318000-7fc319359000 rw-p 00000000 00:00 0 
7fc319359000-7fc31935a000 ---p 00000000 00:00 0 
7fc31935a000-7fc31939b000 rw-p 00000000 00:00 0 
7fc31939b000-7fc31939c000 ---p 00000000 00:00 0 
7fc31939c000-7fc3193dd000 rw-p 00000000 00:00 0 
7fc3193dd000-7fc3193de000 ---p 00000000 00:00 0 
7fc3193de000-7fc31941f000 rw-p 00000000 00:00 0 
7fc31941f000-7fc319420000 ---p 00000000 00:00 0 
7fc319420000-7fc319461000 rw-p 00000000 00:00 0 
7fc319461000-7fc319462000 ---p 00000000 00:00 0 
7fc319462000-7fc3194a3000 rw-p 00000000 00:00 0 
7fc3194a3000-7fc3194a4000 ---p 00000000 00:00 0 
7fc3194a4000-7fc3194e5000 rw-p 00000000 00:00 0 
7fc3194e5000-7fc3194e6000 ---p 00000000 00:00 0 
7fc3194e6000-7fc319527000 rw-p 00000000 00:00 0 
7fc319527000-7fc319528000 ---p 00000000 00:00 0 
7fc319528000-7fc319569000 rw-p 00000000 00:00 0 
7fc319569000-7fc31956a000 ---p 00000000 00:00 0 
7fc31956a000-7fc3195ab000 rw-p 00000000 00:00 0 
7fc3195ab000-7fc3195ac000 ---p 00000000 00:00 0 
7fc3195ac000-7fc3195ed000 rw-p 00000000 00:00 0 
7fc3195ed000-7fc3195ee000 ---p 00000000 00:00 0 
7fc3195ee000-7fc31962f000 rw-p 00000000 00:00 0 
7fc31962f000-7fc319630000 ---p 00000000 00:00 0 
7fc319630000-7fc319e80000 rw-p 00000000 00:00 0 
7fc319e84000-7fc319e85000 r--p 00000000 00:7d 15632528                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/rbconfig/sizeof.so
7fc319e85000-7fc319e87000 r-xp 00001000 00:7d 15632528                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/rbconfig/sizeof.so
7fc319e87000-7fc319e88000 r--p 00003000 00:7d 15632528                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/rbconfig/sizeof.so
7fc319e88000-7fc319e89000 r--p 00003000 00:7d 15632528                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/rbconfig/sizeof.so
7fc319e89000-7fc319e8a000 rw-p 00004000 00:7d 15632528                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/rbconfig/sizeof.so
7fc319e8a000-7fc319e8b000 r--p 00000000 00:7d 15632712                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so
7fc319e8b000-7fc319e8c000 r-xp 00001000 00:7d 15632712                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so
7fc319e8c000-7fc319e8d000 r--p 00002000 00:7d 15632712                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so
7fc319e8d000-7fc319e8e000 r--p 00002000 00:7d 15632712                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so
7fc319e8e000-7fc319e8f000 rw-p 00003000 00:7d 15632712                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so
7fc319e8f000-7fc33328f000 rw-p 00000000 00:00 0 
7fc333290000-7fc333293000 r--p 00000000 00:7d 15632563                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/stringio.so
7fc333293000-7fc333298000 r-xp 00003000 00:7d 15632563                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/stringio.so
7fc333298000-7fc33329a000 r--p 00008000 00:7d 15632563                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/stringio.so
7fc33329a000-7fc33329b000 r--p 00009000 00:7d 15632563                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/stringio.so
7fc33329b000-7fc33329c000 rw-p 0000a000 00:7d 15632563                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/stringio.so
7fc33329c000-7fc3332a3000 r--p 00000000 00:7d 15632560                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/socket.so
7fc3332a3000-7fc3332c6000 r-xp 00007000 00:7d 15632560                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/socket.so
7fc3332c6000-7fc3332ce000 r--p 0002a000 00:7d 15632560                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/socket.so
7fc3332ce000-7fc3332cf000 r--p 00031000 00:7d 15632560                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/socket.so
7fc3332cf000-7fc3332d0000 rw-p 00032000 00:7d 15632560                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/socket.so
7fc3332d0000-7fc3332e0000 rw-p 00000000 00:00 0 
7fc3332e0000-7fc3332e1000 r--p 00000000 00:7d 15632296                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/cgi/escape.so
7fc3332e1000-7fc3332e3000 r-xp 00001000 00:7d 15632296                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/cgi/escape.so
7fc3332e3000-7fc3332e4000 r--p 00003000 00:7d 15632296                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/cgi/escape.so
7fc3332e4000-7fc3332e5000 r--p 00003000 00:7d 15632296                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/cgi/escape.so
7fc3332e5000-7fc3332e6000 rw-p 00004000 00:7d 15632296                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/cgi/escape.so
7fc3332e6000-7fc3332e7000 r--p 00000000 00:7d 15632374                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/wait.so
7fc3332e7000-7fc3332e8000 r-xp 00001000 00:7d 15632374                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/wait.so
7fc3332e8000-7fc3332e9000 r--p 00002000 00:7d 15632374                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/wait.so
7fc3332e9000-7fc3332ea000 r--p 00002000 00:7d 15632374                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/wait.so
7fc3332ea000-7fc3332eb000 rw-p 00003000 00:7d 15632374                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/wait.so
7fc3332eb000-7fc3332ec000 r--p 00000000 00:7d 15632372                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/nonblock.so
7fc3332ec000-7fc3332ed000 r-xp 00001000 00:7d 15632372                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/nonblock.so
7fc3332ed000-7fc3332ee000 r--p 00002000 00:7d 15632372                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/nonblock.so
7fc3332ee000-7fc3332ef000 r--p 00002000 00:7d 15632372                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/nonblock.so
7fc3332ef000-7fc3332f0000 rw-p 00003000 00:7d 15632372                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/nonblock.so
7fc3332f0000-7fc333300000 rw-p 00000000 00:00 0 
7fc333303000-7fc333304000 r--p 00000000 00:7d 15632633                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so
7fc333304000-7fc333305000 r-xp 00001000 00:7d 15632633                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so
7fc333305000-7fc333306000 r--p 00002000 00:7d 15632633                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so
7fc333306000-7fc333307000 r--p 00002000 00:7d 15632633                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so
7fc333307000-7fc333308000 rw-p 00003000 00:7d 15632633                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so
7fc333308000-7fc33340b000 rw-p 00000000 00:00 0 
7fc33340b000-7fc33340e000 r--p 00000000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7fc33340e000-7fc333425000 r-xp 00003000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7fc333425000-7fc333429000 r--p 0001a000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7fc333429000-7fc33342a000 r--p 0001d000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7fc33342a000-7fc33342b000 rw-p 0001e000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7fc33342b000-7fc333453000 r--p 00000000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7fc333453000-7fc3335e8000 r-xp 00028000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7fc3335e8000-7fc333640000 r--p 001bd000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7fc333640000-7fc333644000 r--p 00214000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7fc333644000-7fc333646000 rw-p 00218000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7fc333646000-7fc333655000 rw-p 00000000 00:00 0 
7fc333655000-7fc333663000 r--p 00000000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
7fc333663000-7fc3336df000 r-xp 0000e000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
7fc3336df000-7fc33373a000 r--p 0008a000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
7fc33373a000-7fc33373b000 r--p 000e4000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
7fc33373b000-7fc33373c000 rw-p 000e5000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
7fc33373c000-7fc33373e000 r--p 00000000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7fc33373e000-7fc333752000 r-xp 00002000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7fc333752000-7fc33376b000 r--p 00016000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7fc33376b000-7fc33376c000 ---p 0002f000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7fc33376c000-7fc33376d000 r--p 0002f000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7fc33376d000-7fc33376e000 rw-p 00030000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7fc33376e000-7fc333776000 rw-p 00000000 00:00 0 
7fc333776000-7fc333780000 r--p 00000000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7fc333780000-7fc3337df000 r-xp 0000a000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7fc3337df000-7fc3337f6000 r--p 00069000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7fc3337f6000-7fc3337f7000 r--p 0007f000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7fc3337f7000-7fc3337f8000 rw-p 00080000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7fc3337f8000-7fc3337fa000 r--p 00000000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7fc3337fa000-7fc33380b000 r-xp 00002000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7fc33380b000-7fc333811000 r--p 00013000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7fc333811000-7fc333812000 ---p 00019000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7fc333812000-7fc333813000 r--p 00019000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7fc333813000-7fc333814000 rw-p 0001a000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7fc333818000-7fc333865000 r--p 00000000 00:7d 14710337                   /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0
7fc333865000-7fc333cae000 r-xp 0004d000 00:7d 14710337                   /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0
7fc333cae000-7fc333e49000 r--p 00496000 00:7d 14710337                   /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0
7fc333e49000-7fc333e62000 r--p 00630000 00:7d 14710337                   /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0
7fc333e62000-7fc333e66000 rw-p 00649000 00:7d 14710337                   /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0
7fc333e66000-7fc333e7d000 rw-p 00000000 00:00 0 
7fc333e7d000-7fc333e7f000 r--p 00000000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7fc333e7f000-7fc333ea9000 r-xp 00002000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7fc333ea9000-7fc333eb4000 r--p 0002c000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7fc333eb5000-7fc333eb7000 r--p 00037000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7fc333eb7000-7fc333eb9000 rw-p 00039000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7ffeb92fa000-7ffeb9af9000 rw-p 00000000 00:00 0                          [stack]
7ffeb9b90000-7ffeb9b94000 r--p 00000000 00:00 0                          [vvar]
7ffeb9b94000-7ffeb9b96000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]


running file: /tmp/ruby/src/trunk-gc-asserts/test/ruby/test_weakmap.rb

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

Children under /tmp/rubytest.hnyisu:
* drwx------ 2 4096 2024-06-13 06:40:10 +0000 d20240613-1826001-p0je95/
  * -rw-r--r-- 1   5823 2024-06-13 06:40:10 +0000 mkmftmp1.log
  * -rw-r--r-- 1      0 2024-06-13 06:40:10 +0000 mkmftmp2.log
  * -rw-r--r-- 1    115 2024-06-13 06:40:10 +0000 conftest.c
  * -rw-r--r-- 1  14814 2024-06-13 06:40:09 +0000 mkmf.log
  * -rw-r--r-- 1 405872 2024-06-13 06:40:10 +0000 conftest.o
[ 34/902] 1826002=test_data_error
make: *** [uncommon.mk:964: yes-test-all] Error 1
check_rvalue_consistency: 0x00007f3948e4ffd8 [0      ] T_NONE  is T_NONE.
/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_array.rb:1707: [BUG] objspace/memsize_of(): unknown data type 0x0(0x00007f3948e4ffd8)
ruby 3.4.0dev (2024-06-13T04:52:39Z master fc33559c40) [x86_64-linux]

-- Control frame information -----------------------------------------------
c:0017 p:0003 s:0111 e:000109 BLOCK  /tmp/ruby/src/trunk-gc-asserts/test/ruby/test_array.rb:1707
c:0016 p:0024 s:0107 e:000106 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/envutil.rb:249
c:0015 p:0038 s:0102 e:000101 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/envutil.rb:259
c:0014 p:0019 s:0095 e:000094 METHOD /tmp/ruby/src/trunk-gc-asserts/test/ruby/test_array.rb:1707
c:0013 p:0037 s:0091 e:000090 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/testcase.rb:202
c:0012 p:0052 s:0085 e:000084 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/testcase.rb:170
c:0011 p:0083 s:0076 e:000075 BLOCK  /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit.rb:1756 [FINISH]
c:0010 p:---- s:0069 e:000068 CFUNC  :map
c:0009 p:0103 s:0065 E:0006f0 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit.rb:1743
c:0008 p:0035 s:0053 E:002208 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit.rb:1360
c:0007 p:0066 s:0046 E:002230 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:52
c:0006 p:0007 s:0030 E:000f88 BLOCK  /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:24 [FINISH]
c:0005 p:---- s:0026 e:000025 CFUNC  :map
c:0004 p:0005 s:0022 E:0002d0 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:23
c:0003 p:0202 s:0016 E:002010 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:122
c:0002 p:0051 s:0006 E:000eb0 EVAL   /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:209 [FINISH]
c:0001 p:0000 s:0003 E:0025a0 DUMMY  [FINISH]

-- Ruby level backtrace information ----------------------------------------
/tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:209:in '<main>'
/tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:122:in 'run'
/tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:23:in '_run_suites'
/tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:23:in 'map'
/tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:24:in 'block in _run_suites'
/tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:52:in '_run_suite'
/tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit.rb:1360:in '_run_suite'
/tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit.rb:1743:in '_run_suite'
/tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit.rb:1743:in 'map'
/tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit.rb:1756:in 'block in _run_suite'
/tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/testcase.rb:170:in 'run'
/tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/testcase.rb:202:in 'run_test'
/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_array.rb:1707:in 'test_slice_gc_compact_stress'
/tmp/ruby/src/trunk-gc-asserts/tool/lib/envutil.rb:259:in 'under_gc_compact_stress'
/tmp/ruby/src/trunk-gc-asserts/tool/lib/envutil.rb:249:in 'under_gc_stress'
/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_array.rb:1707:in 'block in test_slice_gc_compact_stress'

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

-- C level backtrace information -------------------------------------------
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_print_backtrace+0x14) [0x7f39645ec0c1] /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:820
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_bugreport) /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:1151
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(bug_report_end+0x0) [0x7f39643d948e] /tmp/ruby/src/trunk-gc-asserts/error.c:1085
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_bug_without_die) /tmp/ruby/src/trunk-gc-asserts/error.c:1085
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(die+0x0) [0x7f3964300bf7] /tmp/ruby/src/trunk-gc-asserts/error.c:1093
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_bug) /tmp/ruby/src/trunk-gc-asserts/error.c:1095
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_gc_size_allocatable_p+0x0) [0x7f39643015d3] /tmp/ruby/src/trunk-gc-asserts/gc.c:4801
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(obj_memsize_of+0xa) [0x7f39643fd445] /tmp/ruby/src/trunk-gc-asserts/gc.c:4688
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(check_rvalue_consistency_force) /tmp/ruby/src/trunk-gc-asserts/gc.c:1652
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(check_rvalue_consistency+0x10) [0x7f3964400289] /tmp/ruby/src/trunk-gc-asserts/gc.c:1714
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(RVALUE_MARKED) /tmp/ruby/src/trunk-gc-asserts/gc.c:1550
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_move) /tmp/ruby/src/trunk-gc-asserts/gc.c:9548
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(RB_SPECIAL_CONST_P+0x0) [0x7f39644009f2] /tmp/ruby/src/trunk-gc-asserts/gc.c:5064
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(is_markable_object) /tmp/ruby/src/trunk-gc-asserts/gc.c:4445
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_pin) /tmp/ruby/src/trunk-gc-asserts/gc.c:6707
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(try_move) /tmp/ruby/src/trunk-gc-asserts/gc.c:5065
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_compact_move) /tmp/ruby/src/trunk-gc-asserts/gc.c:8158
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_compact_plane) /tmp/ruby/src/trunk-gc-asserts/gc.c:8209
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_compact_page+0x1d) [0x7f39644075b5] /tmp/ruby/src/trunk-gc-asserts/gc.c:8239
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_sweep_compact) /tmp/ruby/src/trunk-gc-asserts/gc.c:8291
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_sweep) /tmp/ruby/src/trunk-gc-asserts/gc.c:5900
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_start+0xd1b) [0x7f396440a6eb] /tmp/ruby/src/trunk-gc-asserts/gc.c:9088
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_multi_ractor_p+0x0) [0x7f396440b7ee] /tmp/ruby/src/trunk-gc-asserts/gc.c:8968
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_lock_leave) /tmp/ruby/src/trunk-gc-asserts/vm_sync.h:92
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(garbage_collect) /tmp/ruby/src/trunk-gc-asserts/gc.c:8970
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(newobj_slowpath+0xfb) [0x7f396440bb73] /tmp/ruby/src/trunk-gc-asserts/gc.c:2885
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(newobj_slowpath_wb_protected) /tmp/ruby/src/trunk-gc-asserts/gc.c:2909
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(newobj_of+0xd6) [0x7f396440bffe] /tmp/ruby/src/trunk-gc-asserts/gc.c:2949
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_wb_protected_newobj_of) /tmp/ruby/src/trunk-gc-asserts/gc.c:2967
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(ary_embed_capa+0x0) [0x7f396431ba96] /tmp/ruby/src/trunk-gc-asserts/array.c:682
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(ary_make_partial) /tmp/ruby/src/trunk-gc-asserts/array.c:1210
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_ary_resurrect) /tmp/ruby/src/trunk-gc-asserts/array.c:2726
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_exec_core+0xcb8) [0x7f39645cda68] ../../src/trunk-gc-asserts/insns.def:497
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_exec_loop+0xa) [0x7f39645d35a7] /tmp/ruby/src/trunk-gc-asserts/vm.c:2587
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_exec) /tmp/ruby/src/trunk-gc-asserts/vm.c:2566
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_yield_with_cref+0x42) [0x7f39645d8a18] /tmp/ruby/src/trunk-gc-asserts/vm.c:1642
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_yield) /tmp/ruby/src/trunk-gc-asserts/vm.c:1650
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_yield_0) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1346
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_yield) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1362
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_ary_collect+0x5c) [0x7f3964313b1c] /tmp/ruby/src/trunk-gc-asserts/array.c:3652
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_cfp_consistent_p+0x0) [0x7f39645baf0c] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3594
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3596
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3640
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_sendish+0xc4) [0x7f39645ce6a9] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5723
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_exec_core) ../../src/trunk-gc-asserts/insns.def:871
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_exec+0x19a) [0x7f39645d331a] /tmp/ruby/src/trunk-gc-asserts/vm.c:2560
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_yield_with_cref+0x42) [0x7f39645d8a18] /tmp/ruby/src/trunk-gc-asserts/vm.c:1642
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_yield) /tmp/ruby/src/trunk-gc-asserts/vm.c:1650
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_yield_0) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1346
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_yield) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1362
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_ary_collect+0x5c) [0x7f3964313b1c] /tmp/ruby/src/trunk-gc-asserts/array.c:3652
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_cfp_consistent_p+0x0) [0x7f39645baf0c] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3594
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3596
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3640
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_sendish+0xc4) [0x7f39645ce6a9] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5723
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_exec_core) ../../src/trunk-gc-asserts/insns.def:871
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_exec_loop+0xa) [0x7f39645d35a7] /tmp/ruby/src/trunk-gc-asserts/vm.c:2587
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_exec) /tmp/ruby/src/trunk-gc-asserts/vm.c:2566
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_ec_exec_node+0xb5) [0x7f39643e3465] /tmp/ruby/src/trunk-gc-asserts/eval.c:281
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(ruby_run_node+0x8b) [0x7f39643e704b] /tmp/ruby/src/trunk-gc-asserts/eval.c:319
/tmp/ruby/build/trunk-gc-asserts/ruby(rb_main+0x21) [0x55c9d20d2187] /tmp/ruby/src/trunk-gc-asserts/main.c:40
/tmp/ruby/build/trunk-gc-asserts/ruby(main) /tmp/ruby/src/trunk-gc-asserts/main.c:59
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x80) [0x7f3963ee8d90] ../sysdeps/nptl/libc_start_call_main.h:58
/lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7f3963ee8e40] ../csu/libc-start.c:392
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:379
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0
[0x55c9d20d21d5]

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

* Process memory map:

55c9d20d1000-55c9d20d2000 r--p 00000000 00:7d 14710340                   /tmp/ruby/build/trunk-gc-asserts/ruby
55c9d20d2000-55c9d20d3000 r-xp 00001000 00:7d 14710340                   /tmp/ruby/build/trunk-gc-asserts/ruby
55c9d20d3000-55c9d20d4000 r--p 00002000 00:7d 14710340                   /tmp/ruby/build/trunk-gc-asserts/ruby
55c9d20d4000-55c9d20d5000 r--p 00002000 00:7d 14710340                   /tmp/ruby/build/trunk-gc-asserts/ruby
55c9d20d5000-55c9d20d6000 rw-p 00003000 00:7d 14710340                   /tmp/ruby/build/trunk-gc-asserts/ruby
55c9d36ca000-55c9d5c4d000 rw-p 00000000 00:00 0                          [heap]
7f3939dad000-7f393abf5000 rw-p 00000000 00:00 0 
7f393abf5000-7f393c000000 r--s 00000000 00:7d 14710337                   /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0
7f393c000000-7f393c021000 rw-p 00000000 00:00 0 
7f393c021000-7f3940000000 ---p 00000000 00:00 0 
7f3940000000-7f3940021000 rw-p 00000000 00:00 0 
7f3940021000-7f3944000000 ---p 00000000 00:00 0 
7f3944000000-7f3944021000 rw-p 00000000 00:00 0 
7f3944021000-7f3948000000 ---p 00000000 00:00 0 
7f39489c5000-7f3948be3000 r--s 00000000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f3948be3000-7f3948c20000 r--s 00000000 00:7d 14710340                   /tmp/ruby/build/trunk-gc-asserts/ruby
7f3948c20000-7f3948d90000 rw-p 00000000 00:00 0 
7f3948d9e000-7f3948d9f000 ---p 00000000 00:00 0 
7f3948d9f000-7f3948dbf000 rw-p 00000000 00:00 0 
7f3948dbf000-7f3948dc0000 ---p 00000000 00:00 0 
7f3948dc0000-7f3948e90000 rw-p 00000000 00:00 0 
7f3948e92000-7f3948e95000 r--p 00000000 00:7d 15632304                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/date_core.so
7f3948e95000-7f3948ec4000 r-xp 00003000 00:7d 15632304                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/date_core.so
7f3948ec4000-7f3948ecc000 r--p 00032000 00:7d 15632304                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/date_core.so
7f3948ecc000-7f3948ecd000 ---p 0003a000 00:7d 15632304                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/date_core.so
7f3948ecd000-7f3948ece000 r--p 0003a000 00:7d 15632304                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/date_core.so
7f3948ece000-7f3948ecf000 rw-p 0003b000 00:7d 15632304                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/date_core.so
7f3948ecf000-7f3948fa0000 rw-p 00000000 00:00 0 
7f3948fa9000-7f3948fb0000 r--p 00000000 00:7d 15632560                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/socket.so
7f3948fb0000-7f3948fd3000 r-xp 00007000 00:7d 15632560                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/socket.so
7f3948fd3000-7f3948fdb000 r--p 0002a000 00:7d 15632560                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/socket.so
7f3948fdb000-7f3948fdc000 r--p 00031000 00:7d 15632560                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/socket.so
7f3948fdc000-7f3948fdd000 rw-p 00032000 00:7d 15632560                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/socket.so
7f3948fdd000-7f394908f000 r--p 00000000 00:7d 13112697                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f394908f000-7f39492ed000 r-xp 000b2000 00:7d 13112697                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f39492ed000-7f39493bf000 r--p 00310000 00:7d 13112697                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f39493bf000-7f394941a000 r--p 003e1000 00:7d 13112697                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f394941a000-7f394941d000 rw-p 0043c000 00:7d 13112697                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7f394941d000-7f3949430000 rw-p 00000000 00:00 0 
7f3949440000-7f3949450000 rw-p 00000000 00:00 0 
7f3949450000-7f39494b0000 rw-p 00000000 00:00 0 
7f39494b7000-7f39494d5000 r--p 00000000 00:7d 13112794                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7f39494d5000-7f3949530000 r-xp 0001e000 00:7d 13112794                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7f3949530000-7f394954d000 r--p 00079000 00:7d 13112794                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7f394954d000-7f3949557000 r--p 00095000 00:7d 13112794                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7f3949557000-7f394955b000 rw-p 0009f000 00:7d 13112794                   /usr/lib/x86_64-linux-gnu/libssl.so.3
7f394955b000-7f3949570000 r--p 00000000 00:7d 15632450                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/openssl.so
7f3949570000-7f39495a8000 r-xp 00015000 00:7d 15632450                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/openssl.so
7f39495a8000-7f39495bb000 r--p 0004d000 00:7d 15632450                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/openssl.so
7f39495bb000-7f39495bd000 r--p 0005f000 00:7d 15632450                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/openssl.so
7f39495bd000-7f39495bf000 rw-p 00061000 00:7d 15632450                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/openssl.so
7f39495bf000-7f39495f0000 rw-p 00000000 00:00 0 
7f39495f5000-7f39495f6000 r--p 00000000 00:7d 15632297                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/continuation.so
7f39495f6000-7f39495f7000 r-xp 00001000 00:7d 15632297                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/continuation.so
7f39495f7000-7f39495f8000 r--p 00002000 00:7d 15632297                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/continuation.so
7f39495f8000-7f39495f9000 r--p 00002000 00:7d 15632297                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/continuation.so
7f39495f9000-7f39495fa000 rw-p 00003000 00:7d 15632297                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/continuation.so
7f39495fa000-7f39495fb000 r--p 00000000 00:7d 15632374                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/wait.so
7f39495fb000-7f39495fc000 r-xp 00001000 00:7d 15632374                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/wait.so
7f39495fc000-7f39495fd000 r--p 00002000 00:7d 15632374                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/wait.so
7f39495fd000-7f39495fe000 r--p 00002000 00:7d 15632374                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/wait.so
7f39495fe000-7f39495ff000 rw-p 00003000 00:7d 15632374                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/wait.so
7f39495ff000-7f3949600000 ---p 00000000 00:00 0 
7f3949600000-7f3949650000 rw-p 00000000 00:00 0 
7f3949654000-7f3949655000 r--p 00000000 00:7d 15632372                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/nonblock.so
7f3949655000-7f3949656000 r-xp 00001000 00:7d 15632372                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/nonblock.so
7f3949656000-7f3949657000 r--p 00002000 00:7d 15632372                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/nonblock.so
7f3949657000-7f3949658000 r--p 00002000 00:7d 15632372                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/nonblock.so
7f3949658000-7f3949659000 rw-p 00003000 00:7d 15632372                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/nonblock.so
7f3949659000-7f394965b000 r--p 00000000 00:7d 15632307                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/digest.so
7f394965b000-7f394965d000 r-xp 00002000 00:7d 15632307                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/digest.so
7f394965d000-7f394965e000 r--p 00004000 00:7d 15632307                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/digest.so
7f394965e000-7f394965f000 r--p 00004000 00:7d 15632307                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/digest.so
7f394965f000-7f3949660000 rw-p 00005000 00:7d 15632307                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/digest.so
7f3949660000-7f3949770000 rw-p 00000000 00:00 0 
7f3949774000-7f3949776000 r--p 00000000 00:7d 15632466                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/pathname.so
7f3949776000-7f394977c000 r-xp 00002000 00:7d 15632466                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/pathname.so
7f394977c000-7f394977e000 r--p 00008000 00:7d 15632466                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/pathname.so
7f394977e000-7f394977f000 r--p 00009000 00:7d 15632466                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/pathname.so
7f394977f000-7f3949780000 rw-p 0000a000 00:7d 15632466                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/pathname.so
7f3949780000-7f3949790000 rw-p 00000000 00:00 0 
7f3949792000-7f3949793000 r--p 00000000 00:7d 15632406                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so
7f3949793000-7f3949794000 r-xp 00001000 00:7d 15632406                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so
7f3949794000-7f3949795000 r--p 00002000 00:7d 15632406                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so
7f3949795000-7f3949796000 r--p 00002000 00:7d 15632406                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so
7f3949796000-7f3949797000 rw-p 00003000 00:7d 15632406                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so
7f3949797000-7f3949799000 r--p 00000000 00:7d 15632339                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/etc.so
7f3949799000-7f394979c000 r-xp 00002000 00:7d 15632339                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/etc.so
7f394979c000-7f394979e000 r--p 00005000 00:7d 15632339                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/etc.so
7f394979e000-7f394979f000 r--p 00006000 00:7d 15632339                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/etc.so
7f394979f000-7f39497a0000 rw-p 00007000 00:7d 15632339                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/etc.so
7f39497a0000-7f3949870000 rw-p 00000000 00:00 0 
7f3949874000-7f3949876000 r--p 00000000 00:7d 15632366                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/console.so
7f3949876000-7f394987b000 r-xp 00002000 00:7d 15632366                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/console.so
7f394987b000-7f394987c000 r--p 00007000 00:7d 15632366                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/console.so
7f394987c000-7f394987d000 ---p 00008000 00:7d 15632366                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/console.so
7f394987d000-7f394987e000 r--p 00008000 00:7d 15632366                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/console.so
7f394987e000-7f394987f000 rw-p 00009000 00:7d 15632366                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/console.so
7f394987f000-7f3949880000 ---p 00000000 00:00 0 
7f3949880000-7f39498c1000 rw-p 00000000 00:00 0 
7f39498c1000-7f39498c2000 ---p 00000000 00:00 0 
7f39498c2000-7f3949903000 rw-p 00000000 00:00 0 
7f3949903000-7f3949904000 ---p 00000000 00:00 0 
7f3949904000-7f3949945000 rw-p 00000000 00:00 0 
7f3949945000-7f3949946000 ---p 00000000 00:00 0 
7f3949946000-7f3949987000 rw-p 00000000 00:00 0 
7f3949987000-7f3949988000 ---p 00000000 00:00 0 
7f3949988000-7f39499c9000 rw-p 00000000 00:00 0 
7f39499c9000-7f39499ca000 ---p 00000000 00:00 0 
7f39499ca000-7f3949a0b000 rw-p 00000000 00:00 0 
7f3949a0b000-7f3949a0c000 ---p 00000000 00:00 0 
7f3949a0c000-7f3949a4d000 rw-p 00000000 00:00 0 
7f3949a4d000-7f3949a4e000 ---p 00000000 00:00 0 
7f3949a4e000-7f3949a8f000 rw-p 00000000 00:00 0 
7f3949a8f000-7f3949a90000 ---p 00000000 00:00 0 
7f3949a90000-7f3949ad1000 rw-p 00000000 00:00 0 
7f3949ad1000-7f3949ad2000 ---p 00000000 00:00 0 
7f3949ad2000-7f3949b13000 rw-p 00000000 00:00 0 
7f3949b13000-7f3949b14000 ---p 00000000 00:00 0 
7f3949b14000-7f3949b55000 rw-p 00000000 00:00 0 
7f3949b55000-7f3949b56000 ---p 00000000 00:00 0 
7f3949b56000-7f3949b97000 rw-p 00000000 00:00 0 
7f3949b97000-7f3949b98000 ---p 00000000 00:00 0 
7f3949b98000-7f3949bd9000 rw-p 00000000 00:00 0 
7f3949bd9000-7f3949bda000 ---p 00000000 00:00 0 
7f3949bda000-7f3949c1b000 rw-p 00000000 00:00 0 
7f3949c1b000-7f3949c1c000 ---p 00000000 00:00 0 
7f3949c1c000-7f3949c5d000 rw-p 00000000 00:00 0 
7f3949c5d000-7f3949c5e000 ---p 00000000 00:00 0 
7f3949c5e000-7f3949c9f000 rw-p 00000000 00:00 0 
7f3949c9f000-7f3949ca0000 ---p 00000000 00:00 0 
7f3949ca0000-7f3949ce1000 rw-p 00000000 00:00 0 
7f3949ce1000-7f3949ce2000 ---p 00000000 00:00 0 
7f3949ce2000-7f3949d23000 rw-p 00000000 00:00 0 
7f3949d23000-7f3949d24000 ---p 00000000 00:00 0 
7f3949d24000-7f3949d65000 rw-p 00000000 00:00 0 
7f3949d65000-7f3949d66000 ---p 00000000 00:00 0 
7f3949d66000-7f3949da7000 rw-p 00000000 00:00 0 
7f3949da7000-7f3949da8000 ---p 00000000 00:00 0 
7f3949da8000-7f3949de9000 rw-p 00000000 00:00 0 
7f3949de9000-7f3949dea000 ---p 00000000 00:00 0 
7f3949dea000-7f3949e2b000 rw-p 00000000 00:00 0 
7f3949e2b000-7f3949e2c000 ---p 00000000 00:00 0 
7f3949e2c000-7f3949e6d000 rw-p 00000000 00:00 0 
7f3949e6d000-7f3949e6e000 ---p 00000000 00:00 0 
7f3949e6e000-7f3949eaf000 rw-p 00000000 00:00 0 
7f3949eaf000-7f3949eb0000 ---p 00000000 00:00 0 
7f3949eb0000-7f3949ef1000 rw-p 00000000 00:00 0 
7f3949ef1000-7f3949ef2000 ---p 00000000 00:00 0 
7f3949ef2000-7f3949f33000 rw-p 00000000 00:00 0 
7f3949f33000-7f3949f34000 ---p 00000000 00:00 0 
7f3949f34000-7f3949f75000 rw-p 00000000 00:00 0 
7f3949f75000-7f3949f76000 ---p 00000000 00:00 0 
7f3949f76000-7f3949fb7000 rw-p 00000000 00:00 0 
7f3949fb7000-7f3949fb8000 ---p 00000000 00:00 0 
7f3949fb8000-7f3949ff9000 rw-p 00000000 00:00 0 
7f3949ff9000-7f3949ffa000 ---p 00000000 00:00 0 
7f3949ffa000-7f394a03b000 rw-p 00000000 00:00 0 
7f394a03b000-7f394a03c000 ---p 00000000 00:00 0 
7f394a03c000-7f394a07d000 rw-p 00000000 00:00 0 
7f394a07d000-7f394a07e000 ---p 00000000 00:00 0 
7f394a07e000-7f394a0bf000 rw-p 00000000 00:00 0 
7f394a0bf000-7f394a0c0000 ---p 00000000 00:00 0 
7f394a0c0000-7f394a910000 rw-p 00000000 00:00 0 
7f394a914000-7f394a915000 r--p 00000000 00:7d 15632160                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/asan.so
7f394a915000-7f394a916000 r-xp 00001000 00:7d 15632160                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/asan.so
7f394a916000-7f394a917000 r--p 00002000 00:7d 15632160                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/asan.so
7f394a917000-7f394a918000 r--p 00002000 00:7d 15632160                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/asan.so
7f394a918000-7f394a919000 rw-p 00003000 00:7d 15632160                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/asan.so
7f394a919000-7f394a91a000 r--p 00000000 00:7d 15632528                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/rbconfig/sizeof.so
7f394a91a000-7f394a91c000 r-xp 00001000 00:7d 15632528                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/rbconfig/sizeof.so
7f394a91c000-7f394a91d000 r--p 00003000 00:7d 15632528                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/rbconfig/sizeof.so
7f394a91d000-7f394a91e000 r--p 00003000 00:7d 15632528                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/rbconfig/sizeof.so
7f394a91e000-7f394a91f000 rw-p 00004000 00:7d 15632528                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/rbconfig/sizeof.so
7f394a91f000-7f3963d1f000 rw-p 00000000 00:00 0 
7f3963d20000-7f3963d23000 r--p 00000000 00:7d 15632563                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/stringio.so
7f3963d23000-7f3963d28000 r-xp 00003000 00:7d 15632563                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/stringio.so
7f3963d28000-7f3963d2a000 r--p 00008000 00:7d 15632563                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/stringio.so
7f3963d2a000-7f3963d2b000 r--p 00009000 00:7d 15632563                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/stringio.so
7f3963d2b000-7f3963d2c000 rw-p 0000a000 00:7d 15632563                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/stringio.so
7f3963d2c000-7f3963d2f000 r--p 00000000 00:7d 15632567                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/zlib.so
7f3963d2f000-7f3963d3b000 r-xp 00003000 00:7d 15632567                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/zlib.so
7f3963d3b000-7f3963d3e000 r--p 0000f000 00:7d 15632567                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/zlib.so
7f3963d3e000-7f3963d3f000 r--p 00011000 00:7d 15632567                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/zlib.so
7f3963d3f000-7f3963d40000 rw-p 00012000 00:7d 15632567                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/zlib.so
7f3963d40000-7f3963d90000 rw-p 00000000 00:00 0 
7f3963d92000-7f3963d93000 r--p 00000000 00:7d 15632712                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so
7f3963d93000-7f3963d94000 r-xp 00001000 00:7d 15632712                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so
7f3963d94000-7f3963d95000 r--p 00002000 00:7d 15632712                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so
7f3963d95000-7f3963d96000 r--p 00002000 00:7d 15632712                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so
7f3963d96000-7f3963d97000 rw-p 00003000 00:7d 15632712                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so
7f3963d97000-7f3963d98000 r--p 00000000 00:7d 15632633                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so
7f3963d98000-7f3963d99000 r-xp 00001000 00:7d 15632633                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so
7f3963d99000-7f3963d9a000 r--p 00002000 00:7d 15632633                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so
7f3963d9a000-7f3963d9b000 r--p 00002000 00:7d 15632633                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so
7f3963d9b000-7f3963d9c000 rw-p 00003000 00:7d 15632633                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so
7f3963d9c000-7f3963e9f000 rw-p 00000000 00:00 0 
7f3963e9f000-7f3963ea2000 r--p 00000000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f3963ea2000-7f3963eb9000 r-xp 00003000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f3963eb9000-7f3963ebd000 r--p 0001a000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f3963ebd000-7f3963ebe000 r--p 0001d000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f3963ebe000-7f3963ebf000 rw-p 0001e000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f3963ebf000-7f3963ee7000 r--p 00000000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f3963ee7000-7f396407c000 r-xp 00028000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f396407c000-7f39640d4000 r--p 001bd000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f39640d4000-7f39640d8000 r--p 00214000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f39640d8000-7f39640da000 rw-p 00218000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f39640da000-7f39640e9000 rw-p 00000000 00:00 0 
7f39640e9000-7f39640f7000 r--p 00000000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f39640f7000-7f3964173000 r-xp 0000e000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f3964173000-7f39641ce000 r--p 0008a000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f39641ce000-7f39641cf000 r--p 000e4000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f39641cf000-7f39641d0000 rw-p 000e5000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f39641d0000-7f39641d2000 r--p 00000000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f39641d2000-7f39641e6000 r-xp 00002000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f39641e6000-7f39641ff000 r--p 00016000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f39641ff000-7f3964200000 ---p 0002f000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f3964200000-7f3964201000 r--p 0002f000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f3964201000-7f3964202000 rw-p 00030000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f3964202000-7f396420a000 rw-p 00000000 00:00 0 
7f396420a000-7f3964214000 r--p 00000000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7f3964214000-7f3964273000 r-xp 0000a000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7f3964273000-7f396428a000 r--p 00069000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7f396428a000-7f396428b000 r--p 0007f000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7f396428b000-7f396428c000 rw-p 00080000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7f396428c000-7f396428e000 r--p 00000000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7f396428e000-7f396429f000 r-xp 00002000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7f396429f000-7f39642a5000 r--p 00013000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7f39642a5000-7f39642a6000 ---p 00019000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7f39642a6000-7f39642a7000 r--p 00019000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7f39642a7000-7f39642a8000 rw-p 0001a000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7f39642ac000-7f39642f9000 r--p 00000000 00:7d 14710337                   /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0
7f39642f9000-7f3964742000 r-xp 0004d000 00:7d 14710337                   /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0
7f3964742000-7f39648dd000 r--p 00496000 00:7d 14710337                   /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0
7f39648dd000-7f39648f6000 r--p 00630000 00:7d 14710337                   /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0
7f39648f6000-7f39648fa000 rw-p 00649000 00:7d 14710337                   /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0
7f39648fa000-7f3964911000 rw-p 00000000 00:00 0 
7f3964911000-7f3964913000 r--p 00000000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f3964913000-7f396493d000 r-xp 00002000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f396493d000-7f3964948000 r--p 0002c000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f3964949000-7f396494b000 r--p 00037000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f396494b000-7f396494d000 rw-p 00039000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7ffdbe6a1000-7ffdbeea0000 rw-p 00000000 00:00 0                          [stack]
7ffdbeea5000-7ffdbeea9000 r--p 00000000 00:00 0                          [vvar]
7ffdbeea9000-7ffdbeeab000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]


$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug -j' TESTS='-j4'
	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/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/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/yjit/target/release/' /tmp/ruby/src/trunk-gc-asserts/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
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 unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'trans'.
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'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating makefile exts.mk
exts.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/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/fiddle'
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/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.2/ext/debug'
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.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.1.2/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'
$ /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-gc-asserts --extout=.ext -- /tmp/ruby/src/trunk-gc-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-gc-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.npr7ax/1-mspec-multi-0
$ /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-gc-asserts --extout=.ext -- /tmp/ruby/src/trunk-gc-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-gc-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.npr7ax/2-mspec-multi-1
$ /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-gc-asserts --extout=.ext -- /tmp/ruby/src/trunk-gc-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-gc-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.npr7ax/3-mspec-multi-2
$ /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-gc-asserts --extout=.ext -- /tmp/ruby/src/trunk-gc-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-gc-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.npr7ax/4-mspec-multi-3
$ /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-gc-asserts --extout=.ext -- /tmp/ruby/src/trunk-gc-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-gc-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.npr7ax/5-mspec-multi-4
$ /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-gc-asserts --extout=.ext -- /tmp/ruby/src/trunk-gc-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-gc-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.npr7ax/6-mspec-multi-5
$ /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-gc-asserts --extout=.ext -- /tmp/ruby/src/trunk-gc-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-gc-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.npr7ax/7-mspec-multi-6
$ /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-gc-asserts --extout=.ext -- /tmp/ruby/src/trunk-gc-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-gc-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.npr7ax/8-mspec-multi-7
$ /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-gc-asserts --extout=.ext -- /tmp/ruby/src/trunk-gc-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-gc-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.npr7ax/9-mspec-multi-8
$ /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-gc-asserts --extout=.ext -- /tmp/ruby/src/trunk-gc-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-gc-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.npr7ax/10-mspec-multi-9
$ /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-gc-asserts --extout=.ext -- /tmp/ruby/src/trunk-gc-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-gc-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.npr7ax/11-mspec-multi-10
$ /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-gc-asserts --extout=.ext -- /tmp/ruby/src/trunk-gc-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-gc-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.npr7ax/12-mspec-multi-11
$ /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-gc-asserts --extout=.ext -- /tmp/ruby/src/trunk-gc-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-gc-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.npr7ax/13-mspec-multi-12
$ /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-gc-asserts --extout=.ext -- /tmp/ruby/src/trunk-gc-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-gc-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.npr7ax/14-mspec-multi-13
$ /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-gc-asserts --extout=.ext -- /tmp/ruby/src/trunk-gc-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-gc-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.npr7ax/15-mspec-multi-14
$ /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-gc-asserts --extout=.ext -- /tmp/ruby/src/trunk-gc-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-gc-asserts/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.npr7ax/16-mspec-multi-15
ruby 3.4.0dev (2024-06-13T04:52:39Z master fc33559c40) [x86_64-linux]
     0 ............................................................
    60 ............................................................
   120 ............................................................
   180 ............................................................
   240 ............................................................
   300 ............................................................
   360 ............................................................
   420 ............................................................
   480 ............................................................
   540 ............................................................
   600 ............................................................
   660 ............................................................
   720 ............................................................
   780 ............................................................
   840 ............................................................
   900 ............................................................
   960 ............................................................
  1020 ............................................................
  1080 ............................................................
  1140 ............................................................
  1200 ............................................................
  1260 ............................................................
  1320 ............................................................
  1380 ............................................................
  1440 ............................................................
  1500 ............................................................
check_rvalue_consistency: 0x00007f6bb8c8e850 [0      ] T_NONE  is T_NONE.
/tmp/ruby/src/trunk-gc-asserts/spec/ruby/core/process/warmup_spec.rb:8: [BUG] objspace/memsize_of(): unknown data type 0x0(0x00007f6bb8c8e850)
ruby 3.4.0dev (2024-06-13T04:52:39Z master fc33559c40) [x86_64-linux]

-- Control frame information -----------------------------------------------
c:0027 p:---- s:0130 e:000129 CFUNC  :warmup
c:0026 p:0004 s:0126 e:000125 BLOCK  /tmp/ruby/src/trunk-gc-asserts/spec/ruby/core/process/warmup_spec.rb:8 [FINISH]
c:0025 p:---- s:0123 e:000122 CFUNC  :instance_exec
c:0024 p:0009 s:0119 e:000118 METHOD /tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/mspec.rb:117
c:0023 p:0009 s:0111 e:000110 BLOCK  /tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/context.rb:176 [FINISH]
c:0022 p:---- s:0107 e:000106 CFUNC  :all?
c:0021 p:0027 s:0103 e:000102 METHOD /tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/context.rb:176
c:0020 p:0048 s:0096 e:000095 BLOCK  /tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/context.rb:212
c:0019 p:0010 s:0091 e:000090 METHOD /tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/mspec.rb:285
c:0018 p:0005 s:0087 e:000086 BLOCK  /tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/context.rb:204
c:0017 p:0027 s:0083 e:000082 METHOD <internal:array>:54
c:0016 p:0058 s:0077 e:000076 METHOD /tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/context.rb:203
c:0015 p:0054 s:0073 e:000072 METHOD /tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/mspec.rb:56
c:0014 p:0015 s:0065 e:000064 METHOD /tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/object.rb:11
c:0013 p:0012 s:0058 E:0011c0 TOP    /tmp/ruby/src/trunk-gc-asserts/spec/ruby/core/process/warmup_spec.rb:3 [FINISH]
c:0012 p:---- s:0055 e:000054 CFUNC  :load
c:0011 p:0006 s:0050 e:000049 BLOCK  /tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/mspec.rb:100 [FINISH]
c:0010 p:---- s:0047 e:000046 CFUNC  :instance_exec
c:0009 p:0009 s:0043 e:000042 METHOD /tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/mspec.rb:117
c:0008 p:0030 s:0035 e:000034 BLOCK  /tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/mspec.rb:100
c:0007 p:0033 s:0031 e:000030 METHOD /tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/mspec.rb:77
c:0006 p:0004 s:0024 e:000023 METHOD /tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/mspec.rb:96
c:0005 p:0021 s:0020 e:000019 METHOD /tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/mspec.rb:64
c:0004 p:0024 s:0016 e:000015 METHOD /tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/commands/mspec-run.rb:84
c:0003 p:0051 s:0012 e:000011 METHOD /tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/utils/script.rb:291
c:0002 p:0023 s:0006 e:000005 EVAL   /tmp/ruby/src/trunk-gc-asserts/spec/mspec/bin/mspec-run:7 [FINISH]
c:0001 p:0000 s:0003 E:000030 DUMMY  [FINISH]

-- Ruby level backtrace information ----------------------------------------
/tmp/ruby/src/trunk-gc-asserts/spec/mspec/bin/mspec-run:7:in '<main>'
/tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/utils/script.rb:291:in 'main'
/tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/commands/mspec-run.rb:84:in 'run'
/tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/mspec.rb:64:in 'process'
/tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/mspec.rb:96:in 'files'
/tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/mspec.rb:77:in 'each_file'
/tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/mspec.rb:100:in 'block in files'
/tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'protect'
/tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'instance_exec'
/tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/mspec.rb:100:in 'block (2 levels) in files'
/tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/mspec.rb:100:in 'load'
/tmp/ruby/src/trunk-gc-asserts/spec/ruby/core/process/warmup_spec.rb:3:in '<top (required)>'
/tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/object.rb:11:in 'describe'
/tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/mspec.rb:56:in 'describe'
/tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/context.rb:203:in 'process'
<internal:array>:54:in 'each'
/tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/context.rb:204:in 'block in process'
/tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/mspec.rb:285:in 'repeat'
/tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/context.rb:212:in 'block (2 levels) in process'
/tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/context.rb:176:in 'protect'
/tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/context.rb:176:in 'all?'
/tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/context.rb:176:in 'block in protect'
/tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'protect'
/tmp/ruby/src/trunk-gc-asserts/spec/mspec/lib/mspec/runner/mspec.rb:117:in 'instance_exec'
/tmp/ruby/src/trunk-gc-asserts/spec/ruby/core/process/warmup_spec.rb:8:in 'block (3 levels) in <top (required)>'
/tmp/ruby/src/trunk-gc-asserts/spec/ruby/core/process/warmup_spec.rb:8:in 'warmup'

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

-- C level backtrace information -------------------------------------------
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_print_backtrace+0x14) [0x7f6bd29ae0c1] /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:820
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_bugreport) /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:1151
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(bug_report_end+0x0) [0x7f6bd279b48e] /tmp/ruby/src/trunk-gc-asserts/error.c:1085
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_bug_without_die) /tmp/ruby/src/trunk-gc-asserts/error.c:1085
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(die+0x0) [0x7f6bd26c2bf7] /tmp/ruby/src/trunk-gc-asserts/error.c:1093
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_bug) /tmp/ruby/src/trunk-gc-asserts/error.c:1095
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_gc_size_allocatable_p+0x0) [0x7f6bd26c35d3] /tmp/ruby/src/trunk-gc-asserts/gc.c:4801
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(obj_memsize_of+0xa) [0x7f6bd27bf445] /tmp/ruby/src/trunk-gc-asserts/gc.c:4688
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(check_rvalue_consistency_force) /tmp/ruby/src/trunk-gc-asserts/gc.c:1652
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(check_rvalue_consistency+0x10) [0x7f6bd27c2289] /tmp/ruby/src/trunk-gc-asserts/gc.c:1714
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(RVALUE_MARKED) /tmp/ruby/src/trunk-gc-asserts/gc.c:1550
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_move) /tmp/ruby/src/trunk-gc-asserts/gc.c:9548
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(RB_SPECIAL_CONST_P+0x0) [0x7f6bd27c29f2] /tmp/ruby/src/trunk-gc-asserts/gc.c:5064
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(is_markable_object) /tmp/ruby/src/trunk-gc-asserts/gc.c:4445
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_pin) /tmp/ruby/src/trunk-gc-asserts/gc.c:6707
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(try_move) /tmp/ruby/src/trunk-gc-asserts/gc.c:5065
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_compact_move) /tmp/ruby/src/trunk-gc-asserts/gc.c:8158
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_compact_plane) /tmp/ruby/src/trunk-gc-asserts/gc.c:8209
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_compact_page+0x9d) [0x7f6bd27c9506] /tmp/ruby/src/trunk-gc-asserts/gc.c:8247
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_sweep_compact) /tmp/ruby/src/trunk-gc-asserts/gc.c:8291
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_sweep) /tmp/ruby/src/trunk-gc-asserts/gc.c:5900
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_start+0xd1b) [0x7f6bd27cc6eb] /tmp/ruby/src/trunk-gc-asserts/gc.c:9088
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_multi_ractor_p+0x0) [0x7f6bd27cf78e] /tmp/ruby/src/trunk-gc-asserts/gc.c:8968
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_lock_leave) /tmp/ruby/src/trunk-gc-asserts/vm_sync.h:92
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(garbage_collect) /tmp/ruby/src/trunk-gc-asserts/gc.c:8970
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_start_internal) /tmp/ruby/src/trunk-gc-asserts/gc.c:9418
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_gc_prepare_heap) /tmp/ruby/src/trunk-gc-asserts/gc.c:9471
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_multi_ractor_p+0x0) [0x7f6bd288f25b] /tmp/ruby/src/trunk-gc-asserts/process.c:8784
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_lock_leave) /tmp/ruby/src/trunk-gc-asserts/vm_sync.h:92
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(proc_warmup) /tmp/ruby/src/trunk-gc-asserts/process.c:8785
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_cfp_consistent_p+0x0) [0x7f6bd297d284] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3594
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3596
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3640
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_other) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3666
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_sendish+0x99) [0x7f6bd298eec1] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5723
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_exec_core) ../../src/trunk-gc-asserts/insns.def:891
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_exec+0x19a) [0x7f6bd299531a] /tmp/ruby/src/trunk-gc-asserts/vm.c:2560
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(yield_under+0x19d) [0x7f6bd2999b4d] /tmp/ruby/src/trunk-gc-asserts/vm.c:1642
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_cfp_consistent_p+0x0) [0x7f6bd297cf0c] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3594
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3596
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3640
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_sendish+0xc4) [0x7f6bd29906a9] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5723
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_exec_core) ../../src/trunk-gc-asserts/insns.def:871
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_exec+0x19a) [0x7f6bd299531a] /tmp/ruby/src/trunk-gc-asserts/vm.c:2560
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_yield_with_cref+0x42) [0x7f6bd299aa18] /tmp/ruby/src/trunk-gc-asserts/vm.c:1642
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_yield) /tmp/ruby/src/trunk-gc-asserts/vm.c:1650
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_yield_0) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1346
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_yield) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1362
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(RB_TEST+0x0) [0x7f6bd26ceff0] /tmp/ruby/src/trunk-gc-asserts/array.c:7794
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_ary_all_p) /tmp/ruby/src/trunk-gc-asserts/array.c:7794
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_cfp_consistent_p+0x0) [0x7f6bd297cf0c] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3594
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3596
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3640
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_sendish+0xc4) [0x7f6bd29906a9] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5723
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_exec_core) ../../src/trunk-gc-asserts/insns.def:871
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_exec+0x19a) [0x7f6bd299531a] /tmp/ruby/src/trunk-gc-asserts/vm.c:2560
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(raise_load_if_failed+0x0) [0x7f6bd281292e] /tmp/ruby/src/trunk-gc-asserts/load.c:842
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_load_internal) /tmp/ruby/src/trunk-gc-asserts/load.c:844
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_f_load) /tmp/ruby/src/trunk-gc-asserts/load.c:916
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_cfp_consistent_p+0x0) [0x7f6bd297cf0c] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3594
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3596
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3640
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_sendish+0x99) [0x7f6bd298eec1] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5723
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_exec_core) ../../src/trunk-gc-asserts/insns.def:891
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_exec+0x19a) [0x7f6bd299531a] /tmp/ruby/src/trunk-gc-asserts/vm.c:2560
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(yield_under+0x19d) [0x7f6bd2999b4d] /tmp/ruby/src/trunk-gc-asserts/vm.c:1642
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_cfp_consistent_p+0x0) [0x7f6bd297cf0c] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3594
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3596
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3640
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_sendish+0xc4) [0x7f6bd29906a9] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5723
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_exec_core) ../../src/trunk-gc-asserts/insns.def:871
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_exec_loop+0xa) [0x7f6bd29955a7] /tmp/ruby/src/trunk-gc-asserts/vm.c:2587
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_exec) /tmp/ruby/src/trunk-gc-asserts/vm.c:2566
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_ec_exec_node+0xb5) [0x7f6bd27a5465] /tmp/ruby/src/trunk-gc-asserts/eval.c:281
/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(ruby_run_node+0x8b) [0x7f6bd27a904b] /tmp/ruby/src/trunk-gc-asserts/eval.c:319
/tmp/ruby/build/trunk-gc-asserts/ruby(rb_main+0x21) [0x564397a30187] /tmp/ruby/src/trunk-gc-asserts/main.c:40
/tmp/ruby/build/trunk-gc-asserts/ruby(main) /tmp/ruby/src/trunk-gc-asserts/main.c:59
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x80) [0x7f6bd22aad90] ../sysdeps/nptl/libc_start_call_main.h:58
/lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7f6bd22aae40] ../csu/libc-start.c:392
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:379
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0
[0x564397a301d5]

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

* Process memory map:

564397a2f000-564397a30000 r--p 00000000 00:7d 14710340                   /tmp/ruby/build/trunk-gc-asserts/ruby
564397a30000-564397a31000 r-xp 00001000 00:7d 14710340                   /tmp/ruby/build/trunk-gc-asserts/ruby
564397a31000-564397a32000 r--p 00002000 00:7d 14710340                   /tmp/ruby/build/trunk-gc-asserts/ruby
564397a32000-564397a33000 r--p 00002000 00:7d 14710340                   /tmp/ruby/build/trunk-gc-asserts/ruby
564397a33000-564397a34000 rw-p 00003000 00:7d 14710340                   /tmp/ruby/build/trunk-gc-asserts/ruby
5643992c1000-56439acd2000 rw-p 00000000 00:00 0                          [heap]
7f6ba8000000-7f6ba80b9000 rw-p 00000000 00:00 0 
7f6ba80b9000-7f6bac000000 ---p 00000000 00:00 0 
7f6bac000000-7f6bac170000 rw-p 00000000 00:00 0 
7f6bac170000-7f6bb0000000 ---p 00000000 00:00 0 
7f6bb0000000-7f6bb0029000 rw-p 00000000 00:00 0 
7f6bb0029000-7f6bb4000000 ---p 00000000 00:00 0 
7f6bb4c0f000-7f6bb4e2d000 r--s 00000000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f6bb4e2d000-7f6bb5c75000 rw-p 00000000 00:00 0 
7f6bb5c75000-7f6bb7080000 r--s 00000000 00:7d 14710337                   /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0
7f6bb7080000-7f6bb71b0000 rw-p 00000000 00:00 0 
7f6bb71c0000-7f6bb7250000 rw-p 00000000 00:00 0 
7f6bb7260000-7f6bb7280000 rw-p 00000000 00:00 0 
7f6bb7290000-7f6bb72d0000 rw-p 00000000 00:00 0 
7f6bb7370000-7f6bb7380000 rw-p 00000000 00:00 0 
7f6bb73f0000-7f6bb7410000 rw-p 00000000 00:00 0 
7f6bb7440000-7f6bb7450000 rw-p 00000000 00:00 0 
7f6bb7620000-7f6bb7630000 rw-p 00000000 00:00 0 
7f6bb7680000-7f6bb7690000 rw-p 00000000 00:00 0 
7f6bb76d3000-7f6bb7710000 r--s 00000000 00:7d 14710340                   /tmp/ruby/build/trunk-gc-asserts/ruby
7f6bb7710000-7f6bb7740000 rw-p 00000000 00:00 0 
7f6bb7740000-7f6bb7750000 rw-p 00000000 00:00 0 
7f6bb7750000-7f6bb7751000 ---p 00000000 00:00 0 
7f6bb7751000-7f6bb7771000 rw-p 00000000 00:00 0 
7f6bb7771000-7f6bb7772000 ---p 00000000 00:00 0 
7f6bb7772000-7f6bb7792000 rw-p 00000000 00:00 0 
7f6bb7792000-7f6bb7793000 ---p 00000000 00:00 0 
7f6bb7793000-7f6bb77b3000 rw-p 00000000 00:00 0 
7f6bb77b3000-7f6bb77b4000 ---p 00000000 00:00 0 
7f6bb77b4000-7f6bb77d4000 rw-p 00000000 00:00 0 
7f6bb77d4000-7f6bb77d5000 ---p 00000000 00:00 0 
7f6bb77d5000-7f6bb77f5000 rw-p 00000000 00:00 0 
7f6bb77f5000-7f6bb77f6000 ---p 00000000 00:00 0 
7f6bb77f6000-7f6bb7816000 rw-p 00000000 00:00 0 
7f6bb7816000-7f6bb7817000 ---p 00000000 00:00 0 
7f6bb7817000-7f6bb7837000 rw-p 00000000 00:00 0 
7f6bb7837000-7f6bb7838000 ---p 00000000 00:00 0 
7f6bb7838000-7f6bb7858000 rw-p 00000000 00:00 0 
7f6bb7858000-7f6bb7859000 ---p 00000000 00:00 0 
7f6bb7859000-7f6bb7879000 rw-p 00000000 00:00 0 
7f6bb7879000-7f6bb787a000 ---p 00000000 00:00 0 
7f6bb787a000-7f6bb789a000 rw-p 00000000 00:00 0 
7f6bb789a000-7f6bb789b000 ---p 00000000 00:00 0 
7f6bb789b000-7f6bb78bb000 rw-p 00000000 00:00 0 
7f6bb78bb000-7f6bb78bc000 ---p 00000000 00:00 0 
7f6bb78bc000-7f6bb78dc000 rw-p 00000000 00:00 0 
7f6bb78dc000-7f6bb78dd000 ---p 00000000 00:00 0 
7f6bb78dd000-7f6bb78fd000 rw-p 00000000 00:00 0 
7f6bb78fd000-7f6bb78fe000 ---p 00000000 00:00 0 
7f6bb78fe000-7f6bb791e000 rw-p 00000000 00:00 0 
7f6bb791e000-7f6bb791f000 ---p 00000000 00:00 0 
7f6bb791f000-7f6bb793f000 rw-p 00000000 00:00 0 
7f6bb793f000-7f6bb7940000 ---p 00000000 00:00 0 
7f6bb7940000-7f6bb79b0000 rw-p 00000000 00:00 0 
7f6bb79c0000-7f6bb7ae0000 rw-p 00000000 00:00 0 
7f6bb7ae7000-7f6bb7ae9000 r--p 00000000 00:7d 15632339                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/etc.so
7f6bb7ae9000-7f6bb7aec000 r-xp 00002000 00:7d 15632339                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/etc.so
7f6bb7aec000-7f6bb7aee000 r--p 00005000 00:7d 15632339                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/etc.so
7f6bb7aee000-7f6bb7aef000 r--p 00006000 00:7d 15632339                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/etc.so
7f6bb7aef000-7f6bb7af0000 rw-p 00007000 00:7d 15632339                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/etc.so
7f6bb7af0000-7f6bb7c30000 rw-p 00000000 00:00 0 
7f6bb7c34000-7f6bb7c35000 r--p 00000000 00:7d 15632655                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/iso_8859_1.so
7f6bb7c35000-7f6bb7c36000 r-xp 00001000 00:7d 15632655                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/iso_8859_1.so
7f6bb7c36000-7f6bb7c37000 r--p 00002000 00:7d 15632655                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/iso_8859_1.so
7f6bb7c37000-7f6bb7c38000 r--p 00002000 00:7d 15632655                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/iso_8859_1.so
7f6bb7c38000-7f6bb7c39000 rw-p 00003000 00:7d 15632655                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/iso_8859_1.so
7f6bb7c39000-7f6bb7c3a000 r--p 00000000 00:7d 15632643                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/euc_jp.so
7f6bb7c3a000-7f6bb7c3b000 r-xp 00001000 00:7d 15632643                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/euc_jp.so
7f6bb7c3b000-7f6bb7c3c000 r--p 00002000 00:7d 15632643                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/euc_jp.so
7f6bb7c3c000-7f6bb7c3d000 ---p 00003000 00:7d 15632643                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/euc_jp.so
7f6bb7c3d000-7f6bb7c3e000 r--p 00003000 00:7d 15632643                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/euc_jp.so
7f6bb7c3e000-7f6bb7c3f000 rw-p 00004000 00:7d 15632643                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/euc_jp.so
7f6bb7c3f000-7f6bb7c40000 ---p 00000000 00:00 0 
7f6bb7c40000-7f6bb7c81000 rw-p 00000000 00:00 0 
7f6bb7c81000-7f6bb7c82000 ---p 00000000 00:00 0 
7f6bb7c82000-7f6bb7cc3000 rw-p 00000000 00:00 0 
7f6bb7cc3000-7f6bb7cc4000 ---p 00000000 00:00 0 
7f6bb7cc4000-7f6bb7d05000 rw-p 00000000 00:00 0 
7f6bb7d05000-7f6bb7d06000 ---p 00000000 00:00 0 
7f6bb7d06000-7f6bb7d47000 rw-p 00000000 00:00 0 
7f6bb7d47000-7f6bb7d48000 ---p 00000000 00:00 0 
7f6bb7d48000-7f6bb7d89000 rw-p 00000000 00:00 0 
7f6bb7d89000-7f6bb7d8a000 ---p 00000000 00:00 0 
7f6bb7d8a000-7f6bb7dcb000 rw-p 00000000 00:00 0 
7f6bb7dcb000-7f6bb7dcc000 ---p 00000000 00:00 0 
7f6bb7dcc000-7f6bb7e0d000 rw-p 00000000 00:00 0 
7f6bb7e0d000-7f6bb7e0e000 ---p 00000000 00:00 0 
7f6bb7e0e000-7f6bb7e4f000 rw-p 00000000 00:00 0 
7f6bb7e4f000-7f6bb7e50000 ---p 00000000 00:00 0 
7f6bb7e50000-7f6bb7e91000 rw-p 00000000 00:00 0 
7f6bb7e91000-7f6bb7e92000 ---p 00000000 00:00 0 
7f6bb7e92000-7f6bb7ed3000 rw-p 00000000 00:00 0 
7f6bb7ed3000-7f6bb7ed4000 ---p 00000000 00:00 0 
7f6bb7ed4000-7f6bb7f15000 rw-p 00000000 00:00 0 
7f6bb7f15000-7f6bb7f16000 ---p 00000000 00:00 0 
7f6bb7f16000-7f6bb7f57000 rw-p 00000000 00:00 0 
7f6bb7f57000-7f6bb7f58000 ---p 00000000 00:00 0 
7f6bb7f58000-7f6bb7f99000 rw-p 00000000 00:00 0 
7f6bb7f99000-7f6bb7f9a000 ---p 00000000 00:00 0 
7f6bb7f9a000-7f6bb7fdb000 rw-p 00000000 00:00 0 
7f6bb7fdb000-7f6bb7fdc000 ---p 00000000 00:00 0 
7f6bb7fdc000-7f6bb801d000 rw-p 00000000 00:00 0 
7f6bb801d000-7f6bb801e000 ---p 00000000 00:00 0 
7f6bb801e000-7f6bb805f000 rw-p 00000000 00:00 0 
7f6bb805f000-7f6bb8060000 ---p 00000000 00:00 0 
7f6bb8060000-7f6bb80a1000 rw-p 00000000 00:00 0 
7f6bb80a1000-7f6bb80a2000 ---p 00000000 00:00 0 
7f6bb80a2000-7f6bb80e3000 rw-p 00000000 00:00 0 
7f6bb80e3000-7f6bb80e4000 ---p 00000000 00:00 0 
7f6bb80e4000-7f6bb8125000 rw-p 00000000 00:00 0 
7f6bb8125000-7f6bb8126000 ---p 00000000 00:00 0 
7f6bb8126000-7f6bb8167000 rw-p 00000000 00:00 0 
7f6bb8167000-7f6bb8168000 ---p 00000000 00:00 0 
7f6bb8168000-7f6bb81a9000 rw-p 00000000 00:00 0 
7f6bb81a9000-7f6bb81aa000 ---p 00000000 00:00 0 
7f6bb81aa000-7f6bb81eb000 rw-p 00000000 00:00 0 
7f6bb81eb000-7f6bb81ec000 ---p 00000000 00:00 0 
7f6bb81ec000-7f6bb822d000 rw-p 00000000 00:00 0 
7f6bb822d000-7f6bb822e000 ---p 00000000 00:00 0 
7f6bb822e000-7f6bb826f000 rw-p 00000000 00:00 0 
7f6bb826f000-7f6bb8270000 ---p 00000000 00:00 0 
7f6bb8270000-7f6bb82b1000 rw-p 00000000 00:00 0 
7f6bb82b1000-7f6bb82b2000 ---p 00000000 00:00 0 
7f6bb82b2000-7f6bb82f3000 rw-p 00000000 00:00 0 
7f6bb82f3000-7f6bb82f4000 ---p 00000000 00:00 0 
7f6bb82f4000-7f6bb8335000 rw-p 00000000 00:00 0 
7f6bb8335000-7f6bb8336000 ---p 00000000 00:00 0 
7f6bb8336000-7f6bb8377000 rw-p 00000000 00:00 0 
7f6bb8377000-7f6bb8378000 ---p 00000000 00:00 0 
7f6bb8378000-7f6bb83b9000 rw-p 00000000 00:00 0 
7f6bb83b9000-7f6bb83ba000 ---p 00000000 00:00 0 
7f6bb83ba000-7f6bb83fb000 rw-p 00000000 00:00 0 
7f6bb83fb000-7f6bb83fc000 ---p 00000000 00:00 0 
7f6bb83fc000-7f6bb843d000 rw-p 00000000 00:00 0 
7f6bb843d000-7f6bb843e000 ---p 00000000 00:00 0 
7f6bb843e000-7f6bb847f000 rw-p 00000000 00:00 0 
7f6bb847f000-7f6bb8480000 ---p 00000000 00:00 0 
7f6bb8480000-7f6bb8cd0000 rw-p 00000000 00:00 0 
7f6bb8cd4000-7f6bb8cd5000 r--p 00000000 00:7d 15632528                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/rbconfig/sizeof.so
7f6bb8cd5000-7f6bb8cd7000 r-xp 00001000 00:7d 15632528                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/rbconfig/sizeof.so
7f6bb8cd7000-7f6bb8cd8000 r--p 00003000 00:7d 15632528                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/rbconfig/sizeof.so
7f6bb8cd8000-7f6bb8cd9000 r--p 00003000 00:7d 15632528                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/rbconfig/sizeof.so
7f6bb8cd9000-7f6bb8cda000 rw-p 00004000 00:7d 15632528                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/rbconfig/sizeof.so
7f6bb8cda000-7f6bb8cdb000 r--p 00000000 00:7d 15632406                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so
7f6bb8cdb000-7f6bb8cdc000 r-xp 00001000 00:7d 15632406                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so
7f6bb8cdc000-7f6bb8cdd000 r--p 00002000 00:7d 15632406                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so
7f6bb8cdd000-7f6bb8cde000 r--p 00002000 00:7d 15632406                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so
7f6bb8cde000-7f6bb8cdf000 rw-p 00003000 00:7d 15632406                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so
7f6bb8cdf000-7f6bd2150000 rw-p 00000000 00:00 0 
7f6bd2154000-7f6bd2155000 r--p 00000000 00:7d 15632712                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so
7f6bd2155000-7f6bd2156000 r-xp 00001000 00:7d 15632712                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so
7f6bd2156000-7f6bd2157000 r--p 00002000 00:7d 15632712                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so
7f6bd2157000-7f6bd2158000 r--p 00002000 00:7d 15632712                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so
7f6bd2158000-7f6bd2159000 rw-p 00003000 00:7d 15632712                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so
7f6bd2159000-7f6bd215a000 r--p 00000000 00:7d 15632633                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so
7f6bd215a000-7f6bd215b000 r-xp 00001000 00:7d 15632633                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so
7f6bd215b000-7f6bd215c000 r--p 00002000 00:7d 15632633                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so
7f6bd215c000-7f6bd215d000 r--p 00002000 00:7d 15632633                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so
7f6bd215d000-7f6bd215e000 rw-p 00003000 00:7d 15632633                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so
7f6bd215e000-7f6bd2261000 rw-p 00000000 00:00 0 
7f6bd2261000-7f6bd2264000 r--p 00000000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f6bd2264000-7f6bd227b000 r-xp 00003000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f6bd227b000-7f6bd227f000 r--p 0001a000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f6bd227f000-7f6bd2280000 r--p 0001d000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f6bd2280000-7f6bd2281000 rw-p 0001e000 00:7d 13112712                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7f6bd2281000-7f6bd22a9000 r--p 00000000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f6bd22a9000-7f6bd243e000 r-xp 00028000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f6bd243e000-7f6bd2496000 r--p 001bd000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f6bd2496000-7f6bd249a000 r--p 00214000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f6bd249a000-7f6bd249c000 rw-p 00218000 00:7d 13112687                   /usr/lib/x86_64-linux-gnu/libc.so.6
7f6bd249c000-7f6bd24ab000 rw-p 00000000 00:00 0 
7f6bd24ab000-7f6bd24b9000 r--p 00000000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f6bd24b9000-7f6bd2535000 r-xp 0000e000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f6bd2535000-7f6bd2590000 r--p 0008a000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f6bd2590000-7f6bd2591000 r--p 000e4000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f6bd2591000-7f6bd2592000 rw-p 000e5000 00:7d 13112739                   /usr/lib/x86_64-linux-gnu/libm.so.6
7f6bd2592000-7f6bd2594000 r--p 00000000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f6bd2594000-7f6bd25a8000 r-xp 00002000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f6bd25a8000-7f6bd25c1000 r--p 00016000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f6bd25c1000-7f6bd25c2000 ---p 0002f000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f6bd25c2000-7f6bd25c3000 r--p 0002f000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f6bd25c3000-7f6bd25c4000 rw-p 00030000 00:7d 13112696                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7f6bd25c4000-7f6bd25cc000 rw-p 00000000 00:00 0 
7f6bd25cc000-7f6bd25d6000 r--p 00000000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7f6bd25d6000-7f6bd2635000 r-xp 0000a000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7f6bd2635000-7f6bd264c000 r--p 00069000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7f6bd264c000-7f6bd264d000 r--p 0007f000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7f6bd264d000-7f6bd264e000 rw-p 00080000 00:7d 13112716                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7f6bd264e000-7f6bd2650000 r--p 00000000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7f6bd2650000-7f6bd2661000 r-xp 00002000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7f6bd2661000-7f6bd2667000 r--p 00013000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7f6bd2667000-7f6bd2668000 ---p 00019000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7f6bd2668000-7f6bd2669000 r--p 00019000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7f6bd2669000-7f6bd266a000 rw-p 0001a000 00:7d 13112818                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7f6bd266e000-7f6bd26bb000 r--p 00000000 00:7d 14710337                   /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0
7f6bd26bb000-7f6bd2b04000 r-xp 0004d000 00:7d 14710337                   /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0
7f6bd2b04000-7f6bd2c9f000 r--p 00496000 00:7d 14710337                   /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0
7f6bd2c9f000-7f6bd2cb8000 r--p 00630000 00:7d 14710337                   /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0
7f6bd2cb8000-7f6bd2cbc000 rw-p 00649000 00:7d 14710337                   /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0
7f6bd2cbc000-7f6bd2cd3000 rw-p 00000000 00:00 0 
7f6bd2cd3000-7f6bd2cd5000 r--p 00000000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f6bd2cd5000-7f6bd2cff000 r-xp 00002000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f6bd2cff000-7f6bd2d0a000 r--p 0002c000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f6bd2d0b000-7f6bd2d0d000 r--p 00037000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7f6bd2d0d000-7f6bd2d0f000 rw-p 00039000 00:7d 13112669                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7ffd0d230000-7ffd0da2f000 rw-p 00000000 00:00 0                          [stack]
7ffd0da32000-7ffd0da36000 r--p 00000000 00:00 0                          [vvar]
7ffd0da36000-7ffd0da38000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]


  1560 ............................................................

A child mspec-run process died unexpectedly while running /tmp/ruby/src/trunk-gc-asserts/spec/ruby/core/process/warmup_spec.rb


Finished in 131.588810 seconds

1460 files, 17844 examples, 39827 expectations, 0 failures, 0 errors, 0 tagged
make: *** [uncommon.mk:1014: yes-test-spec] Error 1
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug -j' TESTS='-j4'" exit with 512.

$ gdb -batch -se /tmp/ruby/build/trunk-gc-asserts/miniruby -c /tmp/cores/core.1001.1786689.miniruby -x gdbscript
[New LWP 1786689]
[New LWP 1786690]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib'.
Program terminated with signal SIGABRT, Aborted.
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140047340586944) at ./nptl/pthread_kill.c:44
[Current thread is 1 (Thread 0x7f5f4ffcc7c0 (LWP 1786689))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f5f4ffcc7c0 (LWP 1786689) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140047340586944) at ./nptl/pthread_kill.c:44
  2    Thread 0x7f5f369ef640 (LWP 1786690) 0x00007f5f500f6fde in epoll_wait (epfd=4, events=events@entry=0x55d1b5b6769c <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f5f369ef640 (LWP 1786690)):
#0  0x00007f5f500f6fde in epoll_wait (epfd=4, events=events@entry=0x55d1b5b6769c <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  0x000055d1b57eb52d in event_wait (vm=0x55d1b6e6c2a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2924
        r = <optimized out>
        r = <optimized out>
#2  timer_thread_polling (vm=0x55d1b6e6c2a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread_mn.c:887
        r = <optimized out>
        r = <optimized out>
        i = <optimized out>
        th = <optimized out>
        events = <optimized out>
#3  timer_thread_func (ptr=0x55d1b6e6c2a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:3051
        vm = 0x55d1b6e6c2a0
#4  0x00007f5f50065b43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140727284659936, 8100992652057814874, 140046915008064, 25, 140047341213776, 140727284660288, -8155195559767660710, -8155418686921463974}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f5f500f6bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f5f4ffcc7c0 (LWP 1786689)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140047340586944) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f5f4ffcc7c0
        old_mask = {__val = {140727284655920, 0, 94359183769335, 140047341282515, 0, 140047341178861, 140047340586944, 140047342794240, 94359210591824, 140047341125031, 140, 140047342810784, 94359210591824, 94359181958111, 94359205102240, 140727284655936}}
        ret = <optimized out>
        pd = <optimized out>
        old_mask = <optimized out>
        ret = <optimized out>
        tid = <optimized out>
        ret = <optimized out>
        resultvar = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        __private = <optimized out>
        __oldval = <optimized out>
        result = <optimized out>
#1  __pthread_kill_internal (signo=6, threadid=140047340586944) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=140047340586944, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f5f50013476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007f5f4fff97f3 in __GI_abort () at ./stdlib/abort.c:79
        save_stage = 1
        act = {__sigaction_handler = {sa_handler = 0x2020202020202020, sa_sigaction = 0x2020202020202020}, sa_mask = {__val = {2314885530818453536, 746878876138232608, 7306076892185388599, 7378645706714656825, 3472383500318292324, 140727284656320, 15948318245205222400, 140047340580432, 94359185140160, 0, 140047342810784, 140727284656320, 1, 94359205112848, 94359179783534, 18446744069414584606}}, sa_flags = 978756608, sa_restorer = 0x55d1b5b685c8 <ruby_single_main_ractor>}
        sigs = {__val = {32, 3467895374531600432, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 7017579609838738208, 2314885530453372012, 746871187794326363, 7306076892185388599, 7378645706714656821, 3472338420341553508, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536}}
#5  0x000055d1b556d26c in die () at /tmp/ruby/src/trunk-gc-asserts/error.c:1071
No locals.
#6  rb_bug (fmt=fmt@entry=0x55d1b59da988 "objspace/memsize_of(): unknown data type 0x%x(%p)") at /tmp/ruby/src/trunk-gc-asserts/error.c:1095
        args = {{gp_offset = 24, fp_offset = 48, overflow_arg_area = 0x7ffd9fcfe9a0, reg_save_area = 0x7ffd9fcfe8e0}}
#7  0x000055d1b556dc43 in obj_memsize_of (obj=140046883880920, use_all_types=0) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4801
        size = 0
#8  0x000055d1b566ad25 in obj_memsize_of (use_all_types=0, obj=140046883880920) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4688
        size = 0
        rm = <optimized out>
#9  check_rvalue_consistency_force (obj=140046883880920, terminate=1) at /tmp/ruby/src/trunk-gc-asserts/gc.c:1652
        uncollectible_bit = 0
        marking_bit = 0
        remembered_bit = 0
        age = 0
        wb_unprotected_bit = 0
        mark_bit = 0
        _lev = 32607
        err = <optimized out>
        objspace = 0x55d1b6e6ec10
#10 0x000055d1b566db69 in check_rvalue_consistency (obj=140046883880920) at /tmp/ruby/src/trunk-gc-asserts/gc.c:1714
No locals.
#11 RVALUE_MARKED (obj=140046883880920) at /tmp/ruby/src/trunk-gc-asserts/gc.c:1550
No locals.
#12 gc_move (objspace=0x55d1b6e6ec10, scan=140046915141640, free=140046883880920, src_slot_size=40, slot_size=40) at /tmp/ruby/src/trunk-gc-asserts/gc.c:9548
        marked = <optimized out>
        wb_unprotected = <optimized out>
        uncollectible = <optimized out>
        age = <optimized out>
        dest = 0x7f5f34c3ffd8
        src = 0x7f5f36a10008
        remembered = <optimized out>
        __func__ = "gc_move"
        dest_overhead = <optimized out>
        src_overhead = <optimized out>
#13 0x000055d1b566e2d2 in try_move (heap=<optimized out>, src=140046915141640, free_page=0x55d1b70d7220, objspace=0x55d1b6e6ec10) at /tmp/ruby/src/trunk-gc-asserts/gc.c:5064
        src_page = 0x55d1b6ec0b20
        dest = <optimized out>
        __func__ = "try_move"
        src_page = <optimized out>
        dest = <optimized out>
#14 gc_compact_move (src=140046915141640, size_pool=0x55d1b6e6ec30, heap=0x55d1b6e6ec80, objspace=0x55d1b6e6ec10) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8158
        dest_pool = <optimized out>
        dheap = <optimized out>
        new_shape = 0x0
        orig_shape = 0x0
        __func__ = "gc_compact_move"
        dest_pool = <optimized out>
        dheap = <optimized out>
        new_shape = <optimized out>
        orig_shape = <optimized out>
        initial_shape = <optimized out>
        ctx = <optimized out>
        dest = <optimized out>
#15 gc_compact_plane (objspace=0x55d1b6e6ec10, size_pool=0x55d1b6e6ec30, heap=0x55d1b6e6ec80, p=140046915141640, bitset=18444492273895866367, page=<optimized out>, page=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8209
        vp = 140046915141640
        slot_size = 40
        slot_bits = 1
        __func__ = "gc_compact_plane"
#16 0x000055d1b5674e95 in gc_compact_page (page=0x55d1b6ec0b20, heap=<optimized out>, size_pool=<optimized out>, objspace=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8239
        mark_bits = 0x55d1b6ec0c30
        pin_bits = 0x55d1b6ec0f70
        bitset = <optimized out>
        p = 140046915141640
        __func__ = <optimized out>
        mark_bits = <optimized out>
        pin_bits = <optimized out>
        bitset = <optimized out>
        p = <optimized out>
        j = <optimized out>
#17 gc_sweep_compact (objspace=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8291
        size_pool = <optimized out>
        heap = <optimized out>
        start_page = 0x55d1b6ec0b20
        i = <optimized out>
#18 gc_sweep (objspace=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:5900
        immediate_sweep = <optimized out>
#19 0x000055d1b5677fcb in gc_start (objspace=<optimized out>, reason=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:9088
        do_full_mark = <optimized out>
        __func__ = "gc_start"
        lock_lev = 21969
#20 0x000055d1b567b620 in garbage_collect (reason=238592, objspace=0x55d1b6e6ec10) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8968
        _lev = 21969
        ret = <optimized out>
        ret = <optimized out>
        _lev = <optimized out>
#21 gc_start_internal (compact=20, immediate_sweep=20, immediate_mark=20, full_mark=20, self=140046915127480, ec=0x0) at /tmp/ruby/src/trunk-gc-asserts/gc.c:9418
        objspace = 0x55d1b6e6ec10
        reason = 238592
        objspace = <optimized out>
        reason = <optimized out>
        __func__ = <optimized out>
#22 gc_verify_compaction_references (ec=<optimized out>, self=<optimized out>, double_heap=<optimized out>, expand_heap=<optimized out>, toward_empty=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:10604
        objspace = 0x55d1b6e6ec10
#23 0x000055d1b583ac12 in invoke_bf (argv=<optimized out>, bf=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:7006
        canary_p = <optimized out>
        ret = <optimized out>
        canary_p = <optimized out>
        ret = <optimized out>
#24 vm_invoke_builtin (argv=<optimized out>, bf=<optimized out>, cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:7014
No locals.
#25 vm_exec_core (ec=0x55d1b6e74420) at ../../src/trunk-gc-asserts/insns.def:1543
        bf = 0x55d1b5b40278 <gc_table+216>
        leaf = <optimized out>
        val = <optimized out>
        reg_pc = 0x55d1b6f47040
        reg_cfp = 0x7f5f4ffcae50
        insns_address_table = {0x55d1b583c59c <vm_exec_core+7948>, 0x55d1b583c530 <vm_exec_core+7840>, 0x55d1b583c4bf <vm_exec_core+7727>, 0x55d1b583c443 <vm_exec_core+7603>, 0x55d1b583c3ca <vm_exec_core+7482>, 0x55d1b583c349 <vm_exec_core+7353>, 0x55d1b583c27c <vm_exec_core+7148>, 0x55d1b583cb34 <vm_exec_core+9380>, 0x55d1b583c7bf <vm_exec_core+8495>, 0x55d1b583c764 <vm_exec_core+8404>, 0x55d1b583c5c4 <vm_exec_core+7988>, 0x55d1b583c938 <vm_exec_core+8872>, 0x55d1b583c8ef <vm_exec_core+8799>, 0x55d1b583c1c8 <vm_exec_core+6968>, 0x55d1b583c166 <vm_exec_core+6870>, 0x55d1b583cc4b <vm_exec_core+9659>, 0x55d1b583cc0d <vm_exec_core+9597>, 0x55d1b583cbd2 <vm_exec_core+9538>, 0x55d1b583cb97 <vm_exec_core+9479>, 0x55d1b583cd25 <vm_exec_core+9877>, 0x55d1b583cc8e <vm_exec_core+9726>, 0x55d1b583cd60 <vm_exec_core+9936>, 0x55d1b583c231 <vm_exec_core+7073>, 0x55d1b583cf35 <vm_exec_core+10405>, 0x55d1b583cee9 <vm_exec_core+10329>, 0x55d1b583c862 <vm_exec_core+8658>, 0x55d1b583c822 <vm_exec_core+8594>, 0x55d1b583ce28 <vm_exec_core+10136>, 0x55d1b583cda8 <vm_exec_core+10008>, 0x55d1b583ce89 <vm_exec_core+10233>, 0x55d1b583b329 <vm_exec_core+3225>, 0x55d1b583ba61 <vm_exec_core+5073>, 0x55d1b583b8c1 <vm_exec_core+4657>, 0x55d1b583b82d <vm_exec_core+4509>, 0x55d1b583b7c1 <vm_exec_core+4401>, 0x55d1b583b763 <vm_exec_core+4307>, 0x55d1b583b700 <vm_exec_core+4208>, 0x55d1b583b6a9 <vm_exec_core+4121>, 0x55d1b583b64d <vm_exec_core+4029>, 0x55d1b583b5fd <vm_exec_core+3949>, 0x55d1b583b5d0 <vm_exec_core+3904>, 0x55d1b583b58f <vm_exec_core+3839>, 0x55d1b583b538 <vm_exec_core+3752>, 0x55d1b583b4fe <vm_exec_core+3694>, 0x55d1b583b3ff <vm_exec_core+3439>, 0x55d1b583b3b6 <vm_exec_core+3366>, 0x55d1b583b36c <vm_exec_core+3292>, 0x55d1b583c0ca <vm_exec_core+6714>, 0x55d1b583c057 <vm_exec_core+6599>, 0x55d1b583c0fe <vm_exec_core+6766>, 0x55d1b583bd70 <vm_exec_core+5856>, 0x55d1b583bcfb <vm_exec_core+5739>, 0x55d1b583bc5f <vm_exec_core+5583>, 0x55d1b583bae4 <vm_exec_core+5204>, 0x55d1b583baa4 <vm_exec_core+5140>, 0x55d1b583bfb7 <vm_exec_core+6439>, 0x55d1b583be96 <vm_exec_core+6150>, 0x55d1b583a6e8 <vm_exec_core+88>, 0x55d1b583be18 <vm_exec_core+6024>, 0x55d1b583bdc3 <vm_exec_core+5939>, 0x55d1b583e2a2 <vm_exec_core+15378>, 0x55d1b583c002 <vm_exec_core+6514>, 0x55d1b583ae10 <vm_exec_core+1920>, 0x55d1b583ad1c <vm_exec_core+1676>, 0x55d1b583b1ff <vm_exec_core+2927>, 0x55d1b583b148 <vm_exec_core+2744>, 0x55d1b583d28f <vm_exec_core+11263>, 0x55d1b583b108 <vm_exec_core+2680>, 0x55d1b583b0a9 <vm_exec_core+2585>, 0x55d1b583b04a <vm_exec_core+2490>, 0x55d1b583b008 <vm_exec_core+2424>, 0x55d1b583af5f <vm_exec_core+2255>, 0x55d1b583aeb6 <vm_exec_core+2086>, 0x55d1b583df45 <vm_exec_core+14517>, 0x55d1b583dedb <vm_exec_core+14411>, 0x55d1b583ddf7 <vm_exec_core+14183>, 0x55d1b583d915 <vm_exec_core+12933>, 0x55d1b583d96b <vm_exec_core+13019>, 0x55d1b583da04 <vm_exec_core+13172>, 0x55d1b583da66 <vm_exec_core+13270>, 0x55d1b583dc4b <vm_exec_core+13755>, 0x55d1b583dcaf <vm_exec_core+13855>, 0x55d1b583e046 <vm_exec_core+14774>, 0x55d1b583e0aa <vm_exec_core+14874>, 0x55d1b583de99 <vm_exec_core+14345>, 0x55d1b583e169 <vm_exec_core+15065>, 0x55d1b583e10e <vm_exec_core+14974>, 0x55d1b583e1bd <vm_exec_core+15149>, 0x55d1b583e2f4 <vm_exec_core+15460>, 0x55d1b583aca7 <vm_exec_core+1559>, 0x55d1b583ac43 <vm_exec_core+1459>, 0x55d1b583d838 <vm_exec_core+12712>, 0x55d1b583dd13 <vm_exec_core+13955>, 0x55d1b583dd50 <vm_exec_core+14016>, 0x55d1b583dd99 <vm_exec_core+14089>, 0x55d1b583e22e <vm_exec_core+15262>, 0x55d1b583dfb2 <vm_exec_core+14626>, 0x55d1b583abce <vm_exec_core+1342>, 0x55d1b583ab4f <vm_exec_core+1215>, 0x55d1b583aaa4 <vm_exec_core+1044>, 0x55d1b583aa57 <vm_exec_core+967>, 0x55d1b583aa06 <vm_exec_core+886>, 0x55d1b583a9b7 <vm_exec_core+807>, 0x55d1b583a960 <vm_exec_core+720>, 0x55d1b583a925 <vm_exec_core+661>, 0x55d1b583a8ea <vm_exec_core+602>, 0x55d1b583c58d <vm_exec_core+7933>, 0x55d1b583c521 <vm_exec_core+7825>, 0x55d1b583c4b0 <vm_exec_core+7712>, 0x55d1b583c434 <vm_exec_core+7588>, 0x55d1b583c3bb <vm_exec_core+7467>, 0x55d1b583c33a <vm_exec_core+7338>, 0x55d1b583c26d <vm_exec_core+7133>, 0x55d1b583cb25 <vm_exec_core+9365>, 0x55d1b583c7b0 <vm_exec_core+8480>, 0x55d1b583c755 <vm_exec_core+8389>, 0x55d1b583c5b5 <vm_exec_core+7973>, 0x55d1b583c929 <vm_exec_core+8857>, 0x55d1b583c8e0 <vm_exec_core+8784>, 0x55d1b583c1b9 <vm_exec_core+6953>, 0x55d1b583c157 <vm_exec_core+6855>, 0x55d1b583cc3c <vm_exec_core+9644>, 0x55d1b583cbfe <vm_exec_core+9582>, 0x55d1b583cbc3 <vm_exec_core+9523>, 0x55d1b583cb88 <vm_exec_core+9464>, 0x55d1b583cd16 <vm_exec_core+9862>, 0x55d1b583cc7f <vm_exec_core+9711>, 0x55d1b583cd51 <vm_exec_core+9921>, 0x55d1b583c222 <vm_exec_core+7058>, 0x55d1b583cf26 <vm_exec_core+10390>, 0x55d1b583ceda <vm_exec_core+10314>, 0x55d1b583c853 <vm_exec_core+8643>, 0x55d1b583c813 <vm_exec_core+8579>, 0x55d1b583ce19 <vm_exec_core+10121>, 0x55d1b583cd99 <vm_exec_core+9993>, 0x55d1b583ce7a <vm_exec_core+10218>, 0x55d1b583b31a <vm_exec_core+3210>, 0x55d1b583ba52 <vm_exec_core+5058>, 0x55d1b583b8b2 <vm_exec_core+4642>, 0x55d1b583b81e <vm_exec_core+4494>, 0x55d1b583b7b2 <vm_exec_core+4386>, 0x55d1b583b754 <vm_exec_core+4292>, 0x55d1b583b6f1 <vm_exec_core+4193>, 0x55d1b583b69a <vm_exec_core+4106>, 0x55d1b583b63e <vm_exec_core+4014>, 0x55d1b583b5ee <vm_exec_core+3934>, 0x55d1b583b5c1 <vm_exec_core+3889>, 0x55d1b583b580 <vm_exec_core+3824>, 0x55d1b583b529 <vm_exec_core+3737>, 0x55d1b583b4ef <vm_exec_core+3679>, 0x55d1b583b3f0 <vm_exec_core+3424>, 0x55d1b583b3a7 <vm_exec_core+3351>, 0x55d1b583b35d <vm_exec_core+3277>, 0x55d1b583c0bb <vm_exec_core+6699>, 0x55d1b583c048 <vm_exec_core+6584>, 0x55d1b583c0ef <vm_exec_core+6751>, 0x55d1b583bd61 <vm_exec_core+5841>, 0x55d1b583bcec <vm_exec_core+5724>, 0x55d1b583bc50 <vm_exec_core+5568>, 0x55d1b583bad5 <vm_exec_core+5189>, 0x55d1b583ba95 <vm_exec_core+5125>, 0x55d1b583bfa8 <vm_exec_core+6424>, 0x55d1b583be87 <vm_exec_core+6135>, 0x55d1b583db2c <vm_exec_core+13468>, 0x55d1b583be09 <vm_exec_core+6009>, 0x55d1b583bdb4 <vm_exec_core+5924>, 0x55d1b583db40 <vm_exec_core+13488>, 0x55d1b583bff3 <vm_exec_core+6499>, 0x55d1b583ae01 <vm_exec_core+1905>, 0x55d1b583ad0d <vm_exec_core+1661>, 0x55d1b583b1f0 <vm_exec_core+2912>, 0x55d1b583b139 <vm_exec_core+2729>, 0x55d1b583d280 <vm_exec_core+11248>, 0x55d1b583b0f9 <vm_exec_core+2665>, 0x55d1b583b09a <vm_exec_core+2570>, 0x55d1b583b03b <vm_exec_core+2475>, 0x55d1b583aff9 <vm_exec_core+2409>, 0x55d1b583af50 <vm_exec_core+2240>, 0x55d1b583aea7 <vm_exec_core+2071>, 0x55d1b583db54 <vm_exec_core+13508>, 0x55d1b583db68 <vm_exec_core+13528>, 0x55d1b583db7c <vm_exec_core+13548>, 0x55d1b583db90 <vm_exec_core+13568>, 0x55d1b583dba4 <vm_exec_core+13588>, 0x55d1b583dbb8 <vm_exec_core+13608>, 0x55d1b583dbcc <vm_exec_core+13628>, 0x55d1b583dbe7 <vm_exec_core+13655>, 0x55d1b583dbfb <vm_exec_core+13675>, 0x55d1b583dc0f <vm_exec_core+13695>, 0x55d1b583dc23 <vm_exec_core+13715>, 0x55d1b583dc37 <vm_exec_core+13735>, 0x55d1b583d875 <vm_exec_core+12773>, 0x55d1b583d889 <vm_exec_core+12793>, 0x55d1b583d89d <vm_exec_core+12813>, 0x55d1b583d8b1 <vm_exec_core+12833>, 0x55d1b583ac98 <vm_exec_core+1544>, 0x55d1b583ac34 <vm_exec_core+1444>, 0x55d1b583d8c5 <vm_exec_core+12853>, 0x55d1b583d8d9 <vm_exec_core+12873>, 0x55d1b583d8ed <vm_exec_core+12893>...}
#26 0x000055d1b5840bfa in rb_vm_exec (ec=0x55d1b6e74420) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2560
        _ec = 0x55d1b6e74420
        _tag = {tag = 36, retval = 4, buf = {0x55d1b6e74420, 0x55d1b5840c00 <rb_vm_exec+416>, 0x0, 0x7ffd9fcff290, 0x7f5f369fa8e8}, prev = 0x7ffd9fcff5b0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#27 0x000055d1b5847908 in vm_call0_cc (ec=0x55d1b6e74420, recv=3, id=<optimized out>, 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 = {140727284659200, 15948318245205222400}
        calling = {cd = 0x7ffd9fcff360, cc = 0x7f5f34c9af00, block_handler = 140047340580681, recv = 3, argc = 0, kw_splat = false, heap_argv = 0}
#28 0x000055d1b5848db4 in rb_call0 (ec=0x55d1b6e74420, recv=3, mid=28241, argc=0, argv=<optimized out>, call_scope=<optimized out>, self=140046884534960) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:549
        call_status = <optimized out>
        scope = <optimized out>
        kw_splat = <optimized out>
        ci = {flags = 110618, kwarg = 0x0, mid = 28241, flag = 4, argc = 0}
        cc = <optimized out>
#29 0x000055d1b5849dad in rb_call (scope=CALL_FCALL, argv=<optimized out>, argc=<optimized out>, mid=<optimized out>, recv=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:875
        ec = <optimized out>
        ec = <optimized out>
#30 iterate_method (obj=obj@entry=140727284659776) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1530
        arg = 0x7ffd9fcff640
#31 0x000055d1b583180e in rb_iterate0 (it_proc=it_proc@entry=0x55d1b5849d60 <iterate_method>, data1=data1@entry=140727284659776, ifunc=0x0, ec=ec@entry=0x55d1b6e74420) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1472
        _ec = 0x55d1b6e74420
        _tag = {tag = 36, retval = 1, buf = {0x0, 0x55d1b5831890 <rb_iterate0+400>, 0x0, 0x7ffd9fcff550, 0x55d1b5b685c8 <ruby_single_main_ractor>}, prev = 0x7ffd9fcff8b0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        retval = 4
        cfp = 0x7f5f4ffcaef8
#32 0x000055d1b5831c4a in rb_iterate_internal (data2=140046884534960, bl_proc=0x0, data1=140727284659776, it_proc=0x55d1b5849d60 <iterate_method>) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1504
No locals.
#33 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=140046884534960, kw_splat=0) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1553
        arg = {obj = 3, mid = 28241, argc = 0, argv = 0x0, kw_splat = 0}
#34 0x000055d1b563d88b in enumerator_block_call (obj=<optimized out>, func=0x0, arg=140046884534960) 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>
#35 0x000055d1b5828b64 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3594
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#36 vm_call_cfunc_with_frame (calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3640
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
#37 vm_call_cfunc_other (ec=0x55d1b6e74420, reg_cfp=0x7f5f4ffcaf30, calling=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3666
        ci = <optimized out>
        argv_ary = <optimized out>
#38 0x000055d1b583bf89 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:393
        val = 94359210570240
        ci = 0x1b4341
        cc = <optimized out>
        recv = 6
        argc = <optimized out>
        calling = {cd = 0x55d1b73a3200, cc = 0x7f5f34c9af28, block_handler = 140047340580681, recv = 140046884534960, argc = 0, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#39 vm_exec_core (ec=0x55d1b6e74420) at ../../src/trunk-gc-asserts/insns.def:871
        bh = 0
        cd = 0x55d1b73a3200
        blockiseq = 0x6
        leaf = <optimized out>
        val = 94359210570240
        reg_pc = 0x55d1b731cf10
        reg_cfp = 0x7f5f4ffcaf30
        insns_address_table = {0x55d1b583c59c <vm_exec_core+7948>, 0x55d1b583c530 <vm_exec_core+7840>, 0x55d1b583c4bf <vm_exec_core+7727>, 0x55d1b583c443 <vm_exec_core+7603>, 0x55d1b583c3ca <vm_exec_core+7482>, 0x55d1b583c349 <vm_exec_core+7353>, 0x55d1b583c27c <vm_exec_core+7148>, 0x55d1b583cb34 <vm_exec_core+9380>, 0x55d1b583c7bf <vm_exec_core+8495>, 0x55d1b583c764 <vm_exec_core+8404>, 0x55d1b583c5c4 <vm_exec_core+7988>, 0x55d1b583c938 <vm_exec_core+8872>, 0x55d1b583c8ef <vm_exec_core+8799>, 0x55d1b583c1c8 <vm_exec_core+6968>, 0x55d1b583c166 <vm_exec_core+6870>, 0x55d1b583cc4b <vm_exec_core+9659>, 0x55d1b583cc0d <vm_exec_core+9597>, 0x55d1b583cbd2 <vm_exec_core+9538>, 0x55d1b583cb97 <vm_exec_core+9479>, 0x55d1b583cd25 <vm_exec_core+9877>, 0x55d1b583cc8e <vm_exec_core+9726>, 0x55d1b583cd60 <vm_exec_core+9936>, 0x55d1b583c231 <vm_exec_core+7073>, 0x55d1b583cf35 <vm_exec_core+10405>, 0x55d1b583cee9 <vm_exec_core+10329>, 0x55d1b583c862 <vm_exec_core+8658>, 0x55d1b583c822 <vm_exec_core+8594>, 0x55d1b583ce28 <vm_exec_core+10136>, 0x55d1b583cda8 <vm_exec_core+10008>, 0x55d1b583ce89 <vm_exec_core+10233>, 0x55d1b583b329 <vm_exec_core+3225>, 0x55d1b583ba61 <vm_exec_core+5073>, 0x55d1b583b8c1 <vm_exec_core+4657>, 0x55d1b583b82d <vm_exec_core+4509>, 0x55d1b583b7c1 <vm_exec_core+4401>, 0x55d1b583b763 <vm_exec_core+4307>, 0x55d1b583b700 <vm_exec_core+4208>, 0x55d1b583b6a9 <vm_exec_core+4121>, 0x55d1b583b64d <vm_exec_core+4029>, 0x55d1b583b5fd <vm_exec_core+3949>, 0x55d1b583b5d0 <vm_exec_core+3904>, 0x55d1b583b58f <vm_exec_core+3839>, 0x55d1b583b538 <vm_exec_core+3752>, 0x55d1b583b4fe <vm_exec_core+3694>, 0x55d1b583b3ff <vm_exec_core+3439>, 0x55d1b583b3b6 <vm_exec_core+3366>, 0x55d1b583b36c <vm_exec_core+3292>, 0x55d1b583c0ca <vm_exec_core+6714>, 0x55d1b583c057 <vm_exec_core+6599>, 0x55d1b583c0fe <vm_exec_core+6766>, 0x55d1b583bd70 <vm_exec_core+5856>, 0x55d1b583bcfb <vm_exec_core+5739>, 0x55d1b583bc5f <vm_exec_core+5583>, 0x55d1b583bae4 <vm_exec_core+5204>, 0x55d1b583baa4 <vm_exec_core+5140>, 0x55d1b583bfb7 <vm_exec_core+6439>, 0x55d1b583be96 <vm_exec_core+6150>, 0x55d1b583a6e8 <vm_exec_core+88>, 0x55d1b583be18 <vm_exec_core+6024>, 0x55d1b583bdc3 <vm_exec_core+5939>, 0x55d1b583e2a2 <vm_exec_core+15378>, 0x55d1b583c002 <vm_exec_core+6514>, 0x55d1b583ae10 <vm_exec_core+1920>, 0x55d1b583ad1c <vm_exec_core+1676>, 0x55d1b583b1ff <vm_exec_core+2927>, 0x55d1b583b148 <vm_exec_core+2744>, 0x55d1b583d28f <vm_exec_core+11263>, 0x55d1b583b108 <vm_exec_core+2680>, 0x55d1b583b0a9 <vm_exec_core+2585>, 0x55d1b583b04a <vm_exec_core+2490>, 0x55d1b583b008 <vm_exec_core+2424>, 0x55d1b583af5f <vm_exec_core+2255>, 0x55d1b583aeb6 <vm_exec_core+2086>, 0x55d1b583df45 <vm_exec_core+14517>, 0x55d1b583dedb <vm_exec_core+14411>, 0x55d1b583ddf7 <vm_exec_core+14183>, 0x55d1b583d915 <vm_exec_core+12933>, 0x55d1b583d96b <vm_exec_core+13019>, 0x55d1b583da04 <vm_exec_core+13172>, 0x55d1b583da66 <vm_exec_core+13270>, 0x55d1b583dc4b <vm_exec_core+13755>, 0x55d1b583dcaf <vm_exec_core+13855>, 0x55d1b583e046 <vm_exec_core+14774>, 0x55d1b583e0aa <vm_exec_core+14874>, 0x55d1b583de99 <vm_exec_core+14345>, 0x55d1b583e169 <vm_exec_core+15065>, 0x55d1b583e10e <vm_exec_core+14974>, 0x55d1b583e1bd <vm_exec_core+15149>, 0x55d1b583e2f4 <vm_exec_core+15460>, 0x55d1b583aca7 <vm_exec_core+1559>, 0x55d1b583ac43 <vm_exec_core+1459>, 0x55d1b583d838 <vm_exec_core+12712>, 0x55d1b583dd13 <vm_exec_core+13955>, 0x55d1b583dd50 <vm_exec_core+14016>, 0x55d1b583dd99 <vm_exec_core+14089>, 0x55d1b583e22e <vm_exec_core+15262>, 0x55d1b583dfb2 <vm_exec_core+14626>, 0x55d1b583abce <vm_exec_core+1342>, 0x55d1b583ab4f <vm_exec_core+1215>, 0x55d1b583aaa4 <vm_exec_core+1044>, 0x55d1b583aa57 <vm_exec_core+967>, 0x55d1b583aa06 <vm_exec_core+886>, 0x55d1b583a9b7 <vm_exec_core+807>, 0x55d1b583a960 <vm_exec_core+720>, 0x55d1b583a925 <vm_exec_core+661>, 0x55d1b583a8ea <vm_exec_core+602>, 0x55d1b583c58d <vm_exec_core+7933>, 0x55d1b583c521 <vm_exec_core+7825>, 0x55d1b583c4b0 <vm_exec_core+7712>, 0x55d1b583c434 <vm_exec_core+7588>, 0x55d1b583c3bb <vm_exec_core+7467>, 0x55d1b583c33a <vm_exec_core+7338>, 0x55d1b583c26d <vm_exec_core+7133>, 0x55d1b583cb25 <vm_exec_core+9365>, 0x55d1b583c7b0 <vm_exec_core+8480>, 0x55d1b583c755 <vm_exec_core+8389>, 0x55d1b583c5b5 <vm_exec_core+7973>, 0x55d1b583c929 <vm_exec_core+8857>, 0x55d1b583c8e0 <vm_exec_core+8784>, 0x55d1b583c1b9 <vm_exec_core+6953>, 0x55d1b583c157 <vm_exec_core+6855>, 0x55d1b583cc3c <vm_exec_core+9644>, 0x55d1b583cbfe <vm_exec_core+9582>, 0x55d1b583cbc3 <vm_exec_core+9523>, 0x55d1b583cb88 <vm_exec_core+9464>, 0x55d1b583cd16 <vm_exec_core+9862>, 0x55d1b583cc7f <vm_exec_core+9711>, 0x55d1b583cd51 <vm_exec_core+9921>, 0x55d1b583c222 <vm_exec_core+7058>, 0x55d1b583cf26 <vm_exec_core+10390>, 0x55d1b583ceda <vm_exec_core+10314>, 0x55d1b583c853 <vm_exec_core+8643>, 0x55d1b583c813 <vm_exec_core+8579>, 0x55d1b583ce19 <vm_exec_core+10121>, 0x55d1b583cd99 <vm_exec_core+9993>, 0x55d1b583ce7a <vm_exec_core+10218>, 0x55d1b583b31a <vm_exec_core+3210>, 0x55d1b583ba52 <vm_exec_core+5058>, 0x55d1b583b8b2 <vm_exec_core+4642>, 0x55d1b583b81e <vm_exec_core+4494>, 0x55d1b583b7b2 <vm_exec_core+4386>, 0x55d1b583b754 <vm_exec_core+4292>, 0x55d1b583b6f1 <vm_exec_core+4193>, 0x55d1b583b69a <vm_exec_core+4106>, 0x55d1b583b63e <vm_exec_core+4014>, 0x55d1b583b5ee <vm_exec_core+3934>, 0x55d1b583b5c1 <vm_exec_core+3889>, 0x55d1b583b580 <vm_exec_core+3824>, 0x55d1b583b529 <vm_exec_core+3737>, 0x55d1b583b4ef <vm_exec_core+3679>, 0x55d1b583b3f0 <vm_exec_core+3424>, 0x55d1b583b3a7 <vm_exec_core+3351>, 0x55d1b583b35d <vm_exec_core+3277>, 0x55d1b583c0bb <vm_exec_core+6699>, 0x55d1b583c048 <vm_exec_core+6584>, 0x55d1b583c0ef <vm_exec_core+6751>, 0x55d1b583bd61 <vm_exec_core+5841>, 0x55d1b583bcec <vm_exec_core+5724>, 0x55d1b583bc50 <vm_exec_core+5568>, 0x55d1b583bad5 <vm_exec_core+5189>, 0x55d1b583ba95 <vm_exec_core+5125>, 0x55d1b583bfa8 <vm_exec_core+6424>, 0x55d1b583be87 <vm_exec_core+6135>, 0x55d1b583db2c <vm_exec_core+13468>, 0x55d1b583be09 <vm_exec_core+6009>, 0x55d1b583bdb4 <vm_exec_core+5924>, 0x55d1b583db40 <vm_exec_core+13488>, 0x55d1b583bff3 <vm_exec_core+6499>, 0x55d1b583ae01 <vm_exec_core+1905>, 0x55d1b583ad0d <vm_exec_core+1661>, 0x55d1b583b1f0 <vm_exec_core+2912>, 0x55d1b583b139 <vm_exec_core+2729>, 0x55d1b583d280 <vm_exec_core+11248>, 0x55d1b583b0f9 <vm_exec_core+2665>, 0x55d1b583b09a <vm_exec_core+2570>, 0x55d1b583b03b <vm_exec_core+2475>, 0x55d1b583aff9 <vm_exec_core+2409>, 0x55d1b583af50 <vm_exec_core+2240>, 0x55d1b583aea7 <vm_exec_core+2071>, 0x55d1b583db54 <vm_exec_core+13508>, 0x55d1b583db68 <vm_exec_core+13528>, 0x55d1b583db7c <vm_exec_core+13548>, 0x55d1b583db90 <vm_exec_core+13568>, 0x55d1b583dba4 <vm_exec_core+13588>, 0x55d1b583dbb8 <vm_exec_core+13608>, 0x55d1b583dbcc <vm_exec_core+13628>, 0x55d1b583dbe7 <vm_exec_core+13655>, 0x55d1b583dbfb <vm_exec_core+13675>, 0x55d1b583dc0f <vm_exec_core+13695>, 0x55d1b583dc23 <vm_exec_core+13715>, 0x55d1b583dc37 <vm_exec_core+13735>, 0x55d1b583d875 <vm_exec_core+12773>, 0x55d1b583d889 <vm_exec_core+12793>, 0x55d1b583d89d <vm_exec_core+12813>, 0x55d1b583d8b1 <vm_exec_core+12833>, 0x55d1b583ac98 <vm_exec_core+1544>, 0x55d1b583ac34 <vm_exec_core+1444>, 0x55d1b583d8c5 <vm_exec_core+12853>, 0x55d1b583d8d9 <vm_exec_core+12873>, 0x55d1b583d8ed <vm_exec_core+12893>...}
#40 0x000055d1b5840bfa in rb_vm_exec (ec=0x55d1b6e74420) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2560
        _ec = 0x55d1b6e74420
        _tag = {tag = 36, retval = 4, buf = {0x7f5f34d73e18, 0x55d1b5840c00 <rb_vm_exec+416>, 0x0, 0x7ffd9fcff890, 0x55d1b6ef4e90}, prev = 0x7ffd9fcff970, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#41 0x000055d1b584169b in rb_iseq_eval_main (iseq=iseq@entry=0x7f5f34d73e18) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2826
        ec = <optimized out>
        val = <optimized out>
#42 0x000055d1b5650d45 in rb_ec_exec_node (ec=ec@entry=0x55d1b6e74420, n=n@entry=0x7f5f34d73e18) at /tmp/ruby/src/trunk-gc-asserts/eval.c:281
        _ec = <optimized out>
        _tag = {tag = 36, retval = 94359205135392, buf = {0x7f5f34d73e18, 0x55d1b5650d90 <rb_ec_exec_node+256>, 0x0, 0x7ffd9fcff940, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f5f34d73e18
#43 0x000055d1b565492b in ruby_run_node (n=0x7f5f34d73e18) at /tmp/ruby/src/trunk-gc-asserts/eval.c:319
        ec = 0x55d1b6e74420
        status = 0
#44 0x000055d1b5578367 in rb_main (argv=0x7ffd9fcffb78, argc=8) at /tmp/ruby/src/trunk-gc-asserts/main.c:40
        variable_in_this_stack_frame = 140727284661721
#45 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/main.c:59
No locals.

>>> Dump Ruby level backtrace (if possible)


$ gdb -batch -se /tmp/ruby/build/trunk-gc-asserts/miniruby -c /tmp/cores/core.1001.1786695.miniruby -x gdbscript
[New LWP 1786695]
[New LWP 1786696]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib'.
Program terminated with signal SIGABRT, Aborted.
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139725082294208) at ./nptl/pthread_kill.c:44
[Current thread is 1 (Thread 0x7f1447e577c0 (LWP 1786695))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f1447e577c0 (LWP 1786695) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139725082294208) at ./nptl/pthread_kill.c:44
  2    Thread 0x7f142e87f640 (LWP 1786696) 0x00007f1447f81fde in epoll_wait (epfd=4, events=events@entry=0x55ca02b5b69c <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f142e87f640 (LWP 1786696)):
#0  0x00007f1447f81fde in epoll_wait (epfd=4, events=events@entry=0x55ca02b5b69c <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  0x000055ca027df52d in event_wait (vm=0x55ca039292a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2924
        r = <optimized out>
        r = <optimized out>
#2  timer_thread_polling (vm=0x55ca039292a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread_mn.c:887
        r = <optimized out>
        r = <optimized out>
        i = <optimized out>
        th = <optimized out>
        events = <optimized out>
#3  timer_thread_func (ptr=0x55ca039292a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:3051
        vm = 0x55ca039292a0
#4  0x00007f1447ef0b43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140733912362720, 8620502478311677611, 139724656735808, 25, 139725082921040, 140733912363072, -8535886605454123349, -8535831427057033557}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f1447f81bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f1447e577c0 (LWP 1786695)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139725082294208) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f1447e577c0
        old_mask = {__val = {140733912360304, 0, 94326115827447, 139725082989779, 0, 139725082886125, 139725082294208, 139725084501504, 94326132120368, 139725082832295, 91, 139725084518048, 94326132120368, 94326114016223, 94326131692192, 140733912360320}}
        ret = <optimized out>
        pd = <optimized out>
        old_mask = <optimized out>
        ret = <optimized out>
        tid = <optimized out>
        ret = <optimized out>
        resultvar = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        __private = <optimized out>
        __oldval = <optimized out>
        result = <optimized out>
#1  __pthread_kill_internal (signo=6, threadid=139725082294208) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=139725082294208, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f1447e9e476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007f1447e847f3 in __GI_abort () at ./stdlib/abort.c:79
        save_stage = 1
        act = {__sigaction_handler = {sa_handler = 0x30302070782d7220, sa_sigaction = 0x30302070782d7220}, sa_mask = {__val = {3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 140733912360704, 17051632889645976576, 139725082287920, 94326117198272, 0, 139725084518048, 140733912360704, 1, 94326131702800, 94326111841646, 18446744069414584329}}, sa_flags = 196561920, sa_restorer = 0x55ca03e211e0}
        sigs = {__val = {32, 6566283579054775660, 3966085137663358067, 4135540726453134950, 7378697426660503600, 3472328520441815346, 3472310978869031456, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 3966085167695951451, 7234017270084036198, 7378697426660503600, 3472328529031749938}}
#5  0x000055ca0256126c in die () at /tmp/ruby/src/trunk-gc-asserts/error.c:1071
No locals.
#6  rb_bug (fmt=fmt@entry=0x55ca029ce988 "objspace/memsize_of(): unknown data type 0x%x(%p)") at /tmp/ruby/src/trunk-gc-asserts/error.c:1095
        args = {{gp_offset = 24, fp_offset = 48, overflow_arg_area = 0x7fff2adaa7e0, reg_save_area = 0x7fff2adaa720}}
#7  0x000055ca02561c43 in obj_memsize_of (obj=139724656747600, use_all_types=0) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4801
        size = 0
#8  0x000055ca0265ed25 in obj_memsize_of (use_all_types=0, obj=139724656747600) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4688
        size = 0
        rm = <optimized out>
#9  check_rvalue_consistency_force (obj=139724656747600, terminate=1) at /tmp/ruby/src/trunk-gc-asserts/gc.c:1652
        uncollectible_bit = 224
        marking_bit = 0
        remembered_bit = 0
        age = 0
        wb_unprotected_bit = 0
        mark_bit = 0
        _lev = 0
        err = <optimized out>
        objspace = 0x55ca0392bc10
#10 0x000055ca02661b69 in check_rvalue_consistency (obj=139724656747600) at /tmp/ruby/src/trunk-gc-asserts/gc.c:1714
No locals.
#11 RVALUE_MARKED (obj=139724656747600) at /tmp/ruby/src/trunk-gc-asserts/gc.c:1550
No locals.
#12 gc_move (objspace=0x55ca0392bc10, scan=139724626591800, free=139724656747600, src_slot_size=40, slot_size=40) at /tmp/ruby/src/trunk-gc-asserts/gc.c:9548
        marked = <optimized out>
        wb_unprotected = <optimized out>
        uncollectible = <optimized out>
        age = <optimized out>
        dest = 0x7f142e882450
        src = 0x7f142cbc0038
        remembered = <optimized out>
        __func__ = "gc_move"
        dest_overhead = <optimized out>
        src_overhead = <optimized out>
#13 0x000055ca026622d2 in try_move (heap=<optimized out>, src=139724626591800, free_page=0x55ca039a7620, objspace=0x55ca0392bc10) at /tmp/ruby/src/trunk-gc-asserts/gc.c:5064
        src_page = 0x55ca03b69840
        dest = <optimized out>
        __func__ = "try_move"
        src_page = <optimized out>
        dest = <optimized out>
#14 gc_compact_move (src=139724626591800, size_pool=0x55ca0392bc30, heap=0x55ca0392bc80, objspace=0x55ca0392bc10) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8158
        dest_pool = <optimized out>
        dheap = <optimized out>
        new_shape = 0x0
        orig_shape = 0x0
        __func__ = "gc_compact_move"
        dest_pool = <optimized out>
        dheap = <optimized out>
        new_shape = <optimized out>
        orig_shape = <optimized out>
        initial_shape = <optimized out>
        ctx = <optimized out>
        dest = <optimized out>
#15 gc_compact_plane (objspace=0x55ca0392bc10, size_pool=0x55ca0392bc30, heap=0x55ca0392bc80, p=139724626591800, bitset=6588122882547346867, page=<optimized out>, page=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8209
        vp = 139724626591800
        slot_size = 40
        slot_bits = 1
        __func__ = "gc_compact_plane"
#16 0x000055ca02668e95 in gc_compact_page (page=0x55ca03b69840, heap=<optimized out>, size_pool=<optimized out>, objspace=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8239
        mark_bits = 0x55ca03b69950
        pin_bits = 0x55ca03b69c90
        bitset = <optimized out>
        p = 139724626591760
        __func__ = <optimized out>
        mark_bits = <optimized out>
        pin_bits = <optimized out>
        bitset = <optimized out>
        p = <optimized out>
        j = <optimized out>
#17 gc_sweep_compact (objspace=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8291
        size_pool = <optimized out>
        heap = <optimized out>
        start_page = 0x55ca03b69840
        i = <optimized out>
#18 gc_sweep (objspace=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:5900
        immediate_sweep = <optimized out>
#19 0x000055ca0266bfcb in gc_start (objspace=<optimized out>, reason=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:9088
        do_full_mark = <optimized out>
        __func__ = "gc_start"
        lock_lev = 0
#20 0x000055ca0266ed78 in garbage_collect (reason=238592, objspace=0x55ca0392bc10) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8968
        _lev = 32532
        ret = <optimized out>
        ret = <optimized out>
        _lev = <optimized out>
#21 gc_start_internal (compact=<optimized out>, immediate_sweep=<optimized out>, immediate_mark=<optimized out>, full_mark=<optimized out>, self=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:9418
        objspace = 0x55ca0392bc10
        reason = 238592
        objspace = <optimized out>
        reason = <optimized out>
        __func__ = <optimized out>
#22 gc_compact (self=139724656855200) at /tmp/ruby/src/trunk-gc-asserts/gc.c:10488
No locals.
#23 0x000055ca0281cb64 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3594
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#24 vm_call_cfunc_with_frame (calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3640
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
#25 vm_call_cfunc_other (ec=0x55ca03931420, reg_cfp=0x7f1447e55f30, calling=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3666
        ci = <optimized out>
        argv_ary = <optimized out>
#26 0x000055ca0282e7a1 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:393
        val = 94326132131072
        ci = 0x0
        cc = <optimized out>
        recv = 1786695
        argc = <optimized out>
        calling = {cd = 0x55ca03b9c6b0, cc = 0x7f142cc03450, block_handler = 0, recv = 139724656855200, argc = 0, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#27 vm_exec_core (ec=0x55ca03931420) at ../../src/trunk-gc-asserts/insns.def:891
        bh = <optimized out>
        cd = 0x1b4347
        leaf = <optimized out>
        val = 94326132131072
        reg_pc = 0x55ca039945b0
        reg_cfp = 0x7f1447e55f30
        insns_address_table = {0x55ca0283059c <vm_exec_core+7948>, 0x55ca02830530 <vm_exec_core+7840>, 0x55ca028304bf <vm_exec_core+7727>, 0x55ca02830443 <vm_exec_core+7603>, 0x55ca028303ca <vm_exec_core+7482>, 0x55ca02830349 <vm_exec_core+7353>, 0x55ca0283027c <vm_exec_core+7148>, 0x55ca02830b34 <vm_exec_core+9380>, 0x55ca028307bf <vm_exec_core+8495>, 0x55ca02830764 <vm_exec_core+8404>, 0x55ca028305c4 <vm_exec_core+7988>, 0x55ca02830938 <vm_exec_core+8872>, 0x55ca028308ef <vm_exec_core+8799>, 0x55ca028301c8 <vm_exec_core+6968>, 0x55ca02830166 <vm_exec_core+6870>, 0x55ca02830c4b <vm_exec_core+9659>, 0x55ca02830c0d <vm_exec_core+9597>, 0x55ca02830bd2 <vm_exec_core+9538>, 0x55ca02830b97 <vm_exec_core+9479>, 0x55ca02830d25 <vm_exec_core+9877>, 0x55ca02830c8e <vm_exec_core+9726>, 0x55ca02830d60 <vm_exec_core+9936>, 0x55ca02830231 <vm_exec_core+7073>, 0x55ca02830f35 <vm_exec_core+10405>, 0x55ca02830ee9 <vm_exec_core+10329>, 0x55ca02830862 <vm_exec_core+8658>, 0x55ca02830822 <vm_exec_core+8594>, 0x55ca02830e28 <vm_exec_core+10136>, 0x55ca02830da8 <vm_exec_core+10008>, 0x55ca02830e89 <vm_exec_core+10233>, 0x55ca0282f329 <vm_exec_core+3225>, 0x55ca0282fa61 <vm_exec_core+5073>, 0x55ca0282f8c1 <vm_exec_core+4657>, 0x55ca0282f82d <vm_exec_core+4509>, 0x55ca0282f7c1 <vm_exec_core+4401>, 0x55ca0282f763 <vm_exec_core+4307>, 0x55ca0282f700 <vm_exec_core+4208>, 0x55ca0282f6a9 <vm_exec_core+4121>, 0x55ca0282f64d <vm_exec_core+4029>, 0x55ca0282f5fd <vm_exec_core+3949>, 0x55ca0282f5d0 <vm_exec_core+3904>, 0x55ca0282f58f <vm_exec_core+3839>, 0x55ca0282f538 <vm_exec_core+3752>, 0x55ca0282f4fe <vm_exec_core+3694>, 0x55ca0282f3ff <vm_exec_core+3439>, 0x55ca0282f3b6 <vm_exec_core+3366>, 0x55ca0282f36c <vm_exec_core+3292>, 0x55ca028300ca <vm_exec_core+6714>, 0x55ca02830057 <vm_exec_core+6599>, 0x55ca028300fe <vm_exec_core+6766>, 0x55ca0282fd70 <vm_exec_core+5856>, 0x55ca0282fcfb <vm_exec_core+5739>, 0x55ca0282fc5f <vm_exec_core+5583>, 0x55ca0282fae4 <vm_exec_core+5204>, 0x55ca0282faa4 <vm_exec_core+5140>, 0x55ca0282ffb7 <vm_exec_core+6439>, 0x55ca0282fe96 <vm_exec_core+6150>, 0x55ca0282e6e8 <vm_exec_core+88>, 0x55ca0282fe18 <vm_exec_core+6024>, 0x55ca0282fdc3 <vm_exec_core+5939>, 0x55ca028322a2 <vm_exec_core+15378>, 0x55ca02830002 <vm_exec_core+6514>, 0x55ca0282ee10 <vm_exec_core+1920>, 0x55ca0282ed1c <vm_exec_core+1676>, 0x55ca0282f1ff <vm_exec_core+2927>, 0x55ca0282f148 <vm_exec_core+2744>, 0x55ca0283128f <vm_exec_core+11263>, 0x55ca0282f108 <vm_exec_core+2680>, 0x55ca0282f0a9 <vm_exec_core+2585>, 0x55ca0282f04a <vm_exec_core+2490>, 0x55ca0282f008 <vm_exec_core+2424>, 0x55ca0282ef5f <vm_exec_core+2255>, 0x55ca0282eeb6 <vm_exec_core+2086>, 0x55ca02831f45 <vm_exec_core+14517>, 0x55ca02831edb <vm_exec_core+14411>, 0x55ca02831df7 <vm_exec_core+14183>, 0x55ca02831915 <vm_exec_core+12933>, 0x55ca0283196b <vm_exec_core+13019>, 0x55ca02831a04 <vm_exec_core+13172>, 0x55ca02831a66 <vm_exec_core+13270>, 0x55ca02831c4b <vm_exec_core+13755>, 0x55ca02831caf <vm_exec_core+13855>, 0x55ca02832046 <vm_exec_core+14774>, 0x55ca028320aa <vm_exec_core+14874>, 0x55ca02831e99 <vm_exec_core+14345>, 0x55ca02832169 <vm_exec_core+15065>, 0x55ca0283210e <vm_exec_core+14974>, 0x55ca028321bd <vm_exec_core+15149>, 0x55ca028322f4 <vm_exec_core+15460>, 0x55ca0282eca7 <vm_exec_core+1559>, 0x55ca0282ec43 <vm_exec_core+1459>, 0x55ca02831838 <vm_exec_core+12712>, 0x55ca02831d13 <vm_exec_core+13955>, 0x55ca02831d50 <vm_exec_core+14016>, 0x55ca02831d99 <vm_exec_core+14089>, 0x55ca0283222e <vm_exec_core+15262>, 0x55ca02831fb2 <vm_exec_core+14626>, 0x55ca0282ebce <vm_exec_core+1342>, 0x55ca0282eb4f <vm_exec_core+1215>, 0x55ca0282eaa4 <vm_exec_core+1044>, 0x55ca0282ea57 <vm_exec_core+967>, 0x55ca0282ea06 <vm_exec_core+886>, 0x55ca0282e9b7 <vm_exec_core+807>, 0x55ca0282e960 <vm_exec_core+720>, 0x55ca0282e925 <vm_exec_core+661>, 0x55ca0282e8ea <vm_exec_core+602>, 0x55ca0283058d <vm_exec_core+7933>, 0x55ca02830521 <vm_exec_core+7825>, 0x55ca028304b0 <vm_exec_core+7712>, 0x55ca02830434 <vm_exec_core+7588>, 0x55ca028303bb <vm_exec_core+7467>, 0x55ca0283033a <vm_exec_core+7338>, 0x55ca0283026d <vm_exec_core+7133>, 0x55ca02830b25 <vm_exec_core+9365>, 0x55ca028307b0 <vm_exec_core+8480>, 0x55ca02830755 <vm_exec_core+8389>, 0x55ca028305b5 <vm_exec_core+7973>, 0x55ca02830929 <vm_exec_core+8857>, 0x55ca028308e0 <vm_exec_core+8784>, 0x55ca028301b9 <vm_exec_core+6953>, 0x55ca02830157 <vm_exec_core+6855>, 0x55ca02830c3c <vm_exec_core+9644>, 0x55ca02830bfe <vm_exec_core+9582>, 0x55ca02830bc3 <vm_exec_core+9523>, 0x55ca02830b88 <vm_exec_core+9464>, 0x55ca02830d16 <vm_exec_core+9862>, 0x55ca02830c7f <vm_exec_core+9711>, 0x55ca02830d51 <vm_exec_core+9921>, 0x55ca02830222 <vm_exec_core+7058>, 0x55ca02830f26 <vm_exec_core+10390>, 0x55ca02830eda <vm_exec_core+10314>, 0x55ca02830853 <vm_exec_core+8643>, 0x55ca02830813 <vm_exec_core+8579>, 0x55ca02830e19 <vm_exec_core+10121>, 0x55ca02830d99 <vm_exec_core+9993>, 0x55ca02830e7a <vm_exec_core+10218>, 0x55ca0282f31a <vm_exec_core+3210>, 0x55ca0282fa52 <vm_exec_core+5058>, 0x55ca0282f8b2 <vm_exec_core+4642>, 0x55ca0282f81e <vm_exec_core+4494>, 0x55ca0282f7b2 <vm_exec_core+4386>, 0x55ca0282f754 <vm_exec_core+4292>, 0x55ca0282f6f1 <vm_exec_core+4193>, 0x55ca0282f69a <vm_exec_core+4106>, 0x55ca0282f63e <vm_exec_core+4014>, 0x55ca0282f5ee <vm_exec_core+3934>, 0x55ca0282f5c1 <vm_exec_core+3889>, 0x55ca0282f580 <vm_exec_core+3824>, 0x55ca0282f529 <vm_exec_core+3737>, 0x55ca0282f4ef <vm_exec_core+3679>, 0x55ca0282f3f0 <vm_exec_core+3424>, 0x55ca0282f3a7 <vm_exec_core+3351>, 0x55ca0282f35d <vm_exec_core+3277>, 0x55ca028300bb <vm_exec_core+6699>, 0x55ca02830048 <vm_exec_core+6584>, 0x55ca028300ef <vm_exec_core+6751>, 0x55ca0282fd61 <vm_exec_core+5841>, 0x55ca0282fcec <vm_exec_core+5724>, 0x55ca0282fc50 <vm_exec_core+5568>, 0x55ca0282fad5 <vm_exec_core+5189>, 0x55ca0282fa95 <vm_exec_core+5125>, 0x55ca0282ffa8 <vm_exec_core+6424>, 0x55ca0282fe87 <vm_exec_core+6135>, 0x55ca02831b2c <vm_exec_core+13468>, 0x55ca0282fe09 <vm_exec_core+6009>, 0x55ca0282fdb4 <vm_exec_core+5924>, 0x55ca02831b40 <vm_exec_core+13488>, 0x55ca0282fff3 <vm_exec_core+6499>, 0x55ca0282ee01 <vm_exec_core+1905>, 0x55ca0282ed0d <vm_exec_core+1661>, 0x55ca0282f1f0 <vm_exec_core+2912>, 0x55ca0282f139 <vm_exec_core+2729>, 0x55ca02831280 <vm_exec_core+11248>, 0x55ca0282f0f9 <vm_exec_core+2665>, 0x55ca0282f09a <vm_exec_core+2570>, 0x55ca0282f03b <vm_exec_core+2475>, 0x55ca0282eff9 <vm_exec_core+2409>, 0x55ca0282ef50 <vm_exec_core+2240>, 0x55ca0282eea7 <vm_exec_core+2071>, 0x55ca02831b54 <vm_exec_core+13508>, 0x55ca02831b68 <vm_exec_core+13528>, 0x55ca02831b7c <vm_exec_core+13548>, 0x55ca02831b90 <vm_exec_core+13568>, 0x55ca02831ba4 <vm_exec_core+13588>, 0x55ca02831bb8 <vm_exec_core+13608>, 0x55ca02831bcc <vm_exec_core+13628>, 0x55ca02831be7 <vm_exec_core+13655>, 0x55ca02831bfb <vm_exec_core+13675>, 0x55ca02831c0f <vm_exec_core+13695>, 0x55ca02831c23 <vm_exec_core+13715>, 0x55ca02831c37 <vm_exec_core+13735>, 0x55ca02831875 <vm_exec_core+12773>, 0x55ca02831889 <vm_exec_core+12793>, 0x55ca0283189d <vm_exec_core+12813>, 0x55ca028318b1 <vm_exec_core+12833>, 0x55ca0282ec98 <vm_exec_core+1544>, 0x55ca0282ec34 <vm_exec_core+1444>, 0x55ca028318c5 <vm_exec_core+12853>, 0x55ca028318d9 <vm_exec_core+12873>, 0x55ca028318ed <vm_exec_core+12893>...}
#28 0x000055ca02834bfa in rb_vm_exec (ec=0x55ca03931420) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2560
        _ec = 0x55ca03931420
        _tag = {tag = 36, retval = 4, buf = {0x7f142cc03fb8, 0x55ca02834c00 <rb_vm_exec+416>, 0x0, 0x7fff2adab090, 0x7f14482a3040 <_rtld_global>}, prev = 0x7fff2adab170, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#29 0x000055ca0283569b in rb_iseq_eval_main (iseq=iseq@entry=0x7f142cc03fb8) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2826
        ec = <optimized out>
        val = <optimized out>
#30 0x000055ca02644d45 in rb_ec_exec_node (ec=ec@entry=0x55ca03931420, n=n@entry=0x7f142cc03fb8) at /tmp/ruby/src/trunk-gc-asserts/eval.c:281
        _ec = <optimized out>
        _tag = {tag = 36, retval = 94326131725344, buf = {0x7f142cc03fb8, 0x55ca02644d90 <rb_ec_exec_node+256>, 0x0, 0x7fff2adab140, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f142cc03fb8
#31 0x000055ca0264892b in ruby_run_node (n=0x7f142cc03fb8) at /tmp/ruby/src/trunk-gc-asserts/eval.c:319
        ec = 0x55ca03931420
        status = 0
#32 0x000055ca0256c367 in rb_main (argv=0x7fff2adab378, argc=8) at /tmp/ruby/src/trunk-gc-asserts/main.c:40
        variable_in_this_stack_frame = 140733912364505
#33 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/main.c:59
No locals.

>>> Dump Ruby level backtrace (if possible)


$ gdb -batch -se /tmp/ruby/build/trunk-gc-asserts/miniruby -c /tmp/cores/core.1001.1786815.miniruby -x gdbscript
[New LWP 1786815]
[New LWP 1786817]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib'.
Program terminated with signal SIGABRT, Aborted.
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139965078648768) at ./nptl/pthread_kill.c:44
[Current thread is 1 (Thread 0x7f4c28cb37c0 (LWP 1786815))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f4c28cb37c0 (LWP 1786815) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139965078648768) at ./nptl/pthread_kill.c:44
  2    Thread 0x7f4c0f6df640 (LWP 1786817) 0x00007f4c28dddfde in epoll_wait (epfd=4, events=events@entry=0x55d07209069c <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f4c0f6df640 (LWP 1786817)):
#0  0x00007f4c28dddfde in epoll_wait (epfd=4, events=events@entry=0x55d07209069c <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  0x000055d071d1452d in event_wait (vm=0x55d072c8e2a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2924
        r = <optimized out>
        r = <optimized out>
#2  timer_thread_polling (vm=0x55d072c8e2a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread_mn.c:887
        r = <optimized out>
        r = <optimized out>
        i = <optimized out>
        th = <optimized out>
        events = <optimized out>
#3  timer_thread_func (ptr=0x55d072c8e2a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:3051
        vm = 0x55d072c8e2a0
#4  0x00007f4c28d4cb43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140732869209488, -5512477115739790861, 139964653106752, 25, 139965079275600, 140732869209840, 5613633164143239667, 5613718160359170547}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f4c28dddbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f4c28cb37c0 (LWP 1786815)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139965078648768) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f4c28cb37c0
        old_mask = {__val = {140732869207008, 0, 94353753362167, 139965079344339, 0, 139965079240685, 139965078648768, 139965080856064, 94353772509840, 139965079186855, 91, 139965080872608, 94353772509840, 94353751550943, 94353767326368, 140732869207024}}
        ret = <optimized out>
        pd = <optimized out>
        old_mask = <optimized out>
        ret = <optimized out>
        tid = <optimized out>
        ret = <optimized out>
        resultvar = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        __private = <optimized out>
        __oldval = <optimized out>
        result = <optimized out>
#1  __pthread_kill_internal (signo=6, threadid=139965078648768) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=139965078648768, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f4c28cfa476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007f4c28ce07f3 in __GI_abort () at ./stdlib/abort.c:79
        save_stage = 1
        act = {__sigaction_handler = {sa_handler = 0x30302070782d7220, sa_sigaction = 0x30302070782d7220}, sa_mask = {__val = {3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 140732869207408, 1766696183219342592, 139965078642536, 94353754732992, 0, 139965080872608, 140732869207408, 1, 94353767336976, 94353749376366, 18446744069414584606}}, sa_flags = 2060700928, sa_restorer = 0x55d0720915c8 <ruby_single_main_ractor>}
        sigs = {__val = {32, 6566283579054775660, 3966085137663358067, 3472664966721791590, 7306639832622575664, 3472328313427616613, 3472310978869031456, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 3966085167695951451, 3760895342873503334, 7306639832622575664, 3472328322017551205}}
#5  0x000055d071a9626c in die () at /tmp/ruby/src/trunk-gc-asserts/error.c:1071
No locals.
#6  rb_bug (fmt=fmt@entry=0x55d071f03988 "objspace/memsize_of(): unknown data type 0x%x(%p)") at /tmp/ruby/src/trunk-gc-asserts/error.c:1095
        args = {{gp_offset = 24, fp_offset = 48, overflow_arg_area = 0x7ffeecad6650, reg_save_area = 0x7ffeecad6590}}
#7  0x000055d071a96c43 in obj_memsize_of (obj=139964622110680, use_all_types=0) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4801
        size = 0
#8  0x000055d071b93d25 in obj_memsize_of (use_all_types=0, obj=139964622110680) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4688
        size = 0
        rm = <optimized out>
#9  check_rvalue_consistency_force (obj=139964622110680, terminate=1) at /tmp/ruby/src/trunk-gc-asserts/gc.c:1652
        uncollectible_bit = 0
        marking_bit = 0
        remembered_bit = 0
        age = 0
        wb_unprotected_bit = 0
        mark_bit = 0
        _lev = 32588
        err = <optimized out>
        objspace = 0x55d072c90c10
#10 0x000055d071b96b69 in check_rvalue_consistency (obj=139964622110680) at /tmp/ruby/src/trunk-gc-asserts/gc.c:1714
No locals.
#11 RVALUE_MARKED (obj=139964622110680) at /tmp/ruby/src/trunk-gc-asserts/gc.c:1550
No locals.
#12 gc_move (objspace=0x55d072c90c10, scan=139964653240360, free=139964622110680, src_slot_size=40, slot_size=40) at /tmp/ruby/src/trunk-gc-asserts/gc.c:9548
        marked = <optimized out>
        wb_unprotected = <optimized out>
        uncollectible = <optimized out>
        age = <optimized out>
        dest = 0x7f4c0d94ffd8
        src = 0x7f4c0f700028
        remembered = <optimized out>
        __func__ = "gc_move"
        dest_overhead = <optimized out>
        src_overhead = <optimized out>
#13 0x000055d071b972d2 in try_move (heap=<optimized out>, src=139964653240360, free_page=0x55d072ef9230, objspace=0x55d072c90c10) at /tmp/ruby/src/trunk-gc-asserts/gc.c:5064
        src_page = 0x55d072ce2b20
        dest = <optimized out>
        __func__ = "try_move"
        src_page = <optimized out>
        dest = <optimized out>
#14 gc_compact_move (src=139964653240360, size_pool=0x55d072c90c30, heap=0x55d072c90c80, objspace=0x55d072c90c10) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8158
        dest_pool = <optimized out>
        dheap = <optimized out>
        new_shape = 0x0
        orig_shape = 0x0
        __func__ = "gc_compact_move"
        dest_pool = <optimized out>
        dheap = <optimized out>
        new_shape = <optimized out>
        orig_shape = <optimized out>
        initial_shape = <optimized out>
        ctx = <optimized out>
        dest = <optimized out>
#15 gc_compact_plane (objspace=0x55d072c90c10, size_pool=0x55d072c90c30, heap=0x55d072c90c80, p=139964653240360, bitset=9222246136947933183, page=<optimized out>, page=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8209
        vp = 139964653240360
        slot_size = 40
        slot_bits = 1
        __func__ = "gc_compact_plane"
#16 0x000055d071b9de95 in gc_compact_page (page=0x55d072ce2b20, heap=<optimized out>, size_pool=<optimized out>, objspace=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8239
        mark_bits = 0x55d072ce2c30
        pin_bits = 0x55d072ce2f70
        bitset = <optimized out>
        p = 139964653240360
        __func__ = <optimized out>
        mark_bits = <optimized out>
        pin_bits = <optimized out>
        bitset = <optimized out>
        p = <optimized out>
        j = <optimized out>
#17 gc_sweep_compact (objspace=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8291
        size_pool = <optimized out>
        heap = <optimized out>
        start_page = 0x55d072ce2b20
        i = <optimized out>
#18 gc_sweep (objspace=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:5900
        immediate_sweep = <optimized out>
#19 0x000055d071ba0fcb in gc_start (objspace=<optimized out>, reason=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:9088
        do_full_mark = <optimized out>
        __func__ = "gc_start"
        lock_lev = 0
#20 0x000055d071ba4620 in garbage_collect (reason=238592, objspace=0x55d072c90c10) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8968
        _lev = 21968
        ret = <optimized out>
        ret = <optimized out>
        _lev = <optimized out>
#21 gc_start_internal (compact=20, immediate_sweep=20, immediate_mark=20, full_mark=20, self=139964653226160, ec=0x0) at /tmp/ruby/src/trunk-gc-asserts/gc.c:9418
        objspace = 0x55d072c90c10
        reason = 238592
        objspace = <optimized out>
        reason = <optimized out>
        __func__ = <optimized out>
#22 gc_verify_compaction_references (ec=<optimized out>, self=<optimized out>, double_heap=<optimized out>, expand_heap=<optimized out>, toward_empty=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:10604
        objspace = 0x55d072c90c10
#23 0x000055d071d63c12 in invoke_bf (argv=<optimized out>, bf=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:7006
        canary_p = <optimized out>
        ret = <optimized out>
        canary_p = <optimized out>
        ret = <optimized out>
#24 vm_invoke_builtin (argv=<optimized out>, bf=<optimized out>, cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:7014
No locals.
#25 vm_exec_core (ec=0x55d072c96420) at ../../src/trunk-gc-asserts/insns.def:1543
        bf = 0x55d072069278 <gc_table+216>
        leaf = <optimized out>
        val = <optimized out>
        reg_pc = 0x55d072d69040
        reg_cfp = 0x7f4c28cb1f68
        insns_address_table = {0x55d071d6559c <vm_exec_core+7948>, 0x55d071d65530 <vm_exec_core+7840>, 0x55d071d654bf <vm_exec_core+7727>, 0x55d071d65443 <vm_exec_core+7603>, 0x55d071d653ca <vm_exec_core+7482>, 0x55d071d65349 <vm_exec_core+7353>, 0x55d071d6527c <vm_exec_core+7148>, 0x55d071d65b34 <vm_exec_core+9380>, 0x55d071d657bf <vm_exec_core+8495>, 0x55d071d65764 <vm_exec_core+8404>, 0x55d071d655c4 <vm_exec_core+7988>, 0x55d071d65938 <vm_exec_core+8872>, 0x55d071d658ef <vm_exec_core+8799>, 0x55d071d651c8 <vm_exec_core+6968>, 0x55d071d65166 <vm_exec_core+6870>, 0x55d071d65c4b <vm_exec_core+9659>, 0x55d071d65c0d <vm_exec_core+9597>, 0x55d071d65bd2 <vm_exec_core+9538>, 0x55d071d65b97 <vm_exec_core+9479>, 0x55d071d65d25 <vm_exec_core+9877>, 0x55d071d65c8e <vm_exec_core+9726>, 0x55d071d65d60 <vm_exec_core+9936>, 0x55d071d65231 <vm_exec_core+7073>, 0x55d071d65f35 <vm_exec_core+10405>, 0x55d071d65ee9 <vm_exec_core+10329>, 0x55d071d65862 <vm_exec_core+8658>, 0x55d071d65822 <vm_exec_core+8594>, 0x55d071d65e28 <vm_exec_core+10136>, 0x55d071d65da8 <vm_exec_core+10008>, 0x55d071d65e89 <vm_exec_core+10233>, 0x55d071d64329 <vm_exec_core+3225>, 0x55d071d64a61 <vm_exec_core+5073>, 0x55d071d648c1 <vm_exec_core+4657>, 0x55d071d6482d <vm_exec_core+4509>, 0x55d071d647c1 <vm_exec_core+4401>, 0x55d071d64763 <vm_exec_core+4307>, 0x55d071d64700 <vm_exec_core+4208>, 0x55d071d646a9 <vm_exec_core+4121>, 0x55d071d6464d <vm_exec_core+4029>, 0x55d071d645fd <vm_exec_core+3949>, 0x55d071d645d0 <vm_exec_core+3904>, 0x55d071d6458f <vm_exec_core+3839>, 0x55d071d64538 <vm_exec_core+3752>, 0x55d071d644fe <vm_exec_core+3694>, 0x55d071d643ff <vm_exec_core+3439>, 0x55d071d643b6 <vm_exec_core+3366>, 0x55d071d6436c <vm_exec_core+3292>, 0x55d071d650ca <vm_exec_core+6714>, 0x55d071d65057 <vm_exec_core+6599>, 0x55d071d650fe <vm_exec_core+6766>, 0x55d071d64d70 <vm_exec_core+5856>, 0x55d071d64cfb <vm_exec_core+5739>, 0x55d071d64c5f <vm_exec_core+5583>, 0x55d071d64ae4 <vm_exec_core+5204>, 0x55d071d64aa4 <vm_exec_core+5140>, 0x55d071d64fb7 <vm_exec_core+6439>, 0x55d071d64e96 <vm_exec_core+6150>, 0x55d071d636e8 <vm_exec_core+88>, 0x55d071d64e18 <vm_exec_core+6024>, 0x55d071d64dc3 <vm_exec_core+5939>, 0x55d071d672a2 <vm_exec_core+15378>, 0x55d071d65002 <vm_exec_core+6514>, 0x55d071d63e10 <vm_exec_core+1920>, 0x55d071d63d1c <vm_exec_core+1676>, 0x55d071d641ff <vm_exec_core+2927>, 0x55d071d64148 <vm_exec_core+2744>, 0x55d071d6628f <vm_exec_core+11263>, 0x55d071d64108 <vm_exec_core+2680>, 0x55d071d640a9 <vm_exec_core+2585>, 0x55d071d6404a <vm_exec_core+2490>, 0x55d071d64008 <vm_exec_core+2424>, 0x55d071d63f5f <vm_exec_core+2255>, 0x55d071d63eb6 <vm_exec_core+2086>, 0x55d071d66f45 <vm_exec_core+14517>, 0x55d071d66edb <vm_exec_core+14411>, 0x55d071d66df7 <vm_exec_core+14183>, 0x55d071d66915 <vm_exec_core+12933>, 0x55d071d6696b <vm_exec_core+13019>, 0x55d071d66a04 <vm_exec_core+13172>, 0x55d071d66a66 <vm_exec_core+13270>, 0x55d071d66c4b <vm_exec_core+13755>, 0x55d071d66caf <vm_exec_core+13855>, 0x55d071d67046 <vm_exec_core+14774>, 0x55d071d670aa <vm_exec_core+14874>, 0x55d071d66e99 <vm_exec_core+14345>, 0x55d071d67169 <vm_exec_core+15065>, 0x55d071d6710e <vm_exec_core+14974>, 0x55d071d671bd <vm_exec_core+15149>, 0x55d071d672f4 <vm_exec_core+15460>, 0x55d071d63ca7 <vm_exec_core+1559>, 0x55d071d63c43 <vm_exec_core+1459>, 0x55d071d66838 <vm_exec_core+12712>, 0x55d071d66d13 <vm_exec_core+13955>, 0x55d071d66d50 <vm_exec_core+14016>, 0x55d071d66d99 <vm_exec_core+14089>, 0x55d071d6722e <vm_exec_core+15262>, 0x55d071d66fb2 <vm_exec_core+14626>, 0x55d071d63bce <vm_exec_core+1342>, 0x55d071d63b4f <vm_exec_core+1215>, 0x55d071d63aa4 <vm_exec_core+1044>, 0x55d071d63a57 <vm_exec_core+967>, 0x55d071d63a06 <vm_exec_core+886>, 0x55d071d639b7 <vm_exec_core+807>, 0x55d071d63960 <vm_exec_core+720>, 0x55d071d63925 <vm_exec_core+661>, 0x55d071d638ea <vm_exec_core+602>, 0x55d071d6558d <vm_exec_core+7933>, 0x55d071d65521 <vm_exec_core+7825>, 0x55d071d654b0 <vm_exec_core+7712>, 0x55d071d65434 <vm_exec_core+7588>, 0x55d071d653bb <vm_exec_core+7467>, 0x55d071d6533a <vm_exec_core+7338>, 0x55d071d6526d <vm_exec_core+7133>, 0x55d071d65b25 <vm_exec_core+9365>, 0x55d071d657b0 <vm_exec_core+8480>, 0x55d071d65755 <vm_exec_core+8389>, 0x55d071d655b5 <vm_exec_core+7973>, 0x55d071d65929 <vm_exec_core+8857>, 0x55d071d658e0 <vm_exec_core+8784>, 0x55d071d651b9 <vm_exec_core+6953>, 0x55d071d65157 <vm_exec_core+6855>, 0x55d071d65c3c <vm_exec_core+9644>, 0x55d071d65bfe <vm_exec_core+9582>, 0x55d071d65bc3 <vm_exec_core+9523>, 0x55d071d65b88 <vm_exec_core+9464>, 0x55d071d65d16 <vm_exec_core+9862>, 0x55d071d65c7f <vm_exec_core+9711>, 0x55d071d65d51 <vm_exec_core+9921>, 0x55d071d65222 <vm_exec_core+7058>, 0x55d071d65f26 <vm_exec_core+10390>, 0x55d071d65eda <vm_exec_core+10314>, 0x55d071d65853 <vm_exec_core+8643>, 0x55d071d65813 <vm_exec_core+8579>, 0x55d071d65e19 <vm_exec_core+10121>, 0x55d071d65d99 <vm_exec_core+9993>, 0x55d071d65e7a <vm_exec_core+10218>, 0x55d071d6431a <vm_exec_core+3210>, 0x55d071d64a52 <vm_exec_core+5058>, 0x55d071d648b2 <vm_exec_core+4642>, 0x55d071d6481e <vm_exec_core+4494>, 0x55d071d647b2 <vm_exec_core+4386>, 0x55d071d64754 <vm_exec_core+4292>, 0x55d071d646f1 <vm_exec_core+4193>, 0x55d071d6469a <vm_exec_core+4106>, 0x55d071d6463e <vm_exec_core+4014>, 0x55d071d645ee <vm_exec_core+3934>, 0x55d071d645c1 <vm_exec_core+3889>, 0x55d071d64580 <vm_exec_core+3824>, 0x55d071d64529 <vm_exec_core+3737>, 0x55d071d644ef <vm_exec_core+3679>, 0x55d071d643f0 <vm_exec_core+3424>, 0x55d071d643a7 <vm_exec_core+3351>, 0x55d071d6435d <vm_exec_core+3277>, 0x55d071d650bb <vm_exec_core+6699>, 0x55d071d65048 <vm_exec_core+6584>, 0x55d071d650ef <vm_exec_core+6751>, 0x55d071d64d61 <vm_exec_core+5841>, 0x55d071d64cec <vm_exec_core+5724>, 0x55d071d64c50 <vm_exec_core+5568>, 0x55d071d64ad5 <vm_exec_core+5189>, 0x55d071d64a95 <vm_exec_core+5125>, 0x55d071d64fa8 <vm_exec_core+6424>, 0x55d071d64e87 <vm_exec_core+6135>, 0x55d071d66b2c <vm_exec_core+13468>, 0x55d071d64e09 <vm_exec_core+6009>, 0x55d071d64db4 <vm_exec_core+5924>, 0x55d071d66b40 <vm_exec_core+13488>, 0x55d071d64ff3 <vm_exec_core+6499>, 0x55d071d63e01 <vm_exec_core+1905>, 0x55d071d63d0d <vm_exec_core+1661>, 0x55d071d641f0 <vm_exec_core+2912>, 0x55d071d64139 <vm_exec_core+2729>, 0x55d071d66280 <vm_exec_core+11248>, 0x55d071d640f9 <vm_exec_core+2665>, 0x55d071d6409a <vm_exec_core+2570>, 0x55d071d6403b <vm_exec_core+2475>, 0x55d071d63ff9 <vm_exec_core+2409>, 0x55d071d63f50 <vm_exec_core+2240>, 0x55d071d63ea7 <vm_exec_core+2071>, 0x55d071d66b54 <vm_exec_core+13508>, 0x55d071d66b68 <vm_exec_core+13528>, 0x55d071d66b7c <vm_exec_core+13548>, 0x55d071d66b90 <vm_exec_core+13568>, 0x55d071d66ba4 <vm_exec_core+13588>, 0x55d071d66bb8 <vm_exec_core+13608>, 0x55d071d66bcc <vm_exec_core+13628>, 0x55d071d66be7 <vm_exec_core+13655>, 0x55d071d66bfb <vm_exec_core+13675>, 0x55d071d66c0f <vm_exec_core+13695>, 0x55d071d66c23 <vm_exec_core+13715>, 0x55d071d66c37 <vm_exec_core+13735>, 0x55d071d66875 <vm_exec_core+12773>, 0x55d071d66889 <vm_exec_core+12793>, 0x55d071d6689d <vm_exec_core+12813>, 0x55d071d668b1 <vm_exec_core+12833>, 0x55d071d63c98 <vm_exec_core+1544>, 0x55d071d63c34 <vm_exec_core+1444>, 0x55d071d668c5 <vm_exec_core+12853>, 0x55d071d668d9 <vm_exec_core+12873>, 0x55d071d668ed <vm_exec_core+12893>...}
#26 0x000055d071d69bfa in rb_vm_exec (ec=0x55d072c96420) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2560
        _ec = 0x55d072c96420
        _tag = {tag = 36, retval = 4, buf = {0x7f4c0da63e60, 0x55d071d69c00 <rb_vm_exec+416>, 0x0, 0x7ffeecad6f40, 0x7f4c290ff040 <_rtld_global>}, prev = 0x7ffeecad7020, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#27 0x000055d071d6a69b in rb_iseq_eval_main (iseq=iseq@entry=0x7f4c0da63e60) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2826
        ec = <optimized out>
        val = <optimized out>
#28 0x000055d071b79d45 in rb_ec_exec_node (ec=ec@entry=0x55d072c96420, n=n@entry=0x7f4c0da63e60) at /tmp/ruby/src/trunk-gc-asserts/eval.c:281
        _ec = <optimized out>
        _tag = {tag = 36, retval = 94353767359520, buf = {0x7f4c0da63e60, 0x55d071b79d90 <rb_ec_exec_node+256>, 0x0, 0x7ffeecad6ff0, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f4c0da63e60
#29 0x000055d071b7d92b in ruby_run_node (n=0x7f4c0da63e60) at /tmp/ruby/src/trunk-gc-asserts/eval.c:319
        ec = 0x55d072c96420
        status = 0
#30 0x000055d071aa1367 in rb_main (argv=0x7ffeecad7228, argc=8) at /tmp/ruby/src/trunk-gc-asserts/main.c:40
        variable_in_this_stack_frame = 140732869211273
#31 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/main.c:59
No locals.

>>> Dump Ruby level backtrace (if possible)


$ gdb -batch -se /tmp/ruby/build/trunk-gc-asserts/miniruby -c /tmp/cores/core.1001.1786956.miniruby -x gdbscript
[New LWP 1786956]
[New LWP 1786958]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib'.
Program terminated with signal SIGABRT, Aborted.
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139783971358656) at ./nptl/pthread_kill.c:44
[Current thread is 1 (Thread 0x7f21fdf547c0 (LWP 1786956))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f21fdf547c0 (LWP 1786956) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139783971358656) at ./nptl/pthread_kill.c:44
  2    Thread 0x7f21e497f640 (LWP 1786958) 0x00007f21fe07efde in epoll_wait (epfd=4, events=events@entry=0x555f8c69d69c <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f21e497f640 (LWP 1786958)):
#0  0x00007f21fe07efde in epoll_wait (epfd=4, events=events@entry=0x555f8c69d69c <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  0x0000555f8c32152d in event_wait (vm=0x555f8da412a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2924
        r = <optimized out>
        r = <optimized out>
#2  timer_thread_polling (vm=0x555f8da412a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread_mn.c:887
        r = <optimized out>
        r = <optimized out>
        i = <optimized out>
        th = <optimized out>
        events = <optimized out>
#3  timer_thread_func (ptr=0x555f8da412a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:3051
        vm = 0x555f8da412a0
#4  0x00007f21fdfedb43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140725522167584, -3443763767984795249, 139783545812544, 25, 139783971985488, 140725522167936, 3348006543938802063, 3348057870530105743}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f21fe07ebb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f21fdf547c0 (LWP 1786956)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139783971358656) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f21fdf547c0
        old_mask = {__val = {140725522164480, 0, 93868864610039, 139783972054227, 0, 139783971950573, 139783971358656, 139783973565952, 93868892083792, 139783971896743, 91, 139783973582496, 93868892083792, 93868862798815, 93868886594208, 140725522164496}}
        ret = <optimized out>
        pd = <optimized out>
        old_mask = <optimized out>
        ret = <optimized out>
        tid = <optimized out>
        ret = <optimized out>
        resultvar = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        __private = <optimized out>
        __oldval = <optimized out>
        result = <optimized out>
#1  __pthread_kill_internal (signo=6, threadid=139783971358656) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=139783971358656, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f21fdf9b476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007f21fdf817f3 in __GI_abort () at ./stdlib/abort.c:79
        save_stage = 1
        act = {__sigaction_handler = {sa_handler = 0x30302070782d7220, sa_sigaction = 0x30302070782d7220}, sa_mask = {__val = {3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 140725522164880, 4779063644755789312, 139783971352312, 93868865980864, 0, 139783973582496, 140725522164880, 1, 93868886604816, 93868860624238, 18446744069414584327}}, sa_flags = 2024211968, sa_restorer = 0x1}
        sigs = {__val = {32, 6566283579054775660, 3966085137663358067, 3617344010150241894, 7234582238584647728, 3472328322051159603, 3472310978869031456, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 3966085167695951451, 3905574386301953638, 7234582238584647728, 3472328330641094195}}
#5  0x0000555f8c0a326c in die () at /tmp/ruby/src/trunk-gc-asserts/error.c:1071
No locals.
#6  rb_bug (fmt=fmt@entry=0x555f8c510988 "objspace/memsize_of(): unknown data type 0x%x(%p)") at /tmp/ruby/src/trunk-gc-asserts/error.c:1095
        args = {{gp_offset = 24, fp_offset = 48, overflow_arg_area = 0x7ffd36c26d70, reg_save_area = 0x7ffd36c26cb0}}
#7  0x0000555f8c0a3c43 in obj_memsize_of (obj=139783546046800, use_all_types=0) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4801
        size = 0
#8  0x0000555f8c1a0d25 in obj_memsize_of (use_all_types=0, obj=139783546046800) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4688
        size = 0
        rm = <optimized out>
#9  check_rvalue_consistency_force (obj=139783546046800, terminate=1) at /tmp/ruby/src/trunk-gc-asserts/gc.c:1652
        uncollectible_bit = 254
        marking_bit = 0
        remembered_bit = 0
        age = 0
        wb_unprotected_bit = 0
        mark_bit = 0
        _lev = 32545
        err = <optimized out>
        objspace = 0x555f8da43c10
#10 0x0000555f8c1a3b69 in check_rvalue_consistency (obj=139783546046800) at /tmp/ruby/src/trunk-gc-asserts/gc.c:1714
No locals.
#11 RVALUE_MARKED (obj=139783546046800) at /tmp/ruby/src/trunk-gc-asserts/gc.c:1550
No locals.
#12 gc_move (objspace=0x555f8da43c10, scan=139783515668520, free=139783546046800, src_slot_size=40, slot_size=40) at /tmp/ruby/src/trunk-gc-asserts/gc.c:9548
        marked = <optimized out>
        wb_unprotected = <optimized out>
        uncollectible = <optimized out>
        age = <optimized out>
        dest = 0x7f21e49b8950
        src = 0x7f21e2cc0028
        remembered = <optimized out>
        __func__ = "gc_move"
        dest_overhead = <optimized out>
        src_overhead = <optimized out>
#13 0x0000555f8c1a42d2 in try_move (heap=<optimized out>, src=139783515668520, free_page=0x555f8da69b40, objspace=0x555f8da43c10) at /tmp/ruby/src/trunk-gc-asserts/gc.c:5064
        src_page = 0x555f8dc81840
        dest = <optimized out>
        __func__ = "try_move"
        src_page = <optimized out>
        dest = <optimized out>
#14 gc_compact_move (src=139783515668520, size_pool=0x555f8da43c30, heap=0x555f8da43c80, objspace=0x555f8da43c10) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8158
        dest_pool = <optimized out>
        dheap = <optimized out>
        new_shape = 0x0
        orig_shape = 0x0
        __func__ = "gc_compact_move"
        dest_pool = <optimized out>
        dheap = <optimized out>
        new_shape = <optimized out>
        orig_shape = <optimized out>
        initial_shape = <optimized out>
        ctx = <optimized out>
        dest = <optimized out>
#15 gc_compact_plane (objspace=0x555f8da43c10, size_pool=0x555f8da43c30, heap=0x555f8da43c80, p=139783515668520, bitset=7905747459701061337, page=<optimized out>, page=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8209
        vp = 139783515668520
        slot_size = 40
        slot_bits = 1
        __func__ = "gc_compact_plane"
#16 0x0000555f8c1aae95 in gc_compact_page (page=0x555f8dc81840, heap=<optimized out>, size_pool=<optimized out>, objspace=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8239
        mark_bits = 0x555f8dc81950
        pin_bits = 0x555f8dc81c90
        bitset = <optimized out>
        p = 139783515668520
        __func__ = <optimized out>
        mark_bits = <optimized out>
        pin_bits = <optimized out>
        bitset = <optimized out>
        p = <optimized out>
        j = <optimized out>
#17 gc_sweep_compact (objspace=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8291
        size_pool = <optimized out>
        heap = <optimized out>
        start_page = 0x555f8dc81840
        i = <optimized out>
#18 gc_sweep (objspace=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:5900
        immediate_sweep = <optimized out>
#19 0x0000555f8c1adfcb in gc_start (objspace=<optimized out>, reason=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:9088
        do_full_mark = <optimized out>
        __func__ = "gc_start"
        lock_lev = 0
#20 0x0000555f8c1b0d78 in garbage_collect (reason=238592, objspace=0x555f8da43c10) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8968
        _lev = 32545
        ret = <optimized out>
        ret = <optimized out>
        _lev = <optimized out>
#21 gc_start_internal (compact=<optimized out>, immediate_sweep=<optimized out>, immediate_mark=<optimized out>, full_mark=<optimized out>, self=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:9418
        objspace = 0x555f8da43c10
        reason = 238592
        objspace = <optimized out>
        reason = <optimized out>
        __func__ = <optimized out>
#22 gc_compact (self=139783545931960) at /tmp/ruby/src/trunk-gc-asserts/gc.c:10488
No locals.
#23 0x0000555f8c35eb64 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3594
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#24 vm_call_cfunc_with_frame (calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3640
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
#25 vm_call_cfunc_other (ec=0x555f8da49420, reg_cfp=0x7f21fdf52ef8, calling=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3666
        ci = <optimized out>
        argv_ary = <optimized out>
#26 0x0000555f8c3707a1 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:393
        val = 93868865867392
        ci = 0x0
        cc = <optimized out>
        recv = 1786956
        argc = <optimized out>
        calling = {cd = 0x555f8def0700, cc = 0x7f21e2d03760, block_handler = 0, recv = 139783545931960, argc = 0, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#27 vm_exec_core (ec=0x555f8da49420) at ../../src/trunk-gc-asserts/insns.def:891
        bh = <optimized out>
        cd = 0x1b444c
        leaf = <optimized out>
        val = 93868865867392
        reg_pc = 0x555f8ddbb740
        reg_cfp = 0x7f21fdf52ef8
        insns_address_table = {0x555f8c37259c <vm_exec_core+7948>, 0x555f8c372530 <vm_exec_core+7840>, 0x555f8c3724bf <vm_exec_core+7727>, 0x555f8c372443 <vm_exec_core+7603>, 0x555f8c3723ca <vm_exec_core+7482>, 0x555f8c372349 <vm_exec_core+7353>, 0x555f8c37227c <vm_exec_core+7148>, 0x555f8c372b34 <vm_exec_core+9380>, 0x555f8c3727bf <vm_exec_core+8495>, 0x555f8c372764 <vm_exec_core+8404>, 0x555f8c3725c4 <vm_exec_core+7988>, 0x555f8c372938 <vm_exec_core+8872>, 0x555f8c3728ef <vm_exec_core+8799>, 0x555f8c3721c8 <vm_exec_core+6968>, 0x555f8c372166 <vm_exec_core+6870>, 0x555f8c372c4b <vm_exec_core+9659>, 0x555f8c372c0d <vm_exec_core+9597>, 0x555f8c372bd2 <vm_exec_core+9538>, 0x555f8c372b97 <vm_exec_core+9479>, 0x555f8c372d25 <vm_exec_core+9877>, 0x555f8c372c8e <vm_exec_core+9726>, 0x555f8c372d60 <vm_exec_core+9936>, 0x555f8c372231 <vm_exec_core+7073>, 0x555f8c372f35 <vm_exec_core+10405>, 0x555f8c372ee9 <vm_exec_core+10329>, 0x555f8c372862 <vm_exec_core+8658>, 0x555f8c372822 <vm_exec_core+8594>, 0x555f8c372e28 <vm_exec_core+10136>, 0x555f8c372da8 <vm_exec_core+10008>, 0x555f8c372e89 <vm_exec_core+10233>, 0x555f8c371329 <vm_exec_core+3225>, 0x555f8c371a61 <vm_exec_core+5073>, 0x555f8c3718c1 <vm_exec_core+4657>, 0x555f8c37182d <vm_exec_core+4509>, 0x555f8c3717c1 <vm_exec_core+4401>, 0x555f8c371763 <vm_exec_core+4307>, 0x555f8c371700 <vm_exec_core+4208>, 0x555f8c3716a9 <vm_exec_core+4121>, 0x555f8c37164d <vm_exec_core+4029>, 0x555f8c3715fd <vm_exec_core+3949>, 0x555f8c3715d0 <vm_exec_core+3904>, 0x555f8c37158f <vm_exec_core+3839>, 0x555f8c371538 <vm_exec_core+3752>, 0x555f8c3714fe <vm_exec_core+3694>, 0x555f8c3713ff <vm_exec_core+3439>, 0x555f8c3713b6 <vm_exec_core+3366>, 0x555f8c37136c <vm_exec_core+3292>, 0x555f8c3720ca <vm_exec_core+6714>, 0x555f8c372057 <vm_exec_core+6599>, 0x555f8c3720fe <vm_exec_core+6766>, 0x555f8c371d70 <vm_exec_core+5856>, 0x555f8c371cfb <vm_exec_core+5739>, 0x555f8c371c5f <vm_exec_core+5583>, 0x555f8c371ae4 <vm_exec_core+5204>, 0x555f8c371aa4 <vm_exec_core+5140>, 0x555f8c371fb7 <vm_exec_core+6439>, 0x555f8c371e96 <vm_exec_core+6150>, 0x555f8c3706e8 <vm_exec_core+88>, 0x555f8c371e18 <vm_exec_core+6024>, 0x555f8c371dc3 <vm_exec_core+5939>, 0x555f8c3742a2 <vm_exec_core+15378>, 0x555f8c372002 <vm_exec_core+6514>, 0x555f8c370e10 <vm_exec_core+1920>, 0x555f8c370d1c <vm_exec_core+1676>, 0x555f8c3711ff <vm_exec_core+2927>, 0x555f8c371148 <vm_exec_core+2744>, 0x555f8c37328f <vm_exec_core+11263>, 0x555f8c371108 <vm_exec_core+2680>, 0x555f8c3710a9 <vm_exec_core+2585>, 0x555f8c37104a <vm_exec_core+2490>, 0x555f8c371008 <vm_exec_core+2424>, 0x555f8c370f5f <vm_exec_core+2255>, 0x555f8c370eb6 <vm_exec_core+2086>, 0x555f8c373f45 <vm_exec_core+14517>, 0x555f8c373edb <vm_exec_core+14411>, 0x555f8c373df7 <vm_exec_core+14183>, 0x555f8c373915 <vm_exec_core+12933>, 0x555f8c37396b <vm_exec_core+13019>, 0x555f8c373a04 <vm_exec_core+13172>, 0x555f8c373a66 <vm_exec_core+13270>, 0x555f8c373c4b <vm_exec_core+13755>, 0x555f8c373caf <vm_exec_core+13855>, 0x555f8c374046 <vm_exec_core+14774>, 0x555f8c3740aa <vm_exec_core+14874>, 0x555f8c373e99 <vm_exec_core+14345>, 0x555f8c374169 <vm_exec_core+15065>, 0x555f8c37410e <vm_exec_core+14974>, 0x555f8c3741bd <vm_exec_core+15149>, 0x555f8c3742f4 <vm_exec_core+15460>, 0x555f8c370ca7 <vm_exec_core+1559>, 0x555f8c370c43 <vm_exec_core+1459>, 0x555f8c373838 <vm_exec_core+12712>, 0x555f8c373d13 <vm_exec_core+13955>, 0x555f8c373d50 <vm_exec_core+14016>, 0x555f8c373d99 <vm_exec_core+14089>, 0x555f8c37422e <vm_exec_core+15262>, 0x555f8c373fb2 <vm_exec_core+14626>, 0x555f8c370bce <vm_exec_core+1342>, 0x555f8c370b4f <vm_exec_core+1215>, 0x555f8c370aa4 <vm_exec_core+1044>, 0x555f8c370a57 <vm_exec_core+967>, 0x555f8c370a06 <vm_exec_core+886>, 0x555f8c3709b7 <vm_exec_core+807>, 0x555f8c370960 <vm_exec_core+720>, 0x555f8c370925 <vm_exec_core+661>, 0x555f8c3708ea <vm_exec_core+602>, 0x555f8c37258d <vm_exec_core+7933>, 0x555f8c372521 <vm_exec_core+7825>, 0x555f8c3724b0 <vm_exec_core+7712>, 0x555f8c372434 <vm_exec_core+7588>, 0x555f8c3723bb <vm_exec_core+7467>, 0x555f8c37233a <vm_exec_core+7338>, 0x555f8c37226d <vm_exec_core+7133>, 0x555f8c372b25 <vm_exec_core+9365>, 0x555f8c3727b0 <vm_exec_core+8480>, 0x555f8c372755 <vm_exec_core+8389>, 0x555f8c3725b5 <vm_exec_core+7973>, 0x555f8c372929 <vm_exec_core+8857>, 0x555f8c3728e0 <vm_exec_core+8784>, 0x555f8c3721b9 <vm_exec_core+6953>, 0x555f8c372157 <vm_exec_core+6855>, 0x555f8c372c3c <vm_exec_core+9644>, 0x555f8c372bfe <vm_exec_core+9582>, 0x555f8c372bc3 <vm_exec_core+9523>, 0x555f8c372b88 <vm_exec_core+9464>, 0x555f8c372d16 <vm_exec_core+9862>, 0x555f8c372c7f <vm_exec_core+9711>, 0x555f8c372d51 <vm_exec_core+9921>, 0x555f8c372222 <vm_exec_core+7058>, 0x555f8c372f26 <vm_exec_core+10390>, 0x555f8c372eda <vm_exec_core+10314>, 0x555f8c372853 <vm_exec_core+8643>, 0x555f8c372813 <vm_exec_core+8579>, 0x555f8c372e19 <vm_exec_core+10121>, 0x555f8c372d99 <vm_exec_core+9993>, 0x555f8c372e7a <vm_exec_core+10218>, 0x555f8c37131a <vm_exec_core+3210>, 0x555f8c371a52 <vm_exec_core+5058>, 0x555f8c3718b2 <vm_exec_core+4642>, 0x555f8c37181e <vm_exec_core+4494>, 0x555f8c3717b2 <vm_exec_core+4386>, 0x555f8c371754 <vm_exec_core+4292>, 0x555f8c3716f1 <vm_exec_core+4193>, 0x555f8c37169a <vm_exec_core+4106>, 0x555f8c37163e <vm_exec_core+4014>, 0x555f8c3715ee <vm_exec_core+3934>, 0x555f8c3715c1 <vm_exec_core+3889>, 0x555f8c371580 <vm_exec_core+3824>, 0x555f8c371529 <vm_exec_core+3737>, 0x555f8c3714ef <vm_exec_core+3679>, 0x555f8c3713f0 <vm_exec_core+3424>, 0x555f8c3713a7 <vm_exec_core+3351>, 0x555f8c37135d <vm_exec_core+3277>, 0x555f8c3720bb <vm_exec_core+6699>, 0x555f8c372048 <vm_exec_core+6584>, 0x555f8c3720ef <vm_exec_core+6751>, 0x555f8c371d61 <vm_exec_core+5841>, 0x555f8c371cec <vm_exec_core+5724>, 0x555f8c371c50 <vm_exec_core+5568>, 0x555f8c371ad5 <vm_exec_core+5189>, 0x555f8c371a95 <vm_exec_core+5125>, 0x555f8c371fa8 <vm_exec_core+6424>, 0x555f8c371e87 <vm_exec_core+6135>, 0x555f8c373b2c <vm_exec_core+13468>, 0x555f8c371e09 <vm_exec_core+6009>, 0x555f8c371db4 <vm_exec_core+5924>, 0x555f8c373b40 <vm_exec_core+13488>, 0x555f8c371ff3 <vm_exec_core+6499>, 0x555f8c370e01 <vm_exec_core+1905>, 0x555f8c370d0d <vm_exec_core+1661>, 0x555f8c3711f0 <vm_exec_core+2912>, 0x555f8c371139 <vm_exec_core+2729>, 0x555f8c373280 <vm_exec_core+11248>, 0x555f8c3710f9 <vm_exec_core+2665>, 0x555f8c37109a <vm_exec_core+2570>, 0x555f8c37103b <vm_exec_core+2475>, 0x555f8c370ff9 <vm_exec_core+2409>, 0x555f8c370f50 <vm_exec_core+2240>, 0x555f8c370ea7 <vm_exec_core+2071>, 0x555f8c373b54 <vm_exec_core+13508>, 0x555f8c373b68 <vm_exec_core+13528>, 0x555f8c373b7c <vm_exec_core+13548>, 0x555f8c373b90 <vm_exec_core+13568>, 0x555f8c373ba4 <vm_exec_core+13588>, 0x555f8c373bb8 <vm_exec_core+13608>, 0x555f8c373bcc <vm_exec_core+13628>, 0x555f8c373be7 <vm_exec_core+13655>, 0x555f8c373bfb <vm_exec_core+13675>, 0x555f8c373c0f <vm_exec_core+13695>, 0x555f8c373c23 <vm_exec_core+13715>, 0x555f8c373c37 <vm_exec_core+13735>, 0x555f8c373875 <vm_exec_core+12773>, 0x555f8c373889 <vm_exec_core+12793>, 0x555f8c37389d <vm_exec_core+12813>, 0x555f8c3738b1 <vm_exec_core+12833>, 0x555f8c370c98 <vm_exec_core+1544>, 0x555f8c370c34 <vm_exec_core+1444>, 0x555f8c3738c5 <vm_exec_core+12853>, 0x555f8c3738d9 <vm_exec_core+12873>, 0x555f8c3738ed <vm_exec_core+12893>...}
#28 0x0000555f8c376bfa in rb_vm_exec (ec=0x555f8da49420) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2560
        _ec = 0x555f8da49420
        _tag = {tag = 36, retval = 4, buf = {0x7f21e2d037e8, 0x555f8c376c00 <rb_vm_exec+416>, 0x0, 0x7ffd36c27620, 0x0}, prev = 0x7ffd36c278f0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#29 0x0000555f8c37c2f8 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffd36c276f8, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1642
No locals.
#30 vm_yield (kw_splat=0, argv=0x7ffd36c276f8, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1650
No locals.
#31 rb_yield_0 (argv=0x7ffd36c276f8, argc=1) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1346
No locals.
#32 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1362
No locals.
#33 0x0000555f8c0b173e in rb_ary_reverse_each (ary=139783515944920) at /tmp/ruby/src/trunk-gc-asserts/internal/array.h:148
        nlen = <optimized out>
        len = 0
#34 0x0000555f8c35eb64 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3594
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#35 vm_call_cfunc_with_frame (calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3640
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
#36 vm_call_cfunc_other (ec=0x555f8da49420, reg_cfp=0x7f21fdf52f68, calling=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3666
        ci = <optimized out>
        argv_ary = <optimized out>
#37 0x0000555f8c371f89 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:393
        val = 93868889141648
        ci = 0x1b444c
        cc = <optimized out>
        recv = 6
        argc = <optimized out>
        calling = {cd = 0x555f8dcaf190, cc = 0x7f21e2d037b0, block_handler = 139783971352449, recv = 139783515944920, argc = 0, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#38 vm_exec_core (ec=0x555f8da49420) at ../../src/trunk-gc-asserts/insns.def:871
        bh = 0
        cd = 0x555f8dcaf190
        blockiseq = 0x6
        leaf = <optimized out>
        val = 93868889141648
        reg_pc = 0x555f8db8bba8
        reg_cfp = 0x7f21fdf52f68
        insns_address_table = {0x555f8c37259c <vm_exec_core+7948>, 0x555f8c372530 <vm_exec_core+7840>, 0x555f8c3724bf <vm_exec_core+7727>, 0x555f8c372443 <vm_exec_core+7603>, 0x555f8c3723ca <vm_exec_core+7482>, 0x555f8c372349 <vm_exec_core+7353>, 0x555f8c37227c <vm_exec_core+7148>, 0x555f8c372b34 <vm_exec_core+9380>, 0x555f8c3727bf <vm_exec_core+8495>, 0x555f8c372764 <vm_exec_core+8404>, 0x555f8c3725c4 <vm_exec_core+7988>, 0x555f8c372938 <vm_exec_core+8872>, 0x555f8c3728ef <vm_exec_core+8799>, 0x555f8c3721c8 <vm_exec_core+6968>, 0x555f8c372166 <vm_exec_core+6870>, 0x555f8c372c4b <vm_exec_core+9659>, 0x555f8c372c0d <vm_exec_core+9597>, 0x555f8c372bd2 <vm_exec_core+9538>, 0x555f8c372b97 <vm_exec_core+9479>, 0x555f8c372d25 <vm_exec_core+9877>, 0x555f8c372c8e <vm_exec_core+9726>, 0x555f8c372d60 <vm_exec_core+9936>, 0x555f8c372231 <vm_exec_core+7073>, 0x555f8c372f35 <vm_exec_core+10405>, 0x555f8c372ee9 <vm_exec_core+10329>, 0x555f8c372862 <vm_exec_core+8658>, 0x555f8c372822 <vm_exec_core+8594>, 0x555f8c372e28 <vm_exec_core+10136>, 0x555f8c372da8 <vm_exec_core+10008>, 0x555f8c372e89 <vm_exec_core+10233>, 0x555f8c371329 <vm_exec_core+3225>, 0x555f8c371a61 <vm_exec_core+5073>, 0x555f8c3718c1 <vm_exec_core+4657>, 0x555f8c37182d <vm_exec_core+4509>, 0x555f8c3717c1 <vm_exec_core+4401>, 0x555f8c371763 <vm_exec_core+4307>, 0x555f8c371700 <vm_exec_core+4208>, 0x555f8c3716a9 <vm_exec_core+4121>, 0x555f8c37164d <vm_exec_core+4029>, 0x555f8c3715fd <vm_exec_core+3949>, 0x555f8c3715d0 <vm_exec_core+3904>, 0x555f8c37158f <vm_exec_core+3839>, 0x555f8c371538 <vm_exec_core+3752>, 0x555f8c3714fe <vm_exec_core+3694>, 0x555f8c3713ff <vm_exec_core+3439>, 0x555f8c3713b6 <vm_exec_core+3366>, 0x555f8c37136c <vm_exec_core+3292>, 0x555f8c3720ca <vm_exec_core+6714>, 0x555f8c372057 <vm_exec_core+6599>, 0x555f8c3720fe <vm_exec_core+6766>, 0x555f8c371d70 <vm_exec_core+5856>, 0x555f8c371cfb <vm_exec_core+5739>, 0x555f8c371c5f <vm_exec_core+5583>, 0x555f8c371ae4 <vm_exec_core+5204>, 0x555f8c371aa4 <vm_exec_core+5140>, 0x555f8c371fb7 <vm_exec_core+6439>, 0x555f8c371e96 <vm_exec_core+6150>, 0x555f8c3706e8 <vm_exec_core+88>, 0x555f8c371e18 <vm_exec_core+6024>, 0x555f8c371dc3 <vm_exec_core+5939>, 0x555f8c3742a2 <vm_exec_core+15378>, 0x555f8c372002 <vm_exec_core+6514>, 0x555f8c370e10 <vm_exec_core+1920>, 0x555f8c370d1c <vm_exec_core+1676>, 0x555f8c3711ff <vm_exec_core+2927>, 0x555f8c371148 <vm_exec_core+2744>, 0x555f8c37328f <vm_exec_core+11263>, 0x555f8c371108 <vm_exec_core+2680>, 0x555f8c3710a9 <vm_exec_core+2585>, 0x555f8c37104a <vm_exec_core+2490>, 0x555f8c371008 <vm_exec_core+2424>, 0x555f8c370f5f <vm_exec_core+2255>, 0x555f8c370eb6 <vm_exec_core+2086>, 0x555f8c373f45 <vm_exec_core+14517>, 0x555f8c373edb <vm_exec_core+14411>, 0x555f8c373df7 <vm_exec_core+14183>, 0x555f8c373915 <vm_exec_core+12933>, 0x555f8c37396b <vm_exec_core+13019>, 0x555f8c373a04 <vm_exec_core+13172>, 0x555f8c373a66 <vm_exec_core+13270>, 0x555f8c373c4b <vm_exec_core+13755>, 0x555f8c373caf <vm_exec_core+13855>, 0x555f8c374046 <vm_exec_core+14774>, 0x555f8c3740aa <vm_exec_core+14874>, 0x555f8c373e99 <vm_exec_core+14345>, 0x555f8c374169 <vm_exec_core+15065>, 0x555f8c37410e <vm_exec_core+14974>, 0x555f8c3741bd <vm_exec_core+15149>, 0x555f8c3742f4 <vm_exec_core+15460>, 0x555f8c370ca7 <vm_exec_core+1559>, 0x555f8c370c43 <vm_exec_core+1459>, 0x555f8c373838 <vm_exec_core+12712>, 0x555f8c373d13 <vm_exec_core+13955>, 0x555f8c373d50 <vm_exec_core+14016>, 0x555f8c373d99 <vm_exec_core+14089>, 0x555f8c37422e <vm_exec_core+15262>, 0x555f8c373fb2 <vm_exec_core+14626>, 0x555f8c370bce <vm_exec_core+1342>, 0x555f8c370b4f <vm_exec_core+1215>, 0x555f8c370aa4 <vm_exec_core+1044>, 0x555f8c370a57 <vm_exec_core+967>, 0x555f8c370a06 <vm_exec_core+886>, 0x555f8c3709b7 <vm_exec_core+807>, 0x555f8c370960 <vm_exec_core+720>, 0x555f8c370925 <vm_exec_core+661>, 0x555f8c3708ea <vm_exec_core+602>, 0x555f8c37258d <vm_exec_core+7933>, 0x555f8c372521 <vm_exec_core+7825>, 0x555f8c3724b0 <vm_exec_core+7712>, 0x555f8c372434 <vm_exec_core+7588>, 0x555f8c3723bb <vm_exec_core+7467>, 0x555f8c37233a <vm_exec_core+7338>, 0x555f8c37226d <vm_exec_core+7133>, 0x555f8c372b25 <vm_exec_core+9365>, 0x555f8c3727b0 <vm_exec_core+8480>, 0x555f8c372755 <vm_exec_core+8389>, 0x555f8c3725b5 <vm_exec_core+7973>, 0x555f8c372929 <vm_exec_core+8857>, 0x555f8c3728e0 <vm_exec_core+8784>, 0x555f8c3721b9 <vm_exec_core+6953>, 0x555f8c372157 <vm_exec_core+6855>, 0x555f8c372c3c <vm_exec_core+9644>, 0x555f8c372bfe <vm_exec_core+9582>, 0x555f8c372bc3 <vm_exec_core+9523>, 0x555f8c372b88 <vm_exec_core+9464>, 0x555f8c372d16 <vm_exec_core+9862>, 0x555f8c372c7f <vm_exec_core+9711>, 0x555f8c372d51 <vm_exec_core+9921>, 0x555f8c372222 <vm_exec_core+7058>, 0x555f8c372f26 <vm_exec_core+10390>, 0x555f8c372eda <vm_exec_core+10314>, 0x555f8c372853 <vm_exec_core+8643>, 0x555f8c372813 <vm_exec_core+8579>, 0x555f8c372e19 <vm_exec_core+10121>, 0x555f8c372d99 <vm_exec_core+9993>, 0x555f8c372e7a <vm_exec_core+10218>, 0x555f8c37131a <vm_exec_core+3210>, 0x555f8c371a52 <vm_exec_core+5058>, 0x555f8c3718b2 <vm_exec_core+4642>, 0x555f8c37181e <vm_exec_core+4494>, 0x555f8c3717b2 <vm_exec_core+4386>, 0x555f8c371754 <vm_exec_core+4292>, 0x555f8c3716f1 <vm_exec_core+4193>, 0x555f8c37169a <vm_exec_core+4106>, 0x555f8c37163e <vm_exec_core+4014>, 0x555f8c3715ee <vm_exec_core+3934>, 0x555f8c3715c1 <vm_exec_core+3889>, 0x555f8c371580 <vm_exec_core+3824>, 0x555f8c371529 <vm_exec_core+3737>, 0x555f8c3714ef <vm_exec_core+3679>, 0x555f8c3713f0 <vm_exec_core+3424>, 0x555f8c3713a7 <vm_exec_core+3351>, 0x555f8c37135d <vm_exec_core+3277>, 0x555f8c3720bb <vm_exec_core+6699>, 0x555f8c372048 <vm_exec_core+6584>, 0x555f8c3720ef <vm_exec_core+6751>, 0x555f8c371d61 <vm_exec_core+5841>, 0x555f8c371cec <vm_exec_core+5724>, 0x555f8c371c50 <vm_exec_core+5568>, 0x555f8c371ad5 <vm_exec_core+5189>, 0x555f8c371a95 <vm_exec_core+5125>, 0x555f8c371fa8 <vm_exec_core+6424>, 0x555f8c371e87 <vm_exec_core+6135>, 0x555f8c373b2c <vm_exec_core+13468>, 0x555f8c371e09 <vm_exec_core+6009>, 0x555f8c371db4 <vm_exec_core+5924>, 0x555f8c373b40 <vm_exec_core+13488>, 0x555f8c371ff3 <vm_exec_core+6499>, 0x555f8c370e01 <vm_exec_core+1905>, 0x555f8c370d0d <vm_exec_core+1661>, 0x555f8c3711f0 <vm_exec_core+2912>, 0x555f8c371139 <vm_exec_core+2729>, 0x555f8c373280 <vm_exec_core+11248>, 0x555f8c3710f9 <vm_exec_core+2665>, 0x555f8c37109a <vm_exec_core+2570>, 0x555f8c37103b <vm_exec_core+2475>, 0x555f8c370ff9 <vm_exec_core+2409>, 0x555f8c370f50 <vm_exec_core+2240>, 0x555f8c370ea7 <vm_exec_core+2071>, 0x555f8c373b54 <vm_exec_core+13508>, 0x555f8c373b68 <vm_exec_core+13528>, 0x555f8c373b7c <vm_exec_core+13548>, 0x555f8c373b90 <vm_exec_core+13568>, 0x555f8c373ba4 <vm_exec_core+13588>, 0x555f8c373bb8 <vm_exec_core+13608>, 0x555f8c373bcc <vm_exec_core+13628>, 0x555f8c373be7 <vm_exec_core+13655>, 0x555f8c373bfb <vm_exec_core+13675>, 0x555f8c373c0f <vm_exec_core+13695>, 0x555f8c373c23 <vm_exec_core+13715>, 0x555f8c373c37 <vm_exec_core+13735>, 0x555f8c373875 <vm_exec_core+12773>, 0x555f8c373889 <vm_exec_core+12793>, 0x555f8c37389d <vm_exec_core+12813>, 0x555f8c3738b1 <vm_exec_core+12833>, 0x555f8c370c98 <vm_exec_core+1544>, 0x555f8c370c34 <vm_exec_core+1444>, 0x555f8c3738c5 <vm_exec_core+12853>, 0x555f8c3738d9 <vm_exec_core+12873>, 0x555f8c3738ed <vm_exec_core+12893>...}
#39 0x0000555f8c376bfa in rb_vm_exec (ec=0x555f8da49420) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2560
        _ec = 0x555f8da49420
        _tag = {tag = 36, retval = 4, buf = {0x7f21e2d04070, 0x555f8c376c00 <rb_vm_exec+416>, 0x0, 0x7ffd36c278d0, 0x7f21fe3a0040 <_rtld_global>}, prev = 0x7ffd36c279b0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#40 0x0000555f8c37769b in rb_iseq_eval_main (iseq=iseq@entry=0x7f21e2d04070) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2826
        ec = <optimized out>
        val = <optimized out>
#41 0x0000555f8c186d45 in rb_ec_exec_node (ec=ec@entry=0x555f8da49420, n=n@entry=0x7f21e2d04070) at /tmp/ruby/src/trunk-gc-asserts/eval.c:281
        _ec = <optimized out>
        _tag = {tag = 36, retval = 93868886627360, buf = {0x7f21e2d04070, 0x555f8c186d90 <rb_ec_exec_node+256>, 0x0, 0x7ffd36c27980, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f21e2d04070
#42 0x0000555f8c18a92b in ruby_run_node (n=0x7f21e2d04070) at /tmp/ruby/src/trunk-gc-asserts/eval.c:319
        ec = 0x555f8da49420
        status = 0
#43 0x0000555f8c0ae367 in rb_main (argv=0x7ffd36c27bb8, argc=8) at /tmp/ruby/src/trunk-gc-asserts/main.c:40
        variable_in_this_stack_frame = 140725522169369
#44 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/main.c:59
No locals.

>>> Dump Ruby level backtrace (if possible)


$ gdb -batch -se /tmp/ruby/build/trunk-gc-asserts/ruby -c /tmp/cores/core.1001.1826003.ruby -x gdbscript
[New LWP 1826003]
[New LWP 1826012]
[New LWP 1826184]
[New LWP 1826021]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb: TestWeakMap#test'.
Program terminated with signal SIGABRT, Aborted.
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140476355222528) at ./nptl/pthread_kill.c:44
[Current thread is 1 (Thread 0x7fc333409c00 (LWP 1826003))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7fc333409c00 (LWP 1826003) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140476355222528) at ./nptl/pthread_kill.c:44
  2    Thread 0x7fc319e2f640 (LWP 1826012) 0x00007fc333550fde in epoll_wait (epfd=4, events=events@entry=0x7fc333e7521c <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=10) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
  3    Thread 0x7fc31896f640 (LWP 1826184) __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x562af62b21e0) at ./nptl/futex-internal.c:57
  4    Thread 0x7fc318b9f640 (LWP 1826021) __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x562af587f930) at ./nptl/futex-internal.c:57

>>> Machine level backtrace


Thread 4 (Thread 0x7fc318b9f640 (LWP 1826021)):
#0  __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x562af587f930) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x562af587f930) 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=0x562af587f930, 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  0x00007fc3334beac1 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x562af565b290, cond=0x562af587f908) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7fc3334be7a0 <__condvar_cleanup_waiting>, __arg = 0x7fc318b9e640, __canceltype = 434525408, __prev = 0x0}
        cbuffer = {wseq = 4, cond = 0x562af587f908, mutex = 0x562af565b290, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 4
        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=0x562af587f908, mutex=mutex@entry=0x562af565b290) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00007fc333ae4bcd in rb_native_cond_wait (cond=cond@entry=0x562af587f908, mutex=mutex@entry=0x562af565b290) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:222
        r = <optimized out>
#6  0x00007fc333ae64b9 in thread_sched_wait_running_turn (sched=sched@entry=0x562af565b290, th=th@entry=0x562af5a607a0, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:862
        next_th = 0x0
#7  0x00007fc333ae6d06 in thread_sched_to_waiting_until_wakeup (sched=sched@entry=0x562af565b290, th=th@entry=0x562af5a607a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:1104
        can_direct_transfer = <optimized out>
#8  0x00007fc333af0874 in native_sleep (rel=0x0, th=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:3328
        sched = 0x562af565b290
        sched = <optimized out>
#9  sleep_forever (fl=1, th=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread.c:1351
        prev_status = <optimized out>
        status = THREAD_STOPPED_FOREVER
        woke = <optimized out>
        prev_status = <optimized out>
        status = <optimized out>
        woke = <optimized out>
#10 rb_thread_sleep_deadly_allow_spurious_wakeup (blocker=<optimized out>, timeout=<optimized out>, end=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread.c:1396
        scheduler = <optimized out>
#11 0x00007fc333af0a68 in queue_sleep (_args=_args@entry=140475910187200) at /tmp/ruby/src/trunk-gc-asserts/thread_sync.c:1028
        args = 0x7fc318b9e8c0
#12 0x00007fc333951276 in rb_ensure (b_proc=b_proc@entry=0x7fc333af0a50 <queue_sleep>, data1=data1@entry=140475910187200, e_proc=e_proc@entry=0x7fc333ae0c60 <queue_sleep_done>, data2=data2@entry=140475910187232) at /tmp/ruby/src/trunk-gc-asserts/eval.c:1000
        _ec = 0x562af5f22250
        _tag = {tag = 36, retval = 140476362715049, buf = {0x562af58e7480, 0x7fc333951350 <rb_ensure+512>, 0x0, 0x7fc318b9e7b0, 0x1}, prev = 0x7fc318b9ea50, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 4
        errinfo = <optimized out>
        ec = 0x562af5f22250
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7fc333ae0c60 <queue_sleep_done>, data2 = 140475910187232}}
#13 0x00007fc333aea467 in queue_do_pop (self=140475912284280, q=0x562af58e7480, should_block=<optimized out>, timeout=4) at /tmp/ruby/src/trunk-gc-asserts/thread_sync.c:1103
        ec = <optimized out>
        queue_waiter = {w = {self = 140475912284280, th = 0x562af5a607a0, fiber = 0x0, node = {next = 0x562af58e7480, prev = 0x562af58e7480}}, as = {q = 0x562af58e7480, sq = 0x562af58e7480}}
        unaligned_member_ptr_result = <optimized out>
        waitq = 0x562af58e7480
        queue_sleep_arg = {self = 140475912284280, timeout = 4, end = 0}
        end = <optimized out>
#14 0x00007fc333b3921f in invoke_bf (argv=<optimized out>, bf=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:7006
        canary_p = <optimized out>
        ret = 94742506681888
        canary_p = <optimized out>
        ret = <optimized out>
#15 vm_invoke_builtin_delegate (start_index=<optimized out>, bf=<optimized out>, cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:7033
        argv = <optimized out>
        __func__ = <optimized out>
        i = <optimized out>
        argv = <optimized out>
#16 vm_exec_core (ec=0x562af5f22250) at ../../src/trunk-gc-asserts/insns.def:1565
        bf = 0x7fc3334bc197 <__GI___futex_abstimed_wait_cancelable64+231>
        index = 0
        leaf = <optimized out>
        val = <optimized out>
        reg_pc = 0x562af574bb08
        reg_cfp = 0x562af61aa8c8
        insns_address_table = {0x7fc333b3acbc <vm_exec_core+7948>, 0x7fc333b3ac50 <vm_exec_core+7840>, 0x7fc333b3abdf <vm_exec_core+7727>, 0x7fc333b3ab63 <vm_exec_core+7603>, 0x7fc333b3aaea <vm_exec_core+7482>, 0x7fc333b3aa69 <vm_exec_core+7353>, 0x7fc333b3a99c <vm_exec_core+7148>, 0x7fc333b3b254 <vm_exec_core+9380>, 0x7fc333b3aedf <vm_exec_core+8495>, 0x7fc333b3ae84 <vm_exec_core+8404>, 0x7fc333b3ace4 <vm_exec_core+7988>, 0x7fc333b3b058 <vm_exec_core+8872>, 0x7fc333b3b00f <vm_exec_core+8799>, 0x7fc333b3a8e8 <vm_exec_core+6968>, 0x7fc333b3a886 <vm_exec_core+6870>, 0x7fc333b3b36b <vm_exec_core+9659>, 0x7fc333b3b32d <vm_exec_core+9597>, 0x7fc333b3b2f2 <vm_exec_core+9538>, 0x7fc333b3b2b7 <vm_exec_core+9479>, 0x7fc333b3b445 <vm_exec_core+9877>, 0x7fc333b3b3ae <vm_exec_core+9726>, 0x7fc333b3b480 <vm_exec_core+9936>, 0x7fc333b3a951 <vm_exec_core+7073>, 0x7fc333b3b655 <vm_exec_core+10405>, 0x7fc333b3b609 <vm_exec_core+10329>, 0x7fc333b3af82 <vm_exec_core+8658>, 0x7fc333b3af42 <vm_exec_core+8594>, 0x7fc333b3b548 <vm_exec_core+10136>, 0x7fc333b3b4c8 <vm_exec_core+10008>, 0x7fc333b3b5a9 <vm_exec_core+10233>, 0x7fc333b39a49 <vm_exec_core+3225>, 0x7fc333b3a181 <vm_exec_core+5073>, 0x7fc333b39fe1 <vm_exec_core+4657>, 0x7fc333b39f4d <vm_exec_core+4509>, 0x7fc333b39ee1 <vm_exec_core+4401>, 0x7fc333b39e83 <vm_exec_core+4307>, 0x7fc333b39e20 <vm_exec_core+4208>, 0x7fc333b39dc9 <vm_exec_core+4121>, 0x7fc333b39d6d <vm_exec_core+4029>, 0x7fc333b39d1d <vm_exec_core+3949>, 0x7fc333b39cf0 <vm_exec_core+3904>, 0x7fc333b39caf <vm_exec_core+3839>, 0x7fc333b39c58 <vm_exec_core+3752>, 0x7fc333b39c1e <vm_exec_core+3694>, 0x7fc333b39b1f <vm_exec_core+3439>, 0x7fc333b39ad6 <vm_exec_core+3366>, 0x7fc333b39a8c <vm_exec_core+3292>, 0x7fc333b3a7ea <vm_exec_core+6714>, 0x7fc333b3a777 <vm_exec_core+6599>, 0x7fc333b3a81e <vm_exec_core+6766>, 0x7fc333b3a490 <vm_exec_core+5856>, 0x7fc333b3a41b <vm_exec_core+5739>, 0x7fc333b3a37f <vm_exec_core+5583>, 0x7fc333b3a204 <vm_exec_core+5204>, 0x7fc333b3a1c4 <vm_exec_core+5140>, 0x7fc333b3a6d7 <vm_exec_core+6439>, 0x7fc333b3a5b6 <vm_exec_core+6150>, 0x7fc333b38e08 <vm_exec_core+88>, 0x7fc333b3a538 <vm_exec_core+6024>, 0x7fc333b3a4e3 <vm_exec_core+5939>, 0x7fc333b3c9c2 <vm_exec_core+15378>, 0x7fc333b3a722 <vm_exec_core+6514>, 0x7fc333b39530 <vm_exec_core+1920>, 0x7fc333b3943c <vm_exec_core+1676>, 0x7fc333b3991f <vm_exec_core+2927>, 0x7fc333b39868 <vm_exec_core+2744>, 0x7fc333b3b9af <vm_exec_core+11263>, 0x7fc333b39828 <vm_exec_core+2680>, 0x7fc333b397c9 <vm_exec_core+2585>, 0x7fc333b3976a <vm_exec_core+2490>, 0x7fc333b39728 <vm_exec_core+2424>, 0x7fc333b3967f <vm_exec_core+2255>, 0x7fc333b395d6 <vm_exec_core+2086>, 0x7fc333b3c665 <vm_exec_core+14517>, 0x7fc333b3c5fb <vm_exec_core+14411>, 0x7fc333b3c517 <vm_exec_core+14183>, 0x7fc333b3c035 <vm_exec_core+12933>, 0x7fc333b3c08b <vm_exec_core+13019>, 0x7fc333b3c124 <vm_exec_core+13172>, 0x7fc333b3c186 <vm_exec_core+13270>, 0x7fc333b3c36b <vm_exec_core+13755>, 0x7fc333b3c3cf <vm_exec_core+13855>, 0x7fc333b3c766 <vm_exec_core+14774>, 0x7fc333b3c7ca <vm_exec_core+14874>, 0x7fc333b3c5b9 <vm_exec_core+14345>, 0x7fc333b3c889 <vm_exec_core+15065>, 0x7fc333b3c82e <vm_exec_core+14974>, 0x7fc333b3c8dd <vm_exec_core+15149>, 0x7fc333b3ca14 <vm_exec_core+15460>, 0x7fc333b393c7 <vm_exec_core+1559>, 0x7fc333b39363 <vm_exec_core+1459>, 0x7fc333b3bf58 <vm_exec_core+12712>, 0x7fc333b3c433 <vm_exec_core+13955>, 0x7fc333b3c470 <vm_exec_core+14016>, 0x7fc333b3c4b9 <vm_exec_core+14089>, 0x7fc333b3c94e <vm_exec_core+15262>, 0x7fc333b3c6d2 <vm_exec_core+14626>, 0x7fc333b392ee <vm_exec_core+1342>, 0x7fc333b3926f <vm_exec_core+1215>, 0x7fc333b391c4 <vm_exec_core+1044>, 0x7fc333b39177 <vm_exec_core+967>, 0x7fc333b39126 <vm_exec_core+886>, 0x7fc333b390d7 <vm_exec_core+807>, 0x7fc333b39080 <vm_exec_core+720>, 0x7fc333b39045 <vm_exec_core+661>, 0x7fc333b3900a <vm_exec_core+602>, 0x7fc333b3acad <vm_exec_core+7933>, 0x7fc333b3ac41 <vm_exec_core+7825>, 0x7fc333b3abd0 <vm_exec_core+7712>, 0x7fc333b3ab54 <vm_exec_core+7588>, 0x7fc333b3aadb <vm_exec_core+7467>, 0x7fc333b3aa5a <vm_exec_core+7338>, 0x7fc333b3a98d <vm_exec_core+7133>, 0x7fc333b3b245 <vm_exec_core+9365>, 0x7fc333b3aed0 <vm_exec_core+8480>, 0x7fc333b3ae75 <vm_exec_core+8389>, 0x7fc333b3acd5 <vm_exec_core+7973>, 0x7fc333b3b049 <vm_exec_core+8857>, 0x7fc333b3b000 <vm_exec_core+8784>, 0x7fc333b3a8d9 <vm_exec_core+6953>, 0x7fc333b3a877 <vm_exec_core+6855>, 0x7fc333b3b35c <vm_exec_core+9644>, 0x7fc333b3b31e <vm_exec_core+9582>, 0x7fc333b3b2e3 <vm_exec_core+9523>, 0x7fc333b3b2a8 <vm_exec_core+9464>, 0x7fc333b3b436 <vm_exec_core+9862>, 0x7fc333b3b39f <vm_exec_core+9711>, 0x7fc333b3b471 <vm_exec_core+9921>, 0x7fc333b3a942 <vm_exec_core+7058>, 0x7fc333b3b646 <vm_exec_core+10390>, 0x7fc333b3b5fa <vm_exec_core+10314>, 0x7fc333b3af73 <vm_exec_core+8643>, 0x7fc333b3af33 <vm_exec_core+8579>, 0x7fc333b3b539 <vm_exec_core+10121>, 0x7fc333b3b4b9 <vm_exec_core+9993>, 0x7fc333b3b59a <vm_exec_core+10218>, 0x7fc333b39a3a <vm_exec_core+3210>, 0x7fc333b3a172 <vm_exec_core+5058>, 0x7fc333b39fd2 <vm_exec_core+4642>, 0x7fc333b39f3e <vm_exec_core+4494>, 0x7fc333b39ed2 <vm_exec_core+4386>, 0x7fc333b39e74 <vm_exec_core+4292>, 0x7fc333b39e11 <vm_exec_core+4193>, 0x7fc333b39dba <vm_exec_core+4106>, 0x7fc333b39d5e <vm_exec_core+4014>, 0x7fc333b39d0e <vm_exec_core+3934>, 0x7fc333b39ce1 <vm_exec_core+3889>, 0x7fc333b39ca0 <vm_exec_core+3824>, 0x7fc333b39c49 <vm_exec_core+3737>, 0x7fc333b39c0f <vm_exec_core+3679>, 0x7fc333b39b10 <vm_exec_core+3424>, 0x7fc333b39ac7 <vm_exec_core+3351>, 0x7fc333b39a7d <vm_exec_core+3277>, 0x7fc333b3a7db <vm_exec_core+6699>, 0x7fc333b3a768 <vm_exec_core+6584>, 0x7fc333b3a80f <vm_exec_core+6751>, 0x7fc333b3a481 <vm_exec_core+5841>, 0x7fc333b3a40c <vm_exec_core+5724>, 0x7fc333b3a370 <vm_exec_core+5568>, 0x7fc333b3a1f5 <vm_exec_core+5189>, 0x7fc333b3a1b5 <vm_exec_core+5125>, 0x7fc333b3a6c8 <vm_exec_core+6424>, 0x7fc333b3a5a7 <vm_exec_core+6135>, 0x7fc333b3c24c <vm_exec_core+13468>, 0x7fc333b3a529 <vm_exec_core+6009>, 0x7fc333b3a4d4 <vm_exec_core+5924>, 0x7fc333b3c260 <vm_exec_core+13488>, 0x7fc333b3a713 <vm_exec_core+6499>, 0x7fc333b39521 <vm_exec_core+1905>, 0x7fc333b3942d <vm_exec_core+1661>, 0x7fc333b39910 <vm_exec_core+2912>, 0x7fc333b39859 <vm_exec_core+2729>, 0x7fc333b3b9a0 <vm_exec_core+11248>, 0x7fc333b39819 <vm_exec_core+2665>, 0x7fc333b397ba <vm_exec_core+2570>, 0x7fc333b3975b <vm_exec_core+2475>, 0x7fc333b39719 <vm_exec_core+2409>, 0x7fc333b39670 <vm_exec_core+2240>, 0x7fc333b395c7 <vm_exec_core+2071>, 0x7fc333b3c274 <vm_exec_core+13508>, 0x7fc333b3c288 <vm_exec_core+13528>, 0x7fc333b3c29c <vm_exec_core+13548>, 0x7fc333b3c2b0 <vm_exec_core+13568>, 0x7fc333b3c2c4 <vm_exec_core+13588>, 0x7fc333b3c2d8 <vm_exec_core+13608>, 0x7fc333b3c2ec <vm_exec_core+13628>, 0x7fc333b3c307 <vm_exec_core+13655>, 0x7fc333b3c31b <vm_exec_core+13675>, 0x7fc333b3c32f <vm_exec_core+13695>, 0x7fc333b3c343 <vm_exec_core+13715>, 0x7fc333b3c357 <vm_exec_core+13735>, 0x7fc333b3bf95 <vm_exec_core+12773>, 0x7fc333b3bfa9 <vm_exec_core+12793>, 0x7fc333b3bfbd <vm_exec_core+12813>, 0x7fc333b3bfd1 <vm_exec_core+12833>, 0x7fc333b393b8 <vm_exec_core+1544>, 0x7fc333b39354 <vm_exec_core+1444>, 0x7fc333b3bfe5 <vm_exec_core+12853>, 0x7fc333b3bff9 <vm_exec_core+12873>, 0x7fc333b3c00d <vm_exec_core+12893>...}
#17 0x00007fc333b3f31a in rb_vm_exec (ec=0x562af5f22250) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2560
        _ec = 0x562af5f22250
        _tag = {tag = 36, retval = 4, buf = {0x7fc318b9eb50, 0x7fc333b3f320 <rb_vm_exec+416>, 0x0, 0x7fc318b9ea30, 0x3000000028}, prev = 0x7fc318b9ec60, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#18 0x00007fc333b44ca8 in invoke_block (captured=<optimized out>, captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=<optimized out>, iseq=0x7fc318d9f890, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1517
        arg_size = <optimized out>
        arg_size = <optimized out>
#19 0x00007fc333b4504f in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x562af572cf20, argc=argc@entry=0, argv=argv@entry=0x7fc318b9eb00, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1736
        self = <optimized out>
#20 0x00007fc333aeec6f in thread_do_start_proc (th=0x562af5a607a0) at /tmp/ruby/src/trunk-gc-asserts/thread.c:598
        args = 140475910773840
        args_ptr = 0x7fc318b9eb00
        args_len = 0
        procval = <optimized out>
        proc = 0x562af572cf20
#21 0x00007fc333aef1f2 in thread_do_start (th=0x562af5a607a0) at /tmp/ruby/src/trunk-gc-asserts/thread.c:615
        result = 36
        result = <optimized out>
#22 thread_start_func_2 (th=0x562af5a607a0, stack_start=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread.c:670
        _ec = 0x562af5f22250
        _tag = {tag = 36, retval = 140476355973036, buf = {0x562af5a607a0, 0x7fc333aef178 <thread_start_func_2+712>, 0x0, 0x7fc318b9eb60, 0x562af5a607a0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        errinfo = 4
        ractor_main_th = 0x562af5655830
        fiber_scheduler_closed = <optimized out>
        event_thread_end_hooked = <optimized out>
        result = <optimized out>
#23 0x00007fc333aeffb6 in call_thread_start_func_2 (th=0x562af5a607a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2235
        stack_start = 0
        stack_start_addr = 0x7fc318b9ed38
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#24 nt_start (ptr=0x562af587f8e0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2280
        th = 0x562af5a607a0
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#25 0x00007fc3334bfb43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140732013699168, -3685874734346007451, 140475910190656, 0, 140476355967056, 140732013699520, 3701700538387663973, 3701750960880225381}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#26 0x00007fc333550bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 3 (Thread 0x7fc31896f640 (LWP 1826184)):
#0  __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x562af62b21e0) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x562af62b21e0) 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=0x562af62b21e0, 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  0x00007fc3334beac1 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x562af565b290, cond=0x562af62b21b8) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7fc3334be7a0 <__condvar_cleanup_waiting>, __arg = 0x7fc31896e460, __canceltype = -177906672, __prev = 0x0}
        cbuffer = {wseq = 0, cond = 0x562af62b21b8, mutex = 0x562af565b290, 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=0x562af62b21b8, mutex=mutex@entry=0x562af565b290) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x00007fc333ae4bcd in rb_native_cond_wait (cond=cond@entry=0x562af62b21b8, mutex=mutex@entry=0x562af565b290) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:222
        r = <optimized out>
#6  0x00007fc333ae64b9 in thread_sched_wait_running_turn (sched=sched@entry=0x562af565b290, th=th@entry=0x562af6784bc0, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:862
        next_th = 0x562af5655830
#7  0x00007fc333ae664f in thread_sched_to_running_common (th=0x562af6784bc0, sched=0x562af565b290) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:938
No locals.
#8  thread_sched_to_running (sched=sched@entry=0x562af565b290, th=th@entry=0x562af6784bc0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:952
No locals.
#9  0x00007fc333aee1c5 in blocking_region_end (region=0x7fc31896e608, th=0x562af6784bc0) at /tmp/ruby/src/trunk-gc-asserts/thread.c:1504
No locals.
#10 rb_thread_io_blocking_call (func=0x7fc33398e500 <internal_read_func>, data1=0x7fc31896e800, fd=5, events=1) at /tmp/ruby/src/trunk-gc-asserts/thread.c:1797
        __region = {prev_status = THREAD_RUNNABLE}
        saved_state = RUBY_TAG_NONE
        _ec = 0x562af64c71b0
        _tag = {tag = 36, retval = 140476356032171, buf = {0x0, 0x7fc333aedf60 <rb_thread_io_blocking_call+624>, 0x0, 0x7fc31896e560, 0x4033e76148}, prev = 0x7fc31896e740, state = RUBY_TAG_NONE, lock_rec = 0}
        ec = 0x562af64c71b0
        th = <optimized out>
        waiting_fd = {wfd_node = {next = 0x562af5653488, prev = 0x562af5653488}, th = 0x562af6784bc0, fd = 5, busy = 0x0}
        val = 1
        saved_errno = 0
        state = <optimized out>
        prev_mn_schedulable = false
#11 0x00007fc333951276 in rb_ensure (b_proc=b_proc@entry=0x7fc33398e450 <io_read_memory_call>, data1=data1@entry=140475907893248, e_proc=e_proc@entry=0x7fc333ab3070 <rb_str_unlocktmp>, data2=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/eval.c:1000
        _ec = 0x562af64c71b0
        _tag = {tag = 36, retval = 94742505675792, buf = {0x0, 0x7fc333951350 <rb_ensure+512>, 0x0, 0x7fc31896e6e0, 0x0}, prev = 0x7fc31896ea50, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 4
        errinfo = <optimized out>
        ec = 0x562af64c71b0
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7fc333ab3070 <rb_str_unlocktmp>, data2 = 140475900659000}}
#12 0x00007fc333aca381 in rb_str_locktmp_ensure (str=<optimized out>, func=func@entry=0x7fc33398e450 <io_read_memory_call>, arg=arg@entry=140475907893248) at /tmp/ruby/src/trunk-gc-asserts/string.c:3180
No locals.
#13 0x00007fc3339a3b04 in io_read_memory_locktmp (iis=0x7fc31896e800, str=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/io.c:3422
No locals.
#14 io_getpartial (argc=<optimized out>, argv=<optimized out>, io=<optimized out>, no_exception=no_exception@entry=4, nonblock=nonblock@entry=0) at /tmp/ruby/src/trunk-gc-asserts/io.c:3468
        fptr = 0x562af5a8f160
        length = <optimized out>
        str = 140475900659000
        n = <optimized out>
        len = 1024
        iis = {th = 140475900659600, fptr = 0x562af5a8f160, nonblock = 0, fd = 5, buf = 0x7fc314004e20, capa = 1024, timeout = 0x0}
        shrinkable = 1
        __func__ = "io_getpartial"
#15 0x00007fc3339a3f65 in io_readpartial (argc=<optimized out>, argv=<optimized out>, io=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/io.c:3588
        ret = <optimized out>
#16 0x00007fc333b26f0c in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=1, calling=<optimized out>, reg_cfp=0x562af68a5ed0, ec=0x562af64c71b0) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3594
        ci = 0x409100100003
        cc = <optimized out>
        val = <optimized out>
        me = 0x7fc319e59f50
        cfunc = 0x562af56b8228
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#17 vm_call_cfunc_with_frame (ec=0x562af64c71b0, reg_cfp=0x562af68a5ed0, calling=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3640
        argc = 1
        stack_bottom = <optimized out>
        argv = <optimized out>
#18 0x00007fc333b38ec1 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:393
        val = 0
        ci = 0xfffffffffffffe00
        cc = <optimized out>
        recv = 94742518637024
        argc = <optimized out>
        calling = {cd = 0x562af57e8170, cc = 0x7fc318c5d798, block_handler = 0, recv = 140475900659760, argc = 1, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#19 vm_exec_core (ec=0x562af64c71b0) at ../../src/trunk-gc-asserts/insns.def:891
        bh = <optimized out>
        cd = 0x189
        leaf = <optimized out>
        val = 0
        reg_pc = 0x562af58232d0
        reg_cfp = 0x562af68a5ed0
        insns_address_table = {0x7fc333b3acbc <vm_exec_core+7948>, 0x7fc333b3ac50 <vm_exec_core+7840>, 0x7fc333b3abdf <vm_exec_core+7727>, 0x7fc333b3ab63 <vm_exec_core+7603>, 0x7fc333b3aaea <vm_exec_core+7482>, 0x7fc333b3aa69 <vm_exec_core+7353>, 0x7fc333b3a99c <vm_exec_core+7148>, 0x7fc333b3b254 <vm_exec_core+9380>, 0x7fc333b3aedf <vm_exec_core+8495>, 0x7fc333b3ae84 <vm_exec_core+8404>, 0x7fc333b3ace4 <vm_exec_core+7988>, 0x7fc333b3b058 <vm_exec_core+8872>, 0x7fc333b3b00f <vm_exec_core+8799>, 0x7fc333b3a8e8 <vm_exec_core+6968>, 0x7fc333b3a886 <vm_exec_core+6870>, 0x7fc333b3b36b <vm_exec_core+9659>, 0x7fc333b3b32d <vm_exec_core+9597>, 0x7fc333b3b2f2 <vm_exec_core+9538>, 0x7fc333b3b2b7 <vm_exec_core+9479>, 0x7fc333b3b445 <vm_exec_core+9877>, 0x7fc333b3b3ae <vm_exec_core+9726>, 0x7fc333b3b480 <vm_exec_core+9936>, 0x7fc333b3a951 <vm_exec_core+7073>, 0x7fc333b3b655 <vm_exec_core+10405>, 0x7fc333b3b609 <vm_exec_core+10329>, 0x7fc333b3af82 <vm_exec_core+8658>, 0x7fc333b3af42 <vm_exec_core+8594>, 0x7fc333b3b548 <vm_exec_core+10136>, 0x7fc333b3b4c8 <vm_exec_core+10008>, 0x7fc333b3b5a9 <vm_exec_core+10233>, 0x7fc333b39a49 <vm_exec_core+3225>, 0x7fc333b3a181 <vm_exec_core+5073>, 0x7fc333b39fe1 <vm_exec_core+4657>, 0x7fc333b39f4d <vm_exec_core+4509>, 0x7fc333b39ee1 <vm_exec_core+4401>, 0x7fc333b39e83 <vm_exec_core+4307>, 0x7fc333b39e20 <vm_exec_core+4208>, 0x7fc333b39dc9 <vm_exec_core+4121>, 0x7fc333b39d6d <vm_exec_core+4029>, 0x7fc333b39d1d <vm_exec_core+3949>, 0x7fc333b39cf0 <vm_exec_core+3904>, 0x7fc333b39caf <vm_exec_core+3839>, 0x7fc333b39c58 <vm_exec_core+3752>, 0x7fc333b39c1e <vm_exec_core+3694>, 0x7fc333b39b1f <vm_exec_core+3439>, 0x7fc333b39ad6 <vm_exec_core+3366>, 0x7fc333b39a8c <vm_exec_core+3292>, 0x7fc333b3a7ea <vm_exec_core+6714>, 0x7fc333b3a777 <vm_exec_core+6599>, 0x7fc333b3a81e <vm_exec_core+6766>, 0x7fc333b3a490 <vm_exec_core+5856>, 0x7fc333b3a41b <vm_exec_core+5739>, 0x7fc333b3a37f <vm_exec_core+5583>, 0x7fc333b3a204 <vm_exec_core+5204>, 0x7fc333b3a1c4 <vm_exec_core+5140>, 0x7fc333b3a6d7 <vm_exec_core+6439>, 0x7fc333b3a5b6 <vm_exec_core+6150>, 0x7fc333b38e08 <vm_exec_core+88>, 0x7fc333b3a538 <vm_exec_core+6024>, 0x7fc333b3a4e3 <vm_exec_core+5939>, 0x7fc333b3c9c2 <vm_exec_core+15378>, 0x7fc333b3a722 <vm_exec_core+6514>, 0x7fc333b39530 <vm_exec_core+1920>, 0x7fc333b3943c <vm_exec_core+1676>, 0x7fc333b3991f <vm_exec_core+2927>, 0x7fc333b39868 <vm_exec_core+2744>, 0x7fc333b3b9af <vm_exec_core+11263>, 0x7fc333b39828 <vm_exec_core+2680>, 0x7fc333b397c9 <vm_exec_core+2585>, 0x7fc333b3976a <vm_exec_core+2490>, 0x7fc333b39728 <vm_exec_core+2424>, 0x7fc333b3967f <vm_exec_core+2255>, 0x7fc333b395d6 <vm_exec_core+2086>, 0x7fc333b3c665 <vm_exec_core+14517>, 0x7fc333b3c5fb <vm_exec_core+14411>, 0x7fc333b3c517 <vm_exec_core+14183>, 0x7fc333b3c035 <vm_exec_core+12933>, 0x7fc333b3c08b <vm_exec_core+13019>, 0x7fc333b3c124 <vm_exec_core+13172>, 0x7fc333b3c186 <vm_exec_core+13270>, 0x7fc333b3c36b <vm_exec_core+13755>, 0x7fc333b3c3cf <vm_exec_core+13855>, 0x7fc333b3c766 <vm_exec_core+14774>, 0x7fc333b3c7ca <vm_exec_core+14874>, 0x7fc333b3c5b9 <vm_exec_core+14345>, 0x7fc333b3c889 <vm_exec_core+15065>, 0x7fc333b3c82e <vm_exec_core+14974>, 0x7fc333b3c8dd <vm_exec_core+15149>, 0x7fc333b3ca14 <vm_exec_core+15460>, 0x7fc333b393c7 <vm_exec_core+1559>, 0x7fc333b39363 <vm_exec_core+1459>, 0x7fc333b3bf58 <vm_exec_core+12712>, 0x7fc333b3c433 <vm_exec_core+13955>, 0x7fc333b3c470 <vm_exec_core+14016>, 0x7fc333b3c4b9 <vm_exec_core+14089>, 0x7fc333b3c94e <vm_exec_core+15262>, 0x7fc333b3c6d2 <vm_exec_core+14626>, 0x7fc333b392ee <vm_exec_core+1342>, 0x7fc333b3926f <vm_exec_core+1215>, 0x7fc333b391c4 <vm_exec_core+1044>, 0x7fc333b39177 <vm_exec_core+967>, 0x7fc333b39126 <vm_exec_core+886>, 0x7fc333b390d7 <vm_exec_core+807>, 0x7fc333b39080 <vm_exec_core+720>, 0x7fc333b39045 <vm_exec_core+661>, 0x7fc333b3900a <vm_exec_core+602>, 0x7fc333b3acad <vm_exec_core+7933>, 0x7fc333b3ac41 <vm_exec_core+7825>, 0x7fc333b3abd0 <vm_exec_core+7712>, 0x7fc333b3ab54 <vm_exec_core+7588>, 0x7fc333b3aadb <vm_exec_core+7467>, 0x7fc333b3aa5a <vm_exec_core+7338>, 0x7fc333b3a98d <vm_exec_core+7133>, 0x7fc333b3b245 <vm_exec_core+9365>, 0x7fc333b3aed0 <vm_exec_core+8480>, 0x7fc333b3ae75 <vm_exec_core+8389>, 0x7fc333b3acd5 <vm_exec_core+7973>, 0x7fc333b3b049 <vm_exec_core+8857>, 0x7fc333b3b000 <vm_exec_core+8784>, 0x7fc333b3a8d9 <vm_exec_core+6953>, 0x7fc333b3a877 <vm_exec_core+6855>, 0x7fc333b3b35c <vm_exec_core+9644>, 0x7fc333b3b31e <vm_exec_core+9582>, 0x7fc333b3b2e3 <vm_exec_core+9523>, 0x7fc333b3b2a8 <vm_exec_core+9464>, 0x7fc333b3b436 <vm_exec_core+9862>, 0x7fc333b3b39f <vm_exec_core+9711>, 0x7fc333b3b471 <vm_exec_core+9921>, 0x7fc333b3a942 <vm_exec_core+7058>, 0x7fc333b3b646 <vm_exec_core+10390>, 0x7fc333b3b5fa <vm_exec_core+10314>, 0x7fc333b3af73 <vm_exec_core+8643>, 0x7fc333b3af33 <vm_exec_core+8579>, 0x7fc333b3b539 <vm_exec_core+10121>, 0x7fc333b3b4b9 <vm_exec_core+9993>, 0x7fc333b3b59a <vm_exec_core+10218>, 0x7fc333b39a3a <vm_exec_core+3210>, 0x7fc333b3a172 <vm_exec_core+5058>, 0x7fc333b39fd2 <vm_exec_core+4642>, 0x7fc333b39f3e <vm_exec_core+4494>, 0x7fc333b39ed2 <vm_exec_core+4386>, 0x7fc333b39e74 <vm_exec_core+4292>, 0x7fc333b39e11 <vm_exec_core+4193>, 0x7fc333b39dba <vm_exec_core+4106>, 0x7fc333b39d5e <vm_exec_core+4014>, 0x7fc333b39d0e <vm_exec_core+3934>, 0x7fc333b39ce1 <vm_exec_core+3889>, 0x7fc333b39ca0 <vm_exec_core+3824>, 0x7fc333b39c49 <vm_exec_core+3737>, 0x7fc333b39c0f <vm_exec_core+3679>, 0x7fc333b39b10 <vm_exec_core+3424>, 0x7fc333b39ac7 <vm_exec_core+3351>, 0x7fc333b39a7d <vm_exec_core+3277>, 0x7fc333b3a7db <vm_exec_core+6699>, 0x7fc333b3a768 <vm_exec_core+6584>, 0x7fc333b3a80f <vm_exec_core+6751>, 0x7fc333b3a481 <vm_exec_core+5841>, 0x7fc333b3a40c <vm_exec_core+5724>, 0x7fc333b3a370 <vm_exec_core+5568>, 0x7fc333b3a1f5 <vm_exec_core+5189>, 0x7fc333b3a1b5 <vm_exec_core+5125>, 0x7fc333b3a6c8 <vm_exec_core+6424>, 0x7fc333b3a5a7 <vm_exec_core+6135>, 0x7fc333b3c24c <vm_exec_core+13468>, 0x7fc333b3a529 <vm_exec_core+6009>, 0x7fc333b3a4d4 <vm_exec_core+5924>, 0x7fc333b3c260 <vm_exec_core+13488>, 0x7fc333b3a713 <vm_exec_core+6499>, 0x7fc333b39521 <vm_exec_core+1905>, 0x7fc333b3942d <vm_exec_core+1661>, 0x7fc333b39910 <vm_exec_core+2912>, 0x7fc333b39859 <vm_exec_core+2729>, 0x7fc333b3b9a0 <vm_exec_core+11248>, 0x7fc333b39819 <vm_exec_core+2665>, 0x7fc333b397ba <vm_exec_core+2570>, 0x7fc333b3975b <vm_exec_core+2475>, 0x7fc333b39719 <vm_exec_core+2409>, 0x7fc333b39670 <vm_exec_core+2240>, 0x7fc333b395c7 <vm_exec_core+2071>, 0x7fc333b3c274 <vm_exec_core+13508>, 0x7fc333b3c288 <vm_exec_core+13528>, 0x7fc333b3c29c <vm_exec_core+13548>, 0x7fc333b3c2b0 <vm_exec_core+13568>, 0x7fc333b3c2c4 <vm_exec_core+13588>, 0x7fc333b3c2d8 <vm_exec_core+13608>, 0x7fc333b3c2ec <vm_exec_core+13628>, 0x7fc333b3c307 <vm_exec_core+13655>, 0x7fc333b3c31b <vm_exec_core+13675>, 0x7fc333b3c32f <vm_exec_core+13695>, 0x7fc333b3c343 <vm_exec_core+13715>, 0x7fc333b3c357 <vm_exec_core+13735>, 0x7fc333b3bf95 <vm_exec_core+12773>, 0x7fc333b3bfa9 <vm_exec_core+12793>, 0x7fc333b3bfbd <vm_exec_core+12813>, 0x7fc333b3bfd1 <vm_exec_core+12833>, 0x7fc333b393b8 <vm_exec_core+1544>, 0x7fc333b39354 <vm_exec_core+1444>, 0x7fc333b3bfe5 <vm_exec_core+12853>, 0x7fc333b3bff9 <vm_exec_core+12873>, 0x7fc333b3c00d <vm_exec_core+12893>...}
#20 0x00007fc333b3f31a in rb_vm_exec (ec=0x562af64c71b0) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2560
        _ec = 0x562af64c71b0
        _tag = {tag = 36, retval = 4, buf = {0x7fc31896eb50, 0x7fc333b3f320 <rb_vm_exec+416>, 0x0, 0x7fc31896ea30, 0x3000000028}, prev = 0x7fc31896ec60, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#21 0x00007fc333b44ca8 in invoke_block (captured=<optimized out>, captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=<optimized out>, iseq=0x7fc318d94d00, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1517
        arg_size = <optimized out>
        arg_size = <optimized out>
#22 0x00007fc333b4504f in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x562af5b015a0, argc=argc@entry=0, argv=argv@entry=0x7fc31896eb00, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1736
        self = <optimized out>
#23 0x00007fc333aeec6f in thread_do_start_proc (th=0x562af6784bc0) at /tmp/ruby/src/trunk-gc-asserts/thread.c:598
        args = 140475900659560
        args_ptr = 0x7fc31896eb00
        args_len = 0
        procval = <optimized out>
        proc = 0x562af5b015a0
#24 0x00007fc333aef1f2 in thread_do_start (th=0x562af6784bc0) at /tmp/ruby/src/trunk-gc-asserts/thread.c:615
        result = 36
        result = <optimized out>
#25 thread_start_func_2 (th=0x562af6784bc0, stack_start=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread.c:670
        _ec = 0x562af64c71b0
        _tag = {tag = 36, retval = 140476355973036, buf = {0x562af6784bc0, 0x7fc333aef178 <thread_start_func_2+712>, 0x0, 0x7fc31896eb60, 0x562af56532a0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        errinfo = 4
        ractor_main_th = 0x562af5655830
        fiber_scheduler_closed = <optimized out>
        event_thread_end_hooked = <optimized out>
        result = <optimized out>
#26 0x00007fc333aeffb6 in call_thread_start_func_2 (th=0x562af6784bc0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2235
        stack_start = 0
        stack_start_addr = 0x7fc31896ed38
        stack_start = <optimized out>
        stack_start_addr = <optimized out>
#27 nt_start (ptr=0x562af62b2190) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2280
        th = 0x562af6784bc0
        sched = <optimized out>
        nt = <optimized out>
        vm = <optimized out>
#28 0x00007fc3334bfb43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140732013700768, -3685874734346007451, 140475907896896, 25, 140476355967056, 140732013701120, 3701700890574982245, 3701750960880225381}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#29 0x00007fc333550bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 2 (Thread 0x7fc319e2f640 (LWP 1826012)):
#0  0x00007fc333550fde in epoll_wait (epfd=4, events=events@entry=0x7fc333e7521c <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=10) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
        sc_ret = -4
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00007fc333ae9c4d in event_wait (vm=0x562af56532a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2924
        r = <optimized out>
        r = <optimized out>
#2  timer_thread_polling (vm=0x562af56532a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread_mn.c:887
        r = <optimized out>
        r = <optimized out>
        i = <optimized out>
        th = <optimized out>
        events = <optimized out>
#3  timer_thread_func (ptr=0x562af56532a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:3051
        vm = 0x562af56532a0
#4  0x00007fc3334bfb43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140732013703104, -3685874734346007451, 140475929654848, 25, 140476355967056, 140732013703456, 3701703467555359845, 3701750960880225381}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007fc333550bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7fc333409c00 (LWP 1826003)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140476355222528) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7fc333409c00
        old_mask = {__val = {140732013699280, 0, 140476364561303, 140476356035795, 0, 140476355932141, 140476355222528, 140476357547520, 94742520938864, 140476355878311, 213, 140476357564064, 94742520938864, 140476362883839, 94742505665184, 140732013699296}}
        ret = <optimized out>
        pd = <optimized out>
        old_mask = <optimized out>
        ret = <optimized out>
        tid = <optimized out>
        ret = <optimized out>
        resultvar = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        __private = <optimized out>
        __oldval = <optimized out>
        result = <optimized out>
#1  __pthread_kill_internal (signo=6, threadid=140476355222528) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=140476355222528, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007fc33346d476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007fc3334537f3 in __GI_abort () at ./stdlib/abort.c:79
        save_stage = 1
        act = {__sigaction_handler = {sa_handler = 0x2020200a5d6c6c61, sa_sigaction = 0x2020200a5d6c6c61}, sa_mask = {__val = {6731583338252032800, 7077796477038638858, 7365405400577880121, 3473464306641823078, 2337417879816777776, 140732013699680, 16956733745838658304, 140476355214480, 140476366128448, 0, 140476357564064, 140732013699680, 1, 94742505675792, 140476360709262, 18446744069414584522}}, sa_flags = 1335333632, sa_restorer = 0x0}
        sigs = {__val = {32, 3467824696768081952, 2314885530818453536, 2314885530818453536, 2314885530818453536, 6732726843261788192, 7378697629483820554, 3472328296331896422, 7378697629483806000, 3472609797883717222, 2337500342031233072, 3472328296227680304, 3467824696768081952, 2314885530818453536, 2314885530818453536, 7166204968890474528}}
#5  0x00007fc33386cbfc in die () at /tmp/ruby/src/trunk-gc-asserts/error.c:1071
No locals.
#6  rb_bug (fmt=fmt@entry=0x7fc333cb8618 "objspace/memsize_of(): unknown data type 0x%x(%p)") at /tmp/ruby/src/trunk-gc-asserts/error.c:1095
        args = {{gp_offset = 24, fp_offset = 48, overflow_arg_area = 0x7ffeb9af6340, reg_save_area = 0x7ffeb9af6280}}
#7  0x00007fc33386d5d3 in obj_memsize_of (obj=140475929691280, use_all_types=0) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4801
        size = 0
#8  0x00007fc333969445 in obj_memsize_of (use_all_types=0, obj=140475929691280) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4688
        size = 0
        rm = <optimized out>
#9  check_rvalue_consistency_force (obj=140475929691280, terminate=1) at /tmp/ruby/src/trunk-gc-asserts/gc.c:1652
        uncollectible_bit = 254
        marking_bit = 0
        remembered_bit = 0
        age = 0
        wb_unprotected_bit = 0
        mark_bit = 0
        _lev = 0
        err = <optimized out>
        objspace = 0x562af5655c10
#10 0x00007fc33396c289 in check_rvalue_consistency (obj=140475929691280) at /tmp/ruby/src/trunk-gc-asserts/gc.c:1714
No locals.
#11 RVALUE_MARKED (obj=140475929691280) at /tmp/ruby/src/trunk-gc-asserts/gc.c:1550
No locals.
#12 gc_move (objspace=0x562af5655c10, scan=140475901542440, free=140475929691280, src_slot_size=40, slot_size=40) at /tmp/ruby/src/trunk-gc-asserts/gc.c:9548
        marked = <optimized out>
        wb_unprotected = <optimized out>
        uncollectible = <optimized out>
        age = <optimized out>
        dest = 0x7fc319e38490
        src = 0x7fc318360028
        remembered = <optimized out>
        __func__ = "gc_move"
        dest_overhead = <optimized out>
        src_overhead = <optimized out>
#13 0x00007fc33396c9f2 in try_move (heap=<optimized out>, src=140475901542440, free_page=0x562af56d1620, objspace=0x562af5655c10) at /tmp/ruby/src/trunk-gc-asserts/gc.c:5064
        src_page = 0x562af60661b0
        dest = <optimized out>
        __func__ = "try_move"
        src_page = <optimized out>
        dest = <optimized out>
#14 gc_compact_move (src=140475901542440, size_pool=0x562af5655c30, heap=0x562af5655c80, objspace=0x562af5655c10) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8158
        dest_pool = <optimized out>
        dheap = <optimized out>
        new_shape = 0x0
        orig_shape = 0x0
        __func__ = "gc_compact_move"
        dest_pool = <optimized out>
        dheap = <optimized out>
        new_shape = <optimized out>
        orig_shape = <optimized out>
        initial_shape = <optimized out>
        ctx = <optimized out>
        dest = <optimized out>
#15 gc_compact_plane (objspace=0x562af5655c10, size_pool=0x562af5655c30, heap=0x562af5655c80, p=140475901542440, bitset=3340756129820868543, page=<optimized out>, page=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8209
        vp = 140475901542440
        slot_size = 40
        slot_bits = 1
        __func__ = "gc_compact_plane"
#16 0x00007fc3339735b5 in gc_compact_page (page=0x562af60661b0, heap=<optimized out>, size_pool=<optimized out>, objspace=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8239
        mark_bits = 0x562af60662c0
        pin_bits = 0x562af6066600
        bitset = <optimized out>
        p = 140475901542440
        __func__ = <optimized out>
        mark_bits = <optimized out>
        pin_bits = <optimized out>
        bitset = <optimized out>
        p = <optimized out>
        j = <optimized out>
#17 gc_sweep_compact (objspace=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8291
        size_pool = <optimized out>
        heap = <optimized out>
        start_page = 0x562af60661b0
        i = <optimized out>
#18 gc_sweep (objspace=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:5900
        immediate_sweep = <optimized out>
#19 0x00007fc3339766eb in gc_start (objspace=<optimized out>, reason=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:9088
        do_full_mark = <optimized out>
        __func__ = "gc_start"
        lock_lev = 0
#20 0x00007fc333979498 in garbage_collect (reason=238592, objspace=0x562af5655c10) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8968
        _lev = 32707
        ret = <optimized out>
        ret = <optimized out>
        _lev = <optimized out>
#21 gc_start_internal (compact=<optimized out>, immediate_sweep=<optimized out>, immediate_mark=<optimized out>, full_mark=<optimized out>, self=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:9418
        objspace = 0x562af5655c10
        reason = 238592
        objspace = <optimized out>
        reason = <optimized out>
        __func__ = <optimized out>
#22 gc_compact (self=140475929774240) at /tmp/ruby/src/trunk-gc-asserts/gc.c:10488
No locals.
#23 0x00007fc333b27284 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3594
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#24 vm_call_cfunc_with_frame (calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3640
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
#25 vm_call_cfunc_other (ec=0x562af565b420, reg_cfp=0x7fc333407c90, calling=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3666
        ci = <optimized out>
        argv_ary = <optimized out>
#26 0x00007fc333b38ec1 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:393
        val = 36
        ci = 0x0
        cc = <optimized out>
        recv = 1826003
        argc = <optimized out>
        calling = {cd = 0x562af65d24a0, cc = 0x7fc318284528, block_handler = 0, recv = 140475929774240, argc = 0, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#27 vm_exec_core (ec=0x562af565b420) at ../../src/trunk-gc-asserts/insns.def:891
        bh = <optimized out>
        cd = 0x1bdcd3
        leaf = <optimized out>
        val = 36
        reg_pc = 0x562af5ace6f0
        reg_cfp = 0x7fc333407c90
        insns_address_table = {0x7fc333b3acbc <vm_exec_core+7948>, 0x7fc333b3ac50 <vm_exec_core+7840>, 0x7fc333b3abdf <vm_exec_core+7727>, 0x7fc333b3ab63 <vm_exec_core+7603>, 0x7fc333b3aaea <vm_exec_core+7482>, 0x7fc333b3aa69 <vm_exec_core+7353>, 0x7fc333b3a99c <vm_exec_core+7148>, 0x7fc333b3b254 <vm_exec_core+9380>, 0x7fc333b3aedf <vm_exec_core+8495>, 0x7fc333b3ae84 <vm_exec_core+8404>, 0x7fc333b3ace4 <vm_exec_core+7988>, 0x7fc333b3b058 <vm_exec_core+8872>, 0x7fc333b3b00f <vm_exec_core+8799>, 0x7fc333b3a8e8 <vm_exec_core+6968>, 0x7fc333b3a886 <vm_exec_core+6870>, 0x7fc333b3b36b <vm_exec_core+9659>, 0x7fc333b3b32d <vm_exec_core+9597>, 0x7fc333b3b2f2 <vm_exec_core+9538>, 0x7fc333b3b2b7 <vm_exec_core+9479>, 0x7fc333b3b445 <vm_exec_core+9877>, 0x7fc333b3b3ae <vm_exec_core+9726>, 0x7fc333b3b480 <vm_exec_core+9936>, 0x7fc333b3a951 <vm_exec_core+7073>, 0x7fc333b3b655 <vm_exec_core+10405>, 0x7fc333b3b609 <vm_exec_core+10329>, 0x7fc333b3af82 <vm_exec_core+8658>, 0x7fc333b3af42 <vm_exec_core+8594>, 0x7fc333b3b548 <vm_exec_core+10136>, 0x7fc333b3b4c8 <vm_exec_core+10008>, 0x7fc333b3b5a9 <vm_exec_core+10233>, 0x7fc333b39a49 <vm_exec_core+3225>, 0x7fc333b3a181 <vm_exec_core+5073>, 0x7fc333b39fe1 <vm_exec_core+4657>, 0x7fc333b39f4d <vm_exec_core+4509>, 0x7fc333b39ee1 <vm_exec_core+4401>, 0x7fc333b39e83 <vm_exec_core+4307>, 0x7fc333b39e20 <vm_exec_core+4208>, 0x7fc333b39dc9 <vm_exec_core+4121>, 0x7fc333b39d6d <vm_exec_core+4029>, 0x7fc333b39d1d <vm_exec_core+3949>, 0x7fc333b39cf0 <vm_exec_core+3904>, 0x7fc333b39caf <vm_exec_core+3839>, 0x7fc333b39c58 <vm_exec_core+3752>, 0x7fc333b39c1e <vm_exec_core+3694>, 0x7fc333b39b1f <vm_exec_core+3439>, 0x7fc333b39ad6 <vm_exec_core+3366>, 0x7fc333b39a8c <vm_exec_core+3292>, 0x7fc333b3a7ea <vm_exec_core+6714>, 0x7fc333b3a777 <vm_exec_core+6599>, 0x7fc333b3a81e <vm_exec_core+6766>, 0x7fc333b3a490 <vm_exec_core+5856>, 0x7fc333b3a41b <vm_exec_core+5739>, 0x7fc333b3a37f <vm_exec_core+5583>, 0x7fc333b3a204 <vm_exec_core+5204>, 0x7fc333b3a1c4 <vm_exec_core+5140>, 0x7fc333b3a6d7 <vm_exec_core+6439>, 0x7fc333b3a5b6 <vm_exec_core+6150>, 0x7fc333b38e08 <vm_exec_core+88>, 0x7fc333b3a538 <vm_exec_core+6024>, 0x7fc333b3a4e3 <vm_exec_core+5939>, 0x7fc333b3c9c2 <vm_exec_core+15378>, 0x7fc333b3a722 <vm_exec_core+6514>, 0x7fc333b39530 <vm_exec_core+1920>, 0x7fc333b3943c <vm_exec_core+1676>, 0x7fc333b3991f <vm_exec_core+2927>, 0x7fc333b39868 <vm_exec_core+2744>, 0x7fc333b3b9af <vm_exec_core+11263>, 0x7fc333b39828 <vm_exec_core+2680>, 0x7fc333b397c9 <vm_exec_core+2585>, 0x7fc333b3976a <vm_exec_core+2490>, 0x7fc333b39728 <vm_exec_core+2424>, 0x7fc333b3967f <vm_exec_core+2255>, 0x7fc333b395d6 <vm_exec_core+2086>, 0x7fc333b3c665 <vm_exec_core+14517>, 0x7fc333b3c5fb <vm_exec_core+14411>, 0x7fc333b3c517 <vm_exec_core+14183>, 0x7fc333b3c035 <vm_exec_core+12933>, 0x7fc333b3c08b <vm_exec_core+13019>, 0x7fc333b3c124 <vm_exec_core+13172>, 0x7fc333b3c186 <vm_exec_core+13270>, 0x7fc333b3c36b <vm_exec_core+13755>, 0x7fc333b3c3cf <vm_exec_core+13855>, 0x7fc333b3c766 <vm_exec_core+14774>, 0x7fc333b3c7ca <vm_exec_core+14874>, 0x7fc333b3c5b9 <vm_exec_core+14345>, 0x7fc333b3c889 <vm_exec_core+15065>, 0x7fc333b3c82e <vm_exec_core+14974>, 0x7fc333b3c8dd <vm_exec_core+15149>, 0x7fc333b3ca14 <vm_exec_core+15460>, 0x7fc333b393c7 <vm_exec_core+1559>, 0x7fc333b39363 <vm_exec_core+1459>, 0x7fc333b3bf58 <vm_exec_core+12712>, 0x7fc333b3c433 <vm_exec_core+13955>, 0x7fc333b3c470 <vm_exec_core+14016>, 0x7fc333b3c4b9 <vm_exec_core+14089>, 0x7fc333b3c94e <vm_exec_core+15262>, 0x7fc333b3c6d2 <vm_exec_core+14626>, 0x7fc333b392ee <vm_exec_core+1342>, 0x7fc333b3926f <vm_exec_core+1215>, 0x7fc333b391c4 <vm_exec_core+1044>, 0x7fc333b39177 <vm_exec_core+967>, 0x7fc333b39126 <vm_exec_core+886>, 0x7fc333b390d7 <vm_exec_core+807>, 0x7fc333b39080 <vm_exec_core+720>, 0x7fc333b39045 <vm_exec_core+661>, 0x7fc333b3900a <vm_exec_core+602>, 0x7fc333b3acad <vm_exec_core+7933>, 0x7fc333b3ac41 <vm_exec_core+7825>, 0x7fc333b3abd0 <vm_exec_core+7712>, 0x7fc333b3ab54 <vm_exec_core+7588>, 0x7fc333b3aadb <vm_exec_core+7467>, 0x7fc333b3aa5a <vm_exec_core+7338>, 0x7fc333b3a98d <vm_exec_core+7133>, 0x7fc333b3b245 <vm_exec_core+9365>, 0x7fc333b3aed0 <vm_exec_core+8480>, 0x7fc333b3ae75 <vm_exec_core+8389>, 0x7fc333b3acd5 <vm_exec_core+7973>, 0x7fc333b3b049 <vm_exec_core+8857>, 0x7fc333b3b000 <vm_exec_core+8784>, 0x7fc333b3a8d9 <vm_exec_core+6953>, 0x7fc333b3a877 <vm_exec_core+6855>, 0x7fc333b3b35c <vm_exec_core+9644>, 0x7fc333b3b31e <vm_exec_core+9582>, 0x7fc333b3b2e3 <vm_exec_core+9523>, 0x7fc333b3b2a8 <vm_exec_core+9464>, 0x7fc333b3b436 <vm_exec_core+9862>, 0x7fc333b3b39f <vm_exec_core+9711>, 0x7fc333b3b471 <vm_exec_core+9921>, 0x7fc333b3a942 <vm_exec_core+7058>, 0x7fc333b3b646 <vm_exec_core+10390>, 0x7fc333b3b5fa <vm_exec_core+10314>, 0x7fc333b3af73 <vm_exec_core+8643>, 0x7fc333b3af33 <vm_exec_core+8579>, 0x7fc333b3b539 <vm_exec_core+10121>, 0x7fc333b3b4b9 <vm_exec_core+9993>, 0x7fc333b3b59a <vm_exec_core+10218>, 0x7fc333b39a3a <vm_exec_core+3210>, 0x7fc333b3a172 <vm_exec_core+5058>, 0x7fc333b39fd2 <vm_exec_core+4642>, 0x7fc333b39f3e <vm_exec_core+4494>, 0x7fc333b39ed2 <vm_exec_core+4386>, 0x7fc333b39e74 <vm_exec_core+4292>, 0x7fc333b39e11 <vm_exec_core+4193>, 0x7fc333b39dba <vm_exec_core+4106>, 0x7fc333b39d5e <vm_exec_core+4014>, 0x7fc333b39d0e <vm_exec_core+3934>, 0x7fc333b39ce1 <vm_exec_core+3889>, 0x7fc333b39ca0 <vm_exec_core+3824>, 0x7fc333b39c49 <vm_exec_core+3737>, 0x7fc333b39c0f <vm_exec_core+3679>, 0x7fc333b39b10 <vm_exec_core+3424>, 0x7fc333b39ac7 <vm_exec_core+3351>, 0x7fc333b39a7d <vm_exec_core+3277>, 0x7fc333b3a7db <vm_exec_core+6699>, 0x7fc333b3a768 <vm_exec_core+6584>, 0x7fc333b3a80f <vm_exec_core+6751>, 0x7fc333b3a481 <vm_exec_core+5841>, 0x7fc333b3a40c <vm_exec_core+5724>, 0x7fc333b3a370 <vm_exec_core+5568>, 0x7fc333b3a1f5 <vm_exec_core+5189>, 0x7fc333b3a1b5 <vm_exec_core+5125>, 0x7fc333b3a6c8 <vm_exec_core+6424>, 0x7fc333b3a5a7 <vm_exec_core+6135>, 0x7fc333b3c24c <vm_exec_core+13468>, 0x7fc333b3a529 <vm_exec_core+6009>, 0x7fc333b3a4d4 <vm_exec_core+5924>, 0x7fc333b3c260 <vm_exec_core+13488>, 0x7fc333b3a713 <vm_exec_core+6499>, 0x7fc333b39521 <vm_exec_core+1905>, 0x7fc333b3942d <vm_exec_core+1661>, 0x7fc333b39910 <vm_exec_core+2912>, 0x7fc333b39859 <vm_exec_core+2729>, 0x7fc333b3b9a0 <vm_exec_core+11248>, 0x7fc333b39819 <vm_exec_core+2665>, 0x7fc333b397ba <vm_exec_core+2570>, 0x7fc333b3975b <vm_exec_core+2475>, 0x7fc333b39719 <vm_exec_core+2409>, 0x7fc333b39670 <vm_exec_core+2240>, 0x7fc333b395c7 <vm_exec_core+2071>, 0x7fc333b3c274 <vm_exec_core+13508>, 0x7fc333b3c288 <vm_exec_core+13528>, 0x7fc333b3c29c <vm_exec_core+13548>, 0x7fc333b3c2b0 <vm_exec_core+13568>, 0x7fc333b3c2c4 <vm_exec_core+13588>, 0x7fc333b3c2d8 <vm_exec_core+13608>, 0x7fc333b3c2ec <vm_exec_core+13628>, 0x7fc333b3c307 <vm_exec_core+13655>, 0x7fc333b3c31b <vm_exec_core+13675>, 0x7fc333b3c32f <vm_exec_core+13695>, 0x7fc333b3c343 <vm_exec_core+13715>, 0x7fc333b3c357 <vm_exec_core+13735>, 0x7fc333b3bf95 <vm_exec_core+12773>, 0x7fc333b3bfa9 <vm_exec_core+12793>, 0x7fc333b3bfbd <vm_exec_core+12813>, 0x7fc333b3bfd1 <vm_exec_core+12833>, 0x7fc333b393b8 <vm_exec_core+1544>, 0x7fc333b39354 <vm_exec_core+1444>, 0x7fc333b3bfe5 <vm_exec_core+12853>, 0x7fc333b3bff9 <vm_exec_core+12873>, 0x7fc333b3c00d <vm_exec_core+12893>...}
#28 0x00007fc333b3f31a in rb_vm_exec (ec=0x562af565b420) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2560
        _ec = 0x562af565b420
        _tag = {tag = 36, retval = 4, buf = {0x7fc3332d85f0, 0x7fc333b3f320 <rb_vm_exec+416>, 0x0, 0x7ffeb9af6bf0, 0x314}, prev = 0x7ffeb9af6ed0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#29 0x00007fc333b44a18 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffeb9af6cc8, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1642
No locals.
#30 vm_yield (kw_splat=0, argv=0x7ffeb9af6cc8, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1650
No locals.
#31 rb_yield_0 (argv=0x7ffeb9af6cc8, argc=1) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1346
No locals.
#32 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1362
No locals.
#33 0x00007fc33387fb1c in rb_ary_collect (ary=140476353971680) at /tmp/ruby/src/trunk-gc-asserts/array.c:3652
        i = 1
        collect = 140475909831480
#34 0x00007fc333b26f0c in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7fc333407e18, ec=0x562af565b420) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3594
        ci = 0x162100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7fc319e60120
        cfunc = 0x562af56a79e8
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#35 vm_call_cfunc_with_frame (ec=0x562af565b420, reg_cfp=0x7fc333407e18, calling=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3640
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#36 0x00007fc333b3a6a9 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:393
        val = 94742508739744
        ci = 0x1bdcd3
        cc = <optimized out>
        recv = 6
        argc = <optimized out>
        calling = {cd = 0x562af5941ca0, cc = 0x7fc318d7de20, block_handler = 140476355214897, recv = 140476353971680, argc = 0, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#37 vm_exec_core (ec=0x562af565b420) at ../../src/trunk-gc-asserts/insns.def:871
        bh = 0
        cd = 0x562af5941ca0
        blockiseq = 0x6
        leaf = <optimized out>
        val = 94742508739744
        reg_pc = 0x562af57b8228
        reg_cfp = 0x7fc333407e18
        insns_address_table = {0x7fc333b3acbc <vm_exec_core+7948>, 0x7fc333b3ac50 <vm_exec_core+7840>, 0x7fc333b3abdf <vm_exec_core+7727>, 0x7fc333b3ab63 <vm_exec_core+7603>, 0x7fc333b3aaea <vm_exec_core+7482>, 0x7fc333b3aa69 <vm_exec_core+7353>, 0x7fc333b3a99c <vm_exec_core+7148>, 0x7fc333b3b254 <vm_exec_core+9380>, 0x7fc333b3aedf <vm_exec_core+8495>, 0x7fc333b3ae84 <vm_exec_core+8404>, 0x7fc333b3ace4 <vm_exec_core+7988>, 0x7fc333b3b058 <vm_exec_core+8872>, 0x7fc333b3b00f <vm_exec_core+8799>, 0x7fc333b3a8e8 <vm_exec_core+6968>, 0x7fc333b3a886 <vm_exec_core+6870>, 0x7fc333b3b36b <vm_exec_core+9659>, 0x7fc333b3b32d <vm_exec_core+9597>, 0x7fc333b3b2f2 <vm_exec_core+9538>, 0x7fc333b3b2b7 <vm_exec_core+9479>, 0x7fc333b3b445 <vm_exec_core+9877>, 0x7fc333b3b3ae <vm_exec_core+9726>, 0x7fc333b3b480 <vm_exec_core+9936>, 0x7fc333b3a951 <vm_exec_core+7073>, 0x7fc333b3b655 <vm_exec_core+10405>, 0x7fc333b3b609 <vm_exec_core+10329>, 0x7fc333b3af82 <vm_exec_core+8658>, 0x7fc333b3af42 <vm_exec_core+8594>, 0x7fc333b3b548 <vm_exec_core+10136>, 0x7fc333b3b4c8 <vm_exec_core+10008>, 0x7fc333b3b5a9 <vm_exec_core+10233>, 0x7fc333b39a49 <vm_exec_core+3225>, 0x7fc333b3a181 <vm_exec_core+5073>, 0x7fc333b39fe1 <vm_exec_core+4657>, 0x7fc333b39f4d <vm_exec_core+4509>, 0x7fc333b39ee1 <vm_exec_core+4401>, 0x7fc333b39e83 <vm_exec_core+4307>, 0x7fc333b39e20 <vm_exec_core+4208>, 0x7fc333b39dc9 <vm_exec_core+4121>, 0x7fc333b39d6d <vm_exec_core+4029>, 0x7fc333b39d1d <vm_exec_core+3949>, 0x7fc333b39cf0 <vm_exec_core+3904>, 0x7fc333b39caf <vm_exec_core+3839>, 0x7fc333b39c58 <vm_exec_core+3752>, 0x7fc333b39c1e <vm_exec_core+3694>, 0x7fc333b39b1f <vm_exec_core+3439>, 0x7fc333b39ad6 <vm_exec_core+3366>, 0x7fc333b39a8c <vm_exec_core+3292>, 0x7fc333b3a7ea <vm_exec_core+6714>, 0x7fc333b3a777 <vm_exec_core+6599>, 0x7fc333b3a81e <vm_exec_core+6766>, 0x7fc333b3a490 <vm_exec_core+5856>, 0x7fc333b3a41b <vm_exec_core+5739>, 0x7fc333b3a37f <vm_exec_core+5583>, 0x7fc333b3a204 <vm_exec_core+5204>, 0x7fc333b3a1c4 <vm_exec_core+5140>, 0x7fc333b3a6d7 <vm_exec_core+6439>, 0x7fc333b3a5b6 <vm_exec_core+6150>, 0x7fc333b38e08 <vm_exec_core+88>, 0x7fc333b3a538 <vm_exec_core+6024>, 0x7fc333b3a4e3 <vm_exec_core+5939>, 0x7fc333b3c9c2 <vm_exec_core+15378>, 0x7fc333b3a722 <vm_exec_core+6514>, 0x7fc333b39530 <vm_exec_core+1920>, 0x7fc333b3943c <vm_exec_core+1676>, 0x7fc333b3991f <vm_exec_core+2927>, 0x7fc333b39868 <vm_exec_core+2744>, 0x7fc333b3b9af <vm_exec_core+11263>, 0x7fc333b39828 <vm_exec_core+2680>, 0x7fc333b397c9 <vm_exec_core+2585>, 0x7fc333b3976a <vm_exec_core+2490>, 0x7fc333b39728 <vm_exec_core+2424>, 0x7fc333b3967f <vm_exec_core+2255>, 0x7fc333b395d6 <vm_exec_core+2086>, 0x7fc333b3c665 <vm_exec_core+14517>, 0x7fc333b3c5fb <vm_exec_core+14411>, 0x7fc333b3c517 <vm_exec_core+14183>, 0x7fc333b3c035 <vm_exec_core+12933>, 0x7fc333b3c08b <vm_exec_core+13019>, 0x7fc333b3c124 <vm_exec_core+13172>, 0x7fc333b3c186 <vm_exec_core+13270>, 0x7fc333b3c36b <vm_exec_core+13755>, 0x7fc333b3c3cf <vm_exec_core+13855>, 0x7fc333b3c766 <vm_exec_core+14774>, 0x7fc333b3c7ca <vm_exec_core+14874>, 0x7fc333b3c5b9 <vm_exec_core+14345>, 0x7fc333b3c889 <vm_exec_core+15065>, 0x7fc333b3c82e <vm_exec_core+14974>, 0x7fc333b3c8dd <vm_exec_core+15149>, 0x7fc333b3ca14 <vm_exec_core+15460>, 0x7fc333b393c7 <vm_exec_core+1559>, 0x7fc333b39363 <vm_exec_core+1459>, 0x7fc333b3bf58 <vm_exec_core+12712>, 0x7fc333b3c433 <vm_exec_core+13955>, 0x7fc333b3c470 <vm_exec_core+14016>, 0x7fc333b3c4b9 <vm_exec_core+14089>, 0x7fc333b3c94e <vm_exec_core+15262>, 0x7fc333b3c6d2 <vm_exec_core+14626>, 0x7fc333b392ee <vm_exec_core+1342>, 0x7fc333b3926f <vm_exec_core+1215>, 0x7fc333b391c4 <vm_exec_core+1044>, 0x7fc333b39177 <vm_exec_core+967>, 0x7fc333b39126 <vm_exec_core+886>, 0x7fc333b390d7 <vm_exec_core+807>, 0x7fc333b39080 <vm_exec_core+720>, 0x7fc333b39045 <vm_exec_core+661>, 0x7fc333b3900a <vm_exec_core+602>, 0x7fc333b3acad <vm_exec_core+7933>, 0x7fc333b3ac41 <vm_exec_core+7825>, 0x7fc333b3abd0 <vm_exec_core+7712>, 0x7fc333b3ab54 <vm_exec_core+7588>, 0x7fc333b3aadb <vm_exec_core+7467>, 0x7fc333b3aa5a <vm_exec_core+7338>, 0x7fc333b3a98d <vm_exec_core+7133>, 0x7fc333b3b245 <vm_exec_core+9365>, 0x7fc333b3aed0 <vm_exec_core+8480>, 0x7fc333b3ae75 <vm_exec_core+8389>, 0x7fc333b3acd5 <vm_exec_core+7973>, 0x7fc333b3b049 <vm_exec_core+8857>, 0x7fc333b3b000 <vm_exec_core+8784>, 0x7fc333b3a8d9 <vm_exec_core+6953>, 0x7fc333b3a877 <vm_exec_core+6855>, 0x7fc333b3b35c <vm_exec_core+9644>, 0x7fc333b3b31e <vm_exec_core+9582>, 0x7fc333b3b2e3 <vm_exec_core+9523>, 0x7fc333b3b2a8 <vm_exec_core+9464>, 0x7fc333b3b436 <vm_exec_core+9862>, 0x7fc333b3b39f <vm_exec_core+9711>, 0x7fc333b3b471 <vm_exec_core+9921>, 0x7fc333b3a942 <vm_exec_core+7058>, 0x7fc333b3b646 <vm_exec_core+10390>, 0x7fc333b3b5fa <vm_exec_core+10314>, 0x7fc333b3af73 <vm_exec_core+8643>, 0x7fc333b3af33 <vm_exec_core+8579>, 0x7fc333b3b539 <vm_exec_core+10121>, 0x7fc333b3b4b9 <vm_exec_core+9993>, 0x7fc333b3b59a <vm_exec_core+10218>, 0x7fc333b39a3a <vm_exec_core+3210>, 0x7fc333b3a172 <vm_exec_core+5058>, 0x7fc333b39fd2 <vm_exec_core+4642>, 0x7fc333b39f3e <vm_exec_core+4494>, 0x7fc333b39ed2 <vm_exec_core+4386>, 0x7fc333b39e74 <vm_exec_core+4292>, 0x7fc333b39e11 <vm_exec_core+4193>, 0x7fc333b39dba <vm_exec_core+4106>, 0x7fc333b39d5e <vm_exec_core+4014>, 0x7fc333b39d0e <vm_exec_core+3934>, 0x7fc333b39ce1 <vm_exec_core+3889>, 0x7fc333b39ca0 <vm_exec_core+3824>, 0x7fc333b39c49 <vm_exec_core+3737>, 0x7fc333b39c0f <vm_exec_core+3679>, 0x7fc333b39b10 <vm_exec_core+3424>, 0x7fc333b39ac7 <vm_exec_core+3351>, 0x7fc333b39a7d <vm_exec_core+3277>, 0x7fc333b3a7db <vm_exec_core+6699>, 0x7fc333b3a768 <vm_exec_core+6584>, 0x7fc333b3a80f <vm_exec_core+6751>, 0x7fc333b3a481 <vm_exec_core+5841>, 0x7fc333b3a40c <vm_exec_core+5724>, 0x7fc333b3a370 <vm_exec_core+5568>, 0x7fc333b3a1f5 <vm_exec_core+5189>, 0x7fc333b3a1b5 <vm_exec_core+5125>, 0x7fc333b3a6c8 <vm_exec_core+6424>, 0x7fc333b3a5a7 <vm_exec_core+6135>, 0x7fc333b3c24c <vm_exec_core+13468>, 0x7fc333b3a529 <vm_exec_core+6009>, 0x7fc333b3a4d4 <vm_exec_core+5924>, 0x7fc333b3c260 <vm_exec_core+13488>, 0x7fc333b3a713 <vm_exec_core+6499>, 0x7fc333b39521 <vm_exec_core+1905>, 0x7fc333b3942d <vm_exec_core+1661>, 0x7fc333b39910 <vm_exec_core+2912>, 0x7fc333b39859 <vm_exec_core+2729>, 0x7fc333b3b9a0 <vm_exec_core+11248>, 0x7fc333b39819 <vm_exec_core+2665>, 0x7fc333b397ba <vm_exec_core+2570>, 0x7fc333b3975b <vm_exec_core+2475>, 0x7fc333b39719 <vm_exec_core+2409>, 0x7fc333b39670 <vm_exec_core+2240>, 0x7fc333b395c7 <vm_exec_core+2071>, 0x7fc333b3c274 <vm_exec_core+13508>, 0x7fc333b3c288 <vm_exec_core+13528>, 0x7fc333b3c29c <vm_exec_core+13548>, 0x7fc333b3c2b0 <vm_exec_core+13568>, 0x7fc333b3c2c4 <vm_exec_core+13588>, 0x7fc333b3c2d8 <vm_exec_core+13608>, 0x7fc333b3c2ec <vm_exec_core+13628>, 0x7fc333b3c307 <vm_exec_core+13655>, 0x7fc333b3c31b <vm_exec_core+13675>, 0x7fc333b3c32f <vm_exec_core+13695>, 0x7fc333b3c343 <vm_exec_core+13715>, 0x7fc333b3c357 <vm_exec_core+13735>, 0x7fc333b3bf95 <vm_exec_core+12773>, 0x7fc333b3bfa9 <vm_exec_core+12793>, 0x7fc333b3bfbd <vm_exec_core+12813>, 0x7fc333b3bfd1 <vm_exec_core+12833>, 0x7fc333b393b8 <vm_exec_core+1544>, 0x7fc333b39354 <vm_exec_core+1444>, 0x7fc333b3bfe5 <vm_exec_core+12853>, 0x7fc333b3bff9 <vm_exec_core+12873>, 0x7fc333b3c00d <vm_exec_core+12893>...}
#38 0x00007fc333b3f5a7 in vm_exec_loop (result=<optimized out>, tag=0x7ffeb9af6ed0, state=<optimized out>, ec=0x562af565b420) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2587
        vm_loop_start = <optimized out>
#39 rb_vm_exec (ec=0x562af565b420) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2566
        _ec = 0x562af565b420
        _tag = {tag = 36, retval = 4, buf = {0x7fc3182888e0, 0x7fc333b3f320 <rb_vm_exec+416>, 0x0, 0x7ffeb9af6eb0, 0x369}, prev = 0x7ffeb9af7190, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#40 0x00007fc333b44a18 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffeb9af6f88, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1642
No locals.
#41 vm_yield (kw_splat=0, argv=0x7ffeb9af6f88, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1650
No locals.
#42 rb_yield_0 (argv=0x7ffeb9af6f88, argc=1) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1346
No locals.
#43 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1362
No locals.
#44 0x00007fc33387fb1c in rb_ary_collect (ary=140475900659920) at /tmp/ruby/src/trunk-gc-asserts/array.c:3652
        i = 0
        collect = 140475900659840
#45 0x00007fc333b26f0c in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7fc333407f30, ec=0x562af565b420) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3594
        ci = 0x162100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7fc319e60120
        cfunc = 0x562af56a79e8
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#46 vm_call_cfunc_with_frame (ec=0x562af565b420, reg_cfp=0x7fc333407f30, calling=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3640
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#47 0x00007fc333b3a6a9 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:393
        val = 94742507550432
        ci = 0x1bdcd3
        cc = <optimized out>
        recv = 6
        argc = <optimized out>
        calling = {cd = 0x562af581f6e0, cc = 0x7fc318d7de20, block_handler = 140476355215177, recv = 140475900659920, argc = 0, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#48 vm_exec_core (ec=0x562af565b420) at ../../src/trunk-gc-asserts/insns.def:871
        bh = 0
        cd = 0x562af581f6e0
        blockiseq = 0x6
        leaf = <optimized out>
        val = 94742507550432
        reg_pc = 0x562af580c478
        reg_cfp = 0x7fc333407f30
        insns_address_table = {0x7fc333b3acbc <vm_exec_core+7948>, 0x7fc333b3ac50 <vm_exec_core+7840>, 0x7fc333b3abdf <vm_exec_core+7727>, 0x7fc333b3ab63 <vm_exec_core+7603>, 0x7fc333b3aaea <vm_exec_core+7482>, 0x7fc333b3aa69 <vm_exec_core+7353>, 0x7fc333b3a99c <vm_exec_core+7148>, 0x7fc333b3b254 <vm_exec_core+9380>, 0x7fc333b3aedf <vm_exec_core+8495>, 0x7fc333b3ae84 <vm_exec_core+8404>, 0x7fc333b3ace4 <vm_exec_core+7988>, 0x7fc333b3b058 <vm_exec_core+8872>, 0x7fc333b3b00f <vm_exec_core+8799>, 0x7fc333b3a8e8 <vm_exec_core+6968>, 0x7fc333b3a886 <vm_exec_core+6870>, 0x7fc333b3b36b <vm_exec_core+9659>, 0x7fc333b3b32d <vm_exec_core+9597>, 0x7fc333b3b2f2 <vm_exec_core+9538>, 0x7fc333b3b2b7 <vm_exec_core+9479>, 0x7fc333b3b445 <vm_exec_core+9877>, 0x7fc333b3b3ae <vm_exec_core+9726>, 0x7fc333b3b480 <vm_exec_core+9936>, 0x7fc333b3a951 <vm_exec_core+7073>, 0x7fc333b3b655 <vm_exec_core+10405>, 0x7fc333b3b609 <vm_exec_core+10329>, 0x7fc333b3af82 <vm_exec_core+8658>, 0x7fc333b3af42 <vm_exec_core+8594>, 0x7fc333b3b548 <vm_exec_core+10136>, 0x7fc333b3b4c8 <vm_exec_core+10008>, 0x7fc333b3b5a9 <vm_exec_core+10233>, 0x7fc333b39a49 <vm_exec_core+3225>, 0x7fc333b3a181 <vm_exec_core+5073>, 0x7fc333b39fe1 <vm_exec_core+4657>, 0x7fc333b39f4d <vm_exec_core+4509>, 0x7fc333b39ee1 <vm_exec_core+4401>, 0x7fc333b39e83 <vm_exec_core+4307>, 0x7fc333b39e20 <vm_exec_core+4208>, 0x7fc333b39dc9 <vm_exec_core+4121>, 0x7fc333b39d6d <vm_exec_core+4029>, 0x7fc333b39d1d <vm_exec_core+3949>, 0x7fc333b39cf0 <vm_exec_core+3904>, 0x7fc333b39caf <vm_exec_core+3839>, 0x7fc333b39c58 <vm_exec_core+3752>, 0x7fc333b39c1e <vm_exec_core+3694>, 0x7fc333b39b1f <vm_exec_core+3439>, 0x7fc333b39ad6 <vm_exec_core+3366>, 0x7fc333b39a8c <vm_exec_core+3292>, 0x7fc333b3a7ea <vm_exec_core+6714>, 0x7fc333b3a777 <vm_exec_core+6599>, 0x7fc333b3a81e <vm_exec_core+6766>, 0x7fc333b3a490 <vm_exec_core+5856>, 0x7fc333b3a41b <vm_exec_core+5739>, 0x7fc333b3a37f <vm_exec_core+5583>, 0x7fc333b3a204 <vm_exec_core+5204>, 0x7fc333b3a1c4 <vm_exec_core+5140>, 0x7fc333b3a6d7 <vm_exec_core+6439>, 0x7fc333b3a5b6 <vm_exec_core+6150>, 0x7fc333b38e08 <vm_exec_core+88>, 0x7fc333b3a538 <vm_exec_core+6024>, 0x7fc333b3a4e3 <vm_exec_core+5939>, 0x7fc333b3c9c2 <vm_exec_core+15378>, 0x7fc333b3a722 <vm_exec_core+6514>, 0x7fc333b39530 <vm_exec_core+1920>, 0x7fc333b3943c <vm_exec_core+1676>, 0x7fc333b3991f <vm_exec_core+2927>, 0x7fc333b39868 <vm_exec_core+2744>, 0x7fc333b3b9af <vm_exec_core+11263>, 0x7fc333b39828 <vm_exec_core+2680>, 0x7fc333b397c9 <vm_exec_core+2585>, 0x7fc333b3976a <vm_exec_core+2490>, 0x7fc333b39728 <vm_exec_core+2424>, 0x7fc333b3967f <vm_exec_core+2255>, 0x7fc333b395d6 <vm_exec_core+2086>, 0x7fc333b3c665 <vm_exec_core+14517>, 0x7fc333b3c5fb <vm_exec_core+14411>, 0x7fc333b3c517 <vm_exec_core+14183>, 0x7fc333b3c035 <vm_exec_core+12933>, 0x7fc333b3c08b <vm_exec_core+13019>, 0x7fc333b3c124 <vm_exec_core+13172>, 0x7fc333b3c186 <vm_exec_core+13270>, 0x7fc333b3c36b <vm_exec_core+13755>, 0x7fc333b3c3cf <vm_exec_core+13855>, 0x7fc333b3c766 <vm_exec_core+14774>, 0x7fc333b3c7ca <vm_exec_core+14874>, 0x7fc333b3c5b9 <vm_exec_core+14345>, 0x7fc333b3c889 <vm_exec_core+15065>, 0x7fc333b3c82e <vm_exec_core+14974>, 0x7fc333b3c8dd <vm_exec_core+15149>, 0x7fc333b3ca14 <vm_exec_core+15460>, 0x7fc333b393c7 <vm_exec_core+1559>, 0x7fc333b39363 <vm_exec_core+1459>, 0x7fc333b3bf58 <vm_exec_core+12712>, 0x7fc333b3c433 <vm_exec_core+13955>, 0x7fc333b3c470 <vm_exec_core+14016>, 0x7fc333b3c4b9 <vm_exec_core+14089>, 0x7fc333b3c94e <vm_exec_core+15262>, 0x7fc333b3c6d2 <vm_exec_core+14626>, 0x7fc333b392ee <vm_exec_core+1342>, 0x7fc333b3926f <vm_exec_core+1215>, 0x7fc333b391c4 <vm_exec_core+1044>, 0x7fc333b39177 <vm_exec_core+967>, 0x7fc333b39126 <vm_exec_core+886>, 0x7fc333b390d7 <vm_exec_core+807>, 0x7fc333b39080 <vm_exec_core+720>, 0x7fc333b39045 <vm_exec_core+661>, 0x7fc333b3900a <vm_exec_core+602>, 0x7fc333b3acad <vm_exec_core+7933>, 0x7fc333b3ac41 <vm_exec_core+7825>, 0x7fc333b3abd0 <vm_exec_core+7712>, 0x7fc333b3ab54 <vm_exec_core+7588>, 0x7fc333b3aadb <vm_exec_core+7467>, 0x7fc333b3aa5a <vm_exec_core+7338>, 0x7fc333b3a98d <vm_exec_core+7133>, 0x7fc333b3b245 <vm_exec_core+9365>, 0x7fc333b3aed0 <vm_exec_core+8480>, 0x7fc333b3ae75 <vm_exec_core+8389>, 0x7fc333b3acd5 <vm_exec_core+7973>, 0x7fc333b3b049 <vm_exec_core+8857>, 0x7fc333b3b000 <vm_exec_core+8784>, 0x7fc333b3a8d9 <vm_exec_core+6953>, 0x7fc333b3a877 <vm_exec_core+6855>, 0x7fc333b3b35c <vm_exec_core+9644>, 0x7fc333b3b31e <vm_exec_core+9582>, 0x7fc333b3b2e3 <vm_exec_core+9523>, 0x7fc333b3b2a8 <vm_exec_core+9464>, 0x7fc333b3b436 <vm_exec_core+9862>, 0x7fc333b3b39f <vm_exec_core+9711>, 0x7fc333b3b471 <vm_exec_core+9921>, 0x7fc333b3a942 <vm_exec_core+7058>, 0x7fc333b3b646 <vm_exec_core+10390>, 0x7fc333b3b5fa <vm_exec_core+10314>, 0x7fc333b3af73 <vm_exec_core+8643>, 0x7fc333b3af33 <vm_exec_core+8579>, 0x7fc333b3b539 <vm_exec_core+10121>, 0x7fc333b3b4b9 <vm_exec_core+9993>, 0x7fc333b3b59a <vm_exec_core+10218>, 0x7fc333b39a3a <vm_exec_core+3210>, 0x7fc333b3a172 <vm_exec_core+5058>, 0x7fc333b39fd2 <vm_exec_core+4642>, 0x7fc333b39f3e <vm_exec_core+4494>, 0x7fc333b39ed2 <vm_exec_core+4386>, 0x7fc333b39e74 <vm_exec_core+4292>, 0x7fc333b39e11 <vm_exec_core+4193>, 0x7fc333b39dba <vm_exec_core+4106>, 0x7fc333b39d5e <vm_exec_core+4014>, 0x7fc333b39d0e <vm_exec_core+3934>, 0x7fc333b39ce1 <vm_exec_core+3889>, 0x7fc333b39ca0 <vm_exec_core+3824>, 0x7fc333b39c49 <vm_exec_core+3737>, 0x7fc333b39c0f <vm_exec_core+3679>, 0x7fc333b39b10 <vm_exec_core+3424>, 0x7fc333b39ac7 <vm_exec_core+3351>, 0x7fc333b39a7d <vm_exec_core+3277>, 0x7fc333b3a7db <vm_exec_core+6699>, 0x7fc333b3a768 <vm_exec_core+6584>, 0x7fc333b3a80f <vm_exec_core+6751>, 0x7fc333b3a481 <vm_exec_core+5841>, 0x7fc333b3a40c <vm_exec_core+5724>, 0x7fc333b3a370 <vm_exec_core+5568>, 0x7fc333b3a1f5 <vm_exec_core+5189>, 0x7fc333b3a1b5 <vm_exec_core+5125>, 0x7fc333b3a6c8 <vm_exec_core+6424>, 0x7fc333b3a5a7 <vm_exec_core+6135>, 0x7fc333b3c24c <vm_exec_core+13468>, 0x7fc333b3a529 <vm_exec_core+6009>, 0x7fc333b3a4d4 <vm_exec_core+5924>, 0x7fc333b3c260 <vm_exec_core+13488>, 0x7fc333b3a713 <vm_exec_core+6499>, 0x7fc333b39521 <vm_exec_core+1905>, 0x7fc333b3942d <vm_exec_core+1661>, 0x7fc333b39910 <vm_exec_core+2912>, 0x7fc333b39859 <vm_exec_core+2729>, 0x7fc333b3b9a0 <vm_exec_core+11248>, 0x7fc333b39819 <vm_exec_core+2665>, 0x7fc333b397ba <vm_exec_core+2570>, 0x7fc333b3975b <vm_exec_core+2475>, 0x7fc333b39719 <vm_exec_core+2409>, 0x7fc333b39670 <vm_exec_core+2240>, 0x7fc333b395c7 <vm_exec_core+2071>, 0x7fc333b3c274 <vm_exec_core+13508>, 0x7fc333b3c288 <vm_exec_core+13528>, 0x7fc333b3c29c <vm_exec_core+13548>, 0x7fc333b3c2b0 <vm_exec_core+13568>, 0x7fc333b3c2c4 <vm_exec_core+13588>, 0x7fc333b3c2d8 <vm_exec_core+13608>, 0x7fc333b3c2ec <vm_exec_core+13628>, 0x7fc333b3c307 <vm_exec_core+13655>, 0x7fc333b3c31b <vm_exec_core+13675>, 0x7fc333b3c32f <vm_exec_core+13695>, 0x7fc333b3c343 <vm_exec_core+13715>, 0x7fc333b3c357 <vm_exec_core+13735>, 0x7fc333b3bf95 <vm_exec_core+12773>, 0x7fc333b3bfa9 <vm_exec_core+12793>, 0x7fc333b3bfbd <vm_exec_core+12813>, 0x7fc333b3bfd1 <vm_exec_core+12833>, 0x7fc333b393b8 <vm_exec_core+1544>, 0x7fc333b39354 <vm_exec_core+1444>, 0x7fc333b3bfe5 <vm_exec_core+12853>, 0x7fc333b3bff9 <vm_exec_core+12873>, 0x7fc333b3c00d <vm_exec_core+12893>...}
#49 0x00007fc333b3f5a7 in vm_exec_loop (result=<optimized out>, tag=0x7ffeb9af7190, state=<optimized out>, ec=0x562af565b420) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2587
        vm_loop_start = <optimized out>
#50 rb_vm_exec (ec=0x562af565b420) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2566
        _ec = 0x562af565b420
        _tag = {tag = 36, retval = 4, buf = {0x7fc318d952a0, 0x7fc333b3f320 <rb_vm_exec+416>, 0x0, 0x7ffeb9af7170, 0x7fc333eb7040 <_rtld_global>}, prev = 0x7ffeb9af7250, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#51 0x00007fc333b3fdbb in rb_iseq_eval_main (iseq=iseq@entry=0x7fc318d952a0) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2826
        ec = <optimized out>
        val = <optimized out>
#52 0x00007fc33394f465 in rb_ec_exec_node (ec=ec@entry=0x562af565b420, n=n@entry=0x7fc318d952a0) at /tmp/ruby/src/trunk-gc-asserts/eval.c:281
        _ec = <optimized out>
        _tag = {tag = 36, retval = 94742505698336, buf = {0x7fc318d952a0, 0x7fc33394f4b0 <rb_ec_exec_node+256>, 0x0, 0x7ffeb9af7220, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7fc318d952a0
#53 0x00007fc33395304b in ruby_run_node (n=0x7fc318d952a0) at /tmp/ruby/src/trunk-gc-asserts/eval.c:319
        ec = 0x562af565b420
        status = 0
#54 0x0000562af4bc4187 in rb_main (argv=0x7ffeb9af7458, argc=11) at /tmp/ruby/src/trunk-gc-asserts/main.c:40
        variable_in_this_stack_frame = 140732013705017
#55 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/main.c:59
No locals.

>>> Dump Ruby level backtrace (if possible)


$ gdb -batch -se /tmp/ruby/build/trunk-gc-asserts/ruby -c /tmp/cores/core.1001.1826005.ruby -x gdbscript
[New LWP 1826005]
[New LWP 1826010]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb: TestArray#test_s'.
Program terminated with signal SIGABRT, Aborted.
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139884466134016) at ./nptl/pthread_kill.c:44
[Current thread is 1 (Thread 0x7f3963e9dc00 (LWP 1826005))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f3963e9dc00 (LWP 1826005) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139884466134016) at ./nptl/pthread_kill.c:44
  2    Thread 0x7f394a8bf640 (LWP 1826010) 0x00007f3963fe4fde in epoll_wait (epfd=4, events=events@entry=0x7f396490921c <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f394a8bf640 (LWP 1826010)):
#0  0x00007f3963fe4fde in epoll_wait (epfd=4, events=events@entry=0x7f396490921c <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  0x00007f396457dc4d in event_wait (vm=0x55c9d36ca2a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2924
        r = <optimized out>
        r = <optimized out>
#2  timer_thread_polling (vm=0x55c9d36ca2a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread_mn.c:887
        r = <optimized out>
        r = <optimized out>
        i = <optimized out>
        th = <optimized out>
        events = <optimized out>
#3  timer_thread_func (ptr=0x55c9d36ca2a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:3051
        vm = 0x55c9d36ca2a0
#4  0x00007f3963f53b43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140727806452496, -7652788558518393673, 139884040549952, 25, 139884466878544, 140727806452848, 7762306136360248503, 7762255981464282295}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f3963fe4bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f3963e9dc00 (LWP 1826005)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139884466134016) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f3963e9dc00
        old_mask = {__val = {140727806448528, 0, 139884475472791, 139884466947283, 0, 139884466843629, 139884466134016, 139884468459008, 94325344336624, 139884466789799, 223, 139884468475552, 94325344336624, 139884473795327, 94325323899552, 140727806448544}}
        ret = <optimized out>
        pd = <optimized out>
        old_mask = <optimized out>
        ret = <optimized out>
        tid = <optimized out>
        ret = <optimized out>
        resultvar = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        __private = <optimized out>
        __oldval = <optimized out>
        result = <optimized out>
#1  __pthread_kill_internal (signo=6, threadid=139884466134016) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=139884466134016, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f3963f01476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007f3963ee77f3 in __GI_abort () at ./stdlib/abort.c:79
        save_stage = 1
        act = {__sigaction_handler = {sa_handler = 0x7973765b20202020, sa_sigaction = 0x7973765b20202020}, sa_mask = {__val = {2308760479236973427, 7161132921294692384, 7089904302584126827, 3256155514201007461, 7018127067592418871, 140727806448928, 15146562535903548928, 139884466125912, 139884477039936, 0, 139884468475552, 140727806448928, 1, 94325323910160, 139884471620750, 18446744069414586027}}, sa_flags = 1623545344, sa_restorer = 0x0}
        sigs = {__val = {32, 3472328296227676272, 3472339291342909488, 2314885530818457632, 2314885530818453536, 2314885530818453536, 8314900945785856032, 7378697629477789039, 3472335126135203430, 7378697628523966512, 3474076752553600614, 8659627274773999665, 3472328296227676272, 3472339291342909488, 2314885530818457632, 2314885530818453536}}
#5  0x00007f3964300bfc in die () at /tmp/ruby/src/trunk-gc-asserts/error.c:1071
No locals.
#6  rb_bug (fmt=fmt@entry=0x7f396474c618 "objspace/memsize_of(): unknown data type 0x%x(%p)") at /tmp/ruby/src/trunk-gc-asserts/error.c:1095
        args = {{gp_offset = 24, fp_offset = 48, overflow_arg_area = 0x7ffdbee9d600, reg_save_area = 0x7ffdbee9d540}}
#7  0x00007f39643015d3 in obj_memsize_of (obj=139884012830680, use_all_types=0) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4801
        size = 0
#8  0x00007f39643fd445 in obj_memsize_of (use_all_types=0, obj=139884012830680) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4688
        size = 0
        rm = <optimized out>
#9  check_rvalue_consistency_force (obj=139884012830680, terminate=1) at /tmp/ruby/src/trunk-gc-asserts/gc.c:1652
        uncollectible_bit = 0
        marking_bit = 0
        remembered_bit = 0
        age = 0
        wb_unprotected_bit = 0
        mark_bit = 0
        _lev = 0
        err = <optimized out>
        objspace = 0x55c9d36ccc10
#10 0x00007f3964400289 in check_rvalue_consistency (obj=139884012830680) at /tmp/ruby/src/trunk-gc-asserts/gc.c:1714
No locals.
#11 RVALUE_MARKED (obj=139884012830680) at /tmp/ruby/src/trunk-gc-asserts/gc.c:1550
No locals.
#12 gc_move (objspace=0x55c9d36ccc10, scan=139884040683560, free=139884012830680, src_slot_size=40, slot_size=40) at /tmp/ruby/src/trunk-gc-asserts/gc.c:9548
        marked = <optimized out>
        wb_unprotected = <optimized out>
        uncollectible = <optimized out>
        age = <optimized out>
        dest = 0x7f3948e4ffd8
        src = 0x7f394a8e0028
        remembered = <optimized out>
        __func__ = "gc_move"
        dest_overhead = <optimized out>
        src_overhead = <optimized out>
#13 0x00007f39644009f2 in try_move (heap=<optimized out>, src=139884040683560, free_page=0x55c9d422b660, objspace=0x55c9d36ccc10) at /tmp/ruby/src/trunk-gc-asserts/gc.c:5064
        src_page = 0x55c9d371eb20
        dest = <optimized out>
        __func__ = "try_move"
        src_page = <optimized out>
        dest = <optimized out>
#14 gc_compact_move (src=139884040683560, size_pool=0x55c9d36ccc30, heap=0x55c9d36ccc80, objspace=0x55c9d36ccc10) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8158
        dest_pool = <optimized out>
        dheap = <optimized out>
        new_shape = 0x0
        orig_shape = 0x0
        __func__ = "gc_compact_move"
        dest_pool = <optimized out>
        dheap = <optimized out>
        new_shape = <optimized out>
        orig_shape = <optimized out>
        initial_shape = <optimized out>
        ctx = <optimized out>
        dest = <optimized out>
#15 gc_compact_plane (objspace=0x55c9d36ccc10, size_pool=0x55c9d36ccc30, heap=0x55c9d36ccc80, p=139884040683560, bitset=9223372036854775807, page=<optimized out>, page=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8209
        vp = 139884040683560
        slot_size = 40
        slot_bits = 1
        __func__ = "gc_compact_plane"
#16 0x00007f39644075b5 in gc_compact_page (page=0x55c9d371eb20, heap=<optimized out>, size_pool=<optimized out>, objspace=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8239
        mark_bits = 0x55c9d371ec30
        pin_bits = 0x55c9d371ef70
        bitset = <optimized out>
        p = 139884040683560
        __func__ = <optimized out>
        mark_bits = <optimized out>
        pin_bits = <optimized out>
        bitset = <optimized out>
        p = <optimized out>
        j = <optimized out>
#17 gc_sweep_compact (objspace=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8291
        size_pool = <optimized out>
        heap = <optimized out>
        start_page = 0x55c9d371eb20
        i = <optimized out>
#18 gc_sweep (objspace=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:5900
        immediate_sweep = <optimized out>
#19 0x00007f396440a6eb in gc_start (objspace=<optimized out>, reason=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:9088
        do_full_mark = <optimized out>
        __func__ = "gc_start"
        lock_lev = 32569
#20 0x00007f396440b7ee in garbage_collect (objspace=0x55c9d36ccc10, reason=256) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8968
        _lev = 0
        ret = <optimized out>
#21 0x00007f396440bb73 in newobj_slowpath (size_pool_idx=0, wb_protected=1, cache=0x55c9d36d2368, objspace=0x55c9d36ccc10, flags=7, klass=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:2885
        obj = <optimized out>
        lev = 1
        obj = <optimized out>
        lev = <optimized out>
#22 newobj_slowpath_wb_protected (klass=<optimized out>, flags=7, objspace=0x55c9d36ccc10, cache=0x55c9d36d2368, size_pool_idx=0) at /tmp/ruby/src/trunk-gc-asserts/gc.c:2909
No locals.
#23 0x00007f396440bffe in newobj_of (alloc_size=40, wb_protected=1, v3=0, v2=0, v1=0, flags=7, klass=139884040819560, cr=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:2949
        obj = <optimized out>
        objspace = <optimized out>
        size_pool_idx = <optimized out>
        cache = <optimized out>
        obj = <optimized out>
        objspace = <optimized out>
        size_pool_idx = <optimized out>
        cache = <optimized out>
        i = <optimized out>
        cnt = <optimized out>
#24 rb_wb_protected_newobj_of (ec=<optimized out>, klass=139884040819560, flags=flags@entry=7, size=size@entry=40) at /tmp/ruby/src/trunk-gc-asserts/gc.c:2967
        __func__ = "rb_wb_protected_newobj_of"
#25 0x00007f396431ba96 in ary_alloc_heap (klass=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/array.c:682
        ary = <optimized out>
        ary = <optimized out>
#26 ary_make_partial (len=5, offset=0, klass=<optimized out>, ary=139884021884160) at /tmp/ruby/src/trunk-gc-asserts/array.c:1209
        result = <optimized out>
        embed_capa = <optimized out>
        result = <optimized out>
        embed_capa = <optimized out>
        tmp_n = <optimized out>
        shared = <optimized out>
        tmp_n = <optimized out>
        tmp_n = <optimized out>
#27 rb_ary_resurrect (ary=139884021884160) at /tmp/ruby/src/trunk-gc-asserts/array.c:2726
No locals.
#28 0x00007f39645cda68 in vm_exec_core (ec=0x55c9d36d2420) at ../../src/trunk-gc-asserts/insns.def:497
        leaf = <optimized out>
        val = <optimized out>
        ary = 1826005
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        reg_pc = 0x55c9d465f758
        reg_cfp = 0x7f3963e9bc58
        insns_address_table = {0x7f39645cecbc <vm_exec_core+7948>, 0x7f39645cec50 <vm_exec_core+7840>, 0x7f39645cebdf <vm_exec_core+7727>, 0x7f39645ceb63 <vm_exec_core+7603>, 0x7f39645ceaea <vm_exec_core+7482>, 0x7f39645cea69 <vm_exec_core+7353>, 0x7f39645ce99c <vm_exec_core+7148>, 0x7f39645cf254 <vm_exec_core+9380>, 0x7f39645ceedf <vm_exec_core+8495>, 0x7f39645cee84 <vm_exec_core+8404>, 0x7f39645cece4 <vm_exec_core+7988>, 0x7f39645cf058 <vm_exec_core+8872>, 0x7f39645cf00f <vm_exec_core+8799>, 0x7f39645ce8e8 <vm_exec_core+6968>, 0x7f39645ce886 <vm_exec_core+6870>, 0x7f39645cf36b <vm_exec_core+9659>, 0x7f39645cf32d <vm_exec_core+9597>, 0x7f39645cf2f2 <vm_exec_core+9538>, 0x7f39645cf2b7 <vm_exec_core+9479>, 0x7f39645cf445 <vm_exec_core+9877>, 0x7f39645cf3ae <vm_exec_core+9726>, 0x7f39645cf480 <vm_exec_core+9936>, 0x7f39645ce951 <vm_exec_core+7073>, 0x7f39645cf655 <vm_exec_core+10405>, 0x7f39645cf609 <vm_exec_core+10329>, 0x7f39645cef82 <vm_exec_core+8658>, 0x7f39645cef42 <vm_exec_core+8594>, 0x7f39645cf548 <vm_exec_core+10136>, 0x7f39645cf4c8 <vm_exec_core+10008>, 0x7f39645cf5a9 <vm_exec_core+10233>, 0x7f39645cda49 <vm_exec_core+3225>, 0x7f39645ce181 <vm_exec_core+5073>, 0x7f39645cdfe1 <vm_exec_core+4657>, 0x7f39645cdf4d <vm_exec_core+4509>, 0x7f39645cdee1 <vm_exec_core+4401>, 0x7f39645cde83 <vm_exec_core+4307>, 0x7f39645cde20 <vm_exec_core+4208>, 0x7f39645cddc9 <vm_exec_core+4121>, 0x7f39645cdd6d <vm_exec_core+4029>, 0x7f39645cdd1d <vm_exec_core+3949>, 0x7f39645cdcf0 <vm_exec_core+3904>, 0x7f39645cdcaf <vm_exec_core+3839>, 0x7f39645cdc58 <vm_exec_core+3752>, 0x7f39645cdc1e <vm_exec_core+3694>, 0x7f39645cdb1f <vm_exec_core+3439>, 0x7f39645cdad6 <vm_exec_core+3366>, 0x7f39645cda8c <vm_exec_core+3292>, 0x7f39645ce7ea <vm_exec_core+6714>, 0x7f39645ce777 <vm_exec_core+6599>, 0x7f39645ce81e <vm_exec_core+6766>, 0x7f39645ce490 <vm_exec_core+5856>, 0x7f39645ce41b <vm_exec_core+5739>, 0x7f39645ce37f <vm_exec_core+5583>, 0x7f39645ce204 <vm_exec_core+5204>, 0x7f39645ce1c4 <vm_exec_core+5140>, 0x7f39645ce6d7 <vm_exec_core+6439>, 0x7f39645ce5b6 <vm_exec_core+6150>, 0x7f39645cce08 <vm_exec_core+88>, 0x7f39645ce538 <vm_exec_core+6024>, 0x7f39645ce4e3 <vm_exec_core+5939>, 0x7f39645d09c2 <vm_exec_core+15378>, 0x7f39645ce722 <vm_exec_core+6514>, 0x7f39645cd530 <vm_exec_core+1920>, 0x7f39645cd43c <vm_exec_core+1676>, 0x7f39645cd91f <vm_exec_core+2927>, 0x7f39645cd868 <vm_exec_core+2744>, 0x7f39645cf9af <vm_exec_core+11263>, 0x7f39645cd828 <vm_exec_core+2680>, 0x7f39645cd7c9 <vm_exec_core+2585>, 0x7f39645cd76a <vm_exec_core+2490>, 0x7f39645cd728 <vm_exec_core+2424>, 0x7f39645cd67f <vm_exec_core+2255>, 0x7f39645cd5d6 <vm_exec_core+2086>, 0x7f39645d0665 <vm_exec_core+14517>, 0x7f39645d05fb <vm_exec_core+14411>, 0x7f39645d0517 <vm_exec_core+14183>, 0x7f39645d0035 <vm_exec_core+12933>, 0x7f39645d008b <vm_exec_core+13019>, 0x7f39645d0124 <vm_exec_core+13172>, 0x7f39645d0186 <vm_exec_core+13270>, 0x7f39645d036b <vm_exec_core+13755>, 0x7f39645d03cf <vm_exec_core+13855>, 0x7f39645d0766 <vm_exec_core+14774>, 0x7f39645d07ca <vm_exec_core+14874>, 0x7f39645d05b9 <vm_exec_core+14345>, 0x7f39645d0889 <vm_exec_core+15065>, 0x7f39645d082e <vm_exec_core+14974>, 0x7f39645d08dd <vm_exec_core+15149>, 0x7f39645d0a14 <vm_exec_core+15460>, 0x7f39645cd3c7 <vm_exec_core+1559>, 0x7f39645cd363 <vm_exec_core+1459>, 0x7f39645cff58 <vm_exec_core+12712>, 0x7f39645d0433 <vm_exec_core+13955>, 0x7f39645d0470 <vm_exec_core+14016>, 0x7f39645d04b9 <vm_exec_core+14089>, 0x7f39645d094e <vm_exec_core+15262>, 0x7f39645d06d2 <vm_exec_core+14626>, 0x7f39645cd2ee <vm_exec_core+1342>, 0x7f39645cd26f <vm_exec_core+1215>, 0x7f39645cd1c4 <vm_exec_core+1044>, 0x7f39645cd177 <vm_exec_core+967>, 0x7f39645cd126 <vm_exec_core+886>, 0x7f39645cd0d7 <vm_exec_core+807>, 0x7f39645cd080 <vm_exec_core+720>, 0x7f39645cd045 <vm_exec_core+661>, 0x7f39645cd00a <vm_exec_core+602>, 0x7f39645cecad <vm_exec_core+7933>, 0x7f39645cec41 <vm_exec_core+7825>, 0x7f39645cebd0 <vm_exec_core+7712>, 0x7f39645ceb54 <vm_exec_core+7588>, 0x7f39645ceadb <vm_exec_core+7467>, 0x7f39645cea5a <vm_exec_core+7338>, 0x7f39645ce98d <vm_exec_core+7133>, 0x7f39645cf245 <vm_exec_core+9365>, 0x7f39645ceed0 <vm_exec_core+8480>, 0x7f39645cee75 <vm_exec_core+8389>, 0x7f39645cecd5 <vm_exec_core+7973>, 0x7f39645cf049 <vm_exec_core+8857>, 0x7f39645cf000 <vm_exec_core+8784>, 0x7f39645ce8d9 <vm_exec_core+6953>, 0x7f39645ce877 <vm_exec_core+6855>, 0x7f39645cf35c <vm_exec_core+9644>, 0x7f39645cf31e <vm_exec_core+9582>, 0x7f39645cf2e3 <vm_exec_core+9523>, 0x7f39645cf2a8 <vm_exec_core+9464>, 0x7f39645cf436 <vm_exec_core+9862>, 0x7f39645cf39f <vm_exec_core+9711>, 0x7f39645cf471 <vm_exec_core+9921>, 0x7f39645ce942 <vm_exec_core+7058>, 0x7f39645cf646 <vm_exec_core+10390>, 0x7f39645cf5fa <vm_exec_core+10314>, 0x7f39645cef73 <vm_exec_core+8643>, 0x7f39645cef33 <vm_exec_core+8579>, 0x7f39645cf539 <vm_exec_core+10121>, 0x7f39645cf4b9 <vm_exec_core+9993>, 0x7f39645cf59a <vm_exec_core+10218>, 0x7f39645cda3a <vm_exec_core+3210>, 0x7f39645ce172 <vm_exec_core+5058>, 0x7f39645cdfd2 <vm_exec_core+4642>, 0x7f39645cdf3e <vm_exec_core+4494>, 0x7f39645cded2 <vm_exec_core+4386>, 0x7f39645cde74 <vm_exec_core+4292>, 0x7f39645cde11 <vm_exec_core+4193>, 0x7f39645cddba <vm_exec_core+4106>, 0x7f39645cdd5e <vm_exec_core+4014>, 0x7f39645cdd0e <vm_exec_core+3934>, 0x7f39645cdce1 <vm_exec_core+3889>, 0x7f39645cdca0 <vm_exec_core+3824>, 0x7f39645cdc49 <vm_exec_core+3737>, 0x7f39645cdc0f <vm_exec_core+3679>, 0x7f39645cdb10 <vm_exec_core+3424>, 0x7f39645cdac7 <vm_exec_core+3351>, 0x7f39645cda7d <vm_exec_core+3277>, 0x7f39645ce7db <vm_exec_core+6699>, 0x7f39645ce768 <vm_exec_core+6584>, 0x7f39645ce80f <vm_exec_core+6751>, 0x7f39645ce481 <vm_exec_core+5841>, 0x7f39645ce40c <vm_exec_core+5724>, 0x7f39645ce370 <vm_exec_core+5568>, 0x7f39645ce1f5 <vm_exec_core+5189>, 0x7f39645ce1b5 <vm_exec_core+5125>, 0x7f39645ce6c8 <vm_exec_core+6424>, 0x7f39645ce5a7 <vm_exec_core+6135>, 0x7f39645d024c <vm_exec_core+13468>, 0x7f39645ce529 <vm_exec_core+6009>, 0x7f39645ce4d4 <vm_exec_core+5924>, 0x7f39645d0260 <vm_exec_core+13488>, 0x7f39645ce713 <vm_exec_core+6499>, 0x7f39645cd521 <vm_exec_core+1905>, 0x7f39645cd42d <vm_exec_core+1661>, 0x7f39645cd910 <vm_exec_core+2912>, 0x7f39645cd859 <vm_exec_core+2729>, 0x7f39645cf9a0 <vm_exec_core+11248>, 0x7f39645cd819 <vm_exec_core+2665>, 0x7f39645cd7ba <vm_exec_core+2570>, 0x7f39645cd75b <vm_exec_core+2475>, 0x7f39645cd719 <vm_exec_core+2409>, 0x7f39645cd670 <vm_exec_core+2240>, 0x7f39645cd5c7 <vm_exec_core+2071>, 0x7f39645d0274 <vm_exec_core+13508>, 0x7f39645d0288 <vm_exec_core+13528>, 0x7f39645d029c <vm_exec_core+13548>, 0x7f39645d02b0 <vm_exec_core+13568>, 0x7f39645d02c4 <vm_exec_core+13588>, 0x7f39645d02d8 <vm_exec_core+13608>, 0x7f39645d02ec <vm_exec_core+13628>, 0x7f39645d0307 <vm_exec_core+13655>, 0x7f39645d031b <vm_exec_core+13675>, 0x7f39645d032f <vm_exec_core+13695>, 0x7f39645d0343 <vm_exec_core+13715>, 0x7f39645d0357 <vm_exec_core+13735>, 0x7f39645cff95 <vm_exec_core+12773>, 0x7f39645cffa9 <vm_exec_core+12793>, 0x7f39645cffbd <vm_exec_core+12813>, 0x7f39645cffd1 <vm_exec_core+12833>, 0x7f39645cd3b8 <vm_exec_core+1544>, 0x7f39645cd354 <vm_exec_core+1444>, 0x7f39645cffe5 <vm_exec_core+12853>, 0x7f39645cfff9 <vm_exec_core+12873>, 0x7f39645d000d <vm_exec_core+12893>...}
#29 0x00007f39645d35a7 in vm_exec_loop (result=<optimized out>, tag=0x7ffdbee9df60, state=<optimized out>, ec=0x55c9d36d2420) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2587
        vm_loop_start = <optimized out>
#30 rb_vm_exec (ec=0x55c9d36d2420) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2566
        _ec = 0x55c9d36d2420
        _tag = {tag = 36, retval = 4, buf = {0x7f3948f8e148, 0x7f39645d3320 <rb_vm_exec+416>, 0x0, 0x7ffdbee9df40, 0x0}, prev = 0x7ffdbee9e220, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#31 0x00007f39645d8a18 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffdbee9e018, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1642
No locals.
#32 vm_yield (kw_splat=0, argv=0x7ffdbee9e018, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1650
No locals.
#33 rb_yield_0 (argv=0x7ffdbee9e018, argc=1) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1346
No locals.
#34 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1362
No locals.
#35 0x00007f3964313b1c in rb_ary_collect (ary=139884014133560) at /tmp/ruby/src/trunk-gc-asserts/array.c:3652
        i = 56
        collect = 139884014125120
#36 0x00007f39645baf0c in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7f3963e9be18, ec=0x55c9d36d2420) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3594
        ci = 0x162100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f394a8f0108
        cfunc = 0x55c9d371e9e8
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#37 vm_call_cfunc_with_frame (ec=0x55c9d36d2420, reg_cfp=0x7f3963e9be18, calling=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3640
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#38 0x00007f39645ce6a9 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:393
        val = 94325326973568
        ci = 0x1bdcd5
        cc = <optimized out>
        recv = 6
        argc = <optimized out>
        calling = {cd = 0x55c9d39b8a80, cc = 0x7f394980d9a8, block_handler = 139884466126385, recv = 139884014133560, argc = 0, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#39 vm_exec_core (ec=0x55c9d36d2420) at ../../src/trunk-gc-asserts/insns.def:871
        bh = 0
        cd = 0x55c9d39b8a80
        blockiseq = 0x6
        leaf = <optimized out>
        val = 94325326973568
        reg_pc = 0x55c9d382f228
        reg_cfp = 0x7f3963e9be18
        insns_address_table = {0x7f39645cecbc <vm_exec_core+7948>, 0x7f39645cec50 <vm_exec_core+7840>, 0x7f39645cebdf <vm_exec_core+7727>, 0x7f39645ceb63 <vm_exec_core+7603>, 0x7f39645ceaea <vm_exec_core+7482>, 0x7f39645cea69 <vm_exec_core+7353>, 0x7f39645ce99c <vm_exec_core+7148>, 0x7f39645cf254 <vm_exec_core+9380>, 0x7f39645ceedf <vm_exec_core+8495>, 0x7f39645cee84 <vm_exec_core+8404>, 0x7f39645cece4 <vm_exec_core+7988>, 0x7f39645cf058 <vm_exec_core+8872>, 0x7f39645cf00f <vm_exec_core+8799>, 0x7f39645ce8e8 <vm_exec_core+6968>, 0x7f39645ce886 <vm_exec_core+6870>, 0x7f39645cf36b <vm_exec_core+9659>, 0x7f39645cf32d <vm_exec_core+9597>, 0x7f39645cf2f2 <vm_exec_core+9538>, 0x7f39645cf2b7 <vm_exec_core+9479>, 0x7f39645cf445 <vm_exec_core+9877>, 0x7f39645cf3ae <vm_exec_core+9726>, 0x7f39645cf480 <vm_exec_core+9936>, 0x7f39645ce951 <vm_exec_core+7073>, 0x7f39645cf655 <vm_exec_core+10405>, 0x7f39645cf609 <vm_exec_core+10329>, 0x7f39645cef82 <vm_exec_core+8658>, 0x7f39645cef42 <vm_exec_core+8594>, 0x7f39645cf548 <vm_exec_core+10136>, 0x7f39645cf4c8 <vm_exec_core+10008>, 0x7f39645cf5a9 <vm_exec_core+10233>, 0x7f39645cda49 <vm_exec_core+3225>, 0x7f39645ce181 <vm_exec_core+5073>, 0x7f39645cdfe1 <vm_exec_core+4657>, 0x7f39645cdf4d <vm_exec_core+4509>, 0x7f39645cdee1 <vm_exec_core+4401>, 0x7f39645cde83 <vm_exec_core+4307>, 0x7f39645cde20 <vm_exec_core+4208>, 0x7f39645cddc9 <vm_exec_core+4121>, 0x7f39645cdd6d <vm_exec_core+4029>, 0x7f39645cdd1d <vm_exec_core+3949>, 0x7f39645cdcf0 <vm_exec_core+3904>, 0x7f39645cdcaf <vm_exec_core+3839>, 0x7f39645cdc58 <vm_exec_core+3752>, 0x7f39645cdc1e <vm_exec_core+3694>, 0x7f39645cdb1f <vm_exec_core+3439>, 0x7f39645cdad6 <vm_exec_core+3366>, 0x7f39645cda8c <vm_exec_core+3292>, 0x7f39645ce7ea <vm_exec_core+6714>, 0x7f39645ce777 <vm_exec_core+6599>, 0x7f39645ce81e <vm_exec_core+6766>, 0x7f39645ce490 <vm_exec_core+5856>, 0x7f39645ce41b <vm_exec_core+5739>, 0x7f39645ce37f <vm_exec_core+5583>, 0x7f39645ce204 <vm_exec_core+5204>, 0x7f39645ce1c4 <vm_exec_core+5140>, 0x7f39645ce6d7 <vm_exec_core+6439>, 0x7f39645ce5b6 <vm_exec_core+6150>, 0x7f39645cce08 <vm_exec_core+88>, 0x7f39645ce538 <vm_exec_core+6024>, 0x7f39645ce4e3 <vm_exec_core+5939>, 0x7f39645d09c2 <vm_exec_core+15378>, 0x7f39645ce722 <vm_exec_core+6514>, 0x7f39645cd530 <vm_exec_core+1920>, 0x7f39645cd43c <vm_exec_core+1676>, 0x7f39645cd91f <vm_exec_core+2927>, 0x7f39645cd868 <vm_exec_core+2744>, 0x7f39645cf9af <vm_exec_core+11263>, 0x7f39645cd828 <vm_exec_core+2680>, 0x7f39645cd7c9 <vm_exec_core+2585>, 0x7f39645cd76a <vm_exec_core+2490>, 0x7f39645cd728 <vm_exec_core+2424>, 0x7f39645cd67f <vm_exec_core+2255>, 0x7f39645cd5d6 <vm_exec_core+2086>, 0x7f39645d0665 <vm_exec_core+14517>, 0x7f39645d05fb <vm_exec_core+14411>, 0x7f39645d0517 <vm_exec_core+14183>, 0x7f39645d0035 <vm_exec_core+12933>, 0x7f39645d008b <vm_exec_core+13019>, 0x7f39645d0124 <vm_exec_core+13172>, 0x7f39645d0186 <vm_exec_core+13270>, 0x7f39645d036b <vm_exec_core+13755>, 0x7f39645d03cf <vm_exec_core+13855>, 0x7f39645d0766 <vm_exec_core+14774>, 0x7f39645d07ca <vm_exec_core+14874>, 0x7f39645d05b9 <vm_exec_core+14345>, 0x7f39645d0889 <vm_exec_core+15065>, 0x7f39645d082e <vm_exec_core+14974>, 0x7f39645d08dd <vm_exec_core+15149>, 0x7f39645d0a14 <vm_exec_core+15460>, 0x7f39645cd3c7 <vm_exec_core+1559>, 0x7f39645cd363 <vm_exec_core+1459>, 0x7f39645cff58 <vm_exec_core+12712>, 0x7f39645d0433 <vm_exec_core+13955>, 0x7f39645d0470 <vm_exec_core+14016>, 0x7f39645d04b9 <vm_exec_core+14089>, 0x7f39645d094e <vm_exec_core+15262>, 0x7f39645d06d2 <vm_exec_core+14626>, 0x7f39645cd2ee <vm_exec_core+1342>, 0x7f39645cd26f <vm_exec_core+1215>, 0x7f39645cd1c4 <vm_exec_core+1044>, 0x7f39645cd177 <vm_exec_core+967>, 0x7f39645cd126 <vm_exec_core+886>, 0x7f39645cd0d7 <vm_exec_core+807>, 0x7f39645cd080 <vm_exec_core+720>, 0x7f39645cd045 <vm_exec_core+661>, 0x7f39645cd00a <vm_exec_core+602>, 0x7f39645cecad <vm_exec_core+7933>, 0x7f39645cec41 <vm_exec_core+7825>, 0x7f39645cebd0 <vm_exec_core+7712>, 0x7f39645ceb54 <vm_exec_core+7588>, 0x7f39645ceadb <vm_exec_core+7467>, 0x7f39645cea5a <vm_exec_core+7338>, 0x7f39645ce98d <vm_exec_core+7133>, 0x7f39645cf245 <vm_exec_core+9365>, 0x7f39645ceed0 <vm_exec_core+8480>, 0x7f39645cee75 <vm_exec_core+8389>, 0x7f39645cecd5 <vm_exec_core+7973>, 0x7f39645cf049 <vm_exec_core+8857>, 0x7f39645cf000 <vm_exec_core+8784>, 0x7f39645ce8d9 <vm_exec_core+6953>, 0x7f39645ce877 <vm_exec_core+6855>, 0x7f39645cf35c <vm_exec_core+9644>, 0x7f39645cf31e <vm_exec_core+9582>, 0x7f39645cf2e3 <vm_exec_core+9523>, 0x7f39645cf2a8 <vm_exec_core+9464>, 0x7f39645cf436 <vm_exec_core+9862>, 0x7f39645cf39f <vm_exec_core+9711>, 0x7f39645cf471 <vm_exec_core+9921>, 0x7f39645ce942 <vm_exec_core+7058>, 0x7f39645cf646 <vm_exec_core+10390>, 0x7f39645cf5fa <vm_exec_core+10314>, 0x7f39645cef73 <vm_exec_core+8643>, 0x7f39645cef33 <vm_exec_core+8579>, 0x7f39645cf539 <vm_exec_core+10121>, 0x7f39645cf4b9 <vm_exec_core+9993>, 0x7f39645cf59a <vm_exec_core+10218>, 0x7f39645cda3a <vm_exec_core+3210>, 0x7f39645ce172 <vm_exec_core+5058>, 0x7f39645cdfd2 <vm_exec_core+4642>, 0x7f39645cdf3e <vm_exec_core+4494>, 0x7f39645cded2 <vm_exec_core+4386>, 0x7f39645cde74 <vm_exec_core+4292>, 0x7f39645cde11 <vm_exec_core+4193>, 0x7f39645cddba <vm_exec_core+4106>, 0x7f39645cdd5e <vm_exec_core+4014>, 0x7f39645cdd0e <vm_exec_core+3934>, 0x7f39645cdce1 <vm_exec_core+3889>, 0x7f39645cdca0 <vm_exec_core+3824>, 0x7f39645cdc49 <vm_exec_core+3737>, 0x7f39645cdc0f <vm_exec_core+3679>, 0x7f39645cdb10 <vm_exec_core+3424>, 0x7f39645cdac7 <vm_exec_core+3351>, 0x7f39645cda7d <vm_exec_core+3277>, 0x7f39645ce7db <vm_exec_core+6699>, 0x7f39645ce768 <vm_exec_core+6584>, 0x7f39645ce80f <vm_exec_core+6751>, 0x7f39645ce481 <vm_exec_core+5841>, 0x7f39645ce40c <vm_exec_core+5724>, 0x7f39645ce370 <vm_exec_core+5568>, 0x7f39645ce1f5 <vm_exec_core+5189>, 0x7f39645ce1b5 <vm_exec_core+5125>, 0x7f39645ce6c8 <vm_exec_core+6424>, 0x7f39645ce5a7 <vm_exec_core+6135>, 0x7f39645d024c <vm_exec_core+13468>, 0x7f39645ce529 <vm_exec_core+6009>, 0x7f39645ce4d4 <vm_exec_core+5924>, 0x7f39645d0260 <vm_exec_core+13488>, 0x7f39645ce713 <vm_exec_core+6499>, 0x7f39645cd521 <vm_exec_core+1905>, 0x7f39645cd42d <vm_exec_core+1661>, 0x7f39645cd910 <vm_exec_core+2912>, 0x7f39645cd859 <vm_exec_core+2729>, 0x7f39645cf9a0 <vm_exec_core+11248>, 0x7f39645cd819 <vm_exec_core+2665>, 0x7f39645cd7ba <vm_exec_core+2570>, 0x7f39645cd75b <vm_exec_core+2475>, 0x7f39645cd719 <vm_exec_core+2409>, 0x7f39645cd670 <vm_exec_core+2240>, 0x7f39645cd5c7 <vm_exec_core+2071>, 0x7f39645d0274 <vm_exec_core+13508>, 0x7f39645d0288 <vm_exec_core+13528>, 0x7f39645d029c <vm_exec_core+13548>, 0x7f39645d02b0 <vm_exec_core+13568>, 0x7f39645d02c4 <vm_exec_core+13588>, 0x7f39645d02d8 <vm_exec_core+13608>, 0x7f39645d02ec <vm_exec_core+13628>, 0x7f39645d0307 <vm_exec_core+13655>, 0x7f39645d031b <vm_exec_core+13675>, 0x7f39645d032f <vm_exec_core+13695>, 0x7f39645d0343 <vm_exec_core+13715>, 0x7f39645d0357 <vm_exec_core+13735>, 0x7f39645cff95 <vm_exec_core+12773>, 0x7f39645cffa9 <vm_exec_core+12793>, 0x7f39645cffbd <vm_exec_core+12813>, 0x7f39645cffd1 <vm_exec_core+12833>, 0x7f39645cd3b8 <vm_exec_core+1544>, 0x7f39645cd354 <vm_exec_core+1444>, 0x7f39645cffe5 <vm_exec_core+12853>, 0x7f39645cfff9 <vm_exec_core+12873>, 0x7f39645d000d <vm_exec_core+12893>...}
#40 0x00007f39645d331a in rb_vm_exec (ec=0x55c9d36d2420) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2560
        _ec = 0x55c9d36d2420
        _tag = {tag = 36, retval = 4, buf = {0x7f3948e128a0, 0x7f39645d3320 <rb_vm_exec+416>, 0x0, 0x7ffdbee9e200, 0xf4}, prev = 0x7ffdbee9e4e0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#41 0x00007f39645d8a18 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffdbee9e2d8, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1642
No locals.
#42 vm_yield (kw_splat=0, argv=0x7ffdbee9e2d8, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1650
No locals.
#43 rb_yield_0 (argv=0x7ffdbee9e2d8, argc=1) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1346
No locals.
#44 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1362
No locals.
#45 0x00007f3964313b1c in rb_ary_collect (ary=139884012578960) at /tmp/ruby/src/trunk-gc-asserts/array.c:3652
        i = 0
        collect = 139884012578360
#46 0x00007f39645baf0c in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7f3963e9bf30, ec=0x55c9d36d2420) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3594
        ci = 0x162100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f394a8f0108
        cfunc = 0x55c9d371e9e8
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#47 vm_call_cfunc_with_frame (ec=0x55c9d36d2420, reg_cfp=0x7f3963e9bf30, calling=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3640
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#48 0x00007f39645ce6a9 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:393
        val = 94325325784800
        ci = 0x1bdcd5
        cc = <optimized out>
        recv = 6
        argc = <optimized out>
        calling = {cd = 0x55c9d38966e0, cc = 0x7f394980d9a8, block_handler = 139884466126665, recv = 139884012578960, argc = 0, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#49 vm_exec_core (ec=0x55c9d36d2420) at ../../src/trunk-gc-asserts/insns.def:871
        bh = 0
        cd = 0x55c9d38966e0
        blockiseq = 0x6
        leaf = <optimized out>
        val = 94325325784800
        reg_pc = 0x55c9d3883478
        reg_cfp = 0x7f3963e9bf30
        insns_address_table = {0x7f39645cecbc <vm_exec_core+7948>, 0x7f39645cec50 <vm_exec_core+7840>, 0x7f39645cebdf <vm_exec_core+7727>, 0x7f39645ceb63 <vm_exec_core+7603>, 0x7f39645ceaea <vm_exec_core+7482>, 0x7f39645cea69 <vm_exec_core+7353>, 0x7f39645ce99c <vm_exec_core+7148>, 0x7f39645cf254 <vm_exec_core+9380>, 0x7f39645ceedf <vm_exec_core+8495>, 0x7f39645cee84 <vm_exec_core+8404>, 0x7f39645cece4 <vm_exec_core+7988>, 0x7f39645cf058 <vm_exec_core+8872>, 0x7f39645cf00f <vm_exec_core+8799>, 0x7f39645ce8e8 <vm_exec_core+6968>, 0x7f39645ce886 <vm_exec_core+6870>, 0x7f39645cf36b <vm_exec_core+9659>, 0x7f39645cf32d <vm_exec_core+9597>, 0x7f39645cf2f2 <vm_exec_core+9538>, 0x7f39645cf2b7 <vm_exec_core+9479>, 0x7f39645cf445 <vm_exec_core+9877>, 0x7f39645cf3ae <vm_exec_core+9726>, 0x7f39645cf480 <vm_exec_core+9936>, 0x7f39645ce951 <vm_exec_core+7073>, 0x7f39645cf655 <vm_exec_core+10405>, 0x7f39645cf609 <vm_exec_core+10329>, 0x7f39645cef82 <vm_exec_core+8658>, 0x7f39645cef42 <vm_exec_core+8594>, 0x7f39645cf548 <vm_exec_core+10136>, 0x7f39645cf4c8 <vm_exec_core+10008>, 0x7f39645cf5a9 <vm_exec_core+10233>, 0x7f39645cda49 <vm_exec_core+3225>, 0x7f39645ce181 <vm_exec_core+5073>, 0x7f39645cdfe1 <vm_exec_core+4657>, 0x7f39645cdf4d <vm_exec_core+4509>, 0x7f39645cdee1 <vm_exec_core+4401>, 0x7f39645cde83 <vm_exec_core+4307>, 0x7f39645cde20 <vm_exec_core+4208>, 0x7f39645cddc9 <vm_exec_core+4121>, 0x7f39645cdd6d <vm_exec_core+4029>, 0x7f39645cdd1d <vm_exec_core+3949>, 0x7f39645cdcf0 <vm_exec_core+3904>, 0x7f39645cdcaf <vm_exec_core+3839>, 0x7f39645cdc58 <vm_exec_core+3752>, 0x7f39645cdc1e <vm_exec_core+3694>, 0x7f39645cdb1f <vm_exec_core+3439>, 0x7f39645cdad6 <vm_exec_core+3366>, 0x7f39645cda8c <vm_exec_core+3292>, 0x7f39645ce7ea <vm_exec_core+6714>, 0x7f39645ce777 <vm_exec_core+6599>, 0x7f39645ce81e <vm_exec_core+6766>, 0x7f39645ce490 <vm_exec_core+5856>, 0x7f39645ce41b <vm_exec_core+5739>, 0x7f39645ce37f <vm_exec_core+5583>, 0x7f39645ce204 <vm_exec_core+5204>, 0x7f39645ce1c4 <vm_exec_core+5140>, 0x7f39645ce6d7 <vm_exec_core+6439>, 0x7f39645ce5b6 <vm_exec_core+6150>, 0x7f39645cce08 <vm_exec_core+88>, 0x7f39645ce538 <vm_exec_core+6024>, 0x7f39645ce4e3 <vm_exec_core+5939>, 0x7f39645d09c2 <vm_exec_core+15378>, 0x7f39645ce722 <vm_exec_core+6514>, 0x7f39645cd530 <vm_exec_core+1920>, 0x7f39645cd43c <vm_exec_core+1676>, 0x7f39645cd91f <vm_exec_core+2927>, 0x7f39645cd868 <vm_exec_core+2744>, 0x7f39645cf9af <vm_exec_core+11263>, 0x7f39645cd828 <vm_exec_core+2680>, 0x7f39645cd7c9 <vm_exec_core+2585>, 0x7f39645cd76a <vm_exec_core+2490>, 0x7f39645cd728 <vm_exec_core+2424>, 0x7f39645cd67f <vm_exec_core+2255>, 0x7f39645cd5d6 <vm_exec_core+2086>, 0x7f39645d0665 <vm_exec_core+14517>, 0x7f39645d05fb <vm_exec_core+14411>, 0x7f39645d0517 <vm_exec_core+14183>, 0x7f39645d0035 <vm_exec_core+12933>, 0x7f39645d008b <vm_exec_core+13019>, 0x7f39645d0124 <vm_exec_core+13172>, 0x7f39645d0186 <vm_exec_core+13270>, 0x7f39645d036b <vm_exec_core+13755>, 0x7f39645d03cf <vm_exec_core+13855>, 0x7f39645d0766 <vm_exec_core+14774>, 0x7f39645d07ca <vm_exec_core+14874>, 0x7f39645d05b9 <vm_exec_core+14345>, 0x7f39645d0889 <vm_exec_core+15065>, 0x7f39645d082e <vm_exec_core+14974>, 0x7f39645d08dd <vm_exec_core+15149>, 0x7f39645d0a14 <vm_exec_core+15460>, 0x7f39645cd3c7 <vm_exec_core+1559>, 0x7f39645cd363 <vm_exec_core+1459>, 0x7f39645cff58 <vm_exec_core+12712>, 0x7f39645d0433 <vm_exec_core+13955>, 0x7f39645d0470 <vm_exec_core+14016>, 0x7f39645d04b9 <vm_exec_core+14089>, 0x7f39645d094e <vm_exec_core+15262>, 0x7f39645d06d2 <vm_exec_core+14626>, 0x7f39645cd2ee <vm_exec_core+1342>, 0x7f39645cd26f <vm_exec_core+1215>, 0x7f39645cd1c4 <vm_exec_core+1044>, 0x7f39645cd177 <vm_exec_core+967>, 0x7f39645cd126 <vm_exec_core+886>, 0x7f39645cd0d7 <vm_exec_core+807>, 0x7f39645cd080 <vm_exec_core+720>, 0x7f39645cd045 <vm_exec_core+661>, 0x7f39645cd00a <vm_exec_core+602>, 0x7f39645cecad <vm_exec_core+7933>, 0x7f39645cec41 <vm_exec_core+7825>, 0x7f39645cebd0 <vm_exec_core+7712>, 0x7f39645ceb54 <vm_exec_core+7588>, 0x7f39645ceadb <vm_exec_core+7467>, 0x7f39645cea5a <vm_exec_core+7338>, 0x7f39645ce98d <vm_exec_core+7133>, 0x7f39645cf245 <vm_exec_core+9365>, 0x7f39645ceed0 <vm_exec_core+8480>, 0x7f39645cee75 <vm_exec_core+8389>, 0x7f39645cecd5 <vm_exec_core+7973>, 0x7f39645cf049 <vm_exec_core+8857>, 0x7f39645cf000 <vm_exec_core+8784>, 0x7f39645ce8d9 <vm_exec_core+6953>, 0x7f39645ce877 <vm_exec_core+6855>, 0x7f39645cf35c <vm_exec_core+9644>, 0x7f39645cf31e <vm_exec_core+9582>, 0x7f39645cf2e3 <vm_exec_core+9523>, 0x7f39645cf2a8 <vm_exec_core+9464>, 0x7f39645cf436 <vm_exec_core+9862>, 0x7f39645cf39f <vm_exec_core+9711>, 0x7f39645cf471 <vm_exec_core+9921>, 0x7f39645ce942 <vm_exec_core+7058>, 0x7f39645cf646 <vm_exec_core+10390>, 0x7f39645cf5fa <vm_exec_core+10314>, 0x7f39645cef73 <vm_exec_core+8643>, 0x7f39645cef33 <vm_exec_core+8579>, 0x7f39645cf539 <vm_exec_core+10121>, 0x7f39645cf4b9 <vm_exec_core+9993>, 0x7f39645cf59a <vm_exec_core+10218>, 0x7f39645cda3a <vm_exec_core+3210>, 0x7f39645ce172 <vm_exec_core+5058>, 0x7f39645cdfd2 <vm_exec_core+4642>, 0x7f39645cdf3e <vm_exec_core+4494>, 0x7f39645cded2 <vm_exec_core+4386>, 0x7f39645cde74 <vm_exec_core+4292>, 0x7f39645cde11 <vm_exec_core+4193>, 0x7f39645cddba <vm_exec_core+4106>, 0x7f39645cdd5e <vm_exec_core+4014>, 0x7f39645cdd0e <vm_exec_core+3934>, 0x7f39645cdce1 <vm_exec_core+3889>, 0x7f39645cdca0 <vm_exec_core+3824>, 0x7f39645cdc49 <vm_exec_core+3737>, 0x7f39645cdc0f <vm_exec_core+3679>, 0x7f39645cdb10 <vm_exec_core+3424>, 0x7f39645cdac7 <vm_exec_core+3351>, 0x7f39645cda7d <vm_exec_core+3277>, 0x7f39645ce7db <vm_exec_core+6699>, 0x7f39645ce768 <vm_exec_core+6584>, 0x7f39645ce80f <vm_exec_core+6751>, 0x7f39645ce481 <vm_exec_core+5841>, 0x7f39645ce40c <vm_exec_core+5724>, 0x7f39645ce370 <vm_exec_core+5568>, 0x7f39645ce1f5 <vm_exec_core+5189>, 0x7f39645ce1b5 <vm_exec_core+5125>, 0x7f39645ce6c8 <vm_exec_core+6424>, 0x7f39645ce5a7 <vm_exec_core+6135>, 0x7f39645d024c <vm_exec_core+13468>, 0x7f39645ce529 <vm_exec_core+6009>, 0x7f39645ce4d4 <vm_exec_core+5924>, 0x7f39645d0260 <vm_exec_core+13488>, 0x7f39645ce713 <vm_exec_core+6499>, 0x7f39645cd521 <vm_exec_core+1905>, 0x7f39645cd42d <vm_exec_core+1661>, 0x7f39645cd910 <vm_exec_core+2912>, 0x7f39645cd859 <vm_exec_core+2729>, 0x7f39645cf9a0 <vm_exec_core+11248>, 0x7f39645cd819 <vm_exec_core+2665>, 0x7f39645cd7ba <vm_exec_core+2570>, 0x7f39645cd75b <vm_exec_core+2475>, 0x7f39645cd719 <vm_exec_core+2409>, 0x7f39645cd670 <vm_exec_core+2240>, 0x7f39645cd5c7 <vm_exec_core+2071>, 0x7f39645d0274 <vm_exec_core+13508>, 0x7f39645d0288 <vm_exec_core+13528>, 0x7f39645d029c <vm_exec_core+13548>, 0x7f39645d02b0 <vm_exec_core+13568>, 0x7f39645d02c4 <vm_exec_core+13588>, 0x7f39645d02d8 <vm_exec_core+13608>, 0x7f39645d02ec <vm_exec_core+13628>, 0x7f39645d0307 <vm_exec_core+13655>, 0x7f39645d031b <vm_exec_core+13675>, 0x7f39645d032f <vm_exec_core+13695>, 0x7f39645d0343 <vm_exec_core+13715>, 0x7f39645d0357 <vm_exec_core+13735>, 0x7f39645cff95 <vm_exec_core+12773>, 0x7f39645cffa9 <vm_exec_core+12793>, 0x7f39645cffbd <vm_exec_core+12813>, 0x7f39645cffd1 <vm_exec_core+12833>, 0x7f39645cd3b8 <vm_exec_core+1544>, 0x7f39645cd354 <vm_exec_core+1444>, 0x7f39645cffe5 <vm_exec_core+12853>, 0x7f39645cfff9 <vm_exec_core+12873>, 0x7f39645d000d <vm_exec_core+12893>...}
#50 0x00007f39645d35a7 in vm_exec_loop (result=<optimized out>, tag=0x7ffdbee9e4e0, state=<optimized out>, ec=0x55c9d36d2420) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2587
        vm_loop_start = <optimized out>
#51 rb_vm_exec (ec=0x55c9d36d2420) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2566
        _ec = 0x55c9d36d2420
        _tag = {tag = 36, retval = 4, buf = {0x7f3949825210, 0x7f39645d3320 <rb_vm_exec+416>, 0x0, 0x7ffdbee9e4c0, 0x7f396494b040 <_rtld_global>}, prev = 0x7ffdbee9e5a0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#52 0x00007f39645d3dbb in rb_iseq_eval_main (iseq=iseq@entry=0x7f3949825210) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2826
        ec = <optimized out>
        val = <optimized out>
#53 0x00007f39643e3465 in rb_ec_exec_node (ec=ec@entry=0x55c9d36d2420, n=n@entry=0x7f3949825210) at /tmp/ruby/src/trunk-gc-asserts/eval.c:281
        _ec = <optimized out>
        _tag = {tag = 36, retval = 94325323932704, buf = {0x7f3949825210, 0x7f39643e34b0 <rb_ec_exec_node+256>, 0x0, 0x7ffdbee9e570, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f3949825210
#54 0x00007f39643e704b in ruby_run_node (n=0x7f3949825210) at /tmp/ruby/src/trunk-gc-asserts/eval.c:319
        ec = 0x55c9d36d2420
        status = 0
#55 0x000055c9d20d2187 in rb_main (argv=0x7ffdbee9e7a8, argc=11) at /tmp/ruby/src/trunk-gc-asserts/main.c:40
        variable_in_this_stack_frame = 140727806454409
#56 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/main.c:59
No locals.

>>> Dump Ruby level backtrace (if possible)


$ gdb -batch -se /tmp/ruby/build/trunk-gc-asserts/ruby -c /tmp/cores/core.1001.1826557.ruby -x gdbscript
[New LWP 1826557]
[New LWP 1826586]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-gc-asserts/ruby /tmp/ruby/src/trunk-gc-asserts/spec/mspec'.
Program terminated with signal SIGABRT, Aborted.
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140101063932928) at ./nptl/pthread_kill.c:44
[Current thread is 1 (Thread 0x7f6bd225fc00 (LWP 1826557))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f6bd225fc00 (LWP 1826557) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140101063932928) at ./nptl/pthread_kill.c:44
  2    Thread 0x7f6bb8c7f640 (LWP 1826586) 0x00007f6bd23a6fde in epoll_wait (epfd=4, events=events@entry=0x7f6bd2ccb21c <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f6bb8c7f640 (LWP 1826586)):
#0  0x00007f6bd23a6fde in epoll_wait (epfd=4, events=events@entry=0x7f6bd2ccb21c <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  0x00007f6bd293fc4d in event_wait (vm=0x5643992c12a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2924
        r = <optimized out>
        r = <optimized out>
#2  timer_thread_polling (vm=0x5643992c12a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread_mn.c:887
        r = <optimized out>
        r = <optimized out>
        i = <optimized out>
        th = <optimized out>
        events = <optimized out>
#3  timer_thread_func (ptr=0x5643992c12a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:3051
        vm = 0x5643992c12a0
#4  0x00007f6bd2315b43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140724832224720, -5603689727265808704, 140100638340672, 25, 140101064677456, 140724832225072, 5543016820821253824, 5542828894917418688}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f6bd23a6bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f6bd225fc00 (LWP 1826557)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140101063932928) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f6bd225fc00
        old_mask = {__val = {140724832219440, 0, 140101073271703, 140101064746195, 0, 140101064642541, 140101063932928, 140101066257920, 94848356377680, 140101064588711, 7, 140101066274464, 94848356377680, 140101071594239, 94848332599968, 140724832219456}}
        ret = <optimized out>
        pd = <optimized out>
        old_mask = <optimized out>
        ret = <optimized out>
        tid = <optimized out>
        ret = <optimized out>
        resultvar = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        __private = <optimized out>
        __oldval = <optimized out>
        result = <optimized out>
#1  __pthread_kill_internal (signo=6, threadid=140101063932928) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=140101063932928, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f6bd22c3476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007f6bd22a97f3 in __GI_abort () at ./stdlib/abort.c:79
        save_stage = 1
        act = {__sigaction_handler = {sa_handler = 0x782d2d2030303031, sa_sigaction = 0x782d2d2030303031}, sa_mask = {__val = {3472328296227676272, 3472339291342909488, 2314885530818457632, 2314885530818453536, 8751468634664083488, 140724832219840, 13978822105551450112, 140101063924320, 140101074838848, 0, 140101066274464, 140724832219840, 1, 94848332610576, 140101069419662, 18446744069414584328}}, sa_flags = 1539682304, sa_restorer = 0x0}
        sigs = {__val = {32, 7022930802683944992, 3487024600687730034, 3256155514214768996, 3702350527680898615, 8659703141076316216, 3472328296227676272, 3472339291342909488, 2314885530818457632, 2314885530818453536, 2314885530818453536, 8314900945785856032, 7378697629477789039, 3472335126135203430, 7378697628523966512, 3474076752553600614}}
#5  0x00007f6bd26c2bfc in die () at /tmp/ruby/src/trunk-gc-asserts/error.c:1071
No locals.
#6  rb_bug (fmt=fmt@entry=0x7f6bd2b0e618 "objspace/memsize_of(): unknown data type 0x%x(%p)") at /tmp/ruby/src/trunk-gc-asserts/error.c:1095
        args = {{gp_offset = 24, fp_offset = 48, overflow_arg_area = 0x7ffd0da2b3a0, reg_save_area = 0x7ffd0da2b2e0}}
#7  0x00007f6bd26c35d3 in obj_memsize_of (obj=140100638402640, use_all_types=0) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4801
        size = 0
#8  0x00007f6bd27bf445 in obj_memsize_of (use_all_types=0, obj=140100638402640) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4688
        size = 0
        rm = <optimized out>
#9  check_rvalue_consistency_force (obj=140100638402640, terminate=1) at /tmp/ruby/src/trunk-gc-asserts/gc.c:1652
        uncollectible_bit = 254
        marking_bit = 0
        remembered_bit = 0
        age = 0
        wb_unprotected_bit = 0
        mark_bit = 0
        _lev = 0
        err = <optimized out>
        objspace = 0x5643992c3c10
#10 0x00007f6bd27c2289 in check_rvalue_consistency (obj=140100638402640) at /tmp/ruby/src/trunk-gc-asserts/gc.c:1714
No locals.
#11 RVALUE_MARKED (obj=140100638402640) at /tmp/ruby/src/trunk-gc-asserts/gc.c:1550
No locals.
#12 gc_move (objspace=0x5643992c3c10, scan=140100611149440, free=140100638402640, src_slot_size=40, slot_size=40) at /tmp/ruby/src/trunk-gc-asserts/gc.c:9548
        marked = <optimized out>
        wb_unprotected = <optimized out>
        uncollectible = <optimized out>
        age = <optimized out>
        dest = 0x7f6bb8c8e850
        src = 0x7f6bb7290e80
        remembered = <optimized out>
        __func__ = "gc_move"
        dest_overhead = <optimized out>
        src_overhead = <optimized out>
#13 0x00007f6bd27c29f2 in try_move (heap=<optimized out>, src=140100611149440, free_page=0x56439933f5e0, objspace=0x5643992c3c10) at /tmp/ruby/src/trunk-gc-asserts/gc.c:5064
        src_page = 0x5643997258d0
        dest = <optimized out>
        __func__ = "try_move"
        src_page = <optimized out>
        dest = <optimized out>
#14 gc_compact_move (src=140100611149440, size_pool=0x5643992c3c30, heap=0x5643992c3c80, objspace=0x5643992c3c10) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8158
        dest_pool = <optimized out>
        dheap = <optimized out>
        new_shape = 0x0
        orig_shape = 0x0
        __func__ = "gc_compact_move"
        dest_pool = <optimized out>
        dheap = <optimized out>
        new_shape = <optimized out>
        orig_shape = <optimized out>
        initial_shape = <optimized out>
        ctx = <optimized out>
        dest = <optimized out>
#15 gc_compact_plane (objspace=0x5643992c3c10, size_pool=0x5643992c3c30, heap=0x5643992c3c80, p=140100611149440, bitset=1, page=<optimized out>, page=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8209
        vp = 140100611149440
        slot_size = 40
        slot_bits = 1
        __func__ = "gc_compact_plane"
#16 0x00007f6bd27c9506 in gc_compact_page (page=0x5643997258d0, heap=<optimized out>, size_pool=<optimized out>, objspace=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8247
        j = 1
        mark_bits = 0x5643997259e0
        pin_bits = 0x564399725d20
        bitset = <optimized out>
        p = 140100611148320
        __func__ = <optimized out>
        mark_bits = <optimized out>
        pin_bits = <optimized out>
        bitset = <optimized out>
        p = <optimized out>
        j = <optimized out>
#17 gc_sweep_compact (objspace=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8291
        size_pool = <optimized out>
        heap = <optimized out>
        start_page = 0x5643997258d0
        i = <optimized out>
#18 gc_sweep (objspace=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:5900
        immediate_sweep = <optimized out>
#19 0x00007f6bd27cc6eb in gc_start (objspace=<optimized out>, reason=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:9088
        do_full_mark = <optimized out>
        __func__ = "gc_start"
        lock_lev = 32765
#20 0x00007f6bd27cf78e in garbage_collect (reason=238592, objspace=0x5643992c3c10) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8968
        _lev = 285212672
        ret = <optimized out>
        ret = <optimized out>
        _lev = <optimized out>
#21 gc_start_internal (compact=20, immediate_sweep=20, immediate_mark=20, full_mark=20, self=20, ec=0x0) at /tmp/ruby/src/trunk-gc-asserts/gc.c:9418
        objspace = 0x5643992c3c10
        reason = 238592
        objspace = <optimized out>
        reason = <optimized out>
        __func__ = <optimized out>
#22 rb_gc_prepare_heap () at /tmp/ruby/src/trunk-gc-asserts/gc.c:9471
No locals.
#23 0x00007f6bd288f25b in proc_warmup (_=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/process.c:8784
        _lev = 22083
#24 0x00007f6bd297d284 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3594
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#25 vm_call_cfunc_with_frame (calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3640
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
#26 vm_call_cfunc_other (ec=0x5643992c9420, reg_cfp=0x7f6bd225da60, calling=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3666
        ci = <optimized out>
        argv_ary = <optimized out>
#27 0x00007f6bd298eec1 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:393
        val = 140101074713696
        ci = 0x0
        cc = <optimized out>
        recv = 1826557
        argc = <optimized out>
        calling = {cd = 0x56439ac645e0, cc = 0x7f6bb7134a00, block_handler = 0, recv = 140100638447280, argc = 0, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#28 vm_exec_core (ec=0x5643992c9420) at ../../src/trunk-gc-asserts/insns.def:891
        bh = <optimized out>
        cd = 0x1bdefd
        leaf = <optimized out>
        val = 140101074713696
        reg_pc = 0x56439a9d1080
        reg_cfp = 0x7f6bd225da60
        insns_address_table = {0x7f6bd2990cbc <vm_exec_core+7948>, 0x7f6bd2990c50 <vm_exec_core+7840>, 0x7f6bd2990bdf <vm_exec_core+7727>, 0x7f6bd2990b63 <vm_exec_core+7603>, 0x7f6bd2990aea <vm_exec_core+7482>, 0x7f6bd2990a69 <vm_exec_core+7353>, 0x7f6bd299099c <vm_exec_core+7148>, 0x7f6bd2991254 <vm_exec_core+9380>, 0x7f6bd2990edf <vm_exec_core+8495>, 0x7f6bd2990e84 <vm_exec_core+8404>, 0x7f6bd2990ce4 <vm_exec_core+7988>, 0x7f6bd2991058 <vm_exec_core+8872>, 0x7f6bd299100f <vm_exec_core+8799>, 0x7f6bd29908e8 <vm_exec_core+6968>, 0x7f6bd2990886 <vm_exec_core+6870>, 0x7f6bd299136b <vm_exec_core+9659>, 0x7f6bd299132d <vm_exec_core+9597>, 0x7f6bd29912f2 <vm_exec_core+9538>, 0x7f6bd29912b7 <vm_exec_core+9479>, 0x7f6bd2991445 <vm_exec_core+9877>, 0x7f6bd29913ae <vm_exec_core+9726>, 0x7f6bd2991480 <vm_exec_core+9936>, 0x7f6bd2990951 <vm_exec_core+7073>, 0x7f6bd2991655 <vm_exec_core+10405>, 0x7f6bd2991609 <vm_exec_core+10329>, 0x7f6bd2990f82 <vm_exec_core+8658>, 0x7f6bd2990f42 <vm_exec_core+8594>, 0x7f6bd2991548 <vm_exec_core+10136>, 0x7f6bd29914c8 <vm_exec_core+10008>, 0x7f6bd29915a9 <vm_exec_core+10233>, 0x7f6bd298fa49 <vm_exec_core+3225>, 0x7f6bd2990181 <vm_exec_core+5073>, 0x7f6bd298ffe1 <vm_exec_core+4657>, 0x7f6bd298ff4d <vm_exec_core+4509>, 0x7f6bd298fee1 <vm_exec_core+4401>, 0x7f6bd298fe83 <vm_exec_core+4307>, 0x7f6bd298fe20 <vm_exec_core+4208>, 0x7f6bd298fdc9 <vm_exec_core+4121>, 0x7f6bd298fd6d <vm_exec_core+4029>, 0x7f6bd298fd1d <vm_exec_core+3949>, 0x7f6bd298fcf0 <vm_exec_core+3904>, 0x7f6bd298fcaf <vm_exec_core+3839>, 0x7f6bd298fc58 <vm_exec_core+3752>, 0x7f6bd298fc1e <vm_exec_core+3694>, 0x7f6bd298fb1f <vm_exec_core+3439>, 0x7f6bd298fad6 <vm_exec_core+3366>, 0x7f6bd298fa8c <vm_exec_core+3292>, 0x7f6bd29907ea <vm_exec_core+6714>, 0x7f6bd2990777 <vm_exec_core+6599>, 0x7f6bd299081e <vm_exec_core+6766>, 0x7f6bd2990490 <vm_exec_core+5856>, 0x7f6bd299041b <vm_exec_core+5739>, 0x7f6bd299037f <vm_exec_core+5583>, 0x7f6bd2990204 <vm_exec_core+5204>, 0x7f6bd29901c4 <vm_exec_core+5140>, 0x7f6bd29906d7 <vm_exec_core+6439>, 0x7f6bd29905b6 <vm_exec_core+6150>, 0x7f6bd298ee08 <vm_exec_core+88>, 0x7f6bd2990538 <vm_exec_core+6024>, 0x7f6bd29904e3 <vm_exec_core+5939>, 0x7f6bd29929c2 <vm_exec_core+15378>, 0x7f6bd2990722 <vm_exec_core+6514>, 0x7f6bd298f530 <vm_exec_core+1920>, 0x7f6bd298f43c <vm_exec_core+1676>, 0x7f6bd298f91f <vm_exec_core+2927>, 0x7f6bd298f868 <vm_exec_core+2744>, 0x7f6bd29919af <vm_exec_core+11263>, 0x7f6bd298f828 <vm_exec_core+2680>, 0x7f6bd298f7c9 <vm_exec_core+2585>, 0x7f6bd298f76a <vm_exec_core+2490>, 0x7f6bd298f728 <vm_exec_core+2424>, 0x7f6bd298f67f <vm_exec_core+2255>, 0x7f6bd298f5d6 <vm_exec_core+2086>, 0x7f6bd2992665 <vm_exec_core+14517>, 0x7f6bd29925fb <vm_exec_core+14411>, 0x7f6bd2992517 <vm_exec_core+14183>, 0x7f6bd2992035 <vm_exec_core+12933>, 0x7f6bd299208b <vm_exec_core+13019>, 0x7f6bd2992124 <vm_exec_core+13172>, 0x7f6bd2992186 <vm_exec_core+13270>, 0x7f6bd299236b <vm_exec_core+13755>, 0x7f6bd29923cf <vm_exec_core+13855>, 0x7f6bd2992766 <vm_exec_core+14774>, 0x7f6bd29927ca <vm_exec_core+14874>, 0x7f6bd29925b9 <vm_exec_core+14345>, 0x7f6bd2992889 <vm_exec_core+15065>, 0x7f6bd299282e <vm_exec_core+14974>, 0x7f6bd29928dd <vm_exec_core+15149>, 0x7f6bd2992a14 <vm_exec_core+15460>, 0x7f6bd298f3c7 <vm_exec_core+1559>, 0x7f6bd298f363 <vm_exec_core+1459>, 0x7f6bd2991f58 <vm_exec_core+12712>, 0x7f6bd2992433 <vm_exec_core+13955>, 0x7f6bd2992470 <vm_exec_core+14016>, 0x7f6bd29924b9 <vm_exec_core+14089>, 0x7f6bd299294e <vm_exec_core+15262>, 0x7f6bd29926d2 <vm_exec_core+14626>, 0x7f6bd298f2ee <vm_exec_core+1342>, 0x7f6bd298f26f <vm_exec_core+1215>, 0x7f6bd298f1c4 <vm_exec_core+1044>, 0x7f6bd298f177 <vm_exec_core+967>, 0x7f6bd298f126 <vm_exec_core+886>, 0x7f6bd298f0d7 <vm_exec_core+807>, 0x7f6bd298f080 <vm_exec_core+720>, 0x7f6bd298f045 <vm_exec_core+661>, 0x7f6bd298f00a <vm_exec_core+602>, 0x7f6bd2990cad <vm_exec_core+7933>, 0x7f6bd2990c41 <vm_exec_core+7825>, 0x7f6bd2990bd0 <vm_exec_core+7712>, 0x7f6bd2990b54 <vm_exec_core+7588>, 0x7f6bd2990adb <vm_exec_core+7467>, 0x7f6bd2990a5a <vm_exec_core+7338>, 0x7f6bd299098d <vm_exec_core+7133>, 0x7f6bd2991245 <vm_exec_core+9365>, 0x7f6bd2990ed0 <vm_exec_core+8480>, 0x7f6bd2990e75 <vm_exec_core+8389>, 0x7f6bd2990cd5 <vm_exec_core+7973>, 0x7f6bd2991049 <vm_exec_core+8857>, 0x7f6bd2991000 <vm_exec_core+8784>, 0x7f6bd29908d9 <vm_exec_core+6953>, 0x7f6bd2990877 <vm_exec_core+6855>, 0x7f6bd299135c <vm_exec_core+9644>, 0x7f6bd299131e <vm_exec_core+9582>, 0x7f6bd29912e3 <vm_exec_core+9523>, 0x7f6bd29912a8 <vm_exec_core+9464>, 0x7f6bd2991436 <vm_exec_core+9862>, 0x7f6bd299139f <vm_exec_core+9711>, 0x7f6bd2991471 <vm_exec_core+9921>, 0x7f6bd2990942 <vm_exec_core+7058>, 0x7f6bd2991646 <vm_exec_core+10390>, 0x7f6bd29915fa <vm_exec_core+10314>, 0x7f6bd2990f73 <vm_exec_core+8643>, 0x7f6bd2990f33 <vm_exec_core+8579>, 0x7f6bd2991539 <vm_exec_core+10121>, 0x7f6bd29914b9 <vm_exec_core+9993>, 0x7f6bd299159a <vm_exec_core+10218>, 0x7f6bd298fa3a <vm_exec_core+3210>, 0x7f6bd2990172 <vm_exec_core+5058>, 0x7f6bd298ffd2 <vm_exec_core+4642>, 0x7f6bd298ff3e <vm_exec_core+4494>, 0x7f6bd298fed2 <vm_exec_core+4386>, 0x7f6bd298fe74 <vm_exec_core+4292>, 0x7f6bd298fe11 <vm_exec_core+4193>, 0x7f6bd298fdba <vm_exec_core+4106>, 0x7f6bd298fd5e <vm_exec_core+4014>, 0x7f6bd298fd0e <vm_exec_core+3934>, 0x7f6bd298fce1 <vm_exec_core+3889>, 0x7f6bd298fca0 <vm_exec_core+3824>, 0x7f6bd298fc49 <vm_exec_core+3737>, 0x7f6bd298fc0f <vm_exec_core+3679>, 0x7f6bd298fb10 <vm_exec_core+3424>, 0x7f6bd298fac7 <vm_exec_core+3351>, 0x7f6bd298fa7d <vm_exec_core+3277>, 0x7f6bd29907db <vm_exec_core+6699>, 0x7f6bd2990768 <vm_exec_core+6584>, 0x7f6bd299080f <vm_exec_core+6751>, 0x7f6bd2990481 <vm_exec_core+5841>, 0x7f6bd299040c <vm_exec_core+5724>, 0x7f6bd2990370 <vm_exec_core+5568>, 0x7f6bd29901f5 <vm_exec_core+5189>, 0x7f6bd29901b5 <vm_exec_core+5125>, 0x7f6bd29906c8 <vm_exec_core+6424>, 0x7f6bd29905a7 <vm_exec_core+6135>, 0x7f6bd299224c <vm_exec_core+13468>, 0x7f6bd2990529 <vm_exec_core+6009>, 0x7f6bd29904d4 <vm_exec_core+5924>, 0x7f6bd2992260 <vm_exec_core+13488>, 0x7f6bd2990713 <vm_exec_core+6499>, 0x7f6bd298f521 <vm_exec_core+1905>, 0x7f6bd298f42d <vm_exec_core+1661>, 0x7f6bd298f910 <vm_exec_core+2912>, 0x7f6bd298f859 <vm_exec_core+2729>, 0x7f6bd29919a0 <vm_exec_core+11248>, 0x7f6bd298f819 <vm_exec_core+2665>, 0x7f6bd298f7ba <vm_exec_core+2570>, 0x7f6bd298f75b <vm_exec_core+2475>, 0x7f6bd298f719 <vm_exec_core+2409>, 0x7f6bd298f670 <vm_exec_core+2240>, 0x7f6bd298f5c7 <vm_exec_core+2071>, 0x7f6bd2992274 <vm_exec_core+13508>, 0x7f6bd2992288 <vm_exec_core+13528>, 0x7f6bd299229c <vm_exec_core+13548>, 0x7f6bd29922b0 <vm_exec_core+13568>, 0x7f6bd29922c4 <vm_exec_core+13588>, 0x7f6bd29922d8 <vm_exec_core+13608>, 0x7f6bd29922ec <vm_exec_core+13628>, 0x7f6bd2992307 <vm_exec_core+13655>, 0x7f6bd299231b <vm_exec_core+13675>, 0x7f6bd299232f <vm_exec_core+13695>, 0x7f6bd2992343 <vm_exec_core+13715>, 0x7f6bd2992357 <vm_exec_core+13735>, 0x7f6bd2991f95 <vm_exec_core+12773>, 0x7f6bd2991fa9 <vm_exec_core+12793>, 0x7f6bd2991fbd <vm_exec_core+12813>, 0x7f6bd2991fd1 <vm_exec_core+12833>, 0x7f6bd298f3b8 <vm_exec_core+1544>, 0x7f6bd298f354 <vm_exec_core+1444>, 0x7f6bd2991fe5 <vm_exec_core+12853>, 0x7f6bd2991ff9 <vm_exec_core+12873>, 0x7f6bd299200d <vm_exec_core+12893>...}
#29 0x00007f6bd299531a in rb_vm_exec (ec=0x5643992c9420) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2560
        _ec = 0x5643992c9420
        _tag = {tag = 36, retval = 4, buf = {0x5643992c9420, 0x7f6bd2995320 <rb_vm_exec+416>, 0x0, 0x7ffd0da2bc70, 0x0}, prev = 0x7ffd0da2bf70, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#30 0x00007f6bd2999b4d in vm_yield_with_cref (is_lambda=0, cref=<optimized out>, kw_splat=0, argv=0x7f6bd215e3d0, argc=0, ec=0x5643992c9420) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1642
No locals.
#31 yield_under (self=140100615946200, singleton=<optimized out>, argc=0, argv=0x7f6bd215e3d0, kw_splat=0) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:2068
        ec = 0x5643992c9420
        cfp = <optimized out>
        block_handler = <optimized out>
        new_block_handler = <optimized out>
        captured = <optimized out>
        new_captured = {self = 140100615946200, ep = 0x564399bd7870, code = {iseq = 0x7f6bb7138650, ifunc = 0x7f6bb7138650, val = 140100609738320}}
        ep = <optimized out>
        cref = <optimized out>
        is_lambda = 0
        again = <optimized out>
#32 0x00007f6bd297cf0c in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7f6bd225dad0, ec=0x5643992c9420) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3594
        ci = 0x253100020001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f6bb8cb6e40
        cfunc = 0x564399301468
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#33 vm_call_cfunc_with_frame (ec=0x5643992c9420, reg_cfp=0x7f6bd225dad0, calling=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3640
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#34 0x00007f6bd29906a9 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:393
        val = 94848333532688
        ci = 0x1bdefd
        cc = <optimized out>
        recv = 6
        argc = <optimized out>
        calling = {cd = 0x5643993a4e10, cc = 0x7f6bb7a1e788, block_handler = 140100609736880, recv = 140100615946200, argc = 0, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#35 vm_exec_core (ec=0x5643992c9420) at ../../src/trunk-gc-asserts/insns.def:871
        bh = 0
        cd = 0x5643993a4e10
        blockiseq = 0x6
        leaf = <optimized out>
        val = 94848333532688
        reg_pc = 0x56439962f088
        reg_cfp = 0x7f6bd225dad0
        insns_address_table = {0x7f6bd2990cbc <vm_exec_core+7948>, 0x7f6bd2990c50 <vm_exec_core+7840>, 0x7f6bd2990bdf <vm_exec_core+7727>, 0x7f6bd2990b63 <vm_exec_core+7603>, 0x7f6bd2990aea <vm_exec_core+7482>, 0x7f6bd2990a69 <vm_exec_core+7353>, 0x7f6bd299099c <vm_exec_core+7148>, 0x7f6bd2991254 <vm_exec_core+9380>, 0x7f6bd2990edf <vm_exec_core+8495>, 0x7f6bd2990e84 <vm_exec_core+8404>, 0x7f6bd2990ce4 <vm_exec_core+7988>, 0x7f6bd2991058 <vm_exec_core+8872>, 0x7f6bd299100f <vm_exec_core+8799>, 0x7f6bd29908e8 <vm_exec_core+6968>, 0x7f6bd2990886 <vm_exec_core+6870>, 0x7f6bd299136b <vm_exec_core+9659>, 0x7f6bd299132d <vm_exec_core+9597>, 0x7f6bd29912f2 <vm_exec_core+9538>, 0x7f6bd29912b7 <vm_exec_core+9479>, 0x7f6bd2991445 <vm_exec_core+9877>, 0x7f6bd29913ae <vm_exec_core+9726>, 0x7f6bd2991480 <vm_exec_core+9936>, 0x7f6bd2990951 <vm_exec_core+7073>, 0x7f6bd2991655 <vm_exec_core+10405>, 0x7f6bd2991609 <vm_exec_core+10329>, 0x7f6bd2990f82 <vm_exec_core+8658>, 0x7f6bd2990f42 <vm_exec_core+8594>, 0x7f6bd2991548 <vm_exec_core+10136>, 0x7f6bd29914c8 <vm_exec_core+10008>, 0x7f6bd29915a9 <vm_exec_core+10233>, 0x7f6bd298fa49 <vm_exec_core+3225>, 0x7f6bd2990181 <vm_exec_core+5073>, 0x7f6bd298ffe1 <vm_exec_core+4657>, 0x7f6bd298ff4d <vm_exec_core+4509>, 0x7f6bd298fee1 <vm_exec_core+4401>, 0x7f6bd298fe83 <vm_exec_core+4307>, 0x7f6bd298fe20 <vm_exec_core+4208>, 0x7f6bd298fdc9 <vm_exec_core+4121>, 0x7f6bd298fd6d <vm_exec_core+4029>, 0x7f6bd298fd1d <vm_exec_core+3949>, 0x7f6bd298fcf0 <vm_exec_core+3904>, 0x7f6bd298fcaf <vm_exec_core+3839>, 0x7f6bd298fc58 <vm_exec_core+3752>, 0x7f6bd298fc1e <vm_exec_core+3694>, 0x7f6bd298fb1f <vm_exec_core+3439>, 0x7f6bd298fad6 <vm_exec_core+3366>, 0x7f6bd298fa8c <vm_exec_core+3292>, 0x7f6bd29907ea <vm_exec_core+6714>, 0x7f6bd2990777 <vm_exec_core+6599>, 0x7f6bd299081e <vm_exec_core+6766>, 0x7f6bd2990490 <vm_exec_core+5856>, 0x7f6bd299041b <vm_exec_core+5739>, 0x7f6bd299037f <vm_exec_core+5583>, 0x7f6bd2990204 <vm_exec_core+5204>, 0x7f6bd29901c4 <vm_exec_core+5140>, 0x7f6bd29906d7 <vm_exec_core+6439>, 0x7f6bd29905b6 <vm_exec_core+6150>, 0x7f6bd298ee08 <vm_exec_core+88>, 0x7f6bd2990538 <vm_exec_core+6024>, 0x7f6bd29904e3 <vm_exec_core+5939>, 0x7f6bd29929c2 <vm_exec_core+15378>, 0x7f6bd2990722 <vm_exec_core+6514>, 0x7f6bd298f530 <vm_exec_core+1920>, 0x7f6bd298f43c <vm_exec_core+1676>, 0x7f6bd298f91f <vm_exec_core+2927>, 0x7f6bd298f868 <vm_exec_core+2744>, 0x7f6bd29919af <vm_exec_core+11263>, 0x7f6bd298f828 <vm_exec_core+2680>, 0x7f6bd298f7c9 <vm_exec_core+2585>, 0x7f6bd298f76a <vm_exec_core+2490>, 0x7f6bd298f728 <vm_exec_core+2424>, 0x7f6bd298f67f <vm_exec_core+2255>, 0x7f6bd298f5d6 <vm_exec_core+2086>, 0x7f6bd2992665 <vm_exec_core+14517>, 0x7f6bd29925fb <vm_exec_core+14411>, 0x7f6bd2992517 <vm_exec_core+14183>, 0x7f6bd2992035 <vm_exec_core+12933>, 0x7f6bd299208b <vm_exec_core+13019>, 0x7f6bd2992124 <vm_exec_core+13172>, 0x7f6bd2992186 <vm_exec_core+13270>, 0x7f6bd299236b <vm_exec_core+13755>, 0x7f6bd29923cf <vm_exec_core+13855>, 0x7f6bd2992766 <vm_exec_core+14774>, 0x7f6bd29927ca <vm_exec_core+14874>, 0x7f6bd29925b9 <vm_exec_core+14345>, 0x7f6bd2992889 <vm_exec_core+15065>, 0x7f6bd299282e <vm_exec_core+14974>, 0x7f6bd29928dd <vm_exec_core+15149>, 0x7f6bd2992a14 <vm_exec_core+15460>, 0x7f6bd298f3c7 <vm_exec_core+1559>, 0x7f6bd298f363 <vm_exec_core+1459>, 0x7f6bd2991f58 <vm_exec_core+12712>, 0x7f6bd2992433 <vm_exec_core+13955>, 0x7f6bd2992470 <vm_exec_core+14016>, 0x7f6bd29924b9 <vm_exec_core+14089>, 0x7f6bd299294e <vm_exec_core+15262>, 0x7f6bd29926d2 <vm_exec_core+14626>, 0x7f6bd298f2ee <vm_exec_core+1342>, 0x7f6bd298f26f <vm_exec_core+1215>, 0x7f6bd298f1c4 <vm_exec_core+1044>, 0x7f6bd298f177 <vm_exec_core+967>, 0x7f6bd298f126 <vm_exec_core+886>, 0x7f6bd298f0d7 <vm_exec_core+807>, 0x7f6bd298f080 <vm_exec_core+720>, 0x7f6bd298f045 <vm_exec_core+661>, 0x7f6bd298f00a <vm_exec_core+602>, 0x7f6bd2990cad <vm_exec_core+7933>, 0x7f6bd2990c41 <vm_exec_core+7825>, 0x7f6bd2990bd0 <vm_exec_core+7712>, 0x7f6bd2990b54 <vm_exec_core+7588>, 0x7f6bd2990adb <vm_exec_core+7467>, 0x7f6bd2990a5a <vm_exec_core+7338>, 0x7f6bd299098d <vm_exec_core+7133>, 0x7f6bd2991245 <vm_exec_core+9365>, 0x7f6bd2990ed0 <vm_exec_core+8480>, 0x7f6bd2990e75 <vm_exec_core+8389>, 0x7f6bd2990cd5 <vm_exec_core+7973>, 0x7f6bd2991049 <vm_exec_core+8857>, 0x7f6bd2991000 <vm_exec_core+8784>, 0x7f6bd29908d9 <vm_exec_core+6953>, 0x7f6bd2990877 <vm_exec_core+6855>, 0x7f6bd299135c <vm_exec_core+9644>, 0x7f6bd299131e <vm_exec_core+9582>, 0x7f6bd29912e3 <vm_exec_core+9523>, 0x7f6bd29912a8 <vm_exec_core+9464>, 0x7f6bd2991436 <vm_exec_core+9862>, 0x7f6bd299139f <vm_exec_core+9711>, 0x7f6bd2991471 <vm_exec_core+9921>, 0x7f6bd2990942 <vm_exec_core+7058>, 0x7f6bd2991646 <vm_exec_core+10390>, 0x7f6bd29915fa <vm_exec_core+10314>, 0x7f6bd2990f73 <vm_exec_core+8643>, 0x7f6bd2990f33 <vm_exec_core+8579>, 0x7f6bd2991539 <vm_exec_core+10121>, 0x7f6bd29914b9 <vm_exec_core+9993>, 0x7f6bd299159a <vm_exec_core+10218>, 0x7f6bd298fa3a <vm_exec_core+3210>, 0x7f6bd2990172 <vm_exec_core+5058>, 0x7f6bd298ffd2 <vm_exec_core+4642>, 0x7f6bd298ff3e <vm_exec_core+4494>, 0x7f6bd298fed2 <vm_exec_core+4386>, 0x7f6bd298fe74 <vm_exec_core+4292>, 0x7f6bd298fe11 <vm_exec_core+4193>, 0x7f6bd298fdba <vm_exec_core+4106>, 0x7f6bd298fd5e <vm_exec_core+4014>, 0x7f6bd298fd0e <vm_exec_core+3934>, 0x7f6bd298fce1 <vm_exec_core+3889>, 0x7f6bd298fca0 <vm_exec_core+3824>, 0x7f6bd298fc49 <vm_exec_core+3737>, 0x7f6bd298fc0f <vm_exec_core+3679>, 0x7f6bd298fb10 <vm_exec_core+3424>, 0x7f6bd298fac7 <vm_exec_core+3351>, 0x7f6bd298fa7d <vm_exec_core+3277>, 0x7f6bd29907db <vm_exec_core+6699>, 0x7f6bd2990768 <vm_exec_core+6584>, 0x7f6bd299080f <vm_exec_core+6751>, 0x7f6bd2990481 <vm_exec_core+5841>, 0x7f6bd299040c <vm_exec_core+5724>, 0x7f6bd2990370 <vm_exec_core+5568>, 0x7f6bd29901f5 <vm_exec_core+5189>, 0x7f6bd29901b5 <vm_exec_core+5125>, 0x7f6bd29906c8 <vm_exec_core+6424>, 0x7f6bd29905a7 <vm_exec_core+6135>, 0x7f6bd299224c <vm_exec_core+13468>, 0x7f6bd2990529 <vm_exec_core+6009>, 0x7f6bd29904d4 <vm_exec_core+5924>, 0x7f6bd2992260 <vm_exec_core+13488>, 0x7f6bd2990713 <vm_exec_core+6499>, 0x7f6bd298f521 <vm_exec_core+1905>, 0x7f6bd298f42d <vm_exec_core+1661>, 0x7f6bd298f910 <vm_exec_core+2912>, 0x7f6bd298f859 <vm_exec_core+2729>, 0x7f6bd29919a0 <vm_exec_core+11248>, 0x7f6bd298f819 <vm_exec_core+2665>, 0x7f6bd298f7ba <vm_exec_core+2570>, 0x7f6bd298f75b <vm_exec_core+2475>, 0x7f6bd298f719 <vm_exec_core+2409>, 0x7f6bd298f670 <vm_exec_core+2240>, 0x7f6bd298f5c7 <vm_exec_core+2071>, 0x7f6bd2992274 <vm_exec_core+13508>, 0x7f6bd2992288 <vm_exec_core+13528>, 0x7f6bd299229c <vm_exec_core+13548>, 0x7f6bd29922b0 <vm_exec_core+13568>, 0x7f6bd29922c4 <vm_exec_core+13588>, 0x7f6bd29922d8 <vm_exec_core+13608>, 0x7f6bd29922ec <vm_exec_core+13628>, 0x7f6bd2992307 <vm_exec_core+13655>, 0x7f6bd299231b <vm_exec_core+13675>, 0x7f6bd299232f <vm_exec_core+13695>, 0x7f6bd2992343 <vm_exec_core+13715>, 0x7f6bd2992357 <vm_exec_core+13735>, 0x7f6bd2991f95 <vm_exec_core+12773>, 0x7f6bd2991fa9 <vm_exec_core+12793>, 0x7f6bd2991fbd <vm_exec_core+12813>, 0x7f6bd2991fd1 <vm_exec_core+12833>, 0x7f6bd298f3b8 <vm_exec_core+1544>, 0x7f6bd298f354 <vm_exec_core+1444>, 0x7f6bd2991fe5 <vm_exec_core+12853>, 0x7f6bd2991ff9 <vm_exec_core+12873>, 0x7f6bd299200d <vm_exec_core+12893>...}
#36 0x00007f6bd299531a in rb_vm_exec (ec=0x5643992c9420) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2560
        _ec = 0x5643992c9420
        _tag = {tag = 36, retval = 4, buf = {0x0, 0x7f6bd2995320 <rb_vm_exec+416>, 0x0, 0x7ffd0da2bf50, 0x38}, prev = 0x7ffd0da2c240, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#37 0x00007f6bd299aa18 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffd0da2c028, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1642
No locals.
#38 vm_yield (kw_splat=0, argv=0x7ffd0da2c028, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1650
No locals.
#39 rb_yield_0 (argv=0x7ffd0da2c028, argc=1) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1346
No locals.
#40 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1362
No locals.
#41 0x00007f6bd26ceff0 in rb_ary_all_p (argc=<optimized out>, argv=<optimized out>, ary=140100609723000) at /tmp/ruby/src/trunk-gc-asserts/internal/array.h:148
        i = 0
        len = <optimized out>
#42 0x00007f6bd297cf0c in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7f6bd225db78, ec=0x5643992c9420) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3594
        ci = 0x16bf00000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f6bb8caf578
        cfunc = 0x564399315418
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#43 vm_call_cfunc_with_frame (ec=0x5643992c9420, reg_cfp=0x7f6bd225db78, calling=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3640
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#44 0x00007f6bd29906a9 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:393
        val = 94848333767872
        ci = 0x1bdefd
        cc = <optimized out>
        recv = 6
        argc = <optimized out>
        calling = {cd = 0x5643993de4c0, cc = 0x7f6bb7a1cdc0, block_handler = 140101063924625, recv = 140100609723000, argc = 0, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#45 vm_exec_core (ec=0x5643992c9420) at ../../src/trunk-gc-asserts/insns.def:871
        bh = 0
        cd = 0x5643993de4c0
        blockiseq = 0x6
        leaf = <optimized out>
        val = 94848333767872
        reg_pc = 0x564399395758
        reg_cfp = 0x7f6bd225db78
        insns_address_table = {0x7f6bd2990cbc <vm_exec_core+7948>, 0x7f6bd2990c50 <vm_exec_core+7840>, 0x7f6bd2990bdf <vm_exec_core+7727>, 0x7f6bd2990b63 <vm_exec_core+7603>, 0x7f6bd2990aea <vm_exec_core+7482>, 0x7f6bd2990a69 <vm_exec_core+7353>, 0x7f6bd299099c <vm_exec_core+7148>, 0x7f6bd2991254 <vm_exec_core+9380>, 0x7f6bd2990edf <vm_exec_core+8495>, 0x7f6bd2990e84 <vm_exec_core+8404>, 0x7f6bd2990ce4 <vm_exec_core+7988>, 0x7f6bd2991058 <vm_exec_core+8872>, 0x7f6bd299100f <vm_exec_core+8799>, 0x7f6bd29908e8 <vm_exec_core+6968>, 0x7f6bd2990886 <vm_exec_core+6870>, 0x7f6bd299136b <vm_exec_core+9659>, 0x7f6bd299132d <vm_exec_core+9597>, 0x7f6bd29912f2 <vm_exec_core+9538>, 0x7f6bd29912b7 <vm_exec_core+9479>, 0x7f6bd2991445 <vm_exec_core+9877>, 0x7f6bd29913ae <vm_exec_core+9726>, 0x7f6bd2991480 <vm_exec_core+9936>, 0x7f6bd2990951 <vm_exec_core+7073>, 0x7f6bd2991655 <vm_exec_core+10405>, 0x7f6bd2991609 <vm_exec_core+10329>, 0x7f6bd2990f82 <vm_exec_core+8658>, 0x7f6bd2990f42 <vm_exec_core+8594>, 0x7f6bd2991548 <vm_exec_core+10136>, 0x7f6bd29914c8 <vm_exec_core+10008>, 0x7f6bd29915a9 <vm_exec_core+10233>, 0x7f6bd298fa49 <vm_exec_core+3225>, 0x7f6bd2990181 <vm_exec_core+5073>, 0x7f6bd298ffe1 <vm_exec_core+4657>, 0x7f6bd298ff4d <vm_exec_core+4509>, 0x7f6bd298fee1 <vm_exec_core+4401>, 0x7f6bd298fe83 <vm_exec_core+4307>, 0x7f6bd298fe20 <vm_exec_core+4208>, 0x7f6bd298fdc9 <vm_exec_core+4121>, 0x7f6bd298fd6d <vm_exec_core+4029>, 0x7f6bd298fd1d <vm_exec_core+3949>, 0x7f6bd298fcf0 <vm_exec_core+3904>, 0x7f6bd298fcaf <vm_exec_core+3839>, 0x7f6bd298fc58 <vm_exec_core+3752>, 0x7f6bd298fc1e <vm_exec_core+3694>, 0x7f6bd298fb1f <vm_exec_core+3439>, 0x7f6bd298fad6 <vm_exec_core+3366>, 0x7f6bd298fa8c <vm_exec_core+3292>, 0x7f6bd29907ea <vm_exec_core+6714>, 0x7f6bd2990777 <vm_exec_core+6599>, 0x7f6bd299081e <vm_exec_core+6766>, 0x7f6bd2990490 <vm_exec_core+5856>, 0x7f6bd299041b <vm_exec_core+5739>, 0x7f6bd299037f <vm_exec_core+5583>, 0x7f6bd2990204 <vm_exec_core+5204>, 0x7f6bd29901c4 <vm_exec_core+5140>, 0x7f6bd29906d7 <vm_exec_core+6439>, 0x7f6bd29905b6 <vm_exec_core+6150>, 0x7f6bd298ee08 <vm_exec_core+88>, 0x7f6bd2990538 <vm_exec_core+6024>, 0x7f6bd29904e3 <vm_exec_core+5939>, 0x7f6bd29929c2 <vm_exec_core+15378>, 0x7f6bd2990722 <vm_exec_core+6514>, 0x7f6bd298f530 <vm_exec_core+1920>, 0x7f6bd298f43c <vm_exec_core+1676>, 0x7f6bd298f91f <vm_exec_core+2927>, 0x7f6bd298f868 <vm_exec_core+2744>, 0x7f6bd29919af <vm_exec_core+11263>, 0x7f6bd298f828 <vm_exec_core+2680>, 0x7f6bd298f7c9 <vm_exec_core+2585>, 0x7f6bd298f76a <vm_exec_core+2490>, 0x7f6bd298f728 <vm_exec_core+2424>, 0x7f6bd298f67f <vm_exec_core+2255>, 0x7f6bd298f5d6 <vm_exec_core+2086>, 0x7f6bd2992665 <vm_exec_core+14517>, 0x7f6bd29925fb <vm_exec_core+14411>, 0x7f6bd2992517 <vm_exec_core+14183>, 0x7f6bd2992035 <vm_exec_core+12933>, 0x7f6bd299208b <vm_exec_core+13019>, 0x7f6bd2992124 <vm_exec_core+13172>, 0x7f6bd2992186 <vm_exec_core+13270>, 0x7f6bd299236b <vm_exec_core+13755>, 0x7f6bd29923cf <vm_exec_core+13855>, 0x7f6bd2992766 <vm_exec_core+14774>, 0x7f6bd29927ca <vm_exec_core+14874>, 0x7f6bd29925b9 <vm_exec_core+14345>, 0x7f6bd2992889 <vm_exec_core+15065>, 0x7f6bd299282e <vm_exec_core+14974>, 0x7f6bd29928dd <vm_exec_core+15149>, 0x7f6bd2992a14 <vm_exec_core+15460>, 0x7f6bd298f3c7 <vm_exec_core+1559>, 0x7f6bd298f363 <vm_exec_core+1459>, 0x7f6bd2991f58 <vm_exec_core+12712>, 0x7f6bd2992433 <vm_exec_core+13955>, 0x7f6bd2992470 <vm_exec_core+14016>, 0x7f6bd29924b9 <vm_exec_core+14089>, 0x7f6bd299294e <vm_exec_core+15262>, 0x7f6bd29926d2 <vm_exec_core+14626>, 0x7f6bd298f2ee <vm_exec_core+1342>, 0x7f6bd298f26f <vm_exec_core+1215>, 0x7f6bd298f1c4 <vm_exec_core+1044>, 0x7f6bd298f177 <vm_exec_core+967>, 0x7f6bd298f126 <vm_exec_core+886>, 0x7f6bd298f0d7 <vm_exec_core+807>, 0x7f6bd298f080 <vm_exec_core+720>, 0x7f6bd298f045 <vm_exec_core+661>, 0x7f6bd298f00a <vm_exec_core+602>, 0x7f6bd2990cad <vm_exec_core+7933>, 0x7f6bd2990c41 <vm_exec_core+7825>, 0x7f6bd2990bd0 <vm_exec_core+7712>, 0x7f6bd2990b54 <vm_exec_core+7588>, 0x7f6bd2990adb <vm_exec_core+7467>, 0x7f6bd2990a5a <vm_exec_core+7338>, 0x7f6bd299098d <vm_exec_core+7133>, 0x7f6bd2991245 <vm_exec_core+9365>, 0x7f6bd2990ed0 <vm_exec_core+8480>, 0x7f6bd2990e75 <vm_exec_core+8389>, 0x7f6bd2990cd5 <vm_exec_core+7973>, 0x7f6bd2991049 <vm_exec_core+8857>, 0x7f6bd2991000 <vm_exec_core+8784>, 0x7f6bd29908d9 <vm_exec_core+6953>, 0x7f6bd2990877 <vm_exec_core+6855>, 0x7f6bd299135c <vm_exec_core+9644>, 0x7f6bd299131e <vm_exec_core+9582>, 0x7f6bd29912e3 <vm_exec_core+9523>, 0x7f6bd29912a8 <vm_exec_core+9464>, 0x7f6bd2991436 <vm_exec_core+9862>, 0x7f6bd299139f <vm_exec_core+9711>, 0x7f6bd2991471 <vm_exec_core+9921>, 0x7f6bd2990942 <vm_exec_core+7058>, 0x7f6bd2991646 <vm_exec_core+10390>, 0x7f6bd29915fa <vm_exec_core+10314>, 0x7f6bd2990f73 <vm_exec_core+8643>, 0x7f6bd2990f33 <vm_exec_core+8579>, 0x7f6bd2991539 <vm_exec_core+10121>, 0x7f6bd29914b9 <vm_exec_core+9993>, 0x7f6bd299159a <vm_exec_core+10218>, 0x7f6bd298fa3a <vm_exec_core+3210>, 0x7f6bd2990172 <vm_exec_core+5058>, 0x7f6bd298ffd2 <vm_exec_core+4642>, 0x7f6bd298ff3e <vm_exec_core+4494>, 0x7f6bd298fed2 <vm_exec_core+4386>, 0x7f6bd298fe74 <vm_exec_core+4292>, 0x7f6bd298fe11 <vm_exec_core+4193>, 0x7f6bd298fdba <vm_exec_core+4106>, 0x7f6bd298fd5e <vm_exec_core+4014>, 0x7f6bd298fd0e <vm_exec_core+3934>, 0x7f6bd298fce1 <vm_exec_core+3889>, 0x7f6bd298fca0 <vm_exec_core+3824>, 0x7f6bd298fc49 <vm_exec_core+3737>, 0x7f6bd298fc0f <vm_exec_core+3679>, 0x7f6bd298fb10 <vm_exec_core+3424>, 0x7f6bd298fac7 <vm_exec_core+3351>, 0x7f6bd298fa7d <vm_exec_core+3277>, 0x7f6bd29907db <vm_exec_core+6699>, 0x7f6bd2990768 <vm_exec_core+6584>, 0x7f6bd299080f <vm_exec_core+6751>, 0x7f6bd2990481 <vm_exec_core+5841>, 0x7f6bd299040c <vm_exec_core+5724>, 0x7f6bd2990370 <vm_exec_core+5568>, 0x7f6bd29901f5 <vm_exec_core+5189>, 0x7f6bd29901b5 <vm_exec_core+5125>, 0x7f6bd29906c8 <vm_exec_core+6424>, 0x7f6bd29905a7 <vm_exec_core+6135>, 0x7f6bd299224c <vm_exec_core+13468>, 0x7f6bd2990529 <vm_exec_core+6009>, 0x7f6bd29904d4 <vm_exec_core+5924>, 0x7f6bd2992260 <vm_exec_core+13488>, 0x7f6bd2990713 <vm_exec_core+6499>, 0x7f6bd298f521 <vm_exec_core+1905>, 0x7f6bd298f42d <vm_exec_core+1661>, 0x7f6bd298f910 <vm_exec_core+2912>, 0x7f6bd298f859 <vm_exec_core+2729>, 0x7f6bd29919a0 <vm_exec_core+11248>, 0x7f6bd298f819 <vm_exec_core+2665>, 0x7f6bd298f7ba <vm_exec_core+2570>, 0x7f6bd298f75b <vm_exec_core+2475>, 0x7f6bd298f719 <vm_exec_core+2409>, 0x7f6bd298f670 <vm_exec_core+2240>, 0x7f6bd298f5c7 <vm_exec_core+2071>, 0x7f6bd2992274 <vm_exec_core+13508>, 0x7f6bd2992288 <vm_exec_core+13528>, 0x7f6bd299229c <vm_exec_core+13548>, 0x7f6bd29922b0 <vm_exec_core+13568>, 0x7f6bd29922c4 <vm_exec_core+13588>, 0x7f6bd29922d8 <vm_exec_core+13608>, 0x7f6bd29922ec <vm_exec_core+13628>, 0x7f6bd2992307 <vm_exec_core+13655>, 0x7f6bd299231b <vm_exec_core+13675>, 0x7f6bd299232f <vm_exec_core+13695>, 0x7f6bd2992343 <vm_exec_core+13715>, 0x7f6bd2992357 <vm_exec_core+13735>, 0x7f6bd2991f95 <vm_exec_core+12773>, 0x7f6bd2991fa9 <vm_exec_core+12793>, 0x7f6bd2991fbd <vm_exec_core+12813>, 0x7f6bd2991fd1 <vm_exec_core+12833>, 0x7f6bd298f3b8 <vm_exec_core+1544>, 0x7f6bd298f354 <vm_exec_core+1444>, 0x7f6bd2991fe5 <vm_exec_core+12853>, 0x7f6bd2991ff9 <vm_exec_core+12873>, 0x7f6bd299200d <vm_exec_core+12893>...}
#46 0x00007f6bd299531a in rb_vm_exec (ec=0x5643992c9420) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2560
        _ec = 0x5643992c9420
        _tag = {tag = 36, retval = 4, buf = {0x7f6bb7138a10, 0x7f6bd2995320 <rb_vm_exec+416>, 0x0, 0x7ffd0da2c220, 0xe2259aa}, prev = 0x7ffd0da2c4c0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#47 0x00007f6bd281292e in rb_load_internal (wrap=<optimized out>, fname=140100609739280) at /tmp/ruby/src/trunk-gc-asserts/load.c:842
        ec = 0x5643992c9420
        state = RUBY_TAG_NONE
        ec = <optimized out>
        state = <optimized out>
#48 rb_f_load (argc=<optimized out>, argv=<optimized out>, _=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/load.c:916
        fname = <optimized out>
        wrap = <optimized out>
        path = 140100609739280
        orig_fname = 140100612072520
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#49 0x00007f6bd297cf0c in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=1, calling=<optimized out>, reg_cfp=0x7f6bd225dda8, ec=0x5643992c9420) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3594
        ci = 0x583100100003
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f6bb8ca1c98
        cfunc = 0x56439933be68
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#50 vm_call_cfunc_with_frame (ec=0x5643992c9420, reg_cfp=0x7f6bd225dda8, calling=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3640
        argc = 1
        stack_bottom = <optimized out>
        argv = <optimized out>
#51 0x00007f6bd298eec1 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:393
        val = 140101074713696
        ci = 0x0
        cc = <optimized out>
        recv = 1826557
        argc = <optimized out>
        calling = {cd = 0x56439947d860, cc = 0x7f6bb7b3ec58, block_handler = 0, recv = 140100638668680, argc = 1, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#52 vm_exec_core (ec=0x5643992c9420) at ../../src/trunk-gc-asserts/insns.def:891
        bh = <optimized out>
        cd = 0x1bdefd
        leaf = <optimized out>
        val = 140101074713696
        reg_pc = 0x564399772000
        reg_cfp = 0x7f6bd225dda8
        insns_address_table = {0x7f6bd2990cbc <vm_exec_core+7948>, 0x7f6bd2990c50 <vm_exec_core+7840>, 0x7f6bd2990bdf <vm_exec_core+7727>, 0x7f6bd2990b63 <vm_exec_core+7603>, 0x7f6bd2990aea <vm_exec_core+7482>, 0x7f6bd2990a69 <vm_exec_core+7353>, 0x7f6bd299099c <vm_exec_core+7148>, 0x7f6bd2991254 <vm_exec_core+9380>, 0x7f6bd2990edf <vm_exec_core+8495>, 0x7f6bd2990e84 <vm_exec_core+8404>, 0x7f6bd2990ce4 <vm_exec_core+7988>, 0x7f6bd2991058 <vm_exec_core+8872>, 0x7f6bd299100f <vm_exec_core+8799>, 0x7f6bd29908e8 <vm_exec_core+6968>, 0x7f6bd2990886 <vm_exec_core+6870>, 0x7f6bd299136b <vm_exec_core+9659>, 0x7f6bd299132d <vm_exec_core+9597>, 0x7f6bd29912f2 <vm_exec_core+9538>, 0x7f6bd29912b7 <vm_exec_core+9479>, 0x7f6bd2991445 <vm_exec_core+9877>, 0x7f6bd29913ae <vm_exec_core+9726>, 0x7f6bd2991480 <vm_exec_core+9936>, 0x7f6bd2990951 <vm_exec_core+7073>, 0x7f6bd2991655 <vm_exec_core+10405>, 0x7f6bd2991609 <vm_exec_core+10329>, 0x7f6bd2990f82 <vm_exec_core+8658>, 0x7f6bd2990f42 <vm_exec_core+8594>, 0x7f6bd2991548 <vm_exec_core+10136>, 0x7f6bd29914c8 <vm_exec_core+10008>, 0x7f6bd29915a9 <vm_exec_core+10233>, 0x7f6bd298fa49 <vm_exec_core+3225>, 0x7f6bd2990181 <vm_exec_core+5073>, 0x7f6bd298ffe1 <vm_exec_core+4657>, 0x7f6bd298ff4d <vm_exec_core+4509>, 0x7f6bd298fee1 <vm_exec_core+4401>, 0x7f6bd298fe83 <vm_exec_core+4307>, 0x7f6bd298fe20 <vm_exec_core+4208>, 0x7f6bd298fdc9 <vm_exec_core+4121>, 0x7f6bd298fd6d <vm_exec_core+4029>, 0x7f6bd298fd1d <vm_exec_core+3949>, 0x7f6bd298fcf0 <vm_exec_core+3904>, 0x7f6bd298fcaf <vm_exec_core+3839>, 0x7f6bd298fc58 <vm_exec_core+3752>, 0x7f6bd298fc1e <vm_exec_core+3694>, 0x7f6bd298fb1f <vm_exec_core+3439>, 0x7f6bd298fad6 <vm_exec_core+3366>, 0x7f6bd298fa8c <vm_exec_core+3292>, 0x7f6bd29907ea <vm_exec_core+6714>, 0x7f6bd2990777 <vm_exec_core+6599>, 0x7f6bd299081e <vm_exec_core+6766>, 0x7f6bd2990490 <vm_exec_core+5856>, 0x7f6bd299041b <vm_exec_core+5739>, 0x7f6bd299037f <vm_exec_core+5583>, 0x7f6bd2990204 <vm_exec_core+5204>, 0x7f6bd29901c4 <vm_exec_core+5140>, 0x7f6bd29906d7 <vm_exec_core+6439>, 0x7f6bd29905b6 <vm_exec_core+6150>, 0x7f6bd298ee08 <vm_exec_core+88>, 0x7f6bd2990538 <vm_exec_core+6024>, 0x7f6bd29904e3 <vm_exec_core+5939>, 0x7f6bd29929c2 <vm_exec_core+15378>, 0x7f6bd2990722 <vm_exec_core+6514>, 0x7f6bd298f530 <vm_exec_core+1920>, 0x7f6bd298f43c <vm_exec_core+1676>, 0x7f6bd298f91f <vm_exec_core+2927>, 0x7f6bd298f868 <vm_exec_core+2744>, 0x7f6bd29919af <vm_exec_core+11263>, 0x7f6bd298f828 <vm_exec_core+2680>, 0x7f6bd298f7c9 <vm_exec_core+2585>, 0x7f6bd298f76a <vm_exec_core+2490>, 0x7f6bd298f728 <vm_exec_core+2424>, 0x7f6bd298f67f <vm_exec_core+2255>, 0x7f6bd298f5d6 <vm_exec_core+2086>, 0x7f6bd2992665 <vm_exec_core+14517>, 0x7f6bd29925fb <vm_exec_core+14411>, 0x7f6bd2992517 <vm_exec_core+14183>, 0x7f6bd2992035 <vm_exec_core+12933>, 0x7f6bd299208b <vm_exec_core+13019>, 0x7f6bd2992124 <vm_exec_core+13172>, 0x7f6bd2992186 <vm_exec_core+13270>, 0x7f6bd299236b <vm_exec_core+13755>, 0x7f6bd29923cf <vm_exec_core+13855>, 0x7f6bd2992766 <vm_exec_core+14774>, 0x7f6bd29927ca <vm_exec_core+14874>, 0x7f6bd29925b9 <vm_exec_core+14345>, 0x7f6bd2992889 <vm_exec_core+15065>, 0x7f6bd299282e <vm_exec_core+14974>, 0x7f6bd29928dd <vm_exec_core+15149>, 0x7f6bd2992a14 <vm_exec_core+15460>, 0x7f6bd298f3c7 <vm_exec_core+1559>, 0x7f6bd298f363 <vm_exec_core+1459>, 0x7f6bd2991f58 <vm_exec_core+12712>, 0x7f6bd2992433 <vm_exec_core+13955>, 0x7f6bd2992470 <vm_exec_core+14016>, 0x7f6bd29924b9 <vm_exec_core+14089>, 0x7f6bd299294e <vm_exec_core+15262>, 0x7f6bd29926d2 <vm_exec_core+14626>, 0x7f6bd298f2ee <vm_exec_core+1342>, 0x7f6bd298f26f <vm_exec_core+1215>, 0x7f6bd298f1c4 <vm_exec_core+1044>, 0x7f6bd298f177 <vm_exec_core+967>, 0x7f6bd298f126 <vm_exec_core+886>, 0x7f6bd298f0d7 <vm_exec_core+807>, 0x7f6bd298f080 <vm_exec_core+720>, 0x7f6bd298f045 <vm_exec_core+661>, 0x7f6bd298f00a <vm_exec_core+602>, 0x7f6bd2990cad <vm_exec_core+7933>, 0x7f6bd2990c41 <vm_exec_core+7825>, 0x7f6bd2990bd0 <vm_exec_core+7712>, 0x7f6bd2990b54 <vm_exec_core+7588>, 0x7f6bd2990adb <vm_exec_core+7467>, 0x7f6bd2990a5a <vm_exec_core+7338>, 0x7f6bd299098d <vm_exec_core+7133>, 0x7f6bd2991245 <vm_exec_core+9365>, 0x7f6bd2990ed0 <vm_exec_core+8480>, 0x7f6bd2990e75 <vm_exec_core+8389>, 0x7f6bd2990cd5 <vm_exec_core+7973>, 0x7f6bd2991049 <vm_exec_core+8857>, 0x7f6bd2991000 <vm_exec_core+8784>, 0x7f6bd29908d9 <vm_exec_core+6953>, 0x7f6bd2990877 <vm_exec_core+6855>, 0x7f6bd299135c <vm_exec_core+9644>, 0x7f6bd299131e <vm_exec_core+9582>, 0x7f6bd29912e3 <vm_exec_core+9523>, 0x7f6bd29912a8 <vm_exec_core+9464>, 0x7f6bd2991436 <vm_exec_core+9862>, 0x7f6bd299139f <vm_exec_core+9711>, 0x7f6bd2991471 <vm_exec_core+9921>, 0x7f6bd2990942 <vm_exec_core+7058>, 0x7f6bd2991646 <vm_exec_core+10390>, 0x7f6bd29915fa <vm_exec_core+10314>, 0x7f6bd2990f73 <vm_exec_core+8643>, 0x7f6bd2990f33 <vm_exec_core+8579>, 0x7f6bd2991539 <vm_exec_core+10121>, 0x7f6bd29914b9 <vm_exec_core+9993>, 0x7f6bd299159a <vm_exec_core+10218>, 0x7f6bd298fa3a <vm_exec_core+3210>, 0x7f6bd2990172 <vm_exec_core+5058>, 0x7f6bd298ffd2 <vm_exec_core+4642>, 0x7f6bd298ff3e <vm_exec_core+4494>, 0x7f6bd298fed2 <vm_exec_core+4386>, 0x7f6bd298fe74 <vm_exec_core+4292>, 0x7f6bd298fe11 <vm_exec_core+4193>, 0x7f6bd298fdba <vm_exec_core+4106>, 0x7f6bd298fd5e <vm_exec_core+4014>, 0x7f6bd298fd0e <vm_exec_core+3934>, 0x7f6bd298fce1 <vm_exec_core+3889>, 0x7f6bd298fca0 <vm_exec_core+3824>, 0x7f6bd298fc49 <vm_exec_core+3737>, 0x7f6bd298fc0f <vm_exec_core+3679>, 0x7f6bd298fb10 <vm_exec_core+3424>, 0x7f6bd298fac7 <vm_exec_core+3351>, 0x7f6bd298fa7d <vm_exec_core+3277>, 0x7f6bd29907db <vm_exec_core+6699>, 0x7f6bd2990768 <vm_exec_core+6584>, 0x7f6bd299080f <vm_exec_core+6751>, 0x7f6bd2990481 <vm_exec_core+5841>, 0x7f6bd299040c <vm_exec_core+5724>, 0x7f6bd2990370 <vm_exec_core+5568>, 0x7f6bd29901f5 <vm_exec_core+5189>, 0x7f6bd29901b5 <vm_exec_core+5125>, 0x7f6bd29906c8 <vm_exec_core+6424>, 0x7f6bd29905a7 <vm_exec_core+6135>, 0x7f6bd299224c <vm_exec_core+13468>, 0x7f6bd2990529 <vm_exec_core+6009>, 0x7f6bd29904d4 <vm_exec_core+5924>, 0x7f6bd2992260 <vm_exec_core+13488>, 0x7f6bd2990713 <vm_exec_core+6499>, 0x7f6bd298f521 <vm_exec_core+1905>, 0x7f6bd298f42d <vm_exec_core+1661>, 0x7f6bd298f910 <vm_exec_core+2912>, 0x7f6bd298f859 <vm_exec_core+2729>, 0x7f6bd29919a0 <vm_exec_core+11248>, 0x7f6bd298f819 <vm_exec_core+2665>, 0x7f6bd298f7ba <vm_exec_core+2570>, 0x7f6bd298f75b <vm_exec_core+2475>, 0x7f6bd298f719 <vm_exec_core+2409>, 0x7f6bd298f670 <vm_exec_core+2240>, 0x7f6bd298f5c7 <vm_exec_core+2071>, 0x7f6bd2992274 <vm_exec_core+13508>, 0x7f6bd2992288 <vm_exec_core+13528>, 0x7f6bd299229c <vm_exec_core+13548>, 0x7f6bd29922b0 <vm_exec_core+13568>, 0x7f6bd29922c4 <vm_exec_core+13588>, 0x7f6bd29922d8 <vm_exec_core+13608>, 0x7f6bd29922ec <vm_exec_core+13628>, 0x7f6bd2992307 <vm_exec_core+13655>, 0x7f6bd299231b <vm_exec_core+13675>, 0x7f6bd299232f <vm_exec_core+13695>, 0x7f6bd2992343 <vm_exec_core+13715>, 0x7f6bd2992357 <vm_exec_core+13735>, 0x7f6bd2991f95 <vm_exec_core+12773>, 0x7f6bd2991fa9 <vm_exec_core+12793>, 0x7f6bd2991fbd <vm_exec_core+12813>, 0x7f6bd2991fd1 <vm_exec_core+12833>, 0x7f6bd298f3b8 <vm_exec_core+1544>, 0x7f6bd298f354 <vm_exec_core+1444>, 0x7f6bd2991fe5 <vm_exec_core+12853>, 0x7f6bd2991ff9 <vm_exec_core+12873>, 0x7f6bd299200d <vm_exec_core+12893>...}
#53 0x00007f6bd299531a in rb_vm_exec (ec=0x5643992c9420) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2560
        _ec = 0x5643992c9420
        _tag = {tag = 36, retval = 4, buf = {0x5643992c9420, 0x7f6bd2995320 <rb_vm_exec+416>, 0x0, 0x7ffd0da2c4a0, 0x0}, prev = 0x7ffd0da2c7a0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#54 0x00007f6bd2999b4d in vm_yield_with_cref (is_lambda=0, cref=<optimized out>, kw_splat=0, argv=0x7f6bd215e170, argc=0, ec=0x5643992c9420) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1642
No locals.
#55 yield_under (self=140100615946200, singleton=<optimized out>, argc=0, argv=0x7f6bd215e170, kw_splat=0) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:2068
        ec = 0x5643992c9420
        cfp = <optimized out>
        block_handler = <optimized out>
        new_block_handler = <optimized out>
        captured = <optimized out>
        new_captured = {self = 140100615946200, ep = 0x7f6bd215e120, code = {iseq = 0x7f6bb7bf4ad0, ifunc = 0x7f6bb7bf4ad0, val = 140100620995280}}
        ep = <optimized out>
        cref = <optimized out>
        is_lambda = 0
        again = <optimized out>
#56 0x00007f6bd297cf0c in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7f6bd225de18, ec=0x5643992c9420) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3594
        ci = 0x253100020001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f6bb8cb6e40
        cfunc = 0x564399301468
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#57 vm_call_cfunc_with_frame (ec=0x5643992c9420, reg_cfp=0x7f6bd225de18, calling=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3640
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#58 0x00007f6bd29906a9 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:393
        val = 94848333532688
        ci = 0x1bdefd
        cc = <optimized out>
        recv = 6
        argc = <optimized out>
        calling = {cd = 0x5643993a4e10, cc = 0x7f6bb7a1e788, block_handler = 140101063925353, recv = 140100615946200, argc = 0, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#59 vm_exec_core (ec=0x5643992c9420) at ../../src/trunk-gc-asserts/insns.def:871
        bh = 0
        cd = 0x5643993a4e10
        blockiseq = 0x6
        leaf = <optimized out>
        val = 94848333532688
        reg_pc = 0x56439962f088
        reg_cfp = 0x7f6bd225de18
        insns_address_table = {0x7f6bd2990cbc <vm_exec_core+7948>, 0x7f6bd2990c50 <vm_exec_core+7840>, 0x7f6bd2990bdf <vm_exec_core+7727>, 0x7f6bd2990b63 <vm_exec_core+7603>, 0x7f6bd2990aea <vm_exec_core+7482>, 0x7f6bd2990a69 <vm_exec_core+7353>, 0x7f6bd299099c <vm_exec_core+7148>, 0x7f6bd2991254 <vm_exec_core+9380>, 0x7f6bd2990edf <vm_exec_core+8495>, 0x7f6bd2990e84 <vm_exec_core+8404>, 0x7f6bd2990ce4 <vm_exec_core+7988>, 0x7f6bd2991058 <vm_exec_core+8872>, 0x7f6bd299100f <vm_exec_core+8799>, 0x7f6bd29908e8 <vm_exec_core+6968>, 0x7f6bd2990886 <vm_exec_core+6870>, 0x7f6bd299136b <vm_exec_core+9659>, 0x7f6bd299132d <vm_exec_core+9597>, 0x7f6bd29912f2 <vm_exec_core+9538>, 0x7f6bd29912b7 <vm_exec_core+9479>, 0x7f6bd2991445 <vm_exec_core+9877>, 0x7f6bd29913ae <vm_exec_core+9726>, 0x7f6bd2991480 <vm_exec_core+9936>, 0x7f6bd2990951 <vm_exec_core+7073>, 0x7f6bd2991655 <vm_exec_core+10405>, 0x7f6bd2991609 <vm_exec_core+10329>, 0x7f6bd2990f82 <vm_exec_core+8658>, 0x7f6bd2990f42 <vm_exec_core+8594>, 0x7f6bd2991548 <vm_exec_core+10136>, 0x7f6bd29914c8 <vm_exec_core+10008>, 0x7f6bd29915a9 <vm_exec_core+10233>, 0x7f6bd298fa49 <vm_exec_core+3225>, 0x7f6bd2990181 <vm_exec_core+5073>, 0x7f6bd298ffe1 <vm_exec_core+4657>, 0x7f6bd298ff4d <vm_exec_core+4509>, 0x7f6bd298fee1 <vm_exec_core+4401>, 0x7f6bd298fe83 <vm_exec_core+4307>, 0x7f6bd298fe20 <vm_exec_core+4208>, 0x7f6bd298fdc9 <vm_exec_core+4121>, 0x7f6bd298fd6d <vm_exec_core+4029>, 0x7f6bd298fd1d <vm_exec_core+3949>, 0x7f6bd298fcf0 <vm_exec_core+3904>, 0x7f6bd298fcaf <vm_exec_core+3839>, 0x7f6bd298fc58 <vm_exec_core+3752>, 0x7f6bd298fc1e <vm_exec_core+3694>, 0x7f6bd298fb1f <vm_exec_core+3439>, 0x7f6bd298fad6 <vm_exec_core+3366>, 0x7f6bd298fa8c <vm_exec_core+3292>, 0x7f6bd29907ea <vm_exec_core+6714>, 0x7f6bd2990777 <vm_exec_core+6599>, 0x7f6bd299081e <vm_exec_core+6766>, 0x7f6bd2990490 <vm_exec_core+5856>, 0x7f6bd299041b <vm_exec_core+5739>, 0x7f6bd299037f <vm_exec_core+5583>, 0x7f6bd2990204 <vm_exec_core+5204>, 0x7f6bd29901c4 <vm_exec_core+5140>, 0x7f6bd29906d7 <vm_exec_core+6439>, 0x7f6bd29905b6 <vm_exec_core+6150>, 0x7f6bd298ee08 <vm_exec_core+88>, 0x7f6bd2990538 <vm_exec_core+6024>, 0x7f6bd29904e3 <vm_exec_core+5939>, 0x7f6bd29929c2 <vm_exec_core+15378>, 0x7f6bd2990722 <vm_exec_core+6514>, 0x7f6bd298f530 <vm_exec_core+1920>, 0x7f6bd298f43c <vm_exec_core+1676>, 0x7f6bd298f91f <vm_exec_core+2927>, 0x7f6bd298f868 <vm_exec_core+2744>, 0x7f6bd29919af <vm_exec_core+11263>, 0x7f6bd298f828 <vm_exec_core+2680>, 0x7f6bd298f7c9 <vm_exec_core+2585>, 0x7f6bd298f76a <vm_exec_core+2490>, 0x7f6bd298f728 <vm_exec_core+2424>, 0x7f6bd298f67f <vm_exec_core+2255>, 0x7f6bd298f5d6 <vm_exec_core+2086>, 0x7f6bd2992665 <vm_exec_core+14517>, 0x7f6bd29925fb <vm_exec_core+14411>, 0x7f6bd2992517 <vm_exec_core+14183>, 0x7f6bd2992035 <vm_exec_core+12933>, 0x7f6bd299208b <vm_exec_core+13019>, 0x7f6bd2992124 <vm_exec_core+13172>, 0x7f6bd2992186 <vm_exec_core+13270>, 0x7f6bd299236b <vm_exec_core+13755>, 0x7f6bd29923cf <vm_exec_core+13855>, 0x7f6bd2992766 <vm_exec_core+14774>, 0x7f6bd29927ca <vm_exec_core+14874>, 0x7f6bd29925b9 <vm_exec_core+14345>, 0x7f6bd2992889 <vm_exec_core+15065>, 0x7f6bd299282e <vm_exec_core+14974>, 0x7f6bd29928dd <vm_exec_core+15149>, 0x7f6bd2992a14 <vm_exec_core+15460>, 0x7f6bd298f3c7 <vm_exec_core+1559>, 0x7f6bd298f363 <vm_exec_core+1459>, 0x7f6bd2991f58 <vm_exec_core+12712>, 0x7f6bd2992433 <vm_exec_core+13955>, 0x7f6bd2992470 <vm_exec_core+14016>, 0x7f6bd29924b9 <vm_exec_core+14089>, 0x7f6bd299294e <vm_exec_core+15262>, 0x7f6bd29926d2 <vm_exec_core+14626>, 0x7f6bd298f2ee <vm_exec_core+1342>, 0x7f6bd298f26f <vm_exec_core+1215>, 0x7f6bd298f1c4 <vm_exec_core+1044>, 0x7f6bd298f177 <vm_exec_core+967>, 0x7f6bd298f126 <vm_exec_core+886>, 0x7f6bd298f0d7 <vm_exec_core+807>, 0x7f6bd298f080 <vm_exec_core+720>, 0x7f6bd298f045 <vm_exec_core+661>, 0x7f6bd298f00a <vm_exec_core+602>, 0x7f6bd2990cad <vm_exec_core+7933>, 0x7f6bd2990c41 <vm_exec_core+7825>, 0x7f6bd2990bd0 <vm_exec_core+7712>, 0x7f6bd2990b54 <vm_exec_core+7588>, 0x7f6bd2990adb <vm_exec_core+7467>, 0x7f6bd2990a5a <vm_exec_core+7338>, 0x7f6bd299098d <vm_exec_core+7133>, 0x7f6bd2991245 <vm_exec_core+9365>, 0x7f6bd2990ed0 <vm_exec_core+8480>, 0x7f6bd2990e75 <vm_exec_core+8389>, 0x7f6bd2990cd5 <vm_exec_core+7973>, 0x7f6bd2991049 <vm_exec_core+8857>, 0x7f6bd2991000 <vm_exec_core+8784>, 0x7f6bd29908d9 <vm_exec_core+6953>, 0x7f6bd2990877 <vm_exec_core+6855>, 0x7f6bd299135c <vm_exec_core+9644>, 0x7f6bd299131e <vm_exec_core+9582>, 0x7f6bd29912e3 <vm_exec_core+9523>, 0x7f6bd29912a8 <vm_exec_core+9464>, 0x7f6bd2991436 <vm_exec_core+9862>, 0x7f6bd299139f <vm_exec_core+9711>, 0x7f6bd2991471 <vm_exec_core+9921>, 0x7f6bd2990942 <vm_exec_core+7058>, 0x7f6bd2991646 <vm_exec_core+10390>, 0x7f6bd29915fa <vm_exec_core+10314>, 0x7f6bd2990f73 <vm_exec_core+8643>, 0x7f6bd2990f33 <vm_exec_core+8579>, 0x7f6bd2991539 <vm_exec_core+10121>, 0x7f6bd29914b9 <vm_exec_core+9993>, 0x7f6bd299159a <vm_exec_core+10218>, 0x7f6bd298fa3a <vm_exec_core+3210>, 0x7f6bd2990172 <vm_exec_core+5058>, 0x7f6bd298ffd2 <vm_exec_core+4642>, 0x7f6bd298ff3e <vm_exec_core+4494>, 0x7f6bd298fed2 <vm_exec_core+4386>, 0x7f6bd298fe74 <vm_exec_core+4292>, 0x7f6bd298fe11 <vm_exec_core+4193>, 0x7f6bd298fdba <vm_exec_core+4106>, 0x7f6bd298fd5e <vm_exec_core+4014>, 0x7f6bd298fd0e <vm_exec_core+3934>, 0x7f6bd298fce1 <vm_exec_core+3889>, 0x7f6bd298fca0 <vm_exec_core+3824>, 0x7f6bd298fc49 <vm_exec_core+3737>, 0x7f6bd298fc0f <vm_exec_core+3679>, 0x7f6bd298fb10 <vm_exec_core+3424>, 0x7f6bd298fac7 <vm_exec_core+3351>, 0x7f6bd298fa7d <vm_exec_core+3277>, 0x7f6bd29907db <vm_exec_core+6699>, 0x7f6bd2990768 <vm_exec_core+6584>, 0x7f6bd299080f <vm_exec_core+6751>, 0x7f6bd2990481 <vm_exec_core+5841>, 0x7f6bd299040c <vm_exec_core+5724>, 0x7f6bd2990370 <vm_exec_core+5568>, 0x7f6bd29901f5 <vm_exec_core+5189>, 0x7f6bd29901b5 <vm_exec_core+5125>, 0x7f6bd29906c8 <vm_exec_core+6424>, 0x7f6bd29905a7 <vm_exec_core+6135>, 0x7f6bd299224c <vm_exec_core+13468>, 0x7f6bd2990529 <vm_exec_core+6009>, 0x7f6bd29904d4 <vm_exec_core+5924>, 0x7f6bd2992260 <vm_exec_core+13488>, 0x7f6bd2990713 <vm_exec_core+6499>, 0x7f6bd298f521 <vm_exec_core+1905>, 0x7f6bd298f42d <vm_exec_core+1661>, 0x7f6bd298f910 <vm_exec_core+2912>, 0x7f6bd298f859 <vm_exec_core+2729>, 0x7f6bd29919a0 <vm_exec_core+11248>, 0x7f6bd298f819 <vm_exec_core+2665>, 0x7f6bd298f7ba <vm_exec_core+2570>, 0x7f6bd298f75b <vm_exec_core+2475>, 0x7f6bd298f719 <vm_exec_core+2409>, 0x7f6bd298f670 <vm_exec_core+2240>, 0x7f6bd298f5c7 <vm_exec_core+2071>, 0x7f6bd2992274 <vm_exec_core+13508>, 0x7f6bd2992288 <vm_exec_core+13528>, 0x7f6bd299229c <vm_exec_core+13548>, 0x7f6bd29922b0 <vm_exec_core+13568>, 0x7f6bd29922c4 <vm_exec_core+13588>, 0x7f6bd29922d8 <vm_exec_core+13608>, 0x7f6bd29922ec <vm_exec_core+13628>, 0x7f6bd2992307 <vm_exec_core+13655>, 0x7f6bd299231b <vm_exec_core+13675>, 0x7f6bd299232f <vm_exec_core+13695>, 0x7f6bd2992343 <vm_exec_core+13715>, 0x7f6bd2992357 <vm_exec_core+13735>, 0x7f6bd2991f95 <vm_exec_core+12773>, 0x7f6bd2991fa9 <vm_exec_core+12793>, 0x7f6bd2991fbd <vm_exec_core+12813>, 0x7f6bd2991fd1 <vm_exec_core+12833>, 0x7f6bd298f3b8 <vm_exec_core+1544>, 0x7f6bd298f354 <vm_exec_core+1444>, 0x7f6bd2991fe5 <vm_exec_core+12853>, 0x7f6bd2991ff9 <vm_exec_core+12873>, 0x7f6bd299200d <vm_exec_core+12893>...}
#60 0x00007f6bd29955a7 in vm_exec_loop (result=<optimized out>, tag=0x7ffd0da2c7a0, state=<optimized out>, ec=0x5643992c9420) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2587
        vm_loop_start = <optimized out>
#61 rb_vm_exec (ec=0x5643992c9420) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2566
        _ec = 0x5643992c9420
        _tag = {tag = 36, retval = 4, buf = {0x7f6bb7b92448, 0x7f6bd2995320 <rb_vm_exec+416>, 0x0, 0x7ffd0da2c780, 0x7f6bd2d0d040 <_rtld_global>}, prev = 0x7ffd0da2c860, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#62 0x00007f6bd2995dbb in rb_iseq_eval_main (iseq=iseq@entry=0x7f6bb7b92448) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2826
        ec = <optimized out>
        val = <optimized out>
#63 0x00007f6bd27a5465 in rb_ec_exec_node (ec=ec@entry=0x5643992c9420, n=n@entry=0x7f6bb7b92448) at /tmp/ruby/src/trunk-gc-asserts/eval.c:281
        _ec = <optimized out>
        _tag = {tag = 36, retval = 94848332633120, buf = {0x7f6bb7b92448, 0x7f6bd27a54b0 <rb_ec_exec_node+256>, 0x0, 0x7ffd0da2c830, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f6bb7b92448
#64 0x00007f6bd27a904b in ruby_run_node (n=0x7f6bb7b92448) at /tmp/ruby/src/trunk-gc-asserts/eval.c:319
        ec = 0x5643992c9420
        status = 0
#65 0x0000564397a30187 in rb_main (argv=0x7ffd0da2ca68, argc=10) at /tmp/ruby/src/trunk-gc-asserts/main.c:40
        variable_in_this_stack_frame = 140724832226665
#66 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/main.c:59
No locals.

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