-
Notifications
You must be signed in to change notification settings - Fork 25
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
Possible FD leakage in OS X #87
Comments
I see lots of fds for |
Tried to reproduce this, but no success. All descriptors were closed (I was watching with dtruss while triggering recompilations). Does increasing the max number of descriptors help? On mac the limit is only 256 by default (ulimit -n). |
omake.0.9.8.6-0.rc1 compiled with the same OCaml 4.04.0 in the same OS X never leaks FDs for |
This is possible. I'll double-check the code. |
Ping. If there is no immediate plan to fix, I have to roll all my omake uses back to 0.9.8.6-0.rc1... |
I cannot fix something without being able to reproduce it. |
I got the following error when I run
omake -P
and recompile many things in OS X:The text was updated successfully, but these errors were encountered: