From owner-freebsd-current@FreeBSD.ORG Mon Jun 6 21:23:04 2005 Return-Path: X-Original-To: current@freebsd.org 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 EBED316A41C for ; Mon, 6 Jun 2005 21:23:04 +0000 (GMT) (envelope-from antoine@madhouse.dreadbsd.org) Received: from barton.dreadbsd.org (madhouse.dreadbsd.org [82.67.196.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C20143D1D for ; Mon, 6 Jun 2005 21:23:04 +0000 (GMT) (envelope-from antoine@madhouse.dreadbsd.org) Received: from barton.dreadbsd.org (localhost [127.0.0.1]) by barton.dreadbsd.org (8.13.3/8.13.1) with ESMTP id j56LMw2U051360; Mon, 6 Jun 2005 23:22:58 +0200 (CEST) (envelope-from antoine@madhouse.dreadbsd.org) Received: (from antoine@localhost) by barton.dreadbsd.org (8.13.3/8.13.1/Submit) id j56LMwhR051359; Mon, 6 Jun 2005 23:22:58 +0200 (CEST) (envelope-from antoine) Date: Mon, 6 Jun 2005 23:22:58 +0200 From: Antoine Brodin To: Jeff Roberson Message-Id: <20050606232258.598ed7e0.antoine.brodin@laposte.net> In-Reply-To: <20050606150853.X16943@mail.chesapeake.net> References: <20050604052429.T8209@mail.chesapeake.net> <20050605102236.GA26802@stud.fit.vutbr.cz> <42A3BE3E.1090702@ec.rr.com> <20050606150853.X16943@mail.chesapeake.net> X-Mailer: Sylpheed version 1.9.12 (GTK+ 2.6.7; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: ULE Status. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 06 Jun 2005 21:23:05 -0000 Jeff Roberson wrote: > On Sun, 5 Jun 2005, jason henson wrote: > > > Divacky Roman wrote: > > > > >On Sat, Jun 04, 2005 at 05:25:33AM -0400, Jeff Roberson wrote: > > > > > > > > >>I just fixed what should be the last ULE+KSE+PREEMPTION bug. Please let > > >>me know if you run into any problems with it, preferably with a seperate > > >>mail to me as I'm more likely to see this than one which is cc'd to > > >>current@. > > >> > > >> > > > > > >I just tried ULE+PREEMPTION and I still experience hardlocks... I found that > > >its usually (80%) caused by mplayer... I dont know maybe it uses some specific > > >things which make it more probable. > > > > > >without PREEMPTION everything works ok. I got the hardlock when compiling > > >gcc41, downloading some big file from internet and trying to watch video usin > > >mplayer > > > > > >I also have this > > >Jun 5 09:46:18 witten kernel: pid 593: corrected slot count (9672->1) > > I can not reproduce this. can you tell me what that pid is? Can you tell > me what your sched_ule.c version is? I'm presently running > ULE+PREEMPTION+KSE with mozilla, gaim, and mplayer all threaded. This message is printed the first time I quit a threaded app and the pid is the pid of the threaded app I quit. It is only printed once (see line 488 of kern_switch.c), and limitcount should probably be made static so that it is initialized to zero. Cheers, Antoine