From owner-freebsd-current@FreeBSD.ORG Wed Aug 2 23:23:18 2006 Return-Path: X-Original-To: current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B01116A4E1; Wed, 2 Aug 2006 23:23:18 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DC7743D93; Wed, 2 Aug 2006 23:22:53 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.1.56] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.6/8.13.6) with ESMTP id k72NMfwP032947 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 2 Aug 2006 16:22:43 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <44D133A5.5090301@FreeBSD.org> Date: Wed, 02 Aug 2006 16:22:13 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Steve Kargl References: <44D12AC0.90009@sippysoft.com> <20060802230803.GA32778@troutmask.apl.washington.edu> In-Reply-To: <20060802230803.GA32778@troutmask.apl.washington.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "current@freebsd.org" , freebsd-ppc@FreeBSD.org Subject: Re: Looks like threading is b0rken on FreeBSD/powerpc X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Aug 2006 23:23:18 -0000 Steve Kargl wrote: > On Wed, Aug 02, 2006 at 03:44:16PM -0700, Maxim Sobolev wrote: >> Apparently threading is b0rken on the FreeBSD/powerpc - csup(8) dumps >> core with seg 11. The same csup(8) version compiled on 6.0 works just >> fine on the same 7-CURRENT kernel. >> > > What does ldd show? [sobomax@sobomac ~]$ ldd /usr/bin/csup /usr/bin/csup: libcrypto.so.5 => /lib/libcrypto.so.5 (0x2186b000) libz.so.3 => /lib/libz.so.3 (0x219d1000) libpthread.so.2 => /lib/libpthread.so.2 (0x219f4000) libc.so.7 => /lib/libc.so.7 (0x21a2b000) -Maxim