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] Freeze in 64-bit Windows Num module

2008-12-18 Thread Reed Wilson
Thanks Xavier. I just posted a bug after David replied (#4676http://caml.inria.fr/mantis/view.php?id=4676). I'd be willing to test out changes if necessary. Thanks again, On Thu, Dec 18, 2008 at 6:53 AM, Xavier Leroy xavier.le...@inria.fr wrote: I have an issue with using the Num module in my

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

2008-12-17 Thread David Allsopp
I’m seeing the same thing... David From: caml-list-boun...@yquem.inria.fr [mailto:caml-list-boun...@yquem.inria.fr] On Behalf Of Reed Wilson Sent: 17 December 2008 06:53 To: caml-list@yquem.inria.fr Subject: [Caml-list] Freeze in 64-bit Windows Num module Hi guys, I have

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

2008-12-16 Thread Reed Wilson
Hi guys, 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. For example, using: string_of_num (num_of_int max_int */ num_of_int max_int) causes the program to lock up with 100% CPU usage. This occurs in