[Numpy-discussion] Core dump in numpy 0.9.6 (original) (raw)
Robert Kern robert.kern at gmail.com
Thu Jun 29 20:50:33 EDT 2006
- Previous message (by thread): [Numpy-discussion] Core dump in numpy 0.9.6
- Next message (by thread): [Numpy-discussion] Time for beta1 of NumPy 1.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Robert Lupton wrote:
Here's an easy coredump:
x = numpy.arange(10, dtype="f"); y = numpy.array(len(x), dtype="F"); y.imag += x Program received signal EXCBADACCESS, Could not access memory.
This bug does not appear to exist in recent versions. Please try the latest release (and preferably, the current SVN) before reporting bugs.
-- Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco
- Previous message (by thread): [Numpy-discussion] Core dump in numpy 0.9.6
- Next message (by thread): [Numpy-discussion] Time for beta1 of NumPy 1.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]