[NumPy-Tickets] [NumPy] #1374: Ticket 628 not fixed for Solaris (polyfit uses 100% CPU and does not stop)
NumPy Trac
numpy-tickets@scipy....
Tue Jan 26 03:59:15 CST 2010
#1374: Ticket 628 not fixed for Solaris (polyfit uses 100% CPU and does not stop)
----------------------------+-----------------------------------------------
Reporter: michelkeijzers | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: Other | Version: 1.2.1
Keywords: polyfit cpu |
----------------------------+-----------------------------------------------
The exact contents of ticket 628 are not fixed for the Solaris version:
Python 2.5.1 (r251:54863, Aug 25 2008, 09:23:26)
[GCC 3.4.3] on sunos5
>>> import numpy
>>> numpy.version.version
'1.2.1'
>>> numpy.polyfit([0.0], [-numpy.Inf], 2)
This command results in 100% cpu load and the process cannot be stopped.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1374>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list