-
Notifications
You must be signed in to change notification settings - Fork 55
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
error: a C finalizer called back into Haskell. #151
Comments
It is strange indeed. Somewhere we don't dispose of something. Perhaps digging into logging callbacks in |
We have seen the same problem, but in our case it seems to be related to the error callback. Here it happens when the application is shutting down. GDB trace:
rdkafka library:
|
There is also this comment in the code, which seems to imply that rd_kafka_close_consumer should not be called, but according to the stack trace above
Maybe the flag |
I don't really know :( Further investigation is needed... |
Should be fixed by #169 |
Moving from #71 :
I'm still seeing this message:
It looks like setting a log callback that does logging is not supported, which would be strange.
CC @llattila
The text was updated successfully, but these errors were encountered: