From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; source of warning in *shell* buffer Date: Fri, 19 Oct 2007 17:18:11 +0100 Message-ID: <4718D8C3.7090606@gnu.org> References: <98D3E112-2FC1-4065-9401-6179A3EF27D7@Freenet.DE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1192810723 24795 80.91.229.12 (19 Oct 2007 16:18:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Oct 2007 16:18:43 +0000 (UTC) Cc: Andreas Schwab , emacs-pretest-bug@gnu.org To: Peter Dyballa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 19 18:18:43 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IiuYd-0000Ai-57 for ged-emacs-devel@m.gmane.org; Fri, 19 Oct 2007 18:18:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiuYV-0002Z5-Mm for ged-emacs-devel@m.gmane.org; Fri, 19 Oct 2007 12:18:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IiuYR-0002Xz-TE for emacs-devel@gnu.org; Fri, 19 Oct 2007 12:18:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IiuYQ-0002Wj-4R for emacs-devel@gnu.org; Fri, 19 Oct 2007 12:18:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiuYQ-0002Wg-1e for emacs-devel@gnu.org; Fri, 19 Oct 2007 12:18:30 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IiuYP-0002T3-T4 for emacs-devel@gnu.org; Fri, 19 Oct 2007 12:18:30 -0400 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IiuYP-0006eG-Ix for emacs-pretest-bug@gnu.org; Fri, 19 Oct 2007 12:18:29 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IiuYM-0002S7-5i for emacs-pretest-bug@gnu.org; Fri, 19 Oct 2007 12:18:29 -0400 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IiuYL-0002RV-Id for emacs-pretest-bug@gnu.org; Fri, 19 Oct 2007 12:18:25 -0400 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id A0C30509F7; Fri, 19 Oct 2007 17:18:21 +0100 (BST) User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) In-Reply-To: <98D3E112-2FC1-4065-9401-6179A3EF27D7@Freenet.DE> X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:81232 gmane.emacs.pretest.bugs:20171 Archived-At: Peter Dyballa wrote: > 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 ... Check libc for the same message. WSAEBADF is the Windows equivalant of EBADF (an error return code from many file and socket related functions). That definition in w32.c is probably just making it display the same message that is expected on other platforms. Of course, if the message is coming from libc, then it doesn't tell you anything about the source, but based on the other messages, tcsh is a likely culprit.