[issue11207] Pythong seg fault with PIL/numpy

2011-02-13 Thread David Knapp
New submission from David Knapp : Python had a seg fault with the following simple code. >>> import PIL.Image as Img >>> import numpy as np >>> i = Img.open('/home/falmarri/Dropbox/obey.jpg') >>> n = np.array(bytearray(i.tostring()),dtype=np.uint1

[issue11207] Pythong seg fault with PIL/numpy

2011-02-13 Thread David Knapp
David Knapp added the comment: Sorry I'm not all that experienced with gdb. Let me know if there's more to get. (gdb) bt #0 _unaligned_strided_byte_copy (dst=0xcb9623 "\366\377\177", outstrides=1, src= 0x73503da5 , instrides=4969607, N=1, elsize=)