david135 / ypsilon

Automatically exported from code.google.com/p/ypsilon
Other
0 stars 0 forks source link

problem with 2.2250738585072012e-308 #148

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the program:

#!r6rs
(import (rnrs))
(write 2.2250738585072012e-308 )(newline)

What is the expected output? What do you see instead?
It should print the number.  It prints: fatal: heap memory overflow (32MB).

What version of the product are you using? On what operating system?
Ypsilon 0.9.6-trunk/r503 Copyright (c) 2009 Y.Fujita, LittleWing Company 
Limited.  i686-pc-linux-gnu.

Original issue reported on code.google.com by mrc....@gmail.com on 9 Feb 2011 at 9:42