Windows 7 bsod windows 7 dxgmms1.sys and ntoskrnl.exe

pman860507

New Member
i have been having bsod problems since i installed windows 7 on my computer. every where i post says that its a different issue. it really has its moments sometimes it goes weeks and months without a bosd and then all then its a every day or multiple times a day. the past 2 days its been acting up again and i have 3 memory dump files and it looks like ntoskrnl.exe is casing 2 of the crashes and dxgmms1.sys caused the other one. i have ran the debugging tools and bluescreen view i will show bluescreen viewer first.

mini dump file has been attached.



im only showing the file that was highlighted red. i think that is the only one that matters. (let me know if im wrong.)

they will be in the order that they happened with the most recent first.

092010-26863-01.dmp
1st.jpg

091910-22292-01.dmp

2nd.jpg
091910-30872-01.dmp

3rd.jpg
Filename Address In Stack From Address To Address Size Time Stamp Time String Product Name File Description File Version Company Full Path ntoskrnl.exentoskrnl.exe+6fca9fffff800`02e09000fffff800`033e50000x005dc0000x4c1c44a96/18/2010 11:16:41 PMMicrosoft® Windows® Operating SystemNT Kernel & System6.1.7600.16617 (win7_gdr.100618-1621)Microsoft CorporationC:\Windows\system32\ntoskrnl.exe
091910-30872-01.dmp (the most recent crash)

Filename Address In Stack From Address To Address Size Time Stamp Time String Product Name File Description File Version Company Full Path dxgmms1.sysdxgmms1.sys+1e7c3fffff880`040b7000fffff880`040fd0000x000460000x4a5bc5787/13/2009 6:38:32 PM

windbg

first one is 092010-26863-01.dmp
Code:
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

SYSTEM_SERVICE_EXCEPTION (3b)
An exception happened while executing a system service routine.
Arguments:
Arg1: 00000000c0000005, Exception code that caused the bugcheck
Arg2: fffff80002fad0bf, Address of the instruction which caused the bugcheck
Arg3: fffff88007386f90, Address of the context record for the exception that caused the bugcheck
Arg4: 0000000000000000, zero.

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


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

FAULTING_IP: 
nt!ExDeferredFreePool+233
fffff800`02fad0bf 4c395008        cmp     qword ptr [rax+8],r10

CONTEXT:  fffff88007386f90 -- (.cxr 0xfffff88007386f90)
rax=0000000000000000 rbx=0000000000000000 rcx=fffffa800395b1d0
rdx=fffff8a00aa51840 rsi=0000000000000000 rdi=fffff8a0009efd40
rip=fffff80002fad0bf rsp=fffff88007387960 rbp=0000000000000000
 r8=0000000000000000  r9=fffff8a00aa51840 r10=fffff8a00aa51850
r11=0000000000000001 r12=fffffa800395b000 r13=0000000000000000
r14=000000000000001d r15=0000000000000001
iopl=0         nv up ei ng nz ac po cy
cs=0010  ss=0018  ds=002b  es=002b  fs=0053  gs=002b             efl=00010297
nt!ExDeferredFreePool+0x233:
fffff800`02fad0bf 4c395008        cmp     qword ptr [rax+8],r10 ds:002b:00000000`00000008=????????????????
Resetting default scope

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT

BUGCHECK_STR:  0x3B

PROCESS_NAME:  GSvr.exe

CURRENT_IRQL:  0

LAST_CONTROL_TRANSFER:  from 0000000000000000 to fffff80002fad0bf

STACK_TEXT:  
fffff880`07387960 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!ExDeferredFreePool+0x233


FOLLOWUP_IP: 
nt!ExDeferredFreePool+233
fffff800`02fad0bf 4c395008        cmp     qword ptr [rax+8],r10

SYMBOL_STACK_INDEX:  0

SYMBOL_NAME:  nt!ExDeferredFreePool+233

FOLLOWUP_NAME:  Pool_corruption

IMAGE_NAME:  Pool_Corruption

DEBUG_FLR_IMAGE_TIMESTAMP:  0

MODULE_NAME: Pool_Corruption

STACK_COMMAND:  .cxr 0xfffff88007386f90 ; kb

FAILURE_BUCKET_ID:  X64_0x3B_nt!ExDeferredFreePool+233

BUCKET_ID:  X64_0x3B_nt!ExDeferredFreePool+233

Followup: Pool_corruption
091910-22292-01.dmp

Code:
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 1000007E, {ffffffffc0000005, fffff880040f0f0f, fffff88006c8e688, fffff88006c8def0}

Probably caused by : dxgmms1.sys ( dxgmms1!VidSchGetNewSubmissionFenceId+4f )

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

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

SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M (1000007e)
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: ffffffffc0000005, The exception code that was not handled
Arg2: fffff880040f0f0f, The address that the exception occurred at
Arg3: fffff88006c8e688, Exception Record Address
Arg4: fffff88006c8def0, Context Record Address

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


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

FAULTING_IP: 
dxgmms1!VidSchGetNewSubmissionFenceId+4f
fffff880`040f0f0f 4d85d2          test    r10,r10

EXCEPTION_RECORD:  fffff88006c8e688 -- (.exr 0xfffff88006c8e688)
ExceptionAddress: fffff880040f0f0f (dxgmms1!VidSchGetNewSubmissionFenceId+0x000000000000004f)
   ExceptionCode: c0000005 (Access violation)
  ExceptionFlags: 00000000
NumberParameters: 2
   Parameter[0]: 0000000000000000
   Parameter[1]: 0000000000000003
Attempt to read from address 0000000000000003

CONTEXT:  fffff88006c8def0 -- (.cxr 0xfffff88006c8def0)
rax=fffffa80064681a0 rbx=0000000000000000 rcx=000000000000bb40
rdx=0000000000000000 rsi=0000000000000003 rdi=fffffa800643f000
rip=fffff880040f0f0f rsp=fffff88006c8e8c8 rbp=0000000001788889
 r8=0000000000000000  r9=fffff88006c8e988 r10=fffffa800558d010
r11=fffffa80063f9010 r12=0000000000000000 r13=0000000000000000
r14=fffffa8006000110 r15=0000000000000003
iopl=0         nv up ei ng nz na po nc
cs=0010  ss=0018  ds=002b  es=002b  fs=0053  gs=002b             efl=00010286
dxgmms1!VidSchGetNewSubmissionFenceId+0x4f:
fffff880`040f0f0f 4d85d2          test    r10,r10
Resetting default scope

CUSTOMER_CRASH_COUNT:  1

PROCESS_NAME:  System

CURRENT_IRQL:  0

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

EXCEPTION_PARAMETER1:  0000000000000000

EXCEPTION_PARAMETER2:  0000000000000003

READ_ADDRESS: GetPointerFromAddress: unable to read from fffff800030c30e0
 0000000000000003 

FOLLOWUP_IP: 
dxgmms1!VidSchGetNewSubmissionFenceId+4f
fffff880`040f0f0f 4d85d2          test    r10,r10

