From owner-cvs-src@FreeBSD.ORG Mon Jan 3 10:38:17 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5569316A4CE; Mon, 3 Jan 2005 10:38:17 +0000 (GMT) Received: from relay.vertex.kz (relay.vertex.kz [212.19.129.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71B7D43D3F; Mon, 3 Jan 2005 10:38:16 +0000 (GMT) (envelope-from bp@vertex.kz) Received: from lion.butya.kz (localhost [127.0.0.1]) by relay.vertex.kz (Postfix) with SMTP id D6C6A5BFF; Mon, 3 Jan 2005 16:38:12 +0600 (ALMT) Received: from relay.vertex.kz (localhost [127.0.0.1]) by localhost.vertex.kz (Postfix) with ESMTP id ACAB25BE5; Mon, 3 Jan 2005 16:38:12 +0600 (ALMT) Received: by relay.vertex.kz (Postfix, from userid 1000) id A442D5BA5; Mon, 3 Jan 2005 16:38:12 +0600 (ALMT) Date: Mon, 3 Jan 2005 16:38:12 +0600 From: Boris Popov To: Robert Watson Message-ID: <20050103103812.GG26125@vertex.kz> References: <200501020147.j021luQ2071535@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200501020147.j021luQ2071535@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netipx ipx_outputfl.c ipx_pcb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jan 2005 10:38:17 -0000 On Sun, Jan 02, 2005 at 01:47:56AM +0000, Robert Watson wrote: > rwatson 2005-01-02 01:47:56 UTC > > FreeBSD src repository > > Modified files: > sys/netipx ipx_outputfl.c ipx_pcb.c > Log: > Use RTFREE() to free route references rather than rtfree(), as rtfree() > expects a locked route reference. This removes a panic that occurs > when connected ipxpcb is closed and its route free'd, and may have been > present since the route locking took place. Thanks! This seems to be a main cause of many crash reports. -- Boris Popov http://rbp.euro.ru