Page Fault In Nonpaged Area crash? (blue screen of death)

CrossbredHippo

Honorable
Oct 12, 2013
3
0
10,510
Hello all, I've recently have had computer crashes from what appears to be from this "page fault in nonpaged area" error. This error seemed to have happened after I updated my drivers. I then reset my drivers to their original state but to no avail. I tried to research the problem but have come up short, I downloaded a program to help identify the problem. I've had mostly two different reports, the reports are as follows.

On Sat 7/19/2014 6:34:00 PM GMT your computer crashed
crash dump file: C:\WINDOWS\Minidump\071914-36125-01.dmp
This was probably caused by the following module: ntoskrnl.exe (nt+0x153FA0)
Bugcheck code: 0x50 (0xFFFFFA80115164A0, 0x0, 0xFFFFF803C9C8D5A3, 0x2)
Error: PAGE_FAULT_IN_NONPAGED_AREA
file path: C:\WINDOWS\system32\ntoskrnl.exe
product: Microsoft® Windows® Operating System
company: Microsoft Corporation
description: NT Kernel & System
Bug check description: This indicates that invalid system memory has been referenced.
This appears to be a typical software driver bug and is not likely to be caused by a hardware problem.
The crash took place in the Windows kernel. Possibly this problem is caused by another driver that cannot be identified at this time.

On Mon 7/14/2014 12:26:48 PM GMT your computer crashed
crash dump file: C:\WINDOWS\Minidump\071414-41046-01.dmp
This was probably caused by the following module: ntfs.sys (Ntfs+0xA9E9)
Bugcheck code: 0x24 (0xB500190637, 0xFFFFD000273108E8, 0xFFFFD000273100F0, 0xFFFFF803090E790D)
Error: NTFS_FILE_SYSTEM
file path: C:\WINDOWS\system32\drivers\ntfs.sys
product: Microsoft® Windows® Operating System
company: Microsoft Corporation
description: NT File System Driver
Bug check description: This indicates a problem occurred in the NTFS file system.
The crash took place in a standard Microsoft module. Your system configuration may be incorrect. Possibly this problem is caused by another driver on your system that cannot be identified at this time.

I have multiple crash reports like this and I don't know how to fix it. Any help with this problem is greatly appreciated.

PC Specs
OS: Windows 8.1
Processor: Intel Core i7-4770k Quad-Core @3.5GHz
Motherboard: GIGABYTE GA-Z87X-UD3H LGA 1150 Intel Z87 HDMI SATA 6Gb/s USB 3.0 ATX Intel Motherboard with UEFI BIOS
Memory: G.SKILL Ripjaws X Series 16GB (2 x 8GB) 240-Pin DDR3 SDRAM DDR3 1866 (PC3 14900) Desktop Memory Model F3-1866C9D-16GXM
Power Supply: SeaSonic M12II 620 Bronze 620W ATX12V V2.3 / EPS 12V V2.91 SLI Ready 80 PLUS BRONZE Certified Full Modular Active PFC Power Supply
Video Card: GIGABYTE GV-R928XOC-3GD Radeon R9 280X 3GB 384-Bit GDDR5 PCI Express 3.0 HDCP Ready CrossFireX Support Video Card

Sorry if I'm not including as much information as I should, any help is again, greatly appreciated. :)

Note: The program I am using is "WhoCrashed" and my computer seems to crash when I have a internet browser open or when I'm running League of Legends.
 
Solution


By definition a page fault is never supposed to happen in the kernel's non-paged memory pool. This particular BSoD is almost always associated with a driver bug, typically through poor manual handling of the TLB or memory corruption.
 
Solution