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
Questions tagged [crash-dumps]
718 questions
0
votes
0 answers
Crash Dump 3564
I'm using GUI and playing sound through psychotoolbox and have this error:
*Matlab Crash ...\matlab_crash_dump.3564-1: Segmentation violation detected > at Sat May ...
Configuration: Crash Decoding : Disabled Default Encoding:
windows-1252…

ranell
- 683
- 13
- 29
0
votes
2 answers
Generating a Core Dump File of a child process
I'm trying to run gpg from my php script using exec(). But it chashes with segmentation fault:
"gpg: Segmentation fault caught ... exiting"
It crashes within a child process so my php script works ok. To identify a problem I wanna get a core file.
I…

user101159
- 111
- 1
- 6
0
votes
1 answer
iOS App crashed on IAP purchase initialization only in live
The production version of an iOS app crashes during in-app purchase initiation. It works fine with sandbox mode dev build. The app downloaded from live server (app store) does not. I'm adding the crash dump (masked app ids). Any help in analyzing…
user235273
0
votes
2 answers
Not able to see source code while analyzing dump file in Visual Studio 2012?
I double click on a .dmp file and it opens in Visual Studio 2012.
I have tried specifying the source code directories inside the Properties of the solution as mentioned in this post:
Analyzing Crash dumps in Visual Studio
When I click on "Debug with…

teenup
- 7,459
- 13
- 63
- 122
0
votes
1 answer
Parsing a qt crash dump
I'm a newbie in programming and I need help. My program is written with Qt 5.2.0 for Windows 7, and sometimes(once a day) it crashes out, and leave a crash-message, smth like this
**Problem signature:**
Problem Event Name: APPCRASH
…

Alix LIve
- 41
- 3
0
votes
1 answer
Chrome getting crashed with my simple GWT Application
I have written a simple gwt application, and when i am using it in chrome browser, it is getting crashed.
So i debug chrome using windbg tool to take dump. And here is my dump..
(cc0.15d8): Break instruction exception - code 80000003 (first…

pgollangi
- 848
- 3
- 13
- 28
0
votes
1 answer
My Android cocos2d-x game crash on some samsung phone, but the logcat not show where it crash
cocos2d-x use android-ndk, I use cocos2d-x 2.1.4 edition,
I use lua as game script, my game will crash in some cheaper mobile phone, like samsung s7562c, e120l. game will crash in different place. the logcat seems like below:
03-26 13:01:18.203:…

liyonghelpme
- 67
- 1
- 5
0
votes
1 answer
Windows 2008 R2 No Crash Dumps
I've been searching for a while and finding many old articles but also found one with a Regedit to enable the dumping of .dmp files, which isn't doing it.
Instructions I used are from Microsoft, Collecting User-Mode Dumps (MSDN)
According to…

GregInWI2
- 904
- 1
- 17
- 26
0
votes
1 answer
Someone can trace this crashdump for me?
I cannot make up the crash cause out of the following crash dump, someone that has the skills to determine the problem, could try that?
These Windows 8.1 crashes seems to have started after installing symbols (pdb) & debugging packages. It could…

Blooker
- 46
- 1
- 7
0
votes
0 answers
what does the decreasing numbers in stack trace in Mac process hang report means?
I have a Mac application that hangs when a command is executed. When I force quit this application, Mac generates a report with the current stack trace. The stack trace looks like:
14 start + 53 (App 14.0) [0x2955]
14 main + 164 (App 14.0)…

A9S6
- 6,575
- 10
- 50
- 82
0
votes
2 answers
Extracting Callstack from Dr. Watson crash.dmp (c#)
I'm trying to save the details from the callstack that is contained within the binary file crash.dmp that is created by Dr. Watson upon the crash of an application.
The dmp files exist so I just want to read one in (c#) and save the callstack if…
user2111939
0
votes
2 answers
Application cause Windows to crash, how to debug this kind of issue?
It is reported that one of our app process cause the windows system to crash, the only clue I got is the dump file under C:\Windows\MEMORY.DMP, can anyone tell me how to debug this kind of issue please?

user1137890
- 147
- 1
- 4
- 11
0
votes
0 answers
Crash dump from non-reproducible crash, techniques to gain further information?
I have a crash dump from a customer of ours who's experiencing an issue we can't reproduce and neither can they but when they release their product to the end-user it typically crashes. Because of this it's been very difficult to decipher what's…

JosephA
- 1,187
- 3
- 13
- 27
0
votes
0 answers
Analyze callstack
When an exception occurs I get the callstack
if(!GetModuleFileNameA((HMODULE) hMod, szModule, len))
{
return FALSE;
}
szModule is…

user2523112
- 191
- 1
- 16
0
votes
2 answers
How to get crash dump in Windows 8.1 without using WinDbg
I have a user who is running one of my apps, and he is seeing the app crash. How can I get a crash dump from his computer without asking him to use WinDbg?
I have read other questions, and this was easy to do in Windows XP using Dr. Watson, but it…

kiewic
- 15,852
- 13
- 78
- 101