From owner-freebsd-current@FreeBSD.ORG Tue May 6 12:45:16 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F97637B401 for ; Tue, 6 May 2003 12:45:16 -0700 (PDT) Received: from grogged.dyndns.org (c-66-41-94-114.mn.client2.attbi.com [66.41.94.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F06743F3F for ; Tue, 6 May 2003 12:45:15 -0700 (PDT) (envelope-from matt@grogged.dyndns.org) Received: by grogged.dyndns.org (Postfix, from userid 1001) id 50C4516809; Tue, 6 May 2003 14:34:53 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by grogged.dyndns.org (Postfix) with ESMTP id 4CFD7D23A; Tue, 6 May 2003 14:34:53 -0500 (CDT) Date: Tue, 6 May 2003 14:34:53 -0500 (CDT) From: matt To: Poul-Henning Kamp In-Reply-To: <37449.1052119413@critter.freebsd.dk> Message-ID: <20030506142601.O6424-100000@grogged.dyndns.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: gbde atttach on sparc64 = kernel panic X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 06 May 2003 19:45:16 -0000 Thanks, works great now! On a related note, the problem I had brought up weeks ago (gbde + ccd() + md() = corruption) seems to have dissapeared. The same torture tests that were causing problems seem to be error-free now on sparc64 and x86 boxes, and a couple trial runs with other files seems to look like it should now as well. In retrospect, given the traffic on the list regarding filesystem corruption issues, that problem may not have even been related to gbde. Hard to say I guess, but it's nice that it's working now. -m On Mon, 5 May 2003, Poul-Henning Kamp wrote: > In message <20030504222506.L97149-100000@grogged.dyndns.org>, matt writes: > > > >I've been playing with gbde on the latest sparc64 current (last saturday > >anyhow), everytime I try and "gbde attach *devicename*" I get a kernel > >panic - I'm trying to attach gbde to the md() device (which in turn is > >pointed at a file on a ufs1 filesystem). More details below: > > > >db> trace > >panic() at panic+0x134 > >trap() at trap+0x324 > >-- memory address not aligned sfar=0xfffff80035cace51 sfsr=0x40029%o7=0xc014bd9c -- > >Decode() at Decode+0x34 > >MD5Update() at MD5Update+0x94 > >g_bde_decode_lock() at g_bde_decode_lock+0x320 > > Fixed. > > MD5Update() assumed word aligned input, it should not. > > -- > Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 > phk@FreeBSD.ORG | TCP/IP since RFC 956 > FreeBSD committer | BSD since 4.3-tahoe > Never attribute to malice what can adequately be explained by incompetence. > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >