From owner-freebsd-current@FreeBSD.ORG Wed Apr 25 18:52:43 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B6BEE16A409 for ; Wed, 25 Apr 2007 18:52:43 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outE.internet-mail-service.net (outE.internet-mail-service.net [216.240.47.228]) by mx1.freebsd.org (Postfix) with ESMTP id 9856E13C448 for ; Wed, 25 Apr 2007 18:52:43 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.32) with ESMTP; Wed, 25 Apr 2007 11:20:01 -0700 Received: from julian-mac.elischer.org (nat.ironport.com [63.251.108.100]) by idiom.com (Postfix) with ESMTP id 24995125B0D; Wed, 25 Apr 2007 11:52:43 -0700 (PDT) Message-ID: <462FA38B.3080305@elischer.org> Date: Wed, 25 Apr 2007 11:52:59 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: thierry@herbelot.com References: <200704251933.23590.thierry@herbelot.com> <20070425154008.1bf1efe2.rnsanchez@wait4.org> <200704252047.23150.thierry@herbelot.com> In-Reply-To: <200704252047.23150.thierry@herbelot.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-current@freebsd.org, Ricardo Nabinger Sanchez Subject: Re: Zfs panic 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: Wed, 25 Apr 2007 18:52:43 -0000 Thierry Herbelot wrote: > Le Wednesday 25 April 2007, Ricardo Nabinger Sanchez a écrit : >> On Wed, 25 Apr 2007 19:33:22 +0200 >> >> Thierry Herbelot wrote: >>> fault virtual address = 0xdeadc0ee >> Suggestive. "Typo" for 0xdeadc0de? > > saw it too, but it's not a typo : the listing was a straight copy and paste > from a serial console It was a reference to an element 16 bytes into a structure. the structure was referenced by a pointer that is itself in a structure that has already been freed, and therefore filled with "deadcode" values. (just a theory) > > TfH >