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
1 answer
How to interpret ejabberd crash dumps?
My server keeps getting filled up with ejabberd crash logs every few hours - it seems that the ejabberd server keep crashing and the crash log will fill the server's free space until the server has no more space left (GBs of crash logs). The crash…

clx
- 175
- 3
- 7
0
votes
0 answers
Abnormal Execution after wglCreateContext in MFC based Application
We have a 32-bit Visual C++/MFC based (Multi-Document Interface-MDI) application which is compiled using Visual Studio 2005.
We are running the application on Windows Server 2008 R2 (64-bit) having ATI Graphics card (ATIES1000 version 8.240.50.5000…

user3253944
- 1
- 1
0
votes
3 answers
Can I use Windows' minidump files to implement "save"/"restore" in my game?
I'm about to implement a save/load functionality in my game, and thought to maybe use Windows' minidump files to achieve this.
I have no experience in that, so any help would be appreciated. Is it even possible? Can a running application be…

liorda
- 1,552
- 2
- 15
- 38
0
votes
2 answers
Crashdump shows 64bit when 32bit target was chosen..why?
I am attempting to debug a crash dump from my VB.NET code which is supposed to run 24-7 a Win7 machine which does not have a debugger. The target on all modules is 32-bit, so I don't know why it appears that it is attempting the 64-bit stuff.
It…

SMerrill8
- 528
- 4
- 12
0
votes
1 answer
jQuery interactive scrolling crashes browser. I've run a debug after reproducing crash- and now I'm at a loss
First a few things:
colourmagician dot com is the website in question.
The code I am using is from this tutorial (http://www.creativebloq.com/javascript/create-interactive-street-view-jquery-9113038). There has been a post on here before about…

Chxrles
- 1
- 1
0
votes
4 answers
What does this Windows crash dump mean?
Yesterday my system software got crashed on WINDOWS 2003 server. The Core shown below.
kernel32.dll!_RaiseException@16() + 0x3c bytes
rpcrt4.dll!_RpcpRaiseException@4() + 0x21 bytes
rpcrt4.dll!_NdrGetBuffer@12() - 0x1d3fe bytes
…

SIVA
- 439
- 2
- 7
- 13
0
votes
1 answer
Can Dr Watson be run so that it is not in the taskbar?
Can Dr Watson be run so that it is not in the taskbar?
If not, how else can you automatically generate crash dumps without something being in the taskbar?

CJ7
- 22,579
- 65
- 193
- 321
0
votes
0 answers
How to create a mini dump with more than Application data in it?
I have configured my WER to create a full memory mini dump:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps]
"DumpType"=dword:00000002
When I generate such a dump and open it in windbg it prints the following…

mark
- 59,016
- 79
- 296
- 580
0
votes
0 answers
Access violation issue in Silverlight Application
We are having Silverlight application which shows live data from the service onto the client.
Over a period of time we see that application gets hung and on refresh the IE crashes with with the error message saying internet has stopped working.\
On…

Rockstart
- 2,337
- 5
- 30
- 59
0
votes
1 answer
libGLESv2 PowerVR SGX symbols
I have got a segmentation fault and looking at the crash dump it seems to have something to do with
/system/vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
While I know it is probably something in my code that is causing the problem, I don't even…

srzdev
- 202
- 1
- 2
- 10
0
votes
1 answer
App crash reports not appearing after iOS7 update
OS: Windows 7 (Mac cannot be used)
Apple mobile devices running iOS7
We're testing our apps. In iOS6 and previous versions of iOS, we just needed to sync the iOS device using iTunes, and the app crash logs & memory dumps appeared in "C:\Users\…

user2960327
- 31
- 2
0
votes
1 answer
Is the state shown in an application crash dump accurate on Windows when taken from Task Manager?
Basically, an application froze in a VMWare image (Win764) so I created an application crash dump by using the Task Manager. It created the crash dump just fine. I then opened the crash dump using WinDbg while linking to the symbols which worked…

Brian T Hannan
- 3,925
- 18
- 56
- 96
0
votes
2 answers
Creating a dump file is excruciating slow
Brief
Creating a dump file using any of the following methods is way to slow (> 2 minutes) to be usable for our current scenario.
procdump -ma notepad
procdump notepad
Open task-manager, select notepad, create dump file
Does anyone have any idea…

Lieven Keersmaekers
- 57,207
- 13
- 112
- 146
0
votes
1 answer
Windbg wrong symbols msvcr80
I'm investigating a w3wp crash on our production machines, I'm loading the crashdump with windbg with the following settings:
SRV*C:\MicrosoftSymbols*http://msdl.microsoft.com/download/symbols;C:\MySymbols
sym noisy
(also tried symbol path…

Michel van Engelen
- 2,791
- 2
- 29
- 45
0
votes
1 answer
`ejabberdctl start` results in "kernel pid terminated" error -- what do I do?
I have googled for three hours but to no avail.
I have an ejabberd installation which is not installed using apt. It is installed from source and there is no program called ejabberd in it. Start and Stop and everything is through ejabberdctl.
It…

swordfish
- 4,899
- 5
- 33
- 61