From owner-freebsd-current@FreeBSD.ORG Fri Aug 27 13:25:57 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60D0116A4CE for ; Fri, 27 Aug 2004 13:25:57 +0000 (GMT) Received: from ptcnat.era.pl (ptcnat.era.pl [213.158.197.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A08943D49 for ; Fri, 27 Aug 2004 13:25:57 +0000 (GMT) (envelope-from zaks@era.pl) Received: by localhost (Postfix, from userid 1001) id 00916117D9; Fri, 27 Aug 2004 15:25:55 +0200 (CEST) From: =?iso-8859-2?q?S=B3awek_=AFak?= To: current@freebsd.org References: <86r7ps912w.fsf@thirst.unx.era.pl> Date: Fri, 27 Aug 2004 15:25:55 +0200 In-Reply-To: <86r7ps912w.fsf@thirst.unx.era.pl> =?iso-8859-2?q?=28S=B3awek's?= message of "Fri, 27 Aug 2004 15:12:39 +0200") Message-ID: <86n00g90gs.fsf@thirst.unx.era.pl> User-Agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4 (Reasonable Discussion, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8bit Subject: Re: Random compiler errors on BETA1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2004 13:25:57 -0000 Sławek Żak writes: > Hi, > > I've successfuly upgraded one of the servers to BETA1. The stability is ok > for now (after the patch from 6.0-CURRENT applied), but I get many random > Signal 6 and abort traps from GCC. I don't get coredumps either althought I > can make sleep dump core when killed with ABRT. > > Trying to compile xorg libraries for example, I have: > > cc -c -O -pipe -ansi -pedantic -Wno-system-headers -Dasm=__asm -Wall -Wpointer-arith -Wundef -I/usr/ports > /x11/xorg-libraries/work/xc/exports/include -I/usr/ports/x11/xorg-libraries/work/xc/exports/include/X11 > -I/usr/ports/x11/xorg-libraries/work/xc/include/extensions -I/usr/ports/x11/xorg-libra > ries/work/xc/exports/include/GL -I/usr/ports/x11/xorg-libraries/work/xc/lib/GL/glx -I/ > usr/ports/x11/xorg-libraries/work/xc/extras/Mesa/src -I/usr/ports/x11/xorg-libraries/work/xc/extras/Mesa > /src/X -I/usr/ports/x11/xorg-libraries/work/xc/extras/Mesa/src/X86 -I/usr/ports/x11/xorg-libra > ries/work/xc/extras/Mesa/include -I/usr/ports/x11/xorg-libraries/work/xc/lib/GL/include -I/ > usr/ports/x11/xorg-libraries/work/xc/lib/GL/dri -I/usr/ports/x11/xorg-libraries/work/xc -I/usr/ports/x11/xorg-libr > aries/work/xc/exports/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -DXUSE_ > MTSAFE_API -DGLXEXT -DXF86DRI -DGLX_DIRECT_RENDERING -DGLX_USE_DLOPEN -DGLX_USE_MESA -DXF86VIDMODE -DUSE_X86_AS > M -DXVENDORNAME='"The X.Org Foundation"' -DXVENDORNAMESHORT='"X.Org"' -fPIC pixel.c > *** Signal 6 > > Stop in /usr/ports/x11/xorg-libraries/work/xc/lib/GL/glx. > *** Error code 1 > > Stop in /usr/ports/x11/xorg-libraries/work/xc/lib/GL. > *** Error code 1 > > Stop in /usr/ports/x11/xorg-libraries/work/xc/lib. > *** Error code 1 > > > I don't see any corelation between the errors. Has anyone noticed something > similar? Following up to myself. I don't use gvinum but hardware RAID controller. No paralell make in use either, although I have 2 builworlds running on this machine to test it under load. /S