crash-dumps
How can I diagnose a problem with Android?
Error I am getting: Sorry! The application {name} (process {package}) has 开发者_开发问答stopped unexpectedly. Please try again.[详细]
2023-02-16 05:53 分类:问答Audio Streaming in background crash the app
I am using DigitalDj\'s AudioStreamer project (https://github.com/DigitalDJ/AudioStreamer) to stream audio in the background in my application. Everything works fine when the app is in the foreground[详细]
2023-02-12 07:51 分类:问答Error 0x80004005 when reading dump file with WinDbg
I\'m working on a 32 bit application which sometimes cau开发者_如何学Goses a certain 64 bit Windows 7 machine to crash. I\'ve generated a dump file of the crash using the ProcDump utility from Sysinte[详细]
2023-02-12 01:48 分类:问答Blackberry crash log collection
Is there a mechanism to collect all the stack traces of a BlackBerry application if I am doing OTA app delivery?[详细]
2023-02-11 22:22 分类:问答Android Crash Dump data Accessing on Device
This might be an obvious question but I really don\'t see how to access a crash dump that occurs on my Samsung Device when testing. I see c开发者_如何学Core dump and then some options to like #9900 to[详细]
2023-02-11 17:40 分类:问答Parse the crash dump in WinDbg for private bytes (other than managed heap)?
I want to parse the full crash dump (*.dmp) file and get the private bytes data. I know that VMMap of SysInternals can tell me how much my private bytes, heap etc are all but what I need is if I have[详细]
2023-02-08 20:47 分类:问答Is there any library does minidump on Mac?
MiniDump is a great feature for debugging crashes on Windows, especially because it is small, so it can be sent via crash reports. (Window Error Reporting).[详细]
2023-02-06 07:57 分类:问答Crash dump - resolve unmanaged code crash in a .NET application using WinDbg
I\'m trying to discover the WinDbg tool to analyze a crash dump we have on our production server. When I run !analyze -v, I get:[详细]
2023-02-05 19:16 分类:问答Debugging dump files in Visual Studio
I am using Visual Studio 2010 Professional Edition, and Windows Vista. Firstly, I have this code. As you can see, it will crash the program![详细]
2023-02-05 07:17 分类:问答w3wp.exe crash - ThreadAbortException
we have a problem that we can\'t reproduce, it happens randomly on our web server (Windows Server 2008 Datacenter 64-bit, hosted on Amazon EC2) running ASP.NET 4.[详细]
2023-02-04 19:23 分类:问答