From owner-freebsd-ppc@FreeBSD.ORG Wed Aug 2 22:44:49 2006 Return-Path: X-Original-To: freebsd-ppc@FreeBSD.ORG Delivered-To: freebsd-ppc@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07AB916A4E1; Wed, 2 Aug 2006 22:44:49 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 514A343D49; Wed, 2 Aug 2006 22:44:47 +0000 (GMT) (envelope-from sobomax@sippysoft.com) 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 k72MiiaU032478 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 2 Aug 2006 15:44:45 -0700 (PDT) (envelope-from sobomax@sippysoft.com) Message-ID: <44D12AC0.90009@sippysoft.com> Date: Wed, 02 Aug 2006 15:44:16 -0700 From: Maxim Sobolev Organization: Sippy Software User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: "current@freebsd.org" , freebsd-ppc@FreeBSD.ORG Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Looks like threading is b0rken on FreeBSD/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Aug 2006 22:44:49 -0000 Hi, 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. Unfortunately lack of gdb doesn't allow to extract backtrace out of core file. Any ideas? -Maxim