[M3devel] Mika's thread test, -tests read

Mika Nystrom mika at async.caltech.edu
Sat Apr 28 18:50:38 CEST 2012


Yes I have done it with user threads on CM3.  

(BTW, that is the configuration I always use on Darwin and Linux for "work".)

There are a few ways of doing the configuration.  The main thing is that the
file 

m3-libs/m3core/src/thread/m3makefile

contains the code >>>

include_dir ("Common")


if equal (OS_TYPE, "WIN32") or equal(TARGET, "NT386")
    include_dir ("WIN32")
else
    if (NO_USER_THREADS contains TARGET) or ((not defined("NOPTHREAD")) and USE_PTHREADS{TARGET})
        include_dir("PTHREAD")
    else
        include_dir (OS_TYPE)
    end
end

<<<

NO_USER_THREADS and USE_PTHREADS come from the config file.

     Mika

=?utf-8?Q?Dragi=C5=A1a_Duri=C4=87?= writes:
>Mika said it does not happen with user threads. But he also said he is =
>using pm3 mostly=E2=80=A6 So question is - did he run it with cm3, any =
>version, with user threads.
>
>What are build parameters for cm3 with user threads?=20
>
>On Apr 28, 2012, at 2:58 PM, Antony Hosking wrote:
>
>> That means it is even more serious.
>> Can we verify that it only happens with pthread threading?
>>=20
>> Sent from my iPad
>>=20
>> On Apr 28, 2012, at 1:49 AM, Dragi=C5=A1a Duri=C4=87 =
><dragisha at m3w.org> wrote:
>>=20
>>> It's not only AMD64_* if it's any consolation: :)



More information about the M3devel mailing list