Bug 638352 - [abrt] php-cli-5.3.3-1.fc13: Process /usr/bin/php was killed by signal 11 (SIGSEGV)
Summary: [abrt] php-cli-5.3.3-1.fc13: Process /usr/bin/php was killed by signal 11 (SI...
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: ImageMagick
Version: 13
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: Pavel Alexeev
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:7145d9aa078badb1549d08430cb...
: 639408 (view as bug list)
Depends On: 639408
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-09-28 20:02 UTC by Robert Hollencamp
Modified: 2010-10-03 16:40 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-10-03 12:25:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (358.43 KB, text/plain)
2010-09-28 20:02 UTC, Robert Hollencamp
no flags Details
backtrace (356.85 KB, text/plain)
2010-09-30 18:57 UTC, Robert Hollencamp
no flags Details
Don't permit access to pixels when pinging an image (5.63 KB, patch)
2010-10-03 16:40 UTC, Cristy
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 639408 0 low CLOSED [abrt] ImageMagick-6.5.8.10-6.fc13: Process /usr/bin/identify was killed by signal 11 (SIGSEGV) 2021-02-22 00:41:40 UTC

Internal Links: 639408

Description Robert Hollencamp 2010-09-28 20:02:04 UTC
abrt version: 1.1.13
architecture: x86_64
Attached file: backtrace
cmdline: /usr/bin/php ./runImport.php -t drawings /home/rhollencamp/Desktop/SampleDrawing/drawings.xml
comment: This bug occurs when running a PHP script that utilizes the imagick PECL extension - I don't know more than that, sorry
component: php
executable: /usr/bin/php
kernel: 2.6.34.7-56.fc13.x86_64
package: php-cli-5.3.3-1.fc13
rating: 3
reason: Process /usr/bin/php was killed by signal 11 (SIGSEGV)
release: Fedora release 13 (Goddard)
time: 1285703824
uid: 500

Comment 1 Robert Hollencamp 2010-09-28 20:02:10 UTC
Created attachment 450310 [details]
File: backtrace

Comment 2 Robert Hollencamp 2010-09-28 20:12:38 UTC
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

Comment 3 Pavel Alexeev 2010-09-29 07:09:08 UTC
Firstly thanks for the bugreport.
Please provide version of used ImageMagick and php-pecl-imagick packages.

Comment 4 Robert Hollencamp 2010-09-29 14:24:21 UTC
ImageMagick.x86_64                  6.5.8.10-6.fc13        @released/$releasever
php-pecl-imagick.x86_64             2.2.2-4.fc12           @fedora

Comment 6 Robert Hollencamp 2010-09-30 18:57:32 UTC
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

Comment 7 Pavel Alexeev 2010-10-01 13:53:50 UTC
Sent upstream http://pecl.php.net/bugs/bug.php?id=18887

Comment 8 Pavel Alexeev 2010-10-03 12:13:50 UTC
*** Bug 639408 has been marked as a duplicate of this bug. ***

Comment 9 Pavel Alexeev 2010-10-03 12:16:28 UTC
Reassigning to ImageMagick.

Comment 10 Pavel Alexeev 2010-10-03 12:23:38 UTC
What is more interesting:
identify -verbose -ping test.pdf
coredumped, but
identify -ping -verbose test.pdf
works well.

Comment 11 Pavel Alexeev 2010-10-03 12:25:24 UTC
Again reported upstream :)
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17194

Comment 12 Cristy 2010-10-03 16:40:23 UTC
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).


Note You need to log in before you can comment on or make changes to this bug.