[NumPy-Tickets] [NumPy] #1724: new_iterator branch - bus error
NumPy Trac
numpy-tickets@scipy....
Fri Jan 28 11:05:24 CST 2011
#1724: new_iterator branch - bus error
--------------------------------------+-------------------------------------
Reporter: rgommers | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: numpy.core | Version: none
Keywords: new_iterator, half-float |
--------------------------------------+-------------------------------------
Comment(by m-paradox):
The error looks a bit odd - Compress gets 0x1486380 for 'self', then
passes NULL to TakeFrom (unless optimizations cause the wrong values to be
seen and it's a red herring). That shouldn't be possible, since Compress
doesn't modify 'self'.
Did you by chance delete the build folder? The Python build system tracks
dependencies incorrectly, and especially with ABI changes, I consistently
get crashing builds without deleting the build folder.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1724#comment:5>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list