You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running zeek with the following script and sending SIGUSR1, once the timer has expired, the zeek process spins at 100% CPU usage and the signal handler is not invoked anymore.
Running zeek with the following script and sending SIGUSR1, once the timer has expired, the
zeek
process spins at 100% CPU usage and the signal handler is not invoked anymore.Looking at
-B main-loop
indicates the uv loop is always ready to be consumed.Might be triggered by
UV_RUN_NOWAIT
that we're using currently?The text was updated successfully, but these errors were encountered: