[SciPy-dev] scipy_core revision 1456 segfaults on Solaris

Christopher Hanley chanley at stsci.edu
Thu Nov 10 10:39:24 EST 2005



Christopher Hanley wrote:
> Greetings,
> 
> Revision 1456 of scipy_core causes a segfault running under Solaris in 
> "Test count"  while running scipy.test(10,10).  However, this problem 
> does NOT occur on my Redhat Enterprise 3 workstation.
> 
> Test of pickling ... ok
> Test of put ... ok
> Test of take, transpose, inner, outer products ... ok
> Test various functions such as sin, cos. ... ok
> Test countSegmentation fault (core dumped)
> 


So far, I have localized the failure to line
"self.failUnless (eq(0, array(1,mask=[1])))" in
def check_xtestCount(self) of test_ma.py.

Chris




More information about the SciPy-Dev mailing list