From:             pioklo at serveradmin dot pl
Operating system: debian 5.0
PHP version:      5.2.9
PHP Bug Type:     Reproducible crash
Bug description:  php crash when it is compile without --enable-debug

Description:
------------
Hello There !

I have a serious problem with the 5.2.9 version and earlier versions of
PHP.

I am running lighttpd with php as fastcgi.
php crash time to time when it is compilde without --enable-debug.
I have busy site about 20 mln page views per day.
        
I have made a backtrace 

Core was generated by `/usr/local/bin/php-cgi'.
Program terminated with signal 11, Segmentation fault.
[New process 4363]
#0  zend_mm_remove_from_free_list (heap=0xcf8300, mm_block=0xfd94b0) at
/root/php-5.2.9/Zend/zend_alloc.c:832
832                     if (UNEXPECTED(prev->next_free_block != mm_block)
|| UNEXPECTED(next->prev_free_block != mm_block)) {
(gdb) bt
#0  zend_mm_remove_from_free_list (heap=0xcf8300, mm_block=0xfd94b0) at
/root/php-5.2.9/Zend/zend_alloc.c:832
#1  0x0000000000709c88 in _zend_mm_free_int (heap=0xcf8300, p=0xfd94c0) at
/root/php-5.2.9/Zend/zend_alloc.c:1979
#2  0x0000000000719df4 in shutdown_executor () at
/root/php-5.2.9/Zend/zend_execute_API.c:313
#3  0x0000000000724893 in zend_deactivate () at
/root/php-5.2.9/Zend/zend.c:860
#4  0x00000000006e263c in php_request_shutdown (dummy=<value optimized
out>) at /root/php-5.2.9/main/main.c:1492
#5  0x0000000000798062 in main (argc=1, argv=0x7fff2f0df458) at
/root/php-5.2.9/sapi/cgi/cgi_main.c:2053

The same script is working fine  when php was compiled with --enable-debug
AND when user_id is filled not NULL then is NO crash 

We have use Zend as framework so the code when 



Reproduce code:
---------------
 case 'votes':
                        $oVote = PS_Vote_UserProfile::factory(
PS_Auth::getInstance()->getProperty( 'user_id' ) );

and the function getProperty()

public function getProperty( $sName )
        {
                return $this->getUser()->$sName;
        }



Actual result:
--------------
segfault 

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

Reply via email to