14 Oct
2003
14 Oct
'03
11:31 a.m.
Hugs98 Version: Nov 2002 crashes when evaluating the following line let x = x+1 in x Of course this line is quite stupid, but none the less the interpreter should not crash... Cheers, Felix "Bumblebee" Hummel
14 Oct
14 Oct
6:12 p.m.
At 13:31 +0200 2003/10/14, Felix Hummel wrote:
Hugs98 Version: Nov 2002 crashes when evaluating the following line
let x = x+1 in x
Of course this line is quite stupid, but none the less the interpreter should not crash...
This is not a bug, but a feature: :-) It is up to the each implementation, typically the OS to pick up memory overflows. The MacOS pre-X version Pablo and I made has some code installed that resets it when memory overflows. Hans Aberg
8296
Age (days ago)
8296
Last active (days ago)
1 comments
2 participants
participants (2)
-
Felix Hummel -
Hans Aberg