php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2408 apache crashes on require()
Submitted: 1999-09-29 10:14 UTC Modified: 1999-10-04 18:37 UTC
From: edin at bhnet dot dk Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0 Latest CVS (29/09/1999) OS: Linux 2.2 (RedHat 6)
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: edin at bhnet dot dk
New email:
PHP Version: OS:

 

 [1999-09-29 10:14 UTC] edin at bhnet dot dk
Compiled on a plain RH 6.0 system with
--with-system-regex
--with-apxs=/usr/sbin/apxs
--with-mysql
--prefix=/usr

Backtrace:

#0  0x400f0a70 in _IO_new_fclose (fp=0x80a9f60) at iofclose.c:45
#1  0x402563ed in zend_open_file_dtor (f=0x80aa000)
    at /home/ek/cvs/php4/./libzend/zend-scanner.l:191
#2  0x4025f119 in zend_llist_del_element (l=0x402b27e8, element=0xbffff96c) at zend_llist.c:83
#3  0x40256404 in zend_close_file_handle (file_handle=0xbffff964)
    at /home/ek/cvs/php4/./libzend/zend-scanner.l:201
#4  0x40256563 in v_compile_files (mark_as_ref=1, file_count=1, files=0xbffff944)
    at /home/ek/cvs/php4/./libzend/zend-scanner.l:312
#5  0x402564be in compile_files (mark_as_ref=1, file_count=1)
    at /home/ek/cvs/php4/./libzend/zend-scanner.l:281
#6  0x40256642 in compile_filename (filename=0xbffff988)
    at /home/ek/cvs/php4/./libzend/zend-scanner.l:354
#7  0x4026eb57 in execute (op_array=0x80a7b90) at zend_execute.c:1862
#8  0x40225f00 in php_execute_script (primary_file=0xbffffb88) at main.c:1171
#9  0x40223f39 in apache_php_module_main (r=0x80a4f44, fd=18, display_source_mode=0)
    at mod_php4.c:128
#10 0x40224438 in send_php (r=0x80a4f44, display_source_mode=0, 
    filename=0x80a59fc "/home/httpd/html/info.php3") at mod_php4.c:371
#11 0x4022446b in send_parsed_php (r=0x80a4f44) at mod_php4.c:383
#12 0x80517e1 in ap_invoke_handler ()
#13 0x805e28b in ap_some_auth_required ()
#14 0x805e2db in ap_process_request ()
#15 0x8058c88 in ap_child_terminate ()
#16 0x8058dbf in ap_child_terminate ()
#17 0x8058eb9 in ap_child_terminate ()
#18 0x8059368 in ap_child_terminate ()
#19 0x8059920 in main ()
#20 0x400b7cb3 in __libc_start_main (main=0x80596e0 <main>, argc=4, argv=0xbffffd54, 
    init=0x804da1c <_init>, fini=0x8065a8c <_fini>, rtld_fini=0x4000a350 <_dl_fini>, 
    stack_end=0xbffffd4c) at ../sysdeps/generic/libc-start.c:78

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-10-04 17:34 UTC] sas at cvs dot php dot net
Which Apache version? If 1.3.6, please upgrade to 1.3.9.
 [1999-10-04 18:37 UTC] edin at bhnet dot dk
Upgrade solved the problem, Thanks!

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 20 17:01:34 2024 UTC