From: Christopher H. <ch...@st...> - 2006-06-26 12:54:08
|
Greetings, Numpy revision 2680 causes a segfault in the unit tests on the Solaris 8 OS. The unit tests fail with the at the following test: check_vecobject (numpy.core.tests.test_numeric.test_dot)Segmentation Fault (core dumped) I can try and isolate what in the test is failing. What I can tell you now is that revision 2677 built and tested with no issues so the suspect change was made to one of the following files: U numpy/numpy/f2py/lib/typedecl_statements.py U numpy/numpy/f2py/lib/block_statements.py U numpy/numpy/f2py/lib/splitline.py U numpy/numpy/f2py/lib/parsefortran.py U numpy/numpy/f2py/lib/base_classes.py U numpy/numpy/f2py/lib/readfortran.py U numpy/numpy/f2py/lib/statements.py U numpy/numpy/core/src/arrayobject.c U numpy/numpy/core/tests/test_numeric.py Chris |