From owner-freebsd-bugs Mon Sep 11 4:54:40 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from tuminfo2.informatik.tu-muenchen.de (tuminfo2.informatik.tu-muenchen.de [131.159.0.81]) by hub.freebsd.org (Postfix) with ESMTP id BB14D37B422; Mon, 11 Sep 2000 04:54:37 -0700 (PDT) Received: from atrbg11.informatik.tu-muenchen.de ([131.159.9.196] HELO atrbg11.informatik.tu-muenchen.de ident: NO-IDENT-SERVICE [port 3807]) by tuminfo2.informatik.tu-muenchen.de with SMTP id <111207-243>; Mon, 11 Sep 2000 13:54:32 +0000 Received: by atrbg11.informatik.tu-muenchen.de (Postfix, from userid 20455) id 4E77A13631; Mon, 11 Sep 2000 13:54:21 +0200 (CEST) From: Daniel Lang To: grog@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org, freebsd-gnats-submit@freebsd.org Subject: Re: kern/21148: multiple crashes while using vinum Message-ID: <20000911135421.C58840@atrbg11.informatik.tu-muenchen.de> References: <200009100106.SAA58198@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200009100106.SAA58198@freefall.freebsd.org>; from grog@FreeBSD.org on Sun, Sep 10, 2000 at 03:08:11AM +0000 X-Geek: GCS d-- s: a- C++ UB++++$ P+++$ L- E W+++(--) N+ o K w--- O? M- V@ PS+(++) PE--(+) Y+ PGP+ t++ 5@ X R+(-) tv+ b+ DI++ D++ G++ e+++ h---(-) r++>+++ y Date: Mon, 11 Sep 2000 13:54:21 +0000 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ok, Some more information, unfortunately its no backtrace with "vinum debug" in the calling frame. I will try to build vinum statically in the kernel, maybe this could help... So, I can now reproduce panics in a deterministic way. The machine repeatedly crashed during periodic daily, and I could track it down to a simple: find /leo/.mntpts/2 -xdev -type f ( -perm -u+x -or -perm -g+x -or -perm -o+x ) ( -perm -u+s -or -perm -g+s ) -print0 (with /leo/.mntpts/2 beeing the mountpoint of the vinum volume). And this also works by just executing find /leo/.mntpts/2 -xdev -type f -print. That may not help much, but's something more... Daniel -- IRCnet: Mr-Spock - ceterum censeo Microsoftinem esse delendam - *Daniel Lang * dl@leo.org * +49 89 289 25735 * http://www.leo.org/~dl/* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message