On Wed, Apr 13, 2011 at 8:50 AM, John Hunter <jdh2...@gmail.com> wrote:
> On Sat, Jan 15, 2011 at 7:28 AM, Ralf Gommers
> <ralf.gomm...@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
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to