Upload an image from a URL not working/problem

rdn

Well-known member
PHP 5.6.6 PHP-FPM
I always got this error every time I use "Upload an image from a URL".
upload_2015-3-8_13-9-13.webp

PHP:
[08-Mar-2015 13:07:54] WARNING: [pool www] child 4552 exited on signal 11 (SIGSEGV) after 160.367572 seconds from start
 
@eva2000 Do you have any insights for this? :unsure:
Sorry for tagging you :whistle:.
yeah PHP segfaulting so need to find out why. Only started happening now or when did it start ? If you recently upgraded PHP did it start after ? Tried downgrading to previous PHP version ?

don't use the Media Gallery addon myself does it use GD/Imagemagick like PHP extensions to do any processing at upload time ?
 
That appears to be a segmentation fault, which would be a PHP crash/bug as a PHP app shouldn't be able to trigger that directly. (Except maybe for runaway recursion, but I don't think that would be the case here.)

You may need to get a core dump and then process it with gdb to see if it gives some useful information. See: https://rtcamp.com/tutorials/php/core-dump-php5-fpm/
I will try to setup a test vps for this, the same PHP and Nginx config.
To replicate it. and if possible forward to you all the login needed for you to look at if its fine.
 
Top Bottom