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

Handle not found when there was one #1

Open
0XDE57 opened this issue Feb 13, 2019 · 0 comments
Open

Handle not found when there was one #1

0XDE57 opened this issue Feb 13, 2019 · 0 comments
Labels
bug Something isn't working question Further information is requested

Comments

@0XDE57
Copy link
Owner

0XDE57 commented Feb 13, 2019

Encountered scenario where a windows service had a handle to a file, but Handle did not pick it up.

  1. Service locked a file
  2. Handle found no open handles to file
  3. Restarting or Stopping the service unlocked the file (proof it was the service specifically)

Will get more info if I can reproduce. Will then see if Process Explorer or Resource Monitor picks it up (resmon > Associated Handles)

Regardless of results, the issue will be in Handle itself, so little I can do but worth investigating anyways.

@0XDE57 0XDE57 added bug Something isn't working question Further information is requested labels Feb 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant