Search results

  1. actual

    PHP 5.3.4 + GD + PNG = Abort trap: 6 (core dumped)

    > Describe the symptoms of your problem or bug carefully and clearly. If I try to work with PNG images using GD, PHP terminates with Abort trap: 6 (core dumped) > Describe the environment in which it occurs (machine, OS, application, whatever). Provide your vendor's distribution and release...
  2. actual

    PHP 5.3.4 + GD + PNG = Abort trap: 6 (core dumped)

    If I try to run following PHP code: $image = imagecreatefrompng('/path/to/my/png/file'); PHP/Apache crashes with: Abort trap: 6 (core dumped) Seems like PNG support is broken, while the rest is ok (jpeg, gif). What the reason may be?
Back
Top