From owner-freebsd-current@freebsd.org Fri Feb 16 17:52:39 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89EAAF03E3E for ; Fri, 16 Feb 2018 17:52:39 +0000 (UTC) (envelope-from mlfbsd@kanar.ci0.org) Received: from kanar.ci0.org (kanar.ci0.org [IPv6:2001:bc8:35e6::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "sd-123398", Issuer "sd-123398" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0BBE068B96 for ; Fri, 16 Feb 2018 17:52:38 +0000 (UTC) (envelope-from mlfbsd@kanar.ci0.org) Received: from kanar.ci0.org (pluxor@localhost [127.0.0.1]) by kanar.ci0.org (8.15.2/8.15.2) with ESMTPS id w1GHqCOC072911 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 16 Feb 2018 18:52:12 +0100 (CET) (envelope-from mlfbsd@kanar.ci0.org) Received: (from mlfbsd@localhost) by kanar.ci0.org (8.15.2/8.15.2/Submit) id w1GHpuuQ072909; Fri, 16 Feb 2018 18:51:56 +0100 (CET) (envelope-from mlfbsd) Date: Fri, 16 Feb 2018 18:51:56 +0100 From: Olivier Houchard To: Michael Butler Cc: "Andrey V. Elsukov" , freebsd-current Subject: Re: panic on boot after SVN r328988 Message-ID: <20180216175156.GA71996@ci0.org> References: <1c1d7cd3-7236-b082-0a6d-288f2b807da1@yandex.ru> <5ff53b57-cdb5-4059-6209-9bf70101af99@protected-networks.net> <9559d716-762f-e484-1d98-9cc3e8491bd3@yandex.ru> <55855848-6d82-92a5-c71b-a695a0edf1e0@protected-networks.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55855848-6d82-92a5-c71b-a695a0edf1e0@protected-networks.net> User-Agent: Mutt/1.8.0 (2017-02-23) X-Mailman-Approved-At: Fri, 16 Feb 2018 18:16:20 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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: Fri, 16 Feb 2018 17:52:39 -0000 Hi Michael, On Fri, Feb 16, 2018 at 10:13:07AM -0500, Michael Butler wrote: > On 02/16/18 10:05, Andrey V. Elsukov wrote: > > On 16.02.2018 17:44, Michael Butler wrote: > >>> do you have some specific optimization flags in make.conf? > >>> Can you show the output of `head -40 /var/run/dmesg.boot`? > >>> > >> > >> The only relevant flags in /etc/make.conf are .. > >> > >> CPUTYPE?=pentium3 > >> KERNCONF=SARAH > >> NO_MODULES=YES > >> > >> Boot log from last night's failure attached, > > > > Ok, it seems ConcurrencyKit was not tested with Pintium3. > > Can you show the output from kgdb: > > > > disassemble *0xc0991ff0 > > That'd do it .. :-( [...] Sorry about this. It should be fixed with r329388. Can you update and let me know how it goes ? Thanks ! Olivier