BSOD on new rig "PAGE_FAULT_IN_NONPAGED_AREA ntoskrnl.exe"


  1. Posts : 1
    Windows 7 Ultimate x64
       #1

    BSOD on new rig "PAGE_FAULT_IN_NONPAGED_AREA ntoskrnl.exe"


    Hey guys, I recently built a computer with these specs:
    Intel Core i5-2500K Sandy Bridge 3.3GHz
    ASRock P67 EXTREME4 (B3) LGA 1155 Intel P67 SATA 6Gb/s USB 3.0 ATX Intel Motherboard
    Patriot Gamer 2 Series 8GB (2 x 4GB) 240-Pin DDR3 SDRAM DDR3 1333
    MSI R6970-2PM2D2GD5 Radeon HD 6970 2GB
    CORSAIR CMPSU-750TX 750W ATX12V v2.2
    I ran the computer with a hard drive with Windows 7 Ultimate x64 I used on my previous build. While running The Witcher 2 I got a BSOD, which happened again and again, only once while I wasn't running The Witcher 2. I ran memtest, which showed up with errors. I took one stick out, ran it, came up with errors, popped the other stick in and got errors as well. Is this purely a case of fault RAM? Whats the chances of both sticks being bad? ALL my fan speeds are normal, nothing is overheating from what I can tell.

    Here is the folder gotten from running Windows NT6.
    Here are the results of the system health report.
    Here is the link to a rar containing all of the minidumps compiled.

    ANY sort of help will be appreciated, this is really starting to get on my nerves. I really hope I did this post right, I'm getting ready to go crazy.
      My Computer


  2. Posts : 8,383
    Windows 10 Pro x64, Arch Linux
       #2

    Sliverr said:
    Hey guys, I recently built a computer with these specs:
    Intel Core i5-2500K Sandy Bridge 3.3GHz
    ASRock P67 EXTREME4 (B3) LGA 1155 Intel P67 SATA 6Gb/s USB 3.0 ATX Intel Motherboard
    Patriot Gamer 2 Series 8GB (2 x 4GB) 240-Pin DDR3 SDRAM DDR3 1333
    MSI R6970-2PM2D2GD5 Radeon HD 6970 2GB
    CORSAIR CMPSU-750TX 750W ATX12V v2.2
    I ran the computer with a hard drive with Windows 7 Ultimate x64 I used on my previous build. While running The Witcher 2 I got a BSOD, which happened again and again, only once while I wasn't running The Witcher 2. I ran memtest, which showed up with errors. I took one stick out, ran it, came up with errors, popped the other stick in and got errors as well. Is this purely a case of fault RAM? Whats the chances of both sticks being bad? ALL my fan speeds are normal, nothing is overheating from what I can tell.

    Here is the folder gotten from running Windows NT6.
    Here are the results of the system health report.
    Here is the link to a rar containing all of the minidumps compiled.

    ANY sort of help will be appreciated, this is really starting to get on my nerves. I really hope I did this post right, I'm getting ready to go crazy.
    Dumps show Memory Corruption, test each stick individually. If both reported errors you should buy new RAM sticks
    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: fffff80002f49115, Address of the exception record for the exception that caused the bugcheck
    Arg3: fffff88006385c60, 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!MiGetTopLevelPfn+65
    fffff800`02f49115 4c8b4928        mov     r9,qword ptr [rcx+28h]
    
    CONTEXT:  fffff88006385c60 -- (.cxr 0xfffff88006385c60)
    rax=000040000010cf30 rbx=000fffffffffffff rcx=000bfa800326d900
    rdx=fffffff555768223 rsi=fffffa8003bec000 rdi=0000058000000000
    rip=fffff80002f49115 rsp=fffff88006386638 rbp=0000000000000004
     r8=fffffe0006386670  r9=000040000010cf30 r10=fffff880063866e8
    r11=0000000000000001 r12=000000003ffffff8 r13=0000000000000000
    r14=fffff6fb40000000 r15=0000000fffffffff
    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!MiGetTopLevelPfn+0x65:
    fffff800`02f49115 4c8b4928        mov     r9,qword ptr [rcx+28h] ds:002b:000bfa80`0326d928=????????????????
    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 fffff80002f49115
    
    STACK_TEXT:  
    fffff880`06386638 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!MiGetTopLevelPfn+0x65
    
    
    FOLLOWUP_IP: 
    nt!MiGetTopLevelPfn+65
    fffff800`02f49115 4c8b4928        mov     r9,qword ptr [rcx+28h]
    
    SYMBOL_STACK_INDEX:  0
    
    SYMBOL_NAME:  nt!MiGetTopLevelPfn+65
    
    FOLLOWUP_NAME:  MachineOwner
    
    MODULE_NAME: nt
    
    DEBUG_FLR_IMAGE_TIMESTAMP:  4d9fdd34
    
    STACK_COMMAND:  .cxr 0xfffff88006385c60 ; kb
    
    IMAGE_NAME:  memory_corruption
    
    FAILURE_BUCKET_ID:  X64_0x3B_nt!MiGetTopLevelPfn+65
    
    BUCKET_ID:  X64_0x3B_nt!MiGetTopLevelPfn+65
    
    Followup: MachineOwner
    ---------
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 15:01.
Find Us