Re: possibly bogus value passed to skb->dst->output

kuznet@ms2.inr.ac.ru
Thu, 12 Aug 1999 16:51:57 +0400 (MSK DST)


Hello!

> skb->dst->output=c015a520

Seems, you have already learned to use gdb... Let me to remind:

gdb vmlinux

gdb -core=/proc/kcore
> add-symbol-file vmlinux ...

After you make it, you will discover that 0cc015a520 is address
of ip_output or ip_mc_output.

Alexey Kuznetsov

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/