From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83783 Path: news.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: How to get this debugged (pressing g fails) Date: Thu, 26 Sep 2013 16:10:08 -0400 Organization: Still searching... Message-ID: <87ioxngx9b.fsf@newsguy.com> References: <871u4cwiwu.fsf@newsguy.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1380226281 16094 80.91.229.3 (26 Sep 2013 20:11:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 Sep 2013 20:11:21 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M32039@lists.math.uh.edu Thu Sep 26 22:11:24 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VPHuE-0002we-TH for ding-account@gmane.org; Thu, 26 Sep 2013 22:11:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1VPHtP-0004eN-Un; Thu, 26 Sep 2013 15:10:31 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1VPHtO-0004eB-8J for ding@lists.math.uh.edu; Thu, 26 Sep 2013 15:10:30 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1VPHtJ-00011U-0A for ding@lists.math.uh.edu; Thu, 26 Sep 2013 15:10:29 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1VPHtG-0007dT-Tm for ding@gnus.org; Thu, 26 Sep 2013 22:10:22 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VPHtF-0001sv-Bm for ding@gnus.org; Thu, 26 Sep 2013 22:10:21 +0200 Original-Received: from z65-50-57-227.ips.direcpath.com ([65.50.57.227]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Sep 2013 22:10:21 +0200 Original-Received: from reader by z65-50-57-227.ips.direcpath.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Sep 2013 22:10:21 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 46 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: z65-50-57-227.ips.direcpath.com User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.0.92 (gnu/linux) Cancel-Lock: sha1:XHwVSbQOK8B01grXV3xm8aof1SE= X-Spam-Score: -4.3 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83783 Archived-At: Katsumi Yamaoka writes: Harry Wrote: >> 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? KatsumiY replied: > 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. Thanks for the input. I think I followed the directions closely but didn't get anything better when I pressed 'g'. After loading gnus-group.el and pressing 'g' I just get the same exact debugger output: Debugger entered: nil gnus-group-get-new-news(nil) call-interactively(gnus-group-get-new-news nil nil) Maybe the bit from Messages buffer will help... Going to debugger always happens after scanning nndraft active file. from Messages buffer ,---- | Checking new news... | nnimap read 2k from imap.gmail.com | Reading active file via nnml... | Reading incoming mail from directory... | Wrote /home/reader/Mail/mail_cron_tr/30553 | Wrote /home/reader/Mail/mail_rsnap_tr/13838 | Reading incoming mail from file... | nnml: Reading incoming mail (2 new)...done | Reading active file via nnml...done | Reading active file from archive via nnfolder...done | Reading active file via nndraft...done | Gnus timed out. | Entering debugger... `----