Skip to content
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

Gaze 0.6.x causes unhandled EMFILE on MacOSX, not present in 0.5.x #96

Open
oconnore opened this issue Apr 15, 2014 · 1 comment
Open
Labels

Comments

@oconnore
Copy link
Contributor

Is this because FSEvent support was dropped?

More importantly:

By default, gaze will use native OS events and then fallback to slower stat polling when an EMFILE error is reached. Gaze will still emit or return the error as the first argument of the ready callback for you to handle.

The error is not being caught, and causes the process to die with an unhandled exception.

related to: #95

@shama shama added the bug label Apr 15, 2014
@shama
Copy link
Owner

shama commented Apr 15, 2014

It looks like the EMFILE error just isn't being caught properly. Looking into a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants