Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: error on TTY read: no such file or directory
- X-seq: zsh-workers 15904
- From: Zefram <zefram@xxxxxxxx>
- To: lordzork@xxxxxxxxxxxx
- Subject: Re: error on TTY read: no such file or directory
- Date: Sun, 30 Sep 2001 02:20:55 +0100
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <20010929202423.K16561@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <3BB56D03.2000300@xxxxxxxxxxxxxx> <20010929034953.E16561@xxxxxxxxxxxxxx> <3BB62E93.10802@xxxxxxxxxxxxxx> <20010929170811.G16561@xxxxxxxxxxxxxx> <3BB63D16.5040709@xxxxxxxxxxxxxx> <20010929173848.H16561@xxxxxxxxxxxxxx> <3BB64378.8060505@xxxxxxxxxxxxxx> <20010929181100.I16561@xxxxxxxxxxxxxx> <1010929223918.ZM20169@xxxxxxxxxxxxxxxxxxxxxxx> <20010929202423.K16561@xxxxxxxxxxxxxx>
lordzork@xxxxxxxxxxxx wrote:
>and this read() function is a part of what? zsh? glibc?
read() itself is in libc, but what strace shows you is the underlying
system call, which is part of the kernel. The strace output you're
getting shows the kernel violating the rules of the read() API; but if
that may be broken, then it's also possible that ptrace() or strace is
broken instead. What OS version is this?
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author