windows xp sp3 bsod - what do numbers in parenthesis mean?

1

I'm getting a BSOD on my Windows XP SP3 image (running on Workstation 8) all of a sudden. Here is the message:

stop: 0x000000D1 (0x00000008, 0x00000002, 0x00000000, 0x8616A7c5)

I've tried to debug the D1 error - what do the other values represent? I'm hoping they can point me to a solution to my problem. Any ideas what the last 4 numbers represent?

windows-xp
vmware
bsod
asked on Stack Overflow Mar 7, 2013 by Kathy

2 Answers

1

Make sure that the computer is correctly configured to save a crash dump file. The 1-st parametr - memory referenced 0x00000008 bad address in both user and kernel mode at any IRQL. The 4-th parametr - address that referenced memory 0x8616A7c5. Instruction in a module that is loaded at this address causes an error.

answered on Stack Overflow Mar 15, 2013 by sergmat
0

download win-debugger from Microsoft and then open the crash dump files. you could also see the calling stack and know which process cause the BSOD.

answered on Stack Overflow Mar 7, 2013 by celeron533

User contributions licensed under CC BY-SA 3.0