From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52596 Path: main.gmane.org!not-for-mail From: kai.grossjohann@gmx.net (=?iso-8859-1?q?Kai_Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus from CVS, Emacs from CVS --> out of memory? Date: Tue, 13 May 2003 17:13:30 +0200 Organization: University of Duisburg, Germany Sender: ding-owner@lists.math.uh.edu Message-ID: <84n0hqanhh.fsf@lucy.is.informatik.uni-duisburg.de> References: <84of2cp7as.fsf@lucy.is.informatik.uni-duisburg.de> <8465of114j.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1052839535 31468 80.91.224.249 (13 May 2003 15:25:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 13 May 2003 15:25:35 +0000 (UTC) Original-X-From: ding-owner+M1138@lists.math.uh.edu Tue May 13 17:25:29 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19FbRr-0006bW-00 for ; Tue, 13 May 2003 17:12:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19FbTG-00082X-00; Tue, 13 May 2003 10:13:38 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19FbTB-00082S-00 for ding@lists.math.uh.edu; Tue, 13 May 2003 10:13:33 -0500 Original-Received: (qmail 23862 invoked by alias); 13 May 2003 15:13:33 -0000 Original-Received: (qmail 23856 invoked from network); 13 May 2003 15:13:33 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 13 May 2003 15:13:33 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 19FbYW-00057i-00 for ; Tue, 13 May 2003 17:19:04 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 63 Original-NNTP-Posting-Host: lucy.is.informatik.uni-duisburg.de Original-X-Trace: quimby.gnus.org 1052839144 19687 134.91.35.216 (13 May 2003 15:19:04 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 13 May 2003 15:19:04 GMT Mail-Copies-To: never User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:Y/OurdCUKNAYueIKvHbsmAgEYTE= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52596 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52596 Kevin Greiner writes: > What does list-buffers show after you kill the fetch session? As an > example, I just opened two groups and my .newsrc-dribble file is > already over 3M. ibuffer wasn't enlightening, but now I did this: ELISP> (mapcar (lambda (b) (cons b (buffer-size b))) (buffer-list)) ((# . 124) (# . 0) (# . 581) (# . 6551) (# . 873) (# . 2244) (# . 68) (# . 621) (# . 841) (# . 2212) (# . 241) (# . 564) (# . 1153) (# . 527) (# . 0) (# . 9607) (# . 8) (# . 19) (# . 2482) (# . 32349) (# . 28) (# . 157) (# . 173) (# . 0) (# . 0) (# . 0) (# . 29) (# . 213373) (# . 1094) (# . 0) (# . 16) (# . 24) (# . 0) (# . 1094) (# . 2350948) (# . 183) (# . 271) (# . 955) (# . 2601) (# . 1186) (# . 0) (# . 270109) (# . 586116) (# . 68) (# . 189)) I did `J s' in a Gnus. It told me it's out of memory and asked me whether to continue. I said no, and then evaled the above snippet. It doesn't look dangerous to me. What is going on here? How can I investigate further? -- This line is not blank.