From owner-freebsd-current@FreeBSD.ORG Sun Apr 18 20:38:40 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6506E1065675 for ; Sun, 18 Apr 2010 20:38:40 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (lev.vlakno.cz [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 1652E8FC1A for ; Sun, 18 Apr 2010 20:38:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 38CDF9CB093; Sun, 18 Apr 2010 22:36:20 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AEsiyZ63BMwn; Sun, 18 Apr 2010 22:36:17 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 017509CB0F5; Sun, 18 Apr 2010 22:36:16 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id o3IKaGS6030350; Sun, 18 Apr 2010 22:36:16 +0200 (CEST) (envelope-from rdivacky) Date: Sun, 18 Apr 2010 22:36:16 +0200 From: Roman Divacky To: George Liaskos Message-ID: <20100418203616.GB29759@freebsd.org> References: <20100416160818.GA69460@freebsd.org> <4BCABD00.8070104@lissyara.su> <20100418094951.GA53584@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: Alex Keda , freebsd-current Subject: Re: [CFT]: ClangBSD is selfhosting, we need testers now X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 18 Apr 2010 20:38:40 -0000 it looks like people are having problems with make - I'll take a look at that. it may be libgcc issue of some very strange kind On Sun, Apr 18, 2010 at 03:31:13PM +0300, George Liaskos wrote: > >> /usr/obj/usr/src/make.amd64/usr/src/usr.bin/make created for > >> /usr/src/usr.bin/make > >> Segmentation fault (core dumped) > >> *** Error code 139 > >> > >> Stop in /usr/src. > >> *** Signal 11 > >> > >> Stop in /usr/src. > > > > what exactly is crashing here? > > I have the same problem with make > > Program received signal SIGSEGV, Segmentation fault. > 0x0000000000000000 in ?? () > (gdb) backtrace > #0 0x0000000000000000 in ?? () > #1 0x000000000043b033 in __cxa_finalize () > #2 0x0000000000433e2d in exit () > #3 0x0000000000411cb2 in DieHorribly () > #4 0x0000000000411c72 in Punt () > #5 0x000000000040d453 in Parse_MainName () > #6 0x000000000040a596 in main () > > gcc segfaults also > > > gcc -v > Using built-in specs. > Target: amd64-undermydesk-freebsd > Configured with: FreeBSD/amd64 system compiler > Thread model: posix > gcc version 4.2.1 20070719 [FreeBSD] > Segmentation fault (core dumped) > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"