From owner-freebsd-current@FreeBSD.ORG Sun Sep 4 21:45:18 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E871106564A; Sun, 4 Sep 2011 21:45:18 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 1AB448FC17; Sun, 4 Sep 2011 21:45:17 +0000 (UTC) Received: by qyk4 with SMTP id 4so1743386qyk.13 for ; Sun, 04 Sep 2011 14:45:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=lumL/rZPxxnQl/GAN/MWHDjPMenmpMKkh+70XhhYcJs=; b=B/sjPiFtucwqltr1iSxrsMD675JAlN8FfMx5nT0ccorTGq1T1DE30pQcnP6oeh8bBU N9cFeR0xZO6HryxfrqGZngX6aDXpjUmgs42EU4iSYrt95NZOhtv7BbQn4JLYMEnK/Wgb 8xvHdY3pRuyrXcCGWgyp19sr6xg+lvUR4mZuQ= MIME-Version: 1.0 Received: by 10.224.18.203 with SMTP id x11mr2287569qaa.92.1315172717326; Sun, 04 Sep 2011 14:45:17 -0700 (PDT) Received: by 10.224.37.83 with HTTP; Sun, 4 Sep 2011 14:45:17 -0700 (PDT) In-Reply-To: <20110904202221.GK52426@goofy03.vnode.local> References: <09C13664-4FC0-41F3-8849-CE875B3A6CC0@vnode.se> <20110904202221.GK52426@goofy03.vnode.local> Date: Sun, 4 Sep 2011 14:45:17 -0700 Message-ID: From: Garrett Cooper To: Joel Dahl Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Weongyo Jeong , current@freebsd.org Subject: Re: BETA2 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: Sun, 04 Sep 2011 21:45:18 -0000 On Sun, Sep 4, 2011 at 1:22 PM, Joel Dahl wrote: > On 04-09-2011 10:56, Garrett Cooper wrote: >> On Sun, Sep 4, 2011 at 10:04 AM, Joel Dahl wrote: >> > Hi, >> > >> > I upgraded my laptop from BETA1 to rev. 225367 today, and now my lapto= p panics just a few minutes after booting. This is 100% reproducible, it pa= nics every time. >> > >> > I've got a pic with the backtrace here: http://www.vnode.se/sc/panic_2= 0110904.jpg >> >> =A0 =A0 Is your wireless turned off? If so, it looks like the state >> transition code isn't being handled properly between bwn(4) and >> net80211(4), in particular because your wireless card was still in >> 'scan' mode. > > No, it's always on. =A0I can ping over the wireless for a few minutes, un= til > it panics. Hmm.. and the wireless card always appears on? Assuming the firmware isn't buggy (did you update it recently? have you booted other OSes, i.e. Windows or Linux that could be updating the firmware automatically on load?), it should keep the light for the wireless NIC properly lit. > Any particular commit you think I should try to back out? Not in particular (in fact if_bwn has been untouched after 9.0-BETA1 was cut), but as Adrian suggested you should bisect the source of failure.. it would be a wise idea to load if_bwn as a module after boot to see if the behavior persists; next I would try out a revision sometime between r222218 (9.0 Beta1) and your head revision. Some commits of interest that you might want to try backing out and testing are: - 224717 - 225139 HTH, -Garrett