[plt-scheme] memory error

From: Eli Barzilay (eli at barzilay.org)
Date: Wed Sep 14 17:04:23 EDT 2005

On Sep 14, Hans Oesterholt wrote:
> Hmm, I'm getting this using
> 
>   (display xyz)
> 
> using
> 
>   (write xyz)
> 
> doesn't trigger the error.
> 
> What's the difference?

This is weird.  You can try to divert the output someplace else and
see what's the difference.


> Eli Barzilay schreef:
> 
> >On Sep 14, Hans Oesterholt wrote:
> >  
> >>Hello,
> >>
> >>error writing to stream port (Not enough storage is available to process 
> >>this command.; errno=8)
> >>
> >>What limit am I getting at, when this error happens?
> >
> >The parenthesized text is the error message that your OS returned.
> >(And pretty clear in this case...)

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.