crash-dumps Questions

2

Solved

I set up the registry key, HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps as described on MSDN. I have a test program - a console program, compiled with Visual C++, that ...
Japhetic asked 2/3, 2012 at 15:17

2

I Just want to recover crash dumps of my own 32bit applications. I tried the following: I followed the steps at MSDN "Collecting User-Mode Dumps": http://msdn.microsoft.com/en-us/library/...

4

Solved

I have a .NET service with a normal private working set of about 80 MB. During a recent load test, the process reached 3.5 GB memory usage causing the whole machine to be low on physical memory (3....

5

Solved

I recently received a 64-bit crash dump from a customer. Our processes are all 32-bit, but the customer's machine is running x64 Server 2008. Visual Studio (both 2008 and 2010 Express) is telling ...
Voiceful asked 22/10, 2010 at 19:48

0

I have experienced BSOD every time I have resumed laptop from sleep. I have analyzed the minidump using WinDbg and the causing processes is always Slack.exe. I have googled a bit I have found https...
Aleris asked 2/5, 2017 at 7:39

1

Assume a remote site gets a rare error but doesn't crash the application. I would still like to create a mini dump file when this happens so I have some information to work with, mainly the call st...
Imminent asked 3/4, 2017 at 20:43

2

Solved

I've got a whole bunch of minidumps which were recorded during the runtime of an application through MiniDumpWriteDump. The minidumps were created on a machine with a different OS version than my d...
Solley asked 6/7, 2011 at 10:30

2

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 non-pack...
Patrizius asked 7/1, 2013 at 22:11

2

Solved

I made C++ application to use with WinDbg, and intentionally add access violation run-time error. Application was compiled as release build, and then I copied exe from release folder to desktop. ...
Raseta asked 6/12, 2013 at 10:2

1

I want understand how tools like Crashlytics works. How do they get the crash log stack trace just minutes after a system crash? Do they access some kind of crash dump that is generated after cra...
Superinduce asked 19/7, 2016 at 23:36

3

Solved

In my app ,i have integrated Crashlytics ,ACRA and Google Analytics for reporting crashes -> is there any side effect of one on others ? -> Which one is better to use. -> How crash reporting to...
Gigigigli asked 16/12, 2014 at 6:56

1

One of the customers of our software complained that it was crashing on his Windows XP machine. I asked him to download ProcDump and run our process through it as such: procdump -e -ma -w myproc.e...
Suter asked 9/7, 2016 at 2:55

2

Solved

I have an application which is mostly native code written in C: Simon Tatham's Puzzles. When I catch a crash (with a signal handler), a Java backtrace will only tell me the vague area of the proble...
Samoyed asked 17/9, 2011 at 16:45

4

Solved

If I have a process dump file, is there anyway of knowing if the dump was generated on a x64 machine or x86 machines?
Valuate asked 10/11, 2011 at 18:34

3

I'm doing some crash dump debugging, where I am looking a dump taken from a production server. The machine I'm running WinDbg on must have a slightly different version of the .NET runtime installed...
Shadowgraph asked 4/9, 2015 at 19:31

2

Solved

Problem I have a Windows application that we developed for in house use. Thanks to Windows Error Handling, the window stays open and I can easily generate a crash dump from the task manager. I ha...
Memoir asked 7/8, 2015 at 23:53

1

Solved

I have a full memory dump of a process taken through Task Manager. Can I determine what the time was on the machine at that moment?
Seldan asked 15/7, 2015 at 17:14

2

Solved

I've got a crash-dump file (my 32-bit windows application has crashed on a customer computer). Exception code is 0xE06D7363. So, I found this article from MSDN blogs about decoding the exception pa...
Goebbels asked 1/2, 2012 at 12:35

4

Solved

Is there a way to get crash-dumps out of Windows Phone 8 during development time? I am after a file that is dumped similarly to when a normal Win32 app crashes. Or similar to what is saved on iOS d...
Trait asked 17/5, 2014 at 15:40

1

I'm trying to diagnose a crash issue for a .NET 4 application. The last time it crashes in a user's machine, Windows Error Reporting doesn't gather the mini dump of the application. I've check the ...
Rosenblatt asked 9/6, 2015 at 16:35

2

Solved

I have an app which is entirely written in Java - no native code whatsoever - and I've twice had a crash report on the Developer Console "Native crash in unknown unknown". I have no idea where to s...
Mosstrooper asked 24/3, 2014 at 13:16

1

Solved

I have a x64 crash dump of a managed (C#) application that p/invokes to native code. The dump was taken after the native code attempted to dereference a bad memory location, and after the .NET mars...
Limassol asked 11/5, 2015 at 16:26

2

Solved

I'm trying to debug a page in a web app that keeps crashing Chrome ("Aw, snap!" error). I've enabled/disabled automatic crash reporting, tried logging with google-chrome --enable-logging --v=1, (as...
Bob asked 6/4, 2015 at 15:45

1

Is there a way to WinDbg in pure headless mode ? My use case is that I should be able to imitate "!analyze -v" command for a minidump on command line without launching WinDbg GUI.
Deviltry asked 15/1, 2015 at 0:14

1

Solved

I've written an application that I want to have some level of automatic debugging for. I want to use windows error reporting to output the crash dump into the same folder that the app is running fr...
Napalm asked 8/1, 2015 at 19:32

© 2022 - 2024 — McMap. All rights reserved.