[Numpy-tickets] [NumPy] #633: segfault in assignment to pyobject array
NumPy
numpy-tickets@scipy....
Tue Dec 18 03:51:41 CST 2007
#633: segfault in assignment to pyobject array
------------------------+---------------------------------------------------
Reporter: batripler | Owner: somebody
Type: defect | Status: new
Priority: high | Milestone: 1.0.5
Component: numpy.core | Version:
Severity: major | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Comment (by stefan):
{{{
==10929== Jump to the invalid address stated on the next line
==10929== at 0x3C7: ???
==10929== by 0x487015B: PyArray_CopyObject (arrayobject.c:1192)
==10929== by 0x48703C8: array_ass_slice (arrayobject.c:4059)
==10929== by 0x80C3118: (within /usr/bin/python2.5)
==10929== by 0x80C4907: PyEval_EvalFrameEx (in /usr/bin/python2.5)
==10929== by 0x80CA114: PyEval_EvalCodeEx (in /usr/bin/python2.5)
==10929== by 0x80CA186: PyEval_EvalCode (in /usr/bin/python2.5)
==10929== by 0x80E9697: PyRun_FileExFlags (in /usr/bin/python2.5)
==10929== by 0x80E9926: PyRun_SimpleFileExFlags (in /usr/bin/python2.5)
==10929== by 0x805938F: Py_Main (in /usr/bin/python2.5)
==10929== Address 0x3C7 is not stack'd, malloc'd or (recently) free'd
}}}
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/633#comment:2>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list