From:             vincent dot hoen at gmail dot com
Operating system: Microsoft Windows XP
PHP version:      5.2.3
PHP Bug Type:     *Graphics related
Bug description:  Imagick constructor crashes server

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.

-- 
Edit bug report at http://bugs.php.net/?id=42161&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=42161&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=42161&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=42161&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=42161&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=42161&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=42161&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=42161&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=42161&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=42161&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=42161&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=42161&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=42161&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=42161&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=42161&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=42161&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=42161&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=42161&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=42161&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=42161&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=42161&r=mysqlcfg

Reply via email to