php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16444 zend_llist.c: No such file or directory.
Submitted: 2002-04-05 03:53 UTC Modified: 2002-05-24 20:41 UTC
From: edward dot t dot quick at britishairways dot com Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 4.1.2 OS: AIX 4.3.3.0.9
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: edward dot t dot quick at britishairways dot com
New email:
PHP Version: OS:

 

 [2002-04-05 03:53 UTC] edward dot t dot quick at britishairways dot com
I can't get the latest php module to run on apache. Here's the page I'm trying to load:

<html><head><title>PHP Test</title></head>
<body>
<?phpinfo()?>
</body></html>


This is my build:

Apache Build with php module loaded dynamically:
Apache/1.3.24 (Unix) PHP/4.1.2 mod_perl/1.26 mod_ssl/2.8.8 OpenSSL/0.9.6c

And this is the back trace:

# gdb httpd
GNU gdb 5.1.1
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "rs6000-ibm-aix4.3.2.0"...
(gdb) run -X
Starting program: /usr/local/apache_1.3.24/bin/httpd -X

Program received signal SIGSEGV, Segmentation fault.
0xd658ec54 in zend_llist_add_element (l=0x20160704, element=0x2ff22270)
    at zend_llist.c:42
42      zend_llist.c: No such file or directory.
        in zend_llist.c
(gdb) bt
#0  0xd658ec54 in zend_llist_add_element (l=0x20160704, element=0x2ff22270)
    at zend_llist.c:42
#1  0xd659eb90 in open_file_for_scanning (file_handle=0x2ff22270)
    at zend_language_scanner.c:2964
#2  0xd659f064 in compile_file (file_handle=0x2ff22270, type=2)
    at zend_language_scanner.c:3006
#3  0xd656e650 in zend_execute_scripts (type=8, retval=0x0, file_count=3)
    at zend.c:810
#4  0xd65b2d98 in php_execute_script (primary_file=0x2ff22270) at main.c:1307
#5  0xd65b0bfc in apache_php_module_main (r=0x200f1db0,
    display_source_mode=0) at sapi_apache.c:90
#6  0xd668c34c in send_php (r=0x200f1db0, display_source_mode=0,
    filename=0x200f38d0 "/usr/local/apache_1.3.24/htdocs/info.php")
    at mod_php4.c:575
#7  0xd668bfbc in send_parsed_php (r=0x200f1db0) at mod_php4.c:590
#8  0x10010e08 in ap_invoke_handler (r=0x200f1db0) at http_config.c:517
#9  0x10042278 in process_request_internal (r=0x200f1db0)
    at http_request.c:1308
#10 0x100439e4 in ap_process_request (r=0x200f1db0) at http_request.c:1324
#11 0x1000222c in child_main (child_num_arg=0) at http_main.c:4656
#12 0x10001a3c in make_child (s=0x20092510, slot=0, now=1017926390)
    at http_main.c:4780
#13 0x10001928 in startup_children (number_to_start=5) at http_main.c:4862
#14 0x10000d8c in standalone_main (argc=2, argv=0x2ff22b68)
    at http_main.c:5167
#15 0x100008e4 in main (argc=2, argv=0x2ff22b68) at http_main.c:5527
#16 0x1000022c in __start ()
(gdb)

If I try the old php module (4.1.1) with apache_1.3.24 it works fine though. Any help appreciated. Getting the same problem with CVS php version too.

Thanks.

Ed.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-24 20:41 UTC] derick@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately your version of PHP is too old -- the problem
might already be fixed. Please download a new PHP
version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 22:01:29 2024 UTC