Need help with a stop error

G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.perform_maintain (More info?)

I am running XP Home Edition on my laptop and recently experienced a system
crash. When shutting down manually, then powering back up, the system froze
on the XP log screen. I inserted my OS disc from Compaq inorder to reboot the
system to no avail. Now when I turn on the computer, I get a blue stop error
screen and the computer endlessly restarts.

Safe mode and debugging modes give the same results.

Technical Info:

Stop: 0x00000050 (0xE1b00000, 0x00000000, 0x80901301, 0x00000001)
I searched for this code, but have found no help on support.microsoft.com
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.perform_maintain (More info?)

One of these may help.

http://support.microsoft.com/default.aspx?scid=kb;en-us;244617
http://support.microsoft.com/default.aspx?scid=kb;en-us;284154
http://support.microsoft.com/default.aspx?scid=kb;en-us;310869
http://support.microsoft.com/default.aspx?scid=kb;en-us;314492
http://support.microsoft.com/default.aspx?scid=kb;en-us;327462
http://support.microsoft.com/default.aspx?scid=kb;en-us;872797
http://support.microsoft.com/default.aspx?scid=kb;en-us;894278
http://support.microsoft.com/default.aspx?scid=kb;en-us;897079


--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"Jason Seilhamer" wrote:
|I am running XP Home Edition on my laptop and recently experienced a system
| crash. When shutting down manually, then powering back up, the system
froze
| on the XP log screen. I inserted my OS disc from Compaq inorder to reboot
the
| system to no avail. Now when I turn on the computer, I get a blue stop
error
| screen and the computer endlessly restarts.
|
| Safe mode and debugging modes give the same results.
|
| Technical Info:
|
| Stop: 0x00000050 (0xE1b00000, 0x00000000, 0x80901301, 0x00000001)
| I searched for this code, but have found no help on support.microsoft.com
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.perform_maintain (More info?)

dont own a lap top but had an old systerm tht pulled about the same thing as
long as you still can boot into dos and have a boot disk reformat the hard
drive follow promps then re install your os.(win)you will lose all you saved
files but the sys should be able to run after that (back up often my friend)

"Jason Seilhamer" wrote:

> I am running XP Home Edition on my laptop and recently experienced a system
> crash. When shutting down manually, then powering back up, the system froze
> on the XP log screen. I inserted my OS disc from Compaq inorder to reboot the
> system to no avail. Now when I turn on the computer, I get a blue stop error
> screen and the computer endlessly restarts.
>
> Safe mode and debugging modes give the same results.
>
> Technical Info:
>
> Stop: 0x00000050 (0xE1b00000, 0x00000000, 0x80901301, 0x00000001)
> I searched for this code, but have found no help on support.microsoft.com
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.perform_maintain (More info?)

Jason, see if this is any help. Scroll left column to 50.
http://www.aumha.org/win5/kbestop.htm

"Jason Seilhamer" <JasonSeilhamer@discussions.microsoft.com> wrote in
message news:2BC48671-EAF3-45DF-AC56-49436F8A01B4@microsoft.com...
>I am running XP Home Edition on my laptop and recently experienced a system
> crash. When shutting down manually, then powering back up, the system
> froze
> on the XP log screen. I inserted my OS disc from Compaq inorder to reboot
> the
> system to no avail. Now when I turn on the computer, I get a blue stop
> error
> screen and the computer endlessly restarts.
>
> Safe mode and debugging modes give the same results.
>
> Technical Info:
>
> Stop: 0x00000050 (0xE1b00000, 0x00000000, 0x80901301, 0x00000001)
> I searched for this code, but have found no help on support.microsoft.com
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.perform_maintain (More info?)

Driver Development Tools: Windows DDK

Bug Check 0x50: PAGE_FAULT_IN_NONPAGED_AREA
The PAGE_FAULT_IN_NONPAGED_AREA bug check has a value of 0x00000050. This indicates that invalid system memory has been referenced.

Parameters
The following parameters are displayed on the blue screen.

Parameter Description
1 Memory address referenced
2 0: Read operation
1: Write operation

3 Address that referenced memory (if known)
4 Reserved


If the driver responsible for the error can be identified, its name is printed on the blue screen and stored in memory at the location (PUNICODE_STRING) KiBugCheckDriver.

Cause
Bug check 0x50 usually occurs after the installation of faulty hardware or in the event of failure of installed hardware (usually related to defective RAM, be it main memory, L2 RAM cache, or video RAM).

Another common cause is the installation of a faulty system service.

Antivirus software can also trigger this error, as can a corrupted NTFS volume.

Resolving the Problem
Resolving a faulty hardware problem: If hardware has been added to the system recently, remove it to see if the error recurs. If existing hardware has failed, remove or replace the faulty component. You should run hardware diagnostics supplied by the system manufacturer. For details on these procedures, see the owner’s manual for your computer.

Resolving a faulty system service problem: Disable the service and confirm that this resolves the error. If so, contact the manufacturer of the system service about a possible update. If the error occurs during system startup, restart your computer, and press F8 at the character-mode menu that displays the operating system choices. At the resulting Windows Advanced Options menu, choose the Last Known Good Configuration option. This option is most effective when only one driver or service is added at a time.

Resolving an antivirus software problem: Disable the program and confirm that this resolves the error. If it does, contact the manufacturer of the program about a possible update.

Resolving a corrupted NTFS volume problem: Run Chkdsk /f /r to detect and repair disk errors. You must restart the system before the disk scan begins on a system partition. If the hard disk is SCSI, check for problems between the SCSI controller and the disk.

Finally, check the System Log in Event Viewer for additional error messages that might help pinpoint the device or driver that is causing the error. Disabling memory caching of the BIOS might also resolve it.

Comments
Typically, this address is in freed memory or is simply invalid.

This cannot be protected by a try - except handler — it can only be protected by a probe.

Send feedback on this topic. / Built on Thursday, February 13, 2003

--
----------------------------------------------------------

"Jason Seilhamer" <JasonSeilhamer@discussions.microsoft.com> wrote in message news:2BC48671-EAF3-45DF-AC56-49436F8A01B4@microsoft.com...
>I am running XP Home Edition on my laptop and recently experienced a system
> crash. When shutting down manually, then powering back up, the system froze
> on the XP log screen. I inserted my OS disc from Compaq inorder to reboot the
> system to no avail. Now when I turn on the computer, I get a blue stop error
> screen and the computer endlessly restarts.
>
> Safe mode and debugging modes give the same results.
>
> Technical Info:
>
> Stop: 0x00000050 (0xE1b00000, 0x00000000, 0x80901301, 0x00000001)
> I searched for this code, but have found no help on support.microsoft.com