From: Kuzminski, S. R <SKu...@fa...> - 2004-05-10 17:56:41
|
small bug.. line 237 in text.py, needs a str() around the 'legal' tuple in the exception. =20 bigger potential bug.. =20 I got it to go on Solaris, but I keep hitting a seg fault on the creation of the FT2Font object around line 261 in backend_agg.py. It ran when I put a print in before the creation of the FT2Font object. That's right. Something spooky like that means to me that there is a bug in ft2font.c where some variable is not initialized correctly and the extra print leaves the right patch of initialized memory so it runs. Only way to really nail something like that is with a Purify or Valgrind like tool.=20 =20 S |