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

Token and Process Handle Leak #31

Open
GoogleCodeExporter opened this issue Nov 16, 2015 · 2 comments
Open

Token and Process Handle Leak #31

GoogleCodeExporter opened this issue Nov 16, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Install the DLL
2. Reset Passwords (the more resets, the bigger the problem)
3. Use Process Explorer to look at the handles in the lsass.exe process

What is the expected output?
Normal number of tokens and process handles

What do you see instead?
Inflated number of handles, with many process handles to not existent processes 
and token handles for the syncing account.

What version of the product are you using?
The most recent version from the source, with some local edits (which attribute 
to use, some error handling in the C# application, running a second custom 
process by replacing the original process with a batch file and having the 
batch call GoogleHashUpdater and our custom process). 

On what operating system?
Windows 2003 SP2

Please provide any additional information below.

Eventually, the server will stop responding properly to LDAP and authentication 
requests. A reboot will fix the problem. The server complain about drive space 
issues, however there is plenty of space. I believe this is a misleading error, 
as the handles are full, not the drive.

I'm working on reproducing it on a separate Domain controller, and I'll try 
with unchanged code, but I have another deadline before I can work on this.

Original issue reported on code.google.com by [email protected] on 26 Mar 2012 at 5:37

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

No branches or pull requests

1 participant