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
In the underlying tbb queue implementation there appears not to be a good way to remove items from the queue. I tested the empty recovery strategy more and mostly it is hanging, but I have also seen a segfault once or a free(): invalid pointer. Therefore, root cause or issues are inconclusive similarly to how we started observing issues with the queue when using the now deprecated -d option. Just keeping the option that mirrors kernel-side event drops when the buffer between kernel space and user space is full makes the most sense.
Proposing to including the fix this in the Falco 0.36.1 patch release.
The text was updated successfully, but these errors were encountered:
In the underlying tbb queue implementation there appears not to be a good way to remove items from the queue. I tested the
empty
recovery strategy more and mostly it is hanging, but I have also seen a segfault once or afree(): invalid pointer
. Therefore, root cause or issues are inconclusive similarly to how we started observing issues with the queue when using the now deprecated-d
option. Just keeping the option that mirrors kernel-side event drops when the buffer between kernel space and user space is full makes the most sense.Proposing to including the fix this in the Falco 0.36.1 patch release.
The text was updated successfully, but these errors were encountered: