The following snippet utilizing a rank-0 array will segfault numpy:
import numpy
a = numpy.array(4)
b = numpy.arange(10)
a *= b
(Build '0.9.7.2301' using VC7 on windows).
I'll file a better bug report tomorrow, assuming this hasn't been fixed,
but I'm on my way out the door.
-tim