From owner-freebsd-current@FreeBSD.ORG Tue Aug 28 20:13:55 2012 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 53E11106564A for ; Tue, 28 Aug 2012 20:13:55 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.64.117]) by mx1.freebsd.org (Postfix) with ESMTP id C57348FC19 for ; Tue, 28 Aug 2012 20:13:54 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.5/8.14.5) with ESMTP id q7SKDqVM075768; Wed, 29 Aug 2012 00:13:52 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.5/8.14.5/Submit) id q7SKDqcu075767; Wed, 29 Aug 2012 00:13:52 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Wed, 29 Aug 2012 00:13:51 +0400 From: Gleb Smirnoff To: Ian FREISLICH Message-ID: <20120828201351.GH20560@FreeBSD.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: current@FreeBSD.org Subject: Re: Panic on use of "deleted" route. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Aug 2012 20:13:55 -0000 Ian, On Mon, Aug 27, 2012 at 09:08:31PM +0200, Ian FREISLICH wrote: I> I get a panic shortly after ppp(8) exits. I haven't been able to I> get a crashdump from a recent -CURRENT system, so in that absence, I> I'll include output from an older system. Interestingly, the route I> partially persists past the destruction of the interface. And the I> panic is triggered apparently by the use of the route. I've also I> been unable to delete routes added on the system. We're running a I> kernel compiled with options RADIX_MPATH. Please confirm that this is specific to RADIX_MPATH. I mean that it can't reproduces w/o RADIX_MPATH. I> [root@pbx ~]# pppctl -p pass 3000 quit all I> Connection closed I> [root@pbx ~]# ifconfig tun0 I> ifconfig: interface tun0 does not exist I> [root@pbx ~]# netstat -rn I> Routing tables I> I> Internet: I> Destination Gateway Flags Refs Use Netif Expire I> default tun0 US 0 4 A full reproduce recipe, including ppp configuration would be useful, too. So that anyone can reproduce the panic on a test box. -- Totus tuus, Glebius.