Comment 3 for bug 64439

Revision history for this message
LarryGrover (lgrover) wrote :

I originally filed this bug against the kernel because I thought it was a problem with hibernation or recovery from hibernation, but I have had the chance to observe this bug several more times and I think this may not be a kernel bug after all.

When my laptop get "stuck" resuming (blank screen with cursor only) I am able to ssh in to the machine. When I do this I consistently see that these processes are running: gdmopen, sh and whiptail. Running strace against the gdmopen processes revealed it was hung at:

waitpid(11654,

the processes with pid # 11654 was whiptail, running strace against whiptail revealed:

select(1, [0], [], [], NULL

Whiptail is apparently some type of dialog display program, and it seems that it may be stuck waiting for input. However, at the time that the gdmopen, sh and whiptail processes are running the screen is totally blank and dark except for an X cursor which is sometimes in a normal state (arrow) and sometimes in a busy state (timer). The system does not respond to keyboard input at this point (one of the reasons I originally thought this was a kernel bug).