|
From: Todd M. <jm...@st...> - 2005-10-27 17:50:27
|
John A Chaves wrote: >After installing numarray-1.4.0, I get a Segmentation fault when comparing >two instances of the same string-array. For example: > > from numarray.strings import asarray > > for x in range(1000,1000000,1000): > print x > raw = ['abcde']*x > arr = asarray(raw) > arr == arr > >gives: > > 1000 > 2000 > 3000 > 4000 > 5000 > 6000 > Segmentation fault > > >Can anyone else reproduce this, or is a problem with my environment? > > Yes, I was able to reproduce this too, thanks for the report and for logging on SF. I understand the problem and am working out a fix now. Regards, Todd |