From owner-freebsd-stable@FreeBSD.ORG Wed Feb 2 00:44:01 2011 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64B281065670 for ; Wed, 2 Feb 2011 00:44:01 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1C6458FC1C for ; Wed, 2 Feb 2011 00:44:00 +0000 (UTC) Received: by qyk36 with SMTP id 36so7150593qyk.13 for ; Tue, 01 Feb 2011 16:44:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:x-enigmail-version:content-type:content-transfer-encoding; bh=BWvtZAeh8S9SfCPc3gmxqHInlwq210X1MsibaJsarJM=; b=x8vYHAU7RP8eY5McidL3kYJqqswbBuuwJ88M94nuu/+x1/AvaM103kvj4tVuSjbvsp J86DyrAgIK0IinJ4j4yutHB4d1Mk9S/VoqDhqEmDFG9VwPm5tgbjbhBCZz/WVkF+C+f8 ZVysuGUm+IO2Pp1MSLsUEQLmZvoVUnVWXAt7s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type:content-transfer-encoding; b=rh5vA0PpwJD1gn9bLopgkZCEjd8p7nEI8Co2vQFPAtHHi1VLKYYcKsCjLFXLlPpsek BBGRNNRoNkyxjOh/X9pG6q6lC8o/WYvm20tf1MyDzSxhzjrBnmIcHj02n1al/hPCPM9K EBlKOVM2CqQMyGmupvHqS9jdOufKmjq+wOluY= Received: by 10.224.67.66 with SMTP id q2mr8370803qai.174.1296605909844; Tue, 01 Feb 2011 16:18:29 -0800 (PST) Received: from schism.local (c-71-230-240-241.hsd1.pa.comcast.net [71.230.240.241]) by mx.google.com with ESMTPS id y17sm16055832qci.21.2011.02.01.16.18.28 (version=SSLv3 cipher=RC4-MD5); Tue, 01 Feb 2011 16:18:28 -0800 (PST) Message-ID: <4D48A2D4.2040501@gmail.com> Date: Tue, 01 Feb 2011 19:18:28 -0500 From: Glen Barber User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: stable@FreeBSD.org X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: panic in tmpfs_valloc_vp() in 8-STABLE r217160 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: Wed, 02 Feb 2011 00:44:01 -0000 Hi, I know tmpfs(5) is experimental on FreeBSD, but it seems to be enabled for ports-mgmt/tinderbox-devel, which probably not too coincidentally had just started a build before the machine panic'd. uname: FreeBSD orion 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #8 r217160: Sat Jan 8 14:17:44 EST 2011 gbarber@orion:/usr/obj/usr/src/sys/ORION amd64 I was able to get a shot of the console, which didn't give much output: http://www.glenbarber.us/img/panic.jpg Unfortunately, the machine hung on dumping RAM, in spite of 'dumpdev="/dev/mirror/swap"' in rc.conf, so it seems I might be out of luck with getting a full crash report. I have dmesg from the last boot available here: http://www.glenbarber.us/stuff/dmesg.txt The machine runs a full ZFS setup, with a custom kernel; KERNCONF is available here: http://www.glenbarber.us/stuff/kernconf.txt Any advice on how I can help provide further information would be appreciated. Best regards, -- Glen Barber