A.C.Heron, 2009-08-13 15:28:22 -0700
Example programs fonty.py which come with pygame (pygame-1.9.1release/examples/fonty.py in file pygame-*release.tar.gz) crash with error message:
*** glibc detected *** python: double free or corruption
right after the line “screen.blit(ren, (10, 40 + size[1]))” while executing “font.set_underline(0)”.
Observed on pygame versions 1.8.1 and 1.9.1. Python version 2.6.2-r1, Freetype version 2.3.9-r1, SDL version 1.2.13-r1, SDL-TTF version 2.0.9, Gentoo Linux x86-64.
A.C.Heron, 2009-08-13 15:33:06 -0700
Created attachment 26
Program output after a crash
Attachments:
fonty-output.txt
A.C.Heron, 2009-08-13 15:34:31 -0700
Created attachment 27
Output of "strace python fonty.py"
Attachments:
fonty-strace.txt