From owner-freebsd-current@freebsd.org Sat Oct 24 20:49:34 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26164A1EBF5 for ; Sat, 24 Oct 2015 20:49:34 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x229.google.com (mail-pa0-x229.google.com [IPv6:2607:f8b0:400e:c03::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 02E401351; Sat, 24 Oct 2015 20:49:33 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pabrc13 with SMTP id rc13so148249635pab.0; Sat, 24 Oct 2015 13:49:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=xFcqUtZ+KYLJqIXxEwTYOaYF1FHHC7rIJyTCqxKG/7E=; b=emYukgelxcVpKSJf9udgSgpY+OtEuhyFxKXvpNi2sBpz8QaurlpQ+8HPKzxgy0EtMn 3w/xNfSIHGk/lzjvX1n190y8y1Id6+tLxEucG6IC9CgL+eIOjE144ESmyMf8D92/SLl7 13k4z3EQjgZpzlz2fkUQ8ZyGYq5KbpxfRwE5flqt7kMuLgFLMryconWM0Y344JyVCXlK niYXEifZmqo2i378h8PVexTjp6l6wAfPUrzXxe54pIe19a9V3ehAS8lBHfRoXyZJOHBx kooul0xuDv6b/HkAaLXhB6j4n21M7sR4O8wbKerBR1j2ckmgScZNu0sTMw5rg92HZatH 1Ttw== X-Received: by 10.66.227.1 with SMTP id rw1mr13058153pac.138.1445719773294; Sat, 24 Oct 2015 13:49:33 -0700 (PDT) Received: from [192.168.20.7] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id dd2sm21869297pbc.27.2015.10.24.13.49.32 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 24 Oct 2015 13:49:32 -0700 (PDT) Subject: Re: Almost instant crasj after boot, 100% reproducable, version from middle of summer works Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Content-Type: text/plain; charset=us-ascii From: NGie Cooper X-Priority: 3 (Normal) In-Reply-To: <198357121.20151024234734@serebryakov.spb.ru> Date: Sat, 24 Oct 2015 13:49:31 -0700 Cc: freebsd-current Content-Transfer-Encoding: quoted-printable Message-Id: <43B6794D-4E32-45E1-AEDB-82063F41E7AF@gmail.com> References: <198357121.20151024234734@serebryakov.spb.ru> To: lev@FreeBSD.org X-Mailer: Apple Mail (2.2104) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 24 Oct 2015 20:49:34 -0000 > On Oct 24, 2015, at 13:47, Lev Serebryakov wrote: >=20 > Hello freebsd-current, >=20 > I have "home router" based on Intel MoBo with integrated Arom D2500 = CPU. > It boots and works fine on -CURRENT r285355 (it is ~11 of Jun 2015). >=20 > But several latest revisions (I've tried r288145 month ago and now = r289874) > crashes almost instantly after boot. It is 100% reproducible and = didn't > changed for last month. Hi lev! Based on the stack trace you provided and commits made in the = past few weeks, wlan might be a factor. Could you please disable wlan = support and see if the panics persist? Thanks! -NGie=