Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Re: How to get this debugged (pressing g fails)
Date: Thu, 26 Sep 2013 09:50:15 +0900	[thread overview]
Message-ID: <b4mob7gieyg.fsf@jpl.org> (raw)
In-Reply-To: <871u4cwiwu.fsf@newsguy.com>

Harry Putnam wrote:
> I've been ignoring this for a very long time, but I need to fix it.

> Whenever I press g in group buffer to get new news it starts to work
> but then ends up failing.  All I catch with debugger turned on is:

>  Debugger entered: nil
>    gnus-group-get-new-news(nil)
>    call-interactively(gnus-group-get-new-news nil nil)

> -------        ---------       ---=---       ---------      --------

> This has stayed with me for several mnths and several upgrade pulls of
> gnus source code for magnus.

> I really don't have a clue how to determine what is causing it.
> Obviously not a general problem and just as obviously its in my
> environment somehow. But where to look, and how to look?

Type `C-]' to exit the debugger.
M-x load-library RET gnus-group.el RET
    (Note: it should be .el, not .elc)
Type `g'

If you get a byte-code in the backtrace, load another .el file
and do it again.  Where "another .el file" is the module that
provides the function expressed as a byte-code in the backtrace.



  reply	other threads:[~2013-09-26  0:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-26  0:01 Harry Putnam
2013-09-26  0:50 ` Katsumi Yamaoka [this message]
2013-09-26 20:10   ` Harry Putnam
2013-09-26 22:50     ` Katsumi Yamaoka
2013-09-27 21:23       ` Harry Putnam
2013-10-01 14:56         ` Harry Putnam

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=b4mob7gieyg.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --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).