From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 19A80BC88 for ; Mon, 31 Jan 2005 23:51:27 +0100 (CET) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id j0VMpQer003716 for ; Mon, 31 Jan 2005 23:51:26 +0100 Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id XAA24486 for ; Mon, 31 Jan 2005 23:51:25 +0100 (MET) Received: from postfix4-1.free.fr (postfix4-1.free.fr [213.228.0.62]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j0VMpPha014733 for ; Mon, 31 Jan 2005 23:51:25 +0100 Received: from [192.168.0.1] (rkeller-6-82-229-183-156.fbx.proxad.net [82.229.183.156]) by postfix4-1.free.fr (Postfix) with ESMTP id 45870288CB5 for ; Mon, 31 Jan 2005 22:23:28 +0100 (CET) Message-ID: <41FEA154.30006@inria.fr> Date: Mon, 31 Jan 2005 22:21:24 +0100 From: Alain Frisch User-Agent: Mozilla Thunderbird 0.9 (X11/20041124) X-Accept-Language: en-us, en MIME-Version: 1.0 To: caml-list@inria.fr Subject: Re: [Caml-list] timer References: <20050103015835.GA22656@ermine.home> <41D9ED2A.8080906@compiler.kaist.ac.kr> <20050131193324.GA77148@ermine.home> In-Reply-To: <20050131193324.GA77148@ermine.home> X-Enigmail-Version: 0.89.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-Miltered: at concorde with ID 41FEB66E.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at nez-perce with ID 41FEB66D.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; frisch:01 frisch:01 caml-list:01 wrote:01 native-code:01 libc:01 bytecode:01 native-code:01 threads:01 posix:01 threads:01 threading:01 o'caml:01 bug:01 bug:01 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on yquem.inria.fr X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.2 X-Spam-Level: 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