From mboxrd@z Thu Jan 1 00:00:00 1970 From: tpo2@sourcepole.ch (Tomas Pospisek ML) Date: Mon, 03 Nov 2008 21:29:30 +0000 Subject: [sup-talk] CPU at 99% In-Reply-To: Message-ID: On 11/3/2008, "Tomas Pospisek ML" wrote: > >On 11/2/2008, "William Morgan" wrote: > >>Reformatted excerpts from Tomas Pospisek ML's message of 2008-10-31: >>> The "[poll-mode]" buffer shows an "infinite amount" of the following >>> message: >>> [...] >>> Found message at 44352220 with labels {Sent, unread} >>> Found message at 44352220 with labels {Sent, unread} >>> Found message at 44352220 with labels {Sent, unread} >>> Found message at 44352220 with labels {Sent, unread} >>> Found message at 44352220 with labels {Sent, unread} >> >>What kind of source is this? I'm guessing mbox. > >Correct, that's mbox. > >> Can you try to figure out what is around byte offset 44352220 in that file? Sup isn't >>advancing beyond that for some reason. > >$ hexdump -C -s 44352219 -n 80 /home/tpo/mail/sent-mail/sent-mail-jan-2008 >02a4c2db 0a 46 72 6f 6d 20 74 70 6f 32 2e 6c 6f 63 61 6c |.From >tpo2.local| >02a4c2eb 20 28 31 30 2e 32 2e 31 35 39 2e 35 30 29 20 69 | >(10.2.159.50) i| >02a4c2fb 63 6d 70 5f 73 65 71 3d 35 37 35 35 20 44 65 73 |cmp_seq=5755 >Des| >02a4c30b 74 69 6e 61 74 69 6f 6e 20 48 6f 73 74 20 55 6e |tination >Host Un| >02a4c31b 72 65 61 63 68 61 62 6c 65 0a 46 72 6f 6d 20 74 >|reachable.From t| > >Thus the byte just before offset 44352220 is a 'a0' thus a newline with >a "^From" on the next line and thus I guess it's the same problem as: > >http://rubyforge.org/pipermail/sup-talk/2008-October/001719.html Oh, and I'm getting the impression, that Sup doesn't like: " >From >>>From " lines either... *t