-
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
SIGSEGV at startup when a rewrite_tag filter has no Match #6991
Comments
When the fix will be integrated into fluentbit and when it will be available ? |
There is no action on PR #6998, Please let us know when it will be available ? |
Hi @ehienabs, is this pending from the user? from the PR I see the code owners review is pending. |
Could you try v2.1.0+ ? We added a new decoding layer from v2.1.0 and it may solve this issue. |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the |
This issue was closed because it has been stalled for 5 days with no activity. |
Bug Report
Describe the bug
fluentbit pod start fail with below error k8s 1.23 and fluentbit v1.9.9
[2023/03/10 13:05:21] [engine] caught signal (SIGSEGV)
[2023/03/10 13:05:21] [ warn] [filter:kubernetes:kubernetes.0] invalid pattern for given tag application.bdl.log
#0 0x55962368cb2a in cb_rewrite_tag_filter() at plugins/filter_rewrite_tag/rewrite_tag.c:412
#1 0x559623563896 in flb_filter_do() at src/flb_filter.c:124
#2 0x55962359fe7c in input_chunk_append_raw() at src/flb_input_chunk.c:1585
#3 0x5596235a01b6 in flb_input_chunk_append_raw2() at src/flb_input_chunk.c:1707
#4 0x5596235ca9b0 in process_content() at plugins/in_tail/tail_file.c:536
#5 0x5596235ccd72 in flb_tail_file_chunk() at plugins/in_tail/tail_file.c:1326
#6 0x5596235c47d3 in in_tail_collect_static() at plugins/in_tail/tail.c:188
#7 0x559623563379 in flb_input_collector_fd() at src/flb_input.c:1239
#8 0x55962357744b in flb_engine_handle_event() at src/flb_engine.c:440
#9 0x55962357744b in flb_engine_start() at src/flb_engine.c:763
#10 0x559623556994 in flb_lib_worker() at src/flb_lib.c:626
#11 0x7f8ec570aea6 in ???() at ???:0
#12 0x7f8ec4fdaaee in ???() at ???:0
#13 0xffffffffffffffff in ???() at ???:0
v
To Reproduce
Expected behavior
Screenshots
Your Environment
Additional context
The text was updated successfully, but these errors were encountered: