BSOD!!

  • Thread starter Thread starter Shabam
  • Start date Start date
S

Shabam

I've been getting the following BSOD all day long whenever I open up certain
web pages. Can someone please help me diagnose this error?

Event Type: Information
Event Source: Save Dump
Event Category: None
Event ID: 1001
Date: 6/9/2004
Time: 3:14:32 PM
User: N/A
Computer: HOME
Description:
The computer has rebooted from a bugcheck. The bugcheck was: 0x000000e1
(0xbe93c958, 0x00000002, 0x81a1e294, 0x81a1e2d4). Microsoft Windows 2000
[v15.2195]. A dump was saved in: C:\WINNT\Minidump\Mini061004-03.dmp.
 
there are lots of reasons for a stop 0xe1. if you go to
support.microsoft.com, select the advanced search, then select windows 2000
and search for 0xe1 you will get lots of them. if you have more info from
the bsod, particularly the name of the driver it is in at the time you can
get closer. look for something like 'in vga.sys' near the top of the bsod.
you can also get that information from analyzing the dump, info on how to do
that can also be found at that support site.
 
KMODE_EXCEPTION_NOT_HANDLED (0x1E)
This is a very common bug code. Usually the exception address pinpoints the
driver or function that caused the problem. Always note this address as well
as the link date of the driver or image that contains this address. A common
error is exception code 0x80000003. This error means a hard-coded breakpoint
or assertion was hit, but the system was booted with the /NODEBUG switch.
This problem should not occur very often. If it occurs repeatedly, make sure
a debugger is connected and the system is booted with the /DEBUG switch.

On non-Intel systems, if the address of the exception is 0XBFC0304, the bug
code is the result of a cache-parity error on the CPU. If the problem
reoccurs frequently, contact the hardware manufacturer.

Parameters:
1 - The exception code that was not handled
2 - The address at which the exception occurred
3 - Parameter 0 of the exception
4 - Parameter 1 of the exception

Possible Resolutions to Stop 0x0a, 0x01e and 0x50 Errors:
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q183169

Gathering Blue Screen Information After Memory Dump in Windows 2000 or
Windows NT:
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q192463

Crash Dump Analysis:
http://www.win2000mag.com/Articles/Index.cfm?ArticleID=16425

Windows NT Kernel Debugging Resources
http://www.win2000mag.com/Articles/Index.cfm?ArticleID=5132

Using Microsoft's x86 Kernel Debugger
http://www.win2000mag.com/Articles/Index.cfm?ArticleID=5131

Regards,
/Jimmy
 

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