IRQL Not Less or Equal BSOD

.enigma.

Weaksauce
Joined
Dec 6, 2009
Messages
81
Im running in safe mode right now and theres no BSOD. When i run normally less than a minute after startup i get BSOD.
 
win+r
control sysdm.cpl,,3
OK
Click "settings" under "startup and recovery"
Under "write debugging information", change it to "Kernel memory dump"
Install windbg from http://www.microsoft.com/whdc/DevTools/Debugging/default.mspx
Next time you blue screen, after reboot, launch windbg as admin
Press Ctrl+D
Open %SystemRoot%\MEMORY.DMP

From the windbg command line, execute the following
.symfix
.reload
!analyze -v

Paste the output
 
win+r
control sysdm.cpl,,3
OK
Click "settings" under "startup and recovery"
Under "write debugging information", change it to "Kernel memory dump"
Install windbg from http://www.microsoft.com/whdc/DevTools/Debugging/default.mspx
Next time you blue screen, after reboot, launch windbg as admin
Press Ctrl+D
Open %SystemRoot%\MEMORY.DMP

From the windbg command line, execute the following
.symfix
.reload
!analyze -v

Paste the output

Im having trouble with that. After i open %SystemRoot%\MEMORY.DMP i just get a green screen and then have to restart my computer


Also, now my computer is crashing but its not displaying the BSOD, everything just goes black and i have to restart.
 
Well i ran it in safe mode and there was no green screen and this is what showed up:


*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)
An attempt was made to access a pageable (or completely invalid) address at an
interrupt request level (IRQL) that is too high. This is usually
caused by drivers using improper addresses.
If kernel debugger is available get stack backtrace.
Arguments:
Arg1: badbae0a, memory referenced
Arg2: 00000002, IRQL
Arg3: 00000000, value 0 = read operation, 1 = write operation
Arg4: 81ed9596, address which referenced memory

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


READ_ADDRESS: badbae0a

CURRENT_IRQL: 2

FAULTING_IP:
NETIO!WfpProcessFlowDelete+77
81ed9596 8b7e10 mov edi,dword ptr [esi+10h]

DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT

BUGCHECK_STR: 0xD1

PROCESS_NAME: System

TRAP_FRAME: 8aa28c24 -- (.trap 0xffffffff8aa28c24)
ErrCode = 00000000
eax=8418a2d8 ebx=848df680 ecx=00000000 edx=00000004 esi=badbadfa edi=848df660
eip=81ed9596 esp=8aa28c98 ebp=8aa28cb0 iopl=0 nv up ei pl zr na pe nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010246
NETIO!WfpProcessFlowDelete+0x77:
81ed9596 8b7e10 mov edi,dword ptr [esi+10h] ds:0023:badbae0a=????????
Resetting default scope

LAST_CONTROL_TRANSFER: from 81ed9596 to 8208fdc4

STACK_TEXT:
8aa28c24 81ed9596 badb0d00 00000004 00000000 nt!KiTrap0E+0x2ac
8aa28cb0 81ec8407 000001b9 00000000 00000000 NETIO!WfpProcessFlowDelete+0x77
8aa28cc4 81ec83d9 000001b9 00000000 848df67c NETIO!KfdNotifyFlowDeletion+0x19
8aa28cdc 9056fef0 848df660 823a4f00 849ef840 NETIO!KfdAleNotifyFlowDeletion+0x18
8aa28cf4 905710b3 848df640 905ec1e0 849ef96c tcpip!WfpAleEndpointTeardownHandler+0x3f
8aa28d08 81ec84cd 849ef96c 820fde7c 868dcdd8 tcpip!TcpCleanupTcbWorkQueueRoutine+0x56
8aa28d2c 8218c87c 868dcdd8 905ec1e0 869b8ae8 NETIO!NetiopIoWorkItemRoutine+0x2f
8aa28d44 82078fc0 869b8ae8 00000000 8418a2d8 nt!IopProcessWorkItem+0x2d
8aa28d7c 82225544 869b8ae8 8aa23680 00000000 nt!ExpWorkerThread+0xfd
8aa28dc0 820915fe 82078ec3 00000001 00000000 nt!PspSystemThreadStartup+0x9d
00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x16


STACK_COMMAND: kb

FOLLOWUP_IP:
NETIO!WfpProcessFlowDelete+77
81ed9596 8b7e10 mov edi,dword ptr [esi+10h]

SYMBOL_STACK_INDEX: 1

SYMBOL_NAME: NETIO!WfpProcessFlowDelete+77

FOLLOWUP_NAME: MachineOwner

MODULE_NAME: NETIO

IMAGE_NAME: NETIO.SYS

DEBUG_FLR_IMAGE_TIMESTAMP: 4a85738f

FAILURE_BUCKET_ID: 0xD1_NETIO!WfpProcessFlowDelete+77

BUCKET_ID: 0xD1_NETIO!WfpProcessFlowDelete+77

Followup: MachineOwner
 
Some more information:

The screen tends to go black when i use firefox. However, i left my computer for a couple hours and when i came back the screen was still black.

Could my motherboard be broken. Should i RMA it?
 
This has been attributed to multiple things. The system extensions (drivers) for any add-on card/peripheral could be causing an issue, but this has also been attributed to power supplies AND bad memory (google this and you'll see tons of crap). Start by testing the cheapest components first to find what is bad. I recommend completely wiping drivers and re-installing the latest ones after applying the hotfix listed above if it doesn't do the trick. If you determine you do not have any bad drivers or bad parts, next step is a whole system reload (backup, format, reinstall)
 
When this happened i wasnt overclocked

I ended up uninstalrling the drivers, reformatting the hard drive and installing a hotfix and i have yet to see the error.


Thanks for everyones help
 
Back
Top