Panic on boot with em1 attached

gnn at freebsd.org gnn at freebsd.org
Mon Dec 22 07:40:30 PST 2008


Hi,

Can you try this with fastforwarding off?  It looks like a double free
somewhere in the ip_fastforward() routine.  Someone frees m but does
not NULL it out and at the drop: label the mbuf m is valid but the
data within it has already been freed.  Knowing if this is related
only to the fast forwarding case will help.

Best,
George


More information about the freebsd-net mailing list