Yar Tikhiy writes:
> Why does gdb report the values of "ifp" and "mp" inconsistently?
> The kernel crashed at the first line of ng_ether_output(), so
> the arguments couldn't be modified... I'm confused.
Optimization.. it's probably reusing the same variable/register for
both 'ifp' and 'node'. So 'node' is NULL, which indicates that
ether_ifattach() was probably never called on this interface.
-Archie
__________________________________________________________________________
Archie Cobbs * Packet Design * http://www.packetdesign.com
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message