From:             ryuan at buchanan dot com
Operating system: AIX 5.1
PHP version:      4.3.6
PHP Bug Type:     iPlanet related
Bug description:  When trying start up web server, php4_init makes web server crash

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.


-- 
Edit bug report at http://bugs.php.net/?id=28979&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28979&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28979&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=28979&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=28979&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=28979&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=28979&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=28979&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=28979&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=28979&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=28979&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=28979&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=28979&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28979&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=28979&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=28979&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=28979&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28979&r=float

Reply via email to