From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ironport2-out.teksavvy.com ([206.248.154.183] helo=ironport2-out.pppoe.ca) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1NYmRf-0002QY-KU for openembedded-devel@lists.openembedded.org; Sat, 23 Jan 2010 21:19:02 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Am8BAILoWktFpYYS/2dsb2JhbAAI1W+EOwSFfYRR X-IronPort-AV: E=Sophos;i="4.49,330,1262581200"; d="scan'208";a="54426550" Received: from 69-165-134-18.dsl.teksavvy.com (HELO [192.168.1.10]) ([69.165.134.18]) by ironport2-out.pppoe.ca with ESMTP; 23 Jan 2010 15:16:25 -0500 Message-ID: <4B5B5A49.3090902@slashdev.ca> Date: Sat, 23 Jan 2010 15:21:29 -0500 From: Josh Kropf User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091215 Shredder/3.0 MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <4B5B51BD.3020006@slashdev.ca> <4FB2ADE2-A098-464D-9022-E1844CDDB2DF@vanille-media.de> In-Reply-To: <4FB2ADE2-A098-464D-9022-E1844CDDB2DF@vanille-media.de> X-SA-Exim-Connect-IP: 206.248.154.183 X-SA-Exim-Mail-From: josh@slashdev.ca X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: No (on linuxtogo.org); Unknown failure Subject: Re: python-lang causing Alignment trap and Segfault X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2010 20:19:02 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Looks like the atexit module root@mini2440:~# python -v [snip] # /usr/lib/python2.6/atexit.pyo matches /usr/lib/python2.6/atexit.py import atexit # precompiled from /usr/lib/python2.6/atexit.pAlignment trap: python (2329) PC=0x403f007c Instr=0x28001c05 Address=0xffffffff FSR 0x813 yo On 01/23/2010 03:09 PM, Dr. Michael Lauer wrote: > Try running python -v to find out exactly which module is triggering > that. > > Cheers, > > :M: > > Am 23.01.2010 um 20:45 schrieb Josh Kropf : > >> I've compiled an image for my mini2440 board (armv4t) from the >> stable/2009 branch in git using angstrom distribution. >> >> One of the python packages I need depends on python-lang but I'm >> finding that python segfaults when python-lang is installed. The >> kernel logs the following before the segfault: >> >> Alignment trap: python (2303) PC=0x403f007c Instr=0x28001c05 >> Address=0xffffffff FSR 0x813 >> >> Removing python-lang package makes python work again. >> >> Just wondering if anyone has run into this problem or has some >> pointers on debugging this. >> >> Thanks, >> - Josh >> >> _______________________________________________ >> Openembedded-devel mailing list >> Openembedded-devel@lists.openembedded.org >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel