From owner-freebsd-stable@FreeBSD.ORG Tue Mar 14 08:41:37 2006 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 7FCB416A426 for ; Tue, 14 Mar 2006 08:41:37 +0000 (UTC) (envelope-from davidxu@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A04943D46; Tue, 14 Mar 2006 08:41:37 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from localhost.my.domain (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2E8fZnn048003; Tue, 14 Mar 2006 08:41:36 GMT (envelope-from davidxu@freebsd.org) From: David Xu To: freebsd-stable@freebsd.org Date: Tue, 14 Mar 2006 16:41:32 +0800 User-Agent: KMail/1.8.2 References: <200603111140.k2BBerFh096411@freefall.freebsd.org> <200603140744.34246.davidxu@freebsd.org> <4416705A.50708@nurfuerspam.de> In-Reply-To: <4416705A.50708@nurfuerspam.de> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200603141641.32705.davidxu@freebsd.org> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: Martin Subject: Re: kern/94278 (was: threads/80435: panic on high loads) 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: Tue, 14 Mar 2006 08:41:37 -0000 On Tuesday 14 March 2006 15:27, Martin wrote: > > David Xu wrote: > > > Can anyone add this to 6.1 todo list ? this definitely should be fixed before > > 6.1R. > > One of my friends also has found kern/94278: > http://www.freebsd.org/cgi/query-pr.cgi?pr=94278 > > There is no comment on it so far. This crash (without panic) > is not less important, in my opinion. > > Martin Yeah, fifo refuses to work if the caller did not allocate a FILE structure for it, but ktrace insists that it should work without a FILE, it believes a vnode is enough for everything, I am really tired of such arch breakage. David Xu