Blue Screen

  • Thread starter Thread starter Mindy
  • Start date Start date
M

Mindy

I need information on a blue screen that has this error
message:

"a kernel thread terminated while holding a mutex"

Thank you.
 
Mindy said:
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?threadm=2nEC7.15403$a14.714987@news6-win.server.ntlworld.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.
 

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

Similar Threads


Back
Top