php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #383
Submitted: 1998-05-18 15:34 UTC Modified: 1998-09-22 10:51 UTC
From: ccurtis at ee dot fit dot edu Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 3.0 Release Candidate 4 OS: Solaris 2.4
Private report: No CVE-ID: None
 [1998-05-18 15:34 UTC] ccurtis at ee dot fit dot edu
#0  0xef661ee8 in _doprnt ()
#1  0x6310c in sig_coredump ()
#2  0xef62c094 in __multiply_base_two ()
#3  0xf005a87c in ?? ()
#4  0x29224 in php3_fopen_with_path ()
#5  0x29fb8 in php3_fopen_url_wrapper ()
#6  0x290f4 in php3_fopen_wrapper ()
#7  0x464c0 in include_file ()
#8  0x41028 in phpparse ()
#9  0x1f520 in php3_parse ()
#10 0x1f830 in apache_php3_module_main ()
#11 0x1d0a4 in send_php3 ()
#12 0x1d0f8 in send_parsed_php3 ()
#13 0x5bdd4 in ap_invoke_handler ()
#14 0x6a428 in process_request_internal ()
#15 0x6a6c8 in ap_internal_redirect ()
#16 0x54520 in handle_dir ()
#17 0x5bdd4 in ap_invoke_handler ()
#18 0x6a428 in process_request_internal ()
#19 0x6a46c in ap_process_request ()
#20 0x64474 in child_main ()


The interesting thing is that this is the standard index.html that comes with Apache 1.3b6 - and should not be parsed at all by PHP.

I'm going to recompile without fopen() wrappers.

Chris

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-09-22 10:51 UTC] zeev
It's indeed extremely interesting, so interesting it
simply cannot be happening.  This trace cannot
be a trace of a non-PHP parsed file.  If it is, then
Apache is seriously buggy, which is unlikely...

This crash is from a PHP script that has at least
one include() statement in it.  Please try to find
the script that causes the problem, and send it to us
(you're best off testing the server in single process
mode, run httpd -X)

---
Been a while.  If you can reproduce the problem with a
real PHP script, please let us know and submit a new
but report.  Thanks
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 03:01:27 2024 UTC