Panic on boot with em1 attached

Vladimir V. Kobal vlad at prokk.net
Tue Dec 23 03:58:00 PST 2008


With fastforwarding off the system works well and boots without panicing.

As for the rtfree messages, they were caused by
net.link.ether.inet.proxyall=1 and were not connected to panicing.

Best regards,
Vladimir

-----Original Message-----
From: gnn at freebsd.org [mailto:gnn at freebsd.org] 
Sent: Monday, December 22, 2008 5:28 PM
To: Vladimir V. Kobal
Cc: freebsd-net at freebsd.org
Subject: Re: Panic on boot with em1 attached

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