-
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
Random crash on IBM AIX system #1211
Comments
Forgive my ignorance, but what exactly is "IBM" in this context? IBM z/OS? |
uname running on system |
Thank you. AIX is currently not a supported platform, meaning that we're very happy if you use librdkafka on AIX but you can't expect us to be able to sort out these types of issues easily, instead you'll need to rely on your own powers or the community to help out. |
OK Thanks..I know that AIX is not supported platform. I filed here, just to gain any insight or any feedback, which may be obvious and I may be overlooking. There is one more crash on AIX which happens when client cannot reach Kafka. I think these reports will serve just some potential user if we find any fix or workaround, which we can put here. |
Is this reproducible with the example tools? |
I will test and let you know. I will also file second report for other stack which I mentioned earlier. |
Description
I'm running a test which publishes and subscribes to a Kafka topic. On running this test 5-7 times on IBM, it crashes once. Same test works always on Solaris and Linux. I have crash stack:
Crash happens due to following assertion failure:
rdkafka_op.c:308:rd_kafka_op_destroy: assert: !*"rd_kafka_op_cnt < 0"
Checklist
Please provide the following information:
debug=..
as necessary) from librdkafkaThe text was updated successfully, but these errors were encountered: