Memory Leak pooltag="Ddk", windows xp media center 2004, what driver is this?
- From: "kithana" <singha@xxxxxxxxxxxxx>
- Date: 24 Sep 2006 16:37:35 -0700
How can I find out what driver uses the tag "Ddk" because it
has a memory leak that I would like to get fixed, or remove the driver
if I do not require it. I have WinDbg installed on the machine, but
so far have found no way to tell what calls are using the memory tag
(pooltag="Ddk")(I am connecting to local computer with the debugger
which limits some o the output of the debugger). Running Windows XP
Machine:
Dual Core Dell XPS 400, 2.8 GHz,
Intel(R) Pro/1000 PL Network Connection
NVIDIA GeForce 7900 GS
Little history, I leave my machine up 24x7 hrs, after a couple of
days, windows would kind of get ill, things would not launch, I
couldn't
even bring up Task manager. I investigated with "Performance monitor"
and determined that something was eating up memory("Nonpaged Pool"
memory).
I looked at task manager, and could not see any processes that were
eating
up Nonpage Pool memory, at which time I started to suspect O/S or
driver.
I installed "Support Tools" off the XP CD, used the utility called
"poolmon.exe" (after turning on memory tagging with "gflags") and
determined that something with the pool tag "Ddk" was eating up all the
"NonPaged Pool" memory. I did some research, and found out that Ddk is
the default memory tag allocation that windows device developer kit
uses.
Hmmmm.
Researched a little more, and found the windows debugger "WinDbg" off
the windows web site. Installed it, and turned on "DEBUG" boot options,
and
was able to connect the debugger to my local machine. Unfortunately, at
this
point by running local WinDbg on my machine, I have been unable to
convert
the memory POOLTAG="Ddk" to a binary/DLL so I can determine what is the
cause of my problems.
Any Help/Advice would be appreciated.
Kithana
.
- Follow-Ups:
- Prev by Date: Re: NDIS WDM driver installation for multi-port NIC
- Next by Date: Re: Memory Leak pooltag="Ddk", windows xp media center 2004, what driver is this?
- Previous by thread: Re: NDIS WDM driver installation for multi-port NIC
- Next by thread: Re: Memory Leak pooltag="Ddk", windows xp media center 2004, what driver is this?
- Index(es):
Relevant Pages
|
Loading