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

SIGSEGV for forward input plugin #8225

Closed
mrunmayee003 opened this issue Nov 28, 2023 · 3 comments
Closed

SIGSEGV for forward input plugin #8225

mrunmayee003 opened this issue Nov 28, 2023 · 3 comments
Labels
Stale status: waiting-for-triage waiting-for-user Waiting for more information, tests or requested changes

Comments

@mrunmayee003
Copy link

mrunmayee003 commented Nov 28, 2023

Bug Report

Describe the bug
Fluent-bit crashes with following error

[2023/11/28 09:06:03]  [engine] caught signal (SIGSEGV)
#0  0x788448            in  delete_fw_connection_entry() at plugins/in_forward/fw_conn.c:198
#1  0x7883e6            in  fw_conn_del() at plugins/in_forward/fw_conn.c:178
#2  0x787fd4            in  fw_conn_event() at plugins/in_forward/fw_conn.c:94
#3  0x4d14f9            in  flb_engine_start() at src/flb_engine.c:1006
#4  0x4735f1            in  flb_lib_worker() at src/flb_lib.c:638
#5  0x7f27549b4104      in  ???() at ???:0
#6  0x7f27532b0b2c      in  ???() at ???:0
#7  0xffffffffffffffff  in  ???() at ???:0
Aborted

Config for fluent-bit (Oel7 x86-64):

[SERVICE]
    Flush                     5
    Daemon                    off
    log_file                  /var/log/fluentbit.log
    Log_Level                 trace
    parsers_file              parsers.conf
    Workers                   1
    HTTP_Server               On
    HTTP_Listen               0.0.0.0
    HTTP_PORT                 2020
    Health_Check              On
    HC_Errors_Count           5
    HC_Retry_Failure_Count    5
    HC_Period                 5
    storage.path              /var/log/flb-spillover-backup/
    storage.sync              full
    storage.checksum          off
    storage.max_chunks_up     128
    storage.backlog.mem_limit 10M

[INPUT]
    Name              forward
    Alias             forward_vm
    Listen            0.0.0.0
    Port              24224
    Buffer_Chunk_Size 1M
    Buffer_Max_Size   6M
    storage.type      filesystem

[INPUT]
    Name              tcp
    Alias             tcp_vm
    Listen            0.0.0.0
    Port             24225
    Chunk_Size        1M
    Buffer_Size       6M
    Format            json
    storage.type      filesystem

[OUTPUT]
    Name        kafka
    Match       *
    Alias       output_to_kafka_vm
    Brokers     <kafka-brokers>
    format      json
    rdkafka.allow.auto.create.topics true
    rdkafka.compression.type snappy
    rdkafka.linger.ms 500
    rdkafka.batch.size 10000
    rdkafka.queue.buffering.max.messages 100000
    rdkafka.sticky.partitioning.linger.ms 10
@mrunmayee003 mrunmayee003 changed the title SIGSEGV when for forward input plugin SIGSEGV for forward input plugin Nov 28, 2023
@patrick-stephens
Copy link
Contributor

Please follow the template to provide all the required information - particularly relevant here will be the version and target OS.

If it is not the latest version is it reproducible with it? 2.2.0 is the latest version.

@patrick-stephens patrick-stephens added the waiting-for-user Waiting for more information, tests or requested changes label Nov 28, 2023
Copy link
Contributor

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 exempt-stale label.

@github-actions github-actions bot added the Stale label Feb 27, 2024
Copy link
Contributor

github-actions bot commented Mar 4, 2024

This issue was closed because it has been stalled for 5 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale status: waiting-for-triage waiting-for-user Waiting for more information, tests or requested changes
Projects
None yet
Development

No branches or pull requests

2 participants