From owner-freebsd-current@FreeBSD.ORG Fri Apr 11 18:04:23 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 B13AD37B401 for ; Fri, 11 Apr 2003 18:04:23 -0700 (PDT) Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id D027243F3F for ; Fri, 11 Apr 2003 18:04:22 -0700 (PDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id h3C14GC94392; Fri, 11 Apr 2003 21:04:16 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Fri, 11 Apr 2003 21:04:16 -0400 (EDT) From: Jeff Roberson To: Steve Kargl In-Reply-To: <20030412000454.GC90697@troutmask.apl.washington.edu> Message-ID: <20030411210335.D37530-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 01:04:24 -0000 On Fri, 11 Apr 2003, Steve Kargl wrote: > 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. It just spontaneously reboots? Can you start it from a console so you can get into ddb when it panics? Does this panic with sched_4bsd? Thanks, Jeff