From owner-freebsd-current@FreeBSD.ORG Fri Dec 15 18:43:31 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3DDEA16A5DE for ; Fri, 15 Dec 2006 18:43:31 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EBCA43C9F for ; Fri, 15 Dec 2006 18:41:44 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so296160ana for ; Fri, 15 Dec 2006 10:43:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=s4wF1ZyBKIZ5fPaJdM0+y+SRSWE8H7UM1PqmwAsvs0kPWCu5+VDRKNf6uqNieAaCuZJWwKPYDctPg1D/hxeRG64ZxXisBARW7WVkL6hhU3AcxRQZUQ4XFveY9cfa6XHl/9okEhyGMvotD+AeIKsvJejqclrSoPfVXGTFAQTDxpI= Received: by 10.100.131.6 with SMTP id e6mr851588and.1166208206824; Fri, 15 Dec 2006 10:43:26 -0800 (PST) Received: by 10.100.136.16 with HTTP; Fri, 15 Dec 2006 10:43:26 -0800 (PST) Message-ID: <6eb82e0612151043p46485043r6a14b93522e60487@mail.gmail.com> Date: Sat, 16 Dec 2006 02:43:26 +0800 From: "Rong-en Fan" To: "FreeBSD Current" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: kib@freebsd.org Subject: vfs_hash_get panic 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, 15 Dec 2006 18:43:31 -0000 I'm running amd64 SMP -current around Dec 14. It seems that I can reproduce this panic by 'mergemaster -iU' at /usr/src reliably. Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x68 fault code = supervisor read data, page not present instruction pointer = 0x8:0xffffffff802e0ce3 stack pointer = 0x10:0xffffffffa0019510 frame pointer = 0x10:0xffffffffa0019570 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 786 (mtree) Due to no remote console attached, the console ddb backtrace is available at flickr: http://flickr.com/photos/rafan/323030710/ I put my kernel conf and kgdb output here: http://www.rafan.org/FreeBSD/panic/vfs_hash_get/KERNEL http://www.rafan.org/FreeBSD/panic/vfs_hash_get/kgdb.txt I saw there is another report on @hackers this Oct. But it seems the originator solves the problem by upgrading to latest RELENG_6. Any suggestions? I can provide more information if someone interested. Regards, Rong-En Fan