Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S267517AbTHQMMT (ORCPT ); Sun, 17 Aug 2003 08:12:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S269133AbTHQMMT (ORCPT ); Sun, 17 Aug 2003 08:12:19 -0400 Received: from 213-187-164-3.dd.nextgentel.com ([213.187.164.3]:6 "EHLO ford.pronto.tv") by vger.kernel.org with ESMTP id S267517AbTHQMMS (ORCPT ); Sun, 17 Aug 2003 08:12:18 -0400 To: linux-kernel@vger.kernel.org From: mru@users.sourceforge.net (=?iso-8859-1?q?M=E5ns_Rullg=E5rd?=) Subject: [BUG] Serious scheduler starvation Date: Sun, 17 Aug 2003 14:11:52 +0200 Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Rational FORTRAN, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1330 Lines: 33 I'm reposting this, since I got no response last time. First the machine details. It's a Pentium4 running at 2 GHz. Linux version 2.6.0-test3 + O16int + softrr. I just experienced something that might be a scheduler problem. I was working in XEmacs, when suddenly the machine became very unresponsive. The mouse pointer in X moved sporadically. I could switch to a text console and log in, though typing lagged tens of seconds. Switching between text consoles was fast, though. I killed xemacs, and the system was back to normal. Further investigation showed that xemacs was stuck in a nasty regexp match. If I was quick enough, I could interrupt it with C-g. With X and the window manager reniced to -10, they seem to be able to get their job done. This leads me to believe that maybe xemacs is considered interactive, and given too high priority when it suddenly starts burning the cpu. I'll try it later with other kernel versions, but right now I don't want to reboot. What can I do to collect more information about the problem? -- M?ns Rullg?rd mru@users.sf.net - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/