emacs-devel
[Top][All Lists]
Advanced

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

Re: Nebulous streaming/point bug


From: Lars Magne Ingebrigtsen
Subject: Re: Nebulous streaming/point bug
Date: Thu, 13 Oct 2011 01:44:00 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux)

Lars Magne Ingebrigtsen <address@hidden> writes:

> And I upgraded my machine to a newer Debian version with gnutls
> 2.12.11-1, which is probably the reason for this problem popping up
> now. 

After pumping up the log level, I get the following when I request a
single article.  The numbers in the trace are suggestive, but I'm not
quite sure what they mean.  :-) The real length of the article is 4188,
as reported by "BUF[REC]: Inserted 4188 bytes of Data".  The number of
characters inserted into the buffer is 4096, as reported by
"BUFFER[REC][AD]: Read 4096 bytes of Data".

So something is wonky here.  Ted?  :-)

This is with Debian Testing.

gnutls.c: [4] REC[0x33a61a0]: Sending Packet[6] Application Data(23) with 
length: 17
gnutls.c: [7] WRITE: enqueued 69 bytes for 0x8. Total 69 bytes.
gnutls.c: [7] WRITE FLUSH: 69 bytes in buffer.
gnutls.c: [7] WRITE: wrote 69 bytes, 0 bytes left.
gnutls.c: [4] REC[0x33a61a0]: Sent Packet[7] Application Data(23) with length: 
69
gnutls.c: [6] BUFFER[REC][AD]: Read 92 bytes of Data(23)
gnutls.c: [7] READ: Got 5 bytes from 0x8
gnutls.c: [7] READ: read 5 bytes from 0x8
gnutls.c: [7] RB: Have 0 bytes into buffer. Adding 5 bytes.
gnutls.c: [7] RB: Requested 5 bytes
gnutls.c: [4] REC[0x33a61a0]: Expected Packet[19] Application Data(23) with 
length: 4096
gnutls.c: [4] REC[0x33a61a0]: Received Packet[19] Application Data(23) with 
length: 112
gnutls.c: [7] READ: Got 112 bytes from 0x8
gnutls.c: [7] READ: read 112 bytes from 0x8
gnutls.c: [7] RB: Have 5 bytes into buffer. Adding 112 bytes.
gnutls.c: [7] RB: Requested 117 bytes
gnutls.c: [4] REC[0x33a61a0]: Decrypted Packet[19] Application Data(23) with 
length: 80
gnutls.c: [6] BUF[REC]: Inserted 80 bytes of Data(23)
gnutls.c: [6] BUFFER[REC][AD]: Read 80 bytes of Data(23)
gnutls.c: [7] READ: Got 5 bytes from 0x8
gnutls.c: [7] READ: read 5 bytes from 0x8
gnutls.c: [7] RB: Have 0 bytes into buffer. Adding 5 bytes.
gnutls.c: [7] RB: Requested 5 bytes
gnutls.c: [4] REC[0x33a61a0]: Expected Packet[20] Application Data(23) with 
length: 4096
gnutls.c: [4] REC[0x33a61a0]: Received Packet[20] Application Data(23) with 
length: 4224
gnutls.c: [7] READ: Got 4224 bytes from 0x8
gnutls.c: [7] READ: read 4224 bytes from 0x8
gnutls.c: [7] RB: Have 5 bytes into buffer. Adding 4224 bytes.
gnutls.c: [7] RB: Requested 4229 bytes
gnutls.c: [4] REC[0x33a61a0]: Decrypted Packet[20] Application Data(23) with 
length: 4188
gnutls.c: [6] BUF[REC]: Inserted 4188 bytes of Data(23)
gnutls.c: [6] BUFFER[REC][AD]: Read 4096 bytes of Data(23)

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/



reply via email to

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