Windows 7 blue screen of death but random

Hello there!

Seems like you have lot of old drivers. You have to update them immediately. Then if your using Bit Locker Encrypting on any drive disable it for time being.

Run SFC /SCANNOW to Repair Windows 7 Files


Update the follow drivers:


Code:
iirsp.sys    Wed Dec 14 03:17:54 2005
nfrd960.sys  Wed Jun 07 02:41:48 2006 
arc.sys      Fri May 25 02:57:55 2007
adpu320.sys  Wed Feb 28 05:34:15 2007
adpahci.sys  Tue May 01 23:00:09 2007
adp94xx.sys  Sat Dec 06 05:24:42 2008
sisraid4.sys Thu Oct 02 03:26:04 2008
SiSRaid2.sys Wed Sep 24 23:58:20 2008
lsi_fc.sys   Wed Dec 10 04:16:09 2008

Follow this guide : How to Update Drivers on Windows 7 | Captain Debugger


Code:
UNEXPECTED_KERNEL_MODE_TRAP (7f)
This means a trap occurred in kernel mode, and it's a trap of a kind
that the kernel isn't allowed to have/catch (bound trap) or that
is always instant death (double fault).  The first number in the
bugcheck params is the number of the trap (8 = double fault, etc)
Consult an Intel x86 family manual to learn more about what these
traps are. Here is a *portion* of those codes:
If kv shows a taskGate
        use .tss on the part before the colon, then kv.
Else if kv shows a trapframe
        use .trap on that value
Else
        .trap on the appropriate frame will show where the trap was taken
        (on x86, this will be the ebp that goes with the procedure KiTrap)
Endif
kb will then show the corrected stack.
Arguments:
Arg1: 0000000000000008, EXCEPTION_DOUBLE_FAULT
Arg2: 0000000080050033
Arg3: 00000000000006f8
Arg4: fffff80002ac612b

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


BUGCHECK_STR:  0x7f_8

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT

PROCESS_NAME:  SearchIndexer.

CURRENT_IRQL:  0

EXCEPTION_RECORD:  fffff88003d64428 -- (.exr 0xfffff88003d64428)
ExceptionAddress: 0000000000000000
   ExceptionCode: 10000001
  ExceptionFlags: 00000000
NumberParameters: 2
   Parameter[0]: 0000000000000000
   Parameter[1]: 0000000000000000

LAST_CONTROL_TRANSFER:  from fffff80002a8b469 to fffff80002a8bf00

STACK_TEXT:  
fffff880`009eec68 fffff800`02a8b469 : 00000000`0000007f 00000000`00000008 00000000`80050033 00000000`000006f8 : nt!KeBugCheckEx
fffff880`009eec70 fffff800`02a89932 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiBugCheckDispatch+0x69
fffff880`009eedb0 fffff800`02ac612b : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiDoubleFaultAbort+0xb2
fffff880`03d63c50 fffff800`02a8b542 : fffff880`03d64428 00000000`00000000 fffff880`03d64ad0 00000000`00000001 : nt!KiDispatchException+0xab
fffff880`03d642f0 fffff800`02a89e4a : 00000000`00000000 fffff800`02a82e63 00000000`00000010 00000000`00010086 : nt!KiExceptionDispatch+0xc2
fffff880`03d644d0 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiGeneralProtectionFault+0x10a


STACK_COMMAND:  kb

FOLLOWUP_IP: 
nt!KiDoubleFaultAbort+b2
fffff800`02a89932 90              nop

SYMBOL_STACK_INDEX:  2

SYMBOL_NAME:  nt!KiDoubleFaultAbort+b2

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: nt

IMAGE_NAME:  ntkrnlmp.exe

DEBUG_FLR_IMAGE_TIMESTAMP:  4a5bc600

FAILURE_BUCKET_ID:  X64_0x7f_8_nt!KiDoubleFaultAbort+b2

BUCKET_ID:  X64_0x7f_8_nt!KiDoubleFaultAbort+b2
 
Back
Top Bottom