BUGCHECK_STR:  0x7E

DEFAULT_BUCKET_ID:  NULL_CLASS_PTR_DEREFERENCE

LAST_CONTROL_TRANSFER:  from fffff880040d57c3 to fffff880040f0f0f

STACK_TEXT:  
fffff880`06c8e8c8 fffff880`040d57c3 : 00000000`00000000 fffffa80`03b2e000 00000000`00000003 00000000`00000000 : dxgmms1!VidSchGetNewSubmissionFenceId+0x4f
fffff880`06c8e8d0 fffff880`040ef65d : 00000000`00000000 fffff8a0`01735500 fffffa80`00000000 fffffa80`06000110 : dxgmms1!VIDMM_GLOBAL::PrepareDmaBuffer+0xd2f
fffff880`06c8eaa0 fffff880`040ef398 : fffff880`02f67f40 fffff880`040eed00 fffffa80`00000000 fffffa80`00000000 : dxgmms1!VidSchiSubmitRenderCommand+0x241
fffff880`06c8ec90 fffff880`040eee96 : 00000000`00000000 fffffa80`064681a0 00000000`00000080 fffffa80`063f9010 : dxgmms1!VidSchiSubmitQueueCommand+0x50
fffff880`06c8ecc0 fffff800`0312fc06 : 00000000`0448e8c7 fffffa80`064174d0 fffffa80`039eb040 fffffa80`064174d0 : dxgmms1!VidSchiWorkerThread+0xd6
fffff880`06c8ed00 fffff800`02e69c26 : fffff880`02f63180 fffffa80`064174d0 fffff880`02f6dfc0 fffff880`01263a90 : nt!PspSystemThreadStartup+0x5a
fffff880`06c8ed40 00000000`00000000 : fffff880`06c8f000 fffff880`06c89000 fffff880`06c8e650 00000000`00000000 : nt!KxStartSystemThread+0x16


SYMBOL_STACK_INDEX:  0

SYMBOL_NAME:  dxgmms1!VidSchGetNewSubmissionFenceId+4f

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: dxgmms1

IMAGE_NAME:  dxgmms1.sys

DEBUG_FLR_IMAGE_TIMESTAMP:  4a5bc578

STACK_COMMAND:  .cxr 0xfffff88006c8def0 ; kb

FAILURE_BUCKET_ID:  X64_0x7E_dxgmms1!VidSchGetNewSubmissionFenceId+4f

BUCKET_ID:  X64_0x7E_dxgmms1!VidSchGetNewSubmissionFenceId+4f

Followup: MachineOwner
---------
091910-30872-01.dmp (the most recent crash)

Code:
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 3B, {c0000005, fffff80003171a4a, fffff880089f8fa0, 0}

Probably caused by : ntkrnlmp.exe ( nt!ObpLookupDirectoryEntry+16a )

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

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

SYSTEM_SERVICE_EXCEPTION (3b)
An exception happened while executing a system service routine.
Arguments:
Arg1: 00000000c0000005, Exception code that caused the bugcheck
Arg2: fffff80003171a4a, Address of the instruction which caused the bugcheck
Arg3: fffff880089f8fa0, Address of the context record for the exception that caused the bugcheck
Arg4: 0000000000000000, zero.

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


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

FAULTING_IP: 
nt!ObpLookupDirectoryEntry+16a
fffff800`03171a4a 396b10          cmp     dword ptr [rbx+10h],ebp

CONTEXT:  fffff880089f8fa0 -- (.cxr 0xfffff880089f8fa0)
rax=000000000000000a rbx=00fffff8a00a7ab7 rcx=fffff80003029d80
rdx=00000000843d4884 rsi=fffff8a003a88201 rdi=fffffa8003ed5498
rip=fffff80003171a4a rsp=fffff880089f9970 rbp=00000000b537894d
 r8=000000000000000d  r9=000000000000007d r10=000000000000007d
r11=0000000000000000 r12=fffff880089f9a70 r13=0000000000000001
r14=fffff8a00a5a6970 r15=fffff8a00a5a6920
iopl=0         nv up ei pl nz na po nc
cs=0010  ss=0018  ds=002b  es=002b  fs=0053  gs=002b             efl=00010206
nt!ObpLookupDirectoryEntry+0x16a:
fffff800`03171a4a 396b10          cmp     dword ptr [rbx+10h],ebp ds:002b:00fffff8`a00a7ac7=????????
Resetting default scope

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT

BUGCHECK_STR:  0x3B

PROCESS_NAME:  wmpnetwk.exe

CURRENT_IRQL:  0

LAST_CONTROL_TRANSFER:  from 0000000000000000 to fffff80003171a4a

STACK_TEXT:  
fffff880`089f9970 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!ObpLookupDirectoryEntry+0x16a


FOLLOWUP_IP: 
nt!ObpLookupDirectoryEntry+16a
fffff800`03171a4a 396b10          cmp     dword ptr [rbx+10h],ebp

SYMBOL_STACK_INDEX:  0

SYMBOL_NAME:  nt!ObpLookupDirectoryEntry+16a

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: nt

IMAGE_NAME:  ntkrnlmp.exe

DEBUG_FLR_IMAGE_TIMESTAMP:  4c1c44a9

STACK_COMMAND:  .cxr 0xfffff880089f8fa0 ; kb

FAILURE_BUCKET_ID:  X64_0x3B_nt!ObpLookupDirectoryEntry+16a

BUCKET_ID:  X64_0x3B_nt!ObpLookupDirectoryEntry+16a

Followup: MachineOwner
---------
in the past i ran memtest86 and got no errors. have not ran it since the last bsod problem though.
from these i gather that i needed to update my video card drivers which i did today. here is a complete specs of my pc.
Code:
DVD 
http://www.newegg.com/Product/Product.aspx?Item=N82E16827106289 
CASE 
http://www.newegg.com/Product/Product.aspx?Item=N82E16811119137 
HD 
http://www.newegg.com/Product/Product.aspx?Item=N82E16822136320 
MONITOR 
http://www.newegg.com/Product/Product.aspx?Item=N82E16824009145 
VIDEO CARD 
http://www.newegg.com/Product/Product.aspx?Item=N82E16814150359 
PSU 
http://www.newegg.com/Product/Product.aspx?Item=N82E16817341019 
RAM 
http://www.newegg.com/Product/Product.aspx?Item=N82E16820231166 
MOBO 
http://www.newegg.com/Product/Product.aspx?Item=N82E16813128358
CPU 
http://www.newegg.com/Product/Product.aspx?Item=N82E16819115041
13z4eu9.jpg
 

Attachments

  • Minidump.rar
    73.2 KB · Views: 287
Last edited:
Hello and Welcome to the forums,


091910-22292-01.dmp
BugCheck 3B, {c0000005, fffff80002fad0bf, fffff88007386f90, 0}
Probably caused by : Pool_Corruption ( nt!ExDeferredFreePool+233 )
SYSTEM_SERVICE_EXCEPTION (3b)
An exception happened while executing a system service routine
PROCESS_NAME: GSvr.exe (Dynamic Energy Saver by GIGABYTE UNITED INC)
STACK_TEXT:
fffff880`07387960 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!ExDeferredFreePool+0x233
FAILURE_BUCKET_ID: X64_0x3B_nt!ExDeferredFreePool+233
Followup: Pool_corruption

