php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #71373 new Imagick = silent crash.
Submitted: 2016-01-14 21:26 UTC Modified: 2016-01-24 04:22 UTC
From: bmajdak@php.net Assigned:
Status: No Feedback Package: imagick (PECL)
PHP Version: 7.0.2 OS: Windows 10 Pro (11082)
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: bmajdak@php.net
New email:
PHP Version: OS:

 

 [2016-01-14 21:26 UTC] bmajdak@php.net
Description:
------------
No matter what I do, how I install, what packages I grab, Imagick RC and PHP 7 silently crashes any time `new Imagick($Filename)` is used. these same scripts work flawlessly on 5.6 with pre PHP 7 support versions of Imagick.

Test script:
---------------
// grab our image.
$Image = new Imagick($Filename);

Expected result:
----------------
For it to work.

Actual result:
--------------
Nothing.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-01-15 00:20 UTC] bmajdak@php.net
To clarify there is literally 0 output. It literally just stops and drops back to the command prompt as if nothing happened.
 [2016-01-15 00:59 UTC] danack@php.net
-Status: Open +Status: Feedback
 [2016-01-15 00:59 UTC] danack@php.net
Please can you say which version of Imagick you are using?

The latest version, 3.4.0RC5, had a fix for crashes like this on Windows 32 bit.
 [2016-01-17 03:12 UTC] bmajdak@php.net
Yes sorry, this problem has been in each one for me the last 3 RC's latest being RC5, Windows 64b NTS
 [2016-01-24 04:22 UTC] pecl-dev at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 08:01:28 2024 UTC