From owner-freebsd-bugs@FreeBSD.ORG Mon May 26 04:10:19 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81BB437B401 for ; Mon, 26 May 2003 04:10:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DB0443F85 for ; Mon, 26 May 2003 04:10:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4QBAIUp081600 for ; Mon, 26 May 2003 04:10:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4QBAIdu081599; Mon, 26 May 2003 04:10:18 -0700 (PDT) Date: Mon, 26 May 2003 04:10:18 -0700 (PDT) Message-Id: <200305261110.h4QBAIdu081599@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: David Malone Subject: Re: kern/51016: kernel panic: ufsdirhash_lookup: bad offset in hash array X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Malone List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 11:10:19 -0000 The following reply was made to PR kern/51016; it has been noted by GNATS. From: David Malone To: freebsd-gnats-submit@FreeBSD.org Cc: alexovch@ic.kharkov.ua Subject: Re: kern/51016: kernel panic: ufsdirhash_lookup: bad offset in hash array Date: Mon, 26 May 2003 12:05:42 +0100 Dear Aleksey, The we've suaully found that panics in ufsdirhash_lookup are caused by bad memory or bad processors. While it is possible there is a bug in dirhash, it seems more likely that hardware is at fault. The intermittent nature of your problem would also reenforce this. If you can run gdb -k again and get a back trace, by typing "bt" this might help us see what's going on. David.