Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Jan 1998 00:55:19 +0000
From:      Brian Somers <brian@awfulhak.org>
To:        "R. Wyatt" <falcon@wildstar.net>
Cc:        questions@freebsd.org
Subject:   Re: cvsup causes ppp to quit 
Message-ID:  <199801060055.AAA20028@awfulhak.demon.co.uk>
In-Reply-To: Your message of "Mon, 05 Jan 1998 10:22:21 CST." <Pine.LNX.3.95.980105101914.8589A-100000@kiowa.wildstar.net> 

next in thread | previous in thread | raw e-mail | index | archive | help
> System 2.2.2-RELEASE
> modem US robotics 14,400
> 
> every time I attempt to cvsup FreeBSD-stable, it goes part way and then
> ppp aborts with either error 6 or Bus Error.
> 
> 
> Any way to prevent this ?

Try the latest ppp from http://www.FreeBSD.org/~brian.  If it's still 
dumping, I'd be interested in a stack trace.  To get the stack trace, 
you'll need to rebuild ppp with

CFLAGS+=-g
STRIP=

at the end of the Makefile (in the ppp directory), and once 
installed, you'll need to

# chmod 555 /usr/sbin/ppp

then run ppp as root.  The core should appear in the directory that 
you started ppp from.  Once you have the core, do

# gdb /usr/sbin/ppp ppp.core
.....
(gdb) bt
[record the output]
(gdb) f 0
[record the output]
(gdb) list
[record the output]

You may also want to print the value of any variables involved:

(gdb) p thisvar

etc.

Send-pr is probably the best way to do report your findings,but 
you can post here or directly to me if you like.

> Randy Wyatt
> please respond to me personally as I am not on the questions list
> 

Cheers.
-- 
Brian <brian@Awfulhak.org>, <brian@FreeBSD.org>, <brian@OpenBSD.org>
      <http://www.Awfulhak.org>;
Don't _EVER_ lose your sense of humour....





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