091910-30872-01.dmp
BugCheck 1000007E, {ffffffffc0000005, fffff880040f0f0f, fffff88006c8e688, fffff88006c8def0}
Probably caused by : dxgmms1.sys ( dxgmms1!VidSchGetNewSubmissionFenceId+4f )
PROCESS_NAME: System
SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M (1000007e)
FAILURE_BUCKET_ID: X64_0x7E_dxgmms1!VidSchGetNewSubmissionFenceId+4f

092010-26863-01.dmp
BugCheck 3B, {c0000005, fffff80003171a4a, fffff880089f8fa0, 0}
Probably caused by : ntkrnlmp.exe ( nt!ObpLookupDirectoryEntry+16a )
SYSTEM_SERVICE_EXCEPTION (3b)
An exception happened while executing a system service routine
PROCESS_NAME: wmpnetwk.exe (Windows Media Player Sharing system)
STACK_TEXT:
fffff880`089f9970 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!ObpLookupDirectoryEntry+0x16a
FAILURE_BUCKET_ID: X64_0x3B_nt!ObpLookupDirectoryEntry+16a




Please update these drivers:

gdrv.sys Fri Mar 13 05:22:29 2009
Gygabyte
if windows update doesn't doesn't do the job, then get it from here:
GIGABYTE Download Center

pcouffin.sys Tue Dec 05 16:39:30 2006
Patin couffin engine
VSO Software pcouffin

VSO Download DVD Burning Software, convert AVI to DVD, video converter, DVD copy to DVD slideshow photo

jraid.sys Tue Nov 04 04:20:09 2008
dump_JRAID dump_JRAID.sys Tue Nov 04 04:20:09 2008
Jmicron JR036X RAID Driver

Link Removed due to 404 Error

PxHlpa64.sys Wed Jun 24 02:16:35 2009
Sonic CD/DVD driver
Rt64win7.sys Thu Feb 26 11:04:13 2009
Px Engine Device Driver
Sonic Solutions

Sonic Solutions - DVD Burning - DVD Decoder - DVD & Video Editing Software

sptd.sys Sun Oct 11 23:55:14 2009
Daemon Tools/Alcohol 120%
SPTD driver here
:
DuplexSecure - Downloads

DefragFS.SYS Tue Dec 15 12:18:19 2009
Defragmentation Support Driver
PerfectDisk by Raxco Software, Inc

PerfectDisk | Best Disk Defrag Software

GEARAspiWDM.sys Mon May 18 15:17:04 2009
CD-ROM Class Filter Driver by Gear Software
GEAR Software - DVD Mastering Software & CD Burning Software & GEAR PRO Mastering

RTKVHD64.sys Tue Jan 20 08:12:51 2009
Realtek High Definition Audio Function Driver
Realtek


Your drivers list:

Code:
start             end                 module name
fffff800`00bba000 fffff800`00bc4000   kdcom    kdcom.dll    Tue Jul 14 04:31:07 2009 (4A5BDFDB)
fffff800`02e07000 fffff800`033e3000   nt       ntkrnlmp.exe Sat Jun 19 07:16:41 2010 (4C1C44A9)
fffff800`033e3000 fffff800`0342c000   hal      hal.dll      Tue Jul 14 04:27:36 2009 (4A5BDF08)
fffff880`00c00000 fffff880`00c4c000   fltmgr   fltmgr.sys   Tue Jul 14 02:19:59 2009 (4A5BC11F)
fffff880`00c4c000 fffff880`00c76000   cdrom    cdrom.sys    Tue Jul 14 02:19:54 2009 (4A5BC11A)
fffff880`00c82000 fffff880`00cc6000   mcupdate_GenuineIntel mcupdate_GenuineIntel.dll Tue Jul 14 04:29:10 2009 (4A5BDF66)
fffff880`00cc6000 fffff880`00cda000   PSHED    PSHED.dll    Tue Jul 14 04:32:23 2009 (4A5BE027)
fffff880`00cda000 fffff880`00d38000   CLFS     CLFS.SYS     Tue Jul 14 02:19:57 2009 (4A5BC11D)
fffff880`00d38000 fffff880`00df8000   CI       CI.dll       Tue Jul 14 04:32:13 2009 (4A5BE01D)
fffff880`00e00000 fffff880`00e10000   PCIIDEX  PCIIDEX.SYS  Tue Jul 14 02:19:48 2009 (4A5BC114)
fffff880`00e10000 fffff880`00e2a000   mountmgr mountmgr.sys Tue Jul 14 02:19:54 2009 (4A5BC11A)
fffff880`00e2a000 fffff880`00e54000   ataport  ataport.SYS  Tue Jul 14 02:19:52 2009 (4A5BC118)
fffff880`00e54000 fffff880`00e6f000   jraid    jraid.sys    Tue Nov 04 04:20:09 2008 (490FB159)
fffff880`00e6f000 fffff880`00e83000   fileinfo fileinfo.sys Tue Jul 14 02:34:25 2009 (4A5BC481)
fffff880`00e83000 fffff880`00e8ee00   PxHlpa64 PxHlpa64.sys Wed Jun 24 02:16:35 2009 (4A416253)
fffff880`00ea3000 fffff880`00f47000   Wdf01000 Wdf01000.sys Tue Jul 14 02:22:07 2009 (4A5BC19F)
fffff880`00f47000 fffff880`00f56000   WDFLDR   WDFLDR.SYS   Tue Jul 14 02:19:54 2009 (4A5BC11A)
fffff880`00f56000 fffff880`00f89000   pci      pci.sys      Tue Jul 14 02:19:51 2009 (4A5BC117)
fffff880`00f89000 fffff880`00f9e000   volmgr   volmgr.sys   Tue Jul 14 02:19:57 2009 (4A5BC11D)
fffff880`00f9e000 fffff880`00ffa000   volmgrx  volmgrx.sys  Tue Jul 14 02:20:33 2009 (4A5BC141)
fffff880`01000000 fffff880`01057000   ACPI     ACPI.sys     Tue Jul 14 02:19:34 2009 (4A5BC106)
fffff880`01057000 fffff880`01061000   msisadrv msisadrv.sys Tue Jul 14 02:19:26 2009 (4A5BC0FE)
fffff880`01061000 fffff880`0106e000   vdrvroot vdrvroot.sys Tue Jul 14 03:01:31 2009 (4A5BCADB)
fffff880`0106e000 fffff880`01079000   amdxata  amdxata.sys  Tue May 19 20:56:59 2009 (4A12F2EB)
fffff880`0107c000 fffff880`011a2000   sptd     sptd.sys     Sun Oct 11 23:55:14 2009 (4AD24632)
fffff880`011a2000 fffff880`011ab000   WMILIB   WMILIB.SYS   Tue Jul 14 02:19:51 2009 (4A5BC117)
fffff880`011ab000 fffff880`011da000   SCSIPORT SCSIPORT.SYS Tue Jul 14 03:01:04 2009 (4A5BCAC0)
fffff880`011da000 fffff880`011ef000   partmgr  partmgr.sys  Tue Jul 14 02:19:58 2009 (4A5BC11E)
fffff880`011ef000 fffff880`011f6000   pciide   pciide.sys   Tue Jul 14 02:19:49 2009 (4A5BC115)
fffff880`011f6000 fffff880`011ff000   atapi    atapi.sys    Tue Jul 14 02:19:47 2009 (4A5BC113)
fffff880`01200000 fffff880`01230000   CLASSPNP CLASSPNP.SYS Tue Jul 14 02:19:58 2009 (4A5BC11E)
fffff880`01230000 fffff880`01237000   Beep     Beep.SYS     Tue Jul 14 03:00:13 2009 (4A5BCA8D)
fffff880`01241000 fffff880`013e4000   Ntfs     Ntfs.sys     Tue Jul 14 02:20:47 2009 (4A5BC14F)
fffff880`01400000 fffff880`0144c000   volsnap  volsnap.sys  Tue Jul 14 02:20:08 2009 (4A5BC128)
fffff880`0144c000 fffff880`01462000   disk     disk.sys     Tue Jul 14 02:19:57 2009 (4A5BC11D)
fffff880`01473000 fffff880`014d1000   msrpc    msrpc.sys    Tue Jul 14 02:21:32 2009 (4A5BC17C)
fffff880`014d1000 fffff880`014eb000   ksecdd   ksecdd.sys   Tue Jul 14 02:20:54 2009 (4A5BC156)
fffff880`014eb000 fffff880`0155e000   cng      cng.sys      Tue Jul 14 02:49:40 2009 (4A5BC814)
fffff880`0155e000 fffff880`0156f000   pcw      pcw.sys      Tue Jul 14 02:19:27 2009 (4A5BC0FF)
fffff880`0156f000 fffff880`01579000   Fs_Rec   Fs_Rec.sys   Tue Jul 14 02:19:45 2009 (4A5BC111)
fffff880`01579000 fffff880`015c3000   fwpkclnt fwpkclnt.sys Tue Jul 14 02:21:08 2009 (4A5BC164)
fffff880`015c3000 fffff880`015fd000   fvevol   fvevol.sys   Sat Sep 26 05:34:26 2009 (4ABD7DB2)
fffff880`01600000 fffff880`0163a000   rdyboost rdyboost.sys Tue Jul 14 02:34:34 2009 (4A5BC48A)
fffff880`0163a000 fffff880`01643000   Null     Null.SYS     Tue Jul 14 02:19:37 2009 (4A5BC109)
fffff880`01643000 fffff880`01735000   ndis     ndis.sys     Tue Jul 14 02:21:40 2009 (4A5BC184)
fffff880`01735000 fffff880`01795000   NETIO    NETIO.SYS    Tue Jul 14 02:21:46 2009 (4A5BC18A)
fffff880`01795000 fffff880`017c0000   ksecpkg  ksecpkg.sys  Fri Dec 11 08:03:32 2009 (4B21E0B4)
fffff880`017c0000 fffff880`017d0000   vmstorfl vmstorfl.sys Tue Jul 14 02:42:54 2009 (4A5BC67E)
fffff880`017d0000 fffff880`017d8000   spldr    spldr.sys    Mon May 11 19:56:27 2009 (4A0858BB)
fffff880`017d8000 fffff880`017ea000   mup      mup.sys      Tue Jul 14 02:23:45 2009 (4A5BC201)
fffff880`017ea000 fffff880`017f3000   hwpolicy hwpolicy.sys Tue Jul 14 02:19:22 2009 (4A5BC0FA)
fffff880`01800000 fffff880`019fd000   tcpip    tcpip.sys    Mon Jun 14 06:39:04 2010 (4C15A458)
fffff880`0263c000 fffff880`02724000   eamonm   eamonm.sys   Wed Mar 24 21:18:28 2010 (4BAA6584)
fffff880`02724000 fffff880`02745000   WudfPf   WudfPf.sys   Tue Jul 14 03:05:37 2009 (4A5BCBD1)
fffff880`02745000 fffff880`0276a000   DefragFS DefragFS.SYS Tue Dec 15 12:18:19 2009 (4B27626B)
fffff880`0276a000 fffff880`02797000   epfw     epfw.sys     Wed Mar 24 21:13:05 2010 (4BAA6441)
fffff880`02797000 fffff880`027bd000   SbieDrv  SbieDrv.sys  Sun Jul 04 12:50:33 2010 (4C305969)
fffff880`027bd000 fffff880`027d2000   lltdio   lltdio.sys   Tue Jul 14 03:08:50 2009 (4A5BCC92)
fffff880`027d2000 fffff880`027ea000   rspndr   rspndr.sys   Tue Jul 14 03:08:50 2009 (4A5BCC92)
fffff880`02c0c000 fffff880`02c31000   ehdrv    ehdrv.sys    Wed Mar 24 21:19:13 2010 (4BAA65B1)
fffff880`02c31000 fffff880`02c3f000   vga      vga.sys      Tue Jul 14 02:38:47 2009 (4A5BC587)
fffff880`02c3f000 fffff880`02c64000   VIDEOPRT VIDEOPRT.SYS Tue Jul 14 02:38:51 2009 (4A5BC58B)
fffff880`02c64000 fffff880`02c74000   watchdog watchdog.sys Tue Jul 14 02:37:35 2009 (4A5BC53F)
fffff880`02c74000 fffff880`02c7d000   RDPCDD   RDPCDD.sys   Tue Jul 14 03:16:34 2009 (4A5BCE62)
fffff880`02c7d000 fffff880`02c86000   rdpencdd rdpencdd.sys Tue Jul 14 03:16:34 2009 (4A5BCE62)
fffff880`02c86000 fffff880`02c8f000   rdprefmp rdprefmp.sys Tue Jul 14 03:16:35 2009 (4A5BCE63)
fffff880`02c8f000 fffff880`02c9a000   Msfs     Msfs.SYS     Tue Jul 14 02:19:47 2009 (4A5BC113)
fffff880`02c9a000 fffff880`02cab000   Npfs     Npfs.SYS     Tue Jul 14 02:19:48 2009 (4A5BC114)
fffff880`02cab000 fffff880`02cc9000   tdx      tdx.sys      Tue Jul 14 02:21:15 2009 (4A5BC16B)
fffff880`02cc9000 fffff880`02cd6000   TDI      TDI.SYS      Tue Jul 14 02:21:18 2009 (4A5BC16E)
fffff880`02cd6000 fffff880`02d60000   afd      afd.sys      Tue Jul 14 02:21:40 2009 (4A5BC184)
fffff880`02d60000 fffff880`02da5000   netbt    netbt.sys    Tue Jul 14 02:21:28 2009 (4A5BC178)
fffff880`02da5000 fffff880`02dae000   wfplwf   wfplwf.sys   Tue Jul 14 03:09:26 2009 (4A5BCCB6)
fffff880`02dae000 fffff880`02dd4000   pacer    pacer.sys    Tue Jul 14 03:09:41 2009 (4A5BCCC5)
fffff880`02dd4000 fffff880`02de3000   netbios  netbios.sys  Tue Jul 14 03:09:26 2009 (4A5BCCB6)
fffff880`02de3000 fffff880`02e00000   serial   serial.sys   Tue Jul 14 03:00:40 2009 (4A5BCAA8)
fffff880`03a00000 fffff880`03a16000   intelppm intelppm.sys Tue Jul 14 02:19:25 2009 (4A5BC0FD)
fffff880`03a2a000 fffff880`03a45000   wanarp   wanarp.sys   Tue Jul 14 03:10:21 2009 (4A5BCCED)
fffff880`03a45000 fffff880`03a508c0   VBoxUSBMon VBoxUSBMon.sys Thu Aug 05 15:02:52 2010 (4C5AA86C)
fffff880`03a51000 fffff880`03a80ec0   VBoxDrv  VBoxDrv.sys  Thu Aug 05 15:02:51 2010 (4C5AA86B)
fffff880`03a81000 fffff880`03a95000   termdd   termdd.sys   Tue Jul 14 03:16:36 2009 (4A5BCE64)
fffff880`03a95000 fffff880`03aaf000   SCDEmu   SCDEmu.SYS   Mon Apr 12 11:52:25 2010 (4BC2DF49)
fffff880`03aaf000 fffff880`03b00000   rdbss    rdbss.sys    Tue Jul 14 02:24:09 2009 (4A5BC219)
fffff880`03b00000 fffff880`03b0c000   nsiproxy nsiproxy.sys Tue Jul 14 02:21:02 2009 (4A5BC15E)
fffff880`03b0c000 fffff880`03b17000   mssmbios mssmbios.sys Tue Jul 14 02:31:10 2009 (4A5BC3BE)
fffff880`03b17000 fffff880`03b26000   discache discache.sys Tue Jul 14 02:37:18 2009 (4A5BC52E)
fffff880`03b26000 fffff880`03ba9000   csc      csc.sys      Tue Jul 14 02:24:26 2009 (4A5BC22A)
fffff880`03ba9000 fffff880`03bc7000   dfsc     dfsc.sys     Tue Jul 14 02:23:44 2009 (4A5BC200)
fffff880`03bc7000 fffff880`03bd8000   blbdrive blbdrive.sys Tue Jul 14 02:35:59 2009 (4A5BC4DF)
fffff880`03bd8000 fffff880`03bfe000   tunnel   tunnel.sys   Tue Jul 14 03:09:37 2009 (4A5BCCC1)
fffff880`04030000 fffff880`0406b000   atikmpag atikmpag.sys Wed May 05 04:23:24 2010 (4BE0C88C)
fffff880`0406b000 fffff880`0415f000   dxgkrnl  dxgkrnl.sys  Fri Oct 02 04:00:14 2009 (4AC5509E)
fffff880`0415f000 fffff880`0419d000   1394ohci 1394ohci.sys Tue Jul 14 03:07:12 2009 (4A5BCC30)
fffff880`0419d000 fffff880`041ba000   parport  parport.sys  Tue Jul 14 03:00:40 2009 (4A5BCAA8)
fffff880`041ba000 fffff880`041c7000   GEARAspiWDM GEARAspiWDM.sys Mon May 18 15:17:04 2009 (4A1151C0)
fffff880`04400000 fffff880`04445000   a4zfmsax a4zfmsax.SYS Wed Jul 15 00:12:55 2009 (4A5CF4D7)
fffff880`04445000 fffff880`04455000   CompositeBus CompositeBus.sys Tue Jul 14 03:00:33 2009 (4A5BCAA1)
fffff880`04455000 fffff880`04460000   Epfwndis Epfwndis.sys Wed Mar 24 21:13:02 2010 (4BAA643E)
fffff880`04460000 fffff880`04476000   AgileVpn AgileVpn.sys Tue Jul 14 03:10:24 2009 (4A5BCCF0)
fffff880`04476000 fffff880`0449a000   rasl2tp  rasl2tp.sys  Tue Jul 14 03:10:11 2009 (4A5BCCE3)
fffff880`0449a000 fffff880`044a6000   ndistapi ndistapi.sys Tue Jul 14 03:10:00 2009 (4A5BCCD8)
fffff880`044a6000 fffff880`044d5000   ndiswan  ndiswan.sys  Tue Jul 14 03:10:11 2009 (4A5BCCE3)
fffff880`044d5000 fffff880`044f0000   raspppoe raspppoe.sys Tue Jul 14 03:10:17 2009 (4A5BCCE9)
fffff880`044f0000 fffff880`04511000   raspptp  raspptp.sys  Tue Jul 14 03:10:18 2009 (4A5BCCEA)
fffff880`04511000 fffff880`0452b000   rassstp  rassstp.sys  Tue Jul 14 03:10:25 2009 (4A5BCCF1)
fffff880`0452b000 fffff880`04538000   teamviewervpn teamviewervpn.sys Thu Dec 13 11:22:09 2007 (4760F9C1)
fffff880`04538000 fffff880`04559b40   VBoxNetAdp VBoxNetAdp.sys Thu Aug 05 15:02:52 2010 (4C5AA86C)
fffff880`0455a000 fffff880`0456e380   pcouffin pcouffin.sys Tue Dec 05 16:39:30 2006 (457584A2)
fffff880`0456f000 fffff880`0457a000   rdpbus   rdpbus.sys   Tue Jul 14 03:17:46 2009 (4A5BCEAA)
fffff880`0457a000 fffff880`04589000   kbdclass kbdclass.sys Tue Jul 14 02:19:50 2009 (4A5BC116)
fffff880`04589000 fffff880`04598000   mouclass mouclass.sys Tue Jul 14 02:19:50 2009 (4A5BC116)
fffff880`04598000 fffff880`045be780   VBoxNetFlt VBoxNetFlt.sys Thu Aug 05 15:02:51 2010 (4C5AA86B)
fffff880`045bf000 fffff880`045c0480   swenum   swenum.sys   Tue Jul 14 03:00:18 2009 (4A5BCA92)
fffff880`04800000 fffff880`04832000   Rt64win7 Rt64win7.sys Thu Feb 26 11:04:13 2009 (49A65B0D)
fffff880`04832000 fffff880`0483f000   fdc      fdc.sys      Tue Jul 14 03:00:54 2009 (4A5BCAB6)
fffff880`0483f000 fffff880`0484b000   serenum  serenum.sys  Tue Jul 14 03:00:33 2009 (4A5BCAA1)
fffff880`04851000 fffff880`04f1c000   atikmdag atikmdag.sys Wed May 05 04:41:02 2010 (4BE0CCAE)
fffff880`04f1c000 fffff880`04f62000   dxgmms1  dxgmms1.sys  Tue Jul 14 02:38:32 2009 (4A5BC578)
fffff880`04f62000 fffff880`04f86000   HDAudBus HDAudBus.sys Tue Jul 14 03:06:13 2009 (4A5BCBF5)
fffff880`04f86000 fffff880`04f93000   usbuhci  usbuhci.sys  Tue Jul 14 03:06:27 2009 (4A5BCC03)
fffff880`04f93000 fffff880`04fe9000   USBPORT  USBPORT.SYS  Tue Jul 14 03:06:31 2009 (4A5BCC07)
fffff880`04fe9000 fffff880`04ffa000   usbehci  usbehci.sys  Tue Jul 14 03:06:30 2009 (4A5BCC06)
fffff880`05000000 fffff880`0503d000   portcls  portcls.sys  Tue Jul 14 03:06:27 2009 (4A5BCC03)
fffff880`0503d000 fffff880`0505f000   drmk     drmk.sys     Tue Jul 14 04:01:25 2009 (4A5BD8E5)
fffff880`0505f000 fffff880`05064200   ksthunk  ksthunk.sys  Tue Jul 14 03:00:19 2009 (4A5BCA93)
fffff880`05065000 fffff880`05072000   mouhid   mouhid.sys   Tue Jul 14 03:00:20 2009 (4A5BCA94)
fffff880`05072000 fffff880`0508a000   BTHUSB   BTHUSB.sys   Tue Jul 14 03:06:52 2009 (4A5BCC1C)
fffff880`050e3000 fffff880`05126000   ks       ks.sys       Tue Jul 14 03:00:31 2009 (4A5BCA9F)
fffff880`05126000 fffff880`05138000   umbus    umbus.sys    Tue Jul 14 03:06:56 2009 (4A5BCC20)
fffff880`05138000 fffff880`05192000   usbhub   usbhub.sys   Tue Jul 14 03:07:09 2009 (4A5BCC2D)
fffff880`05192000 fffff880`0519d000   flpydisk flpydisk.sys Tue Jul 14 03:00:54 2009 (4A5BCAB6)
fffff880`0519d000 fffff880`051b2000   NDProxy  NDProxy.SYS  Tue Jul 14 03:10:05 2009 (4A5BCCDD)
fffff880`051b2000 fffff880`051d4000   AtiHdmi  AtiHdmi.sys  Tue Mar 09 12:08:38 2010 (4B961E26)
fffff880`06200000 fffff880`06223000   mrxsmb20 mrxsmb20.sys Sat Feb 27 09:52:26 2010 (4B88CF3A)
fffff880`06223000 fffff880`06234000   epfwwfp  epfwwfp.sys  Wed Mar 24 21:13:05 2010 (4BAA6441)
fffff880`06234000 fffff880`06243000   npf      npf.sys      Tue Oct 20 21:00:19 2009 (4ADDFAB3)
fffff880`0626b000 fffff880`06333000   HTTP     HTTP.sys     Tue Jul 14 02:22:16 2009 (4A5BC1A8)
fffff880`06333000 fffff880`06351000   bowser   bowser.sys   Tue Jul 14 02:23:50 2009 (4A5BC206)
fffff880`06351000 fffff880`06369000   mpsdrv   mpsdrv.sys   Tue Jul 14 03:08:25 2009 (4A5BCC79)
fffff880`06369000 fffff880`06396000   mrxsmb   mrxsmb.sys   Sat Feb 27 09:52:19 2010 (4B88CF33)
fffff880`06396000 fffff880`063e4000   mrxsmb10 mrxsmb10.sys Sat Feb 27 09:52:28 2010 (4B88CF3C)
fffff880`06a00000 fffff880`06a0e000   kbdhid   kbdhid.sys   Tue Jul 14 03:00:20 2009 (4A5BCA94)
fffff880`06a12000 fffff880`06bafa80   RTKVHD64 RTKVHD64.sys Tue Jan 20 08:12:51 2009 (49756B63)
fffff880`06bb0000 fffff880`06bcd000   usbccgp  usbccgp.sys  Tue Jul 14 03:06:45 2009 (4A5BCC15)
fffff880`06bcd000 fffff880`06bcef00   USBD     USBD.SYS     Tue Jul 14 03:06:23 2009 (4A5BCBFF)
fffff880`06bcf000 fffff880`06bdd000   hidusb   hidusb.sys   Tue Jul 14 03:06:22 2009 (4A5BCBFE)
fffff880`06bdd000 fffff880`06bf6000   HIDCLASS HIDCLASS.SYS Tue Jul 14 03:06:21 2009 (4A5BCBFD)
fffff880`06bf6000 fffff880`06bfe080   HIDPARSE HIDPARSE.SYS Tue Jul 14 03:06:17 2009 (4A5BCBF9)
fffff880`06e00000 fffff880`06e13000   dump_dumpfve dump_dumpfve.sys Tue Jul 14 02:21:51 2009 (4A5BC18F)
fffff880`06e13000 fffff880`06e1f000   Dxapi    Dxapi.sys    Tue Jul 14 02:38:28 2009 (4A5BC574)
fffff880`06e1f000 fffff880`06e2d000   monitor  monitor.sys  Tue Jul 14 02:38:52 2009 (4A5BC58C)
fffff880`06e2d000 fffff880`06e50000   luafv    luafv.sys    Tue Jul 14 02:26:13 2009 (4A5BC295)
fffff880`06e50000 fffff880`06eb8000   srv2     srv2.sys     Tue Jun 22 06:20:47 2010 (4C202C0F)
fffff880`06ee5000 fffff880`06f71000   bthport  bthport.sys  Tue Jul 14 03:06:56 2009 (4A5BCC20)
fffff880`06f71000 fffff880`06f9d000   rfcomm   rfcomm.sys   Tue Jul 14 03:06:56 2009 (4A5BCC20)
fffff880`06f9d000 fffff880`06fad000   BthEnum  BthEnum.sys  Tue Jul 14 03:06:52 2009 (4A5BCC1C)
fffff880`06fad000 fffff880`06fcd000   bthpan   bthpan.sys   Tue Jul 14 03:07:00 2009 (4A5BCC24)
fffff880`06fcd000 fffff880`06fdb000   crashdmp crashdmp.sys Tue Jul 14 03:01:01 2009 (4A5BCABD)
fffff880`06fdb000 fffff880`06fe5000   dump_diskdump dump_diskdump.sys Tue Jul 14 03:01:00 2009 (4A5BCABC)
fffff880`06fe5000 fffff880`07000000   dump_JRAID dump_JRAID.sys Tue Nov 04 04:20:09 2008 (490FB159)
fffff880`0784f000 fffff880`078f5000   peauth   peauth.sys   Tue Jul 14 04:01:19 2009 (4A5BD8DF)
fffff880`078f5000 fffff880`07900000   secdrv   secdrv.SYS   Wed Sep 13 16:18:38 2006 (4508052E)
fffff880`07900000 fffff880`0792d000   srvnet   srvnet.sys   Tue Jun 22 06:20:32 2010 (4C202C00)
fffff880`0792d000 fffff880`0799e000   spsys    spsys.sys    Mon May 11 20:20:58 2009 (4A085E7A)
fffff880`0799e000 fffff880`079b0000   tcpipreg tcpipreg.sys Tue Jul 14 03:09:49 2009 (4A5BCCCD)
fffff880`08617000 fffff880`086ad000   srv      srv.sys      Tue Jun 22 06:21:11 2010 (4C202C27)
fffff880`086ad000 fffff880`08700000   nwifi    nwifi.sys    Tue Jul 14 03:07:23 2009 (4A5BCC3B)
fffff880`08700000 fffff880`08713000   ndisuio  ndisuio.sys  Tue Jul 14 03:09:25 2009 (4A5BCCB5)
fffff880`08713000 fffff880`0871c000   gdrv     gdrv.sys     Fri Mar 13 05:22:29 2009 (49B9D175)
fffff880`0871c000 fffff880`0874a000   rdpdr    rdpdr.sys    Tue Jul 14 03:18:02 2009 (4A5BCEBA)
fffff880`0874a000 fffff880`08755000   tdtcp    tdtcp.sys    Tue Jul 14 03:16:32 2009 (4A5BCE60)
fffff880`08755000 fffff880`08764000   tssecsrv tssecsrv.sys Tue Jul 14 03:16:41 2009 (4A5BCE69)
fffff880`08764000 fffff880`0879c000   RDPWD    RDPWD.SYS    Tue Jul 14 03:16:47 2009 (4A5BCE6F)
fffff960`00090000 fffff960`0039f000   win32k   win32k.sys   Sat Jun 19 07:31:59 2010 (4C1C483F)
fffff960`005f0000 fffff960`005fa000   TSDDD    TSDDD.dll    Tue Jul 14 03:16:34 2009 (4A5BCE62)
fffff960`00740000 fffff960`00767000   cdd      cdd.dll      unavailable (00000000)
fffff960`00820000 fffff960`00881000   ATMFD    ATMFD.DLL    Thu May 27 07:11:31 2010 (4BFDF0F3)
 
Pman Hi and welcome

First there are so many possible causes I almost dont know where to start. You have some extremely old drivers that are critical (raid, etc), some that are known to cause bsods (pcouffin, stpd.sys) and memory that is suspect. All three were caused by memory exceptions (C000000x5) probably from old drivers or drivers that cause BSODs.

I would

1-update all the old drivers (especially the ones in red)


How To Find Drivers:
- search Google for the name of the driver
- compare the Google results with what's installed on your system to figure out which device/program it belongs to
- visit the web site of the manufacturer of the hardware/program to get the latest drivers (DON'T use Windows Update or the Update driver function of Device Manager).
- if there are difficulties in locating them, post back with questions and someone will try and help you locate the appropriate program.
- - The most common drivers are listed on this page: Driver Reference
- - Driver manufacturer links are on this page: Drivers and Downloads

2-remove
a-the dvd burning software that uses pcouffin (usually fab, nero, or something like it)
b-Drive emulation software that uses stpd.sys (usually daemon tools, or alcohol120)


Please remove any CD virtualization programs such as Daemon Tools and Alcohol 120%. They use a driver, found in your dmp, sptd.sys, that is notorious for causing BSODs. Use this SPTD uninstaller when you're done: DuplexSecure - Downloads


3-run a memory test

Download a copy of Memtest86 and burn the ISO to a CD using Link Removed due to 404 Error or another ISO burning program. Boot from the CD, and leave it running for at least 5 or 6 passes.

4- run a system file check

Run a system file check to verify and repair your system files.
To do this type cmd in search, then right click to run as administrator, then
SFC /SCANNOW

read here for more information SFC /SCANNOW Command - System File Checker - Windows 7 Forums

Let us know the results from the report at the end.

Ken

Old drivers
Code:
[COLOR=red][B]pcouffin.sys        fffff880`04449000    fffff880`0445d380    0x00014380    0x457584a2    12/5/2006 10:39:30   [/B][/COLOR]                     
[COLOR=red]teamviewervpn.sys        fffff880`0441a000    fffff880`04427000    0x0000d000    0x4760f9c1    12/13/2007 05:22:09 [/COLOR]                       
dump_JRAID.sys        fffff880`01230000    fffff880`0124b000    0x0001b000    0x490fb159    11/3/2008 22:20:09                        
[COLOR=red]jraid.sys        fffff880`00e00000    fffff880`00e1b000    0x0001b000    0x490fb159    11/3/2008 22:20:09[/COLOR]                        
RTKVHD64.sys        fffff880`06a17000    fffff880`06bb4a80    0x0019da80    0x49756b63    1/20/2009 02:12:51                        
Rt64win7.sys        fffff880`04867000    fffff880`04899000    0x00032000    0x49a65b0d    2/26/2009 05:04:13                        
gdrv.sys        fffff880`07f16000    fffff880`07f1f000    0x00009000    0x49b9d175    3/12/2009 23:22:29                        
spldr.sys        fffff880`0165a000    fffff880`01662000    0x00008000    0x4a0858bb    5/11/2009 12:56:27                        
spsys.sys        fffff880`07737000    fffff880`077a8000    0x00071000    0x4a085e7a    5/11/2009 13:20:58                        
GEARAspiWDM.sys        fffff880`041ec000    fffff880`041f9000    0x0000d000    0x4a1151c0    5/18/2009 08:17:04                        
amdxata.sys        fffff880`01000000    fffff880`0100b000    0x0000b000    0x4a12f2eb    5/19/2009 13:56:59                        
PxHlpa64.sys        fffff880`00e2f000    fffff880`00e3ae00    0x0000be00    0x4a416253    6/23/2009 19:16:35
Analysis
Code:
Microsoft (R) Windows Debugger Version 6.11.0001.404 X86
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [C:\Users\K\Desktop\091910-22292-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

WARNING: Whitespace at end of path element
Symbol search path is: SRV*C:\symbols;*http://msdl.microsoft.com/download/symbols ;srv*e:\symbols
*http://msdl.microsoft.com/download/symbols
Executable search path is: 
Windows 7 Kernel Version 7600 MP (4 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7600.16617.amd64fre.win7_gdr.100618-1621
Machine Name:
Kernel base = 0xfffff800`02e09000 PsLoadedModuleList = 0xfffff800`03046e50
Debug session time: Sun Sep 19 04:21:09.903 2010 (GMT-4)
System Uptime: 0 days 2:29:32.417
Loading Kernel Symbols
...............................................................
................................................................
.................................................
Loading User Symbols
Loading unloaded module list
....
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 3B, {c0000005, fffff80002fad0bf, fffff88007386f90, 0}

Probably caused by : Pool_Corruption ( nt!ExDeferredFreePool+233 )

Followup: Pool_corruption
---------

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

SYSTEM_SERVICE_EXCEPTION (3b)
An exception happened while executing a system service routine.
Arguments:
Arg1: 00000000c0000005, Exception code that caused the bugcheck
Arg2: fffff80002fad0bf, Address of the exception record for the exception that caused the bugcheck
Arg3: fffff88007386f90, Address of the context record for the exception that caused the bugcheck
Arg4: 0000000000000000, zero.

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


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

FAULTING_IP: 
nt!ExDeferredFreePool+233
fffff800`02fad0bf 4c395008        cmp     qword ptr [rax+8],r10

