From owner-freebsd-ia64@FreeBSD.ORG Sun Jul 1 18:28:47 2012 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BEB12106566B; Sun, 1 Jul 2012 18:28:47 +0000 (UTC) (envelope-from marcel@xcllnt.net) Received: from mail.xcllnt.net (mail.xcllnt.net [70.36.220.4]) by mx1.freebsd.org (Postfix) with ESMTP id 980188FC21; Sun, 1 Jul 2012 18:28:47 +0000 (UTC) Received: from [192.168.2.58] (wifi.xcllnt.net [70.36.220.6] (may be forged)) (authenticated bits=0) by mail.xcllnt.net (8.14.5/8.14.5) with ESMTP id q61IS4PU057150 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sun, 1 Jul 2012 11:28:10 -0700 (PDT) (envelope-from marcel@xcllnt.net) Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=us-ascii From: Marcel Moolenaar In-Reply-To: <20120629104013.GA18398@mech-cluster241.men.bris.ac.uk> Date: Sun, 1 Jul 2012 11:28:04 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <46A64BD5-0B45-4039-9189-CAB0701B0AA6@xcllnt.net> References: <20120629104013.GA18398@mech-cluster241.men.bris.ac.uk> To: Anton Shterenlikht X-Mailer: Apple Mail (2.1278) Cc: freebsd-current@freebsd.org, freebsd-ia64@freebsd.org Subject: Re: ia64 r235474 panic on dump 0aLuf - / | restore -rf - : exclusive sleep mutex vnode interlock (vnode interlock) r = 0 (0xe00000001238f6e8) locked @ /usr/src/sys/kern/vfs_hash.c:79 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jul 2012 18:28:47 -0000 On Jun 29, 2012, at 3:40 AM, Anton Shterenlikht wrote: > # newfs /dev/da2p2 > /dev/da2p2: 16384.0MB (33554432 sectors) block size 32768, fragment = size 4096 > using 27 cylinder groups of 626.09MB, 20035 blks, 80256 inodes. > super-block backups (for fsck -b #) at: > 192, 1282432, 2564672, 3846912, 5129152, 6411392, 7693632, 8975872, = 10258112, 11540352, 12822592, > 14104832, 15387072, 16669312, 17951552, 19233792, 20516032, 21798272, = 23080512, 24362752, > 25644992, 26927232, 28209472, 29491712, 30773952, 32056192, 33338432 > # mount /dev/da2p2 /mnt > # cd /mnt > # dump 0aLuf - / | restore -rf - >=20 > results in this panic: >=20 > KDB: stack backtrace: > getenv with the following non-sleepable locks held: > exclusive sleep mutex vnode interlock (vnode interlock) r =3D 0 = (0xe00000001238f6e8) locked @ /usr/src/sys/kern/vfs_hash.c:79 > KDB: stack backtrace: > getenv with the following non-sleepable locks held: > exclusive sleep mutex vnode interlock (vnode interlock) r =3D 0 = (0xe00000001238f6e8) locked @ /usr/src/sys/kern/vfs_hash.c:79 > KDB: stack backtrace: > getenv with the following > non-sleepablefatal kernel trap (cpu 0): > locks held: I think you're kernel is seriously screwed-up. Do you have any non-standard (for ia64) kernel configuration options? --=20 Marcel Moolenaar marcel@xcllnt.net