Created
November 8, 2024 14:13
-
-
Save niedbalski/1104f085e2f2dab494568beaa225c88f to your computer and use it in GitHub Desktop.
stacktrace
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thread 4 "flb-out-stdout." hit Breakpoint 1.4, cb_process_logs (ins=0x1660e10, | |
chunk_data=0x7fffe8001100, tag=0x7ffff001d850 "dummy.0", tag_len=7) | |
at /var/home/ikslabdein/code/oss/fluent-bit/plugins/processor_chunk_dedup/chunk_dedup.c:72 | |
72 struct flb_mp_chunk_cobj *chunk_cobj = (struct flb_mp_chunk_cobj *)chunk_data; | |
(gdb) bt | |
#0 cb_process_logs (ins=0x1660e10, chunk_data=0x7fffe8001100, tag=0x7ffff001d850 "dummy.0", tag_len=7) | |
at /var/home/ikslabdein/code/oss/fluent-bit/plugins/processor_chunk_dedup/chunk_dedup.c:72 | |
#1 0x000000000053ae46 in flb_processor_run (proc=0x1660530, starting_stage=0, type=1, | |
tag=0x7ffff001d850 "dummy.0", tag_len=7, data=0x7ffff6dbf010, data_size=19228, | |
out_buf=0x7ffff61f70c0, out_size=0x7ffff61f70b8) | |
at /var/home/ikslabdein/code/oss/fluent-bit/src/flb_processor.c:577 | |
#2 0x00000000004d7230 in flb_output_flush_create (task=0x7ffff001d9a0, i_ins=0x165fcf0, | |
o_ins=0x16600a0, config=0x1638480) | |
at /var/home/ikslabdein/code/oss/fluent-bit/include/fluent-bit/flb_output.h:681 | |
#3 output_thread (data=0x7ffff0018030) | |
at /var/home/ikslabdein/code/oss/fluent-bit/src/flb_output_thread.c:307 | |
#4 0x0000000000521728 in step_callback (data=0x7ffff00197f0) | |
at /var/home/ikslabdein/code/oss/fluent-bit/src/flb_worker.c:43 | |
#5 0x00007ffff76a66d7 in start_thread (arg=<optimized out>) at pthread_create.c:447 | |
#6 0x00007ffff772a60c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment