[Numpy-tickets] [NumPy] #1000: seg fault during "ptp on MaskedArrays"; Solaris 9, NumPy 1.2.1
NumPy
numpy-tickets@scipy....
Tue Feb 24 08:44:55 CST 2009
#1000: seg fault during "ptp on MaskedArrays"; Solaris 9, NumPy 1.2.1
-------------------------+--------------------------------------------------
Reporter: gbburkhardt | Owner: cdavid
Type: defect | Status: new
Priority: normal | Milestone: 1.3.0
Component: Other | Version: none
Severity: normal | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Comment (by gbburkhardt):
I pulled a snapshot from the repository last night, and ran the test
suite. A different error occurred (see attachment "numpy-svn-2.23.09".
It looks like it went past the code in which the original error occurred,
and the new one is more straight forward. The Sparc processor requires
8-byte memory alignment for writing a double, and the address in the
pointer is only 4-byte aligned. It looks like the function that's
allocating the memory is deep inside Python.
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/1000#comment:4>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list