From:             alahaye at fm2i dot com
Operating system: HPUX 3
PHP version:      5.3.0
PHP Bug Type:     Apache2 related
Bug description:  Segmentation fault

Description:
------------
Segmentation fault on Apache when using simple script (generaly with
functions like header, error_reporting, etc...

Reproduce code:
---------------
<?php

error_reporting(E_ALL);

?>

<?php
error_reporting(E_ALL);
session_start();
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
session_cache_expire(32000);
....
?>

Expected result:
----------------
script running :-)

Actual result:
--------------
Export of GDB :

(gdb) run -X

Program received signal SIGSEGV, Segmentation fault
  si_code: 2 - SEGV_ACCERR - Invalid Permissions for object.
0x2000000076ee3340:0 in _zval_ptr_dtor (zval_ptr=0x7fffce50) at
zend.h:403
403             return --pz->refcount__gc;


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

Reply via email to