From:             [EMAIL PROTECTED]
Operating system: AIX 4.3.3.0.9
PHP version:      4.1.2
PHP Bug Type:     Reproducible crash
Bug description:  zend_llist.c: No such file or directory.

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.
-- 
Edit bug report at http://bugs.php.net/?id=16444&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16444&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16444&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16444&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16444&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16444&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16444&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16444&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16444&r=submittedtwice

Reply via email to