CONTEXT:  fffff88007386f90 -- (.cxr 0xfffff88007386f90)
rax=0000000000000000 rbx=0000000000000000 rcx=fffffa800395b1d0
rdx=fffff8a00aa51840 rsi=0000000000000000 rdi=fffff8a0009efd40
rip=fffff80002fad0bf rsp=fffff88007387960 rbp=0000000000000000
 r8=0000000000000000  r9=fffff8a00aa51840 r10=fffff8a00aa51850
r11=0000000000000001 r12=fffffa800395b000 r13=0000000000000000
r14=000000000000001d r15=0000000000000001
iopl=0         nv up ei ng nz ac po cy
cs=0010  ss=0018  ds=002b  es=002b  fs=0053  gs=002b             efl=00010297
nt!ExDeferredFreePool+0x233:
fffff800`02fad0bf 4c395008        cmp     qword ptr [rax+8],r10 ds:002b:00000000`00000008=????????????????
Resetting default scope

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT

BUGCHECK_STR:  0x3B

PROCESS_NAME:  GSvr.exe

CURRENT_IRQL:  0

LAST_CONTROL_TRANSFER:  from 0000000000000000 to fffff80002fad0bf

STACK_TEXT:  
fffff880`07387960 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!ExDeferredFreePool+0x233


FOLLOWUP_IP: 
nt!ExDeferredFreePool+233
fffff800`02fad0bf 4c395008        cmp     qword ptr [rax+8],r10

