[NumPy-Tickets] [NumPy] #1336: Fix for 1299 exposes Bus error on Sparc
NumPy Trac
numpy-tickets@scipy....
Fri Jan 15 08:06:29 CST 2010
#1336: Fix for 1299 exposes Bus error on Sparc
------------------------+---------------------------------------------------
Reporter: NeilMuller | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: numpy.core | Version: devel
Keywords: |
------------------------+---------------------------------------------------
Comment(by NeilMuller):
After further prodding at the bug, this is due to the way gcc chooses to
inline memcpy. It's somewhat similiar to the bug discussed in
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=325670 (and several other
variants on this exist). Unfortunately, there doesn't seem to be a good
fix other than avoiding the memcpy on gcc sparc.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1336#comment:3>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list