Bug #16498
closedSegfault when trying to create thumbnails in backend
0%
Description
Creating thumbnails in backend forces PHP or ImageMagick to end up with a "segfault ... error 6" in /var/log/messages.
No thumbnail will be shown in backend neither won't be created by the backend. I used the same versions of php, apache2 and ImageMagick on another server and it creates the thumbnails as it should be.
The error seems to be independent from used ImageMagick-Versions and PHP-Versions.
My ImageMagick is installed at /usr/lib64/bin and symbolic links are placed at /usr/bin/ to this directory für combine, convert and identiy. All ImageMagick-directories are chmoded with 755, so every user should be able to run the needed programms
Installed System
Suse 9.3 with Plesk 8.0.1
ImageMagick 6.1.8 (alternativly i installed version 6.2.9 and the error occurs also)
PHP 4.3.10 as apache-module
PHP5 5.0.3 as cgi-extension (parallel used with PHP4)
Apache 2.0.53
(issue imported from #M4105)