Mindy wrote:
> I need information on a blue screen that has this error
> message:
>
> "a kernel thread terminated while holding a mutex"
An "mljones" had the same error and fixed it by getting a new graphics card
(and associated driver software):
http://groups.google.com/groups?thre...ld.com&rnum=13
HTH,
-Jeremy
PS. A mutex is a "MUTual EXclusion" flag that the OS uses to guaranty
that no more than one process at a time has access to a particular
section of code. Often, that code is in a hardware device driver.
The process that currently has access is said to "hold the mutex"
for access to that section of code.