Quantcast
Results 1 to 5 of 5

BSOD PFN_LIST_CORRUPT ntoskrnl.exe

  1. #1
    alig is offline Junior Member
    Enjoys Windows 7 Forums
     
    Join Date
    May 2012
    Posts
    2
    Windows 7/Server 2008 R2 Chrome 19.0.1084.52

    BSOD PFN_LIST_CORRUPT ntoskrnl.exe

    Hi,

    Can someone help please, before I smash up my PC.

    Its a windows 7 home premium.
    Keep getting blue screen with message PFN_LIST_CORRUPT ntoskrnl.exe

    I have attached the dump file.

    Thanks
    Ali
    Attached Files Attached Files

    Reply With Quote Reply With Quote

  2. #2
    Trouble's Avatar
    Trouble is offline Administrator
    Noob Whisperer
     
    Join Date
    Nov 2009
    Posts
    5,923
    Blog Entries
    2
    Windows 8 Firefox 12.0

    Re: BSOD PFN_LIST_CORRUPT ntoskrnl.exe

    Hello and welcome to the forum.
    A single dump file, blaming memory corruption.
    Code:
    BugCheck 4E, {99, 878da, 2, 878d8}
    Probably caused by : memory_corruption ( nt!MiBadShareCount+4c )
    PFN_LIST_CORRUPT (4e)
    Typically caused by drivers passing bad memory descriptor lists (ie: calling
    MmUnlockPages twice with the same list, etc).  If a kernel debugger is
    available get the stack trace.
    Arguments:
    Arg1: 0000000000000099, A PTE or PFN is corrupt
    Arg2: 00000000000878da, page frame number
    Arg3: 0000000000000002, current page state
    Arg4: 00000000000878d8, 0
    You need to update your motherboard's chipset driver.
    nvm62x64.sys 10/17/2008 Nvidia Ethernet Networking Driver part of your nForce chipset driver from here Drivers - Download NVIDIA Drivers
    and while you are at it update this as well
    NuidFltr.sys 5/8/2009 Microsoft Mouse Driver from here Software Downloads | Microsoft Hardware
    If Blue Screens persist;
    First make sure your machine is configured properly to facilitate the collection of .dmp files.
    Go to Start and type in sysdm.cpl and press Enter
    Click on the Advanced tab
    Click on the Startup and Recovery Settings button
    Ensure that Automatically restart is unchecked
    Under the Write Debugging Information header select Small memory dump (256 kB) in the dropdown box
    Ensure that the Small Dump Directory is listed as %systemroot%\Minidump << where your .dmp files can be found later
    Click OK twice to exit the dialogs, then reboot for the changes to take effect.
    Then:
    Please read the first post in this sticky thread here How to ask for help with a BSOD problem
    Do your best to accumulate the data required.
    Run the SF Diagnostic tool (download and right click the executable and choose run as administrator)
    Download and run CPUz. Use the Windows snipping tool to gather images from all tabs including all slots populated with memory under the SPD tab.
    Likewise RAMMon. Export the html report, put everything into a desktop folder that you've created for this purpose, zip it up and attach it to your next post (right click it and choose send to, compressed (zipped) folder.
    Additionally, if you haven’t already, please take some time and fill out your system specs in your forum profile area Help Us To Help You By Filling In Your System Specs. .
    Good luck
    Randy
    Yesterday was, Today is, but ahh Tomorrow...mystery, suspense and a promise of hope.


    Reply With Quote Reply With Quote

  3. #3
    alig is offline Junior Member Thread Starter Thread Starter
    Enjoys Windows 7 Forums
     
    Join Date
    May 2012
    Posts
    2
    Windows 7/Server 2008 R2 Chrome 19.0.1084.52

    Re: BSOD PFN_LIST_CORRUPT ntoskrnl.exe

    Hi Randy,

    Thanks for taking the time to help,
    I updated the drivers as you suggested.

    I am still getting the BSOD, so I have attached the files you asked for.

    Thanks
    Regards
    Ali
    Attached Files Attached Files

    Reply With Quote Reply With Quote

  4. #4
    Trouble's Avatar
    Trouble is offline Administrator
    Noob Whisperer
     
    Join Date
    Nov 2009
    Posts
    5,923
    Blog Entries
    2
    Windows 8 Firefox 12.0

    Re: BSOD PFN_LIST_CORRUPT ntoskrnl.exe

    OK out of the six memory dump files that you've attached, it would seem that most are indicating issues with memory in one form or another.
    First recommendation is to monitor your temperatures. Use something like Core Temp or whatever you might prefer.
    Second Download Memtest86+ from this location here. Burn the ISO to a CD and boot the computer from the CD from a cold boot after leaving it off for an hour or more.
    Ideally let it run for at least 7 passes / 6-8 hours. If errors appear before that you can stop that particular test. Any time Memtest86+ reports errors, it can be either bad RAM or a bad Mobo slot. Perform the test RAM sticks individually as well as all possible combinations. When you find a good one then test it in all slots. Post back with the results.
    See this Guide to using Memtest 86+
    Third since there seems to be some pagefile involvement run the native Check Disk utility and see what it comes up with.
    From an elevated command prompt type
    chkdsk C: /R
    hit enter
    answer yes "Y" when prompted and reboot.
    Let it run all five stages and take a look at the results. Event Viewer, Windows Logs, Application, right click "Find" chkdsk
    If you are using any USB drives as ReadyBoost devices, discontinue that for the time being.
    Code:
    BugCheck 4E, {99, 15d708, 2, 15dd07}
    Probably caused by : memory_corruption ( nt!MiBadShareCount+4c )
    PFN_LIST_CORRUPT (4e)
    Typically caused by drivers passing bad memory descriptor lists (ie: calling
    MmUnlockPages twice with the same list, etc).  If a kernel debugger is
    available get the stack trace.
    Arguments:
    Arg1: 0000000000000099, A PTE or PFN is corrupt
    Arg2: 000000000015d708, page frame number
    Arg3: 0000000000000002, current page state
    Arg4: 000000000015dd07, 0
    Code:
    BugCheck 1A, {403, fffff68000011410, f4d00001648b9867, fffff6fc00b245c8}
    Probably caused by : win32k.sys ( win32k!SURFACE::bDeleteSurface+3a2 )
    MEMORY_MANAGEMENT (1a)
        # Any other values for parameter 1 must be individually examined.
    Arguments:
    Arg1: 0000000000000403, The subtype of the bugcheck.
    Arg2: fffff68000011410
    Arg3: f4d00001648b9867
    Arg4: fffff6fc00b245c8
    Code:
    BugCheck 50, {fffffa8086b08380, 0, fffff8800115c37e, 5}
    Could not read faulting driver name
    Probably caused by : fltmgr.sys ( fltmgr!FltpAllocateIrpCtrl+4e )
    PAGE_FAULT_IN_NONPAGED_AREA (50)
    Invalid system memory was referenced.  This cannot be protected by try-except,
    it must be protected by a Probe.  Typically the address is just plain bad or it
    is pointing at freed memory.
    Arguments:
    Arg1: fffffa8086b08380, memory referenced.
    Arg2: 0000000000000000, value 0 = read operation, 1 = write operation.
    Arg3: fffff8800115c37e, If non-zero, the instruction address which referenced the bad memory
        address.
    Arg4: 0000000000000005, (reserved)
    Code:
    BugCheck 4E, {99, 1a6a9e, 2, 1a589d}
    Probably caused by : memory_corruption ( nt!MiBadShareCount+4c )
    PFN_LIST_CORRUPT (4e)
    Typically caused by drivers passing bad memory descriptor lists (ie: calling
    MmUnlockPages twice with the same list, etc).  If a kernel debugger is
    available get the stack trace.
    Arguments:
    Arg1: 0000000000000099, A PTE or PFN is corrupt
    Arg2: 00000000001a6a9e, page frame number
    Arg3: 0000000000000002, current page state
    Arg4: 00000000001a589d, 0
    Code:
    BugCheck 1A, {403, fffff683ff7890d8, 45b00001a34e0025, fffff6fc00d1a700}
    Probably caused by : ntkrnlmp.exe ( nt! ?? ::FNODOBFM::`string'+3266c )
    MEMORY_MANAGEMENT (1a)
        # Any other values for parameter 1 must be individually examined.
    Arguments:
    Arg1: 0000000000000403, The subtype of the bugcheck.
    Arg2: fffff683ff7890d8
    Arg3: 45b00001a34e0025
    Arg4: fffff6fc00d1a700
    Code:
    BugCheck 4E, {99, 878da, 2, 878d8}
    Probably caused by : memory_corruption ( nt!MiBadShareCount+4c )
    PFN_LIST_CORRUPT (4e)
    Typically caused by drivers passing bad memory descriptor lists (ie: calling
    MmUnlockPages twice with the same list, etc).  If a kernel debugger is
    available get the stack trace.
    Arguments:
    Arg1: 0000000000000099, A PTE or PFN is corrupt
    Arg2: 00000000000878da, page frame number
    Arg3: 0000000000000002, current page state
    Arg4: 00000000000878d8, 0
    If still no joy you may have to resort to Driver Verifier to zero in on what might still be the offending driver, cause I'm not seeing anything jumping out at me now. So if you decide that you need to go the Driver Verifier route, post back and I'll dig up some links as it is not generally something you want to use unless you are certain you have the requisite skill set and know how to start it, how to configure it and how to stop it. Here is one I suggest you read carefully, completely and make sure you understand before proceeding Driver Verifier - jcgriff2.com
    Regards
    Randy
    Yesterday was, Today is, but ahh Tomorrow...mystery, suspense and a promise of hope.


    Reply With Quote Reply With Quote

  5. #5
    Saltgrass is offline Microsoft Community Contributor This member is a certified Microsoft Community Contributor at Windows 7 Forums. Click here for more information from Microsoft.
    Just trying to help
     
    Join Date
    Oct 2009
    Posts
    6,486
    Windows 8 Firefox 12.0

    Re: BSOD PFN_LIST_CORRUPT ntoskrnl.exe

    Just some comments after looking through your Event Log.

    You seem to have many of these errors. I do not believe they are causing your Blue Screens, but you might see if you can get them to stop.

    "SELECT * FROM __InstanceModificationEvent WITHIN 60 WHERE TargetInstance ISA "Win32_Processor" AND TargetInstance.LoadPercentage > 99" could not be reactivated in namespace "//./root/CIMV2" because of error 0x80041003. Events cannot be delivered through this filter until the problem is corrected.
    http://windows7forums.com/blue-scree...003-print.html

    You also seem to have some errors associated with .Net 2....

    .NET Runtime version 2.0.50727.5420 - Fatal Execution Engine Error (000007FEEF39AF0E) (80131506)
    Are you running a Parallel printer or USB to parallel device?

    I see this one once, but since I do not not what Easy Tune is, I really cannot comment.

    Product: Easy Tune 6 B11.0722.1 -- Error 1935.An error occurred during the installation of assembly 'Microsoft.VC80.ATL,type="win32",version="8.0.50727.762",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="x86"'. Please refer to Help and Support for more information. HRESULT: 0x8007054F. assembly interface: IAssemblyCacheItem, function: Commit, component: {97F81AF1-0E47-DC99-A01F-C8B3B9A1E18E}
    Found this, and saw some solutions from resetting the CMOS to changing the RAM timing.

    Faulting application name: svchost.exe_SysMain, version: 6.1.7600.16385, time stamp: 0x4a5bc3c1
    Faulting module name: sysmain.dll, version: 6.1.7601.17514, time stamp: 0x4ce7c9db
    Maybe something is hiding in here that you and Trouble can figure out.

    Edit: Is your Windows Update working normally? You seem to have some updates, which I cannot find out what they are for, not being allowed to download.
    Last edited by Saltgrass; 05-30-2012 at 04:16 PM.

    Reply With Quote Reply With Quote

Similar Threads

  1. BSOD PFN_LIST_CORRUPT
    By stevie in forum Blue Screen of Death (BSOD)
    Replies: 0
    Last Post: 03-28-2012, 09:56 AM
  2. [BSOD] ntoskrnl.exe
    By OmerD in forum Blue Screen of Death (BSOD)
    Replies: 6
    Last Post: 11-23-2011, 08:27 AM
  3. [BSOD] PFN_LIST_CORRUPT ntoskrnl.exe
    By KrashDozer in forum Blue Screen of Death (BSOD)
    Replies: 0
    Last Post: 11-07-2011, 04:42 PM
  4. BSOD ntoskrnl.exe
    By atallskinnykid in forum Blue Screen of Death (BSOD)
    Replies: 5
    Last Post: 04-30-2011, 02:07 AM
  5. [CRASH] BSOD PFN_LIST_CORRUPT and ntoskrnl.exe - Charlie415
    By Charlie415 in forum Blue Screen of Death (BSOD)
    Replies: 14
    Last Post: 01-27-2011, 04:47 AM

Visitors found this page by searching for:

pfn_list_corrupt seagate backup plus

pfn_list_corrupt windows 2008 server blue screen

pfn_list_corrupt (4e) firefox win7 x86

pfn_list_corrupt windows server 2008

pfn_list_corrupt in windows 2008 r2

pfn_list_corrupt windows 7 solved

pfn_list_corrupt

error 1935 installing easytune6

pfn_list_corrupt (4e) with usb continuous reader

PFN_LIST_CORRUPT (4e) ntoskrnl

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •