From owner-freebsd-current@FreeBSD.ORG Sun Jan 25 13:38:33 2009 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 DA5CA106568E; Sun, 25 Jan 2009 13:38:33 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from dhcp-172-28-77-38.eur.corp.google.com (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CCD408FC19; Sun, 25 Jan 2009 13:38:32 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <497C6B57.7000900@FreeBSD.org> Date: Sun, 25 Jan 2009 13:38:31 +0000 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: Pawel Jakub Dawidek , FreeBSD Current Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: panic: existing znode 0xffffff012629a178 for dbuf 0xffffff003bf99540 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: Sun, 25 Jan 2009 13:38:34 -0000 I got this from stress2 on a zfs pool from an up-to-date 8.0 system: buf.15140: existing znode 0xffffff012629a178 for dbuf 0xffffff003bf99540 panic() at panic+0x17b zfs_znode_dmu_init() at zfs_znode_dmu_init+0xb5 zfs_znode_alloc() at zfs_znode_alloc+0xa0 zfs_mknode() at zfs_mknode+0x205 zfs_freebsd_create() at zfs_freebsd_create+0x617 VOP_CREATE_APV() at VOP_CREATE_APV+0xb3 [...] Unfortunately the console is broken so I can't get more of the backtrace. Any ideas? Kris