You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by thilinak December 9, 2024
My application is built with librdkafka 1.6.0. It runs okay normally but when the application is built with TSAN flags (GCC) the application fails to start and crash stack is shown as below. Please help to resolve this.
`
#0 0x00007ffff6d8409e in __tsan_func_entry () from /lib64/libtsan.so.0 #1 0x00000000010aa9ae in KafkaClient::on_thread_start_trampoline(rd_kafka_s*, rd_kafka_thread_type_t, char const*, void*) () #2 0x00007ffff55a26f3 in rd_kafka_interceptors_on_thread_start (rk=rk@entry=0x7b800003e000, thread_type=thread_type@entry=RD_KAFKA_THREAD_MAIN) at rdkafka_interceptor.c:579 #3 0x00007ffff550b27e in rd_kafka_thread_main (arg=0x7b800003e000) at rdkafka.c:1965 #4 0x00007fffeeac32d2 in start_thread () from /lib64/libpthread.so.0 #5 0x00007fffee71e8d3 in clone () from /lib64/libc.so.6
`
The text was updated successfully, but these errors were encountered:
Discussed in #4927
Originally posted by thilinak December 9, 2024
My application is built with librdkafka 1.6.0. It runs okay normally but when the application is built with TSAN flags (GCC) the application fails to start and crash stack is shown as below. Please help to resolve this.
`
#0 0x00007ffff6d8409e in __tsan_func_entry () from /lib64/libtsan.so.0
#1 0x00000000010aa9ae in KafkaClient::on_thread_start_trampoline(rd_kafka_s*, rd_kafka_thread_type_t, char const*, void*) ()
#2 0x00007ffff55a26f3 in rd_kafka_interceptors_on_thread_start (rk=rk@entry=0x7b800003e000, thread_type=thread_type@entry=RD_KAFKA_THREAD_MAIN) at rdkafka_interceptor.c:579
#3 0x00007ffff550b27e in rd_kafka_thread_main (arg=0x7b800003e000) at rdkafka.c:1965
#4 0x00007fffeeac32d2 in start_thread () from /lib64/libpthread.so.0
#5 0x00007fffee71e8d3 in clone () from /lib64/libc.so.6
`
The text was updated successfully, but these errors were encountered: