[Numpy-tickets] [NumPy] #466: Segmentation fault when reversing an array enough times
NumPy
numpy-tickets@scipy....
Fri May 11 17:40:15 CDT 2007
#466: Segmentation fault when reversing an array enough times
------------------------+---------------------------------------------------
Reporter: faltet | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: numpy.core | Version: devel
Severity: normal | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Comment (by oliphant):
I think the hypothesis is correct. This definitely looks like a stack-
overflow. I am hesitant to walk self-base pointers upwards as there may
be situations where this creates other problems.
There are other ways in Python to create stack over-flows like this, so
I'm not sure a lot of effort should be spent on fixing this.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/466#comment:3>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list