mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Suppress a known data race during civetweb shutdown
This commit is contained in:
parent
3f6b9ab167
commit
753127be6d
1 changed files with 4 additions and 0 deletions
|
@ -42,3 +42,7 @@ race:zeek::threading::InputMessage<zeek::threading::MsgThread>::Object
|
|||
mutex:zeek::threading::Queue<zeek::threading::BasicInputMessage*>::Put
|
||||
mutex:zeek::threading::Queue<zeek::threading::BasicInputMessage*>::LocksForAllQueues
|
||||
deadlock:zeek::threading::Queue<zeek::threading::BasicInputMessage*>::LocksForAllQueues
|
||||
|
||||
# This only happens at shutdown. It was supposedly fixed in civetweb, but has cropped
|
||||
# up again. See https://github.com/civetweb/civetweb/issues/861 for details.
|
||||
race:mg_stop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue