I\'ve run into a problem with an application I\'m developing in C#/.NET. A problem I can\'t trace down because it causes my system to crash with a BSOD. Here\'s the minidump:
How to detec开发者_C百科t the process that caused a GPF?I\'m not sure I understand your question. GPF - is the situation where a processor issues an interrupt.
I am trying to create +5 threads synchronously so there shouldn\'t be any concurrency error. Code: System.Threading.Thread t = new System.Threading.Thread(proc);
Is there a way to speed up gdb when it loads a very large c++ binary? The binary I am talking about is about 50MB in a release build (no debug symbol开发者_如何学运维s)
We have a .Net application consisting of mixed managed and unmanaged code.We have a number of reports of users getting BSOD while using our application.These blue screens happen on different versions
Are there any tools that would help us read the contents in a Memory Dump files that is开发者_JAVA技巧 created when there is a BSoD?Debugging tools for Windows has a couple of useful debuggers for tha