Re: [Numpy-discussion] Segfault for np.lookfor

2011-08-22 Thread Matthew Brett
Hi, On Sun, Aug 21, 2011 at 1:53 AM, Ben Walsh wrote: > > Hi > > My bad. Very sorry about that, guys. > > There's a patch for this here: > > https://github.com/walshb/numpy/tree/fix_np_lookfor_segv > > And I submitted a pull request. I'll add something to the tests too when I > have a little more

[Numpy-discussion] Segfault for np.lookfor

2011-08-21 Thread Ben Walsh
gt; > Message: 3 > Date: Tue, 16 Aug 2011 12:15:22 -0700 > From: Matthew Brett > Subject: Re: [Numpy-discussion] Segfault for np.lookfor > To: Discussion of Numerical Python > Message-ID: > > Content-Type: text/plain; charset=ISO-8859-1 > >> >> I opened t

Re: [Numpy-discussion] Segfault for np.lookfor

2011-08-16 Thread Matthew Brett
Hi, On Tue, Aug 16, 2011 at 10:05 AM, Charles R Harris wrote: > > > On Mon, Aug 15, 2011 at 7:43 PM, Charles R Harris > wrote: >> >> >> On Mon, Aug 15, 2011 at 7:09 PM, Charles R Harris >> wrote: >>> >>> >>> On Mon, Aug 15, 2011 at 6:56 PM, Charles R Harris >>> wrote: On Mon, Au

Re: [Numpy-discussion] Segfault for np.lookfor

2011-08-16 Thread Charles R Harris
On Mon, Aug 15, 2011 at 7:43 PM, Charles R Harris wrote: > > > On Mon, Aug 15, 2011 at 7:09 PM, Charles R Harris < > charlesr.har...@gmail.com> wrote: > >> >> >> On Mon, Aug 15, 2011 at 6:56 PM, Charles R Harris < >> charlesr.har...@gmail.com> wrote: >> >>> >>> >>> On Mon, Aug 15, 2011 at 3:53 PM

Re: [Numpy-discussion] Segfault for np.lookfor

2011-08-15 Thread Charles R Harris
On Mon, Aug 15, 2011 at 7:09 PM, Charles R Harris wrote: > > > On Mon, Aug 15, 2011 at 6:56 PM, Charles R Harris < > charlesr.har...@gmail.com> wrote: > >> >> >> On Mon, Aug 15, 2011 at 3:53 PM, Matthew Brett >> wrote: >> >>> Hi, >>> >>> On current trunk, all tests pass but running the (forgive

Re: [Numpy-discussion] Segfault for np.lookfor

2011-08-15 Thread Charles R Harris
On Mon, Aug 15, 2011 at 6:56 PM, Charles R Harris wrote: > > > On Mon, Aug 15, 2011 at 3:53 PM, Matthew Brett wrote: > >> Hi, >> >> On current trunk, all tests pass but running the (forgive my language) >> doctests, I found this: >> >> In [1]: import numpy as np >> >> In [2]: np.__version__ >> Ou

Re: [Numpy-discussion] Segfault for np.lookfor

2011-08-15 Thread Charles R Harris
On Mon, Aug 15, 2011 at 3:53 PM, Matthew Brett wrote: > Hi, > > On current trunk, all tests pass but running the (forgive my language) > doctests, I found this: > > In [1]: import numpy as np > > In [2]: np.__version__ > Out[2]: '2.0.0.dev-730b861' > > In [3]: np.lookfor('cos') > Segmentation faul

[Numpy-discussion] Segfault for np.lookfor

2011-08-15 Thread Matthew Brett
Hi, On current trunk, all tests pass but running the (forgive my language) doctests, I found this: In [1]: import numpy as np In [2]: np.__version__ Out[2]: '2.0.0.dev-730b861' In [3]: np.lookfor('cos') Segmentation fault on: Linux angela 2.6.38-10-generic #46-Ubuntu SMP Tue Jun 28 15:07:17 U