$image = new Imagick ($url);
$image->blurimage ($x, $y);
Call the Blurimage ($x, $y) function for an error:
The reason is: the original picture is CMYK is the printing mode. The RGB display mode is useful!!!!!!!!!!!
GLIBC detected * * */data/php/bin/php:free (): Invalid next size (FAST): 0x00007f04340024b0 * * *
======= BackTrace: =========
/lib64/libc.so.6 (+0X75E66) [0x7f044ae21e66]
/lib64/libc.so.6 (+0X789B3) [0X7F044AE249B3]
/usr/local/lib/libmagickcore.so.2 (RELINQUISHMAGICKMEMORY+0XF) [0x7f044125392f]
/usr/local/lib/libmagickcore.so.2 (destroypixelcachenexus+0x71) [0x7f04411c1761]
/usr/local/lib/libmagickcore.so.2 (GETVIRTUALPIXELSFROMNEXUS+0X4D9) [0x7f04411c2349]
/usr/local/lib/libmagickcore.so.2 (GETCACHEVIEWVIRTUALPIXELS+0XBA) [0x7f04411c735a]
/usr/local/lib/libmagickcore.so.2 (+0X87EA1) [0X7F0441218EA1]
/usr/lib64/libgomp.so.1 (+0XE0C5) [0X7F0440F8A0C5]
/lib64/libpthread.so.0 (+0X79D1) [0X7F044A56A9D1]
/lib64/libc.so.6 (CLONE+0X6D) [0X7F044AE948FD]
7f043e5d3000-7f043e5db000 R-xp 00000000 fd:00 12250/usr/local/lib/imagemagick-6.5.1/modules-q16/coders/jpeg.so
7f043e5db000-7f043e7db000---p 00008000 fd:00 12250/usr/local/lib/imagemagick-6.5.1/modules-q16/coders/jpeg.so
7f043e7db000-7f043e7dc000 rw-p 00008000 fd:00 12250/usr/local/lib/imagemagick-6.5.1/modules-q16/coders/jpeg.so
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
The above describes the Blurimage do image obfuscation error Free:invalid next size, including aspects of the content, I hope that the PHP tutorial interested in a friend helpful.