From owner-freebsd-current@FreeBSD.ORG Fri May 9 14:48:05 2014 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0CEDEF99; Fri, 9 May 2014 14:48:05 +0000 (UTC) Received: from mail.ignoranthack.me (ujvl.x.rootbsd.net [199.102.79.106]) (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 E0D1ED23; Fri, 9 May 2014 14:48:03 +0000 (UTC) Received: from [192.168.1.134] (c-50-131-4-11.hsd1.ca.comcast.net [50.131.4.11]) (using SSLv3 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 9E6651928E4; Fri, 9 May 2014 14:47:56 +0000 (UTC) Subject: [FIXED] Re: New and exciting panic, possibly re(4) From: Sean Bruno Reply-To: sbruno@freebsd.org To: "Alexander V. Chernikov" In-Reply-To: <536B7C9A.6040009@FreeBSD.org> References: <1399490695.1316.4.camel@alice> <536B7C9A.6040009@FreeBSD.org> Content-Type: text/plain; charset="UTF-8" Date: Fri, 09 May 2014 07:47:54 -0700 Message-ID: <1399646874.19824.0.camel@alice> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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, 09 May 2014 14:48:05 -0000 On Thu, 2014-05-08 at 16:46 +0400, Alexander V. Chernikov wrote: > On 07.05.2014 23:24, Sean Bruno wrote: > > While screwing around with comcast, I can trivially get this panic out > > of my desktop machine, and am very confused. It seems to happen on link > > change up/down events. I'm running 11.0-CURRENT FreeBSD 11.0-CURRENT #5 > > r265280M. I don't have any direct evidence that this is re(4), just a > I'm sorry, that's my fault :) > Commit r265279 has introduced panic on IPv4 address removal. > That was fixed in r265288. > > Thanks! Updated and the crash is gone. sean