Windows 7 Before I RMA wondering if anyone could look at my minidump files

Darkcities

New Member
Joined
Jan 14, 2011
I'm completely frustrated with the constant memory BSOD's and can't seem to pinpoint the problem.

I've updated the bios, checked each stick of ram, reinstalled windows, checked the ram with software, checked my hard drives, checked to see if i had bent pins but I still get these BSOD memory crashes.

Before I updated the bios and reinstalled windows my ram wasn't showing up correctly in system. It would say i had 4 out 6 gigs of ram that were usuable. System now shows the ram correctly but while I was transferring a large amount of data the day i reinstalled windows 7 professional I come back and the computer has crashes and restarted. I don't know what else to do. I would appreciate any help.
 

Attachments

  • minidump.zip
    49 KB · Views: 193
  • cpu info.jpg
    cpu info.jpg
    83.6 KB · Views: 418
  • cpu info2.jpg
    cpu info2.jpg
    58.1 KB · Views: 357
  • cpu info3.jpg
    cpu info3.jpg
    58.2 KB · Views: 400
  • cpu info4.jpg
    cpu info4.jpg
    70 KB · Views: 393
Took a look at the two dump files. Nothing frightening, one older driver that you should probably update from RealTek
Rt64win7.sys dated 2/26/2009
Should take whatever steps possible to normalize your memory settings. Unless CPUz is doing an incredibly bad job at identifying your memory, it should be using the timing for 666MHz (9,9,9,24) instead it's using 539.7 MHz (8,8,8,20), so;
Enter system BIOS an if available select
Load Optimized Defaults (yours maybe worded slightly differently something like Load Performance Defaults)
Alternately double check and make sure that settings related to your DRAM are reflecting "AUTO"
Also consider experimenting with the "XMP" (Intel speak for Extreme Memory Profile) on/off, enable/disabled and see if that improves anything.
 
5325632953_7465142bed_t.jpg



Nah, no need to RMA - just load setup defaults in the bios to set the RAM right, and enjoy!

(You got DDR 667x2 = 1333Mhz, with the timings 9-9-9-24. The RAM is currently set way wrong, 540Mhz 8-8-8-20, which is not good at all.)
 
As for the crash dumps, they prove the RAM is the causer:

Code:
[B]
BugCheck 3B, {c0000005, fffff8000288cd4f, fffff8800750de30, 0}
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
Process: svchost.exe
STACK_TEXT:  
fffff880`0750e810 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KeAcquireInStackQueuedSpinLockAtDpcLevel+0x4f
Probably caused by : ntkrnlmp.exe ( nt!KeAcquireInStackQueuedSpinLockAtDpcLevel+4f )[/B]


1. Make sure you set up defaults in the bios first

2. Update Realtek LAN driver, it's old:

Rt64win7.sys Thu Feb 26 04:04:13 2009

Realtek









Crash Dumps:

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


Loading Dump File [F:\a\Minidump\D M P\DMP\010711-23431-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols
Executable search path is: 
Windows 7 Kernel Version 7600 MP (8 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7600.16385.amd64fre.win7_rtm.090713-1255
Machine Name:
Kernel base = 0xfffff800`0280c000 PsLoadedModuleList = 0xfffff800`02a49e50
Debug session time: Fri Jan  7 19:37:22.054 2011 (UTC - 5:00)
System Uptime: 0 days 1:29:20.005
Loading Kernel Symbols
...............................................................
................................................................
...............
Loading User Symbols
Loading unloaded module list
....
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 3B, {c0000005, fffff800029b08ed, fffff88005538c30, 0}

Probably caused by : ntkrnlmp.exe ( nt!ExAllocatePoolWithTag+51d )

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

1: 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: fffff800029b08ed, Address of the instruction which caused the bugcheck
Arg3: fffff88005538c30, 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!ExAllocatePoolWithTag+51d
fffff800`029b08ed 4c8b4908        mov     r9,qword ptr [rcx+8]

CONTEXT:  fffff88005538c30 -- (.cxr 0xfffff88005538c30)
rax=fffffa80079be060 rbx=fffffa8004e79700 rcx=8dfffa8004e79700
rdx=0000000000000003 rsi=0000000000001000 rdi=0000000000000001
rip=fffff800029b08ed rsp=fffff88005539610 rbp=fffffa8004e793c0
 r8=0000000000000001  r9=fffff8000280c000 r10=fffffa8004e793c8
r11=0000000000000003 r12=0000000000000021 r13=0000000000000000
r14=fffffa80079be060 r15=0000000064536553
iopl=0         nv up ei ng nz na po cy
cs=0010  ss=0018  ds=002b  es=002b  fs=0053  gs=002b             efl=00010287
nt!ExAllocatePoolWithTag+0x51d:
fffff800`029b08ed 4c8b4908        mov     r9,qword ptr [rcx+8] ds:002b:8dfffa80`04e79708=????????????????
Resetting default scope

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT

BUGCHECK_STR:  0x3B

PROCESS_NAME:  svchost.exe

CURRENT_IRQL:  0

LAST_CONTROL_TRANSFER:  from 0000000000000000 to fffff800029b08ed

STACK_TEXT:  
fffff880`05539610 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!ExAllocatePoolWithTag+0x51d


FOLLOWUP_IP: 
nt!ExAllocatePoolWithTag+51d
fffff800`029b08ed 4c8b4908        mov     r9,qword ptr [rcx+8]

SYMBOL_STACK_INDEX:  0

SYMBOL_NAME:  nt!ExAllocatePoolWithTag+51d

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: nt

IMAGE_NAME:  ntkrnlmp.exe

DEBUG_FLR_IMAGE_TIMESTAMP:  4a5bc600

STACK_COMMAND:  .cxr 0xfffff88005538c30 ; kb

FAILURE_BUCKET_ID:  X64_0x3B_nt!ExAllocatePoolWithTag+51d

