-
Notifications
You must be signed in to change notification settings - Fork 227
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
Zeus crashing in Sierra #607
Comments
This issue related to #589 |
Just to make sure is this on the latest (aka 0.15.10) version of zeus? |
sideshowcoder
added a commit
that referenced
this issue
Jan 17, 2017
It seems like there is a problem with fsevents when dealing with a large amount of files on OSX sierra this added test fails reliably on mac Macbook Pro, with the error ``` 2017-01-17 22:52 filemonitor.test[69205] (FSEvents.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-22) ``` This more or less reporduces #589 #605 #607 on the basis of this being related to many files the fix would be to not monitor files individualy on OSX but rather monitor directories and filter client side, this should reduce the number of files / directories to be monitored.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Zeus is randomly (and frequently) crashing on macOS Sierra. This seems to be related to the fsevents go code.
Full backtrace:
The text was updated successfully, but these errors were encountered: