From owner-freebsd-current@FreeBSD.ORG Sat Jul 11 08:32:41 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB494106566C for ; Sat, 11 Jul 2009 08:32:41 +0000 (UTC) (envelope-from beat@chruetertee.ch) Received: from marvin.chruetertee.ch (marvin.chruetertee.ch [217.150.245.55]) by mx1.freebsd.org (Postfix) with ESMTP id 60FAD8FC12 for ; Sat, 11 Jul 2009 08:32:41 +0000 (UTC) (envelope-from beat@chruetertee.ch) Received: from daedalus.network.local (186-166.79-83.cust.bluewin.ch [83.79.166.186]) (authenticated bits=0) by marvin.chruetertee.ch (8.14.3/8.14.3) with ESMTP id n6B8Wdea062912 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Sat, 11 Jul 2009 08:32:40 GMT (envelope-from beat@chruetertee.ch) Message-ID: <4A584E67.3010202@chruetertee.ch> Date: Sat, 11 Jul 2009 10:33:43 +0200 From: =?UTF-8?B?QmVhdCBHw6R0emk=?= User-Agent: Thunderbird 2.0.0.21 (X11/20090322) MIME-Version: 1.0 To: Attilio Rao References: <4A578470.8080600@chruetertee.ch> <3bbf2fe10907101244v267421fq1e215ca07cf3e53d@mail.gmail.com> In-Reply-To: <3bbf2fe10907101244v267421fq1e215ca07cf3e53d@mail.gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Sat, 11 Jul 2009 12:05:30 +0000 Cc: freebsd-current@freebsd.org Subject: Re: tmpfs panic: wrong vnode type 0xffffff008547ab10 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: Sat, 11 Jul 2009 08:32:42 -0000 Attilio Rao wrote: > 2009/7/10 Beat Gätzi : >> Hi, >> >> I tried to run my tinderbox with the build directory on tmpfs but the >> system panics with wrong vnode type 0xffffff008547ab10. >> >> This panic is reproducible when mounting the build directory with tmpfs >> and trying to build a port like gcc or openoffice with tinderbox. > > Sorry, tmpfs lookup is broken and can lead to incorrect vnodes handling. > tmpfs should be considered experimental until expressly changed (I > guess we should stress-out that). I see. Thanks for the information. Beat