[Numpy-tickets] [NumPy] #412: segault in numpy.float64(z) for complex z
NumPy
numpy-tickets at scipy.net
Mon Jan 8 03:40:12 CST 2007
#412: segault in numpy.float64(z) for complex z
------------------------+---------------------------------------------------
Reporter: timl | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: numpy.core | Version:
Severity: normal | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Comment (by nils):
{{{
>>> N.float64(2.5 + 2.5j)
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 46912509653888 (LWP 10814)]
double_arrtype_new (type=0x2aaaabf17ce0, args=0x2aaaacf81c50, kwds=<value
optimized out>) at scalartypes.inc.src:1767
1767 if (robj->ob_type == type) return robj;
(gdb) bt
#0 double_arrtype_new (type=0x2aaaabf17ce0, args=0x2aaaacf81c50,
kwds=<value optimized out>) at scalartypes.inc.src:1767
}}}
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/412#comment:1>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list