error message

  • Thread starter Thread starter Ted
  • Start date Start date
T

Ted

Blue screen with
message:


Driver_IRQL_NOT_LESS_OR_EQUAL

beginning dump of physical memory



What's up with that?
 
Ted said:
Blue screen with
message:


Driver_IRQL_NOT_LESS_OR_EQUAL

beginning dump of physical memory



What's up with that?
__________

Hi,

This kind of bleu screen appears when a driver tried to access an address
that is pageable (or that is completely invalid) while the IRQL was too
high.
This bug check is usually caused by drivers that have used improper
addresses.

To troubleshoot it boot in safe mode and follow the following article:
293077 Error Message: STOP 0x000000D1 DRIVER_IRQL_NOT_LESS_OR_EQUAL
http://support.microsoft.com/?id=293077

Aurélien Goillot
Microsoft France
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top