Hello Slimwich, Welcome to SF
OK first off the general stuff
If your OCing in anyway stop, return everything to stock settings for the purposes of testing
If you havent already, fill in your system specs so we know what we are dealing with
System Info - See Your System Specs
Make sure you have read the guide on asking for help with BSOD so you know what we need
http://www.sevenforums.com/crashes-d...tructions.html And if necessary set your machine to create minidumps (Method 2 Step 2 is easiest IMO) Dump Files - Configure Windows to Create on BSOD
Run some scans to check against virus or infection
http://support.kaspersky.com/5350 Windows Defender Offline
Run some basic hardware tests
RAM - Test with Memtest86+ Disk Check (windows based check)
Hard Drive Diagnostic Procedure (bootable disk check)
Now the nitty gritty
Your dump file indicates an error code 0x19
BSOD Index
usual causes of this a device
drivers Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 19, {22, 9400000000000, 0, 0}
Probably caused by : ndis.sys ( ndis!ndisRestartMiniportFilterStack+336 )
Followup: MachineOwner
---------
0: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
BAD_POOL_HEADER (19)
The pool is already corrupt at the time of the current request.
This may or may not be due to the caller.
The internal pool links must be walked to figure out a possible cause of
the problem, and then special pool applied to the suspect tags or the driver
verifier to a suspect driver.
Arguments:
Arg1: 0000000000000022,
Arg2: 0009400000000000
Arg3: 0000000000000000
Arg4: 0000000000000000
Debugging Details:
------------------
BUGCHECK_STR: 0x19_22
POOL_ADDRESS: GetPointerFromAddress: unable to read from fffff800036c3100
GetUlongFromAddress: unable to read from fffff800036c31c0
0009400000000000 Nonpaged pool
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: WIN7_DRIVER_FAULT
PROCESS_NAME: System
CURRENT_IRQL: 2
LAST_CONTROL_TRANSFER: from fffff8000341e4ce to fffff80003493fc0
STACK_TEXT:
fffff880`03585718 fffff800`0341e4ce : 00000000`00000019 00000000`00000022 00094000`00000000 00000000`00000000 : nt!KeBugCheckEx
fffff880`03585720 fffff800`035c01fa : 00000000`00000000 fffff880`03585870 fffff880`035857f0 00470000`00000001 : nt! ?? ::FNODOBFM::`string'+0x72d6
fffff880`035857b0 fffff880`01853296 : fffff880`03585b30 fffff880`03585b30 00000000`00000000 fffff880`00000000 : nt!ExFreePoolWithTag+0x46a
fffff880`03585860 fffff880`01853932 : fffffa80`00000000 fffffa80`0c1c81a0 fffffa80`00000000 fffff880`01863110 : ndis!ndisRestartMiniportFilterStack+0x336
fffff880`03585af0 fffff800`0349d641 : fffff880`0189e010 fffff800`03786501 fffff800`03631280 fffffa80`00000000 : ndis!ndisQueuedRestartFilter+0x192
fffff880`03585b70 fffff800`0372ae5a : 00000000`00000000 fffffa80`06719b50 00000000`00000080 fffffa80`066769e0 : nt!ExpWorkerThread+0x111
fffff880`03585c00 fffff800`03484d26 : fffff880`03365180 fffffa80`06719b50 fffff880`0336ffc0 00000000`00000000 : nt!PspSystemThreadStartup+0x5a
fffff880`03585c40 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiStartSystemThread+0x16
STACK_COMMAND: kb
FOLLOWUP_IP:
ndis!ndisRestartMiniportFilterStack+336
fffff880`01853296 8b5360 mov edx,dword ptr [rbx+60h]
SYMBOL_STACK_INDEX: 3
SYMBOL_NAME: ndis!ndisRestartMiniportFilterStack+336
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: ndis
IMAGE_NAME: ndis.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 5034f6b2
FAILURE_BUCKET_ID: X64_0x19_22_ndis!ndisRestartMiniportFilterStack+336
BUCKET_ID: X64_0x19_22_ndis!ndisRestartMiniportFilterStack+336
Followup: MachineOwner
--------- dump is blaming driver ndis.sys but this is a driver supplied by windows install disk or windows update so i think we can rule that one out, so im afraid its not a clear cut case, there is two ways to go about this we can sit back and wait for it to happen again and try to narrow it down or we can be proactive go at it updating drivers and running driver verifier its up to you
Will have a look through your drivers and programs and update in a bit