From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.bugs Subject: Re: frames vs. weak hash tables and garbage collection Date: Thu, 27 Sep 2007 10:50:01 +0200 Message-ID: <874phgo5l2.fsf@ambire.localdomain> References: <86wsvdvmkb.fsf@macs.hw.ac.uk> <86y7fru45n.fsf@macs.hw.ac.uk> <868x6u1g8x.fsf@macs.hw.ac.uk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1190883087 15124 80.91.229.12 (27 Sep 2007 08:51:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Sep 2007 08:51:27 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, Joe Wells To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Sep 27 10:51:23 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Iap5N-00084v-JG for geb-bug-gnu-emacs@m.gmane.org; Thu, 27 Sep 2007 10:51:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iap5K-0007p5-1w for geb-bug-gnu-emacs@m.gmane.org; Thu, 27 Sep 2007 04:51:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iap5H-0007os-K4 for bug-gnu-emacs@gnu.org; Thu, 27 Sep 2007 04:50:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iap5E-0007oR-Lq for bug-gnu-emacs@gnu.org; Thu, 27 Sep 2007 04:50:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iap5E-0007oO-HQ for bug-gnu-emacs@gnu.org; Thu, 27 Sep 2007 04:50:56 -0400 Original-Received: from ppp-56-36.21-151.libero.it ([151.21.36.56] helo=ambire.localdomain) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Iap5C-0006Z2-Ah; Thu, 27 Sep 2007 04:50:54 -0400 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1Iap4L-0007mQ-Ll; Thu, 27 Sep 2007 10:50:01 +0200 In-Reply-To: (Glenn Morris's message of "Thu\, 27 Sep 2007 03\:20\:41 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-Detected-Kernel: Genre and OS details not recognized. X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16624 Archived-At: () Glenn Morris () Thu, 27 Sep 2007 03:20:41 -0400 Joe Wells wrote: > Has anyone else been able to reproduce this bug? Yes, but I doubt that I can do anything about it, except note that it exists. i responded in another thread but perhaps it got dropped. gist: there is a new variable gc-cons-percentage. perhaps frobbing it (and other gc-foo vars) one can re-instate the gc behavior of previous emacsen. thus: i don't think this is a bug. thi