php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56817 APC segfaults from time to time
Submitted: 2006-02-02 08:29 UTC Modified: 2006-02-24 00:07 UTC
From: kostko at unimatrix-one dot org Assigned:
Status: Not a bug Package: APC (PECL)
PHP Version: 5.1.1 OS: Gentoo Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
20 - 17 = ?
Subscribe to this entry?

 
 [2006-02-02 08:29 UTC] kostko at unimatrix-one dot org
Description:
------------
I am using APC 3.0.8 and it segfaults apache from time to     
time (i don't know what triggers it). I am using Apache   
2.0.55 with mpm-prefork. 

Actual result:
--------------
GDB backtrace: 
 
#0  0x41344605 in apc_sma_get_avail_mem ()  
    
from /usr/lib/php5/lib/php/extensions/no-debug-non-zts-20050922/apc.so  
#1  0x41343f10 in apc_sma_malloc ()  
    
from /usr/lib/php5/lib/php/extensions/no-debug-non-zts-20050922/apc.so  
#2  0x4133d50a in apc_copy_op_array ()  
    
from /usr/lib/php5/lib/php/extensions/no-debug-non-zts-20050922/apc.so  
#3  0x41340dc2 in apc_deactivate ()  
    
from /usr/lib/php5/lib/php/extensions/no-debug-non-zts-20050922/apc.so  
#4  0x4090c070 in zend_execute_scripts ()  
from /usr/lib/apache2/modules/libphp5.so  
#5  0x408cc07f in php_execute_script ()  
from /usr/lib/apache2/modules/libphp5.so  
#6  0x40978cdb in php_ap2_register_hook ()  
from /usr/lib/apache2/modules/libphp5.so  
#7  0x08069cb2 in ap_invoke_handler ()  
#8  0x08066bb3 in ap_process_request ()  
#9  0x0806113b in _start ()  
  

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-02-24 00:07 UTC] rasmus@php.net
Not much I can do with this report.  I'd need way more details.  First, try using the current CVS version and then try to narrow down exactly which scripts might be causing this.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 05:01:33 2024 UTC