Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jul 1996 10:32:33 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        dev@fgate.flevel.co.uk, freebsd-current@FreeBSD.ORG
Subject:   Re: Nasty Bug in PPP :(
Message-ID:  <199607170032.KAA16445@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>While using freebsd-current V2.2 I found a nasty bug:(

>If you do: ifconfig ppp0 mtu 576

>The kernel crashes with a page fault:(

It calls a null function pointer (sc->sc_setmtu) if the PPP line discipline
has never been opened and uses a deallocated softc if the PPP line discipline
isn't open.

Another bug suite: ddb crashes early in the stack trace so the stack
trace gives no useful information; calling printf for trap messages
may destroy reentrancy.  ddb crashes late for `show registers' while
attempting to disassemble the instruction at address 0 and the trap
message scrolls some of the registers off the screen; scrollback doesn't
work while ddb is running.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607170032.KAA16445>