[MLton] compiled binary freezes on solaris during
LargeReal.fromLargeInt()
Nicolas Bertolotti
Nicolas.Bertolotti at mathworks.fr
Mon Sep 15 10:44:27 PDT 2008
Hello,
When you compile and run the following program on Solaris, using a compiler based on the latest SVN sources (r6853):
val _ = print("OK1\n");
val x = Time.toNanoseconds(Time.now());
val _ = print("OK2\n");
val y = LargeReal.fromLargeInt(x);
val _ = print("OK3\n");
It freezes (using all CPU resources) after printing the string < OK2 >.
The same piece of code runs fine when it is built using the latest official release.
Any idea?
Thanks in advance
Nicolas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mlton.org/pipermail/mlton/attachments/20080915/7c4210eb/attachment.html
More information about the MLton
mailing list