php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57472 setfillcolor error
Submitted: 2007-01-09 11:17 UTC Modified: 2007-04-05 07:51 UTC
From: jesper at birkestroem dot dk Assigned:
Status: Closed Package: imagick (PECL)
PHP Version: 5.2.0 RC4 OS: debian 3.1
Private report: No CVE-ID: None
 [2007-01-09 11:17 UTC] jesper at birkestroem dot dk
Description:
------------
When calling imagick_setfillcolor the childe crashes.

Reproduce code:
---------------
imagick_setfillcolor( $this->imHandle, "#ffff00" );

Expected result:
----------------
return true ?

Actual result:
--------------
Crash and apache log entry:

apache2: wand/pixel-wand.c:1075: PixelGetQuantumColor: 
Assertion `wand->signature == 0xabacadabUL' failed.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-25 13:28 UTC] scottmacvicar at ntlworld dot com
The API for the extension is really out of date.

A patch can be found at http://server.macvicar.net/downloads/php/imagick-fixup.diff.txt that will correct this issue.

If you installed via apt-get then you'll need to report the bug to the debian maintainers and get them to apply the patch.
 [2007-04-05 07:51 UTC] scott at macvicar dot net
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 00:01:30 2024 UTC