[Numpy-discussion] segfault on complex array on solaris x86
John Hunter
jdh2358@gmail....
Wed Aug 17 08:01:53 CDT 2011
On Wed, Apr 13, 2011 at 8:50 AM, John Hunter <jdh2358@gmail.com> wrote:
> On Sat, Jan 15, 2011 at 7:28 AM, Ralf Gommers
> <ralf.gommers@googlemail.com> wrote:
>> I've opened http://projects.scipy.org/numpy/ticket/1713 so this doesn't get
>> lost.
>
> Just wanted to bump this -- bug still exists in numpy HEAD 2.0.0.dev-fe3852f
Just wanted to mention that this segfault still exists in
2.0.0.dev-4386275 and I updated the ticket at
http://projects.scipy.org/numpy/ticket/1713
with a much simpler test script. Basically::
import numpy as np
xn = np.exp(2j)
is causing a segfault on my solaris platform
More information about the NumPy-Discussion
mailing list