From owner-freebsd-current@FreeBSD.ORG Fri Apr 11 17:04:59 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C3C437B401 for ; Fri, 11 Apr 2003 17:04:59 -0700 (PDT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E8D243FB1 for ; Fri, 11 Apr 2003 17:04:58 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) h3C04sPR091100; Fri, 11 Apr 2003 17:04:54 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)h3C04sIh091099; Fri, 11 Apr 2003 17:04:54 -0700 (PDT) Date: Fri, 11 Apr 2003 17:04:54 -0700 From: Steve Kargl To: Jeff Roberson Message-ID: <20030412000454.GC90697@troutmask.apl.washington.edu> References: <20030411222130.GB89467@troutmask.apl.washington.edu> <20030411182605.T37530-100000@mail.chesapeake.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030411182605.T37530-100000@mail.chesapeake.net> User-Agent: Mutt/1.4i cc: current@freebsd.org Subject: Re: ULE nice bugs are fixed. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 00:04:59 -0000 On Fri, Apr 11, 2003 at 06:30:26PM -0400, Jeff Roberson wrote: > > Line 303 and 647 of ffs_snapshot. Change the "td->td_ksegrp->kg_nice = x" > to "sched_nice(td->td_ksegrp, x);" let me know if that fixes it (it > will). > The above with the additional of sys/sched.h fixes the panics I have had. Unfortunately linux-mozilla still silently reboots my laptop. I'm assuming that the linux-mozilla problem is signal related. -- Steve