[NumPy-Tickets] [NumPy] #1692: numpy.array segfaults on binary image from Python Imaging Library
NumPy Trac
numpy-tickets@scipy....
Sat Dec 4 12:44:25 CST 2010
#1692: numpy.array segfaults on binary image from Python Imaging Library
--------------------+-------------------------------------------------------
Reporter: gerrit | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 2.0.0
Component: Other | Version: devel
Keywords: |
--------------------+-------------------------------------------------------
Comment(by cgohlke):
I can reproduce this on Windows. Seems to be a bug in PIL. The crash is in
PIL/Image.py, line 551, a string.join() call on data returned by the PIL
raw codec.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1692#comment:2>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list