Questions tagged [debugdiag]

The Debug Diagnostic Tool (DebugDiag) is designed to assist in troubleshooting issues such as hangs, slow performance, memory leaks or fragmentation, and crashes in any user-mode process. The tool includes additional debugging scripts focused on Internet Information Services (IIS) applications, web data access components, COM+ and related Microsoft technologies.

The Debug Diagnostic Tool (DebugDiag) is designed to assist in troubleshooting issues such as hangs, slow performance, memory leaks or fragmentation, and crashes in any user-mode process. The tool includes additional debugging scripts focused on Internet Information Services (IIS) applications, web data access components, COM+ and related Microsoft technologies.

95 questions
-1
votes
1 answer

memory leak in .net application, debugdiag analysis is not giving GC details

We have a asp.net website hosted on IIS and If my application runs for more than a day,it uses more than 4 GB and stays like that.Currently we have a set a recycling as a work around. I am in the process of finding out the root cause of the leak…
user8246215
-1
votes
1 answer

Dumping the crash dumps

I need to write a tool, that listens for some target process(which crashes in customer environment) and as soon as it crashes it should generate a dump by launching DebugDiag passing it the command line parameters. The code needs to be written in…
Sandeep
  • 57
  • 1
  • 8
-1
votes
1 answer

Debug Diag generate large memory dump files

I configured Debug Diag on Production where I set a Crash rule for a specific app pool with action type Long Stack Trace. But the problem is it's generating dump file those are very large in size approx 700mb each. I'm not sure why these files are…
Ammar Khan
  • 2,565
  • 6
  • 35
  • 60
-1
votes
1 answer

How to analyze DebugDiag analysis for high CPU and queueing?

I'm seeing increased CPU and http queuing on my .NET API (using Nancy/OWIN). It's running on Azure, so i took a memory dump. I'm trying to figure out how to read the DebugDiag Analysis report. Here's the warning section: I assume the "62 client…
RPM1984
  • 72,246
  • 58
  • 225
  • 350
-1
votes
1 answer

CefSharp/Cef libcef.dll stack overflow (0xC00000FD)

CefSharp Winforms Version 43.0.0.0, libcef.dll 3.2357.1287. When selecting text in a text box, and then hitting a key on the on screen keyboard (does not happen on the normal keyboard), I sometimes get a stack overflow in libcef.dll. I am ripping my…
user1830285
  • 578
  • 8
  • 24
1 2 3 4 5 6
7