From owner-freebsd-current Fri Sep 11 11:59:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA17648 for freebsd-current-outgoing; Fri, 11 Sep 1998 11:59:07 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA17631 for ; Fri, 11 Sep 1998 11:58:57 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id EAA05204; Sat, 12 Sep 1998 04:58:16 +1000 Date: Sat, 12 Sep 1998 04:58:16 +1000 From: Bruce Evans Message-Id: <199809111858.EAA05204@godzilla.zeta.org.au> To: archer@lucky.net, mike@smith.net.au Subject: Re: ELF world and MFS / groff issues Cc: current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>> if CFLAGS/COPTFLAGS are changed to -O3 -m486 -pipe, an ELF make world will >>> produce somewhat weird versions of groff / troff: > >MS> -O3 is known to produce broken code. Don't use it. Where is it known? >I noticed that kernel on my CURRENT, when compiled with -O0, >panics with "Supervisor read: page not present" in a few seconds >after boot. Is it also known? It is now. ffs_balloc() follows an unitialized pointer in dead code that is normally optimized away. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message