syzbot


panic: runtime error: slice bounds out of range [NUM:NUM] (2)

Status: fixed on 2025/02/06 21:42
Fix commit: d8518f299131 Validate PACKET_RX_RING and PACKET_VERSION socket option value size.
First crash: 15d, last: 14d
Similar bugs (4)
Kernel Title Repro Cause bisect Fix bisect Count Last Reported Patched Status
gvisor panic: runtime error: slice bounds out of range [2:LINE] 1 1311d 1311d 14/26 fixed on 2021/08/16 21:45
gvisor panic: runtime error: slice bounds out of range [12:LINE] C 63 463d 1242d 26/26 fixed on 2023/11/17 13:01
gvisor panic: runtime error: slice bounds out of range [40:LINE] 3 1299d 1302d 14/26 fixed on 2021/09/25 08:25
gvisor panic: runtime error: slice bounds out of range [NUM:NUM] C 666 198d 210d 0/26 closed as invalid on 2024/12/13 00:11

Sample crash report:
panic: runtime error: slice bounds out of range [4:0]

goroutine 279 gp=0xc000b7b180 m=13 mp=0xc0001aa708 [running]:
panic({0x1da8080?, 0xc00024a360?})
	bazel-out/k8-fastbuild/bin/external/io_bazel_rules_go/stdlib_/src/runtime/panic.go:804 +0x168 fp=0xc000edd260 sp=0xc000edd1b0 pc=0x478708
runtime.goPanicSliceB(0x4, 0x0)
	bazel-out/k8-fastbuild/bin/external/io_bazel_rules_go/stdlib_/src/runtime/panic.go:155 +0x74 fp=0xc000edd2a0 sp=0xc000edd260 pc=0x43abd4
gvisor.dev/gvisor/pkg/abi/linux.(*TpacketReq).UnmarshalBytes(0xc000edd368, {0xc00087841c, 0x0, 0x90})
	bazel-out/k8-fastbuild/bin/pkg/abi/linux/linux_abi_autogen_unsafe.go:19311 +0x56f fp=0xc000edd308 sp=0xc000edd2a0 pc=0x79402f
gvisor.dev/gvisor/pkg/sentry/socket/netstack.setSockOptPacket(0xc000877908, {0x7ff989f87160?, 0xc000edd480?}, {0x7ff989f87160, 0xc000332600}, 0x5, {0xc00087841c, 0x0, 0x90})
	pkg/sentry/socket/netstack/netstack.go:2724 +0x225 fp=0xc000edd430 sp=0xc000edd308 pc=0x120d985
gvisor.dev/gvisor/pkg/sentry/socket/netstack.SetSockOpt(0xc000877908, {0x20d8038, 0xc000aeea00}, {0x7ff989f87160, 0xc000332600}, 0x107, 0x5, {0xc00087841c, 0x0, 0x90})
	pkg/sentry/socket/netstack/netstack.go:1873 +0x366 fp=0xc000edd490 sp=0xc000edd430 pc=0x1206b26
gvisor.dev/gvisor/pkg/sentry/socket/netstack.(*sock).SetSockOpt(0xc000aeea00, 0xc000877908, 0x107, 0x5, {0xc00087841c, 0x0, 0x90})
	pkg/sentry/socket/netstack/netstack.go:634 +0x6aa fp=0xc000edd5b0 sp=0xc000edd490 pc=0x11fc08a
gvisor.dev/gvisor/pkg/sentry/syscalls/linux.SetSockOpt(0xc000877908, 0x4af9af?, {{0x3}, {0x107}, {0x5}, {0x0}, {0x0}, {0x6}})
	pkg/sentry/syscalls/linux/sys_socket.go:551 +0x46c fp=0xc000edd6e8 sp=0xc000edd5b0 pc=0x12cb74c
gvisor.dev/gvisor/pkg/sentry/kernel.(*Task).executeSyscall(0xc000877908, 0x36, {{0x3}, {0x107}, {0x5}, {0x0}, {0x0}, {0x6}})
	pkg/sentry/kernel/task_syscall.go:143 +0xb9f fp=0xc000edd998 sp=0xc000edd6e8 pc=0xff6c3f
gvisor.dev/gvisor/pkg/sentry/kernel.(*Task).doSyscallInvoke(0xc000877908, 0x36, {{0x3}, {0x107}, {0x5}, {0x0}, {0x0}, {0x6}})
	pkg/sentry/kernel/task_syscall.go:323 +0x85 fp=0xc000edda40 sp=0xc000edd998 pc=0xff8d65
gvisor.dev/gvisor/pkg/sentry/kernel.(*Task).doSyscallEnter(0xc000877908, 0x36, {{0x3}, {0x107}, {0x5}, {0x0}, {0x0}, {0x6}})
	pkg/sentry/kernel/task_syscall.go:283 +0xc7 fp=0xc000eddab0 sp=0xc000edda40 pc=0xff8687
gvisor.dev/gvisor/pkg/sentry/kernel.(*Task).doSyscall(0xc000877908)
	pkg/sentry/kernel/task_syscall.go:258 +0x54a fp=0xc000eddbd0 sp=0xc000eddab0 pc=0xff81ea
