From owner-freebsd-net@FreeBSD.ORG Wed Dec 19 19:19:37 2007 Return-Path: Delivered-To: net@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C40DB16A469 for ; Wed, 19 Dec 2007 19:19:37 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outI.internet-mail-service.net (outI.internet-mail-service.net [216.240.47.232]) by mx1.freebsd.org (Postfix) with ESMTP id B080D13C4D5 for ; Wed, 19 Dec 2007 19:19:37 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.40) with ESMTP; Wed, 19 Dec 2007 11:19:36 -0800 Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id 70EA8126D0A; Wed, 19 Dec 2007 11:19:36 -0800 (PST) Message-ID: <47696EC8.50808@elischer.org> Date: Wed, 19 Dec 2007 11:19:36 -0800 From: Julian Elischer User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Maxime Henrion References: <20071213133817.GC71713@elvis.mu.org> <47617AF5.7070701@elischer.org> <20071214092539.GB14339@glebius.int.ru> <4762DD82.9070904@elischer.org> <20071217101009.GL71713@elvis.mu.org> <20071219120831.GN71713@elvis.mu.org> In-Reply-To: <20071219120831.GN71713@elvis.mu.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Gleb Smirnoff , net@FreeBSD.org Subject: Re: Deadlock in the routing code X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2007 19:19:37 -0000 Maxime Henrion wrote: > > It appears that this patch fixed the problem. My gateway server > now has a nearly two days uptime, whereas previously it would have > probably crashed already. I'm attaching the final version of the > patch here, since the last one had build-time errors. I'm going > to commit this in HEAD soon unless someone has an objection for it. I haven't looked at the patch in place yet.. are we absolutly sure we arr not 'leaking' references to the rt? (I'll check myself when I get a chance in a short while..) > > Cheers, > Maxime >