Date: Thu, 16 Nov 2006 17:38:44 +0100 From: Vincent Blondel <vincent@xtra-net.org> To: freebsd-stable@freebsd.org Cc: Kris Kennaway <kris@obsecurity.org> Subject: Re: kernel crash ... Message-ID: <1163695124.2792.16.camel@wbemfkaa.net.xtra-net.be> In-Reply-To: <20061116161706.GB65054@xor.obsecurity.org> References: <1163621364.85632.12.camel@wbemfkaa.net.xtra-net.be> <1163692748.2792.10.camel@wbemfkaa.net.xtra-net.be> <20061116161706.GB65054@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello Kris,
You can find below a generic make.conf I use to compile src/ports on my
all machines ( only AMD Athlon XP/MP ).
.CPUTYPE != sysctl hw.model |sed 's/ //g'
.if ${.CPUTYPE:M*AMDAthlon(tm)XP*}
CFLAGS= -march=athlon-xp
.endif
.if ${.CPUTYPE:M*AMDAthlon(tm)MP*}
CFLAGS= -march=athlon-mp
.endif
CFLAGS+= -O -pipe
CFLAGS+= -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3
.if ${.CURDIR:M/usr/src/*}
CFLAGS+= -fno-strict-aliasing
.endif
.if ${.CURDIR:M/usr/ports/*}
CFLAGS+= -Os -fomit-frame-pointer
.endif
COPTFLAGS= -O -pipe
Thanks to help me :-)
Vincent
On Thu, 2006-11-16 at 11:17 -0500, Kris Kennaway wrote:
> On Thu, Nov 16, 2006 at 04:59:08PM +0100, Vincent Blondel wrote:
> >
> > Hello all,
> >
> > Sorry to spam this list but this morning at 03:00 AM I get back a kernel
> > crash. Seems mailwrapper crashed now.
> >
> > Do I make a new build/install world/kernel ?
> >
> > Please, can somebody help me solve this problem.
> >
> > Just for info I put some details of my config below + last kernel debug.
>
> Neither of the two backtraces you've posted seem to make sense. What
> flags are you compiling your kernel with?
>
> Kris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1163695124.2792.16.camel>
