Gnus development mailing list
 help / color / mirror / Atom feed
From: egallego@babel.ls.fi.upm.es (Emilio Jesús Gallego Arias)
To: ding@gnus.org
Subject: Re: How to debug hangs during message fetching
Date: Thu, 24 Feb 2011 03:18:30 +0100	[thread overview]
Message-ID: <87fwredvk9.fsf@babel.ls.fi.upm.es> (raw)
In-Reply-To: <874o7v3yw9.fsf@gnus.org>

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Ah, right.  I think I (sort of) see why this may be happening, and it
> may be fixed by some recent changes, but it may not be.
>
> If this still isn't working for you, what are the values of your
> gnus-select-method and gnus-secondary-select-methods variables?

No luck :( If at least I could debug this, but no luck ATM. I added some
debug to the culprit code and got this:

> (with-current-buffer nntp-server-buffer
>    (message "DEBUG: going to gnus-read-active-file-1 %s" method)
>    (gnus-read-active-file-1 method nil))))

,----
| nnimap babel splitting mail...
| DEBUG: going to gnus-read-active-file-1 (nnimap babel (nnimap-address babel.ls.fi.upm.es) (nnimap-stream ssl))
| Reading active file from babel via nnimap...
| nnimap babel splitting mail...
| Reading active file from babel via nnimap...done
| nnimap read 25k [224 times]
`----

Note it seems to do two times the same thing. Of course if I disable the
code the hang seems to stop. How could I check that the are no duplicate
methods?

Note the confusion about methods gnus has because of archive methods,
that could have something to do with this problem. Maybe we should fix
the confusion first and then see what happens.

(setq gnus-save-newsrc-file nil)
(setq gnus-read-newsrc-file nil)
(setq gnus-save-killed-list t)
(setq gnus-check-new-newsgroups 'ask-server)
(setq gnus-use-dribble-file nil)
(setq gnus-select-method '(nntp "news.gmane.org"
                                (nntp-address "news.gmane.org")))

(setq gnus-secondary-select-methods
      '((nnimap "babel"
                (nnimap-address "babel.ls.fi.upm.es")
                (nnimap-stream ssl))))

(setq gnus-message-archive-method '(nnimap "babel"))
(setq gnus-message-archive-group "nnimap+babel:archive.mail")




  reply	other threads:[~2011-02-24  2:18 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-07 11:31 Tassilo Horn
2011-02-07 11:44 ` Lars Ingebrigtsen
2011-02-07 11:55   ` Tassilo Horn
2011-02-07 11:59     ` Lars Ingebrigtsen
2011-02-07 12:17       ` Tassilo Horn
2011-02-07 12:21         ` Lars Ingebrigtsen
2011-02-07 12:39           ` Tassilo Horn
2011-02-07 12:57             ` Tassilo Horn
2011-02-14  3:35               ` Lars Ingebrigtsen
2011-02-14  9:21                 ` Tassilo Horn
2011-02-15 21:28                   ` Emilio Jesús Gallego Arias
2011-02-16 22:12                     ` Lars Ingebrigtsen
2011-02-16 22:18                       ` Emilio Jesús Gallego Arias
2011-02-16 22:24                         ` Lars Ingebrigtsen
2011-02-17  0:27                           ` Emilio Jesús Gallego Arias
2011-02-17 23:48                             ` Lars Ingebrigtsen
2011-02-23  2:12                               ` Emilio Jesús Gallego Arias
2011-02-23  2:18                               ` Emilio Jesús Gallego Arias
2011-02-23  9:04                                 ` Lars Ingebrigtsen
2011-02-24  2:18                                   ` Emilio Jesús Gallego Arias [this message]
2011-02-25  3:33                                     ` Lars Ingebrigtsen
2011-02-19  9:45                       ` Vincent Bernat
2011-02-20  1:22                         ` Lars Ingebrigtsen
2011-02-20 13:14                           ` Vincent Bernat
2011-02-07 21:21 ` Ludovic Courtès
2011-02-07 21:27   ` Michael Welsh Duggan
2011-02-14  3:35   ` Lars Ingebrigtsen

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=87fwredvk9.fsf@babel.ls.fi.upm.es \
    --to=egallego@babel.ls.fi.upm.es \
    --cc=ding@gnus.org \
    /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).