Troubleshooting Windows Servers
Useful Links
Get the
Google AdSense
widget and many other
great free widgets
at
Widgetbox
!
Search
Inside
G
o
o
g
l
e
Display results as :
Posts
Topics
Advanced Search
Latest topics
»
Order of Group Policy Processing
Tue Dec 30, 2008 4:05 pm by
nbhatt
»
Authentication Methods in IIS
Tue Dec 30, 2008 1:06 pm by
Admin
»
Event id 4004 DNS errors and external name resolution problems
Mon Dec 29, 2008 4:19 pm by
Admin
»
Stop 0x7F or UNEXPECTED_KERNEL_MODE_TRAP
Mon Dec 29, 2008 1:43 pm by
Admin
»
Stop 0x7B or INACCESSIBLE_BOOT_DEVICE
Sat Dec 27, 2008 10:37 pm by
Anonymous
»
Stop 0x7A or KERNEL_DATA_INPAGE_ERROR
Fri Dec 26, 2008 9:42 pm by
Admin
»
Stop 0x79 or MISMATCHED_HAL
Fri Dec 26, 2008 9:36 pm by
Admin
»
Stop 0x77 or KERNEL_STACK_INPAGE_ERROR
Thu Dec 25, 2008 4:19 pm by
Admin
»
Stop 0x6B or PROCESS1_INITIALIZATION_FAILED
Thu Dec 25, 2008 4:09 pm by
Admin
Shopmotion
Navigation
Portal
Index
Memberlist
Profile
FAQ
Search
Forum
Create a free forum
Free forum support
Affiliates
Premade Website Designs
Server Unleashed
::
STOP Errors
::
Common Stop Messages
::
Stop 0x50 or PAGE_FAULT_IN_NONPAGED_AREA
::
Stop 0x50 or PAGE_FAULT_IN_NONPAGED_AREA
Post a reply
Username
Subject
Dark Red
Red
Orange
Brown
Yellow
Green
Olive
Cyan
Blue
Dark Blue
Indigo
Grey
White
Black
None (use implicit)
Message body
x
YouTube
Dailymotion
x
px
Tiny
Small
Normal
Large
Huge
Dark Red
Red
Orange
Brown
Yellow
Green
Olive
Cyan
Blue
Dark Blue
Indigo
Violet
White
Black
Arial
Arial Black
Comic Sans Ms
Courier New
Georgia
Impact
Times New Roman
Trebuchet MS
Verdana
Index
Exponent
Spoiler
Hidden
Horizontal scrolling
Vertical scrolling
Random
WoW
x
Ok
Ok
Ok
x
px
Ok
YouTube
Dailymotion
Ok
Tiny
Small
Normal
Large
Huge
Dark Red
Red
Orange
Brown
Yellow
Green
Olive
Cyan
Blue
Dark Blue
Indigo
Violet
White
Black
Arial
Arial Black
Comic Sans Ms
Courier New
Georgia
Impact
Times New Roman
Trebuchet MS
Verdana
Index
Exponent
Spoiler
Hidden
Horizontal scrolling
Vertical scrolling
Random
WoW
Close Tags
Options
Options
HTML is OFF
BBCode
is ON
Smilies are ON
Disable BBCode in this post
Disable Smilies in this post
Jump to:
Select a forum
|
|--Active Directory
| |--Migration
| |--Replication Issues
| |--Group Policy processing order
| |--Troubleshooting Unshared sysvol and netlogon.
| |--Metadata Cleanup after unsuccessful demotion of server
|
|--Exchange Issues and Articles
| |--Unable to run Forestprep for Exchange 2003 due to MSDTC errors
| |--Exchange Services not starting: Unexpected error There are no more endpoints available from the endpoint mapper
|
|--NTBackup Issues
| |--Error returned while creating the volume shadow copy: 0xfffffff
|
|--Service Pack Issues
| |--Unable to install SP2 for Windows server 2003
| |--Remote Desktop Fails after intalling SP2 for Server 2003
| |--How to uninstall Service Packs for Windows from recovery console
|
|--STOP Errors
| |--Stop Errors Overview
| |--Configuring Memory Dumps
| |--Using Memory Dump Files to analyze STOP Errors
| |--Being Prepared for Stop Errors
| |--Common Stop Messages
| |--Stop 0xA or IRQL_NOT_LESS_OR_EQUAL
| |--Stop 0x1E or KMODE_EXCEPTION_NOT_HANDLED
| |--Stop 0x24 or NTFS_FILE_SYSTEM
| |--Stop 0x2E or DATA_BUS_ERROR
| |--Stop 0x31 or PHASE0_INITIALIZATION_FAILED
| |--Stop 0x32 or PHASE1_INITIALIZATION_FAILED
| |--Stop 0x3F or NO_MORE_SYSTEM_PTES
| |--Stop 0x50 or PAGE_FAULT_IN_NONPAGED_AREA
| |--Stop 0x6B or PROCESS1_INITIALIZATION_FAILED
| |--Stop 0x77 or KERNEL_STACK_INPAGE_ERROR
| |--Stop 0x79 or MISMATCHED_HAL
| |--Stop 0x7A or KERNEL_DATA_INPAGE_ERROR
| |--Stop 0x7B or INACCESSIBLE_BOOT_DEVICE
| |--Stop 0x7F or UNEXPECTED_KERNEL_MODE_TRAP
|
|--Networking
| |--No Internet after connecting through VPN
| |--Event ID 4004 DNS errors and external name resolution problems
|
|--IIS
|--AuthenticationMethods in IIS
Topic review
Author
Message
Admin
Thu Dec 25, 2008 4:05 pm
Topic: Stop 0x50 or PAGE_FAULT_IN_NONPAGED_AREA
The Stop 0x50 message indicates that requested data was not in memory. The system generates an exception error when using a reference to an invalid system memory address. Defective memory (including main memory, L2 cache memory, and video RAM) or incompatible software (including remote control and antivirus software) might cause Stop 0x50 messages.
Interpreting the Stop 0x50 Message
Parameter Description
Parameter 1 Memory address referenced.
Parameter 2 • Type of access:
• 0x00000000 = read operation
• 0x00000001 = write operation
Parameter 3 If not zero, the instruction address that referenced the address in Parameter 1.
Parameter 4 This parameter is reserved (set aside for future use).
Troubleshooting the Stop 0x50 Error
The following sections list the most common sources for this Stop error and suggest some troubleshooting solutions.
New hardware issues
If you added new hardware recently, remove and replace the hardware to determine if it is causing or contributing to the problem. Run diagnostics software supplied by the hardware manufacturer to determine if the component has failed.
Driver and system service issues
Stop 0x50 messages can also occur after you install faulty drivers or system services. If the file listed is a driver, use Driver Verifier to validate that the reported driver is causing the problem. Once you have identified the problematic driver, use Device Manager to roll back or update the driver to correct the problem. If the device is not critical to the functionality of the system (for example, the keyboard driver), you can also uninstall or disable the driver.
If you have recently added a service or application, disable the recently installed service or application to determine if this resolves the error. If this does not resolve the problem, contact the hardware manufacturer for updates. Using updated drivers and software is especially important for network adapters, video adapters, backup programs, multimedia applications, antivirus scanners, and CD/DVD mastering tools. If an updated driver is not available, attempt to use a driver from a similar device in the same family. For example, if printing to a Model 1100C printer causes Stop 0x50 errors, using a printer driver meant for a Model 1100A or Model 1100B might temporarily resolve the problem.