From owner-freebsd-current@FreeBSD.ORG Sat Dec 1 01:29:49 2007 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 A045916A4C2 for ; Sat, 1 Dec 2007 01:29:49 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 1216C13C4E9 for ; Sat, 1 Dec 2007 01:29:48 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so5417314pyb for ; Fri, 30 Nov 2007 17:29:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=RGXHdqMXXOKzxqC6dfclg+TplgLxMBWj+YbKErvgbEM=; b=aY4STDyyT7JT2c2r2tI8Immk4zI3fS2d3sZLgaJewlv63ldMKNotTItzryf5Ymux+uUa3/CkY2jD94YUVx6xDEFpV0NUAE9E/sBOd8QT27S1xXQhDTT8Y+w9w434/DWCaDXnvqbMDl4L5j7r0e5JyVUPyXRuJFAmkP/fGDZGmJ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iF65ke7qPh1ut7grYYOEhYMTlNag0rEM9cQkNxgJn8asC4x8teTr2Mydqm8yFHVxeeGlFnHYfRdr0tFCTmxnsUh0kk2qVca4dqTgVD1r8adJhYfpBFcG1/kt/KB2v8Wb8LYES7dR+zFaCKyiCMMR1ZSxLbrubd7I4sJFAv6GKy4= Received: by 10.35.75.15 with SMTP id c15mr9644387pyl.1196470955553; Fri, 30 Nov 2007 17:02:35 -0800 (PST) Received: by 10.35.57.12 with HTTP; Fri, 30 Nov 2007 17:02:35 -0800 (PST) Message-ID: <8cb6106e0711301702i1e889e3fo6af86de4bb38bb59@mail.gmail.com> Date: Fri, 30 Nov 2007 20:02:35 -0500 From: "Josh Carroll" To: "Phillip N." In-Reply-To: <1195927970.37529.4.camel@negro> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1195927970.37529.4.camel@negro> Cc: freebsd-current@freebsd.org Subject: Re: ufs panic? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Dec 2007 01:29:49 -0000 > I wonder if you think this has something to do with ufs? I'm not sure, but I just got a similar panic (though unfortunately, did not get a backtrace. Working on reproducing it now so I can get a dump/backtrace). I thought it might be related to the commit for sys/vm/vm_page.c, but that might just be coincidence. > This is RELENG_7 from Fri Nov 23 13:08:36 Mine is RELENG_7 from 11/28/2007, and the panic occurred when I was running buildworld. I'll report back once I'm able to reproduce it, but my panic was the same: vm_page_insert: page already inserted Josh