-
Notifications
You must be signed in to change notification settings - Fork 915
Segmentation fault while running integration test. #46
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
Comments
What version (or git sha1) of librdkafka are you using? Can you do this and provide the output?
Thanks |
I think by 'integration test' OP means https://github.com/confluentinc/confluent-kafka-python/blob/master/examples/integration_test.py I can reproduce the problem by specifying an 'on_commit' for the Consumer:
Current thread 0x00007fffa1dfc3c0 (most recent call first): |
This was most likely fixed by this commit: |
integration_test.py passes on master |
I have installed kafka (kafka_2.11-0.10.0.0), confluent-kafka-python and librdkafka properly.
If I run the integration test without testing consumer it works fine. However with "verify_consumer()" it fails with error
Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered: