scsh-users
[Top] [All Lists]

heap overflows (Was: C-c transactions)

To: scsh-bugs@zurich.ai.mit.edu
Subject: heap overflows (Was: C-c transactions)
From: mmc@maruska.dyndns.org (Michal Maruška)
Date: 13 Apr 2002 15:40:56 +0200
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 ?

<Prev in Thread] Current Thread [Next in Thread>