DragonFly BSD
DragonFly bugs List (threaded) for 2004-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: crash while doing mkdir (system as of afternon today )


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Sun, 4 Apr 2004 15:35:18 -0700 (PDT)

:> from which it did not wake up properly... ]
:>
:> make.conf options:
:> CFLAGS=-O2 -pipe -funroll-loops -fstack-protector
:> COPTFLAGS=-O -pipe -funroll-loops -fstack-protector
:> ...
:> Toma<BE>
:
:Using -O2 in your make.conf causes unpredictable system
:behavior.
:
:-DR

    make.conf's CFLAGS flags shouldn't be inherited by the kernel builds,
    but Dave has a good point.  If you are using anything other then -O to
    build your kernel, rebuild it with only -O -pipe and no other specific -f
    optimizations.  Definitely get rid of -funroll-loops.

    I don't trust gcc2's -O optimizations at all.  Also, using -O3 under
    GCC3 (or using GCC3 generally) is also considered to be experimental.

					-Matt
					Matthew Dillon 
					<dillon@xxxxxxxxxxxxx>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]