From owner-freebsd-current@FreeBSD.ORG Sun Sep 4 21:09:28 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 9BB99106564A; Sun, 4 Sep 2011 21:09:28 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4C93E8FC15; Sun, 4 Sep 2011 21:09:28 +0000 (UTC) Received: by gwb15 with SMTP id 15so3043525gwb.13 for ; Sun, 04 Sep 2011 14:09:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=05dCGM509NH7NmJ6QUpDFtYl3jSoB9KsVALQLx3kH2U=; b=jyoy1jhv9XHByPlQg7pV4Xbs8yd8AjTM44HHRcwGwbv4ff2RywtydaTFBK5v/sUwjI bc2DLfaco90ZBQGwHIZyZYF7oUT0oInhrZvkNDtHrp+3GNcKz4/o7v3nhkKhgMbEsdlZ zU+LWtmq3TC5aGOn3t65NNHXIHbnRMVkUwPwM= MIME-Version: 1.0 Received: by 10.236.191.101 with SMTP id f65mr15071356yhn.61.1315170566430; Sun, 04 Sep 2011 14:09:26 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.103.6 with HTTP; Sun, 4 Sep 2011 14:09:26 -0700 (PDT) In-Reply-To: <09C13664-4FC0-41F3-8849-CE875B3A6CC0@vnode.se> References: <09C13664-4FC0-41F3-8849-CE875B3A6CC0@vnode.se> Date: Mon, 5 Sep 2011 05:09:26 +0800 X-Google-Sender-Auth: PHMBCaaeNUweOZu59dA6g4uLI0U Message-ID: From: Adrian Chadd To: Joel Dahl Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org, 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:09:28 -0000 On 5 September 2011 01:04, Joel Dahl wrote: > Hi, > > I upgraded my laptop from BETA1 to rev. 225367 today, and now my laptop panics just a few minutes after booting. This is 100% reproducible, it panics every time. > > I've got a pic with the backtrace here: http://www.vnode.se/sc/panic_20110904.jpg Hi, There weren't many commits between BETA1 and -HEAD in the wireless area; would you please do a binary search of the kernel revisions (no need to do full buildworlds) to find which commit broke it? Thanks, Adrian