From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Question about wait_reading_process_output Date: Sun, 14 Jun 2015 23:47:42 -0400 Message-ID: References: <874mmmbi2p.fsf@linaro.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1434340095 9284 80.91.229.3 (15 Jun 2015 03:48:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Jun 2015 03:48:15 +0000 (UTC) Cc: emacs-devel To: Alex =?windows-1252?Q?Benn=E9e?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 15 05:48:06 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 1Z4LNV-0006Dg-CG for ged-emacs-devel@m.gmane.org; Mon, 15 Jun 2015 05:48:05 +0200 Original-Received: from localhost ([::1]:60250 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4LNU-00015X-KK for ged-emacs-devel@m.gmane.org; Sun, 14 Jun 2015 23:48:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53552) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4LNI-00015Q-HW for emacs-devel@gnu.org; Sun, 14 Jun 2015 23:47:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4LN9-0001re-Lr for emacs-devel@gnu.org; Sun, 14 Jun 2015 23:47:52 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:40558) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4LN9-0001rT-IU for emacs-devel@gnu.org; Sun, 14 Jun 2015 23:47:43 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0AxFgA731xV/zoGr7hcgxCEAoVVu0CHSwQCAoE8OhMBAQEBAQEBgQpBBYNdAQEDAVYjBQsLNBIUGA0kiDcIzyMBAQEBBgIBH4s6hQUHhC0FqnuIRIFFI4QUIoJ4AQEB X-IPAS-Result: A0AxFgA731xV/zoGr7hcgxCEAoVVu0CHSwQCAoE8OhMBAQEBAQEBgQpBBYNdAQEDAVYjBQsLNBIUGA0kiDcIzyMBAQEBBgIBH4s6hQUHhC0FqnuIRIFFI4QUIoJ4AQEB X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="126322811" Original-Received: from 184-175-6-58.dsl.teksavvy.com (HELO ceviche.home) ([184.175.6.58]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 14 Jun 2015 23:47:43 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 193D66610A; Sun, 14 Jun 2015 23:47:42 -0400 (EDT) In-Reply-To: <874mmmbi2p.fsf@linaro.org> ("Alex =?windows-1252?Q?Benn=E9e?= =?windows-1252?Q?=22's?= message of "Fri, 05 Jun 2015 10:49:50 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:187165 Archived-At: > I've been digging into the code trying to get an idea of why bug#16737 > fires. My question is where in wait_reading_process_output does it > ensure the various terminal socket reads are run? I see noone replied yet. I can't really help you because I don't know this code at all, but I really hope someone else will come along to help, Stefan