Hello,
I am trying to generate dynamic graphics using the GD library and TTF
fonts. The resulting image shows up fine. But in the apache error_log
file the following lines are appended:
[notice] child pid 29141 exit signal Segmentation fault (11)
[29141] MMCACHE: PHP crashed on opline 14 of imagettfbbox() at
test.php:13
Seems like it might be a GD library problem but I am not sure. Any
suggestions?
Thanks.
I am trying to generate dynamic graphics using the GD library and TTF
fonts. The resulting image shows up fine. But in the apache error_log
file the following lines are appended:
[notice] child pid 29141 exit signal Segmentation fault (11)
[29141] MMCACHE: PHP crashed on opline 14 of imagettfbbox() at
test.php:13
Seems like it might be a GD library problem but I am not sure. Any
suggestions?
Thanks.
Comment