Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh and long running linux boxen
- X-seq: zsh-workers 6142
- From: David Benson <daveb@xxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: zsh and long running linux boxen
- Date: Wed, 28 Apr 1999 17:01:35 -0700 (PDT)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
This isn't a bug in zsh but it is a bug in the linux
kernel that only manifested itself in zsh for us.
The bug is: on linux boxes that have been up
2^31/100 seconds, the select(2) system call trounces the
struct timeval that is the fifth argument. This messes
up zsh's terminal handling. (The bug in linux occurs when
the jiffies global variable runs into the sign bit) This is
about 248 days.
Yes, the bug _does_ go back away after another 248 days.
The symptoms are slightly different in different versions of
zsh. In one, you must press enter twice to have your command run.
In the other, only one consecutive backspace shows up. The others
are tracked but not displayed.
- Dave Benson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author