1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

error: "PAGE_FAULT_IN_NONPAGE_AREA"

Discussion in 'Windows XP' started by kenton, 2005/11/29.

  1. 2005/11/29
    kenton

    kenton Inactive Thread Starter

    Joined:
    2004/01/21
    Messages:
    158
    Likes Received:
    0
    When shutdown PC, get the blue screen error: "PAGE_FAULT_IN_NONPAGE_AREA "

    Why and where is problem?

    Thanks
     
  2. 2005/11/29
    PeteC

    PeteC SuperGeek Staff

    Joined:
    2002/05/10
    Messages:
    28,896
    Likes Received:
    389
    One possible cause - your computer's memory.

    Suggest you remove the memory modules, clean the contacts with a soft pencil eraser and refit.

    If the problem persists run Windows Memory Diagnostic Tool
     

  3. to hide this advert.

  4. 2005/12/01
    oshwyn5

    oshwyn5 Inactive

    Joined:
    2005/08/25
    Messages:
    736
    Likes Received:
    0
    http://aumha.org/win5/kbestop.php

    Contains a list of common stop errors and the likely cause and any microsoft knowledge base articles on them.
    If the above suggestion does not solve things, check out the articles listed below
    0x00000050: PAGE_FAULT_IN_NONPAGED_AREA
    about one third of the way down the page.
    There are nine related articles including how a rootkit (like the one from playing Sony CDs with the rootkit copy protection on them) can cause this. I only mention that since it has become rather common of late.
     
  5. 2005/12/04
    cpc2004

    cpc2004 Inactive

    Joined:
    2005/07/08
    Messages:
    366
    Likes Received:
    0
    Format the minidump using kd

    Hi,

    1) Install microsoft debugging tools from http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx
    2) Create folder c:\symbols
    3) Download and install the http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx
    4) Locate your latest memory.dmp file- C:\WINNT\Minidump\Mini011005-01.dmp or whatever
    4) Open a CMD prompt and cd\program files\debugging tools for windows\
    5) Type the following stuff:

    Code:
    c:\program files\debugging tools>kd -z C:\WINNT\Minidump\Mini011005-01.dmp
    kd> .logopen c:\debuglog.txt
    kd> .sympath srv*c:\symbols*http://msdl.microsoft.com/download/symbols
    kd> .reload;!analyze -v;r;kv;lmnt;.logclose;q

    Now you have a debuglog.txt in c:\, open it in notepad and post the content to this thread.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.