Duane Clark <[EMAIL PROTECTED]> writes:

> err:ntdll:RtlpWaitForCriticalSection section 0x403f2580 "syslevel.c:
> Win16Mutex" wait timed out in thread 000b, blocked by 000a, retrying (60
> sec)
> err:ntdll:RtlpWaitForCriticalSection section 0x408849c0
> "../../windows/user.c: USER_SysLevel" wait timed out in thread 000a,
> blocked by 000b, retrying (60 sec)

It sounds like thread 000b is trying to get the Win16 lock while it
holds the USER lock, this is a bug. You should get a backtrace of that
thread to find out which function is getting the locks in the wrong
order.

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to