
Aug. 17, 2011
1:01 p.m.
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