Bug #65389
closedImage Generation for /typo3temp/pics/ failed
0%
Description
After upgrading typo3 from 6.2.9 to 6.2.10 i noticed much more server load.
I found many convert processes on server via 'ps xau':
sh -c '/usr/bin/gm' convert +profile '*' -geometry 100x67! -colorspace RGB -quality 100 '/www/domain.com/uploads/pics/a.jpg0' '/www/domain.com/typo3temp/pics/eeb340890f.jpg'
/usr/bin/gm convert +profile * -geometry 100x67! -colorspace RGB -quality 100 /hwww/domain.com/uploads/pics/a.jpg0 /www/domain.com/typo3temp/pics/eeb340890f.jpg
The source file /www/domain.com/uploads/pics/a.jpg exists, but the [0] after .jpg breaks the command. The directory typo3temp/pics/ stay empty after cleaning. On every pageview the convert processes started again. Tested with imagemagick and graphicsmagick. Extension tt_news 3.6.0.