Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Dec 2008 10:28:02 -0500
From:      gnn@freebsd.org
To:        "Vladimir V. Kobal" <vlad@prokk.net>
Cc:        freebsd-net@freebsd.org
Subject:   Re: Panic on boot with em1 attached
Message-ID:  <7ik59sgrgd.wl%gnn@neville-neil.com>
In-Reply-To: <004a01c961ec$ec136540$c43a2fc0$@net>
References:  <004a01c961ec$ec136540$c43a2fc0$@net>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7ik59sgrgd.wl%gnn>