SYMBOL_STACK_INDEX:  0

SYMBOL_NAME:  nt!ExDeferredFreePool+233

FOLLOWUP_NAME:  Pool_corruption

IMAGE_NAME:  Pool_Corruption

DEBUG_FLR_IMAGE_TIMESTAMP:  0

MODULE_NAME: Pool_Corruption

STACK_COMMAND:  .cxr 0xfffff88007386f90 ; kb

FAILURE_BUCKET_ID:  X64_0x3B_nt!ExDeferredFreePool+233

BUCKET_ID:  X64_0x3B_nt!ExDeferredFreePool+233

Followup: Pool_corruption
---------
 
As for Daemon tools you can uninstall it and then install the latest. Optionally you can replace it with PowerISO if standard iso emulation is enough for you. But if you stay with Alcohol/Daemon Tools, it is a good idea to update that with the latest version, as your version of sptd.sys has been spotted to cause problems in a number of cases.


As for Burning Software, you need to update that, or alternatively replace it with other products, for example (freeware):

Best Free CD / DVD Burning Software

The Official ImgBurn Website

CDBurnerXP: Introduction and News
 
thanks for the help a am currently updating all my motherboard drivers from gigabite.
then i will move on from there.

i removed convertx to dvd from my computer and i watched the pcouffin.sys go away
i updated teamviewer also i updated deamon tools. (i also have poweriso) so i think i will just remove it.

keep you updated thanks for all the help.


-update-

since i have updated my motherboard a lot of my applications does not work anymore like itunes. and with vitrual box i can open up the program but i cannot start any of my machines. also my computer is running slower then i have ever seen it. i have backup on my server which i think i might restore too but i still need to updated them. just kinda lost of why nothing works anymore. (shouldnt say nothing some applications still work
 
Last edited:
Back
Top