Bug 638352
| Summary: | [abrt] php-cli-5.3.3-1.fc13: Process /usr/bin/php was killed by signal 11 (SIGSEGV) | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Robert Hollencamp <rhollencamp> | ||||||||
| Component: | ImageMagick | Assignee: | Pavel Alexeev <pahan> | ||||||||
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | low | ||||||||||
| Version: | 13 | CC: | fedora, jorton, nmurray, pahan, rhollencamp, rpm | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | x86_64 | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | abrt_hash:7145d9aa078badb1549d08430cb7d038de77f874 | ||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2010-10-03 12:25:43 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Bug Depends On: | 639408 | ||||||||||
| Bug Blocks: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Robert Hollencamp
2010-09-28 20:02:04 UTC
Created attachment 450310 [details]
File: backtrace
I lied, I do know more than that ;)
<?php
$imagick = new Imagick();
$imagick->pingImage('/home/rhollencamp/test.pdf');
$image_info = $imagick->identifyImage();
var_dump($image_info);
?>
said code snippet will SEGSEV on the identifyImage call
Firstly thanks for the bugreport. Please provide version of used ImageMagick and php-pecl-imagick packages. ImageMagick.x86_64 6.5.8.10-6.fc13 @released/$releasever php-pecl-imagick.x86_64 2.2.2-4.fc12 @fedora Please try this update - https://admin.fedoraproject.org/updates/php-pecl-imagick-3.0.0-8.fc14?_csrf_token=c026162a1795ae9567be1b0cf0f989ccd0f1d7d4 Created attachment 450839 [details] backtrace I built the SRCRPM and installed, but I get the same crash. I am uploading the new backtrace; it is somewhat different, but that is probably due to the fact that I am running the small test case instead of the huge script I initially found the problem with (In reply to comment #5) > Please try this update - > https://admin.fedoraproject.org/updates/php-pecl-imagick-3.0.0-8.fc14?_csrf_token=c026162a1795ae9567be1b0cf0f989ccd0f1d7d4 Sent upstream http://pecl.php.net/bugs/bug.php?id=18887 *** Bug 639408 has been marked as a duplicate of this bug. *** Reassigning to ImageMagick. What is more interesting: identify -verbose -ping test.pdf coredumped, but identify -ping -verbose test.pdf works well. Again reported upstream :) http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17194 Created attachment 451289 [details] Don't permit access to pixels when pinging an image 2010-09-28 6.5.8-10 Cristy <quetzlzacatenango@image...> * Don't permit access to pixels when pinging an image (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17194). * Temporary files not always deleted (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15960). |