php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27253 Startup Crash
Submitted: 2004-02-14 06:29 UTC Modified: 2004-02-16 19:52 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: arpad at zooloo dot com Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 5.0.0b4 (beta4) OS: Win XP SP1
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: arpad at zooloo dot com
New email:
PHP Version: OS:

 

 [2004-02-14 06:29 UTC] arpad at zooloo dot com
Description:
------------
I've just tried the PHP5.0.0b4 but it crashes my Apache 1.3.29
I use the precompiled Win32 Binarys for Apache and PHP since i don't have any developement tools installed.
The issue is the following:
When i add the LoadModule and the Addmodule directives to my httpd.conf the server starts up fine for around 5 tines.
After that, everytime i want to restart the server, it crashes.
The WindowsXP bug-reporter Prints the following informations:

szAppName : Apache.exe     szAppVer : 0.0.0.0     szModName : php5ts.dll     
szModVer : 5.0.0.0     offset : 0003c1a3

In order to get the Server up and running again, i need to comment out the LoadModule and Addmodule directives. The Server restarts smoothly.
Uncommenting the Load/AddModule Lines again gives me the opportunity to restart the Server 5 Times. After that, it again keeps crashing on every startup try.

In Short:
You have only roughly 5 Startups untill the Server keeps on Crashing. Then you have to make a fresh start without PHP includet. When you include PHP5 again, you get lockups after the 5th start as well...

I dont have enabled any PHP extensions but i have a few Apache Modules includet (server-status/info). With a few PHP extensions (gd2, mysql) enabled, i get the same Problem.

If you need additional Information (php.ini/httpd.conf) please tell me.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-02-14 10:49 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip

Remove all existing PHP related dlls (especially php5ts.dll) and make sure you're NOT loading any extensions in your php.ini.

 [2004-02-14 11:32 UTC] arpad at zooloo dot com
Still keeps crashing after the 6th restart! :(
I've disabled all the extensions. Except the ones i can't disable since they're built-in.
 [2004-02-14 20:42 UTC] sniper@php.net
Did you or did you not remove (== delete) _ALL_ the old PHP related dlls before you installed the new ones??

 [2004-02-16 06:59 UTC] arpad at zooloo dot com
I tried the CVS Built from the 16th.
I extracted PHP in a different directory and replaced the php5ts/php.ini in my Apache Directory with the the ones provided (i used the original php-recommended.ini).
And in addition i used the default httpd.conf from Apache.

Now Apache crashes roughly every 4th startup. But it restarts fine once crashed.
With the original 5.0.0b4 it didn't startup at all if it crashed once.
 [2004-02-16 19:52 UTC] sniper@php.net
Just tested this and given enough restarts WITHOUT PHP loaded as module, Apache crashes just by itself.

Not PHP bug -> report to Apache group (happens with Apache2 too)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 10:01:30 2024 UTC