From owner-freebsd-current@FreeBSD.ORG Wed Jun 29 18:15:56 2005 Return-Path: X-Original-To: current@freebsd.org 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 6E79E16A41C for ; Wed, 29 Jun 2005 18:15:56 +0000 (GMT) (envelope-from danccollins@earthlink.net) Received: from smtpauth04.mail.atl.earthlink.net (smtpauth04.mail.atl.earthlink.net [209.86.89.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FFA543D1F for ; Wed, 29 Jun 2005 18:15:56 +0000 (GMT) (envelope-from danccollins@earthlink.net) Received: from adsl-211-231-127.asm.bellsouth.net ([68.211.231.127] helo=[127.0.0.1]) by smtpauth04.mail.atl.earthlink.net with asmtp (Exim 4.34) id 1Dnh6J-0005WE-6Q; Wed, 29 Jun 2005 14:15:55 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=test1; d=earthlink.net; h=Message-ID:Date:From:User-Agent:X-Accept-Language:MIME-Version:To:CC:Subject:References:In-Reply-To:X-Enigmail-Version:X-Enigmail-Supports:Content-Type:Content-Transfer-Encoding; b=NKEDq+WCV+TDnFj6994ZFrF1Sdnga+DcQVDADbB/phPDvuuQRgdShapZSd7hyvI+; Message-ID: <42C2E553.7090501@earthlink.net> Date: Wed, 29 Jun 2005 14:15:47 -0400 From: Daniel Collins User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Silbersack References: <20050629032309.E27720@odysseus.silby.com> In-Reply-To: <20050629032309.E27720@odysseus.silby.com> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: f77359722497c3b609ea8e02f6de138c9ef193a6bfc3dd482cb70aa4b2aaf0e4add4302316b5486ac965d6d45243e2d1350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 68.211.231.127 X-Mailman-Approved-At: Thu, 30 Jun 2005 12:01:50 +0000 Cc: current@freebsd.org Subject: Re: mbuf trash-related "memory modified after free" panic fixed. 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, 29 Jun 2005 18:15:56 -0000 Mike, I'm still seeing these printfs. Much like Pascal, my "value" is fairly consistent. It does seem to change based on access point... I've tested this on three different access points-- 2 open, and 1 with WPA-PSK. When I connect to the open access points, I get "val=102c0de". When connecting to the WPA-PSK access point, I get "val=2cc0de". This value is consistent across kernel rebuilds and connect sessions. My hardware is a Thinkpad 380XD w/ Belkin F5D7010 (ral) pc card nic. Let me know if I can provide more information. Thanks, Daniel Collins dan.collins@acm.org # wpa_supplicant -i ral0 -c /etc/wpa_supplicant.conf -B (time passes) # dhclient ral0 This memory last freed by: c05f2767 Memory modified after free 0xc12b9300(256) val=2cc0de @ 0xc12b93bc DHCPREQUEST... # addr2line -e kernel.debug 0xc05f2767 ../../../kern/uipc_mbuf.c:167 (m_free() call in m_freem())