bug-mit-scheme
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-mit-scheme] Fwd: imail bug


From: Chris Hanson
Subject: Re: [Bug-mit-scheme] Fwd: imail bug
Date: Sat, 31 May 2008 00:48:42 -0400

On Fri, May 30, 2008 at 5:57 PM, Taylor R Campbell <address@hidden> wrote:
> I misremembered how IMAIL handled the X-IMAIL-* header fields, and it
> turns out that both IMAIL and RMAIL compete for the first header
> fields in each message, for performance hacks, which means they will
> fail to compose and accumulate X-IMAIL-INTERNAL-TIME and Summary-line
> header fields.  This may be worth changing.

This is just an ancient bug on my part.  I've made the appropriate
changes and will check them in once they are tested a bit.

> Chris, do you have any ideas?

I am wondering whether this is some bad interaction between Scheme and
AFS.  Julie, all of these rmail files are in your home directory at
csail, right?  If so, then they're stored in AFS.

The reason I'm thinking this is that AFS is known to have problems
with certain kinds of file-system transactions.  Subversion, for
example, is prone to corruption under some circumstances.

Of course, it could just be a bug in the error handling when the rmail
file is written.  Or it might be a deeper bug where the file-output
code doesn't properly flush the output buffer; but I'd expect to see
other evidence of that.

Julie, how big are the rmail files in question?  I'd like to know the
exact number of bytes, both truncated and whole, for any samples you
have.  That might give me some insight into the problem --
specifically if the truncated file is a multiple of 4096.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]