ID: 11134
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Closed
Bug Type: Reproducible crash
Operating system: 
PHP Version: 4.0.5
Assigned To: 
Comments:

No feedback. Try changing the order in which the DSO are loaded.


Previous Comments:
---------------------------------------------------------------------------

[2001-05-27 13:24:18] [EMAIL PROTECTED]
Can you provide a backtrace too? (with gdb perhaps?)

Derick

---------------------------------------------------------------------------

[2001-05-27 04:56:02] [EMAIL PROTECTED]
I am running a very standard setup -- Apache 1.3.20, with mod_ssl and mod_php4 
compiled as DSO's.

Error log says:

[Sun May 27 01:35:15 2001] [notice] child pid 7949 exit signal Segmentation Fault (11)
[Sun May 27 01:35:19 2001] [notice] child pid 7950 exit signal Segmentation Fault (11)
[Sun May 27 01:35:23 2001] [notice] child pid 7929 exit signal Segmentation Fault (11)
[Sun May 27 01:35:31 2001] [notice] child pid 7951 exit signal Bus Error (10)
[Sun May 27 01:44:28 2001] [notice] child pid 7973 exit signal Segmentation Fault (11)
[Sun May 27 01:44:30 2001] [notice] child pid 7944 exit signal Segmentation Fault (11)
[Sun May 27 01:44:33 2001] [notice] child pid 7941 exit signal Segmentation Fault (11)
[Sun May 27 01:44:40 2001] [notice] child pid 7987 exit signal Segmentation Fault (11)
[etc..]

Apache config:

./configure 
"--with-layout=Apache" 
"--enable-module=ssl" 
"--enable-shared=max" 
"--prefix=/usr/local/apache" 
"--enable-module=log_referer" 
"--enable-module=vhost_alias" 
"--enable-module=ssl" 
"--enable-module=log_config" 
"--enable-module=log_agent" 
"--enable-suexec" 
"--suexec-caller=apache" 
"--suexec-userdir=/export/home" 
"--suexec-docroot=/export/home" 
"$@"

PHP4 config:

./configure  --with-mysql=/usr/local/mysql --with-apxs=/usr/local/apache/bin/apxs

truss leading up to the crash:
7951:   fstat64(5, 0xFFBEB288)                          = 0
7951:   getsockopt(5, 65535, 8192, 0xFFBEB388, 0xFFBEB384, 864) = 0
7951:   setsockopt(5, 65535, 8192, 0xFFBEB388, 4, 864)  = 0
7951:   fcntl(5, F_SETFL, 0x00000082)                   = 0
7951:   read(5, 0x002762C0, 8192)                       Err#11 EAGAIN
7951:   fstat64(5, 0xFFBEB288)                          = 0
7951:   getsockopt(5, 65535, 8192, 0xFFBEB388, 0xFFBEB384, 0) = 0
7951:   setsockopt(5, 65535, 8192, 0xFFBEB388, 4, 0)    = 0
7951:   fcntl(5, F_SETFL, 0x00000002)                   = 0
7951:   write(5, "06

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to