mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28:20 +00:00

Sadly there also seems to be another deadlock issue which I am currently not really able to figure out - on shutdown sometimes (too often) the main thread + all sqlite threads wait for semaphores or mutexes.
5 lines
104 B
Text
5 lines
104 B
Text
@load ./main
|
|
@load ./readers/ascii
|
|
@load ./readers/raw
|
|
@load ./readers/benchmark
|
|
@load ./readers/sqlite
|