php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #42161 Imagick constructor crashes server
Submitted: 2007-07-31 14:15 UTC Modified: 2007-07-31 16:42 UTC
From: vincent dot hoen at gmail dot com Assigned:
Status: Not a bug Package: *Graphics related
PHP Version: 5.2.3 OS: Microsoft Windows XP
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: vincent dot hoen at gmail dot com
New email:
PHP Version: OS:

 

 [2007-07-31 14:15 UTC] vincent dot hoen at gmail dot com
Description:
------------
Instanciating Imagick without parameters causes the server to crash.

Reproduce code:
---------------
$image = new Imagick();

Actual result:
--------------
Here is the apache logs' section corresponding to imagick instanciation
[Tue Jul 31 16:10:13 2007] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Tue Jul 31 16:10:14 2007] [notice] Apache/2.2.4 (Win32) PHP/5.2.3 configured -- resuming normal operations
[Tue Jul 31 16:10:14 2007] [notice] Server built: Jan  9 2007 23:17:20
[Tue Jul 31 16:10:14 2007] [notice] Parent: Created child process 2328
[Tue Jul 31 16:10:14 2007] [notice] Child 2328: Child process is running
[Tue Jul 31 16:10:14 2007] [notice] Child 2328: Acquired the start mutex.
[Tue Jul 31 16:10:14 2007] [notice] Child 2328: Starting 250 worker threads.
[Tue Jul 31 16:10:14 2007] [notice] Child 2328: Starting thread to listen on port 80.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-07-31 16:42 UTC] jani@php.net
This is not PHP bug, it's a PECL extension so report this here instead:

http://pecl.php.net/bugs/report.php?package=imagick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 11:01:30 2024 UTC