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

learn more… | top users | synonyms

0
votes
0answers
46 views

Analyze BSOD WHEA_UNCORRECTABLE_ERROR WIN8 Driver

I have a new Computer for 3 Weeks now and i get a lot of WHEA_UNCORRECTABLE_ERROR BSODs. I get These Bluescreens random every 30 - 50 minutes. Here is the dump from WinDbg: Microsoft (R) Windows ...
2
votes
3answers
80 views

MiniDumpWriteDump and writing multiple dumps for the same crash?

TL;DR Does it make sense to write multiple dumps for the same crash event, and if yes, what do you need to look out for. We're using MiniDumpWriteDump to write a crash dump when there is a ...
1
vote
2answers
50 views

Trouble passing _EXCEPTION_POINTERS * using FileMapping

I wanted to do a out-of-process exception handler and i had created a watch-dog process which does dedicated exception handling when child process raises exception. I had successfully invoked the ...
0
votes
0answers
36 views

Looking for program to match dump file with binary and pdb

I've got the following situation: I got the (mini)dump file of a crashed application. I haven't got the exe and pdb file, for which the dump file was created, but i have the exact source for the ...
0
votes
0answers
12 views

Blue screen issue Error 7A appearing

I am getting blue screen issue frequently on my Windows 7 machine. i got my RAM and Motherboard replaced by Lenova, still issue re-occurring. 50% of the time this error occurs, When something in GBs ...
1
vote
1answer
37 views

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 ,it goes to that directory.Also, is it possible to save the dump file by the name of the crashed ...
0
votes
1answer
121 views

How to analyze exception after Chrome Aw Snap using windbg

I keep having "Aw Snap" in my web application. Using windbg and with the help of How do I debug a tab crash in Google Chrome I tried to figure out the problem. Step I've done so far: Got a .dmp ...
1
vote
1answer
164 views

Kernel oops Oops: 80000005 on arm embedded system

Please help me to solve this Oops. I use a 1 milli sec high resolution timer and installing it as a seperate module with "insmod". This fires every 1 ms and i have to do some task with this timer ...
0
votes
1answer
129 views

Internal error: Oops: 17 on OMAP device

I have the ARM OMAP system which is generatin Oops during some tests. The system is still alive, but the thread which has created the Oops has died. I have pasted oops logs below. Please help me to ...
2
votes
1answer
118 views

Cocoa Crash Reporter Framework [closed]

It seems most of the crash reporting frameworks are no longer maintained: UKCrashReporter ILCrashReporter SmartCrashReporter The only thing that does seem to be maintained is plcrashreporter. But ...
2
votes
0answers
101 views

What do the “compacting perm gen” values represent?

I'm investigating a JVM crash on one of our production systems, what do the following memory values represent in the hs_err_pid log file snippet below? Heap par new generation total 1258624K, used ...
1
vote
0answers
71 views

Crash-dump using Windbg

I am working on a medical device running with windows XP embded. Recently a crash occured on the device when I was trying to access certain functionality in the device remotely. it generated minidump ...
0
votes
0answers
83 views

MongoDB random crashing

MongoDB crashes randomly every couple of days. That is very annoying. Any idea what causes "got signal 15 (Terminated: 15), will terminate after current cmd ends"? This is my log: Fri Jan 25 ...
1
vote
1answer
77 views

VB6 app crashes when key is held down

I have a VB6 application with a form that processes input via its KeyPress event. In that method, it checks to see what ASCII code has been passed in via a series of if statements, and runs the ...
0
votes
1answer
105 views

What are “Modules” in a minidump (.mdmp) file mean? Are they loaded for the process?

I am debugging a minidump file that is made when my application is starting. I am viewing the dump file in Visual Studio 2010. What are the "Modules" shown? Are they all loaded for specifically my ...
3
votes
1answer
110 views

Windbg lm: what does “deferred” mean?

I'm debugging a crash dump file for a .NET 2.0 assembly in WinDbg. When I type "lm" into WinDbg, I get a long list of loaded modules like this: 723c0000 72950000 mscorwks (deferred) . . What ...
3
votes
2answers
153 views

What is the best practice for kdump disk size

