Re: [Numpy-discussion] segfault in numpy.float64(z) for complex z

2007-01-08 Thread Stefan van der Walt
On Tue, Jan 09, 2007 at 10:38:06AM +1100, Tim Leslie wrote: > On 1/9/07, Stefan van der Walt <[EMAIL PROTECTED]> wrote: > > On Mon, Jan 08, 2007 at 08:11:03AM -0700, Travis Oliphant wrote: > > > Tim Leslie wrote: > > > > > > >Hi All, > > > > > > > >While debugging a scipy crash I came across the pr

Re: [Numpy-discussion] segfault in numpy.float64(z) for complex z

2007-01-08 Thread Tim Leslie
On 1/9/07, Stefan van der Walt <[EMAIL PROTECTED]> wrote: > On Mon, Jan 08, 2007 at 08:11:03AM -0700, Travis Oliphant wrote: > > Tim Leslie wrote: > > > > >Hi All, > > > > > >While debugging a scipy crash I came across the problem outlined in > > > > > >http://projects.scipy.org/scipy/numpy/ticket/

Re: [Numpy-discussion] segfault in numpy.float64(z) for complex z

2007-01-08 Thread Stefan van der Walt
On Mon, Jan 08, 2007 at 08:11:03AM -0700, Travis Oliphant wrote: > Tim Leslie wrote: > > >Hi All, > > > >While debugging a scipy crash I came across the problem outlined in > > > >http://projects.scipy.org/scipy/numpy/ticket/412 > > > >Could someone shed some light on why this is happening, I got

Re: [Numpy-discussion] segfault in numpy.float64(z) for complex z

2007-01-08 Thread Travis Oliphant
Tim Leslie wrote: >Hi All, > >While debugging a scipy crash I came across the problem outlined in > >http://projects.scipy.org/scipy/numpy/ticket/412 > >Could someone shed some light on why this is happening, I got a bit >lost in the numpy internals when I tried to track it down. > > > Recent c

[Numpy-discussion] segfault in numpy.float64(z) for complex z

2007-01-07 Thread Tim Leslie
Hi All, While debugging a scipy crash I came across the problem outlined in http://projects.scipy.org/scipy/numpy/ticket/412 Could someone shed some light on why this is happening, I got a bit lost in the numpy internals when I tried to track it down. Cheers, Tim __