Top "Crash-dumps" questions

A core dump or crash dump consists of the recorded state of the working memory of a computer program at a specific time, generally when the program has terminated abnormally

How to enable core dump in my Linux C++ program

My program is written in C++. compiled with gcc, using -g3 -O0 -ggdb flags. When it crashes, I want to …

c++ linux crash-dumps
A process crashed in windows .. Crash dump location

A windows process got crashed for some reason. I need to analyse the crash dump. In Windows 2003 PC health helped …

windows-server-2008 crash-dumps
Changing location of core dump

I want to change the default location of core dump files so that every time a core dump is generated ,…

linux crash-dumps coredump recovery
Where to find android crash history

I've been experiencing a great deal of instability on my Verizon Galaxy S III, and I believe it's related to …

android crash crash-dumps
Find crash logs on iOS 8 device

Crash logs used to be accessible through the Settings app. I can't find that in iOS 8. Where did that go? …

ios8 crash-dumps
How do I use a dump file to diagnose a memory leak?

I have a .NET service with a normal private working set of about 80 MB. During a recent load test, the …

.net visual-studio-2010 memory-leaks crash-dumps memory-profiling
Generating .NET crash dumps automatically

I know how to generate Crash Dump files with ADPlus or DebugDiag, but I'm wondering if there is a way …

c# .net crash-dumps
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 …

c# debugging visual-studio-2010 crash-dumps
Whats the main advantage and disadvantage of "do not keep activities" in android

One query I would like to have if anyone could answer it like: Do not keep activities options to be …

android performance android-activity usability crash-dumps