crash-dumps
What is a good way to create a string for crash reporting Win32 C++ that reflects the cause of the crash?
We\'re using Fogbugz for tracking issues and I am in the middle of writing a C++ wrapper around the XML API for Fogbugz.[详细]
2023-02-03 10:01 分类:问答Debugging iOS ad-hoc crash reports:
One of my users has sent me a bunch of crash logs, in which the majority of them read like this - Thread 0 Crashed:[详细]
2023-02-02 18:14 分类:问答C++ Program crash (C0000005 Access Violation) on call instruction
I have a crash that\'s puzzling me and that I thus far have found impossible to consistently reproduce.The code is compiled with Visual Studio 2008.[详细]
2023-02-01 12:54 分类:问答Zero value of program counter
program counter (PC) has the address of the currently executing instruction or next instruction in line. for ARMV5, its the former case.[详细]
2023-01-29 09:28 分类:问答iOS application failed to resume how to fix it?
i have no idea to fix this issues , any idea? Incident Identifier: 778B453C-111C-4575-919E-0C73BDD679B4[详细]
2023-01-25 06:13 分类:问答Is there a way to know the thread id in another process which throws an exception?
I am trying to use MiniDumpWriteDump() API to dump a crashed process B from another process A. I am doing this because MSDN said so:[详细]
2023-01-24 00:00 分类:问答What is my role when creating the memory dump?
I am study开发者_Go百科ing how to use MiniDumpWriteDump() method to create minidumps. After I read some articles, I got the feeling that all I can do is to provide some callback function and various f[详细]
2023-01-23 04:53 分类:问答Question about memory dump
I am currently trying to design a memory dump tool that could get the memory dump of a crashed process from another process. But I am totally new to this and I want to take this as an opportunity to g[详细]
2023-01-22 20:28 分类:问答How transport to dev team software crash'es from remote clients machines?
I searching people who know some experience with bug tracking on client machines, if my application works on many client machines who i don\'t have to it any access.[详细]
2023-01-21 19:58 分类:问答Classic asp (vb6) application crashes with 100% CPU usage
I\'m having trouble with an old legacy app that recently started crashing. I\'m trying to investigate the DebugDiag analysis, but don\'t have much luck. Either there is a sql query that locks and some[详细]
2023-01-21 05:46 分类:问答