From owner-freebsd-current@freebsd.org Tue Jul 7 16:11:17 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 09283996802 for ; Tue, 7 Jul 2015 16:11:17 +0000 (UTC) (envelope-from rink@gloom.codethulu.net) Received: from anathema.codethulu.net (anathema.codethulu.net [IPv6:2001:610:60b:1::2]) by mx1.freebsd.org (Postfix) with ESMTP id C2734104F; Tue, 7 Jul 2015 16:11:16 +0000 (UTC) (envelope-from rink@gloom.codethulu.net) Received: from anathema.codethulu.net (anathema.codethulu.net [37.247.37.64]) by anathema.codethulu.net (Postfix) with ESMTP id F349A3A17AB5; Tue, 7 Jul 2015 18:11:08 +0200 (CEST) X-Virus-Scanned: amavisd-new at codethulu.net Received: from anathema.codethulu.net ([37.247.37.64]) by anathema.codethulu.net (anathema.codehulu.net [37.247.37.64]) (amavisd-new, port 10024) with ESMTP id WJbL_vMXuY-V; Tue, 7 Jul 2015 16:11:08 +0000 (UTC) Received: from gloom.codethulu.net (anathema.codethulu.net [37.247.37.64]) by anathema.codethulu.net (Postfix) with ESMTPS id 050CC3A17AA6; Tue, 7 Jul 2015 18:11:08 +0200 (CEST) Received: (from rink@localhost) by gloom.codethulu.net (8.14.9/8.14.9/Submit) id t67GB7r9028265; Tue, 7 Jul 2015 18:11:07 +0200 (CEST) (envelope-from rink) Date: Tue, 7 Jul 2015 18:11:07 +0200 From: Rink Springer To: eri@freebsd.org Cc: Rink Springer , freebsd-current@freebsd.org Subject: Re: panic: negative refcount after dhclient during boot Message-ID: <20150707161107.GE86301@rink.nu> References: <20150705151541.GC45822@rink.nu> <20150706072154.GA86301@rink.nu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150706072154.GA86301@rink.nu> User-Agent: Mutt/1.5.23 (2014-03-12) 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: Tue, 07 Jul 2015 16:11:17 -0000 Hi eri@, On Mon, Jul 06, 2015 at 09:21:54AM +0200, Rink Springer wrote: > On Sun, Jul 05, 2015 at 12:45:25PM -0700, Garrett Cooper wrote: > > On Jul 5, 2015, at 8:16, Rink Springer wrote: > > > > > Hi all, > > > > > > On my FreeBSD/mips machine (it's a RouterStation Pro), I get the > > > following panic during boot: > > > > ? > > > > > This reproduces 100%. I'm at: > > > > > > FreeBSD 11.0-CURRENT #0 r285099: Sun Jul 5 12:31:47 CEST 2015 > > > > > > Let me know what I can do to help track this down; I only started > > > getting the panic after 'gateway_enable=YES' in /etc/rc.conf > > > > > > The kernel has INVARIANTS but no WITNESS. Config available at > > > http://rink.nu/tmp/FRINGE - boot log at http://rink.nu/tmp/fringe.txt > > > > Please file a bug! > > Done, 201371. After a suggestion by adrian@, it seems reverting r285051 fixes the problem for me (i.e. the system boots now) Regards, Rink