From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: wait_reading_process_ouput hangs in certain cases (w/ patches) Date: Sat, 03 Mar 2018 09:55:21 +0200 Message-ID: <83woytvbiu.fsf@gnu.org> References: <03261534-6bf5-1a5d-915f-d3c55aaa35e9@binary-island.eu> <206ebefa-7583-f049-140c-c8fd041b0719@cs.ucla.edu> <709614e8-1937-07c1-f554-b453ed4f3d4a@binary-island.eu> <7550438b-9fd4-d374-e571-8bb16456cad5@cs.ucla.edu> <797d0e16-1bae-50c2-35f8-05489ffce935@binary-island.eu> <83tvugdiu5.fsf@gnu.org> <877er5s0xv.fsf@gmail.com> <4e4c72bb-295d-81e1-e4ed-cad256bca83c@binary-island.eu> <87zi3v9461.fsf@gmail.com> <87k1uy8x68.fsf@gmail.com> <87woyvsuge.fsf@gmail.com> <87vaefsq0j.fsf@gmail.com> <83606fy5h2.fsf@gnu.org> <87muzqrzyp.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1520063645 18172 195.159.176.226 (3 Mar 2018 07:54:05 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 3 Mar 2018 07:54:05 +0000 (UTC) Cc: eggert@cs.ucla.edu, larsi@gnus.org, ml_emacs-lists@binary-island.eu, emacs-devel@gnu.org, raman@google.com To: =?iso-8859-1?Q?andr=E9s_ram=EDrez?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 03 08:54:00 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1es1zT-0003xR-3C for ged-emacs-devel@m.gmane.org; Sat, 03 Mar 2018 08:53:59 +0100 Original-Received: from localhost ([::1]:39156 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1es21V-0004jG-LR for ged-emacs-devel@m.gmane.org; Sat, 03 Mar 2018 02:56:05 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55578) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1es20e-0004g8-GQ for emacs-devel@gnu.org; Sat, 03 Mar 2018 02:55:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1es20Z-0003Nl-Lf for emacs-devel@gnu.org; Sat, 03 Mar 2018 02:55:12 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:47293) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1es20Z-0003Nh-IA; Sat, 03 Mar 2018 02:55:07 -0500 Original-Received: from [176.228.60.248] (port=4085 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1es20X-0007no-VB; Sat, 03 Mar 2018 02:55:06 -0500 In-reply-to: <87muzqrzyp.fsf@gmail.com> (message from =?iso-8859-1?Q?andr?= =?iso-8859-1?Q?=E9s_ram=EDrez?= on Fri, 02 Mar 2018 14:21:02 -0600) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:223229 Archived-At: > From: andrés ramírez > Cc: raman@google.com, > ml_emacs-lists@binary-island.eu, > larsi@gnus.org, > eggert@cs.ucla.edu, > emacs-devel@gnu.org > Date: Fri, 02 Mar 2018 14:21:02 -0600 > > Hi Eli > > > --8<---------------cut here---------------start------------->8--- > > > (void-variable url-http-open-connections) > > > --8<---------------cut here---------------end--------------->8--- > > > > > > Even the var is defined on url-http.el > > > > I cannot reproduce this with today's master. > > > > Can you show the steps to reproduce? I just loaded url-http in > > "emacs -Q", and then used "C-h v" to show the value of that > > variable. > > Yesterday I have not gotten the hang. > Without the hang I can not reproduce it reliably. > > Today. I have not gotten the hang also, at least until now. Is this related to "void-variable url-http-open-connections"? It sounds like you are talking about a separate issue.