OK, I can now reproduce the output 'V' from fn.  -1 throws it off.  I'll
dig around (the estring entries were supposed to track the stack on it,
but I have a test harness I can use from here).

I'll report back.

Arnt, any idea why the modseq value becomes -1 ?  Hints will same me
time tracking it.

Thanks
Jim




On 19/09/2016 14:32, Tom Ivar Helbekkmo wrote:
> Tom Ivar Helbekkmo <t...@hamartun.priv.no> writes:
>
> Turns out (as Jim rightly guessed) that the extreme amount of logging
> was bogging everything down.  With just the part of the patch in place
> that modified fetch.cpp to log, I see output like this while Gnus is
> starting up, and scanning mailboxes:
>
> Sep 19 13:21:58 barsoom Archiveopteryx: modseq limit appended is 99507
> Sep 19 13:21:58 barsoom Archiveopteryx: fn( 99507 ) responds with 99507
> Sep 19 13:21:58 barsoom Archiveopteryx: modseq limit inserted is 99507
> Sep 19 13:21:58 barsoom Archiveopteryx: fn( 99507 ) responds with 99507
> Sep 19 13:21:58 barsoom Archiveopteryx: modseq limit appended is 188057
> Sep 19 13:21:58 barsoom Archiveopteryx: fn( 188057 ) responds with 188057
> Sep 19 13:21:58 barsoom Archiveopteryx: modseq limit inserted is 188057
> Sep 19 13:21:58 barsoom Archiveopteryx: fn( 188057 ) responds with 188057
> Sep 19 13:21:58 barsoom Archiveopteryx: modseq limit appended is 168534
> Sep 19 13:21:58 barsoom Archiveopteryx: fn( 168534 ) responds with 168534
> Sep 19 13:21:58 barsoom Archiveopteryx: modseq limit inserted is 168534
> Sep 19 13:21:58 barsoom Archiveopteryx: fn( 168534 ) responds with 168534
> Sep 19 13:21:58 barsoom Archiveopteryx: modseq limit appended is -1
> Sep 19 13:21:58 barsoom Archiveopteryx: fn( -1 ) responds with V
> Sep 19 13:21:58 barsoom Archiveopteryx: 23033/2/1/489/1 PostgreSQL Server: 
> invalid input syntax for integer: "V"
> Sep 19 13:21:58 barsoom Archiveopteryx: modseq limit appended is 99112
> Sep 19 13:21:58 barsoom Archiveopteryx: fn( 99112 ) responds with 99112
> Sep 19 13:21:58 barsoom Archiveopteryx: modseq limit inserted is 99112
> Sep 19 13:21:58 barsoom Archiveopteryx: fn( 99112 ) responds with 99112
> Sep 19 13:21:58 barsoom Archiveopteryx: modseq limit appended is -1
> Sep 19 13:21:58 barsoom Archiveopteryx: fn( -1 ) responds with V
> Sep 19 13:21:58 barsoom Archiveopteryx: 23033/2/1/491/1 PostgreSQL Server: 
> invalid input syntax for integer: "V"
> Sep 19 13:21:58 barsoom Archiveopteryx: modseq limit appended is -1
> Sep 19 13:21:58 barsoom Archiveopteryx: fn( -1 ) responds with V
> Sep 19 13:21:58 barsoom Archiveopteryx: 23033/2/1/492/1 PostgreSQL Server: 
> invalid input syntax for integer: "V"
> Sep 19 13:21:58 barsoom Archiveopteryx: modseq limit appended is 99139
> Sep 19 13:21:58 barsoom Archiveopteryx: fn( 99139 ) responds with 99139
> Sep 19 13:21:58 barsoom Archiveopteryx: modseq limit inserted is 99139
> Sep 19 13:21:58 barsoom Archiveopteryx: fn( 99139 ) responds with 99139
> Sep 19 13:21:58 barsoom Archiveopteryx: modseq limit appended is 99320
> Sep 19 13:21:58 barsoom Archiveopteryx: fn( 99320 ) responds with 99320
> Sep 19 13:21:58 barsoom Archiveopteryx: modseq limit inserted is 99320
> Sep 19 13:21:58 barsoom Archiveopteryx: fn( 99320 ) responds with 99320
>
> Likewise, while receiving email from outside:
>
> Sep 19 15:27:08 barsoom postfix/qmgr[1695]: EA4AB1C7133: 
> from=<no_re...@glitreenergi-nett.no>, size=227461, nrcpt=1 (queue active)
> Sep 19 13:27:08 barsoom Archiveopteryx: 23033/4/1 Connected: SMTP server 
> 127.0.0.1:2026 connected to client 127.0.0.1:55718, on fd 10 (7 connections)
> Sep 19 13:27:09 barsoom Archiveopteryx: 23033/4/1/5/1 Injecting message 
> <264013603.288.1474291058616@nett-ewapp> into /users/tih/INBOX
> Sep 19 15:27:09 barsoom postfix/lmtp[1872]: EA4AB1C7133: 
> to=<t...@hamartun.priv.no>, relay=127.0.0.1[127.0.0.1]:2026, delay=541, 
> delays=540/0.03/0.02/0.55, dsn=2.1.5, status=sent (250 2.1.5 
> t...@hamartun.priv.no: OK)
> Sep 19 15:27:09 barsoom postfix/qmgr[1695]: EA4AB1C7133: removed
> Sep 19 13:27:11 barsoom Archiveopteryx: modseq limit appended is -1
> Sep 19 13:27:11 barsoom Archiveopteryx: fn( -1 ) responds with V
> Sep 19 13:27:11 barsoom Archiveopteryx: 23033/2/2/6/2 PostgreSQL Server: 
> invalid input syntax for integer: "V"
>
> -tih

Reply via email to