syzbot


panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:

Status: fixed on 2022/12/13 21:58
Fix commit: 4f326de47636 Make nic.spoofing and nic.promiscuous atomic Bools to avoid lock contention.
First crash: 719d, last: 713d
Similar bugs (1)
Kernel Title Repro Cause bisect Fix bisect Count Last Reported Patched Status
gvisor panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex: (2) C 53 711d 713d 14/26 fixed on 2022/12/16 09:36

Sample crash report:
panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
goroutine 281 [running]:
gvisor.dev/gvisor/pkg/tcpip/stack.(*packetsPendingLinkResolutionMutex).Lock(0xc000b0cda0)
	bazel-out/k8-fastbuild-ST-3dcbe13c9b87/bin/pkg/tcpip/stack/packets_pending_link_resolution_mutex.go:33 +0x45
gvisor.dev/gvisor/pkg/tcpip/stack.(*packetsPendingLinkResolution).cancel(0xc000b0cd98)
	pkg/tcpip/stack/pending_packets.go:75 +0x5c
gvisor.dev/gvisor/pkg/tcpip/stack.(*nic).remove(0xc000b0cc00)
	pkg/tcpip/stack/nic.go:314 +0x1a5
gvisor.dev/gvisor/pkg/tcpip/stack.(*Stack).removeNICLocked(0xc0003d2700, 0x3)
	pkg/tcpip/stack/stack.go:976 +0x1dd
gvisor.dev/gvisor/pkg/tcpip/stack.(*Stack).RemoveNIC(0xc0003d2700, 0x1133a39?)
	pkg/tcpip/stack/stack.go:949 +0xad
gvisor.dev/gvisor/pkg/tcpip/link/tun.(*tunEndpoint).DecRef.func1()
	pkg/tcpip/link/tun/device.go:347 +0x89
gvisor.dev/gvisor/pkg/tcpip/link/tun.(*tunEndpointRefs).DecRef(0xc0003b6ac0, 0xc00080f8f0)
	bazel-out/k8-fastbuild-ST-3dcbe13c9b87/bin/pkg/tcpip/link/tun/tun_endpoint_refs.go:131 +0x5f
gvisor.dev/gvisor/pkg/tcpip/link/tun.(*tunEndpoint).DecRef(0xc0003b6ac0, {0xc0007892b0?, 0xc0006b2040?})
	pkg/tcpip/link/tun/device.go:345 +0x4d
gvisor.dev/gvisor/pkg/tcpip/link/tun.(*Device).Release(0xc000354368, {0x79d238, 0xc000739500})
	pkg/tcpip/link/tun/device.go:82 +0x1c6
gvisor.dev/gvisor/pkg/sentry/devices/tundev.(*tunFD).Release(0xc000354300, {0x79d238, 0xc000739500})
	pkg/sentry/devices/tundev/tundev.go:117 +0x47
gvisor.dev/gvisor/pkg/sentry/vfs.(*FileDescription).DecRef.func1()
	pkg/sentry/vfs/file_description.go:192 +0x348
gvisor.dev/gvisor/pkg/sentry/vfs.(*FileDescriptionRefs).DecRef(0xc000354300, 0xc00080fb68)
	bazel-out/k8-fastbuild-ST-3dcbe13c9b87/bin/pkg/sentry/vfs/file_description_refs.go:131 +0x5f
gvisor.dev/gvisor/pkg/sentry/vfs.(*FileDescription).DecRef(0xc000354300, {0x79d238, 0xc000739500})
	pkg/sentry/vfs/file_description.go:161 +0x6f
gvisor.dev/gvisor/pkg/sentry/kernel.(*FDTable).drop(0xc000192b10?, {0x79d238, 0xc000739500}, 0xc000354300)
	pkg/sentry/kernel/fd_table.go:137 +0x1ed
gvisor.dev/gvisor/pkg/sentry/kernel.(*FDTable).RemoveIf(0xc000192b00, {0x79d238, 0xc000739500}, 0x4d4a08)
	pkg/sentry/kernel/fd_table.go:501 +0x150
gvisor.dev/gvisor/pkg/sentry/kernel.(*FDTable).DecRef.func1()
	pkg/sentry/kernel/fd_table.go:152 +0x54
