From owner-cvs-src@FreeBSD.ORG Fri Oct 22 19:35:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E2BE16A4CF; Fri, 22 Oct 2004 19:35:03 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id E19CA43D49; Fri, 22 Oct 2004 19:35:02 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i9MJZeGW062256; Fri, 22 Oct 2004 13:35:40 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <41796081.7050400@freebsd.org> Date: Fri, 22 Oct 2004 13:33:21 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Garance A Drosihn References: <200410221913.i9MJD7uA029492@repoman.freebsd.org> In-Reply-To: X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys proc.h src/sys/kern kern_switch.c kern_synch.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 19:35:03 -0000 Garance A Drosihn wrote: > At 7:13 PM +0000 10/22/04, Scott Long wrote: > >> scottl 2004-10-22 19:13:07 UTC >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_5_3) >> sys/sys proc.h >> sys/kern kern_switch.c kern_synch.c >> Log: >> MFC: Wake up the pager from critical_exit if the process being >> switched to needs to be swapped in. > > > Would this problem cause any panics during 'shutdown -p' processing? > I just loaded up a brand new machine with 5.3-RC1, and it works fine > except that it almost always panics when I do a 'shutdown -p'. I > just finished building a new world to make sure I have all the latest > changes, but I haven't installed that yet. Should I rebuild the > kernel with this change included? > > (the machine does not panic during standard 'shutdown -r' processing, > only for 'shutdown -p'. It has a gig of memory now, so I kinda doubt > it has anything that it needs to swap in.) > I would tend to suspect ACPI here. Do you have kind of DDB info from the panic? Scott