From owner-freebsd-current@FreeBSD.ORG Mon Aug 30 12:54:38 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 131AF16A4CE for ; Mon, 30 Aug 2004 12:54:38 +0000 (GMT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B02443D58 for ; Mon, 30 Aug 2004 12:54:37 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from pelsia.ninth-nine.com (pelsia.ninth-nine.com [219.127.74.123]) (authenticated bits=0) by sakura.ninth-nine.com (8.12.11/8.12.11/NinthNine) with ESMTP id i7UCsald027733 for ; Mon, 30 Aug 2004 21:54:36 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Mon, 30 Aug 2004 21:54:36 +0900 (JST) Message-Id: <200408301254.i7UCsald027733@sakura.ninth-nine.com> From: Norikatsu Shigemura To: freebsd-current@FreeBSD.org In-Reply-To: <200408301245.i7UCjZrE027532@sakura.ninth-nine.com> References: <200408301245.i7UCjZrE027532@sakura.ninth-nine.com> X-Mailer: Sylpheed version 0.9.12-gtk2-20040622 (GTK+ 2.4.4; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender succeded SMTP AUTH authentication, not delayed by milter-greylist-1.5.6 (sakura.ninth-nine.com [219.127.74.121]); Mon, 30 Aug 2004 21:54:37 +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: Mon, 30 Aug 2004 12:54:38 -0000 On Mon, 30 Aug 2004 21:45:35 +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.