windbg
IIS crashes and restarts without dropping a mini-dump
I have a tough scenario I\'m trying to debug...On a web forms page, when I click submit, the web server hits some开发者_JAVA百科 error and restarts the w3svc process.[详细]
2023-03-11 04:35 分类:问答Debugging .Net String value in windbg
I have a .Net application dump which captured an exception, I\'m analysing using windbg and interested in the value of a String parameter on one of the methods. I\'ve isolated the String object. My wi[详细]
2023-03-10 18:35 分类:问答Excessive Gen 2 Collections
I\'m having an issue in my application where I am seeing an excessive amount of Gen 2 Garbage Collections.From what I\'ve been reading it sounds like a good ratio of Gen0 : Gen1 : Gen2 collections sho[详细]
2023-03-10 04:29 分类:问答what does it mean when an object has no root using !gcroot with SOS?
I\'m tracking a memory leak where I\'m using !dumpheap -stat !dumpheap -mt !gcroot however !gcroot doesnt show anything,I\'ve been thinkin开发者_StackOverflow中文版g this means the object has no re[详细]
2023-03-10 03:11 分类:问答How to get the debuggee's command line in WinDbg?
Is there any extension command could to do so? I just want to the the开发者_开发知识库 whole command line including all parameters.Information like the command line args are stored in the PEB (Process[详细]
2023-03-09 23:47 分类:问答Am I missing something in the setup project here?
My .NET/Winform application is using Enterprise Library 5.0 logging block. It works fine on my machine but fails on the QA machine. I have all the necessary DLLs copied in[详细]
2023-03-08 18:48 分类:问答Can't find the function (having the overflow statement) in the stack
Please excuse me if this question has been asked a number of times but I have been stuck on this for some time.[详细]
2023-03-08 06:33 分类:问答show details about first chance exceptions without breaking
Using WindDbg开发者_开发知识库 I would like to print details about first chance CLR exceptions (!ClrStack, !PrintException) when they occur but keep the debugee running normally. How can I set this up[详细]
2023-03-06 12:49 分类:问答Viewing the actual data in !address REGionUsageIsVAD WinDBG
I used the !address -RegionusageIsVAD and found an entry that is very huge in size. How can i view who wrote this data and what data开发者_如何学编程 is in that specitic address?[详细]
2023-03-06 07:09 分类:问答Debugging a IndexOutOfRangeException in WinDBG
i am trying to debug some .NET executable (that i don\'t have the source code for) which is acting strange.[详细]
2023-03-06 05:28 分类:问答