Armin Rigo <[email protected]> added the comment: It turned out to be unrelated. I tried compiling the .c files of Pillow with the "-g -O0" flags. The crash occurs in libfreetype.so when in the call "FT_Get_Char_Index(face, ch);" from _imagingft.c:222. As far as I can tell, "face" and "ch" look reasonable. The "self" out of which we have just read "face" also looks reasonable, with ob_refcnt == 1 and a correct ob_type.
I guess the next step is to obtain a debug version of libfreetype and try to debug it. I'm not saying the bug is necessarily in libfreetype, but I'm not excluding it either, and debugging both pypy and libfreetype together seems required at this point. ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1679> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
