From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81381 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Oh Ma Gnus: (file-error "writing to process" "success" #>) Date: Tue, 14 Feb 2012 20:04:03 +0100 Message-ID: <87r4xx6xuk.fsf@thinkpad.tsdh.de> References: <1329160208.31878.140661036014929@webmail.messagingengine.com> <87ipjav8fd.fsf@gnus.org> <87lio6wmh1.fsf@gnus.org> <1329162792.11278.140661036036305@webmail.messagingengine.com> <1329164031.16886.140661036045653@webmail.messagingengine.com> <87d39iwk9d.fsf@gnus.org> <87hayu5ue2.fsf@gnus.org> <87ehtxyit6.fsf@tsdh.uni-koblenz.de> <8739addz9n.fsf@gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1329246268 10465 80.91.229.3 (14 Feb 2012 19:04:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 14 Feb 2012 19:04:28 +0000 (UTC) Cc: ding@gnus.org To: Lars Ingebrigtsen Original-X-From: ding-owner+M29661@lists.math.uh.edu Tue Feb 14 20:04:27 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RxNft-0004Rp-Pg for ding-account@gmane.org; Tue, 14 Feb 2012 20:04:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1RxNfm-0003yD-1y; Tue, 14 Feb 2012 13:04:18 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1RxNfl-0003y3-3E for ding@lists.math.uh.edu; Tue, 14 Feb 2012 13:04:17 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RxNfc-0005G2-Jh for ding@lists.math.uh.edu; Tue, 14 Feb 2012 13:04:16 -0600 Original-Received: from out5-smtp.messagingengine.com ([66.111.4.29]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RxNfa-0007oK-Qc for ding@gnus.org; Tue, 14 Feb 2012 20:04:06 +0100 Original-Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 526B520BC4 for ; Tue, 14 Feb 2012 14:04:06 -0500 (EST) Original-Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute5.internal (MEProxy); Tue, 14 Feb 2012 14:04:06 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:cc:subject:references:date :in-reply-to:message-id:mime-version:content-type; s=smtpout; bh=nzIBnESzcUq381oHRuVXxVp4OQQ=; b=b+NAAOrWaZISRaN7DE5dHIUYwMXH wNyJ+PV8F5vrDirGM8TzzTygH/c4+E/xzM1fdYvtEEaEsbiRP0GaC8Z9YicA7dj1 7dsnAQWchUOwEAn7HZxFdgqN1fNwJb3FLvg4DnOFAF+SZQndkZTLoqdN4K4iNUp0 C/P5beXurSicGa8= X-Sasl-enc: ONjVVzdcG0yasFY64BBe1+4ubTCRG3hAG4pbxkJMnXTf 1329246245 Original-Received: from thinkpad.tsdh.de (91-67-11-43-dynip.superkabel.de [91.67.11.43]) by mail.messagingengine.com (Postfix) with ESMTPSA id 602268E0109; Tue, 14 Feb 2012 14:04:05 -0500 (EST) In-Reply-To: <8739addz9n.fsf@gnus.org> (Lars Ingebrigtsen's message of "Tue, 14 Feb 2012 19:51:32 +0100") User-Agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.0.93 (gnu/linux) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81381 Archived-At: Lars Ingebrigtsen writes: >> Do you have an idea why that error is only triggered at home but not >> at work, and not at home when edebugging? I think, my network >> connection at home is even a bit faster than here at work (32.000 >> KBit/s) which would somewhat support my timing hypothesis. But does >> that make sense to you? > > Yes. The bug was in the handling of EAGAIN (i.e., a full write > buffer) in the gnutls interface code. So if your network is slow > you'd see the bug, but not otherwise. What I've observed was the other way round: fast network => bang! slow network (or code slowed down due to edebugging) => fine! Anyway, great that it works again. Bye, Tassilo