[NumPy-Tickets] [NumPy] #2076: Bus error for F order ndarray creation on SPARC
NumPy Trac
numpy-tickets@scipy....
Mon Mar 12 12:50:56 CDT 2012
#2076: Bus error for F order ndarray creation on SPARC
------------------------------------+---------------------------------------
Reporter: matthew.brett | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.7.0
Component: Other | Version: devel
Keywords: bus error sparc debian |
------------------------------------+---------------------------------------
Changes (by mwiebe):
* milestone: Unscheduled => 1.7.0
Comment:
This is likely related to how the 'aligned' flag in the ndarray interacts
with the code that does low-level copying. The way this flag works now
doesn't quite communicate the right information to that low-level code,
and maybe this issue is a good reason to implement the better replacement.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2076#comment:2>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list