From owner-freebsd-current@freebsd.org Sat May 28 15:59:11 2016 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 23326B4EE14 for ; Sat, 28 May 2016 15:59:11 +0000 (UTC) (envelope-from kib@freebsd.org) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1FB9130F for ; Sat, 28 May 2016 15:59:10 +0000 (UTC) (envelope-from kib@freebsd.org) Received: from tom.home (kib@localhost [127.0.0.1]) by kib.kiev.ua (8.15.2/8.15.2) with ESMTPS id u4SFx5Kx064532 (version=TLSv1 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sat, 28 May 2016 18:59:05 +0300 (EEST) (envelope-from kib@freebsd.org) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua u4SFx5Kx064532 Received: (from kostik@localhost) by tom.home (8.15.2/8.15.2/Submit) id u4SFx5Ik064531; Sat, 28 May 2016 18:59:05 +0300 (EEST) (envelope-from kib@freebsd.org) X-Authentication-Warning: tom.home: kostik set sender to kib@freebsd.org using -f Date: Sat, 28 May 2016 18:59:05 +0300 From: Konstantin Belousov To: Ryan Stone Cc: FreeBSD Current Subject: Re: panic: DI already started in pmap_delayed_invl_started Message-ID: <20160528155905.GY38613@kib.kiev.ua> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on tom.home X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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, 28 May 2016 15:59:11 -0000 On Sat, May 28, 2016 at 11:29:28AM -0400, Ryan Stone wrote: > I updated my system to r254461 on Thursday, and got this panic overnight. > I have a full core and debug symbols if anybody wants me to look at > something. > > panic: DI already started I suspect there is some typo in the revision number to which you updated. Do you have r300863 in your sources ? If not, ensure that you updated up to that rev. If r300863 still demonstrates the problem, I will ask for more specific information.