Gnus development mailing list
 help / color / mirror / Atom feed
From: kai.grossjohann@gmx.net (Kai Großjohann)
Subject: Re: nnimap versus tls
Date: Sun, 06 Jul 2003 17:54:13 +0200	[thread overview]
Message-ID: <84he5z4pne.fsf@lucy.is.informatik.uni-duisburg.de> (raw)
In-Reply-To: <87adbrq0dy.fsf@cam.ac.uk>

Gaute B Strokkenes <gs234@cam.ac.uk> writes:

> Having thought about this for a bit, I suspect that this is some sort
> of timing problem.  I think that when gnus sends the LOGOUT command it
> does not hang around and wait for the server to say goodbye, but
> closes the connection of its own accord.  If gnus kills the connection
> by first killing (process-buffer proc) and _then_ removes the process
> proper (and the filter, imap-arrival-filter) then the possibility
> exists that the final bit of chit-chat from the imap server ends up
> being processed after the buffer has been killed, but before the
> filter has been removed.  This would cause the filter to throw an
> error, like we see.  The timing dependence would also account for the
> intermittent nature of this bug.

Very good analysis, IMHO.  There are two instances of
(imap-send-command "LOGOUT") in imap.el -- should they be
(imap-send-command-wait "LOGOUT") instead?

Do you want to try to see if that helps?
-- 
~/.signature



  reply	other threads:[~2003-07-06 15:54 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-19 13:32 Gaute B Strokkenes
2003-07-02 23:46 ` Gaute B Strokkenes
2003-07-04 18:24 ` Kai Großjohann
2003-07-05  8:44   ` Gaute B Strokkenes
2003-07-05 12:53     ` Kai Großjohann
2003-07-06 12:56       ` Gaute B Strokkenes
2003-07-06 15:54         ` Kai Großjohann [this message]
2003-07-06 21:53           ` Gaute B Strokkenes
2003-07-07  6:08             ` Kai Großjohann
2003-07-07  7:26               ` Gaute B Strokkenes
2003-07-07  9:46                 ` Gaute B Strokkenes
2003-07-07 15:35                   ` Kai Großjohann
2003-07-08 22:20                     ` Gaute B Strokkenes
2003-07-09 19:46                       ` Kai Großjohann
2003-07-10  0:03                         ` Gaute B Strokkenes
2003-07-09 19:52                       ` Kai Großjohann
2003-07-10  1:25                         ` Gaute B Strokkenes
2003-07-10  7:24                           ` Kai Großjohann
2003-07-10 10:32                             ` Gaute B Strokkenes
2003-07-10  7:49                       ` Simon Josefsson
2003-07-10 11:42                         ` Gaute B Strokkenes
2003-07-10 12:13                           ` Simon Josefsson
2003-07-10 13:16                             ` Matthias Andree
2003-07-07 15:38                   ` Kai Großjohann
2003-07-07 19:37                     ` Gaute B Strokkenes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=84he5z4pne.fsf@lucy.is.informatik.uni-duisburg.de \
    --to=kai.grossjohann@gmx.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).