php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28979 When trying start up web server, php4_init makes web server crash
Submitted: 2004-06-30 22:02 UTC Modified: 2005-01-19 01:00 UTC
Votes:5
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: ryuan at buchanan dot com Assigned:
Status: No Feedback Package: iPlanet related
PHP Version: 4.3.6 OS: AIX 5.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
46 - 40 = ?
Subscribe to this entry?

 
 [2004-06-30 22:02 UTC] ryuan at buchanan dot com
Description:
------------
I've installed PHP 4.3.4 on AIX 5.1. The webserver is SunONE6.1SP1. The libphp4.so is created successfully.

PHP works well from command line. I've done the configurations of SunONE web server (magnus.conf, magnus.conf, mime.types). 

In magnus.conf file, if I take out the line of 
"Init fn=php4_init LateInit="yes" errorString="Failed to initialize PHP!""
the web server can start up successfully.

But with the line "Init fn=php4_init ..", the web server crash with a 300MB core file in config directory.

The errors log file has thousands lines error message. I paste the very last lines here:

[30/Jun/2004:18:14:19] warning (24232):  CORE3283: stderr: 3CLTEXTCLASS sun/misc/URLClassPath$5(0x41F73F08)  [30/Jun/2004:18:14:19] warning (24232):  CORE3283: stderr: 3CLTEXTCLASS sun/misc/Launcher$2(0x41F72158)  [30/Jun/2004:18:14:19] warning (24232):  CORE3283: stderr: 3CLTEXTCLASS sun/misc/Launcher$Factory(0x4093FBD8)  [30/Jun/2004:18:14:19] warning (24232):  CORE3283: stderr: 3CLTEXTCLASS java/lang/ref/PhantomReference(0x4093B958)  [30/Jun/2004:18:14:19] warning (24232):  CORE3283: stderr: 3CLTEXTCLASS java/security/PrivilegedAction(0x409362A8)  [30/Jun/2004:18:14:19] warning (24232):  CORE3283: stderr: 3CLTEXTCLASS java/util/Hashtable$EntrySet(0x41F7A528)  [30/Jun/2004:18:14:19] warning (24232):  CORE3283: stderr: 3CLTEXTCLASS java/io/Writer(0x4093ED98)  [30/Jun/2004:18:14:19] warning (24232):  CORE3283: stderr: 3CLTEXTCLASS sun/io/Converters(0x4093DA98)  [30/Jun/2004:18:14:19] warning (24232):  CORE3283: stderr: 3CLTEXTCLASS java/lang/Integer(0x409382B8)  [30/Jun/2004:18:14:19] catastrophe (24232):  CORE3260: Server crash detected (signal SIGSEGV)  [30/Jun/2004:18:14:19] warning (24232):  CORE3283: stderr: NULL ------------------------------------------------------------------------  [30/Jun/2004:18:14:19] info (24232):  CORE3261: Crash occurred in NSAPI SAF php4_init  [30/Jun/2004:18:14:19] warning (24232):  CORE3283: stderr: 0SECTION Javadump End section  



Thanks in advance.


Expected result:
----------------
I expect to see the web server start up, as I tested the same PHP version on my Solaris platform. No problem.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-01-19 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, 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".
 [2005-04-10 00:50 UTC] alton at shocknetwork dot com
I get the same problem with the CVS version php4-STABLE-200504092037/ on Trustix Secure Linux 2.1.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 16 15:01:28 2024 UTC