From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Re-enable SIGIO when waiting for events Date: Thu, 30 Jul 2015 20:49:04 +0200 Message-ID: <87h9ola3bz.fsf@gnu.org> References: <1436615880-1719-1-git-send-email-mac@mcrowe.com> <87fv4n5g05.fsf@linaro.org> <87lhef6uc0.fsf@gnu.org> <55A950C1.8020602@cs.ucla.edu> <20150721124220.GA6160@mcrowe.com> <20150730163155.GA7628@mcrowe.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1438282173 8912 80.91.229.3 (30 Jul 2015 18:49:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Jul 2015 18:49:33 +0000 (UTC) Cc: Paul Eggert , 16737-done@debbugs.gnu.org, Emacs Development To: Mike Crowe Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 30 20:49:23 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZKstO-0006ME-Ap for ged-emacs-devel@m.gmane.org; Thu, 30 Jul 2015 20:49:22 +0200 Original-Received: from localhost ([::1]:41504 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKstN-0006Bb-K8 for ged-emacs-devel@m.gmane.org; Thu, 30 Jul 2015 14:49:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKstE-00064L-Sv for Emacs-devel@gnu.org; Thu, 30 Jul 2015 14:49:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZKstB-0008MR-Nm for Emacs-devel@gnu.org; Thu, 30 Jul 2015 14:49:12 -0400 Original-Received: from out1-smtp.messagingengine.com ([66.111.4.25]:42223) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKstB-0008ML-GR for Emacs-devel@gnu.org; Thu, 30 Jul 2015 14:49:09 -0400 Original-Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 0038820C78 for ; Thu, 30 Jul 2015 14:49:07 -0400 (EDT) Original-Received: from frontend2 ([10.202.2.161]) by compute6.internal (MEProxy); Thu, 30 Jul 2015 14:49:07 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=NJz4yCTLH9ebhXmWRcopWmwBEOw=; b=XL8e4 iQ+CwqmzvMsn2C79GG4oYeUmSQUFz2XTpiFOEN6e+5I62XuHLpL/pCo+VUlDe0XT 48HavRSw+ItvW+HT1M3hesLJ+Y/f/0KVVi8kqc0g2CcKzTjTwOAC9MUZJcYIAS2o qgqXj+JGKBaFE6MvCx4OPKfWuihvxSVEQ4dyqo= X-Sasl-enc: w1+vZN7oZM2TGxiFwZZC4OdaTRuPVTniCoEZ62Un5CmL 1438282147 Original-Received: from thinkpad-t440p (unknown [2.162.63.16]) by mail.messagingengine.com (Postfix) with ESMTPA id B563F68017A; Thu, 30 Jul 2015 14:49:06 -0400 (EDT) Mail-Followup-To: Mike Crowe , Paul Eggert , Emacs Development , 16737-done@debbugs.gnu.org In-Reply-To: <20150730163155.GA7628@mcrowe.com> (Mike Crowe's message of "Thu, 30 Jul 2015 17:31:55 +0100") User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.25 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:188202 Archived-At: Mike Crowe writes: >> > Thanks for checking. I installed a similar patch as Emacs master >> > commit 0592cefd03f1de2f04b721d07a16e6e0a9e48f73; could you please >> > give it a try? It is like Mike Crowe's patch, except it avoids a >> > race that could lose SIGIOs. I'll also send a heads-up email to >> > the relevant bug reports. >> >> I prefer your version and will switch to testing it instead. > > I've been testing with 0592cefd03f1de2f04b721d07a16e6e0a9e48f73 > applied to Debian Jessie's emacs24 (24.4+1-5) for over a week now > without seeing any problems so I think we can call the bug fixed. And I run the git head updating daily, and the issue didn't occur to me since that commit whereas it bit me several times a day before. So I can confirm that it's fixed (as multiple other already did in the debbugs issue), so I close it with this mail. Thanks! Tassilo