From owner-freebsd-current@FreeBSD.ORG Tue Jun 21 19:48:32 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CF2016A41C for ; Tue, 21 Jun 2005 19:48:32 +0000 (GMT) (envelope-from martin.mato@wanadoo.fr) Received: from pcgyver.dyndns.org (94.63.100-84.rev.gaoland.net [84.100.63.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE68743D1F for ; Tue, 21 Jun 2005 19:48:31 +0000 (GMT) (envelope-from martin.mato@wanadoo.fr) Received: from [192.168.0.2] (hayes [192.168.0.2]) by pcgyver.dyndns.org (8.13.4/8.13.4) with ESMTP id j5LJmTpx001144 for ; Tue, 21 Jun 2005 21:48:29 +0200 (CEST) (envelope-from martin.mato@wanadoo.fr) Message-ID: <42B7B903.7080001@wanadoo.fr> Date: Tue, 21 Jun 2005 08:51:47 +0200 From: Martin MATO User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: fr, en MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <42ACE639.8030509@apache.org> <42B75325.3060906@apache.org> In-Reply-To: <42B75325.3060906@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: Panic with nve X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: martin.mato@wanadoo.fr List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jun 2005 19:48:32 -0000 Paul Querna a écrit : > Paul Querna wrote. > .... > > Following change stops all panics for me. I don't see the code path > where m0 will be a free'ed mbuf at this point. This change doesn't > fix the problem, but it at least stops the machine from crashing every > few minutes :) > > --- if_nve.bork.c Mon Jun 20 16:38:57 2005 > +++ if_nve.c Mon Jun 20 13:34:52 2005 > @@ -935,7 +935,7 @@ > ifp->if_timer = 8; > > /* Copy packet to BPF tap */ > - BPF_MTAP(ifp, m0); > + /* BPF_MTAP(ifp, m0); */ > } > ifp->if_flags |= IFF_OACTIVE; > > > -Paul > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org" > > seems to be good for me too: i have finally transfered numerous big files over sftp whithout panicing or freezing whith my athlonXP and my abit nfs7 2.0 ^___^ many, many, many thanks :)