windbg
When using windbg is there a way to break on a specific CLR exception
I\'m debugging a production service which is at rare instances is throwing AppDomainUnloadedException. The ex开发者_JS百科ception contains no stacktrace or any kind of useful information about why it[详细]
2023-03-23 10:54 分类:问答Slow Application_Start on global.asax makes a deadlock
My Application_Start code on the global.asax takes 2-3 minutes to finish (long db queries, etc) Whenever I publish a new version of the site, I get deadlocks on aspnet_isapi.dll and the application d[详细]
2023-03-23 08:18 分类:问答Why is large object heap mostly empty?
Why does .NET memory management create such a large object heap? Most of it seems to be empty. Is this something to b开发者_如何学运维e concerned about?[详细]
2023-03-23 01:17 分类:问答Memory Dump - Windows CE
I am having an issue at a client site 开发者_开发技巧with a .NET/Windows CE 5.0 application.Of course, we are not able to duplicate the issue and the client doesn\'t know exactly how to duplicate it e[详细]
2023-03-22 16:04 分类:问答Windows Debugging Tools Not Installing
I\'m trying to install the Windows Debugging Tools via the Windows SDK and after two attempts I am at a loss for what to do. I start the installation and receive no errors at all but the debugging too[详细]
2023-03-21 19:24 分类:问答Sending debug events to Windows debugger from external source
I have created a set of multi-platform C++ components to load and manage various types of digitally signed shared libraries. This handles all aspects of loading and initialziation including mapping th[详细]
2023-03-21 12:28 分类:问答Please let me know how to get/read the content of type std:string array in WinDBG
Please let开发者_如何学Go me know how to get the content of csNameBuffer array of type std:string in WinDBG[详细]
2023-03-20 12:48 分类:问答analysis crash dump created by gflags.exe of .net 4.0 but there was no enough information
a windows service written in c# 4.0, setting gflags.exe(Global Flags) to save the dump when process crashing.[详细]
2023-03-20 08:57 分类:问答What do the different columns in the "!heap -flt -s xxxx" windbg command represent
I\'ve been doing some work on high memory issues, and I\'ve been doing a lot of heap analysis in windbg, and I was curious what the different columns really mean in \"!heap -flt开发者_如何学Go -s xxxx[详细]
2023-03-20 08:18 分类:问答what does HANDLE(RefCnt) mean in windbg?
The following is my checking gcroot of the object 0330e9a8. I found Its root is a hanle with its type is \"RefCnt\".[详细]
2023-03-20 04:40 分类:问答
加载中,请稍侯......