Date: Wed, 19 Dec 2001 07:06:41 +1100 From: Peter Jeremy <peter.jeremy@alcatel.com.au> To: Riccardo.Veraldi@fi.infn.it Cc: Bernd Walter <ticso@cicely8.cicely.de>, freebsd-alpha@FreeBSD.ORG Subject: Re: ppp core dump problem Message-ID: <20011219070640.D73243@gsmx07.alcatel.com.au> In-Reply-To: <20011214234634.F22150@cicely8.cicely.de>; from ticso@cicely8.cicely.de on Fri, Dec 14, 2001 at 11:46:34PM %2B0100 References: <Pine.NEB.4.33.0112142111230.4258-100000@dijkstra.fi.infn.it> <20011214234634.F22150@cicely8.cicely.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Dec 14, 2001 at 11:46:34PM +0100, Bernd Walter wrote: >On Fri, Dec 14, 2001 at 09:15:29PM +0100, Riccardo.Veraldi@fi.infn.it wrote: >> >> Hello, >> my last try was to disable ipnat and keep only ppp nat mode. >> ppp crashes the same way at the very first time a nat connection is >> established. I'll accept any hints, suggestions, flames... do not have any >> idea how to fix this problem other than make buildworld and installworld >> everything with symbols.... > >You only need to compile the libs and binaries you need debuging output >from. >From what you already wrote it seems to be libalias and ppp. >Simply go into the src dir of the compent you need and >make obj all install. Remember to install the libraries before ppp... I'd also suggest statically linking ppp - add "CFLAGS += -static" to /usr/src/usr.sbin/ppp/Makefile. This will ensure that the library debug symbols are available to gdb. Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011219070640.D73243>