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

Fix OpenFileHandleTest's GetHandleCountForCurrentProcess() function on Mac #396

Open
achristoforides opened this issue Oct 14, 2019 · 0 comments

Comments

@achristoforides
Copy link
Member

For all the tests in OpenFileHandleTest.cpp, they are using the GetHandleCountForCurrentProcess() function to get the current number of open file handles for the current process. On Windows and Linux, this appears to be working correctly while on Mac it isn't returning the correct number after opening a new file handle in the test even though the system calls for opening and closing a file handle are present in the dtruss trace of the application run.

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

No branches or pull requests

1 participant