Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262050AbUDJPbl (ORCPT ); Sat, 10 Apr 2004 11:31:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262056AbUDJPbl (ORCPT ); Sat, 10 Apr 2004 11:31:41 -0400 Received: from citrine.spiritone.com ([216.99.193.133]:34256 "EHLO citrine.spiritone.com") by vger.kernel.org with ESMTP id S262050AbUDJPbj (ORCPT ); Sat, 10 Apr 2004 11:31:39 -0400 Date: Sat, 10 Apr 2004 08:31:31 -0700 From: "Martin J. Bligh" To: Nick Piggin cc: linux-kernel Subject: Re: scheduler problems on shutdown Message-ID: <71390000.1081611090@[10.10.2.4]> In-Reply-To: <1516092704.1081534916@[10.10.2.4]> References: <1516092704.1081534916@[10.10.2.4]> X-Mailer: Mulberry/2.2.1 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1360 Lines: 39 > I get this on shutdown (after "Power Off" ironically). > 2.6.5-rc3-mjb2. > > Badness in find_busiest_group at kernel/sched.c:1425 > Call Trace: > [] find_busiest_group+0x64/0x22c > [] load_balance_newidle+0x21/0x6c > [] schedule+0x273/0x644 > [] exit_notify+0x609/0x64c > [] do_exit+0x31a/0x32c > [] sys_reboot+0x1f2/0x2f8 > [] wake_up_state+0xc/0x10 > [] kill_proc_info+0x37/0x4c > [] kill_something_info+0xe4/0xec > [] sys_kill+0x54/0x5c > [] filp_open+0x3b/0x5c > [] sys_open+0x59/0x74 > [] error_code+0x2d/0x38 > [] syscall_call+0x7/0xb > > Look familar? Dunno why the numbers are different, but it's now 1738 in 2.6.5-mjb1 ... I wouldn't have thought we'd inserted that much since then. anyway, it's this: /* Tally up the load of all CPUs in the group */ cpus_and(tmp, group->cpumask, cpu_online_map); WARN_ON(cpus_empty(tmp)); in find_busiest_group. Which makes sense I guess, but is very ugly. M. - 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/