rsyslog/tests/librdkafka-bugs.supp
Rainer Gerhards 1f859e7ad6 testbench/kafka: add valgrind test for kafka
Note: we need to add a supression file for a memory leak that looks
like it is caused by librdkafka.
See https://github.com/edenhill/librdkafka/issues/1536
for more details.

Once this issue is finally resolved, we should revisit the approach taken.

closes https://github.com/rsyslog/rsyslog/issues/2050
2017-11-21 13:12:29 +01:00

21 lines
495 B
Plaintext

{
potential_librdkafka_bug
Memcheck:Leak
match-leak-kinds: definite
fun:calloc
fun:rd_calloc
fun:rd_kafka_op_new0
fun:rd_kafka_q_op_err
fun:rd_kafka_fetch_reply_handle
fun:rd_kafka_broker_fetch_reply
fun:rd_kafka_buf_callback
fun:rd_kafka_req_response
fun:rd_kafka_recv
fun:rd_kafka_transport_io_event
fun:rd_kafka_broker_serve
fun:rd_kafka_broker_consumer_serve
fun:rd_kafka_broker_thread_main
fun:_thrd_wrapper_function
fun:start_thread
}