-
Notifications
You must be signed in to change notification settings - Fork 290
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
Update librdkafka to 1.0.0+ #800
Comments
Ahrg, just downloaded 8GB Xcode to figure out it has this issue 😓 |
Documenting this here in case anyone else runs into the problem. This is what the error will actually look like when you run into it:
The problem seems to be the Xcode version rather than the OS version. I'm running macOS 10.4.6. With Xcode 11.x I got above error. Downgrading to Xcode 10.3 seems to have fixed the problem for me. Old versions can be downloaded here: https://developer.apple.com/download/. I had to following steps after downgrading:
|
@jjedele Sorry for the inconvenience. In order to move forward on confluentinc/librdkafka#2716 will need a simplified crash example. I will give another try today. |
I am not able to find out the reason yet, though if I comment out the line then librdkafka 1.4.0 will work without crash. Will play a little more, and update the librdkafka either way. |
This is an issue to update librdkafka to 1.0.0+. The biggest motivation for update is that our current version of librdkafka does not work correctly with OS X 10.13, due to Blizzard/node-rdkafka#686 (comment)
Since we are publishing OS X 10.13 compatible wheels now, it is imperative to update librdkafka so that tensorflow-io on 10.13 works correctly.
Currently, there is another issue with librdkafka that is causing segmentation fault if we update, it is being tracked in confluentinc/librdkafka#2716
The text was updated successfully, but these errors were encountered: