Blue screen of death on Vostro 3300

hitit

Distinguished
Dec 4, 2011
3
0
18,510
Hi,
I Have Vostro 3300 i3 , Corsair 8GB (2*4GB) 1333MHZ, 120GB Agility 3 SSD.

Installed a fresh copy of windows 7 Enterprise x64.

I get a blue sceen every second time I turn my comp on, somethiong strange. what can it be?

After I booy again I see that window:
Problem signature:
Problem Event Name: BlueScreen
OS Version: 6.1.7601.2.1.0.256.4
Locale ID: 1037

Additional information about the problem:
BCCode: 50
BCP1: FFFFF80000CB9C40
BCP2: 0000000000000000
BCP3: FFFFF80002E03418
BCP4: 0000000000000002
OS Version: 6_1_7601
Service Pack: 1_0
Product: 256_1

Files that help describe the problem:
C:\Windows\Minidump\120511-7987-01.dmp
C:\Users\Yan\AppData\Local\Temp\WER-17113-0.sysdata.xml

Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt


I have included DUMP file an XML log.
dmp: http://www.mediafire.com/?b3nm2myxd2a4hb9
xml: http://www.mediafire.com/?w25dv0pgp9jpfeg

thanks in advance!!!
 
STOP 0x50 = PAGE_FAULT_IN_NONPAGED_AREA

BCP1: FFFFF80000CB9C40
This is the address that caused the fault
BCP2: 0000000000000000
0 indicates a memory READ
BCP3: FFFFF80002E03418
The address that referenced the memory that faulted
BCP4: 0000000000000002
Reserved (ignore)

Essentially, you had some application try to read memory from a place its not supposed to. This typically means either a driver error, hardware error, or (most commonly) a memory error.

I recommend running memtest86 or Windows Memory Diagnostic in order to test your RAM for errors. If that passes, then run a chkdsk to confirm the system drive is not at fault. After that, start removing hardware one by one until you find the one at fault. Its also possible the OS was installed incorrectly, though I find that less likely.
 




ok, thanks for the information! ill check it and let you know