
12-18-2007
|
|
|
|
Re: Blue screen error
Hoew can I analyze whether a driver is 'faulthy'?
"dmex" <dmex.31pus0@no-mx.forums.net> schreef in bericht
news:dmex.31pus0@no-mx.forums.net...
>
> ::These are copyed from Microsoft Knowledge Base (KB) articles...
>
> Stop ::0x000000D1:::: or DRIVER_IRQL_NOT_LESS_OR_EQUAL::::
>
> The Stop 0xD1 messages indicates that the system
> attempted to access pageable memory using a kernel process
> IRQL that was too high. Drivers that have used improper
> addresses typically cause this error.
>
> Possible Resolutions:
> Stop 0xD1 messages can occur after installing faulty drivers or
> system services. If a driver is listed by name, disable, remove, or
> roll back that driver to confirm that this resolves the
> error. If so, contact the manufacturer about a possible
> update. Using updated software is especially important for
> backup programs, multimedia applications, antivirus
> scanners, DVD playback, and CD mastering tools.
>
>
>
> ::::Stop ::::0x00000050:::: 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 RAM
> cache, video RAM) or incompatible software (including remote
> control and antivirus software) might cause Stop 0x50 messages.
> Possible Resolutions:
> 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.
>
> STOP 0x50 messages can also occur after installing faulty
> drivers or system services. If the file name is listed, you need to
> disable, remove, or roll back that driver. If not, 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 interface cards, video adapters, backup
> programs, multimedia applications, antivirus scanners, and
> CD 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 1000 might temporarily resolve the problem.
>
>
> --
> dmex
|