[ros-kernel] VNCviewer on ReactOS (almost)
Alex Ionescu
ionucu at videotron.ca
Wed Jan 5 01:01:48 CET 2005
Steven Edwards wrote:
>Hi,
>I am able to connect via vncviewer to my linux box but I keep getting this endlessly in my log.
>
>(ke/wait.c:566) Alertability failed
>(ke/wait.c:566) Alertability failed
>(ke/wait.c:566) Alertability failed
>(ke/wait.c:566) Alertability failed
>(ke/wait.c:566) Alertability failed
>(ke/wait.c:566) Alertability failed
>(ke/wait.c:566) Alertability failed
>
>It seems either KeWaitForMultipleObjects has a problem or something else is throwing the VNCviewer
>for a loop in usermode.
>
>Thanks
>Steven
>
>
Hmm, I forgot to change those to DPRINT...but it looks like they may
point to a solution.
Anyways, what this means is that VNC is trying to do an Alertable wait
and that a user APC is already pending, so we cannot do an alertable wait
It can also mean that VNC is doing a non-alertable wait, but that a user
APC is currently pending.
Best regards,
Alex Ionescu
More information about the Ros-kernel
mailing list