Re: [Caml-list] fork() and threads in ocaml 3.11

2008-12-18 Thread Anastasia Gornostaeva
On Thu, Dec 18, 2008 at 03:51:48PM +0100, Xavier Leroy wrote: [...] > > hangs on my FreeBSD 7.0. > > This could be the same problem reported under MacOS X as PR#4666 in > the bug tracker. Apparently, MacOS X doesn't allow a process having > multiple threads to perform an exec*() system call. M

Re: [Caml-list] Freeze in 64-bit Windows Num module

2008-12-18 Thread Reed Wilson
Thanks Xavier. I just posted a bug after David replied (#4676). I'd be willing to test out changes if necessary. Thanks again, On Thu, Dec 18, 2008 at 6:53 AM, Xavier Leroy wrote: > > I have an issue with using the Num module in my Win64 OCaml compi

[Caml-list] Promo Logiciel BIO-FEEDBACK jusqu au 31 decembre 2008

2008-12-18 Thread Zenlatitudes
Auteur|Cours|Seminaires|Coaching|Materiels|CD/MP3|Livres|Boutique|Home Forum|Point Zen|Media|Activites|Presse|Events|Club|Liens|News|Contact S'OFFRIR... L'HARMONIE... Grâce au logiciel de cohérence cardiaque BIO-BALANCE Promotion de fin d'annee 2008* Recevez à l'achat d'un logiciel Bio-Bal

Re: [Caml-list] Freeze in 64-bit Windows Num module

2008-12-18 Thread Xavier Leroy
> I have an issue with using the Num module in my Win64 OCaml compile. > Whenever I try to operate on numbers that are too large it will lock up. I'll try to look into this, but it would help if you'd submit a problem report through the bug tracking system. - Xavier Leroy ___

Re: [Caml-list] fork() and threads in ocaml 3.11

2008-12-18 Thread Xavier Leroy
> The program > > open Unix > > let os = (let f = open_process_in "uname -sr" in > let answer = input_line f in > ignore (close_process_in f); answer) > > let _ = > let f () = > print_endline os > in > let t = Thread.create f () in > Thread.join t > > hangs on my

[Caml-list] camlidl + mingw + 3.11 ?

2008-12-18 Thread Matthieu Dubuget
Hello, I was not able to compile and install correctly camlidl with OCaml 3.11 (mingw version). Did anybody succeed, or should camlidl be adapted? Thanks in advance. Matt ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-

[Caml-list] Change of behaviour of ocaml -make-runtime with 3.11.0

2008-12-18 Thread Bertrand Jeannet
1. With OCaml 3.11.0, if I write ocamlc.opt -o myrun -make_runtime unix.cma ocamlc.opt -o essai -use_runtime myrun unix.cma essai.ml (with essai.ml: let x = Unix.time() in Format.printf "Here1 %...@." x;;) and then ./essai I get the following error message: Fatal error: cannot load shared libr