gvisor.dev/gvisor/pkg/sentry/kernel.(*runApp).execute(0xc000877908?, 0xc000877908)
	pkg/sentry/kernel/task_run.go:269 +0x2295 fp=0xc000edde78 sp=0xc000eddbd0 pc=0xfe2a55
gvisor.dev/gvisor/pkg/sentry/kernel.(*Task).run(0xc000877908, 0xb)
	pkg/sentry/kernel/task_run.go:97 +0x41b fp=0xc000eddfb0 sp=0xc000edde78 pc=0xfdfd7b
gvisor.dev/gvisor/pkg/sentry/kernel.(*Task).Start.gowrap1()
	pkg/sentry/kernel/task_start.go:412 +0x45 fp=0xc000eddfe0 sp=0xc000eddfb0 pc=0xff4545
runtime.goexit({})
	src/runtime/asm_amd64.s:1700 +0x1 fp=0xc000eddfe8 sp=0xc000eddfe0 pc=0x481a81
created by gvisor.dev/gvisor/pkg/sentry/kernel.(*Task).Start in goroutine 252
	pkg/sentry/kernel/task_start.go:412 +0x185

Crashes (606):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2025/02/06 21:23 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-systrap-1-race-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 21:10 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-ptrace-2-race-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 21:05 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-ptrace-2-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 21:04 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-ptrace-1-race panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 21:04 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-ptrace-1-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 21:03 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-ptrace-2-race panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 20:58 gvisor 902a56c6c584 1e1faf27 console log report syz / log C ci-gvisor-ptrace-1 panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 20:58 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-kvm-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 20:58 gvisor 902a56c6c584 1e1faf27 console log report syz / log C ci-gvisor-kvm panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 20:57 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-systrap-1-race panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 20:56 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-systrap-1-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 20:47 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-systrap-1-race-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 20:04 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-ptrace-1-race panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 20:03 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-ptrace-1-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 20:03 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-ptrace-2-race panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 20:00 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-systrap-1-race-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 20:00 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-ptrace-2-race-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 19:58 gvisor 902a56c6c584 1e1faf27 console log report syz / log C ci-gvisor-ptrace-1 panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 19:58 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-kvm-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 19:57 gvisor 902a56c6c584 1e1faf27 console log report syz / log C ci-gvisor-kvm panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 19:57 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-systrap-1-race panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 19:56 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-systrap-1-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 19:54 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-ptrace-2-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 19:42 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-ptrace-1-race-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 18:50 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-ptrace-2-race-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 18:49 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-ptrace-1-race-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 18:35 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-ptrace-2-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 18:34 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-ptrace-1-race panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 18:34 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-ptrace-1-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 18:33 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-ptrace-2-race panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 18:28 gvisor 902a56c6c584 1e1faf27 console log report syz / log C ci-gvisor-ptrace-1 panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 18:28 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-kvm-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 18:28 gvisor 902a56c6c584 1e1faf27 console log report syz / log C ci-gvisor-kvm panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 18:27 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-systrap-1-race panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 18:26 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-systrap-1-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 18:20 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-systrap-1-race-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 18:09 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-ptrace-1-race-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 18:05 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-systrap-1-race-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 18:05 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-ptrace-2-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 18:05 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-ptrace-1-race panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 18:04 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-ptrace-1-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 18:03 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-ptrace-2-race-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 18:03 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-ptrace-2-race panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 17:58 gvisor 902a56c6c584 1e1faf27 console log report syz / log C ci-gvisor-ptrace-1 panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 17:58 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-kvm-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 17:58 gvisor 902a56c6c584 1e1faf27 console log report syz / log C ci-gvisor-kvm panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 17:57 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-systrap-1-race panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 17:56 gvisor 902a56c6c584 1e1faf27 .config console log report syz / log C ci-gvisor-systrap-1-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 11:21 gvisor 902a56c6c584 1e1faf27 console log report syz / log C ci-gvisor-systrap-1 panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 08:01 gvisor 902a56c6c584 577d049b console log report syz / log C ci-gvisor-ptrace-2 panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 04:28 gvisor 902a56c6c584 577d049b .config console log report syz / log C ci-gvisor-kvm-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 19:57 gvisor 902a56c6c584 44c01590 .config console log report syz / log C ci-gvisor-arm64-systrap-1-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 19:04 gvisor 902a56c6c584 44c01590 .config console log report syz / log C ci-gvisor-arm64-ptrace-1-race panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 18:34 gvisor 902a56c6c584 44c01590 console log report syz / log C ci-gvisor-arm64-ptrace-1 panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 18:34 gvisor 902a56c6c584 44c01590 console log report syz / log C ci-gvisor-arm64-systrap-1 panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 18:32 gvisor 902a56c6c584 44c01590 .config console log report syz / log C ci-gvisor-arm64-ptrace-1-race panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 18:27 gvisor 902a56c6c584 44c01590 .config console log report syz / log C ci-gvisor-arm64-systrap-1-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 18:26 gvisor 902a56c6c584 44c01590 .config console log report syz / log C ci-gvisor-arm64-ptrace-1-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 18:13 gvisor 902a56c6c584 44c01590 .config console log report syz / log C ci-gvisor-arm64-ptrace-1-race panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 18:06 gvisor 902a56c6c584 44c01590 .config console log report syz / log C ci-gvisor-arm64-ptrace-1-race-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 18:04 gvisor 902a56c6c584 44c01590 console log report syz / log C ci-gvisor-arm64-ptrace-1 panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 18:04 gvisor 902a56c6c584 44c01590 console log report syz / log C ci-gvisor-arm64-systrap-1 panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 17:57 gvisor 902a56c6c584 44c01590 .config console log report syz / log C ci-gvisor-arm64-systrap-1-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 16:19 gvisor 902a56c6c584 44c01590 .config console log report syz / log C ci-gvisor-arm64-systrap-1-race panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 21:05 gvisor 902a56c6c584 1e1faf27 .config console log report info ci-gvisor-kvm-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 19:06 gvisor 902a56c6c584 1e1faf27 console log report info ci-gvisor-ptrace-1 panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 13:56 gvisor 902a56c6c584 1e1faf27 .config console log report info ci-gvisor-ptrace-2-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 10:45 gvisor 902a56c6c584 1e1faf27 .config console log report info ci-gvisor-kvm-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 08:16 gvisor 902a56c6c584 577d049b .config console log report info ci-gvisor-kvm-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 06:04 gvisor 902a56c6c584 577d049b .config console log report info ci-gvisor-systrap-1-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 05:26 gvisor 902a56c6c584 577d049b .config console log report info ci-gvisor-systrap-1-race panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 04:52 gvisor 902a56c6c584 577d049b .config console log report info ci-gvisor-systrap-1-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 04:52 gvisor 902a56c6c584 577d049b .config console log report info ci-gvisor-systrap-1-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 04:49 gvisor 902a56c6c584 577d049b .config console log report info ci-gvisor-kvm-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 04:48 gvisor 902a56c6c584 577d049b .config console log report info ci-gvisor-kvm-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 04:45 gvisor 902a56c6c584 577d049b console log report info ci-gvisor-kvm panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 04:44 gvisor 902a56c6c584 577d049b console log report info ci-gvisor-kvm panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 04:43 gvisor 902a56c6c584 577d049b .config console log report info ci-gvisor-ptrace-2-race panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 04:43 gvisor 902a56c6c584 577d049b .config console log report info ci-gvisor-ptrace-2-race panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 04:43 gvisor 902a56c6c584 577d049b .config console log report info ci-gvisor-ptrace-1-race panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 04:43 gvisor 902a56c6c584 577d049b .config console log report info ci-gvisor-ptrace-1-race panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 04:42 gvisor 902a56c6c584 577d049b console log report info ci-gvisor-ptrace-2 panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 04:42 gvisor 902a56c6c584 577d049b console log report info ci-gvisor-ptrace-2 panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 04:37 gvisor 902a56c6c584 577d049b console log report info ci-gvisor-ptrace-1 panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 04:37 gvisor 902a56c6c584 577d049b console log report info ci-gvisor-ptrace-1 panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 04:35 gvisor 902a56c6c584 577d049b console log report info ci-gvisor-systrap-1 panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 04:35 gvisor 902a56c6c584 577d049b console log report info ci-gvisor-systrap-1 panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 04:25 gvisor 902a56c6c584 577d049b console log report info ci-gvisor-kvm panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 04:25 gvisor 902a56c6c584 577d049b console log report info ci-gvisor-kvm panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 04:25 gvisor 902a56c6c584 577d049b .config console log report info ci-gvisor-kvm-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 04:25 gvisor 902a56c6c584 577d049b .config console log report info ci-gvisor-kvm-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 04:24 gvisor 902a56c6c584 577d049b .config console log report info ci-gvisor-systrap-1-race panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 04:24 gvisor 902a56c6c584 577d049b .config console log report info ci-gvisor-systrap-1-race panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 04:19 gvisor 902a56c6c584 577d049b .config console log report info ci-gvisor-systrap-1-race panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 04:19 gvisor 902a56c6c584 577d049b .config console log report info ci-gvisor-systrap-1-race panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 11:58 gvisor 902a56c6c584 44c01590 .config console log report info ci-gvisor-arm64-systrap-1-cover panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 07:58 gvisor 902a56c6c584 44c01590 console log report info ci-gvisor-arm64-ptrace-1 panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 07:20 gvisor 902a56c6c584 44c01590 console log report info ci-gvisor-arm64-ptrace-1 panic: runtime error: slice bounds out of range [NUM:NUM]
2025/02/06 06:30 gvisor 902a56c6c584 44c01590 console log report info ci-gvisor-arm64-ptrace-1 panic: runtime error: slice bounds out of range [NUM:NUM]
* Struck through repros no longer work on HEAD.