On Sun, 24 Jan 1999, Luigi Rizzo wrote:
> which version of ip_dummynet are you using. There were lately a few
> changes to fix a problem related to route entries being freed in the
> wrong way.
>
> > .(02:36:11)([email protected])
> > ipfw add pipe 1 ip from server to cvsup.freebsd.org
> > (long pause i assume DNS)
> > 00000 pipe 1 ip from 192.168.2.20 to 198.104.92.71
> ...
> >
> > Fatal trap 12: page fault while in kernel mode
> > 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().
>
> > the only thing i can think of is that dummynet doesn't like not being told
> > if a pipe is 'in' or 'out' :/
>
> nope -- it can detect this by itself. the problem must be elsewhere.
> if you have more input on the dummynet version (as per the CVS log)
> and os version please let me know.
>
> > my ether card is a: ed card, a 'realteck 8029'
>
> ... and the network card does not make a difference, dummynet works at
> a layer above.
>
> cheers
> luigi
{"/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.
>
> To Unsubscribe: send mail to [email protected]
> with "unsubscribe freebsd-current" in the body of the message
>
Brian Feldman _ __ ___ ___ ___
[email protected] _ __ ___ | _ ) __| \
http://www.freebsd.org/ _ __ ___ ____ | _ \__ \ |) |
FreeBSD: The Power to Serve! _ __ ___ ____ _____ |___/___/___/
To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-current" in the body of the message