zeek/testing/btest/Baseline/core.file-analyzer-violation
Arne Welzel f050d96503 threading/Manager: Warn if threads are added after termination
The core.file-analyzer-violation test showed that it's possible to
create new threads (log writers) when Zeek is in the process of
terminating. This can result in the IO manager's deconstructor
deleting IO sources for threads that are still running.

This is sort of a scripting issue, so for now log a reporter warning
when it happens to have a bit of a bread-crumb what might be
going on. In the future it might make sense to plug APIs with
zeek_is_terminating().
2024-07-02 12:34:28 +02:00
..
.stderr threading/Manager: Warn if threads are added after termination 2024-07-02 12:34:28 +02:00
.stdout file_analysis: Implement AnalyzerViolation() for file_analysis/Analyzer 2022-09-27 17:49:58 +02:00
files.log threading/Manager: Warn if threads are added after termination 2024-07-02 12:34:28 +02:00