[NumPy-Tickets] [NumPy] #1724: new_iterator branch - bus error
NumPy Trac
numpy-tickets@scipy....
Sat Jan 29 02:37:57 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 rgommers):
In-place build shouldn't make a difference, it's quite robust.
I also tried with Python 2.7 64-bit on OS X (build log attached), same
warnings, same result:
{{{
$ python2.7
Python 2.7.1 (r271:86882M, Nov 30 2010, 10:35:34)
[GCC 4.2.1 (Apple Inc. build 5664)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy as np
>>> np.linspace(1, 10)
Segmentation fault
}}}
I assume you're on Linux? Have you tried on any other platform?
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1724#comment:8>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list