-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Sporadic SIGSEGV with SEGV_MAPERR code in mpack_parse_tag() at mpack.c:2630 #2794
Comments
FYI - disabling filesystem buffering (i.e. commenting out "storage.type filesystem" option in [INPUT] section) helps to work-around this issue. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
bump, saw this with Loki plugin:
Version v1.7.3 |
Another one:
Version 1.6.6 |
Bug Report
Describe the bug
Fluent-bit sporadically SIGSEGV with SEGV_MAPPER code in mpack.c
To Reproduce
Since it is a sporadic issue, the steps to reproduce it are unknown at the moment
Expected behavior
No SIGSEGV during run time.
Screenshots
none
Your Environment
Additional context
I've got several core files and their content is almost identical.
The backtrace from the version built with debug symbols shows the following output:
Frame #11 variables were:
Frame #10 variables:
Frame #9 variables:
Frame #8 variables:
Frame #7 variables:
Disassembled line of code at frame #7:
Hope this will help to find the root cause of this problem.
I can provide an additional output from debugger if it is needed.
The text was updated successfully, but these errors were encountered: