The followind code generates "Process Python segmentation fault". Is it expected, or a bug? from numarray import * from numarray.ieeespecial import * x = arange(10, typecode='d') x[5] = nan del x[getnan(x)] -- Daehyok Shin