From owner-freebsd-current@FreeBSD.ORG Fri Dec 12 11:58:40 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 3AB4016A4CE for ; Fri, 12 Dec 2003 11:58:40 -0800 (PST) Received: from mail.crypta.net (cryptobank.biz [217.160.183.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBCD743D31 for ; Fri, 12 Dec 2003 11:58:36 -0800 (PST) (envelope-from ah@cryptobank.de) Received: by mail.crypta.net (Postfix, from userid 1001) id 6768978D5D; Fri, 12 Dec 2003 20:58:35 +0100 (CET) Date: Fri, 12 Dec 2003 20:58:35 +0100 From: Andy Hilker To: freebsd-current@freebsd.org Message-ID: <20031212195835.GA26083@goodhope.crypta.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-PGP-Key: http://wwwkeys.pgp.net:11371/pks/lookup?op=get&search=0xEC6E1071 X-PGP-Fingerprint: 9B2E 5892 AD93 D5C5 FB8E 3912 35D6 951B EC6E 1071 Organization: cryptobank - Andy Hilker Subject: Re: 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 19:58:40 -0000 Hi, nearly the same problem here... "... KSE 0xc39c60c60 ..." sched_ule.c version: 1.89 bye, Andy > 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. >