[plt-scheme] memory error
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!