From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.devel Subject: Re: Chasing down a network problem Date: Wed, 26 Dec 2012 22:02:41 +0100 Message-ID: <87d2xwmsr2.fsf@gnus.org> References: <87han8mst9.fsf@gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1356555794 26347 80.91.229.3 (26 Dec 2012 21:03:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Dec 2012 21:03:14 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 26 22:03:29 2012 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 1Tny8K-0006yj-BM for ged-emacs-devel@m.gmane.org; Wed, 26 Dec 2012 22:03:24 +0100 Original-Received: from localhost ([::1]:43777 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tny86-0007mc-2l for ged-emacs-devel@m.gmane.org; Wed, 26 Dec 2012 16:03:10 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:47234) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tny7z-0007mI-Vr for emacs-devel@gnu.org; Wed, 26 Dec 2012 16:03:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tny7w-0003Yl-L7 for emacs-devel@gnu.org; Wed, 26 Dec 2012 16:03:03 -0500 Original-Received: from hermes.netfonds.no ([80.91.224.195]:33565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tny7w-0003YX-EY for emacs-devel@gnu.org; Wed, 26 Dec 2012 16:03:00 -0500 Original-Received: from ip-90-20-179-93.dialup.ice.net ([93.179.20.90] helo=rusty) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Tny7g-0007kU-0t for emacs-devel@gnu.org; Wed, 26 Dec 2012 22:02:44 +0100 X-Now-Playing: Winston Tong's _Theoretically Chinese_ In-Reply-To: <87han8mst9.fsf@gnus.org> (Lars Ingebrigtsen's message of "Wed, 26 Dec 2012 22:01:22 +0100") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) X-MailScanner-ID: 1Tny7g-0007kU-0t MailScanner-NULL-Check: 1357160565.04445@v5YAy5fYb/Vfquf91gPjAA X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.224.195 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:155918 Archived-At: Lars Ingebrigtsen writes: > I've added a lot more debugging code now, but it's very difficult to > reproduce the bug. D'oh! There's a condition-case around the loop with this as the quit condition: (quit ;; The user hit C-g while we were waiting: kill the process, in case ;; it's a gnutls-cli process that's stuck (tends to happen a lot behind ;; NAT routers). (delete-process process) Which explains why the process is dead. Never mind... -- (domestic pets only, the antidote for overdose, milk.) http://lars.ingebrigtsen.no * Lars Magne Ingebrigtsen