[NumPy-Tickets] [NumPy] #1724: new_iterator branch - bus error
NumPy Trac
numpy-tickets@scipy....
Sat Jan 29 22:28:06 CST 2011
#1724: new_iterator branch - bus error
-------------------------+--------------------------------------------------
Reporter: rgommers | Owner: somebody
Type: defect | Status: reopened
Priority: normal | Milestone: Unscheduled
Component: numpy.core | Version: none
Resolution: | Keywords: new_iterator, half-float
-------------------------+--------------------------------------------------
Comment(by m-paradox):
The only place that could be throwing this exception appears to be the
function
{{{
int NI_ArrayToLineBuffer(NI_LineBuffer *buffer,
npy_intp *number_of_lines, int *more)
}}}
which certainly has int32 support, and the enum just references NumPy's.
This has got to be the side effect of some other silent error somewhere.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1724#comment:12>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list