[Numpy-tickets] [NumPy] #1000: seg fault during "ptp on MaskedArrays"; Solaris 9, NumPy 1.2.1
NumPy
numpy-tickets@scipy....
Mon Mar 2 12:39:38 CST 2009
#1000: seg fault during "ptp on MaskedArrays"; Solaris 9, NumPy 1.2.1
-------------------------+--------------------------------------------------
Reporter: gbburkhardt | Owner: cdavid
Type: defect | Status: assigned
Priority: normal | Milestone: 1.3.0
Component: Other | Version: none
Severity: normal | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Comment (by gbburkhardt):
I pulled r6830, but there's a build error on Solaris. Execution of the
tests results in:
ImportError: ld.so.1: python: fatal: relocation error: file
/opt/gnu/python-2.5.2/lib/python2.5/site-packages/numpy/core/umath.so:
symbol fmodf: referenced symbol not found
I note that for a previous snapshot:
core $ nm -g umath.so | grep fmod
U fmod@@SUNW_1.1
00009514 T fmodf
00008ddc T fmodl
and for the r6830 snapshot:
core $ nm -g umath.so | grep fmod
U fmod@@SUNW_1.1
U fmodf
U fmodl
00038448 T npy_fmod
00038410 T npy_fmodf
00038458 T npy_fmodl
I'll try to investigate a fix, but if a solution is clear to you, please
let me know.
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/1000#comment:6>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list