From owner-freebsd-current@FreeBSD.ORG Mon Jun 11 21:03:23 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 B066816A400 for ; Mon, 11 Jun 2007 21:03:23 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from heff.fud.org.nz (203-109-251-39.static.bliink.ihug.co.nz [203.109.251.39]) by mx1.freebsd.org (Postfix) with ESMTP id 28B8B13C46A for ; Mon, 11 Jun 2007 21:03:23 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id D8E751CC58; Tue, 12 Jun 2007 09:03:21 +1200 (NZST) Date: Tue, 12 Jun 2007 09:03:21 +1200 From: Andrew Thompson To: David Wolfskill Message-ID: <20070611210321.GB16987@heff.fud.org.nz> References: <466CCC94.5050500@errno.com> <20070611190344.GR44064@bunrab.catwhisker.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070611190344.GR44064@bunrab.catwhisker.org> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: freebsd-current@freebsd.org Subject: Re: HEADSUP: new 802.11 work committed 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: Mon, 11 Jun 2007 21:03:23 -0000 On Mon, Jun 11, 2007 at 12:03:44PM -0700, David Wolfskill wrote: > On Sun, Jun 10, 2007 at 09:16:20PM -0700, Sam Leffler wrote: > > From UPDATING: > > > > 20070610: > > The net80211 layer has changed significantly and all wireless > > drivers that depend on it need to be recompiled..... > > Send problems to this mailing list; I will be occupied this week and > > other folks have promised to cover any fallout from these changes. > >... > > Caveat: When I reported this for the first test patchset, I was > informed that I was the only one reporting the issues in question. So > this may not apply to anyone else. > > OK; as was the case for each of the test patchsets, after rebuilding the > world & kernel & rebooting the result, I see the following: > > * /sbin/ifconfig dumps core. > With each of the test patchsets, I tried building a debug version of > ifconfig(8) (using "-g" as the CFLAGS value), which caused a version > of ifconfig to be installed that no longer dumps core. The following > sequence was sufficient to accomplish this: I can reproduce this now and am looking into it. Andrew