From owner-freebsd-net@FreeBSD.ORG Wed Dec 19 19:57:27 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 84DF616A41B for ; Wed, 19 Dec 2007 19:57:27 +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 749EF13C46A for ; Wed, 19 Dec 2007 19:57:27 +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:57:26 -0800 Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id C72C3126CF7; Wed, 19 Dec 2007 11:57:25 -0800 (PST) Message-ID: <476977A5.8080004@elischer.org> Date: Wed, 19 Dec 2007 11:57:25 -0800 From: Julian Elischer User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Stephen.Clark@seclark.us 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> <47696EC8.50808@elischer.org> <4769769C.9070802@seclark.us> In-Reply-To: <4769769C.9070802@seclark.us> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Maxime Henrion , 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:57:27 -0000 Stephen Clark wrote: > Julian Elischer wrote: > >> 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 >>> >> >> _______________________________________________ >> freebsd-net@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-net >> To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >> > Hello, > > Would this also be a problem that could occur using quagga with zebra > and ospfd? Sure, if they use routing sockets. > > Thanks, > Steve >