crash-dumps Questions
3
I'm debugging a .NET 4.0 web application using a full crash dump and Windbg. I seem able to get all the versions of everything to match up however when I try to get the managed stack trace of all t...
Ternion asked 24/10, 2011 at 15:33
7
A windows process got crashed for some reason. I need to analyse the crash dump.
In Windows 2003 PC health helped us to find the crash dump file.
How to get the crash dump file location in Windo...
Jemmy asked 16/7, 2010 at 10:16
1
Solved
From a dump file, is it possible to determine that Garbage collection mode used server vs workstation)? If so, what command?
Garcon asked 10/9, 2014 at 0:12
4
Solved
How do I use WinDbg for analyzing a dump file?
Bridgeport asked 9/4, 2009 at 13:38
1
Solved
I'm trying to debug a dump file (.DMP) in Visual Studio 2013. I clicked on "Debug with Managed only" action and cannot get pass this error:
Source not available
Source information is mis...
Reviviscence asked 21/7, 2014 at 19:5
1
Solved
I have captured a crash dump of my 32 bit .NET application running on a 64 bit Windows operating system. During the analysis somebody found out that I have a 64 bit dump and told me that it is not ...
Innovation asked 21/7, 2014 at 20:23
3
Solved
A program that I've developed is crashing the JVM occasionally due to this bug: http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8029516. Unfortunately the bug has not been resolved by Oracle an...
Superdominant asked 25/4, 2014 at 16:15
5
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...
Dobruja asked 24/12, 2012 at 10:28
3
I have a crash dump for a customer's application built with a very old version of our dll (release build, don't have original symbols) that I've been analyzing in WinDbg.
In order to get more info...
Cung asked 19/2, 2014 at 16:23
5
Solved
I have a strange situation on a production server. Connection for asp.net get queued but the CPU is only at 40%. Also the database runs fine at 30% CPU.
Some more history as requested in the comm...
Raffaello asked 19/11, 2010 at 16:30
2
Solved
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 w...
Errand asked 22/4, 2013 at 13:1
1
Solved
The following message is copied from WinDBG's output window:
Use !analyze -v to get detailed debugging information.
BugCheck 24, {1904fb, 8f9ec9f8, 8f9ec5d0, 87c4fccc}
Probably caused by : Ntfs....
Goulash asked 14/3, 2013 at 9:6
3
Solved
My program is written in C++. compiled with gcc, using -g3 -O0 -ggdb flags. When it crashes, I want to open its core dump. Does it create core dump file, or I need to do something to enable c...
Own asked 27/5, 2010 at 7:59
1
Solved
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 ...
Indefinite asked 25/2, 2013 at 14:25
2
Solved
My application (C++ on Sol 10 - 32 bit) crashed, and the size of the core dump 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 ...
Hirsh asked 13/2, 2013 at 4:31
2
Solved
Hello Stack Overflow !
A simple question for you : is it possible to embed custom error data into automatically generated iOS crash dumps I get from my users when my app crashed on their device ?
...
Grisette asked 13/12, 2011 at 12:2
1
Solved
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 disappea...
Mandymandych asked 14/1, 2013 at 13:57
1
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 diffe...
Pamphylia asked 20/12, 2012 at 15:33
1
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 u...
Acuate asked 28/11, 2012 at 9:25
3
Solved
I have a dump created from a managed application. I am using SOS/SOSEX extentions to ease my dump analysis. I'd like to list down the call stack of all managed threads as we do ~*kb with native app...
Mario asked 16/11, 2011 at 10:25
1
Solved
I have a *.dmp (dump) file of my crashed application. Now, I want to analyze the crashed process on a different machine. That is, the app crashed on one machine, and I have Visual Studio on other m...
Outride asked 3/9, 2012 at 18:10
4
Solved
I am currently working on a c# linux application being run under mono. Although, I believe I've handled any possible exceptions that might be thrown within my program, but should I have missed any,...
Plumley asked 20/8, 2012 at 21:52
1
Solved
I'm having a hard time getting any meaningful information from a crash dump I created with ProcDump, but I'm pretty sure it's relevant to a seemingly random crash I've been having.
I have a VB6 ap...
Plica asked 8/8, 2012 at 20:21
1
Solved
I'm using google-breakpad.
This is a bug reporting program that runs in the background to report another process's crashs.
It works in almost every situation.
However it occasionally fails to cat...
Garganey asked 5/7, 2012 at 18:59
2
Solved
We have a desktop application using JNI that occasionally causes the JVM to crash. Luckily the JVM produces a hs_err_pidXXXX.log file, which is quite useful in debugging such errors. However, it al...
Lefebvre asked 10/12, 2009 at 10:49
© 2022 - 2024 — McMap. All rights reserved.