Package: php5-imagick
Version: 3.0.0~rc1-1
Severity: normal
No matter how big I set the memory limit to, imagick still keeps processing the
image through a file on the disk.
Here is my php code:
$img = new Imagick();
$img->setResourceLimit(imagick::RESOURCETYPE_MEMORY, 1024*1024*1024); # i know
This bug is related to 652960 and 568349.
In PHP Imagick this problem can be cured by setting the number of used
threads to 1:
$img->setResourceLimit(6, 1); // 6 means THREAD_LIMIT (unfortunately,
there is no
such constant defined, so u have to use this integer value);
Package: libxdmcp
Version: 6.0.0
Severity: critical
Tags: upstream
Justification: causes serious data loss
When running a php5-cli script, it finishes normally, but after the end, I get
a random "Segmentation fault" sign (on some runs it happens, on some - it
doesnt).
The /var/log/user.log gets
4 matches
Mail list logo