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
When running rdkafka_consumer_example_cpp with option -X dump, it got segfault when trying to dump topic configurations since the pointer of the topic Conf object has been deleted before dumping.
How to reproduce
Run something like:
./examples/rdkafka_consumer_example_cpp -g MyGroup -X dump MyTopic
Checklist
Please provide the following information:
librdkafka version (release number or git tag): master branch
Description
When running rdkafka_consumer_example_cpp with option -X dump, it got segfault when trying to dump topic configurations since the pointer of the topic Conf object has been deleted before dumping.
How to reproduce
Run something like:
./examples/rdkafka_consumer_example_cpp -g MyGroup -X dump MyTopic
Checklist
Please provide the following information:
Linux 3.13.0-98-generic dead-lock in multi-thread enviroment #145-Ubuntu SMP Sat Oct 8 20:13:07 UTC 2016 x86_64 GNU/Linux
debug=..
as necessary) from librdkafkaThe text was updated successfully, but these errors were encountered: