WTF Theatre Presents...
Dec. 26th, 2005 04:17 pmI've spent most of the day doing various maintenance tasks on Webigail, the Linux box. Today, thanks to
_sps_, I started using screen whenever I login via ssh. I was hoping that this would, among other things, stop emacs from occasionally dieing on startup. Well, it didn't work. One in every 5 or 10 executions, emacs still comes up but refuses to accept any input. I decided to do an strace on it, and got the following:
read(0, 0xbffd13b4, 3) = ? ERESTARTSYS (To be restarted)
--- SIGTTIN (Stopped (tty input)) @ 0 (0) ---
--- SIGTTIN (Stopped (tty input)) @ 0 (0) ---
read(0, 0xbffd13b4, 3) = ? ERESTARTSYS (To be restarted)
--- SIGTTIN (Stopped (tty input)) @ 0 (0) ---
--- SIGTTIN (Stopped (tty input)) @ 0 (0) ---
read(0, 0xbffd13b4, 3) = ? ERESTARTSYS (To be restarted)
--- SIGTTIN (Stopped (tty input)) @ 0 (0) ---
--- SIGTTIN (Stopped (tty input)) @ 0 (0) ---
read(0, 0xbffd13b4, 3) = ? ERESTARTSYS (To be restarted)
--- SIGTTIN (Stopped (tty input)) @ 0 (0) ---
--- SIGTTIN (Stopped (tty input)) @ 0 (0) ---
read(0, 0xbffd13b4, 3) = ? ERESTARTSYS (To be restarted)
--- SIGTTIN (Stopped (tty input)) @ 0 (0) ---
--- SIGTTIN (Stopped (tty input)) @ 0 (0) ---
read(0, 0xbffd13b4, 3) = ? ERESTARTSYS (To be restarted)
--- SIGTTIN (Stopped (tty input)) @ 0 (0) ---
--- SIGTTIN (Stopped (tty input)) @ 0 (0) ---
read(0, 0xbffd13b4, 3) = ? ERESTARTSYS (To be restarted)
--- SIGTTIN (Stopped (tty input)) @ 0 (0) ---
--- SIGTTIN (Stopped (tty input)) @ 0 (0) ---
I am no further enlightened than I was before. Anyone have any idea what the above means?
read(0, 0xbffd13b4, 3) = ? ERESTARTSYS (To be restarted)
--- SIGTTIN (Stopped (tty input)) @ 0 (0) ---
--- SIGTTIN (Stopped (tty input)) @ 0 (0) ---
read(0, 0xbffd13b4, 3) = ? ERESTARTSYS (To be restarted)
--- SIGTTIN (Stopped (tty input)) @ 0 (0) ---
--- SIGTTIN (Stopped (tty input)) @ 0 (0) ---
read(0, 0xbffd13b4, 3) = ? ERESTARTSYS (To be restarted)
--- SIGTTIN (Stopped (tty input)) @ 0 (0) ---
--- SIGTTIN (Stopped (tty input)) @ 0 (0) ---
read(0, 0xbffd13b4, 3) = ? ERESTARTSYS (To be restarted)
--- SIGTTIN (Stopped (tty input)) @ 0 (0) ---
--- SIGTTIN (Stopped (tty input)) @ 0 (0) ---
read(0, 0xbffd13b4, 3) = ? ERESTARTSYS (To be restarted)
--- SIGTTIN (Stopped (tty input)) @ 0 (0) ---
--- SIGTTIN (Stopped (tty input)) @ 0 (0) ---
read(0, 0xbffd13b4, 3) = ? ERESTARTSYS (To be restarted)
--- SIGTTIN (Stopped (tty input)) @ 0 (0) ---
--- SIGTTIN (Stopped (tty input)) @ 0 (0) ---
read(0, 0xbffd13b4, 3) = ? ERESTARTSYS (To be restarted)
--- SIGTTIN (Stopped (tty input)) @ 0 (0) ---
--- SIGTTIN (Stopped (tty input)) @ 0 (0) ---
I am no further enlightened than I was before. Anyone have any idea what the above means?
no subject
Date: 2005-12-26 09:47 pm (UTC):D Nancy
no subject
Date: 2005-12-27 12:34 am (UTC)no subject
Date: 2005-12-27 12:35 am (UTC):-P
no subject
Date: 2006-01-04 08:48 pm (UTC)Funny thing -- it seems to have heard everything I typed into it after the first click; it just doesn't update the screen until the second one.
no subject
Date: 2006-01-04 09:18 pm (UTC)