From owner-freebsd-current@FreeBSD.ORG Fri Jul 10 19:44:28 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 04B761065679 for ; Fri, 10 Jul 2009 19:44:28 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from mail-fx0-f224.google.com (mail-fx0-f224.google.com [209.85.220.224]) by mx1.freebsd.org (Postfix) with ESMTP id 873DD8FC25 for ; Fri, 10 Jul 2009 19:44:27 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: by fxm24 with SMTP id 24so901381fxm.43 for ; Fri, 10 Jul 2009 12:44:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=LMYGU6KdA//iAoPVJoIFbGoc9JlsIcpjmA7JCf+vhJ0=; b=pBCxi44JREjZUvhZIAVL6RoYVgjqUwcRV35tYAvJ28+bjnayQzJmL0uu9AHMzWYEJD psuB5oU9Jws45wz6KJWiPs0oDZtotFt54TjIRtl1jEqcaZFHQMXiceTMiXnBp9yuMOFd An/F5ILt64sScmn9lzSPpD4eukpBLfa5BS/IM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=CM7qWqamzRZ3zQuxH4UQfzePkBo+GIyhJ7M4HN7CeATYkxd6ah9nf02iDIrir3LJdi pN0vZUOCOTW4t/V0H5dfeA0yuMfgEvczl2xi5iYN2j4v7fHoXl7XqhPH27IBZfNV/61L 2igyo5vX4TnuZkxXb/Qw8/p1tQiHecaPMtMBQ= MIME-Version: 1.0 Sender: asmrookie@gmail.com Received: by 10.223.122.15 with SMTP id j15mr1353994far.10.1247255066508; Fri, 10 Jul 2009 12:44:26 -0700 (PDT) In-Reply-To: <4A578470.8080600@chruetertee.ch> References: <4A578470.8080600@chruetertee.ch> Date: Fri, 10 Jul 2009 21:44:26 +0200 X-Google-Sender-Auth: b5c815e0236c89e9 Message-ID: <3bbf2fe10907101244v267421fq1e215ca07cf3e53d@mail.gmail.com> From: Attilio Rao To: =?UTF-8?Q?Beat_G=C3=A4tzi?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: Fri, 10 Jul 2009 19:44:28 -0000 2009/7/10 Beat G=C3=A4tzi : > 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). Thanks, Attilio --=20 Peace can only be achieved by understanding - A. Einstein