From owner-freebsd-arm@freebsd.org Tue Aug 8 15:15:57 2017 Return-Path: Delivered-To: freebsd-arm@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 42A87DBD5E8 for ; Tue, 8 Aug 2017 15:15:57 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from pmta2.delivery6.ore.mailhop.org (pmta2.delivery6.ore.mailhop.org [54.200.129.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27A6F65D43 for ; Tue, 8 Aug 2017 15:15:56 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 361d0bb8-7c4c-11e7-a4a1-c9e62e5d9688 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.78.92.27 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.78.92.27]) by outbound2.ore.mailhop.org (Halon) with ESMTPSA id 361d0bb8-7c4c-11e7-a4a1-c9e62e5d9688; Tue, 08 Aug 2017 15:14:02 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id v78FElcP001397 for ; Tue, 8 Aug 2017 09:14:47 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1502205287.50720.24.camel@freebsd.org> Subject: Re: [BBB] kernel panic during boot From: Ian Lepore To: freebsd-arm@freebsd.org Date: Tue, 08 Aug 2017 09:14:47 -0600 In-Reply-To: <20170808111918.GA38273@freebsd-t420.fritz.box> References: <20170808111918.GA38273@freebsd-t420.fritz.box> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2017 15:15:57 -0000 On Tue, 2017-08-08 at 13:19 +0200, Manuel Stühn wrote: > Hi, > booting a FreeBSD CURRENT r322118 on a BBB (GENERIC-NODEBUG kernel) > ends  > with a panic: > > [...] > iichb0: mem 0x44e0b000-0x44e0bfff irq 17 on  > simplebus0 > iichb0: I2C revision 4.0 FIFO size: 32 bytes > iicbus0: on iichb0 > panic: timed sleep before timers are working > cpuid = 0 > time = 1 > KDB: stack backtrace: > db_trace_self() at db_trace_self > [...] > > The complete boot log incl. backtrace is attached. > > Any ideas? > Yay!  I think that may be enough of a clue for the problem reported in PR 221227 that I can start debugging it.  I'll dig into it after $work today, hopefully have some sort of fix tonight or tomorrow. -- Ian