Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Oct 2004 10:19:11 -0600
From:      Scott Long <scottl@freebsd.org>
To:        matth@netsight.co.uk
Cc:        freebsd-current@freebsd.org
Subject:   Re: mysql super-smack test on FreeBSD 5.3-RC1 amd64
Message-ID:  <417932FF.4040206@freebsd.org>
In-Reply-To: <61089.147.114.226.175.1098433204.squirrel@mail.testbed.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>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?417932FF.4040206>