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 _at__at_ -935,7 +935,7 _at__at_ ifp->if_timer = 8; /* Copy packet to BPF tap */ - BPF_MTAP(ifp, m0); + /* BPF_MTAP(ifp, m0); */ } ifp->if_flags |= IFF_OACTIVE; -PaulReceived on Mon Jun 20 2005 - 21:39:09 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:37 UTC