aboutsummaryrefslogtreecommitdiffstats
path: root/executor/_include/flatbuffers
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2025-12-29 15:13:05 +0100
committerDmitry Vyukov <dvyukov@google.com>2025-12-29 14:43:40 +0000
commitac3c71e7063b1fc3b1ede9f76fd3c3b4ce072219 (patch)
treed5e34cec7dce63980f38a2207b3ca8778388fc50 /executor/_include/flatbuffers
parent9fce9e44cb18ac5d0a14e0ca8968b630324ff110 (diff)
pkg/rpcserver: fix race in local server shutdown
Currently we stop both executor binary and the RPC server concurrently due to use of errgroup.WithContext. As the result, executor may SYZFAIL on the closed network connection before it's killed. This race leads to very high percent (25%) of failed repro attempts for my local syz-manager runs. When we run syz-execprog with Repeat=false, the race triggers frequently. May have something to do with heavily instrumented kernel where some operations may take longer (e.g. killing syz-executor and stopping all of its threads). This should also fix #6091
Diffstat (limited to 'executor/_include/flatbuffers')
0 files changed, 0 insertions, 0 deletions