[NumPy-Tickets] [NumPy] #1646: numpy crash inside anki (and mathplotlib)
NumPy Trac
numpy-tickets@scipy....
Wed Oct 27 15:28:26 CDT 2010
#1646: numpy crash inside anki (and mathplotlib)
--------------------------------+-------------------------------------------
Reporter: batusek | Owner: somebody
Type: defect | Status: closed
Priority: low | Milestone: 2.0.0
Component: Official binaries | Version: 1.5.0
Resolution: invalid | Keywords:
--------------------------------+-------------------------------------------
Changes (by pv):
* status: needs_info => closed
* resolution: => invalid
Comment:
Confirmed, from the `anki-1.0.1.exe` package:
{{{
$ detect_cpu_extensions Anki/lib/numpy.core._dotblas.pyd
Anki/lib/numpy.core._dotblas.pyd: mmx pentium_pro sse sse2 sse3
}}}
The version of Numpy bundled with that software is the SSE3 one, which
will cause crashes for example on Athlons. Good catch, Ralf!
I think we can close this ticket --- it seems certain that this is the
issue.
However, the official binaries might need some reminder for binary re-
distributors about this point -> #1650
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1646#comment:7>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list