-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[engine] caught signal (SIGSEGV) in the version 2.0.9 #6797
Comments
The arguments in this line are backwards Thanks for reporting the issue @conung-vic. |
I'm making a patch to check arguments passed to flb_sds_printf(), at least on GCC/Clang. |
See the PR #6800 for the patch. |
Super cool, I already approved it, we might want to add that to I think it's a very valuable improvement with no downsides, thank you @ChezBunch. |
Do you want me to make a PR for each of these functions? |
Thanks for report. Affected to me. Even in simple configurations. |
I'm sorry @ChezBunch but I missed that reply, if you were able to do that PR for the other functions I would really appreciate it. |
Bug Report
I am using fluent-bit for making a PoC of log monitoring. If I add any line to monitored log, fluentbit fails with SIGSEGV
Here is a log of the Fluent-bit 2.0.9 (installed as
curl https://raw.githubusercontent.com/fluent/fluent-bit/master/install.sh | sh
)Here is the analyzed log (edited manually, not real log from real app)
Here is used config:
The version 2.0.8 is working as well on the same config, same log and same system.
The text was updated successfully, but these errors were encountered: