Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in experimental outputs queue empty recovery strategy #2864

Closed
incertum opened this issue Oct 10, 2023 · 1 comment
Closed

Bug in experimental outputs queue empty recovery strategy #2864

incertum opened this issue Oct 10, 2023 · 1 comment
Labels
Milestone

Comments

@incertum
Copy link
Contributor

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.

@Andreagit97
Copy link
Member

I agree, we can include it in Falco 0.36.1. Thank you for the fix!

@Andreagit97 Andreagit97 added this to the 0.36.1 milestone Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants