From owner-freebsd-arm@FreeBSD.ORG Mon Dec 5 11:06:54 2011 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 696FB1065678 for ; Mon, 5 Dec 2011 11:06:54 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 575508FC29 for ; Mon, 5 Dec 2011 11:06:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pB5B6s7o081116 for ; Mon, 5 Dec 2011 11:06:54 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pB5B6rvu081114 for freebsd-arm@FreeBSD.org; Mon, 5 Dec 2011 11:06:53 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 5 Dec 2011 11:06:53 GMT Message-Id: <201112051106.pB5B6rvu081114@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-arm@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-arm@FreeBSD.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2011 11:06:54 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o arm/162159 arm [panic] USB errors leading to panic on DockStar 9.0-RC o arm/161110 arm /usr/src/sys/arm/include/signal.h is bad o arm/161044 arm devel/icu does not build on arm o arm/160431 arm [patch] Disable interrupts during busdma cache sync op o arm/158950 arm arm/sheevaplug fails fsx when mmap operations are enab o arm/156814 arm OpenRD Ultimate does not boot on DB-88F6XXX or SHEEVAP o arm/156496 arm [patch] Minor bugfixes and enhancements to mmc and mmc o arm/155894 arm [patch] Enable at91 booting from SDHC (high capacity) o arm/155214 arm [patch] MMC/SD IO slow on Atmel ARM with modern large o arm/154227 arm [geli] using GELI leads to panic on ARM o arm/154189 arm lang/perl5.12 doesn't build on arm o arm/153380 arm Panic / translation fault with wlan on ARM o arm/150581 arm [irq] Unknown error generates IRQ address decoding err o arm/149288 arm mail/dovecot causes panic during configure on Sheevapl o arm/134368 arm [patch] nslu2_led driver for the LEDs on the NSLU2 p arm/134338 arm [patch] Lock GPIO accesses on ixp425 16 problems total. From owner-freebsd-arm@FreeBSD.ORG Tue Dec 6 02:17:42 2011 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0537C106564A for ; Tue, 6 Dec 2011 02:17:42 +0000 (UTC) (envelope-from mrossi@swin.edu.au) Received: from gpo2.cc.swin.edu.au (gpo2.cc.swin.edu.au [136.186.1.31]) by mx1.freebsd.org (Postfix) with ESMTP id 955D48FC12 for ; Tue, 6 Dec 2011 02:17:41 +0000 (UTC) Received: from mrossi.caia.swin.edu.au (mrossi.caia.swin.edu.au [136.186.229.109]) by gpo2.cc.swin.edu.au (8.14.3/8.14.3) with ESMTP id pB61rH81017025 for ; Tue, 6 Dec 2011 12:53:17 +1100 Message-ID: <4EDD758D.30603@swin.edu.au> Date: Tue, 06 Dec 2011 12:53:17 +1100 From: Mattia Rossi User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:8.0) Gecko/20111124 Thunderbird/8.0 MIME-Version: 1.0 To: freebsd-arm@freebsd.org References: <4EB90D88.30508@swin.edu.au> In-Reply-To: <4EB90D88.30508@swin.edu.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Python CTypes crash Python 2.7.2 - was: Waf segfaults on ARM X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Dec 2011 02:17:42 -0000 So, an update here: I was able to narrow the problem down to Python CTypes. The module should be working on ARM according to various sources, so I think this is a FreeBSD issue. Python 2.7.2 will crash upon import of ctypes: dreamplug# python Python 2.7.2 (default, Dec 1 2011, 22:46:25) [GCC 4.2.1 20070831 patched [FreeBSD]] on freebsd9 Type "help", "copyright", "credits" or "license" for more information. >>> import ctypes Abort (core dumped) The backtrace: (gdb) bt #0 0x2020dd10 in thr_kill () from /lib/libc.so.7 #1 0x201a8314 in pthread_sigmask () from /lib/libthr.so.3 #2 0x201a8964 in raise () from /lib/libthr.so.3 #3 0x202aba6c in abort () from /lib/libc.so.7 #4 0x203a5680 in __clear_cache () from /usr/local/lib/python2.7/lib-dynload/_ctypes.so #5 0x203a5680 in __clear_cache () from /usr/local/lib/python2.7/lib-dynload/_ctypes.so This makes it impossible to run waf, as it uses ctypes, and obviously any other program that uses them. One result is: no samba on ARM. Mat On 08/11/2011 22:07, Mattia Rossi wrote: > Well, the title says it. > > Waf, (code.google.com/p/waf) segfaults on ARM when it get's into the > main routine and tries to import Scripting. > > I don't even know where the Scripting import comes from, as it's not > available if I execute python on the command line > > Python version used: 2.7.2_2 > > Python itself seems to work fine otherwise. > > Waf is used by samba and tdb and who knows what else. > > Can anyone confirm the bug? > > Mat > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" From owner-freebsd-arm@FreeBSD.ORG Fri Dec 9 19:48:10 2011 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3EC1106564A for ; Fri, 9 Dec 2011 19:48:09 +0000 (UTC) (envelope-from jhein@symmetricom.com) Received: from duck.timing.com (duck.symmetricom.us [206.168.13.214]) by mx1.freebsd.org (Postfix) with ESMTP id B34458FC0A for ; Fri, 9 Dec 2011 19:48:09 +0000 (UTC) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by duck.timing.com (8.14.4/8.14.4) with ESMTP id pB9JMvSK050532 for ; Fri, 9 Dec 2011 12:22:57 -0700 (MST) (envelope-from jhein@symmetricom.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.14.5/8.14.5) with ESMTP id pB9JMnrh051842; Fri, 9 Dec 2011 12:22:49 -0700 (MST) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.14.5/8.14.5/Submit) id pB9JMnaB051841; Fri, 9 Dec 2011 12:22:49 -0700 (MST) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20194.24585.409976.445767@gromit.timing.com> Date: Fri, 9 Dec 2011 12:22:49 -0700 From: John Hein To: arm@freebsd.org X-Mailer: VM 8.2.0a1-trunk.r1262 under 23.3.1 (i386-portbld-freebsd7.3) Cc: Subject: quick summary of arm families on freebsd X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2011 19:48:10 -0000 What's the status of new arm families (e.g., ARMv6/7) on freebsd? Pointers to svn or p4 are fine. Particular interest at the moment on Cortex A8 (e.g., on many of the TI ARMs).