-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Assertion `!*"refcnt sub-zero"' after reconnect #2088
Comments
Backtrace of gdb: |
👍 on running with valgrind, and gdb! |
Are you creating any rd_kafka_topic_t objects? (thru rd_kafka_topic_new()) |
Sorry for late answer Probably I found the reason for the problem: After removing stop and start command from main loop the program does not crash for many days |
Sorry for the slow reply, could you try reproducing this on master? |
Description
After a disconnect and reconnected (after min 1h) I got this Assertion. Not at each try but very often.
rd_refcnt_sub0: Assertion `!*"refcnt sub-zero"' failed
I try to analyse with memcheck, see output in logfile below.
-Release-Version 0.11.6 and C interface, compiled with 32bit
-OpenSuse 42.1 64bit
-Application is running with root privileges
-Default-Configuration
-Apache Kafka-Version: ???
How to reproduce
cut connection to server for minimum 1h and reconnect
The text was updated successfully, but these errors were encountered: