https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292961
--- Comment #16 from rob2g2 <[email protected]> --- so after some time at 100%cpu and the strace rows running, it stays stuck at 100% cpu, and strace stops printing anything. the last lines: getrandom("\x7c\x97\xac\xc9\x16\x22\x31\xc6\x21\xd8\x1c\xe2\xa6\x3d\xc4\x8c", 16, GRND_INSECURE) = 16 openat(AT_FDCWD, "/proc/mounts", O_RDONLY|O_CLOEXEC) = 20 fstat(20, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(20, "sysfs /sys sysfs rw,nosuid,nodev"..., 1024) = 1024 close(20) = 0 newfstatat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:04.0/nvme/nvme0/nvme0n1/nvme0n1p2/queue/rotational", 0x7ffdc64a17a0, AT_SYMLINK_NOFOLLOW) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/sys/block/nvme0n1/device/scsi_disk", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory) fstatfs(19, {f_type=XFS_SUPER_MAGIC, f_bsize=4096, f_blocks=7572224, f_bfree=3782504, f_bavail=3782504, f_files=15177216, f_ffree=15015429, f_fsid={val=[0x10302, 0]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0 fcntl(19, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) flock(19, LOCK_SH|LOCK_NB) = 0 newfstatat(AT_FDCWD, "/etc/localtime", {st_mode=S_IFLNK|0777, st_size=27, ...}, AT_SYMLINK_NOFOLLOW) = 0 readlink("/etc/localtime", "/usr/share/zoneinfo/Etc/UTC", 4096) = 27 close(19) = 0 newfstatat(AT_FDCWD, "/etc/localtime", {st_mode=S_IFREG|0644, st_size=114, ...}, 0) = 0 rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT TERM], NULL, 8) = 0 mprotect(0x5dee96c3c000, 4096, PROT_READ) = 0 gettid() = 1437 gettid() = 1437 mmap(NULL, 135168, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x74a6a5c6b000 mprotect(0x74a6a5c6c000, 131072, PROT_READ|PROT_WRITE) = 0 rt_sigprocmask(SIG_BLOCK, ~[], [USR1 PIPE RT_2 RT_3], 8) = 0 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0x74a6a5c8b990, parent_tid=0x74a6a5c8b990, exit_signal=0, stack=0x74a6a5c6b000, stack_size=0x1f1c0, tls=0x74a6a5c8b6c0} => {parent_tid=[1605]}, 88) = 1605 rt_sigprocmask(SIG_SETMASK, [USR1 PIPE RT_2 RT_3], NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT TERM], NULL, 8) = 0 clock_nanosleep(CLOCK_REALTIME, 0, {tv_sec=999999999, tv_nsec=0}, -- You are receiving this mail because: You are the assignee for the bug.
