[racket] DrRacket Crashes?

From: Adam Golding (adamgolding at adamgolding.com)
Date: Mon Dec 17 18:07:00 EST 2012

Hi, DrRacket is crashing while I am using this code (from 'picturing
programs'):

(require picturing-programs)

(big-bang (overlay pic:calendar (rectangle 100 100 "solid" "white"))
(on-draw show-it) (on-tick rotate-cw 1/2))

To reproduce:

1. Start Dr. Racket
2. Paste the above code in the definitions pane
3. Press CTRL+R
4. Left-click the 'x' to close the resulting animation window
5. Press CTRL+R



I'm using Dr. Racket 5.3 on Win 7 64-bit.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20121217/cc742e62/attachment.html>

Posted on the users mailing list.