PHP crashed on imagettfbox()

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Subhash

    PHP crashed on imagettfbox()

    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.
  • Andy Hassall

    #2
    Re: PHP crashed on imagettfbox()

    On 6 Apr 2004 11:54:27 -0700, subhash_daga@ya hoo.com (Subhash) wrote:
    [color=blue]
    >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?[/color]

    Does it do it without MMCACHE in use? (Just to cut it down to a more typical
    setup).

    See this page for how to generate a backtrace:



    This will give you more information on exactly what crashed, and it's likely
    to be requested if you raise a PHP bug at bugs.php.net anyway.

    --
    Andy Hassall <andy@andyh.co. uk> / Space: disk usage analysis tool
    http://www.andyh.co.uk / http://www.andyhsoftware.co.uk/space

    Comment

    Working...