The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
3answers
102 views

Debugging hang where Ctrl Alt Delete won't work

My computer recently froze out of the blue wwhile I was browsing the web. Ctrl-Alt-Delete didn't work so I had to resort to killing the power and rebooting. Now I'm wondering what I could have done ...
3
votes
2answers
91 views

What does the C in Cid stand for in winDbg, kdbg and livekd?

If execute the !process command in the windwos debugger you get output in this format: PROCESS fffffa8006bff940 SessionId: 0 Cid: 03ec Peb: 7f79ae1f000 ParentCid: 02e4 DirBase: 084ed000 ...
0
votes
0answers
558 views

What does “GRM” stand for in GRMSDK in MS SDK DVD ISO images? [closed]

When one tries to install Debugging Tools for Windows as a Stand-alone Component, there is the possibility to download ISO images of the "Microsoft Windows SDK for Windows 7 and .NET Framework 4". The ...
1
vote
0answers
78 views

Setting up a “!stoponexception” condition for windbg via command line / startup script?

I have a problem with an application we've made that sometimes crash with a StackOverflowException in some .NET code. Unfortunately, the app is partly unmanaged and partly managed, and for some ...
0
votes
1answer
81 views

BSOD 0xA0 on Windows XP

I have some problems with a bluescreen on a Windows XP SP3. The Bugcheck code is 0x000000A0 and the first parameter 0x00000101 states that there is a Unhandled exception occured while processing ...
1
vote
0answers
178 views

HL1, TF1, CS 1.6 crashes down

I have in their steam folders *.mdmp files. I opened them in WinDbg and got this output: Microsoft (R) Windows Debugger Version 6.2.8400.0 AMD64 Copyright (c) Microsoft Corporation. All rights ...
1
vote
1answer
3k views

How to inspect a Process Explorer full dump

I've been having some trouble with Visual Studio 2010. It stops working, and I see it increases in memory usage. So I suspect a memory leak (in one of the plugins maybe). I took a Full Dump with ...
0
votes
3answers
480 views

Analyze a Blue Screen of Death in Windows 7

Bought a new computer 6 month ago. From day one it's been acting funny. It hangs (without a BSOD) and the only way to un-hang it is by restarting it. On these occasions I have no idea what went ...
1
vote
1answer
1k views

Analyzing a WinDbg dump after a BSOD - “An expected clock interrupt was not received”

About six months ago I upgraded my computer hardware - new mobo, CPU, RAM, etc. It's run like a champ until just recently. This morning when I went to my computer it had a BSOD. I used WinDbg to ...
0
votes
4answers
754 views

How to Export/Parse files from memory.dmp?

My computer got bluescreen, and saved all info to a memory file before restart. I have memory.dmp, and i have some very important files that i didnt save. All the files I need to recover were txt ...
2
votes
2answers
199 views

Sony VAIO VGN-Z21WN BSOD Vista Business

I am trying to trouble shoot an issue one of our users is experiencing with their laptop. Essentially they get a MULTIPLE_IRP_COMPLETE_REQUESTS STOP error when resuming the system from sleep mode. ...
5
votes
1answer
2k views

WinDbg Problem with ntoskrnl

I've got a similar problem to "BSOD - Unable to verify timestamp for ntoskrnl.exe", in that I can't seem to get the correct symbols to read ntoskrnl. I've followed the advice given by BK1E, but still ...