Re: Memory increasing even when in debug-break
- From: "John Wood" <tenshon@xxxxxxxxxxxxx>
- Date: Tue, 20 Mar 2007 00:39:16 -0400
Hi Jeffrey,
Thanks for the kind words -- sorry to bother you again but I do have a
couple of follow-ups if you don't mind.
While uninstalling this driver seems to have fixed the problem on .Net 2,
another test machine that is running the app under .Net 1.1 is still
exhibiting the same leak. I did some debugging and this time the callstack
showed that a call to corperfmonext.dll is very active allocating stuff. I'm
a little confused now, I'm left wondering whether this bug is even related.
I found a knowledge base article that gave me a hint, entitled "A handle
leak occurs in a process that uses Corperfmonext.dll in the .NET Framework
1.1", http://support.microsoft.com/kb/842675. Do you have any more
information on this? It does seem to suggest a leak relating to that DLL and
I'm wondering if it's the same issue I'm seeing. Few questions:
1. Is this bug related to the bug you mentioned earlier?
2. Do you know whether this bug could result in a steady increase of 20k/s
in private bytes?
3. Is this fixed in .Net 2 (and perhaps that's why I cannot see it in that
environment?)
4. Do you have a link for the hotfix?
Also, do you know of any articles that explain the reasoning behind having
to do this whole DLL injection thing for apps that query performance data...
to me it seems a bit strange, especially problematic when you're trying to
fine-tune performance of your app, not to mention the possibility of
security ramifications from having misbehaving DLLs in your process space
(eg. how do I know these DLLs don't have buffer overruns?).
Thanks again for all your help. I realize this is going outside the scope of
this group, if you'd prefer me to move the thread elsewhere I'll happily
oblige!
John
.
- Follow-Ups:
- Re: Memory increasing even when in debug-break
- From: "Jeffrey Tan[MSFT]"
- Re: Memory increasing even when in debug-break
- References:
- Memory increasing even when in debug-break
- From: John Wood
- RE: Memory increasing even when in debug-break
- From: "Jeffrey Tan[MSFT]"
- Re: Memory increasing even when in debug-break
- From: John Wood
- Re: Memory increasing even when in debug-break
- From: "Jeffrey Tan[MSFT]"
- Re: Memory increasing even when in debug-break
- From: John Wood
- Re: Memory increasing even when in debug-break
- From: "Jeffrey Tan[MSFT]"
- Memory increasing even when in debug-break
- Prev by Date: How to write a program to track the value of a certain variable at run-time using debug features???
- Next by Date: VS2005 - exceptions thrown whilst debugging
- Previous by thread: Re: Memory increasing even when in debug-break
- Next by thread: Re: Memory increasing even when in debug-break
- Index(es):
Relevant Pages
|