Re: Memory increasing even when in debug-break



Hi John,

Thanks for your feedback!

First, I do not think the bug documented by the KB is the same as yours.
Because the KB says that this problem only exists if Mscoree.dll and
Corperfmonext.dll are loaded and unloaded repeatedly in your application's
process, which is not true for your scenario. Additionally, what you are
experiencing is a memory leak which is not the same symptom as handle
leak(although it may introduce some type of memory increasing in certain
situation). To further ensure if your problematic .Net1.1 application is
experiencing the handle leak, you may explicit add "Handle Count" column in
the Task Manager and monitor this column to see if it increases from time
to time.

Have you tried to use the "Private Bytes" and ".NET # of Bytes in all
Heaps" to identify if the .Net1.1 leak is a managed one or unmanaged one?
If it is a native leak, we normally use DebugDiag tool to further
troubleshoot the root cause. The link below contains a training sample:
http://blogs.msdn.com/debugdiag/archive/2006/03/28/563113.aspx

Additionally, can you reproduce this issue in a little sample project? It
would be helpful to reproduce this locally so that I give it a local
debugging. Also, the 2 KBs below talk about another 2 memory leak problems
in .Net1.1:
"FIX: A memory leak may occur when COM objects are passed as VARIANT in the
Microsoft .NET Framework 1.1"
http://support.microsoft.com/kb/839047
"FIX: A memory leak may occur, and Visual Studio .NET 2003 may unexpectedly
close and then restart when you compile a large solution that contains more
than 65 projects"
http://support.microsoft.com/kb/909766

Hope this helps.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

.



Relevant Pages

  • Re: MovieMaker Security Suite 2005 Case #: SRX050223602463
    ... I was impressed by the performance Microsoft ... > Review of MovieMaker Security, ... Telephonte Support replied with a non-existant answer to the ... > regarding my service, Zee Awad, my manager, would be very happy to hear ...
    (microsoft.public.windowsxp.moviemaker)
  • RE: 2000 AS SP4 RepositoryUser and OLAP Admins Group
    ... Thank you for using Microsoft Managed TechNet Newsgroup. ... Administrators group to the database role RepositoryUser for msdb. ... Open SQL Server Enterprise Manager, expand Security folder, right click Logins, click ... Microsoft Online Community Support ...
    (microsoft.public.sqlserver.olap)
  • RE: Replication Status Error fffffc07
    ... Dismount the problematic public folder store through Exchange System ... please refer to the following Microsoft ... Microsoft Online Partner Support ... >When I use Exchange System Manager to see Replication Status ...
    (microsoft.public.exchange2000.admin)
  • Re: Ajax on .NET 2.0
    ... Please try to create a new ASP.NET AJAX-Enabled Web Site. ... Microsoft Online Support ... You can send feedback directly to my manager at: ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Word add-in help
    ... the registry keys related to ProgId and GUID are all necessary. ... We welcome your comments and suggestions about how we can improve the support we provide to you. ... Please feel free to let my manager know what you think of the level of service provided. ... Thanks for using Microsoft Newsgroup Support Service, ...
    (microsoft.public.office.developer.com.add_ins)

Loading