Re: Panic: if_simloop: attempted use of a free mbuf!

From: Robert Watson <rwatson_at_freebsd.org>
Date: Fri, 28 Nov 2003 17:34:17 -0000
Silby's patch to fix this was approved by re_at_ this morning, should go into
the tree shortly.  Basically, the assertion is slightly too agressive as
some callers into BPF "mock up" mbufs to hold data submitted to BPF.  No
doubt this will get cleaned up, but in the mean time the fix is simply to
remove the assertion. 

Robert N M Watson             FreeBSD Core Team, TrustedBSD Projects
robert_at_fledge.watson.org      Network Associates Laboratories

On Fri, 28 Nov 2003, Pawel Jakub Dawidek wrote:

> Hello.
> 
> I'm reaching assertion from /sys/net/if_loop.c:270.
> 
> This is very easy to reproduce:
> 
> First you need to put loopback into promiscuous mode:
> 
> 	# tcpdump -i lo0
> 
> Then try to connect to loopback, for example:
> 
> 	# telnet 127.0.0.1 22
> 
> Enjoy!:)
> 
> -- 
> Pawel Jakub Dawidek                       pawel_at_dawidek.net
> UNIX Systems Programmer/Administrator     http://garage.freebsd.pl
> Am I Evil? Yes, I Am!                     http://cerber.sourceforge.net
> 
Received on Fri Nov 28 2003 - 08:34:17 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:40 UTC