[issue11960] Python crashes when running numpy test

2011-04-30 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: The issue is actually in numpy. In numpy/f2py/src/fortranobject.c, function array_from_pyobj(), there is:: sprintf(mess,"failed to initialize intent(inout|inplace|cache) array" " -- input must be array but got %s",

[issue11960] Python crashes when running numpy test

2011-04-29 Thread Ezio Melotti
Ezio Melotti added the comment: Can you try with Python 3.2 (and/or get the dev version of 3.3 from http://hg.python.org/cpython and compile it)? It would be also useful to know what test exactly causes the segfault and see its code. Note that this might also be a numpy issue, so it might be u

[issue11960] Python crashes when running numpy test

2011-04-29 Thread Alex Lai
New submission from Alex Lai : Hi experts, I’m wondering if anyone would look into this issue. We recently installed Python 3.1.2 on a Solaris 10 machine. While testing numpy package, Python crashed with the following error: sbtorsvr391:~ $ cd /home/dcottr/local/tests sbtorsvr391: