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

Minor issue: rdkafka_consumer_example_cpp segfault #841

Closed
9 tasks
ciasom opened this issue Oct 18, 2016 · 0 comments
Closed
9 tasks

Minor issue: rdkafka_consumer_example_cpp segfault #841

ciasom opened this issue Oct 18, 2016 · 0 comments

Comments

@ciasom
Copy link

ciasom commented Oct 18, 2016

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:

  • librdkafka version (release number or git tag): master branch
  • Apache Kafka version: 0.10.0.1
  • librdkafka client configuration:
  • Operating system:
    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
  • Using the legacy Consumer
  • Using the high-level KafkaConsumer
  • Provide logs (with debug=.. as necessary) from librdkafka
  • Provide broker log excerpts
  • Critical issue
@edenhill edenhill added this to the 0.9.3 milestone Oct 27, 2016
@edenhill edenhill modified the milestones: 0.9.3, 0.9.4 Feb 10, 2017
@edenhill edenhill added the easy label Feb 10, 2017
@edenhill edenhill modified the milestones: 0.9.4, 0.9.5 Mar 3, 2017
edenhill added a commit that referenced this issue Apr 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants