[Bug 229222] 11.2-PRERELEASE panic-General Protection Fault, aesni_encrypt_cbc implicated
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jun 23 03:50:41 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229222
--- Comment #11 from dewayne at heuristicsystems.com.au ---
CFLAGS, COPTFLAGS, LDFLAGS are as follows:
# make -VCFLAGS -Vsp -VCOPTFLAGS -Vsp -VLDFLAGS
-pipe -g0 -ggdb0 -DSTRIP_FBSDID -UDEBUGGING -UDEBUG -DUSB_HAVE_DISABLE_ENUM -O3
-fno-math-errno -fomit-frame-pointer -Wno-error=unused-command-line-argument
-Wl,--hash-style=sysv -march=haswell
-g0 -ggdb0 -DSTRIP_FBSDID -UDEBUGGING -UDEBUG -DUSB_HAVE_DISABLE_ENUM
-fno-math-errno -fomit-frame-pointer -Wno-error=unused-command-line-argument
-Wl,--hash-style=sysv -O2
# ie no LDFLAGS.
Differences in make.conf files between the working kernel/world builds (prior
to May) and now is that we:
- removed -O3 from COPTFLAGS, we explicitly state -O2
- Added TARGET=amd64
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list