From owner-freebsd-arm@FreeBSD.ORG Fri Feb 19 03:44:50 2010 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 8EDD41065693; Fri, 19 Feb 2010 03:44:50 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 4D9248FC26; Fri, 19 Feb 2010 03:44:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o1J3e6x9077557; Thu, 18 Feb 2010 20:40:06 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 18 Feb 2010 20:40:12 -0700 (MST) Message-Id: <20100218.204012.468378203358324036.imp@bsdimp.com> To: ticso@cicely.de, ticso@cicely7.cicely.de From: "M. Warner Losh" In-Reply-To: <20100219033000.GZ43625@cicely7.cicely.de> References: <20100218131010.GQ50403@deviant.kiev.zoral.com.ua> <20100219031200.GY43625@cicely7.cicely.de> <20100219033000.GZ43625@cicely7.cicely.de> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: kostikbel@gmail.com, arm@freebsd.org, current@freebsd.org Subject: Re: bind fails with sig11 on start / pthread failure 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: Fri, 19 Feb 2010 03:44:50 -0000 In message: <20100219033000.GZ43625@cicely7.cicely.de> Bernd Walter writes: : On Fri, Feb 19, 2010 at 04:12:00AM +0100, Bernd Walter wrote: : > On Thu, Feb 18, 2010 at 03:10:10PM +0200, Kostik Belousov wrote: : > > On Thu, Feb 18, 2010 at 01:49:07PM +0100, Bernd Walter wrote: : > > > On Tue, Feb 16, 2010 at 07:39:51PM +0100, Bernd Walter wrote: : > > > > On Mon, Feb 15, 2010 at 10:39:07PM +0100, Bernd Walter wrote: : > [Switching to thread 4 (Thread 20804140 (LWP 100053))]#0 0x0015755c in isc_atomic_cmpxchg () : > (gdb) bt : > #0 0x0015755c in isc_atomic_cmpxchg () : > #1 0x00157dac in isc_rwlock_lock () : > #2 0x000f9790 in dns_db_register () : > #3 0x0004d590 in dns_sdb_register () : > #4 0x0000c974 in ns_builtin_init () : > #5 0x0001aa90 in $a () : > #6 0x0001aa90 in $a () : > : > isc_atomic_cmpxchg really sounds quite interesting though. : > It is not only the crashing function it is also a type of function which : > sounds error prune. : : For me it looks like a bug in bind itself. : It is in contrib/bind9/lib/isc/arm/include/isc/atomic.h. : My assumption is that either the assembly is broken or it gets an : invalid pointer. : I'm not very expirienced with ARM assembly. : Warner - it names you in the copyright, so very likely you know this code. : I will build a debug version of bind, but as usual it will take some : time... Damn. It wasn't me. Oh, wait, maybe it was... I'll try to look at it tomorrow... Warner