php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15489 httpd crash with sessions
Submitted: 2002-02-10 12:37 UTC Modified: 2002-07-18 01:00 UTC
Votes:6
Avg. Score:4.0 ± 1.4
Reproduced:3 of 3 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (33.3%)
From: flim at novadoc dot de Assigned:
Status: No Feedback Package: Reproducible crash
PHP Version: 4.1.1 OS: redhat 6.2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: flim at novadoc dot de
New email:
PHP Version: OS:

 

 [2002-02-10 12:37 UTC] flim at novadoc dot de
We found apache crashing when user request the first side of one of our websides (seg. fault in logs). This happend with the upgrade from php 4.06 to 4.1.0 and is still happening with 4.1.1. Untill now I thought that this is probably a problem of the old apache version we are using, but then I expierienced some sort of wonder when accessing the page from my linux box from at home - and it worked 100%. So, if the page is accessed  using M$ Internet explorer (5-6), the apache child crashes by 70%, if accessed through mozilla, it doesn't. This is definitly out of my understanding and probably not fixable by changing the apache version...maybe anyone knows some sort of problem and can give me some hints?
I'm probably not able to do any sort of debugging if it means to recompile php or apache as I have to wait for maintanance in one-two weeks to shut down the system - and don't ask, there's no test server because of money reasons in a small company. I will do my best to provide anything else and would love to hear some suggestions for recompiling (what will probably happen on maintanance). For now, I'm just trying to find the reason for the script breaking down myself, so I will provide more information on that as soon as I get them.
Php is configured in the following way:
--with-apxs=/usr/sbin/apxs\
--with-gd=/usr/local\
--with-png-dir=/usr/local\
--with-mysql\
--enable-ftp\--with-ttf\
--enable-versioning\
--enable-url-includes\
--enable-sysvshm\
--enable-sysvsem\
--enable-xslt\
--with-xslt-sablot\
--with-sabot=/usr/lib\
--enable-wddx\
--with-dom=/usr/lib\
--with-xmlrpc
running on redhat 2.2.14-6.1.1 with apache 1.3.12
Thanks for any answer in advance,
flim

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-14 08:23 UTC] a dot mayrhofer at kpnqwest dot at
could be, once again, a duplicate of already fixed bug

#14776

can you apply the patch described in

http://cvs.php.net/diff.php/php4/main/SAPI.c?ws=0&r1=1.113.2.6&r2=1.113.2.7&ty=h

and retry?
 [2002-02-15 05:00 UTC] flim at novadoc dot de
Hi,
I recompiled php with the changes from the patch, but could not see any remarkable changes. Could be, that the crashes occur slightly less often, but I'm not really sure as this is pretty hard to test. But I guess this is the right way to search - seems as if this was some header part? I rechecked the occurence of this crashes, and it seems to be in direct contact with sessions - pages without session do not crash at all (well, accept the xslt generated ones, but thats probably something different). I already tested to disable cookies, but this did not change anything :-(
Well, will try to learn how to debug and get some more information for you guys then...but may take some time;->
Bye,
flim
 [2002-06-17 20:17 UTC] sniper@php.net
Can you please try with this snapshot:

http://snaps.php.net/php4-latest.tar.gz

It would also help if you could isolate the problem
to some short script..

 [2002-07-18 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 08:01:28 2024 UTC