From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Can we apply this patch for bug 84 and 425? Date: Tue, 07 Oct 2008 17:10:29 -0400 Message-ID: <87zllgjem2.fsf@cyd.mit.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1223413747 21934 80.91.229.12 (7 Oct 2008 21:09:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Oct 2008 21:09:07 +0000 (UTC) Cc: Stefan Monnier , Emacs Development To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 07 23:10:04 2008 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 1KnJoi-0002aZ-26 for ged-emacs-devel@m.gmane.org; Tue, 07 Oct 2008 23:10:04 +0200 Original-Received: from localhost ([127.0.0.1]:47794 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnJne-00061B-8C for ged-emacs-devel@m.gmane.org; Tue, 07 Oct 2008 17:08:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KnJnZ-00060W-CM for emacs-devel@gnu.org; Tue, 07 Oct 2008 17:08:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KnJnZ-00060E-3s for emacs-devel@gnu.org; Tue, 07 Oct 2008 17:08:53 -0400 Original-Received: from [199.232.76.173] (port=34075 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnJnY-00060B-Ss for emacs-devel@gnu.org; Tue, 07 Oct 2008 17:08:52 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:34767) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KnJnY-0006Ew-8i for emacs-devel@gnu.org; Tue, 07 Oct 2008 17:08:52 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 7DED857E211; Tue, 7 Oct 2008 17:10:29 -0400 (EDT) In-Reply-To: (Stefan Monnier's message of "Tue, 07 Oct 2008 16:45:09 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:104404 Archived-At: Stefan Monnier writes: > This patch is not acceptable as-is: EBADF should normally be a symptom > of another bug in Emacs (we should never pass a bad descriptor), so > rather than ignore it, we should figure out where it comes from and > fix it there. Hmm, the bug seen by Joakim happens on GNU/Linux, so it can't be related to the RES_INIT issues leading to #84 and #425. Joakim, could you try to debug where the bad descriptor comes from?