Tagged Questions

1
vote
4answers
215 views

Catching exit(1);

I have a MFC SDI application which during startup loads a DLL. I am only able to view the source code and use the DLL but not changing & recompiling it. The situation now is t …
1
vote
0answers
45 views

Useful things to put in the user stream segment of minidumps

I am interested in what useful things developers put in the user stream data structure that can be embedded in minidumps. MSDN describes the parameter for MiniDumpWriteDump as suc …
0
votes
1answer
51 views

cdb and windbg unable to load MiniDumps, but VS 2008 loads them fine

I am trying to build some automated crash dump analysis, but I cannot get cdb or windbg to load my crash dumps. They load just fine in VS 2008. When I run dumpchk.exe on the file, …
1
vote
3answers
117 views

Why don’t Minidumps give good call stacks?

I've used minidumps on many game projects over the years and they seem to have about a 50% chance of having a valid call stack. What can I do to make them have better call stacks? …
4
votes
3answers
182 views

how to create minidump for my process when it crashes

Hi I am not able to create minidump form my process by changing system setting.So my Question is Will system create a minidump for user process when they crashes If y …
3
votes
0answers
65 views

How to debug a WER minidump of an “ngen”ed image

When ngen is executed on a .NET managed application at installation time, and a crash dump is retrieved from Windows Error Reporting for the app, how can you use it to see a stack …
0
votes
1answer
124 views

How to set AeDebug to get a minidump with the name of the process ?

I have to perform some post mortem debugging on a C++ project. Known way to perform is to set the cdb debugger as a minidump generator and to process the dumps collects afterwards. …
0
votes
1answer
49 views

Minidump creates empty dump file

We have an in-proc crash handler which is using MiniDumpWriteDump() from DbgHelp to write a minidump is case of a process crash. I know its not the best way to do it, however, at …
1
vote
4answers
170 views

Viewing registers in a crash dump

Is there a way to view the register contents in each stack frame in a crash dump? The registers window seems to contain the registers when the exception occurred but it would be us …
3
votes
5answers
3k views

Windows MiniDump files — “Symbols can not be loaded” when trying to read with WinDbg

I have an application that sometimes causes a BSOD on a Win XP machine. Trying to find out more, I loaded up the resulting *.dmp file (from C:\Windows\Minidump), but get this mess …
3
votes
2answers
214 views

What settings should I be using with Minidumps?

Currently we call MiniDumpWriteDump with the MiniDumpNormal | MiniDumpWithIndirectlyReferencedMemory flags. That works just fine for internal builds in Debug configuration, but isn …
0
votes
3answers
169 views

Call MiniDumpWriteDump with callback

I want to use the MiniDumpWriteDump function to create some custom dump files (mainly, i want to export a dump file that contains the minimum amount of information for the thread c …
0
votes
0answers
17 views

How does Microsoft generate the Event ID for winqual events?

I am curious about the IDs that are used to identify items in winqual. I assume it is some sort of hash. Is this published? Hash of the module name, its version and an offset? …
0
votes
1answer
210 views

Dump Analysis with Source, using Visual Studio 2008 Express?

Is there any way to analyze app-crash minidumps (e.g. created by SetUnhandledExceptionFilter, or minidumpwritedump()) with source, using Visual Studio 2008 Express? I generally …
1
vote
2answers
436 views

Symbols (pdb) for native dll are not loaded due to post build step

I have a native release dll that is built with symbols. There is a post build step that modifies the dll. The post build step does some compression and probably appends some data …

1 2 next
15 30 50 per page