From owner-freebsd-hackers@FreeBSD.ORG Fri May 1 19:21:17 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06BE310656C0 for ; Fri, 1 May 2009 19:21:17 +0000 (UTC) (envelope-from xorquewasp@googlemail.com) Received: from mail-ew0-f171.google.com (mail-ew0-f171.google.com [209.85.219.171]) by mx1.freebsd.org (Postfix) with ESMTP id 594568FC16 for ; Fri, 1 May 2009 19:21:16 +0000 (UTC) (envelope-from xorquewasp@googlemail.com) Received: by ewy19 with SMTP id 19so2482392ewy.43 for ; Fri, 01 May 2009 12:21:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:cc :subject:message-id:references:mime-version:content-type :content-disposition:in-reply-to; bh=OjKiRz3W1gJKij904bb3tH8yoZUp7cPldz5d2YapYE4=; b=YeVfwoRS3b8STAdR1o1TGSw5hp/qlJbY9gS3pv20xoKj2wii8NKZBv+6gSd/zFgEM7 L5Dy+9zoItnGnGvOt4x/IYNiNuMY7zznIHQ4CFBxNFruQFSchXWPnCmR9fw10oUjNw6n w0GFpfWogjWqziGkEI/+12dbbrAojyvUo6Q5g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to; b=kIUUU9P1UCRxVL1s5TwqFfxJpNLviW0JtPyQNYpeWI1jewI8MPM0ZEx3X0yPwBlzr3 OyIb8Q+wW2id9jrnrQH/cXtKFYOW7rmdEkLM3OxU8RVVnZj0qGlgp72nMYgA3V9f5p5t EuRX3FC/QvhLTEvhgfeExc0+2gvv1uNRbp9Js= Received: by 10.210.82.13 with SMTP id f13mr838994ebb.48.1241205674941; Fri, 01 May 2009 12:21:14 -0700 (PDT) Received: from logik.internal.network (81-86-41-187.dsl.pipex.com [81.86.41.187]) by mx.google.com with ESMTPS id 2sm1706134ewy.14.2009.05.01.12.21.14 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 01 May 2009 12:21:14 -0700 (PDT) Received: by logik.internal.network (Postfix, from userid 11001) id 3FD915C31; Fri, 1 May 2009 19:21:13 +0000 (UTC) Date: Fri, 1 May 2009 20:21:13 +0100 From: xorquewasp@googlemail.com To: Alexander Kabaev Message-ID: <20090501192113.GA15572@logik.internal.network> References: <20090501130536.GA95601@logik.internal.network> <20090501151308.5c9109da@kan.dnsalias.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090501151308.5c9109da@kan.dnsalias.net> Cc: freebsd-hackers@freebsd.org Subject: Re: vfs_cache panic, 7.2-prerelease (stable) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 May 2009 19:21:17 -0000 On 2009-05-01 15:13:08, Alexander Kabaev wrote: > How recent are your sources? There were a number of bugs introduced and > then fixed in releng/7.2 and stable/7 and line number you post does not > match anything interesting in either. > > Please make sure you have latest vfs_cache.c file at the least. Hello. Checking back through my sent mail from the DRI thread, this version of -STABLE was checked out and compiled on Fri, 10 Apr 2009 16:42:51 +0100. The machine was so new that I hadn't even set the clock, so the kernel timestamps appear to be Jan 1. I'll make an attempt to check out today's -STABLE and compile it but I'm not optimistic that the machine will actually be able to build world without reverting to a release first. xw