Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Dec 1997 20:52:08 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        pb@fasterix.freenix.org, tlambert@primenet.com
Cc:        freebsd-current@FreeBSD.ORG, totii@est.is
Subject:   Re: panics when stopping pppd
Message-ID:  <199712140952.UAA11798@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>I have a local ethernet, but apparently no MAC address on the stack
>(I might have missed it though).
>...
>The instruction pointer is 0x6e655000 every time I've been able to
>see it:
>
>	instruction pointer     = 0x8:0x6e655000
>	stack pointer           = 0x10:0xf4d4cd74
>	frame pointer           = 0x10:0xf4d4cdb0

0x6e655000 is not a vald instruction pointer.  Apparently something
has overwritten the stack with the string "\x50656e"...  Find the
full string and where it came from...

I don't trust the stack trace near trap().  A frame tends to get lost.

Bruce



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