Questions tagged [crash-dumps]

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

718 questions
0
votes
1 answer

What is the right way to get MiniDumpWriteDump stack traces across MFC boundaries?

We're in a situation where we are using MiniDumpWriteDump to generate a dumpfile. However we have noticed that if the code takes the path our code->MFC->our code the callstack ends at MFC and we lose the source of the problem. This is a 64bit…
AKB
  • 31
  • 5
0
votes
0 answers

How to find the reason for crash in xamarin.android

I have the below crash log from my console Tombstone written to: /data/tombstones/tombstone_06 AM write failed: Broken pipe Error (3675) / DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Error (3675) / DEBUG: Build…
George Thomas
  • 4,566
  • 5
  • 30
  • 65
0
votes
1 answer

CriticalSection Count-Variables inconsistent?

This was a manual dump. Some people claim that there was a deadlock. 1) !locks says that the OwningThread of my critical section is 19a0, but that thread doesnt even exist? (look at ~ output) 2) EntryCount is 0, so the only thread that ever called…
Milan
  • 616
  • 5
  • 11
0
votes
1 answer

VSTO Add-in causing Word to crash on application close

I have created numerous VSTO Add-Ins over the last few years. They are running against many versions of MS Word (but mostly MS Word 2016). I share a common library of code that I add to when working on each new project. I've noticed sporadic…
Matt Fitzmaurice
  • 1,319
  • 4
  • 19
  • 40
0
votes
1 answer

Valgrind - Open Windows memory dump

I have a memory leak on a service installed on a Windows productive server where I can't stop service or install programs. I used the task manager to extract a dump of the memory to a file. This memory dump make more that 1GB, but when I use tools…
0
votes
1 answer

How to set up Visual Studio to analyze crash dumps

I have a program which is instrumented to generate mini-dumps on exceptions. I have archived copies of the .exe, .pdb and the source files. The only way that I have found to get Visual Studio to find the .pdb file and analyze a dump when I receive…
Linda X
  • 44
  • 4
0
votes
1 answer

Is there a crash reporting service that supports mixed C++ and C# applications?

I am currently using the Windows Error Reporting service that is built into the Windows OS. It falls short in quite a few areas including automating new builds being submitted for crash collection and analysis of the actual crashes. I found a few…
Brett Lesnau
  • 208
  • 3
  • 8
0
votes
1 answer

IIS App Pool crashing on recycle

I hope someone can help with this very strange situation. The w3wp process (for any site on our server) crashes with an Access Violation exception when it's recycled. This happens whether it recycles due to a time or request limit, or a manual…
robinbetts
  • 104
  • 1
  • 10
0
votes
1 answer

Visual Studio 2012 debug using different dll and pdb

I am trying to open a dump file using Visual Studio 2012 but there are some PDB files missing. Is there a way to make the debugger use another PDB file, built on my machine? Unfortunately, I can't access the original DLLs and PDBs. I'm trying to…
0
votes
3 answers

C++ Program crash (C0000005 Access Violation) on call instruction

I have a crash that's puzzling me and that I thus far have found impossible to consistently reproduce. The code is compiled with Visual Studio 2008. The (simplified, of course) source code looks like this: class AbstractParentClass { private: …
Michael
  • 325
  • 1
  • 3
  • 9
0
votes
1 answer

How to capture crashes in iOS Swift 3.0 using only iOS 10

I am trying to write some basic code to capture crashes in iOS 10+ using Swift 3.0 without using third party libraries. I found the following functions: // Capturing exceptions NSSetUncaughtExceptionHandler { exception in print("Exception:…
mm24
  • 9,280
  • 12
  • 75
  • 170
0
votes
0 answers

Kernel panic - not syncing: Watchdog detected hard LOCKUP

Can someone help me why have i got this crash? [2324956.184374] Kernel panic - not syncing: Watchdog detected hard LOCKUP on cpu 1 [2324956.184374] Pid: 0, comm: kworker/0:0 Tainted: P 3.1.10-gb20-default #1 [2324956.184374] Call…
Sumit Gemini
  • 1,836
  • 1
  • 15
  • 19
0
votes
1 answer

Need help in understanding the crash dump from logcat

I got this Crash dump from my logcat: Crash dump from my logcat (I erased in this image just the project name) I wanted to know what thoes number's (+56 and +41 circled in red) means. Is it offset? And if so, offset from where?
0
votes
1 answer

Finalizer bloqued hanging the application

Today we received a CrashDump of an application that was hung. Running it thru DebugDiag we got the following information: Analysis Summary Error Description Recommendation The finalizer thread 5 in this WordHangs.dmp is blocked Review…
Ignacio Soler Garcia
  • 21,122
  • 31
  • 128
  • 207
0
votes
0 answers

"Frames may be missing no binary loaded" for all my assemblies in the dump file, why?

I have a dump file which I'm trying to debug. But when I open it in the Visual Studio, I can't see any callstack for my code (only system DLLs), for my code it is only Frames may be missing no binary loaded for xxxx.dll I do have right…
pastorgluk
  • 191
  • 1
  • 1
  • 7