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
WinDbg can't open dumps "Dbghelp version mismatch"
This is something like the question WinDbg: Version mismatch of dbghelp.dll when trying to attach to a process
However, I can't post to that question and the marked answer isn't really an answer and doesn't work for me.
I have a machine which I used…

Mijin
- 125
- 1
- 9
0
votes
1 answer
Is there any way to debug DLL using dmp file w/o having host application's source code
Is there any way to debug DLL using dmp file w/o having host application's source code?
Suppose that I write plugins for some external system for which I don't have any source code. When my plugin crashes, I can generate dump for the faulting…

FrozenHeart
- 19,844
- 33
- 126
- 242
0
votes
0 answers
Crash and bluescreen (ntoskrnl.exe) when pinging servers from c# wpf
I was writing a little tool for work to check ping latency to our servers in c# wpf. I've done a similar thing with Windows Forms and the occuring problem appears to be the same. After some time i get a bluescreen including memory dump. The problem…

MoJo
- 93
- 1
- 13
0
votes
0 answers
iOS app rejected, trying to symbolicate crash log
I have read the other posts that pertain to this but the suggestions there do not seem to have worked for me.
I submitted my first iOS app to the App Store and got rejected because it crashed. (It runs fine on all the Xcode simulators as well as my…

user1147171
- 1,213
- 3
- 14
- 22
0
votes
1 answer
Akka actors (Scala) How to get heap dump on out of memory
How to configure the Akka application to generate the heap dump on crash (out of memeory). Tried searching but could not find the information. Can some one help me on this?

Prakash
- 578
- 1
- 5
- 22
0
votes
1 answer
Postprocess drmemory error stacks with new symbols after process exits
After running a set of tests with drmemory overnight I am trying to resolve the error stacks by providing pdb symbols. The pdb's come from a large samba-mapped repository and using _NT_SYMBOL_PATH at runtime slowed things down too much.
Does anyone…

patraulea
- 652
- 2
- 5
- 26
0
votes
0 answers
Windows Phone 8.1/10 Crash Dumps
An app I am testing ceases to boot-up and crashes shortly after app splash screen. I have noticed an option to save crash dumps via developer section on Windows Phone 8.1 and 10. These crash dumps are supposedly stored in Documents (phone storage or…
0
votes
0 answers
Pivot control GiveFocusTo crash
I have a Windows Phone 8.1 application which I am trying to port to UWP. I have a custom control which uses pivot control to show the months in the calendar (each month being a separate pivot item). Now, in some scenarios (when I tap different dates…

tavier
- 1,744
- 4
- 24
- 53
0
votes
1 answer
Analyze a Crash Dump (.dmp) from .NET
I need to read the binary file CrashDump.dmp from C#. If I use WinDbg I can read the file and see the content but I don't want to use the GUI because we want to automatically analyze several files.
I want to be able to do the same from C#. It would…

tony
- 127
- 1
- 1
- 7
0
votes
2 answers
How to get SLC.pdb to analyze memory dump
I am using windbg 6.12.0002.633 X86 on Windows Vista to analyze memory dumps for memory leaks.
I'm trying to use the command ``dumpheap -statto determine the quantities of objects in the heap.
Unfortunately, I'm getting the error*** ERROR: Symbol…

kcode
- 1,220
- 1
- 18
- 34
0
votes
1 answer
Windows crash dump analysis
I am using the DebugDiag to analyze a crash dump on windows.
This is the report summary description:
In XXXX.dmp the assembly instruction at msvcr120!abort+4a in C:\Windows\System32\msvcr120.dll from Microsoft Corporation has caused an unknown…

DoronBM
- 515
- 1
- 6
- 17
0
votes
2 answers
How to decipher dump file names generated by procdump
I setup procdump to collect crash dump using following command
procdump -ma -i c:\dumps
I now see following dump…

whoami
- 1,689
- 3
- 22
- 45
0
votes
0 answers
Postgres - Cent OS. After machine crash, Posgtres Database updated Wrongly using Fsync
I am using Centos 6 and PostgresSQL 9.4. In my configuration file , fsync and full_page_writes options were enabled. Some point , My machine got crashed and restarted. After that, i checked my database, all the entries are wrongly updated. My entire…

Dharani Dharan
- 624
- 1
- 7
- 18
0
votes
1 answer
Xcode symbolication without an archive
I'm developing an IOS App using Xcode. When I install my App from Xcode and I start it from Xcode, if the App crash then I can see clearly the error in the debugger.
Now, I disconnect my device from Xcode, I start the App and then there's a bug and…

sebastien
- 2,489
- 5
- 26
- 47
0
votes
1 answer
Generating Outlook Crash Dumps
I would like to know if it is possible for Outlook to generate a crash dump when a crash happens within my Outlook COM addin - so I can debug it if it happen at a customer's site.
For simplicity - I inserted a division by 0 upon the OnOpen event…

Steinfeld
- 649
- 2
- 10
- 20