BSODs, random restarts, lock-ups

cowvun

New member
I've been having a ton of problems with BSODS, random restarts and lockups while gaming.
This only happens with graphical intensive games, so i kind of narrowed down what the issue is. Either it's my memory or my CPU is overheating. I had the same issues before using XP and decided to just reformat and run Windows 7 to see if the problem gets fixed.

Here is my .DMP File. Any help would be appreciated. Thanks.


Code:
Microsoft (R) Windows Debugger Version 6.12.0002.633 X86
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [C:\Users\Calvin\Desktop\031911-25615-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: SRV*C:\Symbols*[URL]http://msdl.microsoft.com/download/symbols[/URL]
Executable search path is: 
Windows 7 Kernel Version 7601 (Service Pack 1) MP (4 procs) Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7601.17514.x86fre.win7sp1_rtm.101119-1850
Machine Name:
Kernel base = 0x82e19000 PsLoadedModuleList = 0x82f63850
Debug session time: Sat Mar 19 21:40:26.218 2011 (UTC - 4:00)
System Uptime: 0 days 3:17:07.138
Loading Kernel Symbols
...............................................................
................................................................
.................................
Loading User Symbols
Loading unloaded module list
.........
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 1000008E, {c0000005, 9d8d76a8, 921f4b24, 0}

Probably caused by : win32k.sys ( win32k!HMChangeOwnerThread+25 )

Followup: MachineOwner
---------

2: kd> !analyze -v
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

KERNEL_MODE_EXCEPTION_NOT_HANDLED_M (1000008e)
This is a very common bugcheck.  Usually the exception address pinpoints
the driver/function that caused the problem.  Always note this address
as well as the link date of the driver/image that contains this address.
Some common problems are exception code 0x80000003.  This means a hard
coded breakpoint or assertion was hit, but this system was booted
/NODEBUG.  This is not supposed to happen as developers should never have
hardcoded breakpoints in retail code, but ...
If this happens, make sure a debugger gets connected, and the
system is booted /DEBUG.  This will let us see why this breakpoint is
happening.
Arguments:
Arg1: c0000005, The exception code that was not handled
Arg2: 9d8d76a8, The address that the exception occurred at
Arg3: 921f4b24, Trap Frame
Arg4: 00000000

Debugging Details:
------------------


EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.

FAULTING_IP: 
win32k!HMChangeOwnerThread+25
9d8d76a8 8b89b8000000    mov     ecx,dword ptr [ecx+0B8h]

TRAP_FRAME:  921f4b24 -- (.trap 0xffffffff921f4b24)
ErrCode = 00000000
eax=ff91576c ebx=fdf9b800 ecx=00000000 edx=fdad0f20 esi=fea5c318 edi=ff9159a0
eip=9d8d76a8 esp=921f4b98 ebp=921f4ba4 iopl=0         nv up ei ng nz na pe nc
cs=0008  ss=0010  ds=0023  es=0023  fs=0030  gs=0000             efl=00010286
win32k!HMChangeOwnerThread+0x25:
9d8d76a8 8b89b8000000    mov     ecx,dword ptr [ecx+0B8h] ds:0023:000000b8=????????
Resetting default scope

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT

BUGCHECK_STR:  0x8E

PROCESS_NAME:  APB.exe

CURRENT_IRQL:  0

LAST_CONTROL_TRANSFER:  from 9d91cdff to 9d8d76a8

STACK_TEXT:  
921f4ba4 9d91cdff fea5c318 ffa96dd8 00000000 win32k!HMChangeOwnerThread+0x25
921f4bbc 9d91d743 fdf9b8e8 0fbacbc5 00000000 win32k!MarkThreadsObjects+0x46
921f4c08 9d91ad58 8566dd48 8566dd48 00000000 win32k!xxxDestroyThreadInfo+0x715
921f4c1c 9d91aea5 8566dd48 00000001 8566dd48 win32k!UserThreadCallout+0x77
921f4c38 830834e2 8566dd48 00000001 a3fa44db win32k!W32pThreadCallout+0x3a
921f4cb4 83097051 00000001 88509560 00000001 nt!PspExitThread+0x457
921f4ccc 82eca8c0 88509560 921f4cf8 921f4d04 nt!PsExitSpecialApc+0x22
921f4d1c 82e572a4 00000001 00000000 921f4d34 nt!KiDeliverApc+0x28b
921f4d1c 775770b4 00000001 00000000 921f4d34 nt!KiServiceExit+0x64
WARNING: Frame IP not in any known module. Following frames may be wrong.
0304fbcc 00000000 00000000 00000000 00000000 0x775770b4


STACK_COMMAND:  kb

FOLLOWUP_IP: 
win32k!HMChangeOwnerThread+25
9d8d76a8 8b89b8000000    mov     ecx,dword ptr [ecx+0B8h]

SYMBOL_STACK_INDEX:  0

SYMBOL_NAME:  win32k!HMChangeOwnerThread+25

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: win32k

IMAGE_NAME:  win32k.sys

DEBUG_FLR_IMAGE_TIMESTAMP:  4d23ea90

FAILURE_BUCKET_ID:  0x8E_win32k!HMChangeOwnerThread+25

BUCKET_ID:  0x8E_win32k!HMChangeOwnerThread+25

Followup: MachineOwner
---------

2: kd> !analyze -v
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

KERNEL_MODE_EXCEPTION_NOT_HANDLED_M (1000008e)
This is a very common bugcheck.  Usually the exception address pinpoints
the driver/function that caused the problem.  Always note this address
as well as the link date of the driver/image that contains this address.
Some common problems are exception code 0x80000003.  This means a hard
coded breakpoint or assertion was hit, but this system was booted
/NODEBUG.  This is not supposed to happen as developers should never have
hardcoded breakpoints in retail code, but ...
If this happens, make sure a debugger gets connected, and the
system is booted /DEBUG.  This will let us see why this breakpoint is
happening.
Arguments:
Arg1: c0000005, The exception code that was not handled
Arg2: 9d8d76a8, The address that the exception occurred at
Arg3: 921f4b24, Trap Frame
Arg4: 00000000

Debugging Details:
------------------


EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.

FAULTING_IP: 
win32k!HMChangeOwnerThread+25
9d8d76a8 8b89b8000000    mov     ecx,dword ptr [ecx+0B8h]

TRAP_FRAME:  921f4b24 -- (.trap 0xffffffff921f4b24)
ErrCode = 00000000
eax=ff91576c ebx=fdf9b800 ecx=00000000 edx=fdad0f20 esi=fea5c318 edi=ff9159a0
eip=9d8d76a8 esp=921f4b98 ebp=921f4ba4 iopl=0         nv up ei ng nz na pe nc
cs=0008  ss=0010  ds=0023  es=0023  fs=0030  gs=0000             efl=00010286
win32k!HMChangeOwnerThread+0x25:
9d8d76a8 8b89b8000000    mov     ecx,dword ptr [ecx+0B8h] ds:0023:000000b8=????????
Resetting default scope

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT

BUGCHECK_STR:  0x8E

PROCESS_NAME:  APB.exe

CURRENT_IRQL:  0

LAST_CONTROL_TRANSFER:  from 9d91cdff to 9d8d76a8

STACK_TEXT:  
921f4ba4 9d91cdff fea5c318 ffa96dd8 00000000 win32k!HMChangeOwnerThread+0x25
921f4bbc 9d91d743 fdf9b8e8 0fbacbc5 00000000 win32k!MarkThreadsObjects+0x46
921f4c08 9d91ad58 8566dd48 8566dd48 00000000 win32k!xxxDestroyThreadInfo+0x715
921f4c1c 9d91aea5 8566dd48 00000001 8566dd48 win32k!UserThreadCallout+0x77
921f4c38 830834e2 8566dd48 00000001 a3fa44db win32k!W32pThreadCallout+0x3a
921f4cb4 83097051 00000001 88509560 00000001 nt!PspExitThread+0x457
921f4ccc 82eca8c0 88509560 921f4cf8 921f4d04 nt!PsExitSpecialApc+0x22
921f4d1c 82e572a4 00000001 00000000 921f4d34 nt!KiDeliverApc+0x28b
921f4d1c 775770b4 00000001 00000000 921f4d34 nt!KiServiceExit+0x64
WARNING: Frame IP not in any known module. Following frames may be wrong.
0304fbcc 00000000 00000000 00000000 00000000 0x775770b4


STACK_COMMAND:  kb

FOLLOWUP_IP: 
win32k!HMChangeOwnerThread+25
9d8d76a8 8b89b8000000    mov     ecx,dword ptr [ecx+0B8h]

SYMBOL_STACK_INDEX:  0

SYMBOL_NAME:  win32k!HMChangeOwnerThread+25

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: win32k

IMAGE_NAME:  win32k.sys

DEBUG_FLR_IMAGE_TIMESTAMP:  4d23ea90

FAILURE_BUCKET_ID:  0x8E_win32k!HMChangeOwnerThread+25

BUCKET_ID:  0x8E_win32k!HMChangeOwnerThread+25

Followup: MachineOwner
---------
 

My Computer

OS
Windows 7 32bit
I'd try to test them in pairs.
Remove two and wait what happens - if the crashes occur again, replace those two and try again.
Damaged RAMs are the most common reason for your problem.

Oh, and try different banks on your mainboard.
 
Last edited:

My Computer

OS
Windows 7 Ultimate x64
I'd try to test them in pairs.
Remove two and wait what happens - if the crashes occur again, replace those two and try again.
Damaged RAMs are the most common reason for your problem.

Oh, and try different banks on your mainboard.

If both pairs continue to have problems, should i start trying them individually?
 

My Computer

OS
Windows 7 32bit
Sure, good idea. But most of the time only one RAM module dies.
I had this a bunch of times - to be honest, the main reasons for BSODs are either a CPU overheating or a damaged RAM.
 

My Computer

OS
Windows 7 Ultimate x64
Sure, good idea. But most of the time only one RAM module dies.
I had this a bunch of times - to be honest, the main reasons for BSODs are either a CPU overheating or a damaged RAM.

I also thought my CPU was overheating, but i monitored the temperatures. While playing games, my CPU was at 51c max, and that's when it BSOD on me, so i doubt overheating was the problem.
 

My Computer

OS
Windows 7 32bit
That's good - because replacing a single damaged RAM is way cheaper than a stir fried CPU. :)
 

My Computer

OS
Windows 7 Ultimate x64
Alright, i just tested it out and i think it is a damaged ram causing the problem.
I want to see though if its the ram or the actual PCI slot, so i'm going to test out the slots since i got 4 and only have 2 2GB ram modules.
 

My Computer

OS
Windows 7 32bit
Good idea. Just try it all out.
Finding hardware errors can be a tedious task.
 

My Computer

OS
Windows 7 Ultimate x64

My Computer

Computer Manufacturer/Model Number
Macbook Pro 15" (2011) (Matte Version)
OS
Win 7 Pro x64 SP1 OS X Snow Leopard 10.6.7
CPU
Intel Core i7 2820QM 2.3GHz (Quad-Core)
Motherboard
N/A
Memory
8GB 1333 MHz PC3-10600 DDR3 SDRAM
Graphics Card(s)
ATI Radeon HD 6750M (1GB, GDDR5)
Sound Card
N/A
Monitor(s) Displays
1 Display
Screen Resolution
1,680 x 1050 (Matte Screen, Anti-Glare)
Hard Drives
750GB SATA (5400 rpm)
WD My Passport Essential 1TB Portable Hard Drive
PSU
N/A
Case
N/A
Cooling
N/A
Keyboard
Apple Wireless Keyboard
Mouse
Apple Wireless Magic Mouse
Internet Speed
Max - 2.2MB/sec; DSL provided by Telecom NZ
Other Info
MS Office Professional 2010
McAfee Total Protection 2011
On a Laptop Stand (Hand-Built)
Back
Top