Re: [Numpy-discussion] test_multiarray.TestIO.test_ascii segmentation fault with Python2.7

2009-12-18 Thread Bruce Southey
On 12/15/2009 10:59 AM, Charles R Harris wrote: On Tue, Dec 15, 2009 at 9:51 AM, Pauli Virtanen > wrote: Tue, 15 Dec 2009 10:36:03 -0600, Bruce Southey wrote: [clip] > Program received signal SIGSEGV, Segmentation fault. setup_context > (registry=, modu

Re: [Numpy-discussion] test_multiarray.TestIO.test_ascii segmentation fault with Python2.7

2009-12-15 Thread Pauli Virtanen
Tue, 15 Dec 2009 09:59:39 -0700, Charles R Harris wrote: > Would it be appropriate to put macros for all these in config.h or some > other common spot? Having all the python version dependencies in one > spot might make it easier to keep current. I've been thinking of moving > the numpy deprecation

Re: [Numpy-discussion] test_multiarray.TestIO.test_ascii segmentation fault with Python2.7

2009-12-15 Thread Charles R Harris
On Tue, Dec 15, 2009 at 9:51 AM, Pauli Virtanen > wrote: > Tue, 15 Dec 2009 10:36:03 -0600, Bruce Southey wrote: > [clip] > > Program received signal SIGSEGV, Segmentation fault. setup_context > > (registry=, module=, > > lineno=, filename=, > > stack_level=) > > at Python/_warnings.c:449 >

Re: [Numpy-discussion] test_multiarray.TestIO.test_ascii segmentation fault with Python2.7

2009-12-15 Thread Pauli Virtanen
Tue, 15 Dec 2009 10:36:03 -0600, Bruce Southey wrote: [clip] > Program received signal SIGSEGV, Segmentation fault. setup_context > (registry=, module=, > lineno=, filename=, > stack_level=) > at Python/_warnings.c:449 > 449 PyFrameObject *f = PyThreadState_GET()->frame; (gdb) bt > #0

Re: [Numpy-discussion] test_multiarray.TestIO.test_ascii segmentation fault with Python2.7

2009-12-15 Thread Bruce Southey
On 12/15/2009 10:07 AM, Pauli Virtanen wrote: [snip] > Please also test the 1.4.x branch > > http://svn.scipy.org/svn/numpy/branches/1.4.x > > Does it fail too on Python 2.7? There are very few code changes since > 1.4.x on the path that the test exercises. > > This took a little time fi

Re: [Numpy-discussion] test_multiarray.TestIO.test_ascii segmentation fault with Python2.7

2009-12-15 Thread Bruce Southey
On 12/15/2009 10:07 AM, Pauli Virtanen wrote: > Hi, > > Tue, 15 Dec 2009 09:30:08 -0600, Bruce Southey wrote: > >> After installing Python2.7, a patched nose >> (http://bitbucket.org/kumar303/nose-2_7_fixes/ because >> unittest._TextTestResult has been removed) and numpy '1.5.0.dev8011', >> num

Re: [Numpy-discussion] test_multiarray.TestIO.test_ascii segmentation fault with Python2.7

2009-12-15 Thread Pauli Virtanen
Hi, Tue, 15 Dec 2009 09:30:08 -0600, Bruce Southey wrote: > After installing Python2.7, a patched nose > (http://bitbucket.org/kumar303/nose-2_7_fixes/ because > unittest._TextTestResult has been removed) and numpy '1.5.0.dev8011', > numpy.test crashes with a segmentation fault with the test for:

[Numpy-discussion] test_multiarray.TestIO.test_ascii segmentation fault with Python2.7

2009-12-15 Thread Bruce Southey
Hi, After installing Python2.7, a patched nose (http://bitbucket.org/kumar303/nose-2_7_fixes/ because unittest._TextTestResult has been removed) and numpy '1.5.0.dev8011', numpy.test crashes with a segmentation fault with the test for: test_multiarray.TestIO.test_ascii If I understand the test