> BCCode: 1000008e
> BCP1: C0000005
The BC Code 0x10000008E is KERNEL_MODE_EXCEPTION_NOT_HANDLED_M. This
indicates that a kernel-mode program generated an exception which the error
handler did not catch. The first parameter 0xC0000005 indicates that the
error was a memory access violation - a kernel mode thread attempted to
touch a page of memory to which it did not have access.
It's hard to say more, without examining the dump file. But at a general
level, this kind of error is usually caused by a problem in a device driver.
Make sure that all your device drivers are up to date. If you send the crash
report to Microsoft via Control Panel, System and Maintenance, Check for New
solutions, it wil tell you if there is a known hotfix for the issue (either
from Microsoft or 3rd party vendor).
--
Andrew McLaren
amclar (at) optusnet dot com dot au
|