emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 23.0.50; source of warning in *shell* buffer


From: Eli Zaretskii
Subject: Re: 23.0.50; source of warning in *shell* buffer
Date: Fri, 19 Oct 2007 18:06:49 +0200

> From: Peter Dyballa <address@hidden>
> Date: Fri, 19 Oct 2007 16:27:22 +0200
> Cc: address@hidden
> 
> >> When I invoke M-x shell the new buffer starts with:
> >>
> >>    Warning: no access to tty (Bad file descriptor).
> >>    Thus no job control in this shell.
> >>
> >> Where is the source for these messages?
> >
> > They are most likely coming from the shell.
> 
> Ahh, strings reveals them in tcsh! Except the 'Bad file descriptor'  
> string, which was found in:
> 
>       ./src/w32.c:2952:  WSAEBADF                , "Bad file descriptor",
> 
> I am sure that I am not using Losedows ...

"Bad file descriptor" is the standard string describing EBADF on many
Posix systems, if you want to find it, look in libc.so.  What you
found above is just mapping from the Windows socket error codes to
such standard strings.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]