[MacPorts] #58332: py27-astropy segfaults at 14% in tests
MacPorts
noreply at macports.org
Fri Apr 12 15:46:40 UTC 2019
#58332: py27-astropy segfaults at 14% in tests
-----------------------------------+--------------------
Reporter: Russell-Jones-OxPhys | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.5.4
Resolution: | Keywords:
Port: py27-astropy |
-----------------------------------+--------------------
Comment (by Russell-Jones-OxPhys):
Oh, and
{{{
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.14.4
BuildVersion: 18E226
}}}
though it happens on 10.13.6 as well, at least with a larger set of ports
installed.
A crash (segfault/signal 11) can be triggered with
{{{
from astropy.io import fits
from astropy.wcs import WCS
ff='FIRST_1563.fits'
f_fits = fits.open(ff)
print('ok')
w_f = WCS(f_fits[0].header, naxis=2)
print('not ok')
}}}
It happens before the "print('not ok')"
I'm just finding out if providing the FITS file here is OK.
--
Ticket URL: <https://trac.macports.org/ticket/58332#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list