Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: disappearing zsh's
- X-seq: zsh-users 1383
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: Mircea Damian <dmircea@xxxxxxxxxxxxx>, Niall Smart <njs3@xxxxxxxxxxxx>, zsh-users@xxxxxxxxxxxxxxx
- Subject: Re: disappearing zsh's
- Date: Tue, 10 Mar 1998 12:24:46 -0800
- In-reply-to: <19980310210754.A29394@xxxxxxxxxxxxxxx>
- References: <E0yCTSg-00005o-00@xxxxxxxxxxxxxxxxxx> <19980310210754.A29394@xxxxxxxxxxxxxxx>
On Mar 10, 9:07pm, Mircea Damian wrote:
} Subject: Re: disappearing zsh's
}
} I've got it today. My zsh exited again (without my will). This is the
} output:
}
} -->start here<--
} Last login: Tue Mar 10 20:43:01 1998 from pop3.kappa.ro
} Linux 2.0.33.
} You have new mail.
}
} dmircea@mail:/home/dmircea% mutt
} /etc/zlogout: command not found: utt
} Logout
} Connection to secu closed.
} --> end here <--
Looks like a tty problem. There are several possibilities:
1. Zsh ought to be getting compiled with TTY_NEEDS_DRAINING defined the
opposite way, but configure messed up.
2. The terminal is improperly getting set to do non-blocking reads, and
the relatively new code in zsh to deal with that is still not working
in all cases.
3. Some other process is still attached to your terminal and is stealing
input from zsh. It may be a process that was started in some other
login session, even by some other user.
4. Some combination of (2) and (3), e.g. the other process isn't stealing
input, but it's messing up the terminal settings so zsh can't read it.
5. Something I haven't thought of. :-)
I'd look for (3) and (4) first.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author