From owner-freebsd-questions@FreeBSD.ORG Fri Feb 16 00:41:43 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CD80216A408 for ; Fri, 16 Feb 2007 00:41:43 +0000 (UTC) (envelope-from bjoernerik@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.freebsd.org (Postfix) with ESMTP id 689B813C474 for ; Fri, 16 Feb 2007 00:41:42 +0000 (UTC) (envelope-from bjoernerik@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so3028ugh for ; Thu, 15 Feb 2007 16:41:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=DDsGYgaxv5KJwCFIj3LZweXWYwQM55EiMYNANh5xKPCgFsE6f7TZ1fsWoJuhsno5xLpcZ/PjoUwHnAn/Wnh8is6n+IaOWIUFMG0Fk7b7/JNTgXtnU/3JJkUPJqXXs5eE9tjHilcuJyL2hCQncNx3CgpAgsMiW0Y52qFv/c6qsTI= Received: by 10.67.22.14 with SMTP id z14mr2283113ugi.1171584810073; Thu, 15 Feb 2007 16:13:30 -0800 (PST) Received: from ?10.0.0.8? ( [80.202.105.250]) by mx.google.com with ESMTP id 59sm3376764ugf.2007.02.15.16.13.28; Thu, 15 Feb 2007 16:13:29 -0800 (PST) Message-ID: <45D4F724.6060301@gmail.com> Date: Fri, 16 Feb 2007 01:13:24 +0100 From: =?ISO-8859-1?Q?Bj=F8rn_Erik_Sj=F8tun?= User-Agent: Mail/News 1.5.0.9 (X11/20070124) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20070214115545.GA19424@murphy.redbrick.dcu.ie> <20070214212653.GA21536@murphy.redbrick.dcu.ie> In-Reply-To: <20070214212653.GA21536@murphy.redbrick.dcu.ie> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: Compile of Python 2.4.4 core dumps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Feb 2007 00:41:43 -0000 Rob Gallagher wrote: > On Wed, Feb 14, 2007 at 01:54:36PM +0100, Niclas Zeising wrote: >> Usually if a compile coredumps it's due to faulty memory or other >> hardware. Might be good to check that first. Especially since it >> worked flawlessly on another box. >> HTH >> //Niclas >> > > Thanks for the reply. I'm unsure if it's down to faulty memory because the machine is very new > and I don't get core dumps when compiling or running any other software. Also, in my experience > hardware faults have caused compiles to behave erraticlly, ie: bombing out at random stages in > the build process - this core dump always occurs at exactly the same point (compilation of the > curses module). > I am experiencing the same problem (also running 6.2-RELEASE), so your hardware is not the cause. I'm afraid I don't have any helpful ideas, though. Bjørn