From owner-freebsd-questions@FreeBSD.ORG Wed Feb 14 12:16:35 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 52AA316A401 for ; Wed, 14 Feb 2007 12:16:35 +0000 (UTC) (envelope-from rob@redbrick.dcu.ie) Received: from hawk.dcu.ie (mail.dcu.ie [136.206.1.5]) by mx1.freebsd.org (Postfix) with ESMTP id 197BE13C428 for ; Wed, 14 Feb 2007 12:16:34 +0000 (UTC) (envelope-from rob@redbrick.dcu.ie) Received: from deathray.redbrick.dcu.ie (136.206.15.3) by hawk.dcu.ie (7.3.120) id 45AD34A8003A4EE1 for freebsd-questions@freebsd.org; Wed, 14 Feb 2007 11:55:45 +0000 Received: from login.redbrick.dcu.ie ([2001:770:107:15::50] helo=murphy.redbrick.dcu.ie ident=Debian-exim) by deathray.redbrick.dcu.ie with esmtp (Exim 4.50) id 1HHIjh-0008EO-Ly for freebsd-questions@freebsd.org; Wed, 14 Feb 2007 11:55:45 +0000 Received: from rob by murphy.redbrick.dcu.ie with local (Exim 4.60) (envelope-from ) id 1HHIjh-00023t-Ei for freebsd-questions@freebsd.org; Wed, 14 Feb 2007 11:55:45 +0000 Date: Wed, 14 Feb 2007 11:55:45 +0000 From: Rob Gallagher To: freebsd-questions@freebsd.org Message-ID: <20070214115545.GA19424@murphy.redbrick.dcu.ie> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 Subject: 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: Wed, 14 Feb 2007 12:16:35 -0000 Hi, Upgrading to latest version of python24 port (2.4.4), the compilation process core dumps shortly after it begins. Here is the output leading up to the core dump: cc -DNDEBUG -O2 -fno-strict-aliasing -pipe -D__wchar_t=wchar_t -DTHREAD_STACK_SIZE=0x20000 -fPIC -fno-strict-aliasing -I. -I/usr/ports/lang/python24/work/Python-2.4.4/./Include -I/usr/local/include -I/usr/ports/lang/python24/work/Python-2.4.4/Include -I/usr/ports/lang/python24/work/Python-2.4.4 -c /usr/ports/lang/python24/work/Python-2.4.4/Modules/_cursesmodule.c -o build/temp.freebsd-6.2-RELEASE-i386-2.4/_cursesmodule.o cc -shared -pthread -O2 -fno-strict-aliasing -pipe -D__wchar_t=wchar_t -DTHREAD_STACK_SIZE=0x20000 build/temp.freebsd-6.2-RELEASE-i386-2.4/_cursesmodule.o -L/usr/local/lib -lncurses -o build/lib.freebsd-6.2-RELEASE-i386-2.4/_curses.so Segmentation fault (core dumped) I'm running 6.2-RELEASE. I've upgraded another 6.2 box to python 2.4.4 without a problem, so I'm thinking the issue must lie with something on this system. rg -- "We have an announcement to make... uh... on July 4th of this year, America will blow up the moon."