[EMAIL PROTECTED] reports the following problem.
Version: 1.3b
OS: windows 3.11
compiler:
configuration:
Expected behaviour:
The precompiled version of hugs 1.3b for 16bit windows
crashes when I execute foo 3
such that:
foo x = x + (foo x)
We expect an infinite computation, not a complete crash of
the interpreter.
Observed behaviour:
The interpreter crashes almost instantaneously, causing
an application error. I have only tried this on
one machine, however, 3.11 machines are rather rare at
melbourne uni.
Transcript:
foo x = x + (foo x)
? foo 3 -- could be foo `anynumber`
-- interpreter crash --
Code: