From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68265 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: (file-error "writing to process" "bad address" #) when Gcc-ing a group Date: Tue, 10 Feb 2009 00:04:56 +0100 Message-ID: <87y6wf43fr.fsf@randomsample.de> References: <873aenr2gk.fsf@thinkpad.tsdh.de> <87tz73plyd.fsf@thinkpad.tsdh.de> <87ab8v7651.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1234220739 23373 80.91.229.12 (9 Feb 2009 23:05:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Feb 2009 23:05:39 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16705@lists.math.uh.edu Tue Feb 10 00:06:49 2009 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1LWfD4-000876-IR for ding-account@gmane.org; Tue, 10 Feb 2009 00:06:38 +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 1LWfBb-0006GS-9a; Mon, 09 Feb 2009 17:05:07 -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 1LWfBa-0006GC-3u for ding@lists.math.uh.edu; Mon, 09 Feb 2009 17:05:06 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1LWfBX-0000Ys-9Q for ding@lists.math.uh.edu; Mon, 09 Feb 2009 17:05:06 -0600 Original-Received: from m61s02.vlinux.de ([83.151.21.164]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1LWfBr-0004jx-00 for ; Tue, 10 Feb 2009 00:05:23 +0100 Original-Received: from dslb-082-083-024-124.pools.arcor-ip.net ([82.83.24.124] helo=honk) by m61s02.vlinux.de with esmtpsa (TLS-1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.63) (envelope-from ) id 1LWfD0-0005ki-Md for ding@gnus.org; Tue, 10 Feb 2009 00:06:34 +0100 In-Reply-To: <87ab8v7651.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Mon, 09 Feb 2009 20:38:18 +0100") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) Mail-Copies-To: never Mail-Followup-To: ding@gnus.org X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68265 Archived-At: Tassilo Horn writes: >> If there's nothing to see, the rawlog utility should tell you what >> happens before the connection gets closed. > > See http://www.tsdh.de/~heimdall/dovecot.rawlog.tar.gz for zipped rawlog > directory. I deleted all files in there and then sent the big mail, so > no irrelevant stuff is included. > > In one file you can see the APPEND, then comes the message header and > body, followed by the base64 encoded attachment, or better part of it. > Then there's a NOOP and that's it. I tried it again at home over my slow DSL line, and now the exact same thing happens here. I enabled all logs and used tcpdump to record the traffic to the IMAP server, but to no avail. The imap-log doesn't help since the buffer which is sent to the IMAP server is simply included there before process-send-region is called. I have no idea if this is a problem with Dovecot or maybe a bug in process-send-region or in send-region (I don't see how any other Gnus or Emacs code could be involved in this). It'd be interesting to know if the problem also occurs in Emacs 22. Maybe I have time over the weekend to test this further... -David