gvisor.dev/gvisor/pkg/sentry/kernel.(*FDTableRefs).DecRef(0xc000192b00, 0xc00080fd88)
	bazel-out/k8-fastbuild-ST-3dcbe13c9b87/bin/pkg/sentry/kernel/fd_table_refs.go:131 +0x5f
gvisor.dev/gvisor/pkg/sentry/kernel.(*FDTable).DecRef(0xc000192b00, {0x79d238, 0xc000739500})
	pkg/sentry/kernel/fd_table.go:151 +0x6f
gvisor.dev/gvisor/pkg/sentry/kernel.(*runExitMain).execute(0xc000739500, 0xc000739500)
	pkg/sentry/kernel/task_exit.go:281 +0x797
gvisor.dev/gvisor/pkg/sentry/kernel.(*Task).run(0xc000739500, 0xe)
	pkg/sentry/kernel/task_run.go:94 +0x3a2
created by gvisor.dev/gvisor/pkg/sentry/kernel.(*Task).Start
	pkg/sentry/kernel/task_start.go:377 +0x1ad

Crashes (1246):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2022/12/12 08:35 gvisor 368e85414697 67be1ae7 .config console log report syz C ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/09 18:13 gvisor 133876121165 1034e5fa .config console log report syz C ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/09 18:13 gvisor 133876121165 1034e5fa .config console log report syz C ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/09 17:58 gvisor 133876121165 1034e5fa .config console log report syz C ci-gvisor-ptrace-2-race-cover panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/09 17:56 gvisor 133876121165 1034e5fa .config console log report syz C ci-gvisor-ptrace-1-race-cover panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 18:54 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 18:35 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 18:35 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 18:25 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 18:23 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 18:14 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 18:14 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 18:04 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 18:03 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 17:54 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 17:53 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 17:44 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 17:34 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 17:30 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 17:24 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 17:19 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 17:13 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 17:09 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 17:03 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 16:59 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 16:49 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 16:43 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 16:15 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 15:51 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 15:30 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 15:18 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-1-race-cover panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 15:09 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-2-race-cover panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 15:08 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 14:33 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-1-race-cover panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 13:52 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 13:24 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 13:15 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 12:55 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-2-race-cover panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 12:54 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-1-race-cover panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 12:22 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-1-race-cover panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 11:10 gvisor 2e0cc62d827d 1034e5fa .config console log report syz C ci-gvisor-ptrace-1-race-cover panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/13 20:51 gvisor 368e85414697 f6511626 .config console log report info ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/13 20:50 gvisor 368e85414697 f6511626 .config console log report info ci-gvisor-ptrace-2-race-cover panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/13 19:49 gvisor 368e85414697 f6511626 .config console log report info ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/13 18:48 gvisor 368e85414697 f6511626 .config console log report info ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/13 17:46 gvisor 368e85414697 f6511626 .config console log report info ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/13 17:12 gvisor 368e85414697 f6511626 .config console log report info ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/13 17:08 gvisor 368e85414697 f6511626 .config console log report info ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/13 16:08 gvisor 368e85414697 f6511626 .config console log report info ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/13 15:16 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/13 14:24 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/13 13:14 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/13 12:11 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/13 10:51 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/13 10:30 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/13 09:29 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/13 08:27 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/13 07:26 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/13 06:25 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-2-race-cover panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/13 04:37 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-2-race-cover panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/13 02:37 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-2-race-cover panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/13 02:25 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-1-race-cover panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/13 01:00 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-2-race-cover panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/12 23:54 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/12 23:39 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/12 22:34 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/12 20:43 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-1-race-cover panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/12 20:29 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/12 18:24 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/12 17:17 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-2-race-cover panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/12 16:16 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/12 15:34 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-2-race-cover panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/12 14:18 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/12 13:16 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/12 13:14 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/12 12:05 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/12 10:58 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/12 10:54 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-1-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/12 09:40 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-1-race-cover panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/12 08:19 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/12 05:14 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-2-race-cover panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/12 04:51 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/12 03:51 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/12 02:47 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/12 02:34 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/12 01:33 gvisor 368e85414697 67be1ae7 .config console log report info ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
2022/12/08 08:59 gvisor 2e0cc62d827d 1034e5fa .config console log report info ci-gvisor-ptrace-2-race panic: WARNING: circular locking detected: stack.nicRWMutex -> stack.packetsPendingLinkResolutionMutex:
* Struck through repros no longer work on HEAD.