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
While reads and writes towards the child filter process should use a tmeout to prevent hanging forever, wait()ing for the child process to exit after closing its input can (and does) currently wait forever.
This should be changed to wait with a timeout, and if the timeout expires then doing the usual SIGTERM/SIGKILL escalation to stop che child process
The text was updated successfully, but these errors were encountered:
We must surely support Rocky Linux 8 which is distributed with kernel version 4.18, but it's possible that we need to support Centos 7 too (Linux 3.10).
There is still a machine with centos 7 and arkimet around, but it is acceptable to freeze it, so that is not a problem, however Rocky Linux 8 should be supported at the moment.
While reads and writes towards the child filter process should use a tmeout to prevent hanging forever,
wait()
ing for the child process to exit after closing its input can (and does) currently wait forever.This should be changed to wait with a timeout, and if the timeout expires then doing the usual SIGTERM/SIGKILL escalation to stop che child process
The text was updated successfully, but these errors were encountered: