From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Change in process.c Date: Tue, 27 Mar 2007 12:43:11 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1175013943 27740 80.91.229.12 (27 Mar 2007 16:45:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Mar 2007 16:45:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 27 18:45:33 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HWEna-0005qM-Qb for ged-emacs-devel@m.gmane.org; Tue, 27 Mar 2007 18:45:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HWEpx-00080o-Hw for ged-emacs-devel@m.gmane.org; Tue, 27 Mar 2007 11:47:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HWEpo-0007oR-FI for emacs-devel@gnu.org; Tue, 27 Mar 2007 12:47:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HWEpn-0007lv-7d for emacs-devel@gnu.org; Tue, 27 Mar 2007 12:47:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HWEpn-0007lf-1X for emacs-devel@gnu.org; Tue, 27 Mar 2007 11:47:47 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HWEnP-0005b8-9r for emacs-devel@gnu.org; Tue, 27 Mar 2007 12:45:19 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HWElL-0007IK-1E; Tue, 27 Mar 2007 12:43:11 -0400 In-reply-to: (message from Andreas Schwab on Tue, 27 Mar 2007 11:55:25 +0200) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:68674 Archived-At: > the system stops responding, loadavg goes to 5-8(!), CPU is 100% busy. > this lasts for ~10 seconds. Does this happen on _any_ other system but yours? We can't support a negative answer to that question without asking lots more users. I don't mind making a change to fix this, but it must not do a full-second sleep before the first wait3, and it must not use usleep since that is obsolete.