[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


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



More information about the NumPy-Discussion mailing list