CRASH - physics.addBody

When I add the body, Corona crashes with the following error. If I comment out the physics.addBody line, the image is properly shown onscreen. Any ideas?

Corona Terminal: line 9: 19362 Bus error “$path/Corona Simulator.app/Contents/MacOS/Corona Simulator” $*
logout

require "physics" local img = display.newImage( "myImage.png" ) physics.addBody( img, { density=3.0, friction=0.5, bounce=0.3 } ) [import]uid: 4596 topic_id: 8439 reply_id: 308439[/import]

Ah geez, forgot physics.start() [import]uid: 4596 topic_id: 8439 reply_id: 30234[/import]

I’ve done this plenty of times myself; also, forgetting to set gravity is a big on for me - I once spent literally 10 minutes trying to figure out why my balloon wasn’t moving! [import]uid: 10144 topic_id: 8439 reply_id: 30924[/import]