We have a redhat 6 servers and memory is around 64GB, we are planing to configure kdump and I am confused about disk size I should set. Redhat suggest it would be memory + 2% more (that means around ...
1
vote
1answer
83 views

What is msvcr80!_NLG_Return?

I have the following call stack in one of my crash-dumps: ChildEBP RetAddr Args to Child 1ac5f400 74e68ed7 1ac5feb4 1ac5f6d8 1ac5f420 ...
0
votes
0answers
157 views

App crashes after lock screen (using VVOSC and Device Motion)

I started IOS 2 weeks back and now..My app crashes when I lock screen and open again..Everything is fine until I lockscreen. Don't know where to start debugging and what is causing the problem.. ...
4
votes
2answers
110 views

Does the size of the core file reflects the the memory usage when the application crashed?

My application(C++ on Sol 10 - 32 bit) crashed, and the size of the core generated by the application is 4 GB. Can I assume the application may use memory up to 4 GB (same as the size of the core ...
2
votes
1answer
99 views

Multi-platform crash reporting system for Qt applications

I am creating a multi-platform Qt application for which I would want a crash reporting system to generate a crash report whenever there's a crash on the user's computer. At a later point, I should be ...
0
votes
1answer
152 views

iPad app in store crashing, trouble working out TestFlight logs

So I'm getting many crash logs for my app showing up in TestFlight on a live app (iPad 5.0+ only) 2 libsystem_c.dylib 0x332a9e92 _sigtramp + 42 3 UIKit 0x34b97372 + 226... Exception Reason: SIGSEGV ...
0
votes
1answer
131 views

Symbolicating crash just gives me __PRETTY_FUNCTION__

I have used this code as an UncaughtExceptionHandler for my app to capture some crash information and return it back to me: NSArray *callStack = [exception callStackReturnAddresses]; int i,len = ...
2
votes
1answer
443 views

Program crash - how to read appcompat.txt?

After the program I am debugging crashes, I am left with heap dump *.mdmp file & appcompat.txt in my Temp directory. I understand that appcompat.txt is an error report. Is there a description of ...
0
votes
1answer
520 views

How is procdump -t — dump on process termination — used?

The question may be a bit awkward, but here's my detailed problem: Currently I'm looking into setting up SysInternals' procdump.exe to monitor an application of ours that exhibits spurious ...
0
votes
1answer
84 views

analyse .core file generated from a load test on resin

I am having a load test run on a linux machine which is generating huge .core files. My question is how do I analyse these. GDB is an option but would it mean to start the load test from inside ...
0
votes
0answers
122 views

How to change apport default behaviour for non-packaged application crashes?

We have an Ubuntu server deployed with apport enabled as shown. ~$ cat /proc/sys/kernel/core_pattern |/usr/share/apport/apport %p %s %c Unfortunately apport's behaviour in dealing with ...
0
votes
1answer
263 views

installing debugging tools to analyse minidumps on windows 7

I've been trying to install the 'Debugging Tools', in order to try to analyse the dump file a server-crash (Windows Server 2008 R2). I used to do this in the past, but I cannot find how to install / ...
1
vote
1answer
71 views

How to debug a GPF crash?

I have an old VB6 app that uses a lot of 3rd party components, not just visual but also for audio processing, tcp/udp, VoIP, etc... When I run the app as an EXE (e.g. not in the VB6 IDE), it will ...
8
votes
2answers
178 views

Debugging Mixed mode (C# , C++) application

I am debugging an issue with a mixed mode (managed and unmanaged) application. The actual issue is within the unmanaged code. I have loaded SOS dll into Windebugger. But is shows me the call stack ...
1
vote
1answer
287 views

How to get Useful crashlog information Android Cocos2dx C++

I'm working in cocos2dx android using c++, java. I got crash on my device and looked in logcat and found what is attached. Crash log doesn't throw me any useful information at all. I tried on ...
4
votes
1answer
175 views

Memory Dump not being written in C++ Release mode

I've been using http://www.codeproject.com/Articles/1934/Post-Mortem-Debugging-Your-Application-with-Minidu to get a dump file from my application which always crashes on another system. So what I ...
2
votes
3answers
187 views

Java equivalent of coredump on uncaught exception

What is the Java equivalent of a Linux coredump or Windows minidump? I've read about heap dumps and it looks like what I want, but how to trigger them (automatically) on uncaught exceptions? I know ...
0
votes
0answers
177 views

Developer tools cause a freeze in google chrome

I have just installed Google Chrome and started to check my web application. Since I have a bug either in HTML or in Javascript I set a breakpoint in the function to be called ... or at least I think ...
0
votes
0answers
52 views

What settings does Visual Studio 2010 use when calling MiniDumpWriteDump()?

I've been trying to optimize the size of the dumps generated when our (C++) program crashes. I was wondering in anyone knew what it was passing to MiniDumpWriteDump() when you tell it to make dump ...
0
votes
1answer
94 views

Should I write my own crash dump via watchodg process or rely on WER?

At the moment my info is (and let's keep the context to Windows-7, as WER doesn't work like that on Win-XP) that I have two ways of getting a full memory crash dump for my application: I can set up ...
6
votes
1answer
125 views

What actions do I need to take to get a crash dump in ALL error scenarios?

We're on Windows and we want to get a crash dump (possibly using MiniDumpWriteDump) for all scenarios where our application exit's unexpectedly. So far we have identified, and set up, the following: ...
0
votes
2answers
424 views

Trouble with ARC and background dispatch queues

Since, I've installed the latest 10.8.2 Operating system and upgraded Xcode to 4.5.2, I've started to get problems with an application I wrote which has been working for a long time. The application ...
2
votes
1answer
150 views

Linux kernel dump: How to get the owner of a spinlock

I have a linux kernel dump generated on a 24-core system. Most of the tasks are stuck on a spinlock. Is there a way to get the owner of a spinlock?
0
votes
0answers
77 views

Probably heap corruption, but could it be something else?

I have the following c++ code running in a multi-threaded environment: A* a = (A*) (_x->b); a->DoStuff(); A is a concrete class, _x is a member of A (let's say of type X*) and b is a void *. ...
0
votes
1answer
183 views

What determines the load address for an ios app?

Up until very recently (around november 4th, 2012) the crash dumps from our ios app always had a load address of 0x1000. We never used the -l option in atos and we still got good results so I assume ...
-1
votes
1answer
274 views

How to collect Application Crash Dumps

I need to collect the crash dumps for some specific applications. I have gone through this article but can't say it helped me much. Platform:: WinXP, Vista & Win7. Seems that WinXP and above ...
0
votes
1answer
123 views

How to analyze crash in printer driver from dump

I am trying to find the cause of an access violation using Konica Minolta PCL driver from a memory dump. I will try to provide as much info as needed. Maybe others in similar situations will benefit ...
1
vote
1answer
149 views

analyzing vmcore taken over raw disk

I have core dump (vmcore) of a Red Hat Linux machine taken over raw disk partition. The vmcore is generated and i could see that on my serial console output. i had triggered the core dump proces ...
0
votes
1answer
178 views

App crash while accessing SqlIte database

I am creating a sqlite database through my app. The queries for insertion and table creation executes well. But when I am retrieving the data my app crashes with following log Caused by: ...
2
votes
0answers
151 views

creating minidump of a 32bit process running in 64 bit OS

I have a .net app which is designed to run in a 32 bit environment and it runs in 64 bit OS in wow64 environment. Now i am creating an utility(32 bit) to create dump for the application. I use the ...
1
vote
1answer
374 views

VB6 Crash Dump Symbol is not being resolved

I am unable to figure this problem out. Symbol is not being resolved Deployment There are number of exes of my system deployed on a network path. All users run those exes from that shared network ...
0
votes
0answers
189 views

How to make GDB use a RAM dump file?

We have an embedded board with ColdFire CPU which runs µC-OS/II. When the embebbed program crashes, the CPU dumps (or copies) the entire RAM in the embedded flash. Then, we have a procedure to ...
2
votes
1answer
362 views

Analyzing crashdump, wrong symbols

I am having trouble analyzing a crashdump with windbg. I run: .sympath SRV*c:\symbols*http://msdl.microsoft.com/download/symbols .reload /f /i To get the symbols. All symbols seem to have ...
1
vote
2answers
157 views

How to determine error causing instruction from crash dump

When an exception was raised I created a mini dump for a .NET application with parameters MiniDumpNormal | MiniDumpWithProcessThreadData | MiniDumpWithThreadInfo | MiniDumpWithUnloadedModules ...

1 2 3 4 5 6