Browse thread
timer
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2005-01-31 (22:51) |
From: | Alain Frisch <Alain.Frisch@i...> |
Subject: | Re: [Caml-list] timer |
Anastasia Gornostaeva wrote: > This module does not work when is compiled for native-code mode and is linked > with libc_r under FreeBSD 5.x > As bytecode it works perfectly, but i want native-code. It seems that the support for threads is broken in FreeBSD. Maybe this explains your problems. From GODI FAQ: ---------------------------------------------------------------------- Why are POSIX threads disabled for FreeBSD? ---------------------------------------------------------------------- Because they don't work well enough, i.e. there is a problem in the threading implementation of FreeBSD. For a description of the problem, see tickets 1820, 1821 of the O'Caml bug database: http://caml.inria.fr/bin/caml-bugs/not%20a%20bug?id=1820;page=47;user=guest http://caml.inria.fr/bin/caml-bugs/not%20a%20bug?id=1821;page=48;user=guest -- Alain