kernel crash ...
Vincent Blondel
vincent at xtra-net.org
Thu Nov 16 08:39:19 PST 2006
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
More information about the freebsd-stable
mailing list