From owner-freebsd-current@FreeBSD.ORG Wed Sep 1 17:24:07 2004 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 9179016A4CE for ; Wed, 1 Sep 2004 17:24:07 +0000 (GMT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1295543D2D for ; Wed, 1 Sep 2004 17:24:05 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.12.11/8.12.11/NinthNine) with SMTP id i81HO3BE065038 for ; Thu, 2 Sep 2004 02:24:03 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Thu, 2 Sep 2004 02:24:03 +0900 (JST) Message-Id: <200409011724.i81HO3BE065038@sakura.ninth-nine.com> From: Norikatsu Shigemura To: freebsd-current@FreeBSD.org In-Reply-To: <200408301254.i7UCsald027733@sakura.ninth-nine.com> References: <200408301245.i7UCjZrE027532@sakura.ninth-nine.com> <200408301254.i7UCsald027733@sakura.ninth-nine.com> X-Mailer: Sylpheed version 0.9.12-gtk2-20040622 (GTK+ 2.4.9; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.6 (sakura.ninth-nine.com [219.127.74.121]); Thu, 02 Sep 2004 02:24:04 +0900 (JST) Subject: Re: ping6 -f panic with mpsafenet=1 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: Wed, 01 Sep 2004 17:24:07 -0000 On Mon, 30 Aug 2004 21:54:36 +0900 (JST) Norikatsu Shigemura wrote: > > And I noticed about xmms behavior. xmms is BGM player and is > > not forcused (out of screen by WindowMaker), then xmms cannot > > play *next* music. But I give forcus to xmms, as soon as xmms > > is re-playing BGM. > > | libpthread | libthr | libc_r > > ---------------+------------+--------+-------- > > w/o PREEMPTION | NG | NG | OK > > w/ PREEMPTION | NG | NG | OK > > I think that KSE has a problem. > I confirmed same result with w/ SCHED_ULE and w/ SCHED_4BSD. Humm.. This problem was fixed on more new kernel. This is closed:-). Thank you.