From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53018 Path: main.gmane.org!not-for-mail From: Wes Hardaker Newsgroups: gmane.emacs.gnus.general Subject: something memory related definitely going on lately. Date: Thu, 05 Jun 2003 10:42:24 -0700 Organization: Network Associates Laboratories Sender: ding-owner@lists.math.uh.edu Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1054834871 3993 80.91.224.249 (5 Jun 2003 17:41:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Jun 2003 17:41:11 +0000 (UTC) Original-X-From: ding-owner+M1562@lists.math.uh.edu Thu Jun 05 19:41:10 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 19NyjC-00010F-00 for ; Thu, 05 Jun 2003 19:40:42 +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 19NylB-0008LU-00; Thu, 05 Jun 2003 12:42:45 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19Nyl7-0008LP-00 for ding@lists.math.uh.edu; Thu, 05 Jun 2003 12:42:41 -0500 Original-Received: (qmail 20355 invoked by alias); 5 Jun 2003 17:42:41 -0000 Original-Received: (qmail 20350 invoked from network); 5 Jun 2003 17:42:41 -0000 Original-Received: from adsl-66-127-127-227.dsl.scrm01.pacbell.net (HELO wanderer.hardakers.net) (?D2kWDuomHxYfRvBGGJk6CN3BegAQ1DyI?@66.127.127.227) by sclp3.sclp.com with SMTP; 5 Jun 2003 17:42:41 -0000 Original-Received: by wanderer.hardakers.net (Postfix, from userid 274) id 7B6225684B; Thu, 5 Jun 2003 10:42:25 -0700 (PDT) Original-To: ding@gnus.org X-Face: #qW^}a%m*T^{A:Cp}$R\"38+d}41-Z}uU8,r%F#c#s:~Nzp0G9](s?,K49KJ]s"*7gvRgA SrAvQc4@/}L7Qc=w{)]ACO\R{LF@S{pXfojjjGg6c;q6{~C}CxC^^&~(F]`1W)%9j/iS/ IM",B1M.?{w8ckLTYD'`|kTr\i\cgY)P4 User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.5 (brussels sprouts, linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53018 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53018 hardaker 1867 2.3 44.4 212296 113472 ? S 06:29 5:49 xemacs -f gnus ^^^^^^^^^^^^^ A 113Mb emacs is, um, not good (even for XEmacs). My normal tricks, however, for finding memory leaks: (progn (insert "\n") (mapcar (function (lambda (z) (insert (format "%s:\n" (buffer-name z))) (mapcar (function (lambda (x) (insert (format " %s %s\n" (symbol-name (car x)) (cdr x))))) (buffer-memory-usage z)) z)) (buffer-list t))) Doesn't turn up anything really really huge buffer wise... Is there a function to get a lits of all current variables in use? That could then help determine the size of maybe an "overweight" variable. -- "In the bathtub of history the truth is harder to hold than the soap, and much more difficult to find." -- Terry Pratchett