From owner-freebsd-current@FreeBSD.ORG Fri Nov 16 12:09:05 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A085118A for ; Fri, 16 Nov 2012 12:09:05 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) by mx1.freebsd.org (Postfix) with ESMTP id 5444B8FC08 for ; Fri, 16 Nov 2012 12:09:04 +0000 (UTC) Received: from [192.168.0.6] (spaceball.home.andric.com [192.168.0.6]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id DC9E85C59; Fri, 16 Nov 2012 13:09:02 +0100 (CET) Message-ID: <50A62CE4.6080506@FreeBSD.org> Date: Fri, 16 Nov 2012 13:09:08 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: "Eggert, Lars" Subject: Re: genmodes dumping core during buildworld References: <20121115202807.2fb79dd0@kan.dyndns.org> In-Reply-To: <20121115202807.2fb79dd0@kan.dyndns.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-current@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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, 16 Nov 2012 12:09:05 -0000 On 2012-11-16 02:28, Alexander Kabaev wrote: > On Thu, 15 Nov 2012 15:02:36 +0000 > "Eggert, Lars" wrote: ... >>> Nov 15 15:56:49 server kernel: pid 83891 (genmodes), uid 0: exited >>> on signal 10 (core dumped) Nov 15 15:56:49 server kernel: pid 83893 >>> (genmodes), uid 0: exited on signal 10 (core dumped) Nov 15 >>> 15:56:49 server kernel: pid 83897 (genmodes), uid 0: exited on >>> signal 10 (core dumped) ... > It also happens to be the 10 years old piece of software that has not > changed in recent history. Which means that (likely) you run out of > memory, your CPU overheats or something else is wrong with your > computer, or (less likely) it is being mis-compiled by clang. As Alexander says, you must first rule out hardware problems. If it turns out there is nothing wrong with your hardware, I'm intrigued by the bus error you are getting. Is there any change you can get a backtrace on those crashes? And obviously, which compiler are you using, and which special CFLAGS, if any?