MSFN Forum: Resolving Memory leak in Winlogon.exe - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Resolving Memory leak in Winlogon.exe Rate Topic: -----

#1 User is offline   Jnrtech 

  • Group: Members
  • Posts: 4
  • Joined: 17-January 06

Posted 28 May 2006 - 06:31 PM

Just needed some advice on how to resolve a memory leak on a couple of servers
they are all Windows 2003 SP1 Xeon 3.4 with 4gb of memory...
I'm getting alerts that there are memory leaks with the winlogon.exe
But I have no idea how to track down what's causing this memory leak, or how to resolve these memory leaks

looking through the forum people are suggesting perfmon... but I don't know what processes I should be tracking... to find the cause...

any help would be appreciated...


#2 User is offline   cluberti 

  • Gustatus similis pullus
  • Group: Supervisor
  • Posts: 11,001
  • Joined: 09-September 01
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 29 May 2006 - 09:31 AM

You can download perfwiz from the Microsoft site to configure perfmon automatically. However, if you've got a leak in winlogon.exe, you need to tell us what kind of leak it is - is it a memory leak, a handle leak (and if so, is it a memory handle leak or a file handle leak), or is your monitoring software just too picky ;)?

I would rather suggest to you, that when your monitoring software is complaining about a leak in winlogon.exe, that you instead do the following:

First, install the "Debugging Tools for Windows" from:
http://www.microsoft...installx86.mspx

Once these tools are installed, do the following:

1. Create a directory called c:\adplus

2. Open a command prompt and change to the directory where you installed the debugging tools. By default, this is "C:\Program Files\Debugging Tools for Windows"

3. Type the following command in the command prompt:
cscript adplus.vbs -hang -pn winlogon.exe -o c:\adplus


This should create a .dmp file in the C:\adplus folder - load that up in windbg or cdb and look and see what is actually running in the winlogon.exe process. If you need help with that, we've got some people here who are decent debuggers - PM me and I'll provide an upload location for you, and we can take a look.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy