This bug seems to went away in the current unstable: ondra at fuji:/tmp$ cat crash.py from numpy import array sel = array([False,True]) p1 = array([11.]) p1[sel] = p1 ondra at fuji:/tmp$ python crash.py ondra at fuji:/tmp$ Could you please confirm it? We'll then close the bug in a week or so. Ondrej