Bug#660385: php5-imagick: ignores memory limit

2012-02-18 Thread Arkadiy Kulev
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

Bug#659816: libxdmcp: libXdmcp Segmentation fault with php5

2012-02-14 Thread Arkadiy Kulev
This bug is related to 652960 and 568349.

Bug#652960: cure

2012-02-14 Thread Arkadiy Kulev
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);

Bug#659816: libxdmcp: libXdmcp Segmentation fault with php5

2012-02-13 Thread Arkadiy Kulev
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