From owner-freebsd-stable@FreeBSD.ORG Sun Jul 10 23:40:50 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AB3516A41C for ; Sun, 10 Jul 2005 23:40:50 +0000 (GMT) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B1E143D49 for ; Sun, 10 Jul 2005 23:40:49 +0000 (GMT) (envelope-from mike@sentex.net) Received: from pumice3.sentex.ca (pumice3.sentex.ca [64.7.153.26]) by smarthost1.sentex.ca (8.13.3/8.13.3) with ESMTP id j6ANeXwA006515 for ; Sun, 10 Jul 2005 19:40:33 -0400 (EDT) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by pumice3.sentex.ca (8.13.3/8.13.3) with ESMTP id j6ANel4G013198; Sun, 10 Jul 2005 19:40:47 -0400 (EDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.3/8.13.3) with ESMTP id j6ANejJG085141 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 10 Jul 2005 19:40:46 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.2.1.2.0.20050710193927.073bddc0@64.7.153.2> X-Mailer: QUALCOMM Windows Eudora Version 6.2.1.2 Date: Sun, 10 Jul 2005 19:42:05 -0400 To: Marcin , freebsd-stable@freebsd.org From: Mike Tancsa In-Reply-To: <20050708235214.GA18118@daedalus.desk.pl> References: <20050708120048.2114116A420@hub.freebsd.org> <20050708235214.GA18118@daedalus.desk.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Scanned-By: MIMEDefang 2.51 on 64.7.153.18 X-Scanned-By: MIMEDefang 2.51 on 64.7.153.26 Cc: Subject: Re: Panic: sched_add: kse 0xc1c40f60 (named) already in run queue X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jul 2005 23:40:50 -0000 At 07:52 PM 08/07/2005, Marcin wrote: >I've seen posts about this issue on current@, but without any solution. >Maybe my case will help to shed some light on this one. > >2 Cpu 5.4 STABLE (from today 09.07.05) running without any problems. >The kernel is almost a GENERIC, except: >Enabled: >SMP >SHCED_ULE I think there are still many bugs with the ULE in the 5.x branch and 6.x should be ok for UP systems, but not SMP. Still, for RELENG_5, try with SCHED_4BSD and see if you have the same problem or not ---Mike