BUCKET_ID:  X64_0x3B_nt!ExAllocatePoolWithTag+51d

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







Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [F:\a\Minidump\D M P\DMP\010711-20467-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols
Executable search path is: 
Windows 7 Kernel Version 7600 MP (8 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7600.16385.amd64fre.win7_rtm.090713-1255
Machine Name:
Kernel base = 0xfffff800`02811000 PsLoadedModuleList = 0xfffff800`02a4ee50
Debug session time: Fri Jan  7 20:09:50.575 2011 (UTC - 5:00)
System Uptime: 0 days 0:30:35.653
Loading Kernel Symbols
...............................................................
................................................................
..............
Loading User Symbols
Loading unloaded module list
....
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 3B, {c0000005, fffff8000288cd4f, fffff8800750de30, 0}

Probably caused by : ntkrnlmp.exe ( nt!KeAcquireInStackQueuedSpinLockAtDpcLevel+4f )

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

6: 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: fffff8000288cd4f, Address of the instruction which caused the bugcheck
Arg3: fffff8800750de30, 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!KeAcquireInStackQueuedSpinLockAtDpcLevel+4f
fffff800`0288cd4f 488713          xchg    rdx,qword ptr [rbx]

CONTEXT:  fffff8800750de30 -- (.cxr 0xfffff8800750de30)
rax=fffffa8004f061b0 rbx=9efffa8004ea7ac8 rcx=0000000000000000
rdx=fffff8800750e880 rsi=fffff880030f7180 rdi=0000000000000000
rip=fffff8000288cd4f rsp=fffff8800750e810 rbp=00000000000007d8
 r8=fffff8800750e880  r9=0000000000000001 r10=fffff80002811000
r11=000000000000000e r12=00000000000007d8 r13=00000000000007d8
r14=0000000000000001 r15=fffffa8005df3870
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!KeAcquireInStackQueuedSpinLockAtDpcLevel+0x4f:
fffff800`0288cd4f 488713          xchg    rdx,qword ptr [rbx] ds:002b:9efffa80`04ea7ac8=????????????????
Resetting default scope

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT

BUGCHECK_STR:  0x3B

PROCESS_NAME:  svchost.exe

CURRENT_IRQL:  2

LAST_CONTROL_TRANSFER:  from 0000000000000000 to fffff8000288cd4f

STACK_TEXT:  
fffff880`0750e810 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KeAcquireInStackQueuedSpinLockAtDpcLevel+0x4f


FOLLOWUP_IP: 
nt!KeAcquireInStackQueuedSpinLockAtDpcLevel+4f
fffff800`0288cd4f 488713          xchg    rdx,qword ptr [rbx]

SYMBOL_STACK_INDEX:  0

SYMBOL_NAME:  nt!KeAcquireInStackQueuedSpinLockAtDpcLevel+4f

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: nt

IMAGE_NAME:  ntkrnlmp.exe

DEBUG_FLR_IMAGE_TIMESTAMP:  4a5bc600

STACK_COMMAND:  .cxr 0xfffff8800750de30 ; kb

FAILURE_BUCKET_ID:  X64_0x3B_nt!KeAcquireInStackQueuedSpinLockAtDpcLevel+4f

BUCKET_ID:  X64_0x3B_nt!KeAcquireInStackQueuedSpinLockAtDpcLevel+4f

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




Drivers:

Code:
start             end                 module name
fffff880`03c88000 fffff880`03cc6000   1394ohci 1394ohci.sys Mon Jul 13 20:07:12 2009 (4A5BCC30)
fffff880`00e00000 fffff880`00e57000   ACPI     ACPI.sys     Mon Jul 13 19:19:34 2009 (4A5BC106)
fffff880`02c9e000 fffff880`02d28000   afd      afd.sys      Mon Jul 13 19:21:40 2009 (4A5BC184)
fffff880`02c77000 fffff880`02c8d000   AgileVpn AgileVpn.sys Mon Jul 13 20:10:24 2009 (4A5BCCF0)
fffff880`00c4d000 fffff880`00c58000   amdxata  amdxata.sys  Tue May 19 13:56:59 2009 (4A12F2EB)
fffff880`00c1a000 fffff880`00c23000   atapi    atapi.sys    Mon Jul 13 19:19:47 2009 (4A5BC113)
fffff880`00c23000 fffff880`00c4d000   ataport  ataport.SYS  Mon Jul 13 19:19:52 2009 (4A5BC118)
fffff880`0454c000 fffff880`0456e000   AtiHdmi  AtiHdmi.sys  Thu Jan 28 20:03:36 2010 (4B6233E8)
fffff880`03dc5000 fffff880`03df9000   atikmpag atikmpag.sys Tue Mar 02 22:07:33 2010 (4B8DD275)
fffff880`0487d000 fffff880`04eec000   atipmdag atipmdag.sys Tue Mar 02 22:47:08 2010 (4B8DDBBC)
fffff880`019c5000 fffff880`019cc000   Beep     Beep.SYS     Mon Jul 13 20:00:13 2009 (4A5BCA8D)
fffff880`03d78000 fffff880`03d89000   blbdrive blbdrive.sys Mon Jul 13 19:35:59 2009 (4A5BC4DF)
fffff880`02800000 fffff880`0281e000   bowser   bowser.sys   Mon Jul 13 19:23:50 2009 (4A5BC206)
fffff960`007c0000 fffff960`007e7000   cdd      cdd.dll      unavailable (00000000)
fffff880`01992000 fffff880`019bc000   cdrom    cdrom.sys    Mon Jul 13 19:19:54 2009 (4A5BC11A)
fffff880`00e61000 fffff880`00f21000   CI       CI.dll       Mon Jul 13 21:32:13 2009 (4A5BE01D)
fffff880`0192c000 fffff880`0195c000   CLASSPNP CLASSPNP.SYS Mon Jul 13 19:19:58 2009 (4A5BC11E)
fffff880`00ce6000 fffff880`00d44000   CLFS     CLFS.SYS     Mon Jul 13 19:19:57 2009 (4A5BC11D)
fffff880`01000000 fffff880`01073000   cng      cng.sys      Mon Jul 13 19:49:40 2009 (4A5BC814)
fffff880`03cc6000 fffff880`03cd6000   CompositeBus CompositeBus.sys Mon Jul 13 20:00:33 2009 (4A5BCAA1)
fffff880`04468000 fffff880`04476000   crashdmp crashdmp.sys Mon Jul 13 20:01:01 2009 (4A5BCABD)
fffff880`03cd7000 fffff880`03d5a000   csc      csc.sys      Mon Jul 13 19:24:26 2009 (4A5BC22A)
fffff880`03d5a000 fffff880`03d78000   dfsc     dfsc.sys     Mon Jul 13 19:23:44 2009 (4A5BC200)
fffff880`02c68000 fffff880`02c77000   discache discache.sys Mon Jul 13 19:37:18 2009 (4A5BC52E)
fffff880`01916000 fffff880`0192c000   disk     disk.sys     Mon Jul 13 19:19:57 2009 (4A5BC11D)
fffff880`045ab000 fffff880`045cd000   drmk     drmk.sys     Mon Jul 13 21:01:25 2009 (4A5BD8E5)
fffff880`045d3000 fffff880`045dc000   dump_atapi dump_atapi.sys Mon Jul 13 19:19:47 2009 (4A5BC113)
fffff880`04476000 fffff880`04482000   dump_dumpata dump_dumpata.sys Mon Jul 13 19:19:47 2009 (4A5BC113)
fffff880`045dc000 fffff880`045ef000   dump_dumpfve dump_dumpfve.sys Mon Jul 13 19:21:51 2009 (4A5BC18F)
fffff880`0445c000 fffff880`04468000   Dxapi    Dxapi.sys    Mon Jul 13 19:38:28 2009 (4A5BC574)
fffff880`04eec000 fffff880`04fe0000   dxgkrnl  dxgkrnl.sys  Mon Jul 13 19:38:56 2009 (4A5BC590)
fffff880`04800000 fffff880`04846000   dxgmms1  dxgmms1.sys  Mon Jul 13 19:38:32 2009 (4A5BC578)
fffff880`02898000 fffff880`028ce000   fastfat  fastfat.SYS  Mon Jul 13 19:23:28 2009 (4A5BC1F0)
fffff880`01129000 fffff880`0113d000   fileinfo fileinfo.sys Mon Jul 13 19:34:25 2009 (4A5BC481)
fffff880`010dd000 fffff880`01129000   fltmgr   fltmgr.sys   Mon Jul 13 19:19:59 2009 (4A5BC11F)
fffff880`013ec000 fffff880`013f6000   Fs_Rec   Fs_Rec.sys   Mon Jul 13 19:19:45 2009 (4A5BC111)
fffff880`018dc000 fffff880`01916000   fvevol   fvevol.sys   Mon Jul 13 19:22:15 2009 (4A5BC1A7)
fffff880`015b1000 fffff880`015fb000   fwpkclnt fwpkclnt.sys Mon Jul 13 19:21:08 2009 (4A5BC164)
fffff800`02dee000 fffff800`02e37000   hal      hal.dll      Mon Jul 13 21:27:36 2009 (4A5BDF08)
fffff880`04846000 fffff880`0486a000   HDAudBus HDAudBus.sys Mon Jul 13 20:06:13 2009 (4A5BCBF5)
fffff880`04400000 fffff880`0445c000   HdAudio  HdAudio.sys  Mon Jul 13 20:06:59 2009 (4A5BCC23)
fffff880`077ac000 fffff880`077b5000   hiber_atapi hiber_atapi.sys Mon Jul 13 19:19:47 2009 (4A5BC113)
fffff880`077a0000 fffff880`077ac000   hiber_dumpata hiber_dumpata.sys Mon Jul 13 19:19:47 2009 (4A5BC113)
fffff880`077b5000 fffff880`077c8000   hiber_dumpfve hiber_dumpfve.sys Mon Jul 13 19:21:51 2009 (4A5BC18F)
fffff880`01979000 fffff880`01992000   HIDCLASS HIDCLASS.SYS Mon Jul 13 20:06:21 2009 (4A5BCBFD)
fffff880`013f6000 fffff880`013fe080   HIDPARSE HIDPARSE.SYS Mon Jul 13 20:06:17 2009 (4A5BCBF9)
fffff880`045f1000 fffff880`045ff000   hidusb   hidusb.sys   Mon Jul 13 20:06:22 2009 (4A5BCBFE)
fffff880`0291e000 fffff880`029e6000   HTTP     HTTP.sys     Mon Jul 13 19:22:16 2009 (4A5BC1A8)
fffff880`014b5000 fffff880`014be000   hwpolicy hwpolicy.sys Mon Jul 13 19:19:22 2009 (4A5BC0FA)
fffff880`03daf000 fffff880`03dc5000   intelppm intelppm.sys Mon Jul 13 19:19:25 2009 (4A5BC0FD)
fffff880`0120b000 fffff880`0121a000   kbdclass kbdclass.sys Mon Jul 13 19:19:50 2009 (4A5BC116)
fffff880`010ce000 fffff880`010dc000   kbdhid   kbdhid.sys   Mon Jul 13 20:00:20 2009 (4A5BCA94)
fffff800`00bc6000 fffff800`00bd0000   kdcom    kdcom.dll    Mon Jul 13 21:31:07 2009 (4A5BDFDB)
fffff880`04488000 fffff880`044cb000   ks       ks.sys       Mon Jul 13 20:00:31 2009 (4A5BCA9F)
fffff880`013c1000 fffff880`013db000   ksecdd   ksecdd.sys   Mon Jul 13 19:20:54 2009 (4A5BC156)
fffff880`01460000 fffff880`0148b000   ksecpkg  ksecpkg.sys  Mon Jul 13 19:50:34 2009 (4A5BC84A)
fffff880`045cd000 fffff880`045d2200   ksthunk  ksthunk.sys  Mon Jul 13 20:00:19 2009 (4A5BCA93)
fffff880`028f1000 fffff880`02906000   lltdio   lltdio.sys   Mon Jul 13 20:08:50 2009 (4A5BCC92)
fffff880`028ce000 fffff880`028f1000   luafv    luafv.sys    Mon Jul 13 19:26:13 2009 (4A5BC295)
fffff880`00c8e000 fffff880`00cd2000   mcupdate_GenuineIntel mcupdate_GenuineIntel.dll Mon Jul 13 21:29:10 2009 (4A5BDF66)
fffff880`00c73000 fffff880`00c81000   monitor  monitor.sys  Mon Jul 13 19:38:52 2009 (4A5BC58C)
fffff880`010bf000 fffff880`010ce000   mouclass mouclass.sys Mon Jul 13 19:19:50 2009 (4A5BC116)
fffff880`00c00000 fffff880`00c1a000   mountmgr mountmgr.sys Mon Jul 13 19:19:54 2009 (4A5BC11A)
fffff880`0281e000 fffff880`02836000   mpsdrv   mpsdrv.sys   Mon Jul 13 20:08:25 2009 (4A5BCC79)
fffff880`02836000 fffff880`02862000   mrxsmb   mrxsmb.sys   Mon Jul 13 19:23:59 2009 (4A5BC20F)
fffff880`072f9000 fffff880`07346000   mrxsmb10 mrxsmb10.sys Mon Jul 13 19:24:08 2009 (4A5BC218)
fffff880`07346000 fffff880`07369000   mrxsmb20 mrxsmb20.sys Mon Jul 13 19:24:05 2009 (4A5BC215)
fffff880`0182b000 fffff880`01836000   Msfs     Msfs.SYS     Mon Jul 13 19:19:47 2009 (4A5BC113)
fffff880`00fd4000 fffff880`00fde000   msisadrv msisadrv.sys Mon Jul 13 19:19:26 2009 (4A5BC0FE)
fffff880`0113d000 fffff880`0119b000   msrpc    msrpc.sys    Mon Jul 13 19:21:32 2009 (4A5BC17C)
fffff880`02c5d000 fffff880`02c68000   mssmbios mssmbios.sys Mon Jul 13 19:31:10 2009 (4A5BC3BE)
fffff880`014a3000 fffff880`014b5000   mup      mup.sys      Mon Jul 13 19:23:45 2009 (4A5BC201)
fffff880`014bf000 fffff880`015b1000   ndis     ndis.sys     Mon Jul 13 19:21:40 2009 (4A5BC184)
fffff880`02c8d000 fffff880`02c99000   ndistapi ndistapi.sys Mon Jul 13 20:10:00 2009 (4A5BCCD8)
fffff880`01872000 fffff880`018a1000   ndiswan  ndiswan.sys  Mon Jul 13 20:10:11 2009 (4A5BCCE3)
fffff880`04537000 fffff880`0454c000   NDProxy  NDProxy.SYS  Mon Jul 13 20:10:05 2009 (4A5BCCDD)
fffff880`02d9c000 fffff880`02dab000   netbios  netbios.sys  Mon Jul 13 20:09:26 2009 (4A5BCCB6)
fffff880`02d28000 fffff880`02d6d000   netbt    netbt.sys    Mon Jul 13 19:21:28 2009 (4A5BC178)
fffff880`01400000 fffff880`01460000   NETIO    NETIO.SYS    Mon Jul 13 19:21:46 2009 (4A5BC18A)
fffff880`01836000 fffff880`01847000   Npfs     Npfs.SYS     Mon Jul 13 19:19:48 2009 (4A5BC114)
fffff880`02c51000 fffff880`02c5d000   nsiproxy nsiproxy.sys Mon Jul 13 19:21:02 2009 (4A5BC15E)
fffff800`02811000 fffff800`02dee000   nt       ntkrnlmp.exe Mon Jul 13 19:40:48 2009 (4A5BC600)
fffff880`0121e000 fffff880`013c1000   Ntfs     Ntfs.sys     Mon Jul 13 19:20:47 2009 (4A5BC14F)
fffff880`019bc000 fffff880`019c5000   Null     Null.SYS     Mon Jul 13 19:19:37 2009 (4A5BC109)
fffff880`02d76000 fffff880`02d9c000   pacer    pacer.sys    Mon Jul 13 20:09:41 2009 (4A5BCCC5)
fffff880`00feb000 fffff880`01000000   partmgr  partmgr.sys  Mon Jul 13 19:19:58 2009 (4A5BC11E)
fffff880`00d44000 fffff880`00d77000   pci      pci.sys      Mon Jul 13 19:19:51 2009 (4A5BC117)
fffff880`00de8000 fffff880`00def000   pciide   pciide.sys   Mon Jul 13 19:19:49 2009 (4A5BC115)
fffff880`00def000 fffff880`00dff000   PCIIDEX  PCIIDEX.SYS  Mon Jul 13 19:19:48 2009 (4A5BC114)
fffff880`013db000 fffff880`013ec000   pcw      pcw.sys      Mon Jul 13 19:19:27 2009 (4A5BC0FF)
fffff880`07200000 fffff880`072a6000   peauth   peauth.sys   Mon Jul 13 21:01:19 2009 (4A5BD8DF)
fffff880`0456e000 fffff880`045ab000   portcls  portcls.sys  Mon Jul 13 20:06:27 2009 (4A5BCC03)
fffff880`00cd2000 fffff880`00ce6000   PSHED    PSHED.dll    Mon Jul 13 21:32:23 2009 (4A5BE027)
fffff880`02dda000 fffff880`02dfe000   rasl2tp  rasl2tp.sys  Mon Jul 13 20:10:11 2009 (4A5BCCE3)
fffff880`018a1000 fffff880`018bc000   raspppoe raspppoe.sys Mon Jul 13 20:10:17 2009 (4A5BCCE9)
fffff880`011d5000 fffff880`011f6000   raspptp  raspptp.sys  Mon Jul 13 20:10:18 2009 (4A5BCCEA)
fffff880`018bc000 fffff880`018d6000   rassstp  rassstp.sys  Mon Jul 13 20:10:25 2009 (4A5BCCF1)
fffff880`02c00000 fffff880`02c51000   rdbss    rdbss.sys    Mon Jul 13 19:24:09 2009 (4A5BC219)
fffff880`01200000 fffff880`0120b000   rdpbus   rdpbus.sys   Mon Jul 13 20:17:46 2009 (4A5BCEAA)
fffff880`01810000 fffff880`01819000   RDPCDD   RDPCDD.sys   Mon Jul 13 20:16:34 2009 (4A5BCE62)
fffff880`01819000 fffff880`01822000   rdpencdd rdpencdd.sys Mon Jul 13 20:16:34 2009 (4A5BCE62)
fffff880`01822000 fffff880`0182b000   rdprefmp rdprefmp.sys Mon Jul 13 20:16:35 2009 (4A5BCE63)
fffff880`0119b000 fffff880`011d5000   rdyboost rdyboost.sys Mon Jul 13 19:34:34 2009 (4A5BC48A)
fffff880`02906000 fffff880`0291e000   rspndr   rspndr.sys   Mon Jul 13 20:08:50 2009 (4A5BCC92)
fffff880`03c56000 fffff880`03c88000   Rt64win7 Rt64win7.sys Thu Feb 26 04:04:13 2009 (49A65B0D)
fffff880`072a6000 fffff880`072b1000   secdrv   secdrv.SYS   Wed Sep 13 09:18:38 2006 (4508052E)
fffff880`0149b000 fffff880`014a3000   spldr    spldr.sys    Mon May 11 12:56:27 2009 (4A0858BB)
fffff880`0772f000 fffff880`077a0000   spsys    spsys.sys    Mon May 11 13:20:58 2009 (4A085E7A)
fffff880`07697000 fffff880`0772f000   srv      srv.sys      Mon Jul 13 19:25:11 2009 (4A5BC257)
fffff880`07369000 fffff880`073d2000   srv2     srv2.sys     Mon Jul 13 19:25:02 2009 (4A5BC24E)
fffff880`072b1000 fffff880`072de000   srvnet   srvnet.sys   Mon Jul 13 19:24:58 2009 (4A5BC24A)
fffff880`04ffa000 fffff880`04ffb480   swenum   swenum.sys   Mon Jul 13 20:00:18 2009 (4A5BCA92)
fffff880`01602000 fffff880`017ff000   tcpip    tcpip.sys    Mon Jul 13 19:25:34 2009 (4A5BC26E)
fffff880`072de000 fffff880`072f0000   tcpipreg tcpipreg.sys Mon Jul 13 20:09:49 2009 (4A5BCCCD)
fffff880`01865000 fffff880`01872000   TDI      TDI.SYS      Mon Jul 13 19:21:18 2009 (4A5BC16E)
fffff880`01847000 fffff880`01865000   tdx      tdx.sys      Mon Jul 13 19:21:15 2009 (4A5BC16B)
fffff880`02dc6000 fffff880`02dda000   termdd   termdd.sys   Mon Jul 13 20:16:36 2009 (4A5BCE64)
fffff960`004a0000 fffff960`004aa000   TSDDD    TSDDD.dll    unavailable (00000000)
fffff880`03d89000 fffff880`03daf000   tunnel   tunnel.sys   Mon Jul 13 20:09:37 2009 (4A5BCCC1)
fffff880`044cb000 fffff880`044dd000   umbus    umbus.sys    Mon Jul 13 20:06:56 2009 (4A5BCC20)
fffff880`0195c000 fffff880`01979000   usbccgp  usbccgp.sys  Mon Jul 13 20:06:45 2009 (4A5BCC15)
fffff880`045ef000 fffff880`045f0f00   USBD     USBD.SYS     Mon Jul 13 20:06:23 2009 (4A5BCBFF)
fffff880`04fe0000 fffff880`04ff1000   usbehci  usbehci.sys  Mon Jul 13 20:06:30 2009 (4A5BCC06)
fffff880`044dd000 fffff880`04537000   usbhub   usbhub.sys   Mon Jul 13 20:07:09 2009 (4A5BCC2D)
fffff880`03c00000 fffff880`03c56000   USBPORT  USBPORT.SYS  Mon Jul 13 20:06:31 2009 (4A5BCC07)
fffff880`00c58000 fffff880`00c73000   USBSTOR  USBSTOR.SYS  Mon Jul 13 20:06:34 2009 (4A5BCC0A)
fffff880`0486a000 fffff880`04877000   usbuhci  usbuhci.sys  Mon Jul 13 20:06:27 2009 (4A5BCC03)
fffff880`00fde000 fffff880`00feb000   vdrvroot vdrvroot.sys Mon Jul 13 20:01:31 2009 (4A5BCADB)
fffff880`019cc000 fffff880`019da000   vga      vga.sys      Mon Jul 13 19:38:47 2009 (4A5BC587)
fffff880`019da000 fffff880`019ff000   VIDEOPRT VIDEOPRT.SYS Mon Jul 13 19:38:51 2009 (4A5BC58B)
fffff880`0148b000 fffff880`0149b000   vmstorfl vmstorfl.sys Mon Jul 13 19:42:54 2009 (4A5BC67E)
fffff880`00d77000 fffff880`00d8c000   volmgr   volmgr.sys   Mon Jul 13 19:19:57 2009 (4A5BC11D)
fffff880`00d8c000 fffff880`00de8000   volmgrx  volmgrx.sys  Mon Jul 13 19:20:33 2009 (4A5BC141)
fffff880`01073000 fffff880`010bf000   volsnap  volsnap.sys  Mon Jul 13 19:20:08 2009 (4A5BC128)
fffff880`02dab000 fffff880`02dc6000   wanarp   wanarp.sys   Mon Jul 13 20:10:21 2009 (4A5BCCED)
fffff880`01800000 fffff880`01810000   watchdog watchdog.sys Mon Jul 13 19:37:35 2009 (4A5BC53F)
fffff880`00f21000 fffff880`00fc5000   Wdf01000 Wdf01000.sys Mon Jul 13 19:22:07 2009 (4A5BC19F)
fffff880`00fc5000 fffff880`00fd4000   WDFLDR   WDFLDR.SYS   Mon Jul 13 19:19:54 2009 (4A5BC11A)
fffff880`02d6d000 fffff880`02d76000   wfplwf   wfplwf.sys   Mon Jul 13 20:09:26 2009 (4A5BCCB6)
fffff960`00080000 fffff960`0038f000   win32k   win32k.sys   unavailable (00000000)
fffff880`04ff1000 fffff880`04ffa000   wmiacpi  wmiacpi.sys  Mon Jul 13 19:31:02 2009 (4A5BC3B6)
fffff880`00e57000 fffff880`00e60000   WMILIB   WMILIB.SYS   Mon Jul 13 19:19:51 2009 (4A5BC117)

Unloaded modules:
fffff880`0195c000 fffff880`0196a000   crashdmp.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0000E000
fffff880`0196a000 fffff880`01976000   dump_ataport
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0000C000
fffff880`01976000 fffff880`0197f000   dump_atapi.s
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00009000
fffff880`0197f000 fffff880`01992000   dump_dumpfve
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00013000
 
Well Trouble was 1 minute faster and precise as always.
Good job Randy. : )


Took a look at the two dump files. Nothing frightening, one older driver that you should probably update from RealTek
Rt64win7.sys dated 2/26/2009
Should take whatever steps possible to normalize your memory settings. Unless CPUz is doing an incredibly bad job at identifying your memory, it should be using the timing for 666MHz (9,9,9,24) instead it's using 539.7 MHz (8,8,8,20), so;
Enter system BIOS an if available select
Load Optimized Defaults (yours maybe worded slightly differently something like Load Performance Defaults)
Alternately double check and make sure that settings related to your DRAM are reflecting "AUTO"
Also consider experimenting with the "XMP" (Intel speak for Extreme Memory Profile) on/off, enable/disabled and see if that improves anything.
 
You are more than welcome Greg and thank you as well. Two heads are always (well often anyway) better than one. Thought you might could use a small break, at least on the easy ones anyway.
 
So I loaded the optimized defaults and it still gave me 539.7 MHz (8,8,8,20) settings. I tried changing them manually but when I changed it to 9,9,9,24 it still showed 539.7Mhz. Any idea on how to change that in bios. I played with the XMP setting and cpuz gave me an almost 800mhz setting so I went back to the defaults. Thanks for all the help.
 
So I loaded the optimized defaults and it still gave me 539.7 MHz (8,8,8,20) settings. I tried changing them manually but when I changed it to 9,9,9,24 it still showed 539.7Mhz. Any idea on how to change that in bios. I played with the XMP setting and cpuz gave me an almost 800mhz setting so I went back to the defaults. Thanks for all the help.



1. Attach the SPD tabs for both slots
2. Set the timing and the frequency masnually, leave the voltage auto.
 
I'm a little confused. Did you mean the SPD tabs for all three slots or do I look for something else. I don't know how to change the frequency correctly. The System Memory Multiplier is set to Auto and it gives me options starting from 6-18.
 
I don't know how to adjust the dram frequency. Here are the spd screens for all 3 slots. I changed the timing. Also I changed System Memory Multiplier from 8(1066) to 10(1333) but it gave me a BSOD memory dump crash. The following spds are from just the change in timing. I'll be offline till tomorrow so hopefully I can get more help. Once again I appreciate all the help.
 

Attachments

  • new1.jpg
    new1.jpg
    76.8 KB · Views: 370
  • new.jpg
    new.jpg
    58.2 KB · Views: 375
  • new2.jpg
    new2.jpg
    75.2 KB · Views: 383
  • new3.jpg
    new3.jpg
    71.3 KB · Views: 328
The sticks are identical which is good. The timings are right, but the frequency is not. This is the problem.

Study your motherboard manual. Download from support site if don't have one.
 
so I've been looking at the motherboard manual and also visited the corsair site and came to the conclusion that I should be using the XMP settings. Well something happened and the system crashed again. I wasn't able to reboot or anything because it was constantly restarting. The bios went back to default settings and I was able to retrieve the minidump files. Could you guys look at them and see if you find anything new. Thank you.View attachment 012111-39421-01.zip
 
Your RAM is currently set 539Mhz x Double Data Rate = 1078Mhz <-- is your RAM frequency supposed to be 1078Mhz ? I think not.
Look up the rated specs for your RAM and then set them manually in the bios.
 
I looked up the specs and they say to set to profile 1 xmp. This is 1600 memory and when I run it at that it doesn't even allow me enough time to gather the new minidump files. I'm starting to think that I just need new memory.
 
Back
Top Bottom