From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.bugs Subject: Re: Emacs 21.2 - Garbage collector frenzy :-) Date: 22 Apr 2002 05:38:11 -0400 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <5lsn5o3wfw.fsf@rum.cs.yale.edu> References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1019529391 15290 127.0.0.1 (23 Apr 2002 02:36:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 23 Apr 2002 02:36:31 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16zqAR-0003yV-00 for ; Tue, 23 Apr 2002 04:36:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16zqAP-00040H-00; Mon, 22 Apr 2002 22:36:29 -0400 Original-Received: from dimail.epfl.ch ([128.178.79.31]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16zq7t-0003my-00 for ; Mon, 22 Apr 2002 22:33:53 -0400 Original-Received: from dinews.epfl.ch (news@disunds1 [128.178.79.23]) by dimail.epfl.ch (8.8.X/EPFL-8.1g) with SMTP id EAA25120 for ; Tue, 23 Apr 2002 04:33:38 +0200 (MET DST) Original-To: gnu-emacs-bug@gnu.org Original-Newsgroups: gnu.emacs.bug Original-Lines: 12 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50 X-Original-NNTP-Posting-Host: rum.cs.yale.edu X-Original-Trace: 22 Apr 2002 05:38:12 -0400, rum.cs.yale.edu Original-Path: rum.cs.yale.edu!rum.cs.yale.edu Original-NNTP-Posting-Host: liasun13.epfl.ch X-Original-NNTP-Posting-Host: liasun13.epfl.ch Original-X-Trace: 23 Apr 2002 04:33:35 +0100, liasun13.epfl.ch X-MIME-Autoconverted: from 8bit to quoted-printable by dimail.epfl.ch id EAA25120 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:880 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:880 >>>>> "Fran=E7ois" =3D=3D Fran=E7ois Pinard wri= tes: > The problem is that, at regular intervals (maybe once every fifteen > minutes or so, I did not precisely timed it), Emacs suddenly starts > burning CPU solidly for about 20 seconds, not responding to commands, > and in particular, not responding to `C-g's. This occurs spontaneously= , A shot in the dark: do you happen to use font-lock (with jit-lock, which is the case by default) and do you happen to have some very large buffers (a typical case would be a large RMAIL buffer) ? Stefan