Java Hangs When Converting 2.2250738585072012e-308
exploringbinary.com
Java Hangs When Converting 2.2250738585072012e-308
1–10 of 70 posts
Re: Java Hangs When Converting 2.2250738585072012e-308
#2Re: Java Hangs When Converting 2.2250738585072012e-308
#3user=> (def d 2.2250738585072012e-308)
Re: Java Hangs When Converting 2.2250738585072012e-308
#4The compile-time version will hang a Clojure REPL, too: user=> (def d 2.2250738585072012e-308)
Re: Java Hangs When Converting 2.2250738585072012e-308
#5The compile-time version will hang a Clojure REPL, too: user=> (def d 2.2250738585072012e-308)
Welcome to Scala version 2.8.1.final (Java HotSpot(TM) 64-Bit Server VM, Java 1.6.0_22). Type in expressions to have them evaluated. Type :help for more information.
scala> 2.2250738585072012e-308
(infinite loop)
Re: Java Hangs When Converting 2.2250738585072012e-308
#6Re: Java Hangs When Converting 2.2250738585072012e-308
#7The compiler one is pretty neat. Hung IntelliJ. Didn't hang VS.NET. Had both open, had to try.
Re: Java Hangs When Converting 2.2250738585072012e-308
#8I was always afraid that this might bite other environments too as the code that caused the issue in PHP was apparently taken from elsewhere (see http://blog.andreas.org/display?id=9 for a detailed analysis of the problem). Now this is turning out to be true.
Re: Java Hangs When Converting 2.2250738585072012e-308
#9This speaks volumes about Oracle as the Java's steward.