Panic with nve

Martin MATO martin.mato at wanadoo.fr
Tue Jun 21 19:48:32 GMT 2005


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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to 
> "freebsd-current-unsubscribe at 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 :)



More information about the freebsd-current mailing list