Ugh... I've been getting this blue screen of death error on my Windows 2000 SP4 machine since today.
It gives me the following information:
0x0000001E (0xC0000005, 0xBF79117A OR sometimes 0xBF89417A, 0x00000000, 0x00000000)
With no driver links/informations. The specific error locations (Third/fourth values) don't return anything on Google. :(
Help?
Do you have a memory.dmp file?
Typically this is caused by a faulty driver. If your file is small, by all means send it to me. If it's bigger, download Debugging Tools for Windows (http://www.microsoft.com/whdc/devtools/debugging/debugstart.mspx). Go to the Open Crash Dump... option, and choose c:\windows\memory.dmp (or c:\winnt\memory.dmp). Now, in the debugging window, type "!analyze -v" (without the quotes). It'll almost always tell you what the misbehaving driver is.