build 2013.105- display.newSnapshot seems to crash simulator

build 2013.105, (mac)

This is fine:

       background = display.newRect(0,0,200,200)

This crashes the simulator: (as soon as you Lmouse on the screen)

      snapshot = display.newSnapshot (300,300)

      background = display.newRect(0,0,200,200)

Yes, we’ve got a fix coming.

Yes, we’ve got a fix coming.