When I run this, I see a message at the bottom of the DrRacket window (in red):

  Background expansion terminated abnormally (out of memory)

do you see this message?

Robby


On Thu, Feb 4, 2016 at 10:29 PM, jon stenerson <jonstener...@comcast.net> wrote:
>
> #lang racket
> (let ((x 1))
>   (letrec-syntax ((m (lambda (t) (syntax (m)))))
>     (m)))
>
> When I run this in DrRacket 6.3 on Win 10 it starts looping. I hit the stop
> button. The interaction window says "user break" and is ready for another
> command.
>
> However, the windows task manager shows DrRacket being very active and
> eating more and more memory. After a minute DrRacket crashes. I guess the
> bug is that the stop button doesn't stop the expander?
>
> Jon
>
> --
> You received this message because you are subscribed to the Google Groups
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to