bsod
Bluescreen 0x0000003B during DownloadFileAsync?
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:[详细]
2023-01-01 22:53 分类:问答General Protection Fault
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.[详细]
2022-12-29 17:01 分类:问答BSoD when creating threads
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);[详细]
2022-12-27 00:53 分类:问答gdb: howto speedup debugging on a very large binary?
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)[详细]
2022-12-17 16:18 分类:问答How to track down a Blue Screen of Death triggered by an (usermode) application
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[详细]
2022-12-14 19:46 分类:问答Are there any tools to read the contents of dump files created during BSoD in Windows?
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[详细]
2022-12-09 11:57 分类:问答