[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Looks like a bug...
From: |
Panagiotis Vossos |
Subject: |
Looks like a bug... |
Date: |
Tue, 19 Feb 2002 23:16:27 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
I have guile 1.5.4 installed and I discovered something strange.
guile> (define (foo n) (+ n (foo n)))
guile> (foo 10)
ERROR: Stack overflow
ABORT: (stack-overflow)
guile> thisisabug
<unnamed port>: In expression thisisabug:
<unnamed port>: Unbound variable: thisisabug
ABORT: (unbound-variable)
guile> (foo 10)
<unnamed port>: In expression thisisabug:
<unnamed port>: Stack overflow
ABORT: (stack-overflow)
The last message shows the previous unbound variable 'thisisabug'.
'foo' is just an example, this seems to happen for every function that
causes overflow. It's not serious, but it sure looks misleading..
Best Regards,
Panagiotis.
- Looks like a bug...,
Panagiotis Vossos <=