php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18562 Segmentation fault
Submitted: 2002-07-25 07:17 UTC Modified: 2002-07-25 07:21 UTC
From: sharky at im dot net dot ua Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 4.2.2 OS: Linux Red Hat 6.2
Private report: No CVE-ID: None
 [2002-07-25 07:17 UTC] sharky at im dot net dot ua
When I using Zend Optimizer 1.3.1 with PHP 4.2.2 
PHP take to me Segmentation fault :(
Without Optimizer all work correct.

Compile line:                                      
./configure --prefix=/usr \           
    --with-config-file-path=/etc/php \
    --with-exec-dir=/usr/bin \        
    --with-mysql=/usr/local/mysql \   
    --with-curl \                     
    --enable-sockets                  

Backtrace:
(gdb) run                                           
Starting program: /usr/bin/php                      
                                                    
Program received signal SIGSEGV, Segmentation fault.
0x80f5e16 in zend_llist_apply_with_del ()           

(gdb) where
#0  0x80f5e16 in zend_llist_apply_with_del () 
#1  0x8167480 in cgi_sapi_module ()           
Cannot access memory at address 0x1.          

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-25 07:21 UTC] sniper@php.net
Please Optimizer bugs at zend.com
 [2002-07-25 07:21 UTC] sniper@php.net
Please _report_ Optimizer bugs at zend.com
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jun 01 12:01:31 2024 UTC