> > > fault virtual address = 0xdeadc116
> >
> > interestingly enough, the above address is "0xdeadbeef + 551 (decimal)".
> > It looks like somehow a wrong route entry was passed to ether_output().
...
> {"/home/green"}$ calc 0xdeadc116 - 0xdeadc0de
> 56
> possibly? IIRC 0xdeadc0de is used to fill freed memory areas in certain cases,
> to help detect programming errors related to such.
you are right, a much better guess, and more helpful hint.
cheers
luigi
To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-current" in the body of the message