Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 961047
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T01:16:41+00:00 2026-05-16T01:16:41+00:00

We got a problem in one of our ASP.net apps, the mscorwks.dll is using

  • 0

We got a problem in one of our ASP.net apps, the mscorwks.dll is using a lot of memory.
Anyone got any tips on where to start looking for the memory leak ?

mscorwks!EEVirtualAlloc+119: 1.26 GBytes worth of outstanding allocations.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T01:16:42+00:00Added an answer on May 16, 2026 at 1:16 am

    The steps to investigate which managed types are causing the leak, can be summarized in the following steps:

    1. Launch WinDbg and attach your process
    2. Load SOS debugger extension into WinDbg using: .loadby sos mscorwks (replace mscorwks with clr when your application runs on v4.0)
    3. Dump memory usage statistics using !dumpheap -stat
    4. Look for the leaking types (according to their memory usage and instance count)
    5. After finding the leaking type, dump its instances using !dumpheap -mt <INSTANCE METHODTABLE> (the methodTable can be retrieved from the output of the previous command)
    6. Pick some random instances and look why they are not released by GC collections (which gc roots still keep a reference to them) using !gcroot <INSTANCE ADDRESS>

    At this point, you should have enough data to find the source of your leak.

    A more detailed article about these steps can be found here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've got a bug from one of our customers and believe that the problem
I got problem at one of our customers environment - when I AfxGetApp()->WriteProfileString in
I've got a problem with my FB apps with Internet Explorer 7. I'm using
we've got a problem with one of our non dpi aware MFC applications. If
I got one problem at my exam for subject Principal of Programming Language. I
I'm skinning scrollbar in my flex app and got one problem. This white square
I've got a problem in good old IE7, as one of my clients is
Here i got a problem in my script, Once we set one radio button
I got a simple problem in SQLAlchemy. I have one model in a table,
I got over a problem, I think a very specific one. I've got 2

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.