Hi Francisco, this doesn't reproduce for me in Cog 2538. But I notice that a fresh Pharo 1.4 doesn't have any windows in it and so one has to open a workspace to run the code snippet. Are you using an image that has more windows? If so, could you point me to the image and changes? e.g. by putting them on a case on the Pharo bugtracker. Thanks On Sun, Mar 25, 2012 at 3:16 PM, Francisco Garau <francisco.garau@gmail.com>wrote:
Hi - a short code snippet that crashes the CogVM in WindowsXP using a fresh Pharo 1.4 image.
Open a System Browser and evaluate the below in a Workspace.
window := SystemWindow allInstances first. aForm := window imageForm offset: 0@0. startPoint := (-194@61). endPoint := (276.0@134.0). aForm slideFrom: startPoint to: endPoint nSteps: 12 delay: 15.
Cheers, Francisco
-- best, Eliot