-
Notifications
You must be signed in to change notification settings - Fork 0
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
Crash on exit #224
Comments
Remove cppzmq because it updates much slower comparing to original zeromq. Context is terminated after all sockets has been closed. #224
This issue was due to an internal error in zeromq 4.3.0. I've found the discussion here: zeromq/libzmq#2991 Apart from that, I've decided to remove cppzmq because these bindings are updated much slower than the original library. Moreover, they use custom versioning that doesn't conform to the original lib versioning. Also, termination wasn't done correctly before. According to ZMQ docs,
|
feat: add separate tab to list invalid files in status screen
Describe the bug
Player crashes on exit sometimes.
To Reproduce
Expected behavior
No crash.
Logs
It gives the following message:
Invalid argument (/root/zeromq-4.3.0/src/mutex.hpp:142) Aborted (core dumped)
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: