From owner-freebsd-hackers@FreeBSD.ORG Wed Oct 16 21:22:56 2013 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A57ADEAB for ; Wed, 16 Oct 2013 21:22:56 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7F4652BC8 for ; Wed, 16 Oct 2013 21:22:56 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 7F3C9B96E; Wed, 16 Oct 2013 17:22:55 -0400 (EDT) From: John Baldwin To: rank1seeker@gmail.com Subject: Re: UFS related panic (daily <-> find) Date: Wed, 16 Oct 2013 16:50:52 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20130906; KDE/4.5.5; amd64; ; ) References: <20130719.174511.786.3@DOMY-PC> <201310071212.05281.jhb@freebsd.org> <20131016.104912.479.1@DOMY-PC> In-Reply-To: <20131016.104912.479.1@DOMY-PC> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201310161650.52354.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 16 Oct 2013 17:22:55 -0400 (EDT) Cc: hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Oct 2013 21:22:56 -0000 On Wednesday, October 16, 2013 6:49:12 am rank1seeker@gmail.com wrote: > I've: > Read whole disk with 'dd' > Checked FS integrity from single user mode. > Did a RAM test for ~5 hours (3 complete tests passed in a loop) via > memtest86+. > > All passed without errors ... > Now I'm posting this: > > > FreeBSD 9.2-RELEASE #0 r256015 > i386 > ====================================================== > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0x25 > fault code = supervisor read, page not present > instruction pointer = 0x20:0xc083bd42 Same drill as before, see what instruction this is. Actually, this looks to be in the same location as your last panic, so a NULL pointer is 0x1 instead of 0x0 again. In my experience, this would still indicate failing RAM to me, memtest86+ notwithstanding (memtest86+ is single threaded AFAIK, so it may not stress the hardware quite the same, e.g. if the error is heat related, etc.). -- John Baldwin