From owner-freebsd-current@FreeBSD.ORG Thu Jun 30 23:00:12 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 ED60C16A41C for ; Thu, 30 Jun 2005 23:00:12 +0000 (GMT) (envelope-from caelian@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4CBA43D1D for ; Thu, 30 Jun 2005 23:00:12 +0000 (GMT) (envelope-from caelian@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so118632nzd for ; Thu, 30 Jun 2005 16:00:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=a1xh2o1Z/IO80zMydfMm2JcJu7ZETlvcR9+CSlfsU/8LR/CWwsKlnU6XtCKsrkDx01S4ofCuOEHA9VE7Bch6o0YB8pffcW2PdIZ/tYJr4zSDWpUUgv6lgse9hIgUV6OyJYx5cZ/gYuA/UBEpA+Uzl33J3B1FRIrgGkm+N7kUOug= Received: by 10.36.46.6 with SMTP id t6mr610019nzt; Thu, 30 Jun 2005 15:53:22 -0700 (PDT) Received: by 10.36.42.19 with HTTP; Thu, 30 Jun 2005 15:53:22 -0700 (PDT) Message-ID: Date: Thu, 30 Jun 2005 15:53:22 -0700 From: Pascal Hofstee To: Mike Silbersack In-Reply-To: <20050629153201.M27720@odysseus.silby.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050629032309.E27720@odysseus.silby.com> <42C2E553.7090501@earthlink.net> <20050629153201.M27720@odysseus.silby.com> Cc: Daniel Collins , 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 Reply-To: Pascal Hofstee List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2005 23:00:13 -0000 On 6/29/05, Mike Silbersack wrote: > > 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 test= ed > > this on three different access points-- 2 open, and 1 with WPA-PSK. Wh= en I > > connect to the open access points, I get "val=3D102c0de". When connect= ing to > > the WPA-PSK access point, I get "val=3D2cc0de". This value is consiste= nt > > 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. >=20 > Actually, that is a real bug. :) >=20 > Damien just committed a fix in revision 1.4 of if_ral.c. Please cvsup an= d > see if that stops the warnings. Just thought i would give a heads up .. with the latest mbuf and if_ral patches i no longer see the mbuf-related-printfs. It was nice to see though how the messages were traced to the wireless code as i am indeed using an if_ral network interface using WPA_PSK (Linksys WMP54G). --=20 Pascal Hofstee