From owner-freebsd-current@FreeBSD.ORG Fri Oct 22 16:20:56 2004 Return-Path: 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 D488D16A4CE for ; Fri, 22 Oct 2004 16:20:56 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B50343D1D for ; Fri, 22 Oct 2004 16:20:56 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i9MGLSKd061366; Fri, 22 Oct 2004 10:21:29 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <417932FF.4040206@freebsd.org> Date: Fri, 22 Oct 2004 10:19:11 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: matth@netsight.co.uk References: <6.1.2.0.2.20041022154756.02b67090@202.179.0.80> <32C33A5ACC16924A80AC1084@jesk.int.de.clara.net> <61089.147.114.226.175.1098433204.squirrel@mail.testbed.netsight.co.uk> In-Reply-To: <61089.147.114.226.175.1098433204.squirrel@mail.testbed.netsight.co.uk> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: jesk@killall.org cc: Ganbold cc: freebsd-current@freebsd.org Subject: Re: mysql super-smack test on FreeBSD 5.3-RC1 amd64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 22 Oct 2004 16:20:57 -0000 Matt Hamilton wrote: >>Did you turned of HTT? >>try to set "sysctl machdep.hlt_logical_cpus=1" and test again. >>did you compile with linuxthreads or pthreads? > > > You can't (according to the ports) compile LinuxThreads on non-i386 > platforms. > > I am still trying to find out why python 2.3.4 will not compile and run > its test suite on FreeBSD 5/AMD64. It runs for on i386, but not on AMD64, > it just core dumps when doing anything stack-heavy when compiled with > threading. The fact it works with i386 and not AMD64 leads me to believe > it is a problem with FreeBSD, not python (works fine on -stable on i386 > too). > > The normal tricks on increasing the stack size for pthreads doesn't seem > to help at all. I've tried linking against -libpthread, -libkse and > -libthr and all get the same results. I've not tried it with -RC1 yet, > the latest was -B7. libpthread and libkse are the same. Can you try linking to libc_r instead? Scott