[PHP-DEV] Bug #15293 Updated: Incorrect brackets in strlen crashes server

2002-02-03 Thread yohgaki

 ID:   15293
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   Open
+Status:   Feedback
 Bug Type: Reproducible crash
 Operating System: Linux 2.2.14-5.0 (RedHat 6.2)
 PHP Version:  4.0.6
 New Comment:

I think you should have test/development box, aren't you?

Anyway, attach complete script that works. i.e. include ?php ? tag
that can directly feed to CGI or CLI version PHP. Even if it a few
line. 

It may be a few line for you, but it will be many line for us with 
hundreds of bug reports.




Previous Comments:


[2002-01-31 02:12:41] [EMAIL PROTECTED]

'./configure' '--with-oracle=/u01/app/oracle/product/8.1.6'
'--with-oci8=/u01/app/oracle/product/8.1.6'
'--with-apache=/usr/local/apache_1.3.20' '--enable-sigchild' 

Unfortunately, the server is a live and very active server and I can
not get approval to change to config to add --enable-debug.

Sorry.

Quite interestingly the server runs with 10 httpd processes however
when the script is executed this dramatically increases to approx 70
processes then gradually dies back to 31 processes before hanging. The
time scale for the whole call to hang is round one minute.



[2002-01-30 14:52:58] [EMAIL PROTECTED]

Can you provide a backtrace (see
http://bugs.php.net/bugs-generating-backtrace.php) and your
configure-line?



[2002-01-30 03:41:25] [EMAIL PROTECTED]

Using an apache linux box if the brackets are in the wrong place, (see
below) the box spawns hundreds of processes eventually crashing the
server.

(strlen($local[1]  3))
[INCORRECT BRACKETS]

Rather than:

(strlen($local[1])  3)
[CORRECT BRACKETS]

[Basic php install with sigchild enabled and Oracle support]




-- 
Edit this bug report at http://bugs.php.net/?id=15293edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Bug #15293 Updated: Incorrect brackets in strlen crashes server

2002-01-30 Thread sander

ID: 15293
Updated by: sander
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: Reproducible crash
Operating System: Linux 2.2.14-5.0 (RedHat 6.2)
PHP Version: 4.0.6
New Comment:

Can you provide a backtrace (see
http://bugs.php.net/bugs-generating-backtrace.php) and your
configure-line?


Previous Comments:


[2002-01-30 03:41:25] [EMAIL PROTECTED]

Using an apache linux box if the brackets are in the wrong place, (see
below) the box spawns hundreds of processes eventually crashing the
server.

(strlen($local[1]  3))
[INCORRECT BRACKETS]

Rather than:

(strlen($local[1])  3)
[CORRECT BRACKETS]

[Basic php install with sigchild enabled and Oracle support]





Edit this bug report at http://bugs.php.net/?id=15293edit=1


-- 
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]




[PHP-DEV] Bug #15293 Updated: Incorrect brackets in strlen crashes server

2002-01-30 Thread phil . whittaker

ID: 15293
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Open
Bug Type: Reproducible crash
Operating System: Linux 2.2.14-5.0 (RedHat 6.2)
PHP Version: 4.0.6
New Comment:

'./configure' '--with-oracle=/u01/app/oracle/product/8.1.6'
'--with-oci8=/u01/app/oracle/product/8.1.6'
'--with-apache=/usr/local/apache_1.3.20' '--enable-sigchild' 

Unfortunately, the server is a live and very active server and I can
not get approval to change to config to add --enable-debug.

Sorry.

Quite interestingly the server runs with 10 httpd processes however
when the script is executed this dramatically increases to approx 70
processes then gradually dies back to 31 processes before hanging. The
time scale for the whole call to hang is round one minute.


Previous Comments:


[2002-01-30 14:52:58] [EMAIL PROTECTED]

Can you provide a backtrace (see
http://bugs.php.net/bugs-generating-backtrace.php) and your
configure-line?



[2002-01-30 03:41:25] [EMAIL PROTECTED]

Using an apache linux box if the brackets are in the wrong place, (see
below) the box spawns hundreds of processes eventually crashing the
server.

(strlen($local[1]  3))
[INCORRECT BRACKETS]

Rather than:

(strlen($local[1])  3)
[CORRECT BRACKETS]

[Basic php install with sigchild enabled and Oracle support]





Edit this bug report at http://bugs.php.net/?id=15293edit=1


-- 
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]