From owner-freebsd-current@FreeBSD.ORG Thu Dec 11 19:20:56 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 49FC116A4CE for ; Thu, 11 Dec 2003 19:20:56 -0800 (PST) Received: from newman.gte.com (newman.gte.com [132.197.8.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49B8F43D39 for ; Thu, 11 Dec 2003 19:20:54 -0800 (PST) (envelope-from ak03@gte.com) Received: from h132-197-179-27.gte.com (kanpc.gte.com [132.197.179.27]) by newman.gte.com (8.9.1/8.9.1) with ESMTP id WAA23591; Thu, 11 Dec 2003 22:20:51 -0500 (EST) Received: from kanpc.gte.com (ak03@localhost [127.0.0.1]) hBC3Kom2004139; Thu, 11 Dec 2003 22:20:50 -0500 (EST) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.10/8.12.10/Submit) id hBC3Kneo004138; Thu, 11 Dec 2003 22:20:49 -0500 (EST) (envelope-from ak03) Date: Thu, 11 Dec 2003 22:20:49 -0500 From: Alexander Kabaev To: Jun Kuriyama Message-ID: <20031212032048.GA4115@kanpc.gte.com> References: <7mad5y3fgb.wl@black.imgsrc.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7mad5y3fgb.wl@black.imgsrc.co.jp> User-Agent: Mutt/1.5.5.1i cc: Current Subject: Re: panic: sched_add: KSE 0xc82290c0 is still assigned to a run queue 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: Fri, 12 Dec 2003 03:20:56 -0000 On Fri, Dec 12, 2003 at 12:03:32PM +0900, Jun Kuriyama wrote: > > As of today's -current. > > I tried to use SCHED_ULE. It works fine with SCHED_4BSD, but changing > options to SCHED_ULE, it failed to boot. > > ----- console > ... > GEOM: create disk cd0 dp=0xc8594e00 > GEOM: create disk cd1 dp=0xc8594600 > SMP: AP CPU #1 Launched! > cd1 at ata1 bus 0 target 1 lun 0 > cd1: Removable CD-ROM SCSI-0 device > cd1: 16.000MB/s transfers > cd1: cd present [1 x 2048 byte records] > panic: sched_add: KSE 0xc82290c0 is still assigned to a run queue > cpuid = 1; > Debugger("panic") > ----- > > Though panic message is there, it didn't go to DDB. Sending break > from serial console did not help. Reverting last three commits to sched_ule.c 'helps'. -- Alexander Kabaev