php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21452 Apache dumps core inside php code
Submitted: 2003-01-06 00:35 UTC Modified: 2003-02-04 16:49 UTC
Votes:2
Avg. Score:4.5 ± 0.5
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:1 (50.0%)
From: androsyn at ratbox dot org Assigned:
Status: No Feedback Package: Apache2 related
PHP Version: 4.3.0 OS: Linux - Sparc64
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: androsyn at ratbox dot org
New email:
PHP Version: OS:

 

 [2003-01-06 00:35 UTC] androsyn at ratbox dot org
Not sure why it dumped core, however I do have a backtrace to go with this coredump.  Apache was running in prefork mode when this happened.  I'm using Apache 2.0.43 as packaged by Debian.  PHP 4.3.0 was compiled by hand.

(gdb) bt
#0  0x705e1794 in sapi_initialize_empty_request (tsrm_ls=0x101240) at /tmp/php/php-4.3.0/main/SAPI.c:399
#1  0x705db460 in php_module_startup (sf=0x706742ac, additional_modules=0x70674444, num_additional_modules=1)
    at /tmp/php/php-4.3.0/main/main.c:1035
#2  0x7062cfc0 in php_apache2_startup (sapi_module=0x706742ac) at /tmp/php/php-4.3.0/sapi/apache2filter/sapi_apache2.c:269
#3  0x7062d85c in php_apache_server_startup (pconf=0xbb688, plog=0xf3768, ptemp=0xf9780, s=0xbdcf0)
    at /tmp/php/php-4.3.0/sapi/apache2filter/sapi_apache2.c:556
#4  0x00055fa0 in ap_run_post_config ()
#5  0x0005e9b8 in main ()
#6  0x703b08f0 in __libc_start_main () from /lib/libc.so.6

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-21 14:21 UTC] iliaa@php.net
Did this happen on a particular script and if so could you provide the smallest possible version of the script with which the error can be replicated.
 [2003-02-04 16:49 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 20:01:29 2024 UTC