Re: Memory leaking on W2003
- From: dbgblog@xxxxxxxxxxxxx <dbgblogmicrosoftcom@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 15 Jan 2007 12:17:01 -0800
Thre is usually thread objects. The key is finding out which process is
creating the many threads or who is leaking a reference to one. Some of the
troubleshooting that you can do is remove filter drivers from the machine in
question to determine if for instance they may have the reference and the
kernel can't free the object until it's given up even though the thread is
Terminated.
You may be able to troubleshoot this externally without debugging.
Try some of the handle count troubleshooting, etc. here:
http://blogs.msdn.com/ntdebugging/archive/2006/12/18/Understanding-Pool-Consumption-and-Event-ID_3A00_--2020-or-2019.aspx
Indeed it might require you do create a memory.dmp of the machine during the
problem via KB244139 and submit that to Microsoft Support
http://support.microsoft.com or download the Debugging Tools for Windows,
open the dump in windbg.exe, and find the process, then the threads left
around to get more info about the nature of the problem.
"Edwin vMierlo" wrote:
Riccardo,.
if you are going to do that, you might as well take some time to eliminate
by uninstalling one by one
anyway, good luck with your server !
Rgds,
Edwin.
<r.barghini@xxxxxxxxx> wrote in message
news:1166092000.661747.271160@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi Edwin,lot
thanks for your help.
I think i'm going to rebuild the server and add the drivers one by one.
Regards,
Riccardo
Edwin vMierlo ha scritto:
Riccardo,
Not a whole lot can be done by newsgroup posts, Thre is indeed used by a
youof drivers, as I just tested on one of my systems.
I guess you have two options
1) process of elimination (start uninstalling drivers one by one) until
mighthave a bare system. I realise that if this is a production system this
symptomnot be possible
2) open a ticket with PSS, and get Microsoft involved to debug this
of
I know, not a lot of help, but that are the two options I see
Good Luck,
Edwin.
<r.barghini@xxxxxxxxx> wrote in message
news:1165869109.661320.157830@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi Edwin thanks for your answer.
No, we are not using any QMS printer driver. I can exclude a problem
serviceprinters drivers because the event happens even with the sooler
astopped and no drivers installed.
Riccardo
Edwin vMierlo ha scritto:
Are you using a (very) old QMS printer driver ?
this used to be a *very* old problem on 3.51 (I know... very old...
empty.long
timeshot)
http://support.microsoft.com/kb/147293
<r.barghini@xxxxxxxxx> wrote in message
news:1165489740.494272.78390@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi everybody. One of our customers hit a problem of memory leaking
which requires a reboot every day. What happens is that after some
I get the error 2019 saying that the non paged memory pool is
theThe server has installed only the operating system (W2003 SP1 with
Corporatelatest patch included Internet Explorer 7), Norton Antivirus
onlythisedition 10, Veritas Storage Foundation HA for Windows ver 4.3 MP1
(clustering software) and a few printer drivers.
Wit the aid of Veritas software support I was able to exclude that
software could be the cause.
I used poolmon to capture the memory state of all process and the
raisesstrange thing that I could see was that the process tagged Thre
thusslowly but steadily its memory allocations while not releasing,
countfilling up the non paged pool. I tried uninstalling the printers
drivers and the antivirus but tha Thre process still raised. From
performance monitor I could see that the "system" process handle
Fromincreases continously, while the thread count remains stable.
Do you have some hints to identify the process consuming memory?
the findtrs search I can see that the Thre tag belongs to a lot of
drivers so I'm not able to narrow my search.
Thanks in advance,
Riccardo
- Prev by Date: Re: Windows Server 2003 freezes every 9 days
- Next by Date: Re: What is the difference between /3GB and /PAE in boot.ini?
- Previous by thread: Re: Windows Server 2003 freezes every 9 days
- Next by thread: Re: What is the difference between /3GB and /PAE in boot.ini?
- Index(es):
Relevant Pages
|