Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de> writes:
> >>>>> "Michal" == Michal Maru¹ka <mmc@maruska.dyndns.org> writes:
> >> (interrupt-in-set? (enabled-interrupts)
> Michal> interrupt/int)
> Michal> Scheme48 heap overflow
> This is not a bug, you just confused the order of the arguments.
I keep confusing order, but i consider heap overflow
in scheme VM a bug.
today i happened to this:
(error 'diff diff)
skips to the handler:
(lambda (c next)
(logformat "exception: ~s ~s-> escaping the loop\n"
c (nth 1 c))
(cont #f))
i was getting another heap overflow, just to discover NTH's proper arguments.
s48 seems fragile to me.
am i wrong ?
|