From unknown Tue Aug 19 05:08:46 2025 X-Loop: help-debbugs@gnu.org Subject: bug#19729: 25.0.50; url-retrieve-synchronously never returns when there's no response from the server Resent-From: Dmitry Gutov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 29 Jan 2015 21:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 19729 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 19729@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.142256589428652 (code B ref -1); Thu, 29 Jan 2015 21:12:02 +0000 Received: (at submit) by debbugs.gnu.org; 29 Jan 2015 21:11:34 +0000 Received: from localhost ([127.0.0.1]:57580 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YGwNB-0007S4-Oi for submit@debbugs.gnu.org; Thu, 29 Jan 2015 16:11:34 -0500 Received: from eggs.gnu.org ([208.118.235.92]:38741) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YGwN8-0007Rq-ML for submit@debbugs.gnu.org; Thu, 29 Jan 2015 16:11:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGwN2-0003ku-Eh for submit@debbugs.gnu.org; Thu, 29 Jan 2015 16:11:25 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:58913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGwN2-0003kq-Bc for submit@debbugs.gnu.org; Thu, 29 Jan 2015 16:11:24 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGwN1-0004BA-KU for bug-gnu-emacs@gnu.org; Thu, 29 Jan 2015 16:11:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGwMy-0003kY-CY for bug-gnu-emacs@gnu.org; Thu, 29 Jan 2015 16:11:23 -0500 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:52679) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGwMy-0003kO-6D for bug-gnu-emacs@gnu.org; Thu, 29 Jan 2015 16:11:20 -0500 Received: by mail-wi0-f175.google.com with SMTP id fb4so32417847wid.2 for ; Thu, 29 Jan 2015 13:11:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:date:message-id:mime-version:content-type; bh=iSJVf52YwFvo+mO4mElWmZauXlQyQLB0kbJwAgIu+fE=; b=MYP/nPHTIq01MPLYpE9oYOa7z+ovPM6V87vefHg5RtFS2lJdWnP4rW3iYhB8nCPAOL E23nBl+D+6cX7ZNWXS/tfahwNe2jVOLOv42UkgT7qlPBsBM+BJ95QIsFQ1+ajZoafp03 T/VzWnwnM3AzLVyAKE6He5Psr6y56HkuvCZjheMy6uujCvn/iGLuomCK5H/i/xDozlmP wVrfyQjxCpE35jt8vPvGaUGHBPW+hhS8D4WQR447wbbzbJ69nD2WWr+FuWNMw2JebL4H uRzvO4oSJeXEu971z3XMIIbmF5yMRw5OrZsZKqE3xebi3NpII2hnL/YkekQE02J8ADED oUKA== X-Received: by 10.194.6.70 with SMTP id y6mr4902473wjy.97.1422565878889; Thu, 29 Jan 2015 13:11:18 -0800 (PST) Received: from axl (static-nbl2-118.cytanet.com.cy. [212.31.107.118]) by mx.google.com with ESMTPSA id q4sm4041702wiz.4.2015.01.29.13.11.17 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 Jan 2015 13:11:18 -0800 (PST) From: Dmitry Gutov Date: Thu, 29 Jan 2015 23:11:16 +0200 Message-ID: <86k30547ij.fsf@yandex.ru> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) Evaluate (url-retrieve-synchronously "http://localhost:3333/foo") As long as there's nothing running on that port, the function call should return quickly, but it never completes. On emacs-24, it works as expected. In GNU Emacs 25.0.50.9 (x86_64-unknown-linux-gnu, GTK+ Version 3.12.2) of 2015-01-29 on axl Repository revision: 1dc1959ebf50401c69adeb6d182950b59835f94d Windowing system distributor `The X.Org Foundation', version 11.0.11601901 System Description: Ubuntu 14.10 From unknown Tue Aug 19 05:08:46 2025 X-Loop: help-debbugs@gnu.org Subject: bug#19729: 25.0.50; url-retrieve-synchronously never returns when there's no response from the server Resent-From: Andreas Schwab Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 29 Jan 2015 22:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19729 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Dmitry Gutov Cc: 19729@debbugs.gnu.org Received: via spool by 19729-submit@debbugs.gnu.org id=B19729.14225702113054 (code B ref 19729); Thu, 29 Jan 2015 22:24:02 +0000 Received: (at 19729) by debbugs.gnu.org; 29 Jan 2015 22:23:31 +0000 Received: from localhost ([127.0.0.1]:57586 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YGxUo-0000nA-Co for submit@debbugs.gnu.org; Thu, 29 Jan 2015 17:23:30 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:54322) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YGxUm-0000mz-GK for 19729@debbugs.gnu.org; Thu, 29 Jan 2015 17:23:29 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3kYGRM14d6z3hj3K; Thu, 29 Jan 2015 23:23:27 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3kYGRL4bXXzvh24; Thu, 29 Jan 2015 23:23:26 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id dfIOmBTmTNdB; Thu, 29 Jan 2015 23:23:25 +0100 (CET) X-Auth-Info: 9fTOCLU87cO3ZJmX93fezIbH/9e3vAoTp5/rH2Gx7UIOsFbqLXCfvtlvSblHFw1X Received: from igel.home (host-188-174-196-214.customer.m-online.net [188.174.196.214]) by mail.mnet-online.de (Postfix) with ESMTPA; Thu, 29 Jan 2015 23:23:25 +0100 (CET) Received: by igel.home (Postfix, from userid 1000) id 7A89E2C0606; Thu, 29 Jan 2015 23:23:25 +0100 (CET) From: Andreas Schwab References: <86k30547ij.fsf@yandex.ru> X-Yow: Used staples are good with SOY SAUCE! Date: Thu, 29 Jan 2015 23:23:25 +0100 In-Reply-To: <86k30547ij.fsf@yandex.ru> (Dmitry Gutov's message of "Thu, 29 Jan 2015 23:11:16 +0200") Message-ID: <87h9v96xb6.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Dmitry Gutov writes: > Evaluate > > (url-retrieve-synchronously "http://localhost:3333/foo") > > As long as there's nothing running on that port, the function call > should return quickly, but it never completes. If nothing answers then it will wait until TCP timeout. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." From unknown Tue Aug 19 05:08:46 2025 X-Loop: help-debbugs@gnu.org Subject: bug#19729: 25.0.50; url-retrieve-synchronously never returns when there's no response from the server Resent-From: Dmitry Gutov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 29 Jan 2015 22:25:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19729 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Andreas Schwab Cc: 19729@debbugs.gnu.org Received: via spool by 19729-submit@debbugs.gnu.org id=B19729.14225702933237 (code B ref 19729); Thu, 29 Jan 2015 22:25:01 +0000 Received: (at 19729) by debbugs.gnu.org; 29 Jan 2015 22:24:53 +0000 Received: from localhost ([127.0.0.1]:57590 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YGxW8-0000q8-Vj for submit@debbugs.gnu.org; Thu, 29 Jan 2015 17:24:53 -0500 Received: from mail-wi0-f174.google.com ([209.85.212.174]:45211) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YGxW6-0000pp-ML for 19729@debbugs.gnu.org; Thu, 29 Jan 2015 17:24:51 -0500 Received: by mail-wi0-f174.google.com with SMTP id n3so33215281wiv.1 for <19729@debbugs.gnu.org>; Thu, 29 Jan 2015 14:24:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=7VaxgCzPwmSpv/J14BKf2nKljSI3Udk9DWFXTMl+V7c=; b=dJeG1mJPvgvsg+KprmkD1Aa3GjmVuW0I4L0/LS0lgyUMBS1i3xjvZ5kWd57X08jgx5 8h/vNMm9LLSly8SUIJiKxWaj35lkxCbrBtfC2diYkwprM3pkB8lNK7dxE9Q8koAw5RA9 hjfBuirvVYwqCE00rkjZBTln8sVlvXUpLYBCcrzhOdBm1RYHHdtsyc35YRuWRF4SaDGj aHfdqDkhzLivi93K5v90T9IW0P+Jg/62yRQRJNJYzodupOdsdr5at0Px/pEm6e5tJR1p puEQl2vCZ9LBRijbdRsKHl/TcBbHtWCUhqHk42OoF3uoxoAm99E9TK6qqFmcoHpe4flq TlQw== X-Received: by 10.180.14.136 with SMTP id p8mr5540704wic.20.1422570285039; Thu, 29 Jan 2015 14:24:45 -0800 (PST) Received: from [192.168.0.185] (static-nbl2-118.cytanet.com.cy. [212.31.107.118]) by mx.google.com with ESMTPSA id fq10sm3399007wib.3.2015.01.29.14.24.44 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 Jan 2015 14:24:44 -0800 (PST) Message-ID: <54CAB32A.7060500@yandex.ru> Date: Fri, 30 Jan 2015 00:24:42 +0200 From: Dmitry Gutov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Thunderbird/33.0 MIME-Version: 1.0 References: <86k30547ij.fsf@yandex.ru> <87h9v96xb6.fsf@igel.home> In-Reply-To: <87h9v96xb6.fsf@igel.home> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) On 01/30/2015 12:23 AM, Andreas Schwab wrote: > If nothing answers then it will wait until TCP timeout. Does "never completes" sound like honouring TCP timeout to you? From unknown Tue Aug 19 05:08:46 2025 X-Loop: help-debbugs@gnu.org Subject: bug#19729: 25.0.50; url-retrieve-synchronously never returns when there's no response from the server Resent-From: Dmitry Gutov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 29 Jan 2015 22:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19729 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Andreas Schwab Cc: 19729@debbugs.gnu.org Received: via spool by 19729-submit@debbugs.gnu.org id=B19729.14225703683434 (code B ref 19729); Thu, 29 Jan 2015 22:27:02 +0000 Received: (at 19729) by debbugs.gnu.org; 29 Jan 2015 22:26:08 +0000 Received: from localhost ([127.0.0.1]:57594 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YGxXM-0000tJ-DO for submit@debbugs.gnu.org; Thu, 29 Jan 2015 17:26:08 -0500 Received: from mail-wi0-f178.google.com ([209.85.212.178]:49008) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YGxXK-0000ss-P4 for 19729@debbugs.gnu.org; Thu, 29 Jan 2015 17:26:07 -0500 Received: by mail-wi0-f178.google.com with SMTP id bs8so22245969wib.5 for <19729@debbugs.gnu.org>; Thu, 29 Jan 2015 14:26:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=b2YIGBsOsPkHXHpFO6twN5SfO4m6KyPsOwe9KUM0U3Q=; b=0yofqZz8hJf4tKys8kxjKBDgLtmWuhDF47iDnOELUAOpsTUQtCLOWFMrE1TQ9ZLGQj Y1A2jHrUEpHvEsZ6yUmsaQh8Chvfb1xoogbzRLZCxEWQL8pCL/7TTdx7h8QH92KbOSCi zvklKDspuYWzLS3MtRs/8N/futs3WvNlFwJp0Lo3MyFq8MVh13SoYCiYKf8Rzo0hntTE 5dX4Vlg647u8Vy7YCf3FvfcbwAubKUGqOb8fgK6+yfkqi6R7zTSW+UIzQB7OqKSx969B Y/dNdqWVqFEJxQ/NQplW9f7/3BptK5+em0CFYSHYMa2M4fI4kVjtKNQ1aqhD+DwwA8A3 R9GA== X-Received: by 10.180.87.42 with SMTP id u10mr4347555wiz.51.1422570361297; Thu, 29 Jan 2015 14:26:01 -0800 (PST) Received: from [192.168.0.185] (static-nbl2-118.cytanet.com.cy. [212.31.107.118]) by mx.google.com with ESMTPSA id p6sm4237520wia.14.2015.01.29.14.26.00 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 Jan 2015 14:26:00 -0800 (PST) Message-ID: <54CAB377.9040102@yandex.ru> Date: Fri, 30 Jan 2015 00:25:59 +0200 From: Dmitry Gutov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Thunderbird/33.0 MIME-Version: 1.0 References: <86k30547ij.fsf@yandex.ru> <87h9v96xb6.fsf@igel.home> In-Reply-To: <87h9v96xb6.fsf@igel.home> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) On 01/30/2015 12:23 AM, Andreas Schwab wrote: > If nothing answers then it will wait until TCP timeout. But actually, the port is closed, so it should finish immediately with "connection refused". From unknown Tue Aug 19 05:08:46 2025 X-Loop: help-debbugs@gnu.org Subject: bug#19729: 25.0.50; url-retrieve-synchronously never returns when there's no response from the server Resent-From: Andreas Schwab Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 30 Jan 2015 10:23:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19729 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Dmitry Gutov Cc: 19729@debbugs.gnu.org Received: via spool by 19729-submit@debbugs.gnu.org id=B19729.142261335819135 (code B ref 19729); Fri, 30 Jan 2015 10:23:01 +0000 Received: (at 19729) by debbugs.gnu.org; 30 Jan 2015 10:22:38 +0000 Received: from localhost ([127.0.0.1]:57770 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YH8ij-0004yZ-Lg for submit@debbugs.gnu.org; Fri, 30 Jan 2015 05:22:37 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:52775) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YH8ih-0004yP-2u for 19729@debbugs.gnu.org; Fri, 30 Jan 2015 05:22:35 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3kYZP55dNhz3hjB6; Fri, 30 Jan 2015 11:22:33 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3kYZP53hCrzvjDM; Fri, 30 Jan 2015 11:22:33 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id DEzX4-8du0Te; Fri, 30 Jan 2015 11:22:32 +0100 (CET) X-Auth-Info: 7EbLibyYp/TZKmySDZHSqpRlgCknXhO0bB1w6pZgOripDz4gLvL6c5JTdKxyw+e8 Received: from igel.home (ppp-188-174-8-31.dynamic.mnet-online.de [188.174.8.31]) by mail.mnet-online.de (Postfix) with ESMTPA; Fri, 30 Jan 2015 11:22:32 +0100 (CET) Received: by igel.home (Postfix, from userid 1000) id 720C52C2582; Fri, 30 Jan 2015 11:22:32 +0100 (CET) From: Andreas Schwab References: <86k30547ij.fsf@yandex.ru> <87h9v96xb6.fsf@igel.home> <54CAB377.9040102@yandex.ru> X-Yow: I'm reporting for duty as a modern person. I want to do the Latin Hustle now! Date: Fri, 30 Jan 2015 11:22:32 +0100 In-Reply-To: <54CAB377.9040102@yandex.ru> (Dmitry Gutov's message of "Fri, 30 Jan 2015 00:25:59 +0200") Message-ID: <87twz8in4n.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Dmitry Gutov writes: > On 01/30/2015 12:23 AM, Andreas Schwab wrote: > >> If nothing answers then it will wait until TCP timeout. > > But actually, the port is closed, so it should finish immediately with > "connection refused". Depends on the firewall settings. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." From unknown Tue Aug 19 05:08:46 2025 X-Loop: help-debbugs@gnu.org Subject: bug#19729: 25.0.50; url-retrieve-synchronously never returns when there's no response from the server Resent-From: Andreas Schwab Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 30 Jan 2015 10:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19729 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Dmitry Gutov Cc: 19729@debbugs.gnu.org Received: via spool by 19729-submit@debbugs.gnu.org id=B19729.142261440720813 (code B ref 19729); Fri, 30 Jan 2015 10:41:02 +0000 Received: (at 19729) by debbugs.gnu.org; 30 Jan 2015 10:40:07 +0000 Received: from localhost ([127.0.0.1]:57775 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YH8zf-0005Pb-7P for submit@debbugs.gnu.org; Fri, 30 Jan 2015 05:40:07 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:35162) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YH8zd-0005PT-BQ for 19729@debbugs.gnu.org; Fri, 30 Jan 2015 05:40:05 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3kYZnD5jdyz3hjhN; Fri, 30 Jan 2015 11:40:00 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3kYZn60TFWzvjDL; Fri, 30 Jan 2015 11:39:54 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id D5xIFPRoqTCB; Fri, 30 Jan 2015 11:39:53 +0100 (CET) X-Auth-Info: ryH8IOSo7jr8hxs4Bkwi8YFiAadx3foSK86AhQdEiy9c3DM6CIuu0bYXE13zvUdC Received: from igel.home (ppp-188-174-8-31.dynamic.mnet-online.de [188.174.8.31]) by mail.mnet-online.de (Postfix) with ESMTPA; Fri, 30 Jan 2015 11:39:53 +0100 (CET) Received: by igel.home (Postfix, from userid 1000) id 2F3912C36D3; Fri, 30 Jan 2015 11:39:53 +0100 (CET) From: Andreas Schwab References: <86k30547ij.fsf@yandex.ru> <87h9v96xb6.fsf@igel.home> <54CAB32A.7060500@yandex.ru> X-Yow: ..The TENSION mounts as I MASSAGE your RIGHT ANKLE according to ancient Tibetan ACCOUNTING PROCEDURES..are you NEUROTIC yet?? Date: Fri, 30 Jan 2015 11:39:53 +0100 In-Reply-To: <54CAB32A.7060500@yandex.ru> (Dmitry Gutov's message of "Fri, 30 Jan 2015 00:24:42 +0200") Message-ID: <87iofoimbq.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Dmitry Gutov writes: > On 01/30/2015 12:23 AM, Andreas Schwab wrote: >> If nothing answers then it will wait until TCP timeout. > > Does "never completes" sound like honouring TCP timeout to you? You didn't say how long "never" is. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." From unknown Tue Aug 19 05:08:46 2025 X-Loop: help-debbugs@gnu.org Subject: bug#19729: 25.0.50; url-retrieve-synchronously never returns when there's no response from the server Resent-From: Dmitry Gutov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 30 Jan 2015 10:42:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19729 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Andreas Schwab Cc: 19729@debbugs.gnu.org Received: via spool by 19729-submit@debbugs.gnu.org id=B19729.142261451420996 (code B ref 19729); Fri, 30 Jan 2015 10:42:01 +0000 Received: (at 19729) by debbugs.gnu.org; 30 Jan 2015 10:41:54 +0000 Received: from localhost ([127.0.0.1]:57779 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YH91O-0005Sa-0m for submit@debbugs.gnu.org; Fri, 30 Jan 2015 05:41:54 -0500 Received: from mail-wi0-f182.google.com ([209.85.212.182]:55121) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YH91M-0005SK-Bj for 19729@debbugs.gnu.org; Fri, 30 Jan 2015 05:41:52 -0500 Received: by mail-wi0-f182.google.com with SMTP id n3so1823768wiv.3 for <19729@debbugs.gnu.org>; Fri, 30 Jan 2015 02:41:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=qw9jypsnkaMLM56LKYVK4/LyccpkgeM8AFkMGPhpsH8=; b=hQ39o72hZEAiGaNzEb901H0nFiU4Let7mcXIeZ6I/t6JujXOXdbfV4EkaCYH377ynU /lLvNzJoiYGtwMXhekDXO0iXlAnU7QaU6wdPg3xcdGnLxfZI5rkNbAZsa5LMqXgfZQrT FosfQKoN4p6OYI88DAqwt/Q6zaKqf0+Hiyh8306MAMip+TxXwrLNoMa2Zry6ZMJoS7NZ cBJoWartM9XBZW8GhmXI5Gfz6oN/mAwNwfFwz6be1HvpgeEloFoBv8aUtKhVOMPP2Asg wRVwzdF/tQFaZTofCo/R/oFz8WvQkgCn2CvWXTbwIWCM9v7aCmM7Eoz1XdltC4OwMcJC EpfQ== X-Received: by 10.180.93.132 with SMTP id cu4mr3333900wib.49.1422614506485; Fri, 30 Jan 2015 02:41:46 -0800 (PST) Received: from [192.168.1.2] ([82.102.93.54]) by mx.google.com with ESMTPSA id fm10sm6354371wib.7.2015.01.30.02.41.44 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 30 Jan 2015 02:41:45 -0800 (PST) Message-ID: <54CB5FE6.8040808@yandex.ru> Date: Fri, 30 Jan 2015 12:41:42 +0200 From: Dmitry Gutov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Thunderbird/33.0 MIME-Version: 1.0 References: <86k30547ij.fsf@yandex.ru> <87h9v96xb6.fsf@igel.home> <54CAB377.9040102@yandex.ru> <87twz8in4n.fsf@igel.home> In-Reply-To: <87twz8in4n.fsf@igel.home> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) On 01/30/2015 12:22 PM, Andreas Schwab wrote: > Depends on the firewall settings. Nothing above the default Ubuntu settings. Like I said, emacs-24 works like expected. Have you tried my example? Can you see the difference in behavior? From unknown Tue Aug 19 05:08:46 2025 X-Loop: help-debbugs@gnu.org Subject: bug#19729: 25.0.50; url-retrieve-synchronously never returns when there's no response from the server Resent-From: Dmitry Gutov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 30 Jan 2015 10:44:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19729 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Andreas Schwab Cc: 19729@debbugs.gnu.org Received: via spool by 19729-submit@debbugs.gnu.org id=B19729.142261462321182 (code B ref 19729); Fri, 30 Jan 2015 10:44:01 +0000 Received: (at 19729) by debbugs.gnu.org; 30 Jan 2015 10:43:43 +0000 Received: from localhost ([127.0.0.1]:57783 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YH939-0005VZ-Hf for submit@debbugs.gnu.org; Fri, 30 Jan 2015 05:43:43 -0500 Received: from mail-wi0-f173.google.com ([209.85.212.173]:48128) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YH937-0005VN-Lm for 19729@debbugs.gnu.org; Fri, 30 Jan 2015 05:43:41 -0500 Received: by mail-wi0-f173.google.com with SMTP id r20so2074602wiv.0 for <19729@debbugs.gnu.org>; Fri, 30 Jan 2015 02:43:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=tmaYbKWzCJywKGd5787u8Yr5CsbMZZ+yyLXOBaeXtLw=; b=lw2RM4mmPLGxSt4f4qdbncIhE+SIGwkJXFaaWKyOLFYAc1Y2DD8W0I4PYNswzzG7ed pSJYKR6zfmbsXLJsi3piaJsQ/UqSSP6vrdZHevb7B6A5whCihRYG6SIt+tn3Jl9Ov4IM YH4AVJftsXjYHTpQbx4DPUMyW/8Tg3v2urD7UnFpOACx+1RcgHXNJ23Ik21f4AsH9xpo CuRhdBTmYC06p5Urq5/0gFsYyPJZeCcs15fAPt+2rYHSHmTON6gUEHbsezTNOG+A1DhP OEeX2w6gvPZA30/keLSiCyleqlDK8TfyD0ArYRuDRyY3p8UUAY8Sj5JfyqIT6ACpGPzN LKrw== X-Received: by 10.194.239.72 with SMTP id vq8mr264444wjc.110.1422614616103; Fri, 30 Jan 2015 02:43:36 -0800 (PST) Received: from [192.168.1.2] ([82.102.93.54]) by mx.google.com with ESMTPSA id n3sm5659543wjq.30.2015.01.30.02.43.34 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 30 Jan 2015 02:43:35 -0800 (PST) Message-ID: <54CB6054.8010703@yandex.ru> Date: Fri, 30 Jan 2015 12:43:32 +0200 From: Dmitry Gutov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Thunderbird/33.0 MIME-Version: 1.0 References: <86k30547ij.fsf@yandex.ru> <87h9v96xb6.fsf@igel.home> <54CAB32A.7060500@yandex.ru> <87iofoimbq.fsf@igel.home> In-Reply-To: <87iofoimbq.fsf@igel.home> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) On 01/30/2015 12:39 PM, Andreas Schwab wrote: > You didn't say how long "never" is. Never is never. How long would you have me wait? From unknown Tue Aug 19 05:08:46 2025 X-Loop: help-debbugs@gnu.org Subject: bug#19729: 25.0.50; url-retrieve-synchronously never returns when there's no response from the server Resent-From: Andreas Schwab Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 30 Jan 2015 14:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19729 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Dmitry Gutov Cc: 19729@debbugs.gnu.org Received: via spool by 19729-submit@debbugs.gnu.org id=B19729.142262731714913 (code B ref 19729); Fri, 30 Jan 2015 14:16:02 +0000 Received: (at 19729) by debbugs.gnu.org; 30 Jan 2015 14:15:17 +0000 Received: from localhost ([127.0.0.1]:57899 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YHCLt-0003sS-9G for submit@debbugs.gnu.org; Fri, 30 Jan 2015 09:15:17 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:53084) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YHCLq-0003sH-N2 for 19729@debbugs.gnu.org; Fri, 30 Jan 2015 09:15:15 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3kYgYX6YcSz3hjKl; Fri, 30 Jan 2015 15:15:12 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3kYgYX5py7zvhMb; Fri, 30 Jan 2015 15:15:12 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id tbflHLPsfetv; Fri, 30 Jan 2015 15:15:12 +0100 (CET) X-Auth-Info: 8upZrUnIDFFhggFCsKVAxYk3t6fVOwrQIfMbG35ayJGu0/O0tv56hryp5qSxDVnO Received: from igel.home (ppp-188-174-8-31.dynamic.mnet-online.de [188.174.8.31]) by mail.mnet-online.de (Postfix) with ESMTPA; Fri, 30 Jan 2015 15:15:12 +0100 (CET) Received: by igel.home (Postfix, from userid 1000) id CCCEE2C2E60; Fri, 30 Jan 2015 15:15:11 +0100 (CET) From: Andreas Schwab References: <86k30547ij.fsf@yandex.ru> <87h9v96xb6.fsf@igel.home> <54CAB32A.7060500@yandex.ru> <87iofoimbq.fsf@igel.home> <54CB6054.8010703@yandex.ru> X-Yow: That's a decision that can only be made between you & SY SPERLING!! Date: Fri, 30 Jan 2015 15:15:11 +0100 In-Reply-To: <54CB6054.8010703@yandex.ru> (Dmitry Gutov's message of "Fri, 30 Jan 2015 12:43:32 +0200") Message-ID: <871tmciccw.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Dmitry Gutov writes: > On 01/30/2015 12:39 PM, Andreas Schwab wrote: >> You didn't say how long "never" is. > > Never is never. Never hasn't ended yet. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 18 12:29:36 2015 Received: (at control) by debbugs.gnu.org; 18 Apr 2015 16:29:36 +0000 Received: from localhost ([127.0.0.1]:60130 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YjVce-00007C-1N for submit@debbugs.gnu.org; Sat, 18 Apr 2015 12:29:36 -0400 Received: from mtaout22.012.net.il ([80.179.55.172]:55615) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YjVca-00006w-NK for control@debbugs.gnu.org; Sat, 18 Apr 2015 12:29:33 -0400 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NN000D00G0A6I00@a-mtaout22.012.net.il> for control@debbugs.gnu.org; Sat, 18 Apr 2015 19:29:26 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NN000DEBGH12X70@a-mtaout22.012.net.il> for control@debbugs.gnu.org; Sat, 18 Apr 2015 19:29:26 +0300 (IDT) Date: Sat, 18 Apr 2015 19:29:14 +0300 From: Eli Zaretskii Subject: Re: vc-dwim when nothing to commit In-reply-to: <55328234.8060702@yandex.ru> X-012-Sender: halo1@inter.net.il To: control@debbugs.gnu.org Message-id: <83k2x9763p.fsf@gnu.org> References: <86egoeusg2.fsf@example.com> <83pp7yp5po.fsf@gnu.org> <87383yqkpc.fsf_-_@lifelogs.com> <838udp997g.fsf@gnu.org> <55328234.8060702@yandex.ru> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) merge 20207 19729 thanks From unknown Tue Aug 19 05:08:46 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Dmitry Gutov Subject: bug#19729: closed (Re: bug#19860: 25.0.50; One url-retrieve-synchronously call running concurrently with another can freeze it) Message-ID: References: <553D02F9.7080201@yandex.ru> <86k30547ij.fsf@yandex.ru> X-Gnu-PR-Message: they-closed 19729 X-Gnu-PR-Package: emacs Reply-To: 19729@debbugs.gnu.org Date: Sun, 26 Apr 2015 15:24:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1430061842-31991-1" This is a multi-part message in MIME format... ------------=_1430061842-31991-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #19729: 25.0.50; url-retrieve-synchronously never returns when there's no r= esponse from the server which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 19729@debbugs.gnu.org. --=20 19729: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D19729 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1430061842-31991-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 19729-done) by debbugs.gnu.org; 26 Apr 2015 15:23:51 +0000 Received: from localhost ([127.0.0.1]:40535 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YmOPP-0008Jb-0P for submit@debbugs.gnu.org; Sun, 26 Apr 2015 11:23:51 -0400 Received: from mail-wg0-f54.google.com ([74.125.82.54]:34832) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YmOPN-0008JO-Ft for 19729-done@debbugs.gnu.org; Sun, 26 Apr 2015 11:23:50 -0400 Received: by wgyo15 with SMTP id o15so93029595wgy.2 for <19729-done@debbugs.gnu.org>; Sun, 26 Apr 2015 08:23:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=k2jj2IkqH4M896dtFVaB7IQyHVUaV1PyJ2kE9gp36L0=; b=nTX+GyHMVMps7Cotjot5hl3PyUe+kBrlPYZakVAAIEarvFmiE//NtpQZ6qT7thFQBG RBHICWA7r2n46YhwYP32Xb+hdaP+3kwnnJIC1n8c/4TN7JHmfU0OD7+I5b7d4vCbJ3lS OwMlodBmVxT/8fE5j4ulc43Vlxx7hi9G9tllVVB8BMUlaDsIuQorcYxfi1ik6NMwaEM4 W0tyUSpiaWIUlPC0RInCy9biMpZHo2P3L1Sq00CZorUSQEfdpPoGO452M9gy87KmeYPZ kCEBfkYwseNtqxbuRyr5FC0QOjNezbtvl8B9rzruBikGvx764rCnuNA3FvuSiPwnk1Wy /xMg== X-Received: by 10.194.177.195 with SMTP id cs3mr14415216wjc.141.1430061823829; Sun, 26 Apr 2015 08:23:43 -0700 (PDT) Received: from [192.168.1.2] ([82.102.93.54]) by mx.google.com with ESMTPSA id hu1sm7728740wib.6.2015.04.26.08.23.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 26 Apr 2015 08:23:43 -0700 (PDT) Message-ID: <553D02F9.7080201@yandex.ru> Date: Sun, 26 Apr 2015 18:23:37 +0300 From: Dmitry Gutov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Thunderbird/36.0 MIME-Version: 1.0 To: Eli Zaretskii Subject: Re: bug#19860: 25.0.50; One url-retrieve-synchronously call running concurrently with another can freeze it References: <86bnkxnyju.fsf@yandex.ru> <553A3489.6080504@yandex.ru> <553C2118.4080106@cs.ucla.edu> <553C6892.9080901@yandex.ru> <834mo3x7aa.fsf@gnu.org> In-Reply-To: <834mo3x7aa.fsf@gnu.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 19729-done Cc: eggert@cs.ucla.edu, 19729-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) On 04/26/2015 06:01 PM, Eli Zaretskii wrote: > It looks like this also fixed bug#20207 and #19729, so I think we can > close them. Dmitry, can you verify that they are solved for you as > well? Indeed, they are. Thanks for the reminder. ------------=_1430061842-31991-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 29 Jan 2015 21:11:34 +0000 Received: from localhost ([127.0.0.1]:57580 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YGwNB-0007S4-Oi for submit@debbugs.gnu.org; Thu, 29 Jan 2015 16:11:34 -0500 Received: from eggs.gnu.org ([208.118.235.92]:38741) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YGwN8-0007Rq-ML for submit@debbugs.gnu.org; Thu, 29 Jan 2015 16:11:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGwN2-0003ku-Eh for submit@debbugs.gnu.org; Thu, 29 Jan 2015 16:11:25 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:58913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGwN2-0003kq-Bc for submit@debbugs.gnu.org; Thu, 29 Jan 2015 16:11:24 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGwN1-0004BA-KU for bug-gnu-emacs@gnu.org; Thu, 29 Jan 2015 16:11:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGwMy-0003kY-CY for bug-gnu-emacs@gnu.org; Thu, 29 Jan 2015 16:11:23 -0500 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:52679) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGwMy-0003kO-6D for bug-gnu-emacs@gnu.org; Thu, 29 Jan 2015 16:11:20 -0500 Received: by mail-wi0-f175.google.com with SMTP id fb4so32417847wid.2 for ; Thu, 29 Jan 2015 13:11:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:date:message-id:mime-version:content-type; bh=iSJVf52YwFvo+mO4mElWmZauXlQyQLB0kbJwAgIu+fE=; b=MYP/nPHTIq01MPLYpE9oYOa7z+ovPM6V87vefHg5RtFS2lJdWnP4rW3iYhB8nCPAOL E23nBl+D+6cX7ZNWXS/tfahwNe2jVOLOv42UkgT7qlPBsBM+BJ95QIsFQ1+ajZoafp03 T/VzWnwnM3AzLVyAKE6He5Psr6y56HkuvCZjheMy6uujCvn/iGLuomCK5H/i/xDozlmP wVrfyQjxCpE35jt8vPvGaUGHBPW+hhS8D4WQR447wbbzbJ69nD2WWr+FuWNMw2JebL4H uRzvO4oSJeXEu971z3XMIIbmF5yMRw5OrZsZKqE3xebi3NpII2hnL/YkekQE02J8ADED oUKA== X-Received: by 10.194.6.70 with SMTP id y6mr4902473wjy.97.1422565878889; Thu, 29 Jan 2015 13:11:18 -0800 (PST) Received: from axl (static-nbl2-118.cytanet.com.cy. [212.31.107.118]) by mx.google.com with ESMTPSA id q4sm4041702wiz.4.2015.01.29.13.11.17 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 Jan 2015 13:11:18 -0800 (PST) From: Dmitry Gutov To: bug-gnu-emacs@gnu.org Subject: 25.0.50; url-retrieve-synchronously never returns when there's no response from the server Date: Thu, 29 Jan 2015 23:11:16 +0200 Message-ID: <86k30547ij.fsf@yandex.ru> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) Evaluate (url-retrieve-synchronously "http://localhost:3333/foo") As long as there's nothing running on that port, the function call should return quickly, but it never completes. On emacs-24, it works as expected. In GNU Emacs 25.0.50.9 (x86_64-unknown-linux-gnu, GTK+ Version 3.12.2) of 2015-01-29 on axl Repository revision: 1dc1959ebf50401c69adeb6d182950b59835f94d Windowing system distributor `The X.Org Foundation', version 11.0.11601901 System Description: Ubuntu 14.10 ------------=_1430061842-31991-1-- From unknown Tue Aug 19 05:08:46 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Eli Zaretskii Subject: bug#20207: closed (Re: bug#19860: 25.0.50; One url-retrieve-synchronously call running concurrently with another can freeze it) Message-ID: References: <553D02F9.7080201@yandex.ru> <83r3sbmwnb.fsf@gnu.org> X-Gnu-PR-Message: they-closed 20207 X-Gnu-PR-Package: emacs Reply-To: 20207@debbugs.gnu.org Date: Sun, 26 Apr 2015 15:24:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1430061843-31991-3" This is a multi-part message in MIME format... ------------=_1430061843-31991-3 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #19729: 25.0.50; url-retrieve-synchronously hangs which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 20207@debbugs.gnu.org. --=20 19729: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D19729 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1430061843-31991-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 19729-done) by debbugs.gnu.org; 26 Apr 2015 15:23:51 +0000 Received: from localhost ([127.0.0.1]:40535 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YmOPP-0008Jb-0P for submit@debbugs.gnu.org; Sun, 26 Apr 2015 11:23:51 -0400 Received: from mail-wg0-f54.google.com ([74.125.82.54]:34832) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YmOPN-0008JO-Ft for 19729-done@debbugs.gnu.org; Sun, 26 Apr 2015 11:23:50 -0400 Received: by wgyo15 with SMTP id o15so93029595wgy.2 for <19729-done@debbugs.gnu.org>; Sun, 26 Apr 2015 08:23:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=k2jj2IkqH4M896dtFVaB7IQyHVUaV1PyJ2kE9gp36L0=; b=nTX+GyHMVMps7Cotjot5hl3PyUe+kBrlPYZakVAAIEarvFmiE//NtpQZ6qT7thFQBG RBHICWA7r2n46YhwYP32Xb+hdaP+3kwnnJIC1n8c/4TN7JHmfU0OD7+I5b7d4vCbJ3lS OwMlodBmVxT/8fE5j4ulc43Vlxx7hi9G9tllVVB8BMUlaDsIuQorcYxfi1ik6NMwaEM4 W0tyUSpiaWIUlPC0RInCy9biMpZHo2P3L1Sq00CZorUSQEfdpPoGO452M9gy87KmeYPZ kCEBfkYwseNtqxbuRyr5FC0QOjNezbtvl8B9rzruBikGvx764rCnuNA3FvuSiPwnk1Wy /xMg== X-Received: by 10.194.177.195 with SMTP id cs3mr14415216wjc.141.1430061823829; Sun, 26 Apr 2015 08:23:43 -0700 (PDT) Received: from [192.168.1.2] ([82.102.93.54]) by mx.google.com with ESMTPSA id hu1sm7728740wib.6.2015.04.26.08.23.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 26 Apr 2015 08:23:43 -0700 (PDT) Message-ID: <553D02F9.7080201@yandex.ru> Date: Sun, 26 Apr 2015 18:23:37 +0300 From: Dmitry Gutov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Thunderbird/36.0 MIME-Version: 1.0 To: Eli Zaretskii Subject: Re: bug#19860: 25.0.50; One url-retrieve-synchronously call running concurrently with another can freeze it References: <86bnkxnyju.fsf@yandex.ru> <553A3489.6080504@yandex.ru> <553C2118.4080106@cs.ucla.edu> <553C6892.9080901@yandex.ru> <834mo3x7aa.fsf@gnu.org> In-Reply-To: <834mo3x7aa.fsf@gnu.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 19729-done Cc: eggert@cs.ucla.edu, 19729-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) On 04/26/2015 06:01 PM, Eli Zaretskii wrote: > It looks like this also fixed bug#20207 and #19729, so I think we can > close them. Dmitry, can you verify that they are solved for you as > well? Indeed, they are. Thanks for the reminder. ------------=_1430061843-31991-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 26 Mar 2015 18:39:08 +0000 Received: from localhost ([127.0.0.1]:37572 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YbCgN-0000uf-TJ for submit@debbugs.gnu.org; Thu, 26 Mar 2015 14:39:08 -0400 Received: from eggs.gnu.org ([208.118.235.92]:59597) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YbCgM-0000u9-F2 for submit@debbugs.gnu.org; Thu, 26 Mar 2015 14:39:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YbCgF-0001Yf-Ud for submit@debbugs.gnu.org; Thu, 26 Mar 2015 14:39:01 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48383) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbCgF-0001Yb-RN for submit@debbugs.gnu.org; Thu, 26 Mar 2015 14:38:59 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbCgE-0006s7-DA for bug-gnu-emacs@gnu.org; Thu, 26 Mar 2015 14:38:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YbCgA-0001XO-Bk for bug-gnu-emacs@gnu.org; Thu, 26 Mar 2015 14:38:58 -0400 Received: from mtaout26.012.net.il ([80.179.55.182]:38973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbCg9-0001XF-V9 for bug-gnu-emacs@gnu.org; Thu, 26 Mar 2015 14:38:54 -0400 Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0NLU0060012EI200@mtaout26.012.net.il> for bug-gnu-emacs@gnu.org; Thu, 26 Mar 2015 20:39:52 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NLU00LRW16FWP90@mtaout26.012.net.il> for bug-gnu-emacs@gnu.org; Thu, 26 Mar 2015 20:39:52 +0200 (IST) Date: Thu, 26 Mar 2015 20:38:48 +0200 From: Eli Zaretskii Subject: 25.0.50; url-retrieve-synchronously hangs X-012-Sender: halo1@inter.net.il To: bug-gnu-emacs@gnu.org Message-id: <83r3sbmwnb.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) To reproduce: emacs -Q Type into the scratch buffer: (url-retrieve-synchronously "http://localhost:1/") C-j Emacs hangs until you type C-g. I believe it hangs in accept-process-output that is called by url-retrieve-synchronously. Turning on url-debug produces the following *URL-DEBUG* buffer; http -> Contacting host: localhost:2 http -> Marking connection as busy: localhost:2 #> retrieval -> Spinning in url-retrieve-synchronously: nil (#) http -> Marking connection as free: localhost:2 #> http -> Activating callback in buffer ( *http localhost:2*): #[128 "\302\303\30\4p#\210\300\305\240\210\301p\240\207" [(nil) (#) ur\l-debug retrieval "Synchronous fetching done (%S)" t] 5 " (fn &rest IGNORED)"] ((:error (error connection-failed "failed with code 111 " :host "localhost" :service 2))) retrieval -> Synchronous fetching done (#) If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. For information about debugging Emacs, please read the file /home/e/eliz/git/emacs/trunk/etc/DEBUG. In GNU Emacs 25.0.50.15 (x86_64-unknown-linux-gnu, GTK+ Version 2.20.1) of 2015-03-17 on fencepost.gnu.org Repository revision: e70a1f9b42857fa1315302b9c140a6d40ea15f1d System Description: Trisquel 4.1 LTS Configured using: `configure --prefix=/home/e/eliz --enable-checking=yes,glyphs --with-gif=no --with-tiff=no 'CFLAGS=-O0 -g3'' Configured features: XPM JPEG PNG SOUND GPM NOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Contacting host: localhost:1 Quit Contacting host: localhost:2 Quit Mark set Scanning for dabbrevs...done Load-path shadows: None found. Features: (shadow sort mail-extr dabbrev emacsbug message dired format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mailabbrev gmm-utils mailheader sendmail mail-utils cus-edit easymenu cus-start cus-load wid-edit network-stream nsm starttls url-cache url-http tls mail-parse rfc2231 rfc2047 rfc2045 ietf-drums url-gw url-auth url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util url-parse auth-source cl-macs eieio eieio-core cl-generic byte-opt gv bytecomp byte-compile cl-extra seq cconv pcase cl-loaddefs cl-lib gnus-util mm-util help-fns mail-prsvr password-cache url-vars mailcap xterm time-date tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process gfilenotify dynamic-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) Memory information: ((conses 16 117483 6859) (symbols 48 21842 0) (miscs 40 45 130) (strings 32 22726 6972) (string-bytes 1 623691) (vectors 16 12115) (vector-slots 8 390120 1904) (floats 8 129 169) (intervals 56 197 0) (buffers 976 14) (heap 1024 35413 908)) ------------=_1430061843-31991-3--