Date: Mon, 6 Jul 2015 12:54:54 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-current@freebsd.org Subject: FreeBSD_HEAD-tests - Build #1162 - Still Failing Message-ID: <370888935.117.1436187295996.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1125742275.101.1436037224043.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1125742275.101.1436037224043.JavaMail.jenkins@jenkins-9.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
FreeBSD_HEAD-tests - Build #1162 - Still Failing: Check console output at https://jenkins.freebsd.org/job/FreeBSD_HEAD-tests/1162/ to view the results. From owner-freebsd-current@freebsd.org Mon Jul 6 07:22:02 2015 Return-Path: <owner-freebsd-current@freebsd.org> 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 A3ED3993A88 for <freebsd-current@mailman.ysv.freebsd.org>; Mon, 6 Jul 2015 07:22:02 +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 630671A18; Mon, 6 Jul 2015 07:22:02 +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 F17943A17ABD; Mon, 6 Jul 2015 09:21:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=rink.nu; s=owl; t=1436167315; bh=7GBKjk/v3K1VJgyFwTSQBKPnoTy49+xKpY8d/02NJWE=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=dDpYkFCLN0hnG67rkIFg7XVnPAjDHkwxGTM1LFRc4GO/pEmttrqooyp03MgDbjuQ9 TRNUvzDXjQQ5bKTtJGgiKze3rrGDMv+bI1Pq+L3pdcNXHM/lSQ9i6HK2XxrZIh9tdX k/wPnG+PKQfFoQWU6XbCPickmezRKPYEHGdIRQZY= 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 Q09i7PVED2p4; Mon, 6 Jul 2015 07:21:54 +0000 (UTC) Received: from gloom.codethulu.net (anathema.codethulu.net [37.247.37.64]) by anathema.codethulu.net (Postfix) with ESMTPS id A30473A17AB5; Mon, 6 Jul 2015 09:21:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=rink.nu; s=owl; t=1436167314; bh=7GBKjk/v3K1VJgyFwTSQBKPnoTy49+xKpY8d/02NJWE=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=ohzsEYI6JX3fYWvevrRx0f3fcgwknwcluV62APlkFcSgXSNRXsncK3LNtndhlCwiD M9d0UiL6DgpIsqiMB8vF0yGle1yb8XCLDr/SWKSnLxPXwvyk9Yw9Gq1c3SbHKS/8O7 PMkd0fIu3fS+RevpL4fzDuiqCqqKxFGTbh0A/3/o= Received: (from rink@localhost) by gloom.codethulu.net (8.14.9/8.14.9/Submit) id t667Ls3Y063555; Mon, 6 Jul 2015 09:21:54 +0200 (CEST) (envelope-from rink) Date: Mon, 6 Jul 2015 09:21:54 +0200 From: Rink Springer <rink@rink.nu> To: Garrett Cooper <yaneurabeya@gmail.com> Cc: Rink Springer <rink@freebsd.org>, freebsd-current@freebsd.org Subject: Re: panic: negative refcount after dhclient during boot Message-ID: <20150706072154.GA86301@rink.nu> References: <20150705151541.GC45822@rink.nu> <BC02FB25-32CA-41A6-8730-9D630C988566@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <BC02FB25-32CA-41A6-8730-9D630C988566@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Mailman-Approved-At: Mon, 06 Jul 2015 13:04:01 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current <freebsd-current.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-current>, <mailto:freebsd-current-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current/> List-Post: <mailto:freebsd-current@freebsd.org> List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>, <mailto:freebsd-current-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 06 Jul 2015 07:22:02 -0000 On Sun, Jul 05, 2015 at 12:45:25PM -0700, Garrett Cooper wrote: > On Jul 5, 2015, at 8:16, Rink Springer <rink@freebsd.org> 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. Thanks, Rink
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?370888935.117.1436187295996.JavaMail.jenkins>