#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2005-11-13 Thread briankd at sonic dot net
 ID:   26286
 Comment by:   briankd at sonic dot net
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

Not sure I found the cause for the rest of you, but
I can turn this error on and off like a light switch.
Example code is below.

To be brief about it: on a WinXP platform, the Apache 
error:
"Parent: child process exited with status 3221225477"
means:
"Look in the Windows Event Viewer, Application Log,
for more information."

In the event viewer, I found the following application
error entry for each occurrence:
"Faulting application Apache.exe, version 2.0.55.0, 
 faulting module php5ts.dll, version 5.0.5.5, 
 fault address 0x7764."  
The module was always php5ts.dll, but the address was
any one of these: 3f530, 3f757, 3e63c, d425, 4ade6, or
7764.  I think the address will move based on the size
of the php source.

Another detail here: Apache would restart automatically
after the error, but it would never respond to me until
I manually stopped and started it.

How I made it fail:

I had one shtml module that included two PHP modules.
I shrunk them down to include only what it takes to
create the failure, then tested them again after
rebooting.  Here are the three modules that create the
failure:

links.shtml:
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>


  

  


  



lib/linkcats.php:
HELLO!\n" ;
?>


lib/listlinks.php:
HELLOO!\n" ;
  /* Comment out next line to make error go away */
  $oldcat = "" ;
?>

The Apache / PHP is as installed by the XAMPP environment,
as recommended in the PHPEclipse install docs.  mod_include
has been activated.
Apache/2.0.55 (Win32)
PHP/5.0.5

Eclipse SDK Version: 3.1.1 Build id: M20050929-0840
PHPEclipse plugin 1.1.7

The problem does not occur on my Debian Server.  I think all
this means that module php5ts.dll, or the module that calls
it, is not managing memory properly.

--Brian


Previous Comments:


[2005-11-04 18:40:15] adrian dot price at gmail dot com

I'm experiencing the same issue with WinXP SP2, Apache 2.0.54, MySQL
4.1.14 and PHP 5.0.5. I get the same errors in my logfile. It fairly
intermittent so very difficult to track down, but it seems to happen
the first time I try to read a SHMOP block after it's been written,
*sometimes*. Sometimes the first read is just fine. As far as I can
tell, when it does happen, it seems to always be on the first read.
It's definitely somehow related to SHMOP, because if I disable the part
of my app using SHMOP the error stops occurring. This is endlessly
frustrating not because of the times it doesn't work, but because of
all the times it does - I nearly have a working feature that nets a
significant performance boost, but it's too unpredictable for
production use :(



[2005-10-24 04:34:41] maranax at mail dot ru

Hello, I'v just had this bug and found something interesting. I'm
using:
windows 2000
apache 2.0.55
php 5.0.5
interbase 7.1 SP2
And what I found: if I use keyword BOOLEAN in difinitions of my DB
tables or in the parameters in stored procedures than this bug happens
!
I changed BOOLEN to INTEGER and it disappeared !
Son I'll try to use BOOLEAN again (in another table) and check out
whether it will cause the bug to happen.



[2005-10-10 07:02:03] Austin519 at aol dot com

Ok...turns out for me at least the problem was Zend.  I uninstalled it
(removed it from php.ini to test first) and it worked fine.  Guess I'll
just have to do without Zend.

Austin519



[2005-10-10 06:44:59] Austin519 at aol dot com

I'm having this exact same problem running Win XP Pro SP2, Apache
2.0.54, and PHP 5.0.4.  This happens specifically when I'm trying to
use the search function within Gallery2 (menalto.gallery.com).



[2005-10-03 11:38:52] mark dot pearson at capita dot co dot uk

I forgot to add that the script submitted in my last message:

$excel = new COM('Excel.Application')

works perfectly when run from the command line.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26286

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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2005-11-04 Thread adrian dot price at gmail dot com
 ID:   26286
 Comment by:   adrian dot price at gmail dot com
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

I'm experiencing the same issue with WinXP SP2, Apache 2.0.54, MySQL
4.1.14 and PHP 5.0.5. I get the same errors in my logfile. It fairly
intermittent so very difficult to track down, but it seems to happen
the first time I try to read a SHMOP block after it's been written,
*sometimes*. Sometimes the first read is just fine. As far as I can
tell, when it does happen, it seems to always be on the first read.
It's definitely somehow related to SHMOP, because if I disable the part
of my app using SHMOP the error stops occurring. This is endlessly
frustrating not because of the times it doesn't work, but because of
all the times it does - I nearly have a working feature that nets a
significant performance boost, but it's too unpredictable for
production use :(


Previous Comments:


[2005-10-24 04:34:41] maranax at mail dot ru

Hello, I'v just had this bug and found something interesting. I'm
using:
windows 2000
apache 2.0.55
php 5.0.5
interbase 7.1 SP2
And what I found: if I use keyword BOOLEAN in difinitions of my DB
tables or in the parameters in stored procedures than this bug happens
!
I changed BOOLEN to INTEGER and it disappeared !
Son I'll try to use BOOLEAN again (in another table) and check out
whether it will cause the bug to happen.



[2005-10-10 07:02:03] Austin519 at aol dot com

Ok...turns out for me at least the problem was Zend.  I uninstalled it
(removed it from php.ini to test first) and it worked fine.  Guess I'll
just have to do without Zend.

Austin519



[2005-10-10 06:44:59] Austin519 at aol dot com

I'm having this exact same problem running Win XP Pro SP2, Apache
2.0.54, and PHP 5.0.4.  This happens specifically when I'm trying to
use the search function within Gallery2 (menalto.gallery.com).



[2005-10-03 11:38:52] mark dot pearson at capita dot co dot uk

I forgot to add that the script submitted in my last message:

$excel = new COM('Excel.Application')

works perfectly when run from the command line.



[2005-10-03 11:20:36] mark dot pearson at capita dot co dot uk

Description: Apache 2 crashes

PHP 4.3.11 as module on Apache 2.0.54 on Windows XP Pro
SP2.

Script which causes crash:

- START -
$excel = new COM("Excel.Application");
-  END  -

Apache error log output:

[Mon Oct 03 10:03:10 2005] [notice] Parent: child process exited with
status 3221225477 -- Restarting.

Reproducable? Yes, 100%

Details:
What happens is that Dr Watson (DW20.exe) reports that 'Microsoft Excel
has encountered a problem and needs to close'.

Then approximately 30 seconds later Apache crashes with the
error log output given above. This occurs momentarily after the CPU
usage for svchost.exe jumps to 100%.

Hope this helps somebody to close this bug one way or the other.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26286

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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2005-10-23 Thread maranax at mail dot ru
 ID:   26286
 Comment by:   maranax at mail dot ru
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

Hello, I'v just had this bug and found something interesting. I'm
using:
windows 2000
apache 2.0.55
php 5.0.5
interbase 7.1 SP2
And what I found: if I use keyword BOOLEAN in difinitions of my DB
tables or in the parameters in stored procedures than this bug happens
!
I changed BOOLEN to INTEGER and it disappeared !
Son I'll try to use BOOLEAN again (in another table) and check out
whether it will cause the bug to happen.


Previous Comments:


[2005-10-10 07:02:03] Austin519 at aol dot com

Ok...turns out for me at least the problem was Zend.  I uninstalled it
(removed it from php.ini to test first) and it worked fine.  Guess I'll
just have to do without Zend.

Austin519



[2005-10-10 06:44:59] Austin519 at aol dot com

I'm having this exact same problem running Win XP Pro SP2, Apache
2.0.54, and PHP 5.0.4.  This happens specifically when I'm trying to
use the search function within Gallery2 (menalto.gallery.com).



[2005-10-03 11:38:52] mark dot pearson at capita dot co dot uk

I forgot to add that the script submitted in my last message:

$excel = new COM('Excel.Application')

works perfectly when run from the command line.



[2005-10-03 11:20:36] mark dot pearson at capita dot co dot uk

Description: Apache 2 crashes

PHP 4.3.11 as module on Apache 2.0.54 on Windows XP Pro
SP2.

Script which causes crash:

- START -
$excel = new COM("Excel.Application");
-  END  -

Apache error log output:

[Mon Oct 03 10:03:10 2005] [notice] Parent: child process exited with
status 3221225477 -- Restarting.

Reproducable? Yes, 100%

Details:
What happens is that Dr Watson (DW20.exe) reports that 'Microsoft Excel
has encountered a problem and needs to close'.

Then approximately 30 seconds later Apache crashes with the
error log output given above. This occurs momentarily after the CPU
usage for svchost.exe jumps to 100%.

Hope this helps somebody to close this bug one way or the other.



[2005-10-03 06:03:27] valerius at iamtex dot com

Even on a Apache/2.0.54 (Win32) with PHP/5.0.4 this problem occurs very
often. So an upgrade to PHP5 would not solve the solution.

Though I can not 100% rule out, that there might be infinite loops, the
application is using an ODBC connection to ORACLE8 extensivly. I am
still checking on memory and thread resources.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26286

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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2005-10-09 Thread Austin519 at aol dot com
 ID:   26286
 Comment by:   Austin519 at aol dot com
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

Ok...turns out for me at least the problem was Zend.  I uninstalled it
(removed it from php.ini to test first) and it worked fine.  Guess I'll
just have to do without Zend.

Austin519


Previous Comments:


[2005-10-10 06:44:59] Austin519 at aol dot com

I'm having this exact same problem running Win XP Pro SP2, Apache
2.0.54, and PHP 5.0.4.  This happens specifically when I'm trying to
use the search function within Gallery2 (menalto.gallery.com).



[2005-10-03 11:38:52] mark dot pearson at capita dot co dot uk

I forgot to add that the script submitted in my last message:

$excel = new COM('Excel.Application')

works perfectly when run from the command line.



[2005-10-03 11:20:36] mark dot pearson at capita dot co dot uk

Description: Apache 2 crashes

PHP 4.3.11 as module on Apache 2.0.54 on Windows XP Pro
SP2.

Script which causes crash:

- START -
$excel = new COM("Excel.Application");
-  END  -

Apache error log output:

[Mon Oct 03 10:03:10 2005] [notice] Parent: child process exited with
status 3221225477 -- Restarting.

Reproducable? Yes, 100%

Details:
What happens is that Dr Watson (DW20.exe) reports that 'Microsoft Excel
has encountered a problem and needs to close'.

Then approximately 30 seconds later Apache crashes with the
error log output given above. This occurs momentarily after the CPU
usage for svchost.exe jumps to 100%.

Hope this helps somebody to close this bug one way or the other.



[2005-10-03 06:03:27] valerius at iamtex dot com

Even on a Apache/2.0.54 (Win32) with PHP/5.0.4 this problem occurs very
often. So an upgrade to PHP5 would not solve the solution.

Though I can not 100% rule out, that there might be infinite loops, the
application is using an ODBC connection to ORACLE8 extensivly. I am
still checking on memory and thread resources.



[2005-09-24 20:18:13] anonymous at anon dot com

Come on... This bug has been plaguing Apache2/PHP server admins for
quite some time now, and there has yet to be any official solution.

I am currently running Apache 2.0.54 with PHP isapi module 4.4.0 on a
Windows XP Pro server. This error (3221225477) is occurring very
randomly, and does not seem to be code related.

I had this exact same problem on another server using Apache 2.0.52
with PHP 4.3.2, which was solved by switching to a beta 4.4 version of
PHP at the time. However, I can't quite remember what that exact
version was, and besides, I don't think my primary server should need a
beta version of PHP to run properly.

Could somebody please get a solution going for this bug.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26286

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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2005-10-09 Thread Austin519 at aol dot com
 ID:   26286
 Comment by:   Austin519 at aol dot com
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

I'm having this exact same problem running Win XP Pro SP2, Apache
2.0.54, and PHP 5.0.4.  This happens specifically when I'm trying to
use the search function within Gallery2 (menalto.gallery.com).


Previous Comments:


[2005-10-03 11:38:52] mark dot pearson at capita dot co dot uk

I forgot to add that the script submitted in my last message:

$excel = new COM('Excel.Application')

works perfectly when run from the command line.



[2005-10-03 11:20:36] mark dot pearson at capita dot co dot uk

Description: Apache 2 crashes

PHP 4.3.11 as module on Apache 2.0.54 on Windows XP Pro
SP2.

Script which causes crash:

- START -
$excel = new COM("Excel.Application");
-  END  -

Apache error log output:

[Mon Oct 03 10:03:10 2005] [notice] Parent: child process exited with
status 3221225477 -- Restarting.

Reproducable? Yes, 100%

Details:
What happens is that Dr Watson (DW20.exe) reports that 'Microsoft Excel
has encountered a problem and needs to close'.

Then approximately 30 seconds later Apache crashes with the
error log output given above. This occurs momentarily after the CPU
usage for svchost.exe jumps to 100%.

Hope this helps somebody to close this bug one way or the other.



[2005-10-03 06:03:27] valerius at iamtex dot com

Even on a Apache/2.0.54 (Win32) with PHP/5.0.4 this problem occurs very
often. So an upgrade to PHP5 would not solve the solution.

Though I can not 100% rule out, that there might be infinite loops, the
application is using an ODBC connection to ORACLE8 extensivly. I am
still checking on memory and thread resources.



[2005-09-24 20:18:13] anonymous at anon dot com

Come on... This bug has been plaguing Apache2/PHP server admins for
quite some time now, and there has yet to be any official solution.

I am currently running Apache 2.0.54 with PHP isapi module 4.4.0 on a
Windows XP Pro server. This error (3221225477) is occurring very
randomly, and does not seem to be code related.

I had this exact same problem on another server using Apache 2.0.52
with PHP 4.3.2, which was solved by switching to a beta 4.4 version of
PHP at the time. However, I can't quite remember what that exact
version was, and besides, I don't think my primary server should need a
beta version of PHP to run properly.

Could somebody please get a solution going for this bug.



[2005-09-07 20:53:42] jeffdripps at isegames dot com

Using 4.4.1 binary this problem occurs and the process restarts as
soon
as the first *.php file is requested. PHP 4.4.1 is unusable on a
multiprocessor machine running W2K and Apache2.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26286

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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2005-10-03 Thread mark dot pearson at capita dot co dot uk
 ID:   26286
 Comment by:   mark dot pearson at capita dot co dot uk
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

I forgot to add that the script submitted in my last message:

$excel = new COM('Excel.Application')

works perfectly when run from the command line.


Previous Comments:


[2005-10-03 11:20:36] mark dot pearson at capita dot co dot uk

Description: Apache 2 crashes

PHP 4.3.11 as module on Apache 2.0.54 on Windows XP Pro
SP2.

Script which causes crash:

- START -
$excel = new COM("Excel.Application");
-  END  -

Apache error log output:

[Mon Oct 03 10:03:10 2005] [notice] Parent: child process exited with
status 3221225477 -- Restarting.

Reproducable? Yes, 100%

Details:
What happens is that Dr Watson (DW20.exe) reports that 'Microsoft Excel
has encountered a problem and needs to close'.

Then approximately 30 seconds later Apache crashes with the
error log output given above. This occurs momentarily after the CPU
usage for svchost.exe jumps to 100%.

Hope this helps somebody to close this bug one way or the other.



[2005-10-03 06:03:27] valerius at iamtex dot com

Even on a Apache/2.0.54 (Win32) with PHP/5.0.4 this problem occurs very
often. So an upgrade to PHP5 would not solve the solution.

Though I can not 100% rule out, that there might be infinite loops, the
application is using an ODBC connection to ORACLE8 extensivly. I am
still checking on memory and thread resources.



[2005-09-24 20:18:13] anonymous at anon dot com

Come on... This bug has been plaguing Apache2/PHP server admins for
quite some time now, and there has yet to be any official solution.

I am currently running Apache 2.0.54 with PHP isapi module 4.4.0 on a
Windows XP Pro server. This error (3221225477) is occurring very
randomly, and does not seem to be code related.

I had this exact same problem on another server using Apache 2.0.52
with PHP 4.3.2, which was solved by switching to a beta 4.4 version of
PHP at the time. However, I can't quite remember what that exact
version was, and besides, I don't think my primary server should need a
beta version of PHP to run properly.

Could somebody please get a solution going for this bug.



[2005-09-07 20:53:42] jeffdripps at isegames dot com

Using 4.4.1 binary this problem occurs and the process restarts as
soon
as the first *.php file is requested. PHP 4.4.1 is unusable on a
multiprocessor machine running W2K and Apache2.



[2005-09-06 14:04:08] hollowlife1987 at gmail dot com

Using Apache/2.0.54 (Win32) PHP/5.0.4
This bug only happens for me when I load php_threads.dll



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26286

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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2005-10-03 Thread mark dot pearson at capita dot co dot uk
 ID:   26286
 Comment by:   mark dot pearson at capita dot co dot uk
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

Description: Apache 2 crashes

PHP 4.3.11 as module on Apache 2.0.54 on Windows XP Pro
SP2.

Script which causes crash:

- START -
$excel = new COM("Excel.Application");
-  END  -

Apache error log output:

[Mon Oct 03 10:03:10 2005] [notice] Parent: child process exited with
status 3221225477 -- Restarting.

Reproducable? Yes, 100%

Details:
What happens is that Dr Watson (DW20.exe) reports that 'Microsoft Excel
has encountered a problem and needs to close'.

Then approximately 30 seconds later Apache crashes with the
error log output given above. This occurs momentarily after the CPU
usage for svchost.exe jumps to 100%.

Hope this helps somebody to close this bug one way or the other.


Previous Comments:


[2005-10-03 06:03:27] valerius at iamtex dot com

Even on a Apache/2.0.54 (Win32) with PHP/5.0.4 this problem occurs very
often. So an upgrade to PHP5 would not solve the solution.

Though I can not 100% rule out, that there might be infinite loops, the
application is using an ODBC connection to ORACLE8 extensivly. I am
still checking on memory and thread resources.



[2005-09-24 20:18:13] anonymous at anon dot com

Come on... This bug has been plaguing Apache2/PHP server admins for
quite some time now, and there has yet to be any official solution.

I am currently running Apache 2.0.54 with PHP isapi module 4.4.0 on a
Windows XP Pro server. This error (3221225477) is occurring very
randomly, and does not seem to be code related.

I had this exact same problem on another server using Apache 2.0.52
with PHP 4.3.2, which was solved by switching to a beta 4.4 version of
PHP at the time. However, I can't quite remember what that exact
version was, and besides, I don't think my primary server should need a
beta version of PHP to run properly.

Could somebody please get a solution going for this bug.



[2005-09-07 20:53:42] jeffdripps at isegames dot com

Using 4.4.1 binary this problem occurs and the process restarts as
soon
as the first *.php file is requested. PHP 4.4.1 is unusable on a
multiprocessor machine running W2K and Apache2.



[2005-09-06 14:04:08] hollowlife1987 at gmail dot com

Using Apache/2.0.54 (Win32) PHP/5.0.4
This bug only happens for me when I load php_threads.dll



[2005-08-02 14:55:05] nikobaer at gmx dot net

Hi,

I've the same problem, and the advice to search the bug in the own
application didn't solve it.
I can rule out an infinite repeat.

The Apache crashes in unreproducable intervals, but everytime at a
OCILogon. I've had ran the scripts at an IBM AIX Server with Apache
1.3.31 and php 4.3.11 and at a HP-UX Server with Apache 2.0.47 and php
4.2.3 without any crash. Win2k Sp4 with apache 2.0.54 and php 4.3.10
crashes randomly.

cu

nikobaer



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26286

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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2005-10-02 Thread valerius at iamtex dot com
 ID:   26286
 Comment by:   valerius at iamtex dot com
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

Even on a Apache/2.0.54 (Win32) with PHP/5.0.4 this problem occurs very
often. So an upgrade to PHP5 would not solve the solution.

Though I can not 100% rule out, that there might be infinite loops, the
application is using an ODBC connection to ORACLE8 extensivly. I am
still checking on memory and thread resources.


Previous Comments:


[2005-09-24 20:18:13] anonymous at anon dot com

Come on... This bug has been plaguing Apache2/PHP server admins for
quite some time now, and there has yet to be any official solution.

I am currently running Apache 2.0.54 with PHP isapi module 4.4.0 on a
Windows XP Pro server. This error (3221225477) is occurring very
randomly, and does not seem to be code related.

I had this exact same problem on another server using Apache 2.0.52
with PHP 4.3.2, which was solved by switching to a beta 4.4 version of
PHP at the time. However, I can't quite remember what that exact
version was, and besides, I don't think my primary server should need a
beta version of PHP to run properly.

Could somebody please get a solution going for this bug.



[2005-09-07 20:53:42] jeffdripps at isegames dot com

Using 4.4.1 binary this problem occurs and the process restarts as
soon
as the first *.php file is requested. PHP 4.4.1 is unusable on a
multiprocessor machine running W2K and Apache2.



[2005-09-06 14:04:08] hollowlife1987 at gmail dot com

Using Apache/2.0.54 (Win32) PHP/5.0.4
This bug only happens for me when I load php_threads.dll



[2005-08-02 14:55:05] nikobaer at gmx dot net

Hi,

I've the same problem, and the advice to search the bug in the own
application didn't solve it.
I can rule out an infinite repeat.

The Apache crashes in unreproducable intervals, but everytime at a
OCILogon. I've had ran the scripts at an IBM AIX Server with Apache
1.3.31 and php 4.3.11 and at a HP-UX Server with Apache 2.0.47 and php
4.2.3 without any crash. Win2k Sp4 with apache 2.0.54 and php 4.3.10
crashes randomly.

cu

nikobaer



[2005-06-20 17:53:28] maxim at am dot id dot lv

It`s not apache or php bug. It`s your own bug. Some where in your code
you have cycle which never ends. Look through your code and you will
find the error.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26286

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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2005-09-24 Thread anonymous at anon dot com
 ID:   26286
 Comment by:   anonymous at anon dot com
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

Come on... This bug has been plaguing Apache2/PHP server admins for
quite some time now, and there has yet to be any official solution.

I am currently running Apache 2.0.54 with PHP isapi module 4.4.0 on a
Windows XP Pro server. This error (3221225477) is occurring very
randomly, and does not seem to be code related.

I had this exact same problem on another server using Apache 2.0.52
with PHP 4.3.2, which was solved by switching to a beta 4.4 version of
PHP at the time. However, I can't quite remember what that exact
version was, and besides, I don't think my primary server should need a
beta version of PHP to run properly.

Could somebody please get a solution going for this bug.


Previous Comments:


[2005-09-07 20:53:42] jeffdripps at isegames dot com

Using 4.4.1 binary this problem occurs and the process restarts as
soon
as the first *.php file is requested. PHP 4.4.1 is unusable on a
multiprocessor machine running W2K and Apache2.



[2005-09-06 14:04:08] hollowlife1987 at gmail dot com

Using Apache/2.0.54 (Win32) PHP/5.0.4
This bug only happens for me when I load php_threads.dll



[2005-08-02 14:55:05] nikobaer at gmx dot net

Hi,

I've the same problem, and the advice to search the bug in the own
application didn't solve it.
I can rule out an infinite repeat.

The Apache crashes in unreproducable intervals, but everytime at a
OCILogon. I've had ran the scripts at an IBM AIX Server with Apache
1.3.31 and php 4.3.11 and at a HP-UX Server with Apache 2.0.47 and php
4.2.3 without any crash. Win2k Sp4 with apache 2.0.54 and php 4.3.10
crashes randomly.

cu

nikobaer



[2005-06-20 17:53:28] maxim at am dot id dot lv

It`s not apache or php bug. It`s your own bug. Some where in your code
you have cycle which never ends. Look through your code and you will
find the error.



[2005-05-30 09:10:14] mail at fabianhess dot de

I'm experiencing the problem when accessing an Oracle Database. The
Apache Log says:


[client 192.168.101.19] PHP Warning:  ociserverversion() [function.ociserverversion]:
OCIServerVersion: ORA-03113: Unerwartetes \xdcbertragungsende in
Kommunikation\n in
C:\\Programme\\TSW\\Apache2\\intranet\\Maka\\orasql\\taskAusfuehren.php
on line 179
[client 192.168.101.19] PHP Warning:  ociexecute() [function.ociexecute]: OCIStmtExecute:
ORA-03114: Nicht mit ORACLE verbunden\n in
C:\\Programme\\TSW\\Apache2\\intranet\\Maka\\orasql\\taskAusfuehren.php
on line 308
[client 192.168.101.19] PHP Warning:  ociserverversion() [function.ociserverversion]:
OCIServerVersion: ORA-01041: Interner Fehler: hostdef-Erweiterung ist
nicht vorhanden\n in
C:\\Programme\\TSW\\Apache2\\intranet\\Maka\\orasql\\taskAusfuehren.php
on line 179
[client 192.168.101.19] PHP Warning:  ociexecute() [function.ociexecute]: OCIStmtExecute:
ORA-03114: Nicht mit ORACLE verbunden\n in
C:\\Programme\\TSW\\Apache2\\intranet\\Maka\\orasql\\taskAusfuehren.php
on line 308
[Thu May 26 01:50:06 2005] [notice] Parent: child process exited with
status 3221225477 -- Restarting.




The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26286

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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2005-09-07 Thread jeffdripps at isegames dot com
 ID:   26286
 Comment by:   jeffdripps at isegames dot com
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

Using 4.4.1 binary this problem occurs and the process restarts as
soon
as the first *.php file is requested. PHP 4.4.1 is unusable on a
multiprocessor machine running W2K and Apache2.


Previous Comments:


[2005-09-06 14:04:08] hollowlife1987 at gmail dot com

Using Apache/2.0.54 (Win32) PHP/5.0.4
This bug only happens for me when I load php_threads.dll



[2005-08-02 14:55:05] nikobaer at gmx dot net

Hi,

I've the same problem, and the advice to search the bug in the own
application didn't solve it.
I can rule out an infinite repeat.

The Apache crashes in unreproducable intervals, but everytime at a
OCILogon. I've had ran the scripts at an IBM AIX Server with Apache
1.3.31 and php 4.3.11 and at a HP-UX Server with Apache 2.0.47 and php
4.2.3 without any crash. Win2k Sp4 with apache 2.0.54 and php 4.3.10
crashes randomly.

cu

nikobaer



[2005-06-20 17:53:28] maxim at am dot id dot lv

It`s not apache or php bug. It`s your own bug. Some where in your code
you have cycle which never ends. Look through your code and you will
find the error.



[2005-05-30 09:10:14] mail at fabianhess dot de

I'm experiencing the problem when accessing an Oracle Database. The
Apache Log says:


[client 192.168.101.19] PHP Warning:  ociserverversion() [function.ociserverversion]:
OCIServerVersion: ORA-03113: Unerwartetes \xdcbertragungsende in
Kommunikation\n in
C:\\Programme\\TSW\\Apache2\\intranet\\Maka\\orasql\\taskAusfuehren.php
on line 179
[client 192.168.101.19] PHP Warning:  ociexecute() [function.ociexecute]: OCIStmtExecute:
ORA-03114: Nicht mit ORACLE verbunden\n in
C:\\Programme\\TSW\\Apache2\\intranet\\Maka\\orasql\\taskAusfuehren.php
on line 308
[client 192.168.101.19] PHP Warning:  ociserverversion() [function.ociserverversion]:
OCIServerVersion: ORA-01041: Interner Fehler: hostdef-Erweiterung ist
nicht vorhanden\n in
C:\\Programme\\TSW\\Apache2\\intranet\\Maka\\orasql\\taskAusfuehren.php
on line 179
[client 192.168.101.19] PHP Warning:  ociexecute() [function.ociexecute]: OCIStmtExecute:
ORA-03114: Nicht mit ORACLE verbunden\n in
C:\\Programme\\TSW\\Apache2\\intranet\\Maka\\orasql\\taskAusfuehren.php
on line 308
[Thu May 26 01:50:06 2005] [notice] Parent: child process exited with
status 3221225477 -- Restarting.




[2003-11-17 14:18:03] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.






The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26286

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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2005-09-06 Thread hollowlife1987 at gmail dot com
 ID:   26286
 Comment by:   hollowlife1987 at gmail dot com
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

Using Apache/2.0.54 (Win32) PHP/5.0.4
This bug only happens for me when I load php_threads.dll


Previous Comments:


[2005-08-02 14:55:05] nikobaer at gmx dot net

Hi,

I've the same problem, and the advice to search the bug in the own
application didn't solve it.
I can rule out an infinite repeat.

The Apache crashes in unreproducable intervals, but everytime at a
OCILogon. I've had ran the scripts at an IBM AIX Server with Apache
1.3.31 and php 4.3.11 and at a HP-UX Server with Apache 2.0.47 and php
4.2.3 without any crash. Win2k Sp4 with apache 2.0.54 and php 4.3.10
crashes randomly.

cu

nikobaer



[2005-06-20 17:53:28] maxim at am dot id dot lv

It`s not apache or php bug. It`s your own bug. Some where in your code
you have cycle which never ends. Look through your code and you will
find the error.



[2005-05-30 09:10:14] mail at fabianhess dot de

I'm experiencing the problem when accessing an Oracle Database. The
Apache Log says:


[client 192.168.101.19] PHP Warning:  ociserverversion() [function.ociserverversion]:
OCIServerVersion: ORA-03113: Unerwartetes \xdcbertragungsende in
Kommunikation\n in
C:\\Programme\\TSW\\Apache2\\intranet\\Maka\\orasql\\taskAusfuehren.php
on line 179
[client 192.168.101.19] PHP Warning:  ociexecute() [function.ociexecute]: OCIStmtExecute:
ORA-03114: Nicht mit ORACLE verbunden\n in
C:\\Programme\\TSW\\Apache2\\intranet\\Maka\\orasql\\taskAusfuehren.php
on line 308
[client 192.168.101.19] PHP Warning:  ociserverversion() [function.ociserverversion]:
OCIServerVersion: ORA-01041: Interner Fehler: hostdef-Erweiterung ist
nicht vorhanden\n in
C:\\Programme\\TSW\\Apache2\\intranet\\Maka\\orasql\\taskAusfuehren.php
on line 179
[client 192.168.101.19] PHP Warning:  ociexecute() [function.ociexecute]: OCIStmtExecute:
ORA-03114: Nicht mit ORACLE verbunden\n in
C:\\Programme\\TSW\\Apache2\\intranet\\Maka\\orasql\\taskAusfuehren.php
on line 308
[Thu May 26 01:50:06 2005] [notice] Parent: child process exited with
status 3221225477 -- Restarting.




[2003-11-17 14:18:03] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.






[2003-11-17 07:51:17] igg10 at alu dot ua dot es

Description:

Apache2 crashes

PHP as module on apache 2.0.47 php 4.3.2 windows 2000

Fri Nov 14 12:53:09 2003] [notice] Parent: child process exited with 
status 3221225477 -- Restarting.
[Fri Nov 14 12:53:09 2003] [notice] Parent: Created child process 1044
[Fri Nov 14 12:53:09 2003] [notice] Child 1044: Child process is 
running
[Fri Nov 14 12:53:10 2003] [notice] Child 1044: Acquired the start 
mutex.
[Fri Nov 14 12:53:10 2003] [notice] Child 1044: Starting 64 worker 
threads.







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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2005-08-02 Thread nikobaer at gmx dot net
 ID:   26286
 Comment by:   nikobaer at gmx dot net
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

Hi,

I've the same problem, and the advice to search the bug in the own
application didn't solve it.
I can rule out an infinite repeat.

The Apache crashes in unreproducable intervals, but everytime at a
OCILogon. I've had ran the scripts at an IBM AIX Server with Apache
1.3.31 and php 4.3.11 and at a HP-UX Server with Apache 2.0.47 and php
4.2.3 without any crash. Win2k Sp4 with apache 2.0.54 and php 4.3.10
crashes randomly.

cu

nikobaer


Previous Comments:


[2005-06-20 17:53:28] maxim at am dot id dot lv

It`s not apache or php bug. It`s your own bug. Some where in your code
you have cycle which never ends. Look through your code and you will
find the error.



[2005-05-30 09:10:14] mail at fabianhess dot de

I'm experiencing the problem when accessing an Oracle Database. The
Apache Log says:


[client 192.168.101.19] PHP Warning:  ociserverversion() [function.ociserverversion]:
OCIServerVersion: ORA-03113: Unerwartetes \xdcbertragungsende in
Kommunikation\n in
C:\\Programme\\TSW\\Apache2\\intranet\\Maka\\orasql\\taskAusfuehren.php
on line 179
[client 192.168.101.19] PHP Warning:  ociexecute() [function.ociexecute]: OCIStmtExecute:
ORA-03114: Nicht mit ORACLE verbunden\n in
C:\\Programme\\TSW\\Apache2\\intranet\\Maka\\orasql\\taskAusfuehren.php
on line 308
[client 192.168.101.19] PHP Warning:  ociserverversion() [function.ociserverversion]:
OCIServerVersion: ORA-01041: Interner Fehler: hostdef-Erweiterung ist
nicht vorhanden\n in
C:\\Programme\\TSW\\Apache2\\intranet\\Maka\\orasql\\taskAusfuehren.php
on line 179
[client 192.168.101.19] PHP Warning:  ociexecute() [function.ociexecute]: OCIStmtExecute:
ORA-03114: Nicht mit ORACLE verbunden\n in
C:\\Programme\\TSW\\Apache2\\intranet\\Maka\\orasql\\taskAusfuehren.php
on line 308
[Thu May 26 01:50:06 2005] [notice] Parent: child process exited with
status 3221225477 -- Restarting.




[2003-11-17 14:18:03] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.






[2003-11-17 07:51:17] igg10 at alu dot ua dot es

Description:

Apache2 crashes

PHP as module on apache 2.0.47 php 4.3.2 windows 2000

Fri Nov 14 12:53:09 2003] [notice] Parent: child process exited with 
status 3221225477 -- Restarting.
[Fri Nov 14 12:53:09 2003] [notice] Parent: Created child process 1044
[Fri Nov 14 12:53:09 2003] [notice] Child 1044: Child process is 
running
[Fri Nov 14 12:53:10 2003] [notice] Child 1044: Acquired the start 
mutex.
[Fri Nov 14 12:53:10 2003] [notice] Child 1044: Starting 64 worker 
threads.







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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2005-06-20 Thread maxim at am dot id dot lv
 ID:   26286
 Comment by:   maxim at am dot id dot lv
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

It`s not apache or php bug. It`s your own bug. Some where in your code
you have cycle which never ends. Look through your code and you will
find the error.


Previous Comments:


[2005-05-30 09:10:14] mail at fabianhess dot de

I'm experiencing the problem when accessing an Oracle Database. The
Apache Log says:


[client 192.168.101.19] PHP Warning:  ociserverversion() [function.ociserverversion]:
OCIServerVersion: ORA-03113: Unerwartetes \xdcbertragungsende in
Kommunikation\n in
C:\\Programme\\TSW\\Apache2\\intranet\\Maka\\orasql\\taskAusfuehren.php
on line 179
[client 192.168.101.19] PHP Warning:  ociexecute() [function.ociexecute]: OCIStmtExecute:
ORA-03114: Nicht mit ORACLE verbunden\n in
C:\\Programme\\TSW\\Apache2\\intranet\\Maka\\orasql\\taskAusfuehren.php
on line 308
[client 192.168.101.19] PHP Warning:  ociserverversion() [function.ociserverversion]:
OCIServerVersion: ORA-01041: Interner Fehler: hostdef-Erweiterung ist
nicht vorhanden\n in
C:\\Programme\\TSW\\Apache2\\intranet\\Maka\\orasql\\taskAusfuehren.php
on line 179
[client 192.168.101.19] PHP Warning:  ociexecute() [function.ociexecute]: OCIStmtExecute:
ORA-03114: Nicht mit ORACLE verbunden\n in
C:\\Programme\\TSW\\Apache2\\intranet\\Maka\\orasql\\taskAusfuehren.php
on line 308
[Thu May 26 01:50:06 2005] [notice] Parent: child process exited with
status 3221225477 -- Restarting.




[2003-11-17 14:18:03] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.






[2003-11-17 07:51:17] igg10 at alu dot ua dot es

Description:

Apache2 crashes

PHP as module on apache 2.0.47 php 4.3.2 windows 2000

Fri Nov 14 12:53:09 2003] [notice] Parent: child process exited with 
status 3221225477 -- Restarting.
[Fri Nov 14 12:53:09 2003] [notice] Parent: Created child process 1044
[Fri Nov 14 12:53:09 2003] [notice] Child 1044: Child process is 
running
[Fri Nov 14 12:53:10 2003] [notice] Child 1044: Acquired the start 
mutex.
[Fri Nov 14 12:53:10 2003] [notice] Child 1044: Starting 64 worker 
threads.







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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2005-05-30 Thread mail at fabianhess dot de
 ID:   26286
 Comment by:   mail at fabianhess dot de
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

I'm experiencing the problem when accessing an Oracle Database. The
Apache Log says:


[client 192.168.101.19] PHP Warning:  ociserverversion() [function.ociserverversion]:
OCIServerVersion: ORA-03113: Unerwartetes \xdcbertragungsende in
Kommunikation\n in
C:\\Programme\\TSW\\Apache2\\intranet\\Maka\\orasql\\taskAusfuehren.php
on line 179
[client 192.168.101.19] PHP Warning:  ociexecute() [function.ociexecute]: OCIStmtExecute:
ORA-03114: Nicht mit ORACLE verbunden\n in
C:\\Programme\\TSW\\Apache2\\intranet\\Maka\\orasql\\taskAusfuehren.php
on line 308
[client 192.168.101.19] PHP Warning:  ociserverversion() [function.ociserverversion]:
OCIServerVersion: ORA-01041: Interner Fehler: hostdef-Erweiterung ist
nicht vorhanden\n in
C:\\Programme\\TSW\\Apache2\\intranet\\Maka\\orasql\\taskAusfuehren.php
on line 179
[client 192.168.101.19] PHP Warning:  ociexecute() [function.ociexecute]: OCIStmtExecute:
ORA-03114: Nicht mit ORACLE verbunden\n in
C:\\Programme\\TSW\\Apache2\\intranet\\Maka\\orasql\\taskAusfuehren.php
on line 308
[Thu May 26 01:50:06 2005] [notice] Parent: child process exited with
status 3221225477 -- Restarting.



Previous Comments:


[2003-11-17 14:18:03] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.






[2003-11-17 07:51:17] igg10 at alu dot ua dot es

Description:

Apache2 crashes

PHP as module on apache 2.0.47 php 4.3.2 windows 2000

Fri Nov 14 12:53:09 2003] [notice] Parent: child process exited with 
status 3221225477 -- Restarting.
[Fri Nov 14 12:53:09 2003] [notice] Parent: Created child process 1044
[Fri Nov 14 12:53:09 2003] [notice] Child 1044: Child process is 
running
[Fri Nov 14 12:53:10 2003] [notice] Child 1044: Acquired the start 
mutex.
[Fri Nov 14 12:53:10 2003] [notice] Child 1044: Starting 64 worker 
threads.







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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2005-02-10 Thread email at gmail dot com
 ID:   26286
 Comment by:   email at gmail dot com
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

same problem here, cant be solved :(

W2K3
PHP 4.3.10
Apache 2.0.52
MySQL 4.1.18


Previous Comments:


[2004-12-18 18:19:29] tacone at gmx dot net

Same problem:
Win2000
Apache 2.052
Php 5.03

I solved it by disabling zend section in php.ini



[2004-12-11 00:04:56] uncoDMX at yahoo dot com

Same problem here.

WinXP+SP2
Apache 2.0.52
PHP 4.3.9
MySQL 4.0.1

also tested the site on Linux and it worked.



[2004-12-07 22:36:07] oancea at gmail dot com

Same problem with:
Apache 2.0.52, php 5.0.2, Win XP+SP2.



[2004-12-01 20:14:00] jkpalmer52 at yahoo dot com

Forgot to add that this problem occurs on Windows XP Pro SP2
and that my configuration of Apache 2.0.52 w/ PHP 4.3.6 works just fine
with Windows 2000 Pro SP4.



[2004-12-01 20:09:09] jkpalmer52 at yahoo dot com

Experiencing sam with Apache 2.0.52, PHP 4.3.6
using DotProject-Forums module.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26286

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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-12-18 Thread tacone at gmx dot net
 ID:   26286
 Comment by:   tacone at gmx dot net
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

Same problem:
Win2000
Apache 2.052
Php 5.03

I solved it by disabling zend section in php.ini


Previous Comments:


[2004-12-11 00:04:56] uncoDMX at yahoo dot com

Same problem here.

WinXP+SP2
Apache 2.0.52
PHP 4.3.9
MySQL 4.0.1

also tested the site on Linux and it worked.



[2004-12-07 22:36:07] oancea at gmail dot com

Same problem with:
Apache 2.0.52, php 5.0.2, Win XP+SP2.



[2004-12-01 20:14:00] jkpalmer52 at yahoo dot com

Forgot to add that this problem occurs on Windows XP Pro SP2
and that my configuration of Apache 2.0.52 w/ PHP 4.3.6 works just fine
with Windows 2000 Pro SP4.



[2004-12-01 20:09:09] jkpalmer52 at yahoo dot com

Experiencing sam with Apache 2.0.52, PHP 4.3.6
using DotProject-Forums module.



[2004-11-18 03:21:41] foxinforestfire at yahoo dot com

Well, after digging through my classes, adding exit() calls to see
which line execution stops on, I've reached a conclusion. Perhaps this
won't help anyone with their bugs, but it helped mine so I'll post it.

Picture this as an example of the stack:
[ function a ][ variable foo ][ variable bar ]

Then, I call a function to a class which, in its constructor, uses the
function that called it, which eventually checks for that class's
existance in its records(and it isnt there, because it is only added
after the first function exits). So now my stack begins filling with
recursive functions and looks like this:

[func][func][func][func][func][func][func][func]...

And, it continues filling until there is a huge overload, which happens
rather quickly, and it throws an error, exiting out of potentially
hundreds, or thousands even, of functions, depending on how much room
they each require.

So, check for recursive usage of objects, because it can get PHP into
an "infinite" loop that it doesn't recognize because of its complexity,
and is relatively simple to overlook because when you read a line, you
don't think like the stack does(save class pointer THEN move into the
constructor(ie, C++ because of previous space allocation) vs. move into
function BEFORE saving class pointer to memory address x because its not
pre-allocated) :P



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26286

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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-12-10 Thread uncoDMX at yahoo dot com
 ID:   26286
 Comment by:   uncoDMX at yahoo dot com
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

Same problem here.

WinXP+SP2
Apache 2.0.52
PHP 4.3.9
MySQL 4.0.1

also tested the site on Linux and it worked.


Previous Comments:


[2004-12-07 22:36:07] oancea at gmail dot com

Same problem with:
Apache 2.0.52, php 5.0.2, Win XP+SP2.



[2004-12-01 20:14:00] jkpalmer52 at yahoo dot com

Forgot to add that this problem occurs on Windows XP Pro SP2
and that my configuration of Apache 2.0.52 w/ PHP 4.3.6 works just fine
with Windows 2000 Pro SP4.



[2004-12-01 20:09:09] jkpalmer52 at yahoo dot com

Experiencing sam with Apache 2.0.52, PHP 4.3.6
using DotProject-Forums module.



[2004-11-18 03:21:41] foxinforestfire at yahoo dot com

Well, after digging through my classes, adding exit() calls to see
which line execution stops on, I've reached a conclusion. Perhaps this
won't help anyone with their bugs, but it helped mine so I'll post it.

Picture this as an example of the stack:
[ function a ][ variable foo ][ variable bar ]

Then, I call a function to a class which, in its constructor, uses the
function that called it, which eventually checks for that class's
existance in its records(and it isnt there, because it is only added
after the first function exits). So now my stack begins filling with
recursive functions and looks like this:

[func][func][func][func][func][func][func][func]...

And, it continues filling until there is a huge overload, which happens
rather quickly, and it throws an error, exiting out of potentially
hundreds, or thousands even, of functions, depending on how much room
they each require.

So, check for recursive usage of objects, because it can get PHP into
an "infinite" loop that it doesn't recognize because of its complexity,
and is relatively simple to overlook because when you read a line, you
don't think like the stack does(save class pointer THEN move into the
constructor(ie, C++ because of previous space allocation) vs. move into
function BEFORE saving class pointer to memory address x because its not
pre-allocated) :P



[2004-11-18 02:59:16] foxinforestfire at yahoo dot com

I've found that the error seems to occur with a high usage of
references. I've had it occur to me twice under different conditions.

Situation A:
I have class A which accepts a pointer to class B and calls functions
recursively down the class B and any classes it has pointers to. The
error occured when I made a minor programming mistake and added a class
to itself throwing PHP into a recursive infinite loop.

Situation B(as of yet unresolved):
I have several classes which require pointers to one another to
function. During a class's construction, it uses several global
functions that I have which check to see if a specific instance of a
class exits(they all have IDs) and if so it returns a reference to the
existing class. If not, it creates a new instance, saves it, and
returns a reference. I'm not sure what is going on, but I'm relatively
sure it is another recursive error, because I could potentially step
through the classes infinitively. But, I had hoped this wouldn't be a
problem seeing as I am using pointers/references, and not continuously
creating new copies of objects. Yet, the problem persists and I'm still
having issues with apache being killed off by windows.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26286

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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-12-07 Thread oancea at gmail dot com
 ID:   26286
 Comment by:   oancea at gmail dot com
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

Same problem with:
Apache 2.0.52, php 5.0.2, Win XP+SP2.


Previous Comments:


[2004-12-01 20:14:00] jkpalmer52 at yahoo dot com

Forgot to add that this problem occurs on Windows XP Pro SP2
and that my configuration of Apache 2.0.52 w/ PHP 4.3.6 works just fine
with Windows 2000 Pro SP4.



[2004-12-01 20:09:09] jkpalmer52 at yahoo dot com

Experiencing sam with Apache 2.0.52, PHP 4.3.6
using DotProject-Forums module.



[2004-11-18 03:21:41] foxinforestfire at yahoo dot com

Well, after digging through my classes, adding exit() calls to see
which line execution stops on, I've reached a conclusion. Perhaps this
won't help anyone with their bugs, but it helped mine so I'll post it.

Picture this as an example of the stack:
[ function a ][ variable foo ][ variable bar ]

Then, I call a function to a class which, in its constructor, uses the
function that called it, which eventually checks for that class's
existance in its records(and it isnt there, because it is only added
after the first function exits). So now my stack begins filling with
recursive functions and looks like this:

[func][func][func][func][func][func][func][func]...

And, it continues filling until there is a huge overload, which happens
rather quickly, and it throws an error, exiting out of potentially
hundreds, or thousands even, of functions, depending on how much room
they each require.

So, check for recursive usage of objects, because it can get PHP into
an "infinite" loop that it doesn't recognize because of its complexity,
and is relatively simple to overlook because when you read a line, you
don't think like the stack does(save class pointer THEN move into the
constructor(ie, C++ because of previous space allocation) vs. move into
function BEFORE saving class pointer to memory address x because its not
pre-allocated) :P



[2004-11-18 02:59:16] foxinforestfire at yahoo dot com

I've found that the error seems to occur with a high usage of
references. I've had it occur to me twice under different conditions.

Situation A:
I have class A which accepts a pointer to class B and calls functions
recursively down the class B and any classes it has pointers to. The
error occured when I made a minor programming mistake and added a class
to itself throwing PHP into a recursive infinite loop.

Situation B(as of yet unresolved):
I have several classes which require pointers to one another to
function. During a class's construction, it uses several global
functions that I have which check to see if a specific instance of a
class exits(they all have IDs) and if so it returns a reference to the
existing class. If not, it creates a new instance, saves it, and
returns a reference. I'm not sure what is going on, but I'm relatively
sure it is another recursive error, because I could potentially step
through the classes infinitively. But, I had hoped this wouldn't be a
problem seeing as I am using pointers/references, and not continuously
creating new copies of objects. Yet, the problem persists and I'm still
having issues with apache being killed off by windows.



[2004-11-17 20:42:41] pascal dot court at bluewin dot ch

I have exactly the same problem.
I use Windows XP French SP2
Apache 2.0.52
PHP 4.3.9



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26286

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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-12-01 Thread jkpalmer52 at yahoo dot com
 ID:   26286
 Comment by:   jkpalmer52 at yahoo dot com
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

Forgot to add that this problem occurs on Windows XP Pro SP2
and that my configuration of Apache 2.0.52 w/ PHP 4.3.6 works just fine
with Windows 2000 Pro SP4.


Previous Comments:


[2004-12-01 20:09:09] jkpalmer52 at yahoo dot com

Experiencing sam with Apache 2.0.52, PHP 4.3.6
using DotProject-Forums module.



[2004-11-18 03:21:41] foxinforestfire at yahoo dot com

Well, after digging through my classes, adding exit() calls to see
which line execution stops on, I've reached a conclusion. Perhaps this
won't help anyone with their bugs, but it helped mine so I'll post it.

Picture this as an example of the stack:
[ function a ][ variable foo ][ variable bar ]

Then, I call a function to a class which, in its constructor, uses the
function that called it, which eventually checks for that class's
existance in its records(and it isnt there, because it is only added
after the first function exits). So now my stack begins filling with
recursive functions and looks like this:

[func][func][func][func][func][func][func][func]...

And, it continues filling until there is a huge overload, which happens
rather quickly, and it throws an error, exiting out of potentially
hundreds, or thousands even, of functions, depending on how much room
they each require.

So, check for recursive usage of objects, because it can get PHP into
an "infinite" loop that it doesn't recognize because of its complexity,
and is relatively simple to overlook because when you read a line, you
don't think like the stack does(save class pointer THEN move into the
constructor(ie, C++ because of previous space allocation) vs. move into
function BEFORE saving class pointer to memory address x because its not
pre-allocated) :P



[2004-11-18 02:59:16] foxinforestfire at yahoo dot com

I've found that the error seems to occur with a high usage of
references. I've had it occur to me twice under different conditions.

Situation A:
I have class A which accepts a pointer to class B and calls functions
recursively down the class B and any classes it has pointers to. The
error occured when I made a minor programming mistake and added a class
to itself throwing PHP into a recursive infinite loop.

Situation B(as of yet unresolved):
I have several classes which require pointers to one another to
function. During a class's construction, it uses several global
functions that I have which check to see if a specific instance of a
class exits(they all have IDs) and if so it returns a reference to the
existing class. If not, it creates a new instance, saves it, and
returns a reference. I'm not sure what is going on, but I'm relatively
sure it is another recursive error, because I could potentially step
through the classes infinitively. But, I had hoped this wouldn't be a
problem seeing as I am using pointers/references, and not continuously
creating new copies of objects. Yet, the problem persists and I'm still
having issues with apache being killed off by windows.



[2004-11-17 20:42:41] pascal dot court at bluewin dot ch

I have exactly the same problem.
I use Windows XP French SP2
Apache 2.0.52
PHP 4.3.9



[2004-11-16 12:38:10] php_bug at cklowe dot com

There is a syndrome of bugs here.  

http://www.google.com/search?q=+site:bugs.php.net+3221225477

reports 47 hits.

3221225477 equates to 0xC005 .  

Could this be Zend bailing out?



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26286

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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-12-01 Thread jkpalmer52 at yahoo dot com
 ID:   26286
 Comment by:   jkpalmer52 at yahoo dot com
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

Experiencing sam with Apache 2.0.52, PHP 4.3.6
using DotProject-Forums module.


Previous Comments:


[2004-11-18 03:21:41] foxinforestfire at yahoo dot com

Well, after digging through my classes, adding exit() calls to see
which line execution stops on, I've reached a conclusion. Perhaps this
won't help anyone with their bugs, but it helped mine so I'll post it.

Picture this as an example of the stack:
[ function a ][ variable foo ][ variable bar ]

Then, I call a function to a class which, in its constructor, uses the
function that called it, which eventually checks for that class's
existance in its records(and it isnt there, because it is only added
after the first function exits). So now my stack begins filling with
recursive functions and looks like this:

[func][func][func][func][func][func][func][func]...

And, it continues filling until there is a huge overload, which happens
rather quickly, and it throws an error, exiting out of potentially
hundreds, or thousands even, of functions, depending on how much room
they each require.

So, check for recursive usage of objects, because it can get PHP into
an "infinite" loop that it doesn't recognize because of its complexity,
and is relatively simple to overlook because when you read a line, you
don't think like the stack does(save class pointer THEN move into the
constructor(ie, C++ because of previous space allocation) vs. move into
function BEFORE saving class pointer to memory address x because its not
pre-allocated) :P



[2004-11-18 02:59:16] foxinforestfire at yahoo dot com

I've found that the error seems to occur with a high usage of
references. I've had it occur to me twice under different conditions.

Situation A:
I have class A which accepts a pointer to class B and calls functions
recursively down the class B and any classes it has pointers to. The
error occured when I made a minor programming mistake and added a class
to itself throwing PHP into a recursive infinite loop.

Situation B(as of yet unresolved):
I have several classes which require pointers to one another to
function. During a class's construction, it uses several global
functions that I have which check to see if a specific instance of a
class exits(they all have IDs) and if so it returns a reference to the
existing class. If not, it creates a new instance, saves it, and
returns a reference. I'm not sure what is going on, but I'm relatively
sure it is another recursive error, because I could potentially step
through the classes infinitively. But, I had hoped this wouldn't be a
problem seeing as I am using pointers/references, and not continuously
creating new copies of objects. Yet, the problem persists and I'm still
having issues with apache being killed off by windows.



[2004-11-17 20:42:41] pascal dot court at bluewin dot ch

I have exactly the same problem.
I use Windows XP French SP2
Apache 2.0.52
PHP 4.3.9



[2004-11-16 12:38:10] php_bug at cklowe dot com

There is a syndrome of bugs here.  

http://www.google.com/search?q=+site:bugs.php.net+3221225477

reports 47 hits.

3221225477 equates to 0xC005 .  

Could this be Zend bailing out?



[2004-11-08 17:22:27] cpuidle at gmx dot de

Same issue for me, happend when running Mantis 0.19.0 against PHP
5.0.1:

[Mon Nov 08 17:18:56 2004] [notice] Parent: Created child process 3080
[Mon Nov 08 17:18:58 2004] [notice] Child 3080: Child process is
running
[Mon Nov 08 17:18:58 2004] [notice] Child 3080: Acquired the start
mutex.
[Mon Nov 08 17:18:58 2004] [notice] Child 3080: Starting 20 worker
threads.
[Mon Nov 08 17:19:07 2004] [notice] Parent: child process exited with
status 3221225477 -- Restarting.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26286

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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-11-17 Thread foxinforestfire at yahoo dot com
 ID:   26286
 Comment by:   foxinforestfire at yahoo dot com
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

Well, after digging through my classes, adding exit() calls to see
which line execution stops on, I've reached a conclusion. Perhaps this
won't help anyone with their bugs, but it helped mine so I'll post it.

Picture this as an example of the stack:
[ function a ][ variable foo ][ variable bar ]

Then, I call a function to a class which, in its constructor, uses the
function that called it, which eventually checks for that class's
existance in its records(and it isnt there, because it is only added
after the first function exits). So now my stack begins filling with
recursive functions and looks like this:

[func][func][func][func][func][func][func][func]...

And, it continues filling until there is a huge overload, which happens
rather quickly, and it throws an error, exiting out of potentially
hundreds, or thousands even, of functions, depending on how much room
they each require.

So, check for recursive usage of objects, because it can get PHP into
an "infinite" loop that it doesn't recognize because of its complexity,
and is relatively simple to overlook because when you read a line, you
don't think like the stack does(save class pointer THEN move into the
constructor(ie, C++ because of previous space allocation) vs. move into
function BEFORE saving class pointer to memory address x because its not
pre-allocated) :P


Previous Comments:


[2004-11-18 02:59:16] foxinforestfire at yahoo dot com

I've found that the error seems to occur with a high usage of
references. I've had it occur to me twice under different conditions.

Situation A:
I have class A which accepts a pointer to class B and calls functions
recursively down the class B and any classes it has pointers to. The
error occured when I made a minor programming mistake and added a class
to itself throwing PHP into a recursive infinite loop.

Situation B(as of yet unresolved):
I have several classes which require pointers to one another to
function. During a class's construction, it uses several global
functions that I have which check to see if a specific instance of a
class exits(they all have IDs) and if so it returns a reference to the
existing class. If not, it creates a new instance, saves it, and
returns a reference. I'm not sure what is going on, but I'm relatively
sure it is another recursive error, because I could potentially step
through the classes infinitively. But, I had hoped this wouldn't be a
problem seeing as I am using pointers/references, and not continuously
creating new copies of objects. Yet, the problem persists and I'm still
having issues with apache being killed off by windows.



[2004-11-17 20:42:41] pascal dot court at bluewin dot ch

I have exactly the same problem.
I use Windows XP French SP2
Apache 2.0.52
PHP 4.3.9



[2004-11-16 12:38:10] php_bug at cklowe dot com

There is a syndrome of bugs here.  

http://www.google.com/search?q=+site:bugs.php.net+3221225477

reports 47 hits.

3221225477 equates to 0xC005 .  

Could this be Zend bailing out?



[2004-11-08 17:22:27] cpuidle at gmx dot de

Same issue for me, happend when running Mantis 0.19.0 against PHP
5.0.1:

[Mon Nov 08 17:18:56 2004] [notice] Parent: Created child process 3080
[Mon Nov 08 17:18:58 2004] [notice] Child 3080: Child process is
running
[Mon Nov 08 17:18:58 2004] [notice] Child 3080: Acquired the start
mutex.
[Mon Nov 08 17:18:58 2004] [notice] Child 3080: Starting 20 worker
threads.
[Mon Nov 08 17:19:07 2004] [notice] Parent: child process exited with
status 3221225477 -- Restarting.



[2004-10-15 14:52:00] jonathan at schwarzelan dot de

As said for bug 25570,
to me it seems they are kind of related - 
having a large 2d-array, just filling it with data 
(140x4 each about 100chars) results to Apache2.0.50 to crash
(php 5.0.2, aswell as 5.1.0-dev) on W2k and WXP


Trying outputting the generated Data leads to bug 25570 -



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26286

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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-11-17 Thread foxinforestfire at yahoo dot com
 ID:   26286
 Comment by:   foxinforestfire at yahoo dot com
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

I've found that the error seems to occur with a high usage of
references. I've had it occur to me twice under different conditions.

Situation A:
I have class A which accepts a pointer to class B and calls functions
recursively down the class B and any classes it has pointers to. The
error occured when I made a minor programming mistake and added a class
to itself throwing PHP into a recursive infinite loop.

Situation B(as of yet unresolved):
I have several classes which require pointers to one another to
function. During a class's construction, it uses several global
functions that I have which check to see if a specific instance of a
class exits(they all have IDs) and if so it returns a reference to the
existing class. If not, it creates a new instance, saves it, and
returns a reference. I'm not sure what is going on, but I'm relatively
sure it is another recursive error, because I could potentially step
through the classes infinitively. But, I had hoped this wouldn't be a
problem seeing as I am using pointers/references, and not continuously
creating new copies of objects. Yet, the problem persists and I'm still
having issues with apache being killed off by windows.


Previous Comments:


[2004-11-17 20:42:41] pascal dot court at bluewin dot ch

I have exactly the same problem.
I use Windows XP French SP2
Apache 2.0.52
PHP 4.3.9



[2004-11-16 12:38:10] php_bug at cklowe dot com

There is a syndrome of bugs here.  

http://www.google.com/search?q=+site:bugs.php.net+3221225477

reports 47 hits.

3221225477 equates to 0xC005 .  

Could this be Zend bailing out?



[2004-11-08 17:22:27] cpuidle at gmx dot de

Same issue for me, happend when running Mantis 0.19.0 against PHP
5.0.1:

[Mon Nov 08 17:18:56 2004] [notice] Parent: Created child process 3080
[Mon Nov 08 17:18:58 2004] [notice] Child 3080: Child process is
running
[Mon Nov 08 17:18:58 2004] [notice] Child 3080: Acquired the start
mutex.
[Mon Nov 08 17:18:58 2004] [notice] Child 3080: Starting 20 worker
threads.
[Mon Nov 08 17:19:07 2004] [notice] Parent: child process exited with
status 3221225477 -- Restarting.



[2004-10-15 14:52:00] jonathan at schwarzelan dot de

As said for bug 25570,
to me it seems they are kind of related - 
having a large 2d-array, just filling it with data 
(140x4 each about 100chars) results to Apache2.0.50 to crash
(php 5.0.2, aswell as 5.1.0-dev) on W2k and WXP


Trying outputting the generated Data leads to bug 25570 -



[2004-10-06 20:29:54] daukan at thelastgate dot com

winxp pro sp2
apache 2
php 5.0.0

After I change all the bcpow() functions to pow() it hasn't crashed.

example:
if(rand(1,10)+bcpow($pstat,2) > rand(1,8)+bpow($estat,2))
to
if(rand(1,10)+pow($pstat,2) > rand(1,8)+pow($estat,2))



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26286

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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-11-17 Thread pascal dot court at bluewin dot ch
 ID:   26286
 Comment by:   pascal dot court at bluewin dot ch
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

I have exactly the same problem.
I use Windows XP French SP2
Apache 2.0.52
PHP 4.3.9


Previous Comments:


[2004-11-16 12:38:10] php_bug at cklowe dot com

There is a syndrome of bugs here.  

http://www.google.com/search?q=+site:bugs.php.net+3221225477

reports 47 hits.

3221225477 equates to 0xC005 .  

Could this be Zend bailing out?



[2004-11-08 17:22:27] cpuidle at gmx dot de

Same issue for me, happend when running Mantis 0.19.0 against PHP
5.0.1:

[Mon Nov 08 17:18:56 2004] [notice] Parent: Created child process 3080
[Mon Nov 08 17:18:58 2004] [notice] Child 3080: Child process is
running
[Mon Nov 08 17:18:58 2004] [notice] Child 3080: Acquired the start
mutex.
[Mon Nov 08 17:18:58 2004] [notice] Child 3080: Starting 20 worker
threads.
[Mon Nov 08 17:19:07 2004] [notice] Parent: child process exited with
status 3221225477 -- Restarting.



[2004-10-15 14:52:00] jonathan at schwarzelan dot de

As said for bug 25570,
to me it seems they are kind of related - 
having a large 2d-array, just filling it with data 
(140x4 each about 100chars) results to Apache2.0.50 to crash
(php 5.0.2, aswell as 5.1.0-dev) on W2k and WXP


Trying outputting the generated Data leads to bug 25570 -



[2004-10-06 20:29:54] daukan at thelastgate dot com

winxp pro sp2
apache 2
php 5.0.0

After I change all the bcpow() functions to pow() it hasn't crashed.

example:
if(rand(1,10)+bcpow($pstat,2) > rand(1,8)+bpow($estat,2))
to
if(rand(1,10)+pow($pstat,2) > rand(1,8)+pow($estat,2))



[2004-09-26 17:24:25] ordghio at trava dot lv

Two Win2k servers with Apache 2.0.50 and PHP 5.0.2
after function getmicrotime() call - error with this string in
error.log:

Parent: child process exited with status 3221225477 -- Restarting

back to 4.3.9 - all works fine



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26286

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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-11-16 Thread php_bug at cklowe dot com
 ID:   26286
 Comment by:   php_bug at cklowe dot com
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

There is a syndrome of bugs here.  

http://www.google.com/search?q=+site:bugs.php.net+3221225477

reports 47 hits.

3221225477 equates to 0xC005 .  

Could this be Zend bailing out?


Previous Comments:


[2004-11-08 17:22:27] cpuidle at gmx dot de

Same issue for me, happend when running Mantis 0.19.0 against PHP
5.0.1:

[Mon Nov 08 17:18:56 2004] [notice] Parent: Created child process 3080
[Mon Nov 08 17:18:58 2004] [notice] Child 3080: Child process is
running
[Mon Nov 08 17:18:58 2004] [notice] Child 3080: Acquired the start
mutex.
[Mon Nov 08 17:18:58 2004] [notice] Child 3080: Starting 20 worker
threads.
[Mon Nov 08 17:19:07 2004] [notice] Parent: child process exited with
status 3221225477 -- Restarting.



[2004-10-15 14:52:00] jonathan at schwarzelan dot de

As said for bug 25570,
to me it seems they are kind of related - 
having a large 2d-array, just filling it with data 
(140x4 each about 100chars) results to Apache2.0.50 to crash
(php 5.0.2, aswell as 5.1.0-dev) on W2k and WXP


Trying outputting the generated Data leads to bug 25570 -



[2004-10-06 20:29:54] daukan at thelastgate dot com

winxp pro sp2
apache 2
php 5.0.0

After I change all the bcpow() functions to pow() it hasn't crashed.

example:
if(rand(1,10)+bcpow($pstat,2) > rand(1,8)+bpow($estat,2))
to
if(rand(1,10)+pow($pstat,2) > rand(1,8)+pow($estat,2))



[2004-09-26 17:24:25] ordghio at trava dot lv

Two Win2k servers with Apache 2.0.50 and PHP 5.0.2
after function getmicrotime() call - error with this string in
error.log:

Parent: child process exited with status 3221225477 -- Restarting

back to 4.3.9 - all works fine



[2004-09-21 02:29:21] erikp at visibleworld dot com

Problem persists with php 4.3.8 on win2k, apache/2.0.50 and
apache/2.0.51.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26286

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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-11-08 Thread cpuidle at gmx dot de
 ID:   26286
 Comment by:   cpuidle at gmx dot de
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

Same issue for me, happend when running Mantis 0.19.0 against PHP
5.0.1:

[Mon Nov 08 17:18:56 2004] [notice] Parent: Created child process 3080
[Mon Nov 08 17:18:58 2004] [notice] Child 3080: Child process is
running
[Mon Nov 08 17:18:58 2004] [notice] Child 3080: Acquired the start
mutex.
[Mon Nov 08 17:18:58 2004] [notice] Child 3080: Starting 20 worker
threads.
[Mon Nov 08 17:19:07 2004] [notice] Parent: child process exited with
status 3221225477 -- Restarting.


Previous Comments:


[2004-10-15 14:52:00] jonathan at schwarzelan dot de

As said for bug 25570,
to me it seems they are kind of related - 
having a large 2d-array, just filling it with data 
(140x4 each about 100chars) results to Apache2.0.50 to crash
(php 5.0.2, aswell as 5.1.0-dev) on W2k and WXP


Trying outputting the generated Data leads to bug 25570 -



[2004-10-06 20:29:54] daukan at thelastgate dot com

winxp pro sp2
apache 2
php 5.0.0

After I change all the bcpow() functions to pow() it hasn't crashed.

example:
if(rand(1,10)+bcpow($pstat,2) > rand(1,8)+bpow($estat,2))
to
if(rand(1,10)+pow($pstat,2) > rand(1,8)+pow($estat,2))



[2004-09-26 17:24:25] ordghio at trava dot lv

Two Win2k servers with Apache 2.0.50 and PHP 5.0.2
after function getmicrotime() call - error with this string in
error.log:

Parent: child process exited with status 3221225477 -- Restarting

back to 4.3.9 - all works fine



[2004-09-21 02:29:21] erikp at visibleworld dot com

Problem persists with php 4.3.8 on win2k, apache/2.0.50 and
apache/2.0.51.



[2004-09-16 14:57:11] dmitri at elista dot org

I also ran across this apache crash. The log file record was the same
as in the first message. Here is how it happened. I run apache2 with
php 4.3.2 under windows 2000. The crash itself occured when I made a
request to MSSQL database selecting a field of type DECIMAL(38). As far
as I understand it means a number 38 digits long taking 17 bytes to be
stored. 

PHP's manual says "The size of a float is platform-dependent, although
a maximum of ~1.8e308 with a precision of roughly 14 decimal digits is
a common value (that's 64 bit IEEE format)." So I figured I could try
to convert the number into a smaller number. And it helped! I rewrote
the SQL request as follows

SELECT CONVERT(DECIMAL(15,2), [Decimal38]) FROM ...

I don't think cutting the number down is such a big deal as it is
extremely seldom that we deal with such bug numbers in the real life.
38 digits or 15 - make no difference :)



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26286

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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-10-23 Thread ast at sgg dot wtusm dot edu dot cn
 ID:   26286
 Comment by:   ast at sgg dot wtusm dot edu dot cn
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

I have the same problem with Windows 2000 SP4, Apache 2.0.50,
php5.0.0RC3 when I use a php-Script with OCI8-functions. Please help
me: [EMAIL PROTECTED]


Previous Comments:


[2004-10-15 14:52:00] jonathan at schwarzelan dot de

As said for bug 25570,
to me it seems they are kind of related - 
having a large 2d-array, just filling it with data 
(140x4 each about 100chars) results to Apache2.0.50 to crash
(php 5.0.2, aswell as 5.1.0-dev) on W2k and WXP


Trying outputting the generated Data leads to bug 25570 -



[2004-10-06 20:29:54] daukan at thelastgate dot com

winxp pro sp2
apache 2
php 5.0.0

After I change all the bcpow() functions to pow() it hasn't crashed.

example:
if(rand(1,10)+bcpow($pstat,2) > rand(1,8)+bpow($estat,2))
to
if(rand(1,10)+pow($pstat,2) > rand(1,8)+pow($estat,2))



[2004-09-26 17:24:25] ordghio at trava dot lv

Two Win2k servers with Apache 2.0.50 and PHP 5.0.2
after function getmicrotime() call - error with this string in
error.log:

Parent: child process exited with status 3221225477 -- Restarting

back to 4.3.9 - all works fine



[2004-09-21 02:29:21] erikp at visibleworld dot com

Problem persists with php 4.3.8 on win2k, apache/2.0.50 and
apache/2.0.51.



[2004-09-16 14:57:11] dmitri at elista dot org

I also ran across this apache crash. The log file record was the same
as in the first message. Here is how it happened. I run apache2 with
php 4.3.2 under windows 2000. The crash itself occured when I made a
request to MSSQL database selecting a field of type DECIMAL(38). As far
as I understand it means a number 38 digits long taking 17 bytes to be
stored. 

PHP's manual says "The size of a float is platform-dependent, although
a maximum of ~1.8e308 with a precision of roughly 14 decimal digits is
a common value (that's 64 bit IEEE format)." So I figured I could try
to convert the number into a smaller number. And it helped! I rewrote
the SQL request as follows

SELECT CONVERT(DECIMAL(15,2), [Decimal38]) FROM ...

I don't think cutting the number down is such a big deal as it is
extremely seldom that we deal with such bug numbers in the real life.
38 digits or 15 - make no difference :)



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26286

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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-10-15 Thread jonathan at schwarzelan dot de
 ID:   26286
 Comment by:   jonathan at schwarzelan dot de
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

As said for bug 25570,
to me it seems they are kind of related - 
having a large 2d-array, just filling it with data 
(140x4 each about 100chars) results to Apache2.0.50 to crash
(php 5.0.2, aswell as 5.1.0-dev) on W2k and WXP


Trying outputting the generated Data leads to bug 25570 -


Previous Comments:


[2004-10-06 20:29:54] daukan at thelastgate dot com

winxp pro sp2
apache 2
php 5.0.0

After I change all the bcpow() functions to pow() it hasn't crashed.

example:
if(rand(1,10)+bcpow($pstat,2) > rand(1,8)+bpow($estat,2))
to
if(rand(1,10)+pow($pstat,2) > rand(1,8)+pow($estat,2))



[2004-09-26 17:24:25] ordghio at trava dot lv

Two Win2k servers with Apache 2.0.50 and PHP 5.0.2
after function getmicrotime() call - error with this string in
error.log:

Parent: child process exited with status 3221225477 -- Restarting

back to 4.3.9 - all works fine



[2004-09-21 02:29:21] erikp at visibleworld dot com

Problem persists with php 4.3.8 on win2k, apache/2.0.50 and
apache/2.0.51.



[2004-09-16 14:57:11] dmitri at elista dot org

I also ran across this apache crash. The log file record was the same
as in the first message. Here is how it happened. I run apache2 with
php 4.3.2 under windows 2000. The crash itself occured when I made a
request to MSSQL database selecting a field of type DECIMAL(38). As far
as I understand it means a number 38 digits long taking 17 bytes to be
stored. 

PHP's manual says "The size of a float is platform-dependent, although
a maximum of ~1.8e308 with a precision of roughly 14 decimal digits is
a common value (that's 64 bit IEEE format)." So I figured I could try
to convert the number into a smaller number. And it helped! I rewrote
the SQL request as follows

SELECT CONVERT(DECIMAL(15,2), [Decimal38]) FROM ...

I don't think cutting the number down is such a big deal as it is
extremely seldom that we deal with such bug numbers in the real life.
38 digits or 15 - make no difference :)



[2004-09-05 20:09:00] nuwp at mail dot com

In my case, this happens when I turn off the cookies in Mozilla for the
site I am developing. The PHP scripts then use some classes stored in
$_SESSION[] during the requests. So if the cookies are not allowed,
session does not work, and then the Apache crashes.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26286

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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-10-06 Thread daukan at thelastgate dot com
 ID:   26286
 Comment by:   daukan at thelastgate dot com
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

winxp pro sp2
apache 2
php 5.0.0

After I change all the bcpow() functions to pow() it hasn't crashed.

example:
if(rand(1,10)+bcpow($pstat,2) > rand(1,8)+bpow($estat,2))
to
if(rand(1,10)+pow($pstat,2) > rand(1,8)+pow($estat,2))


Previous Comments:


[2004-09-26 17:24:25] ordghio at trava dot lv

Two Win2k servers with Apache 2.0.50 and PHP 5.0.2
after function getmicrotime() call - error with this string in
error.log:

Parent: child process exited with status 3221225477 -- Restarting

back to 4.3.9 - all works fine



[2004-09-21 02:29:21] erikp at visibleworld dot com

Problem persists with php 4.3.8 on win2k, apache/2.0.50 and
apache/2.0.51.



[2004-09-16 14:57:11] dmitri at elista dot org

I also ran across this apache crash. The log file record was the same
as in the first message. Here is how it happened. I run apache2 with
php 4.3.2 under windows 2000. The crash itself occured when I made a
request to MSSQL database selecting a field of type DECIMAL(38). As far
as I understand it means a number 38 digits long taking 17 bytes to be
stored. 

PHP's manual says "The size of a float is platform-dependent, although
a maximum of ~1.8e308 with a precision of roughly 14 decimal digits is
a common value (that's 64 bit IEEE format)." So I figured I could try
to convert the number into a smaller number. And it helped! I rewrote
the SQL request as follows

SELECT CONVERT(DECIMAL(15,2), [Decimal38]) FROM ...

I don't think cutting the number down is such a big deal as it is
extremely seldom that we deal with such bug numbers in the real life.
38 digits or 15 - make no difference :)



[2004-09-05 20:09:00] nuwp at mail dot com

In my case, this happens when I turn off the cookies in Mozilla for the
site I am developing. The PHP scripts then use some classes stored in
$_SESSION[] during the requests. So if the cookies are not allowed,
session does not work, and then the Apache crashes.



[2004-08-30 23:17:11] ajvdhek at dds dot nl

Exact same bug for me... Win XP pro + XAMMP 1.4.6 (Apache/2.0.50
(Win32) mod_ssl/2.0.50 OpenSSL/0.9.7c PHP/5.0.1 MySQL 4.0.20a-nt)



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26286

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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-09-26 Thread ordghio at trava dot lv
 ID:   26286
 Comment by:   ordghio at trava dot lv
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

Two Win2k servers with Apache 2.0.50 and PHP 5.0.2
after function getmicrotime() call - error with this string in
error.log:

Parent: child process exited with status 3221225477 -- Restarting

back to 4.3.9 - all works fine


Previous Comments:


[2004-09-21 02:29:21] erikp at visibleworld dot com

Problem persists with php 4.3.8 on win2k, apache/2.0.50 and
apache/2.0.51.



[2004-09-16 14:57:11] dmitri at elista dot org

I also ran across this apache crash. The log file record was the same
as in the first message. Here is how it happened. I run apache2 with
php 4.3.2 under windows 2000. The crash itself occured when I made a
request to MSSQL database selecting a field of type DECIMAL(38). As far
as I understand it means a number 38 digits long taking 17 bytes to be
stored. 

PHP's manual says "The size of a float is platform-dependent, although
a maximum of ~1.8e308 with a precision of roughly 14 decimal digits is
a common value (that's 64 bit IEEE format)." So I figured I could try
to convert the number into a smaller number. And it helped! I rewrote
the SQL request as follows

SELECT CONVERT(DECIMAL(15,2), [Decimal38]) FROM ...

I don't think cutting the number down is such a big deal as it is
extremely seldom that we deal with such bug numbers in the real life.
38 digits or 15 - make no difference :)



[2004-09-05 20:09:00] nuwp at mail dot com

In my case, this happens when I turn off the cookies in Mozilla for the
site I am developing. The PHP scripts then use some classes stored in
$_SESSION[] during the requests. So if the cookies are not allowed,
session does not work, and then the Apache crashes.



[2004-08-30 23:17:11] ajvdhek at dds dot nl

Exact same bug for me... Win XP pro + XAMMP 1.4.6 (Apache/2.0.50
(Win32) mod_ssl/2.0.50 OpenSSL/0.9.7c PHP/5.0.1 MySQL 4.0.20a-nt)



[2004-07-05 16:23:19] adam dot phillips at orange dot net

Continuing from my post above, I tried replacing the switch statement
with if () {} elseif ... and still got the error so it appears it is
not the switch statement



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26286

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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-09-20 Thread erikp at visibleworld dot com
 ID:   26286
 Comment by:   erikp at visibleworld dot com
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

Problem persists with php 4.3.8 on win2k, apache/2.0.50 and
apache/2.0.51.


Previous Comments:


[2004-09-16 14:57:11] dmitri at elista dot org

I also ran across this apache crash. The log file record was the same
as in the first message. Here is how it happened. I run apache2 with
php 4.3.2 under windows 2000. The crash itself occured when I made a
request to MSSQL database selecting a field of type DECIMAL(38). As far
as I understand it means a number 38 digits long taking 17 bytes to be
stored. 

PHP's manual says "The size of a float is platform-dependent, although
a maximum of ~1.8e308 with a precision of roughly 14 decimal digits is
a common value (that's 64 bit IEEE format)." So I figured I could try
to convert the number into a smaller number. And it helped! I rewrote
the SQL request as follows

SELECT CONVERT(DECIMAL(15,2), [Decimal38]) FROM ...

I don't think cutting the number down is such a big deal as it is
extremely seldom that we deal with such bug numbers in the real life.
38 digits or 15 - make no difference :)



[2004-09-05 20:09:00] nuwp at mail dot com

In my case, this happens when I turn off the cookies in Mozilla for the
site I am developing. The PHP scripts then use some classes stored in
$_SESSION[] during the requests. So if the cookies are not allowed,
session does not work, and then the Apache crashes.



[2004-08-30 23:17:11] ajvdhek at dds dot nl

Exact same bug for me... Win XP pro + XAMMP 1.4.6 (Apache/2.0.50
(Win32) mod_ssl/2.0.50 OpenSSL/0.9.7c PHP/5.0.1 MySQL 4.0.20a-nt)



[2004-07-05 16:23:19] adam dot phillips at orange dot net

Continuing from my post above, I tried replacing the switch statement
with if () {} elseif ... and still got the error so it appears it is
not the switch statement



[2004-07-05 16:01:24] adam dot phillips at orange dot net

I experienced the same problem on 2 systems - Win2k with Apache
2.0.48/PHP 4.3.4 and Red Hat Linux with Apache 1.3.29 and PHP 4.3.5. 
So far as i can tell, the cause of the error is a switch statement.  I
have a function withian a class module declared as follows:

function getsales($scope="", $returnasobjects=false) {
}

Inside this function is a switch statment based on $scope.  

There are four cases.  The first three perform different functions
which all return arrays and the fourth case (which is the default)
performs all 3 of the previous cases and merges the results into a
single array (I won't write out all the code since it all appears to
work outside of this switch statement.  Please e-mail if needed).  The
error occurs in the fourth case but originally the code was identical
to that of the first 3 'stuck together'.  I have since tried a number
of alternatives none of which work.  Most intriguing was when instead
of using default: for the fourth case i renamed it case "all".  Then it
worked when called from another page but not when called from within the
same class module.  I then renamed it "everything" and the opposite was
true.  I then tried changed my function declaration to 

function getsales($scope="all", $returnasobjects=false) {}

and it wouldn't work in either case.  Similarly if i replaced "all"
with everything.  The final bit of strangeness was that i tried using
the following code in the default case

return array_merge($this->getsales("case1"), $this->getsales("case2"),
$this->getsales("case3"))

which wouldn't work even tho each of the cases worked individually.
Each time i get the same error in my Apache Error Log

Parent: child process exited with status 3221225725 -- Restarting



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26286

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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-09-16 Thread dmitri at elista dot org
 ID:   26286
 Comment by:   dmitri at elista dot org
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

I also ran across this apache crash. The log file record was the same
as in the first message. Here is how it happened. I run apache2 with
php 4.3.2 under windows 2000. The crash itself occured when I made a
request to MSSQL database selecting a field of type DECIMAL(38). As far
as I understand it means a number 38 digits long taking 17 bytes to be
stored. 

PHP's manual says "The size of a float is platform-dependent, although
a maximum of ~1.8e308 with a precision of roughly 14 decimal digits is
a common value (that's 64 bit IEEE format)." So I figured I could try
to convert the number into a smaller number. And it helped! I rewrote
the SQL request as follows

SELECT CONVERT(DECIMAL(15,2), [Decimal38]) FROM ...

I don't think cutting the number down is such a big deal as it is
extremely seldom that we deal with such bug numbers in the real life.
38 digits or 15 - make no difference :)


Previous Comments:


[2004-09-05 20:09:00] nuwp at mail dot com

In my case, this happens when I turn off the cookies in Mozilla for the
site I am developing. The PHP scripts then use some classes stored in
$_SESSION[] during the requests. So if the cookies are not allowed,
session does not work, and then the Apache crashes.



[2004-08-30 23:17:11] ajvdhek at dds dot nl

Exact same bug for me... Win XP pro + XAMMP 1.4.6 (Apache/2.0.50
(Win32) mod_ssl/2.0.50 OpenSSL/0.9.7c PHP/5.0.1 MySQL 4.0.20a-nt)



[2004-07-05 16:23:19] adam dot phillips at orange dot net

Continuing from my post above, I tried replacing the switch statement
with if () {} elseif ... and still got the error so it appears it is
not the switch statement



[2004-07-05 16:01:24] adam dot phillips at orange dot net

I experienced the same problem on 2 systems - Win2k with Apache
2.0.48/PHP 4.3.4 and Red Hat Linux with Apache 1.3.29 and PHP 4.3.5. 
So far as i can tell, the cause of the error is a switch statement.  I
have a function withian a class module declared as follows:

function getsales($scope="", $returnasobjects=false) {
}

Inside this function is a switch statment based on $scope.  

There are four cases.  The first three perform different functions
which all return arrays and the fourth case (which is the default)
performs all 3 of the previous cases and merges the results into a
single array (I won't write out all the code since it all appears to
work outside of this switch statement.  Please e-mail if needed).  The
error occurs in the fourth case but originally the code was identical
to that of the first 3 'stuck together'.  I have since tried a number
of alternatives none of which work.  Most intriguing was when instead
of using default: for the fourth case i renamed it case "all".  Then it
worked when called from another page but not when called from within the
same class module.  I then renamed it "everything" and the opposite was
true.  I then tried changed my function declaration to 

function getsales($scope="all", $returnasobjects=false) {}

and it wouldn't work in either case.  Similarly if i replaced "all"
with everything.  The final bit of strangeness was that i tried using
the following code in the default case

return array_merge($this->getsales("case1"), $this->getsales("case2"),
$this->getsales("case3"))

which wouldn't work even tho each of the cases worked individually.
Each time i get the same error in my Apache Error Log

Parent: child process exited with status 3221225725 -- Restarting



[2004-06-28 16:54:47] joker at localfoo dot info

The snippet posted by ''hakk at email dot it'' reproduces the
...Restarting... problem with the following packages also under
WinXP/SP1 
(not tested under Win2000)

===HOST:
P3-1GHz/256MB Notebook
Windows XP/SP1 
Apache 2.0.49 
PHP 4.3.7 (php4apache2.dll)
with/without ZendOptimizer 2.5.1
===TESTED WITH: 
PHP 4-win32-STABLE-200406272030
(PHP 4.3.8-dev as module)
PHP 5-win32-200406271830
(PHP5.0.0-dev as module)


===SNIP OD SYSLOG:
Ereignistyp:Informationen
Ereignisquelle: Application Popup
Ereigniskategorie:  Keine
Ereigniskennung:26
Datum:  28.06.2004
Zeit:   16:36:16
Benutzer:   Nicht zutreffend
Computer:   LT04
Beschreibung:
Anwendungspopup: apache.exe - Fehler in Anwendung: Die Anweisung in
"0x" verweist auf Speicher in "0x". Der Vorgang
"read" konnte nicht auf dem Speicher durchgeführt werden.
===END OF SNIP

This also o

#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-09-05 Thread nuwp at mail dot com
 ID:   26286
 Comment by:   nuwp at mail dot com
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

In my case, this happens when I turn off the cookies in Mozilla for the
site I am developing. The PHP scripts then use some classes stored in
$_SESSION[] during the requests. So if the cookies are not allowed,
session does not work, and then the Apache crashes.


Previous Comments:


[2004-08-30 23:17:11] ajvdhek at dds dot nl

Exact same bug for me... Win XP pro + XAMMP 1.4.6 (Apache/2.0.50
(Win32) mod_ssl/2.0.50 OpenSSL/0.9.7c PHP/5.0.1 MySQL 4.0.20a-nt)



[2004-07-05 16:23:19] adam dot phillips at orange dot net

Continuing from my post above, I tried replacing the switch statement
with if () {} elseif ... and still got the error so it appears it is
not the switch statement



[2004-07-05 16:01:24] adam dot phillips at orange dot net

I experienced the same problem on 2 systems - Win2k with Apache
2.0.48/PHP 4.3.4 and Red Hat Linux with Apache 1.3.29 and PHP 4.3.5. 
So far as i can tell, the cause of the error is a switch statement.  I
have a function withian a class module declared as follows:

function getsales($scope="", $returnasobjects=false) {
}

Inside this function is a switch statment based on $scope.  

There are four cases.  The first three perform different functions
which all return arrays and the fourth case (which is the default)
performs all 3 of the previous cases and merges the results into a
single array (I won't write out all the code since it all appears to
work outside of this switch statement.  Please e-mail if needed).  The
error occurs in the fourth case but originally the code was identical
to that of the first 3 'stuck together'.  I have since tried a number
of alternatives none of which work.  Most intriguing was when instead
of using default: for the fourth case i renamed it case "all".  Then it
worked when called from another page but not when called from within the
same class module.  I then renamed it "everything" and the opposite was
true.  I then tried changed my function declaration to 

function getsales($scope="all", $returnasobjects=false) {}

and it wouldn't work in either case.  Similarly if i replaced "all"
with everything.  The final bit of strangeness was that i tried using
the following code in the default case

return array_merge($this->getsales("case1"), $this->getsales("case2"),
$this->getsales("case3"))

which wouldn't work even tho each of the cases worked individually.
Each time i get the same error in my Apache Error Log

Parent: child process exited with status 3221225725 -- Restarting



[2004-06-28 16:54:47] joker at localfoo dot info

The snippet posted by ''hakk at email dot it'' reproduces the
...Restarting... problem with the following packages also under
WinXP/SP1 
(not tested under Win2000)

===HOST:
P3-1GHz/256MB Notebook
Windows XP/SP1 
Apache 2.0.49 
PHP 4.3.7 (php4apache2.dll)
with/without ZendOptimizer 2.5.1
===TESTED WITH: 
PHP 4-win32-STABLE-200406272030
(PHP 4.3.8-dev as module)
PHP 5-win32-200406271830
(PHP5.0.0-dev as module)


===SNIP OD SYSLOG:
Ereignistyp:Informationen
Ereignisquelle: Application Popup
Ereigniskategorie:  Keine
Ereigniskennung:26
Datum:  28.06.2004
Zeit:   16:36:16
Benutzer:   Nicht zutreffend
Computer:   LT04
Beschreibung:
Anwendungspopup: apache.exe - Fehler in Anwendung: Die Anweisung in
"0x" verweist auf Speicher in "0x". Der Vorgang
"read" konnte nicht auf dem Speicher durchgeführt werden.
===END OF SNIP

This also occurs on some webapplications (e.g. mamboserver-cms,
mylansite). They RIP sometimes under several circumstances preferred
running with php as module. They work almost fine with PHP in CGI mode.
I also had a user reporting Error 128 instead of 3221225477 


-
[Referring: http://bugs.php.net/bug.php?id=26771]

The author of Bug 26771 has similar problems (...restarting...)
executing the 'tick'-script (see the mentioned BUG report and
http://nl.php.net/manual/en/control-structures.declare.php) crashes my
constellation without ANY log (Apache2 error) entry. It doesn't even
make the ...Restarting... log entry in Apache2 but this occurs on
several applications as well. So the 'tick'-script might be an
appropriate script for reproducing this error...

My host closed with the following syslog message when executing the
'tick':

===SNIP OF SYSLOG:
Ereignistyp:Informationen
Ereignisquelle: Application Popup
Ereigniskategorie:  Keine
Ereigniskennung:26
Datum:  28.06.2004
Zeit:   

#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-08-30 Thread ajvdhek at dds dot nl
 ID:   26286
 Comment by:   ajvdhek at dds dot nl
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

Exact same bug for me... Win XP pro + XAMMP 1.4.6 (Apache/2.0.50
(Win32) mod_ssl/2.0.50 OpenSSL/0.9.7c PHP/5.0.1 MySQL 4.0.20a-nt)


Previous Comments:


[2004-07-05 16:23:19] adam dot phillips at orange dot net

Continuing from my post above, I tried replacing the switch statement
with if () {} elseif ... and still got the error so it appears it is
not the switch statement



[2004-07-05 16:01:24] adam dot phillips at orange dot net

I experienced the same problem on 2 systems - Win2k with Apache
2.0.48/PHP 4.3.4 and Red Hat Linux with Apache 1.3.29 and PHP 4.3.5. 
So far as i can tell, the cause of the error is a switch statement.  I
have a function withian a class module declared as follows:

function getsales($scope="", $returnasobjects=false) {
}

Inside this function is a switch statment based on $scope.  

There are four cases.  The first three perform different functions
which all return arrays and the fourth case (which is the default)
performs all 3 of the previous cases and merges the results into a
single array (I won't write out all the code since it all appears to
work outside of this switch statement.  Please e-mail if needed).  The
error occurs in the fourth case but originally the code was identical
to that of the first 3 'stuck together'.  I have since tried a number
of alternatives none of which work.  Most intriguing was when instead
of using default: for the fourth case i renamed it case "all".  Then it
worked when called from another page but not when called from within the
same class module.  I then renamed it "everything" and the opposite was
true.  I then tried changed my function declaration to 

function getsales($scope="all", $returnasobjects=false) {}

and it wouldn't work in either case.  Similarly if i replaced "all"
with everything.  The final bit of strangeness was that i tried using
the following code in the default case

return array_merge($this->getsales("case1"), $this->getsales("case2"),
$this->getsales("case3"))

which wouldn't work even tho each of the cases worked individually.
Each time i get the same error in my Apache Error Log

Parent: child process exited with status 3221225725 -- Restarting



[2004-06-28 16:54:47] joker at localfoo dot info

The snippet posted by ''hakk at email dot it'' reproduces the
...Restarting... problem with the following packages also under
WinXP/SP1 
(not tested under Win2000)

===HOST:
P3-1GHz/256MB Notebook
Windows XP/SP1 
Apache 2.0.49 
PHP 4.3.7 (php4apache2.dll)
with/without ZendOptimizer 2.5.1
===TESTED WITH: 
PHP 4-win32-STABLE-200406272030
(PHP 4.3.8-dev as module)
PHP 5-win32-200406271830
(PHP5.0.0-dev as module)


===SNIP OD SYSLOG:
Ereignistyp:Informationen
Ereignisquelle: Application Popup
Ereigniskategorie:  Keine
Ereigniskennung:26
Datum:  28.06.2004
Zeit:   16:36:16
Benutzer:   Nicht zutreffend
Computer:   LT04
Beschreibung:
Anwendungspopup: apache.exe - Fehler in Anwendung: Die Anweisung in
"0x" verweist auf Speicher in "0x". Der Vorgang
"read" konnte nicht auf dem Speicher durchgeführt werden.
===END OF SNIP

This also occurs on some webapplications (e.g. mamboserver-cms,
mylansite). They RIP sometimes under several circumstances preferred
running with php as module. They work almost fine with PHP in CGI mode.
I also had a user reporting Error 128 instead of 3221225477 


-
[Referring: http://bugs.php.net/bug.php?id=26771]

The author of Bug 26771 has similar problems (...restarting...)
executing the 'tick'-script (see the mentioned BUG report and
http://nl.php.net/manual/en/control-structures.declare.php) crashes my
constellation without ANY log (Apache2 error) entry. It doesn't even
make the ...Restarting... log entry in Apache2 but this occurs on
several applications as well. So the 'tick'-script might be an
appropriate script for reproducing this error...

My host closed with the following syslog message when executing the
'tick':

===SNIP OF SYSLOG:
Ereignistyp:Informationen
Ereignisquelle: Application Popup
Ereigniskategorie:  Keine
Ereigniskennung:26
Datum:  28.06.2004
Zeit:   14:26:17
Benutzer:   Nicht zutreffend
Computer:   LT04
Beschreibung:
Anwendungspopup: apache.exe - Fehler in Anwendung: Die Anweisung in
"0x100c0afd" verweist auf Speicher in "0x". Der Vorgang
"written" konnte nicht auf dem Speicher durchgeführt werden.
===END OF SNIP

Thx
Chris


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-08-25 Thread vixxen314 at hotmail dot com
 ID:   26286
 Comment by:   vixxen314 at hotmail dot com
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

I was having this error: 

Parent: child process exited with status 3221225477 -- Restarting.

Server:
WinXP-SP1
Running apache and php from XAMPP 1.4.6


Simply i goback to xampp version 1.4.5 and the error dissapear.


Previous Comments:


[2004-08-13 05:08:37] loye dot young at iycc dot net

There is a command in a Pear function that tries to write information
to the server. Some Windows installations and Unix servers with strict
Safe Mode options enabled, do not allow this. You can fix this yourself
however. Open the file ./pear/Date/TimeZone.php in a text editor. Go to
line 247. You should be in a function named 'inDaylightTime()'. Add
this line: return date("I"); at the very top of the function. It should
now look like this: 
function inDaylightTime($date)
{
return date("I");
$env_tz = "";
if(getenv("TZ"))
$env_tz = getenv("TZ");
putenv("TZ=".$this->id);
$ltime = localtime($date->getTime(), true);
putenv("TZ=".$env_tz);
return $ltime['tm_isdst'];
}

This should stop the error. Perhaps in the future, the Pear team will
supply a work around.



[2004-07-05 16:23:19] adam dot phillips at orange dot net

Continuing from my post above, I tried replacing the switch statement
with if () {} elseif ... and still got the error so it appears it is
not the switch statement



[2004-07-05 16:01:24] adam dot phillips at orange dot net

I experienced the same problem on 2 systems - Win2k with Apache
2.0.48/PHP 4.3.4 and Red Hat Linux with Apache 1.3.29 and PHP 4.3.5. 
So far as i can tell, the cause of the error is a switch statement.  I
have a function withian a class module declared as follows:

function getsales($scope="", $returnasobjects=false) {
}

Inside this function is a switch statment based on $scope.  

There are four cases.  The first three perform different functions
which all return arrays and the fourth case (which is the default)
performs all 3 of the previous cases and merges the results into a
single array (I won't write out all the code since it all appears to
work outside of this switch statement.  Please e-mail if needed).  The
error occurs in the fourth case but originally the code was identical
to that of the first 3 'stuck together'.  I have since tried a number
of alternatives none of which work.  Most intriguing was when instead
of using default: for the fourth case i renamed it case "all".  Then it
worked when called from another page but not when called from within the
same class module.  I then renamed it "everything" and the opposite was
true.  I then tried changed my function declaration to 

function getsales($scope="all", $returnasobjects=false) {}

and it wouldn't work in either case.  Similarly if i replaced "all"
with everything.  The final bit of strangeness was that i tried using
the following code in the default case

return array_merge($this->getsales("case1"), $this->getsales("case2"),
$this->getsales("case3"))

which wouldn't work even tho each of the cases worked individually.
Each time i get the same error in my Apache Error Log

Parent: child process exited with status 3221225725 -- Restarting



[2004-06-28 16:54:47] joker at localfoo dot info

The snippet posted by ''hakk at email dot it'' reproduces the
...Restarting... problem with the following packages also under
WinXP/SP1 
(not tested under Win2000)

===HOST:
P3-1GHz/256MB Notebook
Windows XP/SP1 
Apache 2.0.49 
PHP 4.3.7 (php4apache2.dll)
with/without ZendOptimizer 2.5.1
===TESTED WITH: 
PHP 4-win32-STABLE-200406272030
(PHP 4.3.8-dev as module)
PHP 5-win32-200406271830
(PHP5.0.0-dev as module)


===SNIP OD SYSLOG:
Ereignistyp:Informationen
Ereignisquelle: Application Popup
Ereigniskategorie:  Keine
Ereigniskennung:26
Datum:  28.06.2004
Zeit:   16:36:16
Benutzer:   Nicht zutreffend
Computer:   LT04
Beschreibung:
Anwendungspopup: apache.exe - Fehler in Anwendung: Die Anweisung in
"0x" verweist auf Speicher in "0x". Der Vorgang
"read" konnte nicht auf dem Speicher durchgeführt werden.
===END OF SNIP

This also occurs on some webapplications (e.g. mamboserver-cms,
mylansite). They RIP sometimes under several circumstances preferred
running with php as module. They work almost fine with PHP in CGI mode.
I also had a user reporting Error 128 instead of 3221225477 


-
[Referring: http://bugs.php.net/bug.php?id=26771]

The auth

#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-08-12 Thread loye dot young at iycc dot net
 ID:   26286
 Comment by:   loye dot young at iycc dot net
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

There is a command in a Pear function that tries to write information
to the server. Some Windows installations and Unix servers with strict
Safe Mode options enabled, do not allow this. You can fix this yourself
however. Open the file ./pear/Date/TimeZone.php in a text editor. Go to
line 247. You should be in a function named 'inDaylightTime()'. Add
this line: return date("I"); at the very top of the function. It should
now look like this: 
function inDaylightTime($date)
{
return date("I");
$env_tz = "";
if(getenv("TZ"))
$env_tz = getenv("TZ");
putenv("TZ=".$this->id);
$ltime = localtime($date->getTime(), true);
putenv("TZ=".$env_tz);
return $ltime['tm_isdst'];
}

This should stop the error. Perhaps in the future, the Pear team will
supply a work around.


Previous Comments:


[2004-07-05 16:23:19] adam dot phillips at orange dot net

Continuing from my post above, I tried replacing the switch statement
with if () {} elseif ... and still got the error so it appears it is
not the switch statement



[2004-07-05 16:01:24] adam dot phillips at orange dot net

I experienced the same problem on 2 systems - Win2k with Apache
2.0.48/PHP 4.3.4 and Red Hat Linux with Apache 1.3.29 and PHP 4.3.5. 
So far as i can tell, the cause of the error is a switch statement.  I
have a function withian a class module declared as follows:

function getsales($scope="", $returnasobjects=false) {
}

Inside this function is a switch statment based on $scope.  

There are four cases.  The first three perform different functions
which all return arrays and the fourth case (which is the default)
performs all 3 of the previous cases and merges the results into a
single array (I won't write out all the code since it all appears to
work outside of this switch statement.  Please e-mail if needed).  The
error occurs in the fourth case but originally the code was identical
to that of the first 3 'stuck together'.  I have since tried a number
of alternatives none of which work.  Most intriguing was when instead
of using default: for the fourth case i renamed it case "all".  Then it
worked when called from another page but not when called from within the
same class module.  I then renamed it "everything" and the opposite was
true.  I then tried changed my function declaration to 

function getsales($scope="all", $returnasobjects=false) {}

and it wouldn't work in either case.  Similarly if i replaced "all"
with everything.  The final bit of strangeness was that i tried using
the following code in the default case

return array_merge($this->getsales("case1"), $this->getsales("case2"),
$this->getsales("case3"))

which wouldn't work even tho each of the cases worked individually.
Each time i get the same error in my Apache Error Log

Parent: child process exited with status 3221225725 -- Restarting



[2004-06-28 16:54:47] joker at localfoo dot info

The snippet posted by ''hakk at email dot it'' reproduces the
...Restarting... problem with the following packages also under
WinXP/SP1 
(not tested under Win2000)

===HOST:
P3-1GHz/256MB Notebook
Windows XP/SP1 
Apache 2.0.49 
PHP 4.3.7 (php4apache2.dll)
with/without ZendOptimizer 2.5.1
===TESTED WITH: 
PHP 4-win32-STABLE-200406272030
(PHP 4.3.8-dev as module)
PHP 5-win32-200406271830
(PHP5.0.0-dev as module)


===SNIP OD SYSLOG:
Ereignistyp:Informationen
Ereignisquelle: Application Popup
Ereigniskategorie:  Keine
Ereigniskennung:26
Datum:  28.06.2004
Zeit:   16:36:16
Benutzer:   Nicht zutreffend
Computer:   LT04
Beschreibung:
Anwendungspopup: apache.exe - Fehler in Anwendung: Die Anweisung in
"0x" verweist auf Speicher in "0x". Der Vorgang
"read" konnte nicht auf dem Speicher durchgeführt werden.
===END OF SNIP

This also occurs on some webapplications (e.g. mamboserver-cms,
mylansite). They RIP sometimes under several circumstances preferred
running with php as module. They work almost fine with PHP in CGI mode.
I also had a user reporting Error 128 instead of 3221225477 


-
[Referring: http://bugs.php.net/bug.php?id=26771]

The author of Bug 26771 has similar problems (...restarting...)
executing the 'tick'-script (see the mentioned BUG report and
http://nl.php.net/manual/en/control-structures.declare.php) crashes my
constellation without ANY log (Apache2 error) entry. It doesn't even
make the ...Restarting... log entry in Apache2 but this occurs on
several applications a

#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-07-05 Thread adam dot phillips at orange dot net
 ID:   26286
 Comment by:   adam dot phillips at orange dot net
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

Continuing from my post above, I tried replacing the switch statement
with if () {} elseif ... and still got the error so it appears it is
not the switch statement


Previous Comments:


[2004-07-05 16:01:24] adam dot phillips at orange dot net

I experienced the same problem on 2 systems - Win2k with Apache
2.0.48/PHP 4.3.4 and Red Hat Linux with Apache 1.3.29 and PHP 4.3.5. 
So far as i can tell, the cause of the error is a switch statement.  I
have a function withian a class module declared as follows:

function getsales($scope="", $returnasobjects=false) {
}

Inside this function is a switch statment based on $scope.  

There are four cases.  The first three perform different functions
which all return arrays and the fourth case (which is the default)
performs all 3 of the previous cases and merges the results into a
single array (I won't write out all the code since it all appears to
work outside of this switch statement.  Please e-mail if needed).  The
error occurs in the fourth case but originally the code was identical
to that of the first 3 'stuck together'.  I have since tried a number
of alternatives none of which work.  Most intriguing was when instead
of using default: for the fourth case i renamed it case "all".  Then it
worked when called from another page but not when called from within the
same class module.  I then renamed it "everything" and the opposite was
true.  I then tried changed my function declaration to 

function getsales($scope="all", $returnasobjects=false) {}

and it wouldn't work in either case.  Similarly if i replaced "all"
with everything.  The final bit of strangeness was that i tried using
the following code in the default case

return array_merge($this->getsales("case1"), $this->getsales("case2"),
$this->getsales("case3"))

which wouldn't work even tho each of the cases worked individually.
Each time i get the same error in my Apache Error Log

Parent: child process exited with status 3221225725 -- Restarting



[2004-06-28 16:54:47] joker at localfoo dot info

The snippet posted by ''hakk at email dot it'' reproduces the
...Restarting... problem with the following packages also under
WinXP/SP1 
(not tested under Win2000)

===HOST:
P3-1GHz/256MB Notebook
Windows XP/SP1 
Apache 2.0.49 
PHP 4.3.7 (php4apache2.dll)
with/without ZendOptimizer 2.5.1
===TESTED WITH: 
PHP 4-win32-STABLE-200406272030
(PHP 4.3.8-dev as module)
PHP 5-win32-200406271830
(PHP5.0.0-dev as module)


===SNIP OD SYSLOG:
Ereignistyp:Informationen
Ereignisquelle: Application Popup
Ereigniskategorie:  Keine
Ereigniskennung:26
Datum:  28.06.2004
Zeit:   16:36:16
Benutzer:   Nicht zutreffend
Computer:   LT04
Beschreibung:
Anwendungspopup: apache.exe - Fehler in Anwendung: Die Anweisung in
"0x" verweist auf Speicher in "0x". Der Vorgang
"read" konnte nicht auf dem Speicher durchgeführt werden.
===END OF SNIP

This also occurs on some webapplications (e.g. mamboserver-cms,
mylansite). They RIP sometimes under several circumstances preferred
running with php as module. They work almost fine with PHP in CGI mode.
I also had a user reporting Error 128 instead of 3221225477 


-
[Referring: http://bugs.php.net/bug.php?id=26771]

The author of Bug 26771 has similar problems (...restarting...)
executing the 'tick'-script (see the mentioned BUG report and
http://nl.php.net/manual/en/control-structures.declare.php) crashes my
constellation without ANY log (Apache2 error) entry. It doesn't even
make the ...Restarting... log entry in Apache2 but this occurs on
several applications as well. So the 'tick'-script might be an
appropriate script for reproducing this error...

My host closed with the following syslog message when executing the
'tick':

===SNIP OF SYSLOG:
Ereignistyp:Informationen
Ereignisquelle: Application Popup
Ereigniskategorie:  Keine
Ereigniskennung:26
Datum:  28.06.2004
Zeit:   14:26:17
Benutzer:   Nicht zutreffend
Computer:   LT04
Beschreibung:
Anwendungspopup: apache.exe - Fehler in Anwendung: Die Anweisung in
"0x100c0afd" verweist auf Speicher in "0x". Der Vorgang
"written" konnte nicht auf dem Speicher durchgeführt werden.
===END OF SNIP

Thx
Chris



[2004-06-15 15:37:05] jstaeb at gmx dot net

Hey,

same problem with 'PHPRojekt', (see also thread there:
http://www.phprojekt.com/modules.php?op=modload&name=forum&file=index&kat=2&id=30946&action=writetext&;)


Using, Testsummary:

#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-07-05 Thread adam dot phillips at orange dot net
 ID:   26286
 Comment by:   adam dot phillips at orange dot net
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

I experienced the same problem on 2 systems - Win2k with Apache
2.0.48/PHP 4.3.4 and Red Hat Linux with Apache 1.3.29 and PHP 4.3.5. 
So far as i can tell, the cause of the error is a switch statement.  I
have a function withian a class module declared as follows:

function getsales($scope="", $returnasobjects=false) {
}

Inside this function is a switch statment based on $scope.  

There are four cases.  The first three perform different functions
which all return arrays and the fourth case (which is the default)
performs all 3 of the previous cases and merges the results into a
single array (I won't write out all the code since it all appears to
work outside of this switch statement.  Please e-mail if needed).  The
error occurs in the fourth case but originally the code was identical
to that of the first 3 'stuck together'.  I have since tried a number
of alternatives none of which work.  Most intriguing was when instead
of using default: for the fourth case i renamed it case "all".  Then it
worked when called from another page but not when called from within the
same class module.  I then renamed it "everything" and the opposite was
true.  I then tried changed my function declaration to 

function getsales($scope="all", $returnasobjects=false) {}

and it wouldn't work in either case.  Similarly if i replaced "all"
with everything.  The final bit of strangeness was that i tried using
the following code in the default case

return array_merge($this->getsales("case1"), $this->getsales("case2"),
$this->getsales("case3"))

which wouldn't work even tho each of the cases worked individually.
Each time i get the same error in my Apache Error Log

Parent: child process exited with status 3221225725 -- Restarting


Previous Comments:


[2004-06-28 16:54:47] joker at localfoo dot info

The snippet posted by ''hakk at email dot it'' reproduces the
...Restarting... problem with the following packages also under
WinXP/SP1 
(not tested under Win2000)

===HOST:
P3-1GHz/256MB Notebook
Windows XP/SP1 
Apache 2.0.49 
PHP 4.3.7 (php4apache2.dll)
with/without ZendOptimizer 2.5.1
===TESTED WITH: 
PHP 4-win32-STABLE-200406272030
(PHP 4.3.8-dev as module)
PHP 5-win32-200406271830
(PHP5.0.0-dev as module)


===SNIP OD SYSLOG:
Ereignistyp:Informationen
Ereignisquelle: Application Popup
Ereigniskategorie:  Keine
Ereigniskennung:26
Datum:  28.06.2004
Zeit:   16:36:16
Benutzer:   Nicht zutreffend
Computer:   LT04
Beschreibung:
Anwendungspopup: apache.exe - Fehler in Anwendung: Die Anweisung in
"0x" verweist auf Speicher in "0x". Der Vorgang
"read" konnte nicht auf dem Speicher durchgeführt werden.
===END OF SNIP

This also occurs on some webapplications (e.g. mamboserver-cms,
mylansite). They RIP sometimes under several circumstances preferred
running with php as module. They work almost fine with PHP in CGI mode.
I also had a user reporting Error 128 instead of 3221225477 


-
[Referring: http://bugs.php.net/bug.php?id=26771]

The author of Bug 26771 has similar problems (...restarting...)
executing the 'tick'-script (see the mentioned BUG report and
http://nl.php.net/manual/en/control-structures.declare.php) crashes my
constellation without ANY log (Apache2 error) entry. It doesn't even
make the ...Restarting... log entry in Apache2 but this occurs on
several applications as well. So the 'tick'-script might be an
appropriate script for reproducing this error...

My host closed with the following syslog message when executing the
'tick':

===SNIP OF SYSLOG:
Ereignistyp:Informationen
Ereignisquelle: Application Popup
Ereigniskategorie:  Keine
Ereigniskennung:26
Datum:  28.06.2004
Zeit:   14:26:17
Benutzer:   Nicht zutreffend
Computer:   LT04
Beschreibung:
Anwendungspopup: apache.exe - Fehler in Anwendung: Die Anweisung in
"0x100c0afd" verweist auf Speicher in "0x". Der Vorgang
"written" konnte nicht auf dem Speicher durchgeführt werden.
===END OF SNIP

Thx
Chris



[2004-06-15 15:37:05] jstaeb at gmx dot net

Hey,

same problem with 'PHPRojekt', (see also thread there:
http://www.phprojekt.com/modules.php?op=modload&name=forum&file=index&kat=2&id=30946&action=writetext&;)


Using, Testsummary:
---
Win2000 SP4 DE
apache 2.0.49
PHP 4.3.7 (no mmcache in ini's, no optimizer)
mySQL 4.0.20a

Several Tests with (on & off):
SSL, perl, pyhton and several ini configs, e.g. register_globals=ON &
OFF; MMCache.enabled = 0 & 1
Also as hinted, i copied (php4.3.7!) php4ts.dll, php4ts.lib to
system3

#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-06-28 Thread joker at localfoo dot info
 ID:   26286
 Comment by:   joker at localfoo dot info
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

The snippet posted by ''hakk at email dot it'' reproduces the
...Restarting... problem with the following packages also under
WinXP/SP1 
(not tested under Win2000)

===HOST:
P3-1GHz/256MB Notebook
Windows XP/SP1 
Apache 2.0.49 
PHP 4.3.7 (php4apache2.dll)
with/without ZendOptimizer 2.5.1
===TESTED WITH: 
PHP 4-win32-STABLE-200406272030
(PHP 4.3.8-dev as module)
PHP 5-win32-200406271830
(PHP5.0.0-dev as module)


===SNIP OD SYSLOG:
Ereignistyp:Informationen
Ereignisquelle: Application Popup
Ereigniskategorie:  Keine
Ereigniskennung:26
Datum:  28.06.2004
Zeit:   16:36:16
Benutzer:   Nicht zutreffend
Computer:   LT04
Beschreibung:
Anwendungspopup: apache.exe - Fehler in Anwendung: Die Anweisung in
"0x" verweist auf Speicher in "0x". Der Vorgang
"read" konnte nicht auf dem Speicher durchgeführt werden.
===END OF SNIP

This also occurs on some webapplications (e.g. mamboserver-cms,
mylansite). They RIP sometimes under several circumstances preferred
running with php as module. They work almost fine with PHP in CGI mode.
I also had a user reporting Error 128 instead of 3221225477 


-
[Referring: http://bugs.php.net/bug.php?id=26771]

The author of Bug 26771 has similar problems (...restarting...)
executing the 'tick'-script (see the mentioned BUG report and
http://nl.php.net/manual/en/control-structures.declare.php) crashes my
constellation without ANY log (Apache2 error) entry. It doesn't even
make the ...Restarting... log entry in Apache2 but this occurs on
several applications as well. So the 'tick'-script might be an
appropriate script for reproducing this error...

My host closed with the following syslog message when executing the
'tick':

===SNIP OF SYSLOG:
Ereignistyp:Informationen
Ereignisquelle: Application Popup
Ereigniskategorie:  Keine
Ereigniskennung:26
Datum:  28.06.2004
Zeit:   14:26:17
Benutzer:   Nicht zutreffend
Computer:   LT04
Beschreibung:
Anwendungspopup: apache.exe - Fehler in Anwendung: Die Anweisung in
"0x100c0afd" verweist auf Speicher in "0x". Der Vorgang
"written" konnte nicht auf dem Speicher durchgeführt werden.
===END OF SNIP

Thx
Chris


Previous Comments:


[2004-06-15 15:37:05] jstaeb at gmx dot net

Hey,

same problem with 'PHPRojekt', (see also thread there:
http://www.phprojekt.com/modules.php?op=modload&name=forum&file=index&kat=2&id=30946&action=writetext&;)


Using, Testsummary:
---
Win2000 SP4 DE
apache 2.0.49
PHP 4.3.7 (no mmcache in ini's, no optimizer)
mySQL 4.0.20a

Several Tests with (on & off):
SSL, perl, pyhton and several ini configs, e.g. register_globals=ON &
OFF; MMCache.enabled = 0 & 1
Also as hinted, i copied (php4.3.7!) php4ts.dll, php4ts.lib to
system32.

In every combination no positive result.

Only one difference when I used php4ts.dll & lib in the system32
folger. The php-code creates 2 frames. But this only happens when the
files are inside the system32 folder as well. 

best regards
juergen



[2004-06-09 15:22:10] casuttc at postmail dot ch

I have the same problem with Windows 2000 SP4, Apache 2.0.49,
php5.0.0RC3 when I use a php-Script with OCI8-functions. Please help
me.



[2004-06-05 15:33:26] info at phpsydney dot com

The error moves around. When I add code to pinpoint the error, the
error moves because of the extra code. Here is some code and the
output. The content of the array becomes corrupt. The foreach goes in
to a loop because the array is corrupted after the start of the foreach
loop. In the original code in my script, the array contained objects,
the objects were corrupted, and then Apache blew up with the 3221225477
error. I replaced the objects with strings and the array still became
corrupt, only the symptom changed.

I think the 3221225477 error occurs when PHP's variable space becomes
corrupt and the corruption damages an object.

$attributes = array('name', 'type', 'value');
print('attributes: ');
var_dump($attributes);
print('');
foreach($attributes as $attribute_key => $attribute_name)
{
print('At attribute: ' . $attribute_name . ' attributes: ');
var_dump($attributes);
print('');
if(isset($this->_attribute[$attribute_name]))
{
unset($attributes[$attribute_key]);
}
}

attributes: array(3) { [0]=>  string(4) "name" [1]=>  string(4) "type"
[2]=>  string(5) "value" }
At attribute: name attributes: array(2) { [0]=> string(4

#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-06-15 Thread jstaeb at gmx dot net
 ID:   26286
 Comment by:   jstaeb at gmx dot net
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

Hey,

same problem with 'PHPRojekt', (see also thread there:
http://www.phprojekt.com/modules.php?op=modload&name=forum&file=index&kat=2&id=30946&action=writetext&;)


Using, Testsummary:
---
Win2000 SP4 DE
apache 2.0.49
PHP 4.3.7 (no mmcache in ini's, no optimizer)
mySQL 4.0.20a

Several Tests with (on & off):
SSL, perl, pyhton and several ini configs, e.g. register_globals=ON &
OFF; MMCache.enabled = 0 & 1
Also as hinted, i copied (php4.3.7!) php4ts.dll, php4ts.lib to
system32.

In every combination no positive result.

Only one difference when I used php4ts.dll & lib in the system32
folger. The php-code creates 2 frames. But this only happens when the
files are inside the system32 folder as well. 

best regards
juergen


Previous Comments:


[2004-06-09 15:22:10] casuttc at postmail dot ch

I have the same problem with Windows 2000 SP4, Apache 2.0.49,
php5.0.0RC3 when I use a php-Script with OCI8-functions. Please help
me.



[2004-06-05 15:33:26] info at phpsydney dot com

The error moves around. When I add code to pinpoint the error, the
error moves because of the extra code. Here is some code and the
output. The content of the array becomes corrupt. The foreach goes in
to a loop because the array is corrupted after the start of the foreach
loop. In the original code in my script, the array contained objects,
the objects were corrupted, and then Apache blew up with the 3221225477
error. I replaced the objects with strings and the array still became
corrupt, only the symptom changed.

I think the 3221225477 error occurs when PHP's variable space becomes
corrupt and the corruption damages an object.

$attributes = array('name', 'type', 'value');
print('attributes: ');
var_dump($attributes);
print('');
foreach($attributes as $attribute_key => $attribute_name)
{
print('At attribute: ' . $attribute_name . ' attributes: ');
var_dump($attributes);
print('');
if(isset($this->_attribute[$attribute_name]))
{
unset($attributes[$attribute_key]);
}
}

attributes: array(3) { [0]=>  string(4) "name" [1]=>  string(4) "type"
[2]=>  string(5) "value" }
At attribute: name attributes: array(2) { [0]=> string(4) "name" [1]=>
int(0) }
At attribute: 0 attributes: array(2) { [0]=> int(0) [1]=> int(0) }
At attribute: 0 attributes: array(2) { [0]=> int(0) [1]=> int(0) }
At attribute: 0 attributes: array(2) { [0]=> int(0) [1]=> int(0) }
At attribute: 0 attributes: array(2) { [0]=> int(0) [1]=> int(0) }



[2004-06-04 14:40:57] info at phpsydney dot dot dot net

I updated to PHP 4.3.7. Same problem. Have latest Apache 2. I notice
people reporting the same error message for modperl, ldap, imagemagick,
and tomcat on both Apache 1 and Apache 2.

Memory problem? No, I increased from 8 to 200 MB and still same problem
in same time.

I added var_dump everywhere to see what happens to the script
variables. Just before the crash the variables are corrupted as if
references were all broken. vardump shows variables within arrays as
now containing arrays. Entries in arrays get & in front of them which
are not there in earlier vardump.



[2004-05-31 17:00:53] populus117 at hotmail dot com

I discovered something that may have been the problem.
Quite trivial and embbrasing though...

I was testing all the different combinations between Apache 1.3.3,
Apache 2.0.4, PHP 4.3.6 and PHP 5.0.0 RC2, and in the process of
switching between PHP4 and PHP5, I found out that I did not copy the
php5ts.dll to the system32 folder.

I know that in the readme it says that the system searches the PHP
folder as well for this file but once I put that file into system32, it
*appears* to have solved the problem. I haven't seen the bug so far and
hopefully I'm right =D

Conclusion: Stupid mistakes are the hardest to realise and find.



[2004-05-31 14:49:55] populus117 at hotmail dot com

Getting exact same error. I'm using:
Windows 2000 SP4
Apache 2.0.48
PHP5.0.0-RC2

I tried to trace the source of the problem but found it difficult, if
not impossible as the error seems to occur randomly. Loading the same
page with the same conditions doesn't seem to consistantly give me the
error.
The best reason I could think of right now is that there are too many
loops in the page (I checked for infinite loops and found none).
The pages that has this happen to it is m

#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-06-09 Thread casuttc at postmail dot ch
 ID:   26286
 Comment by:   casuttc at postmail dot ch
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

I have the same problem with Windows 2000 SP4, Apache 2.0.49,
php5.0.0RC3 when I use a php-Script with OCI8-functions. Please help
me.


Previous Comments:


[2004-06-05 15:33:26] info at phpsydney dot com

The error moves around. When I add code to pinpoint the error, the
error moves because of the extra code. Here is some code and the
output. The content of the array becomes corrupt. The foreach goes in
to a loop because the array is corrupted after the start of the foreach
loop. In the original code in my script, the array contained objects,
the objects were corrupted, and then Apache blew up with the 3221225477
error. I replaced the objects with strings and the array still became
corrupt, only the symptom changed.

I think the 3221225477 error occurs when PHP's variable space becomes
corrupt and the corruption damages an object.

$attributes = array('name', 'type', 'value');
print('attributes: ');
var_dump($attributes);
print('');
foreach($attributes as $attribute_key => $attribute_name)
{
print('At attribute: ' . $attribute_name . ' attributes: ');
var_dump($attributes);
print('');
if(isset($this->_attribute[$attribute_name]))
{
unset($attributes[$attribute_key]);
}
}

attributes: array(3) { [0]=>  string(4) "name" [1]=>  string(4) "type"
[2]=>  string(5) "value" }
At attribute: name attributes: array(2) { [0]=> string(4) "name" [1]=>
int(0) }
At attribute: 0 attributes: array(2) { [0]=> int(0) [1]=> int(0) }
At attribute: 0 attributes: array(2) { [0]=> int(0) [1]=> int(0) }
At attribute: 0 attributes: array(2) { [0]=> int(0) [1]=> int(0) }
At attribute: 0 attributes: array(2) { [0]=> int(0) [1]=> int(0) }



[2004-06-04 14:40:57] info at phpsydney dot dot dot net

I updated to PHP 4.3.7. Same problem. Have latest Apache 2. I notice
people reporting the same error message for modperl, ldap, imagemagick,
and tomcat on both Apache 1 and Apache 2.

Memory problem? No, I increased from 8 to 200 MB and still same problem
in same time.

I added var_dump everywhere to see what happens to the script
variables. Just before the crash the variables are corrupted as if
references were all broken. vardump shows variables within arrays as
now containing arrays. Entries in arrays get & in front of them which
are not there in earlier vardump.



[2004-05-31 17:00:53] populus117 at hotmail dot com

I discovered something that may have been the problem.
Quite trivial and embbrasing though...

I was testing all the different combinations between Apache 1.3.3,
Apache 2.0.4, PHP 4.3.6 and PHP 5.0.0 RC2, and in the process of
switching between PHP4 and PHP5, I found out that I did not copy the
php5ts.dll to the system32 folder.

I know that in the readme it says that the system searches the PHP
folder as well for this file but once I put that file into system32, it
*appears* to have solved the problem. I haven't seen the bug so far and
hopefully I'm right =D

Conclusion: Stupid mistakes are the hardest to realise and find.



[2004-05-31 14:49:55] populus117 at hotmail dot com

Getting exact same error. I'm using:
Windows 2000 SP4
Apache 2.0.48
PHP5.0.0-RC2

I tried to trace the source of the problem but found it difficult, if
not impossible as the error seems to occur randomly. Loading the same
page with the same conditions doesn't seem to consistantly give me the
error.
The best reason I could think of right now is that there are too many
loops in the page (I checked for infinite loops and found none).
The pages that has this happen to it is mainly pages with databse
queries, which takes a while since the database is remotely accessed.
Would be nice if this was looked into and hopefully fixed soon.



[2004-05-17 16:09:53] hakk at email dot it

Apache: 2.0.49 (happens with apache 1.3.31 too)
PHP:5.0.0RC2
OS: Windows XP PRO SP1

The code below reproduces the crash on my machine.

_errorNumber = 0;
  }

  function handler($errno, $errstr, $errfile, $errline, $errctx) {
echo "ERROR= $errno $errstr $errfile $errline
$errctx";
echo $this->_errorNumber."";

/* if you comment out the next 4 statements, everything works
correctly */
$this->_errors[$this->_errorNumber]['errno'] = $errno; 
$this->_errors[$this->_errorNumber]['errstr'] = 
$errstr;

#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-06-05 Thread info at phpsydney dot com
 ID:   26286
 Comment by:   info at phpsydney dot com
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

The error moves around. When I add code to pinpoint the error, the
error moves because of the extra code. Here is some code and the
output. The content of the array becomes corrupt. The foreach goes in
to a loop because the array is corrupted after the start of the foreach
loop. In the original code in my script, the array contained objects,
the objects were corrupted, and then Apache blew up with the 3221225477
error. I replaced the objects with strings and the array still became
corrupt, only the symptom changed.

I think the 3221225477 error occurs when PHP's variable space becomes
corrupt and the corruption damages an object.

$attributes = array('name', 'type', 'value');
print('attributes: ');
var_dump($attributes);
print('');
foreach($attributes as $attribute_key => $attribute_name)
{
print('At attribute: ' . $attribute_name . ' attributes: ');
var_dump($attributes);
print('');
if(isset($this->_attribute[$attribute_name]))
{
unset($attributes[$attribute_key]);
}
}

attributes: array(3) { [0]=>  string(4) "name" [1]=>  string(4) "type"
[2]=>  string(5) "value" }
At attribute: name attributes: array(2) { [0]=> string(4) "name" [1]=>
int(0) }
At attribute: 0 attributes: array(2) { [0]=> int(0) [1]=> int(0) }
At attribute: 0 attributes: array(2) { [0]=> int(0) [1]=> int(0) }
At attribute: 0 attributes: array(2) { [0]=> int(0) [1]=> int(0) }
At attribute: 0 attributes: array(2) { [0]=> int(0) [1]=> int(0) }


Previous Comments:


[2004-06-04 14:40:57] info at phpsydney dot dot dot net

I updated to PHP 4.3.7. Same problem. Have latest Apache 2. I notice
people reporting the same error message for modperl, ldap, imagemagick,
and tomcat on both Apache 1 and Apache 2.

Memory problem? No, I increased from 8 to 200 MB and still same problem
in same time.

I added var_dump everywhere to see what happens to the script
variables. Just before the crash the variables are corrupted as if
references were all broken. vardump shows variables within arrays as
now containing arrays. Entries in arrays get & in front of them which
are not there in earlier vardump.



[2004-05-31 17:00:53] populus117 at hotmail dot com

I discovered something that may have been the problem.
Quite trivial and embbrasing though...

I was testing all the different combinations between Apache 1.3.3,
Apache 2.0.4, PHP 4.3.6 and PHP 5.0.0 RC2, and in the process of
switching between PHP4 and PHP5, I found out that I did not copy the
php5ts.dll to the system32 folder.

I know that in the readme it says that the system searches the PHP
folder as well for this file but once I put that file into system32, it
*appears* to have solved the problem. I haven't seen the bug so far and
hopefully I'm right =D

Conclusion: Stupid mistakes are the hardest to realise and find.



[2004-05-31 14:49:55] populus117 at hotmail dot com

Getting exact same error. I'm using:
Windows 2000 SP4
Apache 2.0.48
PHP5.0.0-RC2

I tried to trace the source of the problem but found it difficult, if
not impossible as the error seems to occur randomly. Loading the same
page with the same conditions doesn't seem to consistantly give me the
error.
The best reason I could think of right now is that there are too many
loops in the page (I checked for infinite loops and found none).
The pages that has this happen to it is mainly pages with databse
queries, which takes a while since the database is remotely accessed.
Would be nice if this was looked into and hopefully fixed soon.



[2004-05-17 16:09:53] hakk at email dot it

Apache: 2.0.49 (happens with apache 1.3.31 too)
PHP:5.0.0RC2
OS: Windows XP PRO SP1

The code below reproduces the crash on my machine.

_errorNumber = 0;
  }

  function handler($errno, $errstr, $errfile, $errline, $errctx) {
echo "ERROR= $errno $errstr $errfile $errline
$errctx";
echo $this->_errorNumber."";

/* if you comment out the next 4 statements, everything works
correctly */
$this->_errors[$this->_errorNumber]['errno'] = $errno; 
$this->_errors[$this->_errorNumber]['errstr'] = 
$errstr;
$this->_errors[$this->_errorNumber]['errfile'] = 
$errfile;
$this->_errors[$this->_errorNumber]['errline'] = 
$errline;
$this->_errorNumber++;
  }
}

class my_class {
  functio

#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-06-04 Thread info at phpsydney dot dot dot net
 ID:   26286
 Comment by:   info at phpsydney dot dot dot net
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

I updated to PHP 4.3.7. Same problem. Have latest Apache 2. I notice
people reporting the same error message for modperl, ldap, imagemagick,
and tomcat on both Apache 1 and Apache 2.

Memory problem? No, I increased from 8 to 200 MB and still same problem
in same time.

I added var_dump everywhere to see what happens to the script
variables. Just before the crash the variables are corrupted as if
references were all broken. vardump shows variables within arrays as
now containing arrays. Entries in arrays get & in front of them which
are not there in earlier vardump.


Previous Comments:


[2004-05-31 17:00:53] populus117 at hotmail dot com

I discovered something that may have been the problem.
Quite trivial and embbrasing though...

I was testing all the different combinations between Apache 1.3.3,
Apache 2.0.4, PHP 4.3.6 and PHP 5.0.0 RC2, and in the process of
switching between PHP4 and PHP5, I found out that I did not copy the
php5ts.dll to the system32 folder.

I know that in the readme it says that the system searches the PHP
folder as well for this file but once I put that file into system32, it
*appears* to have solved the problem. I haven't seen the bug so far and
hopefully I'm right =D

Conclusion: Stupid mistakes are the hardest to realise and find.



[2004-05-31 14:49:55] populus117 at hotmail dot com

Getting exact same error. I'm using:
Windows 2000 SP4
Apache 2.0.48
PHP5.0.0-RC2

I tried to trace the source of the problem but found it difficult, if
not impossible as the error seems to occur randomly. Loading the same
page with the same conditions doesn't seem to consistantly give me the
error.
The best reason I could think of right now is that there are too many
loops in the page (I checked for infinite loops and found none).
The pages that has this happen to it is mainly pages with databse
queries, which takes a while since the database is remotely accessed.
Would be nice if this was looked into and hopefully fixed soon.



[2004-05-17 16:09:53] hakk at email dot it

Apache: 2.0.49 (happens with apache 1.3.31 too)
PHP:5.0.0RC2
OS: Windows XP PRO SP1

The code below reproduces the crash on my machine.

_errorNumber = 0;
  }

  function handler($errno, $errstr, $errfile, $errline, $errctx) {
echo "ERROR= $errno $errstr $errfile $errline
$errctx";
echo $this->_errorNumber."";

/* if you comment out the next 4 statements, everything works
correctly */
$this->_errors[$this->_errorNumber]['errno'] = $errno; 
$this->_errors[$this->_errorNumber]['errstr'] = 
$errstr;
$this->_errors[$this->_errorNumber]['errfile'] = 
$errfile;
$this->_errors[$this->_errorNumber]['errline'] = 
$errline;
$this->_errorNumber++;
  }
}

class my_class {
  function throw_exception($param1, $param2) {
echo "$param1, $param2";
throw new Exception();
  }
}

$err = new my_error; //if i dont use my own error handling class,
everything works out
try {
  $test = new my_class;
  call_user_func_array(array($test, "throw_exception"),
array('a','b')); //makes apache crash
  //$test->throw_exception('a','b'); this works with no problems
}
catch(Exception $e) {
  echo $e;
}
?>

A few notes...
If i dont use my error_class, everything works fine, and PHP gives me
this warning
"Warning: call_user_func_array() [function.call-user-func-array]:
Unable to call my_class::throw_exception() in C:\Programmi\Apache
Group\Apache2\htdocs\testfield\exception.php on line 40"
problably since i threw an exception in that function.

If i use my error_class and i dont use the call_user_func_array, but
instead i call $test->throw_exception() everything works fine again
(because no Warning is generated?)

If i use my error class and call call_user_func_array then everything
blows up and apache restarts giving
"[Mon May 17 15:59:16 2004] [notice] Parent: child process exited with
status 3221225477 -- Restarting."

Hope this helps.



[2004-05-04 09:25:24] gaida at gmxpro dot net

Apache: Apache 2.0.49 (Win32)
PHP   : PHP 4.3.6
MySQL : MySQL 4.0.14-NT
OS: Windows XP Pro SP1

Server crashes only (Parent: child process exited with status
3221225477 -- Restarting.) when Turck MMCache (version 2.4.6 for php
4.3.6) is enabled and JPGraph generated images were accessed. If
mmcache is disabled in php.ini (mmcache.enable="0") everythings runs a

#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-05-31 Thread populus117 at hotmail dot com
 ID:   26286
 Comment by:   populus117 at hotmail dot com
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

I discovered something that may have been the problem.
Quite trivial and embbrasing though...

I was testing all the different combinations between Apache 1.3.3,
Apache 2.0.4, PHP 4.3.6 and PHP 5.0.0 RC2, and in the process of
switching between PHP4 and PHP5, I found out that I did not copy the
php5ts.dll to the system32 folder.

I know that in the readme it says that the system searches the PHP
folder as well for this file but once I put that file into system32, it
*appears* to have solved the problem. I haven't seen the bug so far and
hopefully I'm right =D

Conclusion: Stupid mistakes are the hardest to realise and find.


Previous Comments:


[2004-05-31 14:49:55] populus117 at hotmail dot com

Getting exact same error. I'm using:
Windows 2000 SP4
Apache 2.0.48
PHP5.0.0-RC2

I tried to trace the source of the problem but found it difficult, if
not impossible as the error seems to occur randomly. Loading the same
page with the same conditions doesn't seem to consistantly give me the
error.
The best reason I could think of right now is that there are too many
loops in the page (I checked for infinite loops and found none).
The pages that has this happen to it is mainly pages with databse
queries, which takes a while since the database is remotely accessed.
Would be nice if this was looked into and hopefully fixed soon.



[2004-05-17 16:09:53] hakk at email dot it

Apache: 2.0.49 (happens with apache 1.3.31 too)
PHP:5.0.0RC2
OS: Windows XP PRO SP1

The code below reproduces the crash on my machine.

_errorNumber = 0;
  }

  function handler($errno, $errstr, $errfile, $errline, $errctx) {
echo "ERROR= $errno $errstr $errfile $errline
$errctx";
echo $this->_errorNumber."";

/* if you comment out the next 4 statements, everything works
correctly */
$this->_errors[$this->_errorNumber]['errno'] = $errno; 
$this->_errors[$this->_errorNumber]['errstr'] = 
$errstr;
$this->_errors[$this->_errorNumber]['errfile'] = 
$errfile;
$this->_errors[$this->_errorNumber]['errline'] = 
$errline;
$this->_errorNumber++;
  }
}

class my_class {
  function throw_exception($param1, $param2) {
echo "$param1, $param2";
throw new Exception();
  }
}

$err = new my_error; //if i dont use my own error handling class,
everything works out
try {
  $test = new my_class;
  call_user_func_array(array($test, "throw_exception"),
array('a','b')); //makes apache crash
  //$test->throw_exception('a','b'); this works with no problems
}
catch(Exception $e) {
  echo $e;
}
?>

A few notes...
If i dont use my error_class, everything works fine, and PHP gives me
this warning
"Warning: call_user_func_array() [function.call-user-func-array]:
Unable to call my_class::throw_exception() in C:\Programmi\Apache
Group\Apache2\htdocs\testfield\exception.php on line 40"
problably since i threw an exception in that function.

If i use my error_class and i dont use the call_user_func_array, but
instead i call $test->throw_exception() everything works fine again
(because no Warning is generated?)

If i use my error class and call call_user_func_array then everything
blows up and apache restarts giving
"[Mon May 17 15:59:16 2004] [notice] Parent: child process exited with
status 3221225477 -- Restarting."

Hope this helps.



[2004-05-04 09:25:24] gaida at gmxpro dot net

Apache: Apache 2.0.49 (Win32)
PHP   : PHP 4.3.6
MySQL : MySQL 4.0.14-NT
OS: Windows XP Pro SP1

Server crashes only (Parent: child process exited with status
3221225477 -- Restarting.) when Turck MMCache (version 2.4.6 for php
4.3.6) is enabled and JPGraph generated images were accessed. If
mmcache is disabled in php.ini (mmcache.enable="0") everythings runs a
lot slower but at least without crashes.



[2004-05-01 06:38:56] peter at helpnet dot com dot au

I get both
Parent: child process exited with status 3221225477
and
Parent: child process exited with status 1073807364
alternating in a seemingly random order.

Win2000.
Apache 2 2.0.47. I am about to try 2.0.49.
PHP 4.3.4 then 4.3.6. I upgraded to 4.3.6 but it did not solve the
problem.

I get the error in code using XML but not MySQL. The error first
occurred when I opened lots of classes and created lots of objects.
Each element in a small XML file became an object which in turn may
include other objects. Some objects are fro

#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-05-31 Thread populus117 at hotmail dot com
 ID:   26286
 Comment by:   populus117 at hotmail dot com
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

Getting exact same error. I'm using:
Windows 2000 SP4
Apache 2.0.48
PHP5.0.0-RC2

I tried to trace the source of the problem but found it difficult, if
not impossible as the error seems to occur randomly. Loading the same
page with the same conditions doesn't seem to consistantly give me the
error.
The best reason I could think of right now is that there are too many
loops in the page (I checked for infinite loops and found none).
The pages that has this happen to it is mainly pages with databse
queries, which takes a while since the database is remotely accessed.
Would be nice if this was looked into and hopefully fixed soon.


Previous Comments:


[2004-05-17 16:09:53] hakk at email dot it

Apache: 2.0.49 (happens with apache 1.3.31 too)
PHP:5.0.0RC2
OS: Windows XP PRO SP1

The code below reproduces the crash on my machine.

_errorNumber = 0;
  }

  function handler($errno, $errstr, $errfile, $errline, $errctx) {
echo "ERROR= $errno $errstr $errfile $errline
$errctx";
echo $this->_errorNumber."";

/* if you comment out the next 4 statements, everything works
correctly */
$this->_errors[$this->_errorNumber]['errno'] = $errno; 
$this->_errors[$this->_errorNumber]['errstr'] = 
$errstr;
$this->_errors[$this->_errorNumber]['errfile'] = 
$errfile;
$this->_errors[$this->_errorNumber]['errline'] = 
$errline;
$this->_errorNumber++;
  }
}

class my_class {
  function throw_exception($param1, $param2) {
echo "$param1, $param2";
throw new Exception();
  }
}

$err = new my_error; //if i dont use my own error handling class,
everything works out
try {
  $test = new my_class;
  call_user_func_array(array($test, "throw_exception"),
array('a','b')); //makes apache crash
  //$test->throw_exception('a','b'); this works with no problems
}
catch(Exception $e) {
  echo $e;
}
?>

A few notes...
If i dont use my error_class, everything works fine, and PHP gives me
this warning
"Warning: call_user_func_array() [function.call-user-func-array]:
Unable to call my_class::throw_exception() in C:\Programmi\Apache
Group\Apache2\htdocs\testfield\exception.php on line 40"
problably since i threw an exception in that function.

If i use my error_class and i dont use the call_user_func_array, but
instead i call $test->throw_exception() everything works fine again
(because no Warning is generated?)

If i use my error class and call call_user_func_array then everything
blows up and apache restarts giving
"[Mon May 17 15:59:16 2004] [notice] Parent: child process exited with
status 3221225477 -- Restarting."

Hope this helps.



[2004-05-04 09:25:24] gaida at gmxpro dot net

Apache: Apache 2.0.49 (Win32)
PHP   : PHP 4.3.6
MySQL : MySQL 4.0.14-NT
OS: Windows XP Pro SP1

Server crashes only (Parent: child process exited with status
3221225477 -- Restarting.) when Turck MMCache (version 2.4.6 for php
4.3.6) is enabled and JPGraph generated images were accessed. If
mmcache is disabled in php.ini (mmcache.enable="0") everythings runs a
lot slower but at least without crashes.



[2004-05-01 06:38:56] peter at helpnet dot com dot au

I get both
Parent: child process exited with status 3221225477
and
Parent: child process exited with status 1073807364
alternating in a seemingly random order.

Win2000.
Apache 2 2.0.47. I am about to try 2.0.49.
PHP 4.3.4 then 4.3.6. I upgraded to 4.3.6 but it did not solve the
problem.

I get the error in code using XML but not MySQL. The error first
occurred when I opened lots of classes and created lots of objects.
Each element in a small XML file became an object which in turn may
include other objects. Some objects are from classes extending
classes.

I figured it might be a memory problem so extended memory from 8MB to
18 MB. That did not change anything.

My next guess was a file open resource problem. Some of the objects
read directories to count input files. I removed some of the files to
decrease files within a directory. That did not work. I can understand
that as I have had 10 or more files in one directory and the script
has worked. My tests are currently using less than 100 files per
directory.

I removed some of the directories but that did not stop the problem. I
removed some of the lower level directories and that stopped the
problem for a while. There appears to be a resource issue when working
down through a directory tree several levels.

I added pr

#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-05-17 Thread hakk at email dot it
 ID:   26286
 Comment by:   hakk at email dot it
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

Apache: 2.0.49 (happens with apache 1.3.31 too)
PHP:5.0.0RC2
OS: Windows XP PRO SP1

The code below reproduces the crash on my machine.

_errorNumber = 0;
  }

  function handler($errno, $errstr, $errfile, $errline, $errctx) {
echo "ERROR= $errno $errstr $errfile $errline
$errctx";
echo $this->_errorNumber."";

/* if you comment out the next 4 statements, everything works
correctly */
$this->_errors[$this->_errorNumber]['errno'] = $errno; 
$this->_errors[$this->_errorNumber]['errstr'] = 
$errstr;
$this->_errors[$this->_errorNumber]['errfile'] = 
$errfile;
$this->_errors[$this->_errorNumber]['errline'] = 
$errline;
$this->_errorNumber++;
  }
}

class my_class {
  function throw_exception($param1, $param2) {
echo "$param1, $param2";
throw new Exception();
  }
}

$err = new my_error; //if i dont use my own error handling class,
everything works out
try {
  $test = new my_class;
  call_user_func_array(array($test, "throw_exception"),
array('a','b')); //makes apache crash
  //$test->throw_exception('a','b'); this works with no problems
}
catch(Exception $e) {
  echo $e;
}
?>

A few notes...
If i dont use my error_class, everything works fine, and PHP gives me
this warning
"Warning: call_user_func_array() [function.call-user-func-array]:
Unable to call my_class::throw_exception() in C:\Programmi\Apache
Group\Apache2\htdocs\testfield\exception.php on line 40"
problably since i threw an exception in that function.

If i use my error_class and i dont use the call_user_func_array, but
instead i call $test->throw_exception() everything works fine again
(because no Warning is generated?)

If i use my error class and call call_user_func_array then everything
blows up and apache restarts giving
"[Mon May 17 15:59:16 2004] [notice] Parent: child process exited with
status 3221225477 -- Restarting."

Hope this helps.


Previous Comments:


[2004-05-04 09:25:24] gaida at gmxpro dot net

Apache: Apache 2.0.49 (Win32)
PHP   : PHP 4.3.6
MySQL : MySQL 4.0.14-NT
OS: Windows XP Pro SP1

Server crashes only (Parent: child process exited with status
3221225477 -- Restarting.) when Turck MMCache (version 2.4.6 for php
4.3.6) is enabled and JPGraph generated images were accessed. If
mmcache is disabled in php.ini (mmcache.enable="0") everythings runs a
lot slower but at least without crashes.



[2004-05-01 06:38:56] peter at helpnet dot com dot au

I get both
Parent: child process exited with status 3221225477
and
Parent: child process exited with status 1073807364
alternating in a seemingly random order.

Win2000.
Apache 2 2.0.47. I am about to try 2.0.49.
PHP 4.3.4 then 4.3.6. I upgraded to 4.3.6 but it did not solve the
problem.

I get the error in code using XML but not MySQL. The error first
occurred when I opened lots of classes and created lots of objects.
Each element in a small XML file became an object which in turn may
include other objects. Some objects are from classes extending
classes.

I figured it might be a memory problem so extended memory from 8MB to
18 MB. That did not change anything.

My next guess was a file open resource problem. Some of the objects
read directories to count input files. I removed some of the files to
decrease files within a directory. That did not work. I can understand
that as I have had 10 or more files in one directory and the script
has worked. My tests are currently using less than 100 files per
directory.

I removed some of the directories but that did not stop the problem. I
removed some of the lower level directories and that stopped the
problem for a while. There appears to be a resource issue when working
down through a directory tree several levels.

I added print statements to trace the execution. Adding lots of print
statements made the problem happen faster but on some occasions I have
used many more print statements without this problem.

The print statements did not always print up to where the code stopped
so I added file logging. Opening output files made the problem worse.
That reinforces the idea that there is a resource problem.

I set the log code to open, write to, and close a log file. At first
that worked. As soon as I run xml_parser_free, the file logging stops.
The file log code can write the next message but no more. After that it
can open and write to the file but not close the file.

This error occurs with modpython and some other Apache stuff. I think
we are hitting a resource limit within

#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-05-04 Thread gaida at gmxpro dot net
 ID:   26286
 Comment by:   gaida at gmxpro dot net
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

Apache: Apache 2.0.49 (Win32)
PHP   : PHP 4.3.6
MySQL : MySQL 4.0.14-NT
OS: Windows XP Pro SP1

Server crashes only (Parent: child process exited with status
3221225477 -- Restarting.) when Turck MMCache (version 2.4.6 for php
4.3.6) is enabled and JPGraph generated images were accessed. If
mmcache is disabled in php.ini (mmcache.enable="0") everythings runs a
lot slower but at least without crashes.


Previous Comments:


[2004-05-01 06:38:56] peter at helpnet dot com dot au

I get both
Parent: child process exited with status 3221225477
and
Parent: child process exited with status 1073807364
alternating in a seemingly random order.

Win2000.
Apache 2 2.0.47. I am about to try 2.0.49.
PHP 4.3.4 then 4.3.6. I upgraded to 4.3.6 but it did not solve the
problem.

I get the error in code using XML but not MySQL. The error first
occurred when I opened lots of classes and created lots of objects.
Each element in a small XML file became an object which in turn may
include other objects. Some objects are from classes extending
classes.

I figured it might be a memory problem so extended memory from 8MB to
18 MB. That did not change anything.

My next guess was a file open resource problem. Some of the objects
read directories to count input files. I removed some of the files to
decrease files within a directory. That did not work. I can understand
that as I have had 10 or more files in one directory and the script
has worked. My tests are currently using less than 100 files per
directory.

I removed some of the directories but that did not stop the problem. I
removed some of the lower level directories and that stopped the
problem for a while. There appears to be a resource issue when working
down through a directory tree several levels.

I added print statements to trace the execution. Adding lots of print
statements made the problem happen faster but on some occasions I have
used many more print statements without this problem.

The print statements did not always print up to where the code stopped
so I added file logging. Opening output files made the problem worse.
That reinforces the idea that there is a resource problem.

I set the log code to open, write to, and close a log file. At first
that worked. As soon as I run xml_parser_free, the file logging stops.
The file log code can write the next message but no more. After that it
can open and write to the file but not close the file.

This error occurs with modpython and some other Apache stuff. I think
we are hitting a resource limit within Apache. Neither PHP nor Apache
has code to detect the problem.



[2004-04-19 08:39:10] cpuidle at gmx dot de

Windows error reporting mentions:
szModName: php5ts.dll
szModVer:  5.0.0.0
offset:00052dc6

Can provide full memory dump from winXP error reporting on request (12m
unzipped).

Cheers,
Andi



[2004-04-19 07:34:56] cpuidle at gmx dot de

Same issue for me, using Apache 2.0.49, PHP5RC1
Seems to be happening in conjunction with MySQL?



[2004-04-09 09:51:28] hagen at xiag dot ch

The same on WindowsXP SP1,
PHP 5RC1 as a module on Apache 2.0.48.



[2004-04-08 20:44:45] colstrom at dxlab dot com

I am running into the same problem, with the following configuration:

Windows XP SP1
Apache 2.0.47
PHP 4.3.4

In an attempt to correct this, I upgraded to the following:

Apache 2.0.49
PHP 4.3.5

And yet the problem persists. As for scripts, I am running a very
heavily hacked phpBB-v2.0.6, and dotProject-v1.0.2. I have tried the
aforementioned fix of turning register_globals ON, and still the error
persists.

What am I doing wrong?



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26286

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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-04-30 Thread peter at helpnet dot com dot au
 ID:   26286
 Comment by:   peter at helpnet dot com dot au
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

I get both
Parent: child process exited with status 3221225477
and
Parent: child process exited with status 1073807364
alternating in a seemingly random order.

Win2000.
Apache 2 2.0.47. I am about to try 2.0.49.
PHP 4.3.4 then 4.3.6. I upgraded to 4.3.6 but it did not solve the
problem.

I get the error in code using XML but not MySQL. The error first
occurred when I opened lots of classes and created lots of objects.
Each element in a small XML file became an object which in turn may
include other objects. Some objects are from classes extending
classes.

I figured it might be a memory problem so extended memory from 8MB to
18 MB. That did not change anything.

My next guess was a file open resource problem. Some of the objects
read directories to count input files. I removed some of the files to
decrease files within a directory. That did not work. I can understand
that as I have had 10 or more files in one directory and the script
has worked. My tests are currently using less than 100 files per
directory.

I removed some of the directories but that did not stop the problem. I
removed some of the lower level directories and that stopped the
problem for a while. There appears to be a resource issue when working
down through a directory tree several levels.

I added print statements to trace the execution. Adding lots of print
statements made the problem happen faster but on some occasions I have
used many more print statements without this problem.

The print statements did not always print up to where the code stopped
so I added file logging. Opening output files made the problem worse.
That reinforces the idea that there is a resource problem.

I set the log code to open, write to, and close a log file. At first
that worked. As soon as I run xml_parser_free, the file logging stops.
The file log code can write the next message but no more. After that it
can open and write to the file but not close the file.

This error occurs with modpython and some other Apache stuff. I think
we are hitting a resource limit within Apache. Neither PHP nor Apache
has code to detect the problem.


Previous Comments:


[2004-04-19 08:39:10] cpuidle at gmx dot de

Windows error reporting mentions:
szModName: php5ts.dll
szModVer:  5.0.0.0
offset:00052dc6

Can provide full memory dump from winXP error reporting on request (12m
unzipped).

Cheers,
Andi



[2004-04-19 07:34:56] cpuidle at gmx dot de

Same issue for me, using Apache 2.0.49, PHP5RC1
Seems to be happening in conjunction with MySQL?



[2004-04-09 09:51:28] hagen at xiag dot ch

The same on WindowsXP SP1,
PHP 5RC1 as a module on Apache 2.0.48.



[2004-04-08 20:44:45] colstrom at dxlab dot com

I am running into the same problem, with the following configuration:

Windows XP SP1
Apache 2.0.47
PHP 4.3.4

In an attempt to correct this, I upgraded to the following:

Apache 2.0.49
PHP 4.3.5

And yet the problem persists. As for scripts, I am running a very
heavily hacked phpBB-v2.0.6, and dotProject-v1.0.2. I have tried the
aforementioned fix of turning register_globals ON, and still the error
persists.

What am I doing wrong?



[2004-03-23 17:01:19] MSunbeam at gmx dot net

I had that same bug.
Using 
apache 2.0.49 php5.0.0rc1  on Win2k
Using SSL 

Listen 443
LoadFile "/server/php/ssleay32.dll"
LoadModule ssl_module modules/mod_ssl.so

The error eccord when user was request http://localhost:443
(he called normal server on SSL-port)

error.log

[Tue Mar 23 23:03:46 2004] [notice] Parent: child process exited with
status 3221225477 -- Restarting.
[Tue Mar 23 23:03:49 2004] [notice] Parent: Created child process 592
[Tue Mar 23 23:03:54 2004] [notice] Child 592: Child process is
running
[Tue Mar 23 23:03:54 2004] [notice] Child 592: Acquired the start
mutex.
[Tue Mar 23 23:03:54 2004] [notice] Child 592: Starting 250 worker
threads.


drwtsn32 error report



Anwendungsausnahme aufgetreten:
Anwendung:  (pid=1080)
Wann: 23.03.2004 @ 23:03:45.902
Ausnahmenummer: c005 (Zugriffsverletzung)

*> Systeminformationen <*
Computername: msunbeam.net
Benutzername: MSun
Prozessoranzahl: 1
Prozessortyp: x86 Family 6 Model 3 Stepping 3
Windows 2000-Version: 5.0
Aktuelles Build: 2195
Service Pack: None
Aktueller Typ: Uniprocessor Free
Firma: 
Besitzer: MSu

#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-04-18 Thread cpuidle at gmx dot de
 ID:   26286
 Comment by:   cpuidle at gmx dot de
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

Windows error reporting mentions:
szModName: php5ts.dll
szModVer:  5.0.0.0
offset:00052dc6

Can provide full memory dump from winXP error reporting on request (12m
unzipped).

Cheers,
Andi


Previous Comments:


[2004-04-19 07:34:56] cpuidle at gmx dot de

Same issue for me, using Apache 2.0.49, PHP5RC1
Seems to be happening in conjunction with MySQL?



[2004-04-09 09:51:28] hagen at xiag dot ch

The same on WindowsXP SP1,
PHP 5RC1 as a module on Apache 2.0.48.



[2004-04-08 20:44:45] colstrom at dxlab dot com

I am running into the same problem, with the following configuration:

Windows XP SP1
Apache 2.0.47
PHP 4.3.4

In an attempt to correct this, I upgraded to the following:

Apache 2.0.49
PHP 4.3.5

And yet the problem persists. As for scripts, I am running a very
heavily hacked phpBB-v2.0.6, and dotProject-v1.0.2. I have tried the
aforementioned fix of turning register_globals ON, and still the error
persists.

What am I doing wrong?



[2004-03-23 17:01:19] MSunbeam at gmx dot net

I had that same bug.
Using 
apache 2.0.49 php5.0.0rc1  on Win2k
Using SSL 

Listen 443
LoadFile "/server/php/ssleay32.dll"
LoadModule ssl_module modules/mod_ssl.so

The error eccord when user was request http://localhost:443
(he called normal server on SSL-port)

error.log

[Tue Mar 23 23:03:46 2004] [notice] Parent: child process exited with
status 3221225477 -- Restarting.
[Tue Mar 23 23:03:49 2004] [notice] Parent: Created child process 592
[Tue Mar 23 23:03:54 2004] [notice] Child 592: Child process is
running
[Tue Mar 23 23:03:54 2004] [notice] Child 592: Acquired the start
mutex.
[Tue Mar 23 23:03:54 2004] [notice] Child 592: Starting 250 worker
threads.


drwtsn32 error report



Anwendungsausnahme aufgetreten:
Anwendung:  (pid=1080)
Wann: 23.03.2004 @ 23:03:45.902
Ausnahmenummer: c005 (Zugriffsverletzung)

*> Systeminformationen <*
Computername: msunbeam.net
Benutzername: MSun
Prozessoranzahl: 1
Prozessortyp: x86 Family 6 Model 3 Stepping 3
Windows 2000-Version: 5.0
Aktuelles Build: 2195
Service Pack: None
Aktueller Typ: Uniprocessor Free
Firma: 
Besitzer: MSun

*> Taskliste <*
   0 Idle.exe
   8 System.exe
 144 smss.exe
 172 csrss.exe
 192 winlogon.exe
 220 services.exe
 232 lsass.exe
 388 svchost.exe
 416 SPOOLSV.exe
 444 blackd.exe
 460 svchost.exe
 488 nvsvc32.exe
 508 RapApp.exe
 540 regsvc.exe
 572 winmgmt.exe
 768 explorer.exe
 876 4DMAIN.exe
 896 blackice.exe
1076 Apache.exe
1004 IEXPLORE.exe
1080 Apache.exe
2100 IEXPLORE.exe
2120 drwtsn32.exe
   0 _Total.exe

(0040 - 00405000) .\Apache.pdb
(77F8 - 77FFF000) 
(6EEC - 6EEE) .\libapr.pdb
(77E7 - 77F33000) 
(77DA - 77DFA000) 
(77D3 - 77D9F000) 
(74FA - 74FB4000) 
(7800 - 78046000) 
(74F9 - 74F98000) 
(74F6 - 74F73000) 
(77E0 - 77E65000) 
(77F4 - 77F7C000) 
(7797 - 77994000) 
(74FC - 74FC9000) 
(6EE6 - 6EE89000) .\libaprutil.pdb
(6EE5 - 6EE59000) .\libapriconv.pdb
(6FF0 - 6FF42000) .\libhttpd.pdb
(6C92 - 6C928000) 
(664B - 66504000) 
(7758 - 777C6000) 
(70BD - 70C35000) 
(7171 - 71794000) 
(77A4 - 77B35000) 
(74F4 - 74F51000) 
(74F8 - 74F87000) 
(7CA0 - 7CA22000) 
(77C0 - 77C5E000) 
(7741 - 77488000) 
(7740 - 7741) 
(6FCF - 6FCF6000) 
(6FCD - 6FCD6000) 
(6FCC - 6FCC6000) 
(6FCB - 6FCB6000) 
(6FCA - 6FCA8000) 
(6FC8 - 6FC86000) 
(6FE2 - 6FE26000) 
(6FEA - 6FEA6000) 
(6FE9 - 6FE96000) 
(6FC4 - 6FC48000) 
(6FC3 - 6FC37000) 
(6FC2 - 6FC27000) 
(6FC1 - 6FC19000) 
(6FC0 - 6FC06000) 
(6FE5 - 6FE57000) 
(1000 - 10027000) 
(0084 - 00919000) 
(6FD0 - 6FD1F000) 
(0092 - 00C74000) 
(779A - 77A35000) 
(1F7D - 1F804000) 
(76B0 - 76B3F000) 
(1F8C - 1F8D9000) 
(0119 - 01199000) 
(013A - 013A8000) 
(013B - 013C) 
(013C - 013E7000) 
(7754 - 77571000) 
(0147 - 01477000) 
(0148 - 0148C000) 
(0149 - 01564000) 
(0157 - 01577000) 
(0158 - 0158B000) 
(0159 - 01665000) 
(0167 - 01701000) 
(77BD - 77BDF000) 
(0171 - 0172F000) 
(0173 - 01736000) 
(0174 - 018C3000) 
(018D - 018DA000) 
(018E - 0191F000) 
(0194 - 01949000) 
(0195 - 01956000) 
(0196 - 0198A000) 
(0199 - 019C2000) 
(019D - 019DC000) 
(019E - 01A23000) 
(01A400

#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-04-18 Thread cpuidle at gmx dot de
 ID:   26286
 Comment by:   cpuidle at gmx dot de
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

Same issue for me, using Apache 2.0.49, PHP5RC1
Seems to be happening in conjunction with MySQL?


Previous Comments:


[2004-04-09 09:51:28] hagen at xiag dot ch

The same on WindowsXP SP1,
PHP 5RC1 as a module on Apache 2.0.48.



[2004-04-08 20:44:45] colstrom at dxlab dot com

I am running into the same problem, with the following configuration:

Windows XP SP1
Apache 2.0.47
PHP 4.3.4

In an attempt to correct this, I upgraded to the following:

Apache 2.0.49
PHP 4.3.5

And yet the problem persists. As for scripts, I am running a very
heavily hacked phpBB-v2.0.6, and dotProject-v1.0.2. I have tried the
aforementioned fix of turning register_globals ON, and still the error
persists.

What am I doing wrong?



[2004-03-23 17:01:19] MSunbeam at gmx dot net

I had that same bug.
Using 
apache 2.0.49 php5.0.0rc1  on Win2k
Using SSL 

Listen 443
LoadFile "/server/php/ssleay32.dll"
LoadModule ssl_module modules/mod_ssl.so

The error eccord when user was request http://localhost:443
(he called normal server on SSL-port)

error.log

[Tue Mar 23 23:03:46 2004] [notice] Parent: child process exited with
status 3221225477 -- Restarting.
[Tue Mar 23 23:03:49 2004] [notice] Parent: Created child process 592
[Tue Mar 23 23:03:54 2004] [notice] Child 592: Child process is
running
[Tue Mar 23 23:03:54 2004] [notice] Child 592: Acquired the start
mutex.
[Tue Mar 23 23:03:54 2004] [notice] Child 592: Starting 250 worker
threads.


drwtsn32 error report



Anwendungsausnahme aufgetreten:
Anwendung:  (pid=1080)
Wann: 23.03.2004 @ 23:03:45.902
Ausnahmenummer: c005 (Zugriffsverletzung)

*> Systeminformationen <*
Computername: msunbeam.net
Benutzername: MSun
Prozessoranzahl: 1
Prozessortyp: x86 Family 6 Model 3 Stepping 3
Windows 2000-Version: 5.0
Aktuelles Build: 2195
Service Pack: None
Aktueller Typ: Uniprocessor Free
Firma: 
Besitzer: MSun

*> Taskliste <*
   0 Idle.exe
   8 System.exe
 144 smss.exe
 172 csrss.exe
 192 winlogon.exe
 220 services.exe
 232 lsass.exe
 388 svchost.exe
 416 SPOOLSV.exe
 444 blackd.exe
 460 svchost.exe
 488 nvsvc32.exe
 508 RapApp.exe
 540 regsvc.exe
 572 winmgmt.exe
 768 explorer.exe
 876 4DMAIN.exe
 896 blackice.exe
1076 Apache.exe
1004 IEXPLORE.exe
1080 Apache.exe
2100 IEXPLORE.exe
2120 drwtsn32.exe
   0 _Total.exe

(0040 - 00405000) .\Apache.pdb
(77F8 - 77FFF000) 
(6EEC - 6EEE) .\libapr.pdb
(77E7 - 77F33000) 
(77DA - 77DFA000) 
(77D3 - 77D9F000) 
(74FA - 74FB4000) 
(7800 - 78046000) 
(74F9 - 74F98000) 
(74F6 - 74F73000) 
(77E0 - 77E65000) 
(77F4 - 77F7C000) 
(7797 - 77994000) 
(74FC - 74FC9000) 
(6EE6 - 6EE89000) .\libaprutil.pdb
(6EE5 - 6EE59000) .\libapriconv.pdb
(6FF0 - 6FF42000) .\libhttpd.pdb
(6C92 - 6C928000) 
(664B - 66504000) 
(7758 - 777C6000) 
(70BD - 70C35000) 
(7171 - 71794000) 
(77A4 - 77B35000) 
(74F4 - 74F51000) 
(74F8 - 74F87000) 
(7CA0 - 7CA22000) 
(77C0 - 77C5E000) 
(7741 - 77488000) 
(7740 - 7741) 
(6FCF - 6FCF6000) 
(6FCD - 6FCD6000) 
(6FCC - 6FCC6000) 
(6FCB - 6FCB6000) 
(6FCA - 6FCA8000) 
(6FC8 - 6FC86000) 
(6FE2 - 6FE26000) 
(6FEA - 6FEA6000) 
(6FE9 - 6FE96000) 
(6FC4 - 6FC48000) 
(6FC3 - 6FC37000) 
(6FC2 - 6FC27000) 
(6FC1 - 6FC19000) 
(6FC0 - 6FC06000) 
(6FE5 - 6FE57000) 
(1000 - 10027000) 
(0084 - 00919000) 
(6FD0 - 6FD1F000) 
(0092 - 00C74000) 
(779A - 77A35000) 
(1F7D - 1F804000) 
(76B0 - 76B3F000) 
(1F8C - 1F8D9000) 
(0119 - 01199000) 
(013A - 013A8000) 
(013B - 013C) 
(013C - 013E7000) 
(7754 - 77571000) 
(0147 - 01477000) 
(0148 - 0148C000) 
(0149 - 01564000) 
(0157 - 01577000) 
(0158 - 0158B000) 
(0159 - 01665000) 
(0167 - 01701000) 
(77BD - 77BDF000) 
(0171 - 0172F000) 
(0173 - 01736000) 
(0174 - 018C3000) 
(018D - 018DA000) 
(018E - 0191F000) 
(0194 - 01949000) 
(0195 - 01956000) 
(0196 - 0198A000) 
(0199 - 019C2000) 
(019D - 019DC000) 
(019E - 01A23000) 
(01A4 - 01A53000) 
(01A6 - 01B4A000) 
(01B6 - 01B67000) 
(750E - 7512F000) 
(7513 - 75136000) 
(750C - 750CF000) 
(7794 - 7796A000) 
(01B8 - 01B8F000) 
(01B9 - 01C16000) 
(01C2 - 01C28000) 
(01C3 - 01C37000) 
(01C4 - 01C4B000) 
(777F - 7780D000) 
(01C5 - 01C5A000)

#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-04-09 Thread hagen at xiag dot ch
 ID:   26286
 Comment by:   hagen at xiag dot ch
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

The same on WindowsXP SP1,

PHP 5RC1 as a module on Apache 2.0.48.


Previous Comments:


[2004-04-08 20:44:45] colstrom at dxlab dot com

I am running into the same problem, with the following configuration:



Windows XP SP1

Apache 2.0.47

PHP 4.3.4



In an attempt to correct this, I upgraded to the following:



Apache 2.0.49

PHP 4.3.5



And yet the problem persists. As for scripts, I am running a very
heavily hacked phpBB-v2.0.6, and dotProject-v1.0.2. I have tried the
aforementioned fix of turning register_globals ON, and still the error
persists.



What am I doing wrong?



[2004-03-23 17:01:19] MSunbeam at gmx dot net

I had that same bug.

Using 

apache 2.0.49 php5.0.0rc1  on Win2k

Using SSL 



Listen 443

LoadFile "/server/php/ssleay32.dll"

LoadModule ssl_module modules/mod_ssl.so



The error eccord when user was request http://localhost:443

(he called normal server on SSL-port)



error.log



[Tue Mar 23 23:03:46 2004] [notice] Parent: child process exited with
status 3221225477 -- Restarting.

[Tue Mar 23 23:03:49 2004] [notice] Parent: Created child process 592

[Tue Mar 23 23:03:54 2004] [notice] Child 592: Child process is
running

[Tue Mar 23 23:03:54 2004] [notice] Child 592: Acquired the start
mutex.

[Tue Mar 23 23:03:54 2004] [notice] Child 592: Starting 250 worker
threads.





drwtsn32 error report







Anwendungsausnahme aufgetreten:

Anwendung:  (pid=1080)

Wann: 23.03.2004 @ 23:03:45.902

Ausnahmenummer: c005 (Zugriffsverletzung)



*> Systeminformationen <*

Computername: msunbeam.net

Benutzername: MSun

Prozessoranzahl: 1

Prozessortyp: x86 Family 6 Model 3 Stepping 3

Windows 2000-Version: 5.0

Aktuelles Build: 2195

Service Pack: None

Aktueller Typ: Uniprocessor Free

Firma: 

Besitzer: MSun



*> Taskliste <*

   0 Idle.exe

   8 System.exe

 144 smss.exe

 172 csrss.exe

 192 winlogon.exe

 220 services.exe

 232 lsass.exe

 388 svchost.exe

 416 SPOOLSV.exe

 444 blackd.exe

 460 svchost.exe

 488 nvsvc32.exe

 508 RapApp.exe

 540 regsvc.exe

 572 winmgmt.exe

 768 explorer.exe

 876 4DMAIN.exe

 896 blackice.exe

1076 Apache.exe

1004 IEXPLORE.exe

1080 Apache.exe

2100 IEXPLORE.exe

2120 drwtsn32.exe

   0 _Total.exe



(0040 - 00405000) .\Apache.pdb

(77F8 - 77FFF000) 

(6EEC - 6EEE) .\libapr.pdb

(77E7 - 77F33000) 

(77DA - 77DFA000) 

(77D3 - 77D9F000) 

(74FA - 74FB4000) 

(7800 - 78046000) 

(74F9 - 74F98000) 

(74F6 - 74F73000) 

(77E0 - 77E65000) 

(77F4 - 77F7C000) 

(7797 - 77994000) 

(74FC - 74FC9000) 

(6EE6 - 6EE89000) .\libaprutil.pdb

(6EE5 - 6EE59000) .\libapriconv.pdb

(6FF0 - 6FF42000) .\libhttpd.pdb

(6C92 - 6C928000) 

(664B - 66504000) 

(7758 - 777C6000) 

(70BD - 70C35000) 

(7171 - 71794000) 

(77A4 - 77B35000) 

(74F4 - 74F51000) 

(74F8 - 74F87000) 

(7CA0 - 7CA22000) 

(77C0 - 77C5E000) 

(7741 - 77488000) 

(7740 - 7741) 

(6FCF - 6FCF6000) 

(6FCD - 6FCD6000) 

(6FCC - 6FCC6000) 

(6FCB - 6FCB6000) 

(6FCA - 6FCA8000) 

(6FC8 - 6FC86000) 

(6FE2 - 6FE26000) 

(6FEA - 6FEA6000) 

(6FE9 - 6FE96000) 

(6FC4 - 6FC48000) 

(6FC3 - 6FC37000) 

(6FC2 - 6FC27000) 

(6FC1 - 6FC19000) 

(6FC0 - 6FC06000) 

(6FE5 - 6FE57000) 

(1000 - 10027000) 

(0084 - 00919000) 

(6FD0 - 6FD1F000) 

(0092 - 00C74000) 

(779A - 77A35000) 

(1F7D - 1F804000) 

(76B0 - 76B3F000) 

(1F8C - 1F8D9000) 

(0119 - 01199000) 

(013A - 013A8000) 

(013B - 013C) 

(013C - 013E7000) 

(7754 - 77571000) 

(0147 - 01477000) 

(0148 - 0148C000) 

(0149 - 01564000) 

(0157 - 01577000) 

(0158 - 0158B000) 

(0159 - 01665000) 

(0167 - 01701000) 

(77BD - 77BDF000) 

(0171 - 0172F000) 

(0173 - 01736000) 

(0174 - 018C3000) 

(018D - 018DA000) 

(018E - 0191F000) 

(0194 - 01949000) 

(0195 - 01956000) 

(0196 - 0198A000) 

(0199 - 019C2000) 

(019D - 019DC000) 

(019E - 01A23000) 

(01A4 - 01A53000) 

(01A6 - 01B4A000) 

(01B6 - 01B67000) 

(750E - 7512F000) 

(7513 - 75136000) 

(750C - 750CF000) 

(7794 - 7796A000) 

(01B8 - 01B8F000) 

(01B9 - 01C16000) 

(01C2 - 01C28000) 

(01C3 - 01C37000) 

(01C4 - 01C4B000) 

(777F - 7780D000) 

(01C5 - 01C5A000) 

(01C6 - 01C66000) 

(01C7 - 01CA100

#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-04-08 Thread colstrom at dxlab dot com
 ID:   26286
 Comment by:   colstrom at dxlab dot com
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

I am running into the same problem, with the following configuration:



Windows XP SP1

Apache 2.0.47

PHP 4.3.4



In an attempt to correct this, I upgraded to the following:



Apache 2.0.49

PHP 4.3.5



And yet the problem persists. As for scripts, I am running a very
heavily hacked phpBB-v2.0.6, and dotProject-v1.0.2. I have tried the
aforementioned fix of turning register_globals ON, and still the error
persists.



What am I doing wrong?


Previous Comments:


[2004-03-23 17:01:19] MSunbeam at gmx dot net

I had that same bug.

Using 

apache 2.0.49 php5.0.0rc1  on Win2k

Using SSL 



Listen 443

LoadFile "/server/php/ssleay32.dll"

LoadModule ssl_module modules/mod_ssl.so



The error eccord when user was request http://localhost:443

(he called normal server on SSL-port)



error.log



[Tue Mar 23 23:03:46 2004] [notice] Parent: child process exited with
status 3221225477 -- Restarting.

[Tue Mar 23 23:03:49 2004] [notice] Parent: Created child process 592

[Tue Mar 23 23:03:54 2004] [notice] Child 592: Child process is
running

[Tue Mar 23 23:03:54 2004] [notice] Child 592: Acquired the start
mutex.

[Tue Mar 23 23:03:54 2004] [notice] Child 592: Starting 250 worker
threads.





drwtsn32 error report







Anwendungsausnahme aufgetreten:

Anwendung:  (pid=1080)

Wann: 23.03.2004 @ 23:03:45.902

Ausnahmenummer: c005 (Zugriffsverletzung)



*> Systeminformationen <*

Computername: msunbeam.net

Benutzername: MSun

Prozessoranzahl: 1

Prozessortyp: x86 Family 6 Model 3 Stepping 3

Windows 2000-Version: 5.0

Aktuelles Build: 2195

Service Pack: None

Aktueller Typ: Uniprocessor Free

Firma: 

Besitzer: MSun



*> Taskliste <*

   0 Idle.exe

   8 System.exe

 144 smss.exe

 172 csrss.exe

 192 winlogon.exe

 220 services.exe

 232 lsass.exe

 388 svchost.exe

 416 SPOOLSV.exe

 444 blackd.exe

 460 svchost.exe

 488 nvsvc32.exe

 508 RapApp.exe

 540 regsvc.exe

 572 winmgmt.exe

 768 explorer.exe

 876 4DMAIN.exe

 896 blackice.exe

1076 Apache.exe

1004 IEXPLORE.exe

1080 Apache.exe

2100 IEXPLORE.exe

2120 drwtsn32.exe

   0 _Total.exe



(0040 - 00405000) .\Apache.pdb

(77F8 - 77FFF000) 

(6EEC - 6EEE) .\libapr.pdb

(77E7 - 77F33000) 

(77DA - 77DFA000) 

(77D3 - 77D9F000) 

(74FA - 74FB4000) 

(7800 - 78046000) 

(74F9 - 74F98000) 

(74F6 - 74F73000) 

(77E0 - 77E65000) 

(77F4 - 77F7C000) 

(7797 - 77994000) 

(74FC - 74FC9000) 

(6EE6 - 6EE89000) .\libaprutil.pdb

(6EE5 - 6EE59000) .\libapriconv.pdb

(6FF0 - 6FF42000) .\libhttpd.pdb

(6C92 - 6C928000) 

(664B - 66504000) 

(7758 - 777C6000) 

(70BD - 70C35000) 

(7171 - 71794000) 

(77A4 - 77B35000) 

(74F4 - 74F51000) 

(74F8 - 74F87000) 

(7CA0 - 7CA22000) 

(77C0 - 77C5E000) 

(7741 - 77488000) 

(7740 - 7741) 

(6FCF - 6FCF6000) 

(6FCD - 6FCD6000) 

(6FCC - 6FCC6000) 

(6FCB - 6FCB6000) 

(6FCA - 6FCA8000) 

(6FC8 - 6FC86000) 

(6FE2 - 6FE26000) 

(6FEA - 6FEA6000) 

(6FE9 - 6FE96000) 

(6FC4 - 6FC48000) 

(6FC3 - 6FC37000) 

(6FC2 - 6FC27000) 

(6FC1 - 6FC19000) 

(6FC0 - 6FC06000) 

(6FE5 - 6FE57000) 

(1000 - 10027000) 

(0084 - 00919000) 

(6FD0 - 6FD1F000) 

(0092 - 00C74000) 

(779A - 77A35000) 

(1F7D - 1F804000) 

(76B0 - 76B3F000) 

(1F8C - 1F8D9000) 

(0119 - 01199000) 

(013A - 013A8000) 

(013B - 013C) 

(013C - 013E7000) 

(7754 - 77571000) 

(0147 - 01477000) 

(0148 - 0148C000) 

(0149 - 01564000) 

(0157 - 01577000) 

(0158 - 0158B000) 

(0159 - 01665000) 

(0167 - 01701000) 

(77BD - 77BDF000) 

(0171 - 0172F000) 

(0173 - 01736000) 

(0174 - 018C3000) 

(018D - 018DA000) 

(018E - 0191F000) 

(0194 - 01949000) 

(0195 - 01956000) 

(0196 - 0198A000) 

(0199 - 019C2000) 

(019D - 019DC000) 

(019E - 01A23000) 

(01A4 - 01A53000) 

(01A6 - 01B4A000) 

(01B6 - 01B67000) 

(750E - 7512F000) 

(7513 - 75136000) 

(750C - 750CF000) 

(7794 - 7796A000) 

(01B8 - 01B8F000) 

(01B9 - 01C16000) 

(01C2 - 01C28000) 

(01C3 - 01C37000) 

(01C4 - 01C4B000) 

(777F - 7780D000) 

(01C5 - 01C5A000) 

(01C6 - 01C66000) 

(01C7 - 01CA1000) 

(01CB - 01CBC000) 

(01CC - 01CF4000) 

(01D0 - 01D0A000) 

(01D1 - 01D2B000) 

(01D3 - 01D38000) 



Statusabbild für Threadkennung 0x7f0



eax= ebx=00

#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-03-23 Thread MSunbeam at gmx dot net
 ID:   26286
 Comment by:   MSunbeam at gmx dot net
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

I had that same bug.

Using 

apache 2.0.49 php5.0.0rc1  on Win2k

Using SSL 



Listen 443

LoadFile "/server/php/ssleay32.dll"

LoadModule ssl_module modules/mod_ssl.so



The error eccord when user was request http://localhost:443

(he called normal server on SSL-port)



error.log



[Tue Mar 23 23:03:46 2004] [notice] Parent: child process exited with
status 3221225477 -- Restarting.

[Tue Mar 23 23:03:49 2004] [notice] Parent: Created child process 592

[Tue Mar 23 23:03:54 2004] [notice] Child 592: Child process is
running

[Tue Mar 23 23:03:54 2004] [notice] Child 592: Acquired the start
mutex.

[Tue Mar 23 23:03:54 2004] [notice] Child 592: Starting 250 worker
threads.





drwtsn32 error report







Anwendungsausnahme aufgetreten:

Anwendung:  (pid=1080)

Wann: 23.03.2004 @ 23:03:45.902

Ausnahmenummer: c005 (Zugriffsverletzung)



*> Systeminformationen <*

Computername: msunbeam.net

Benutzername: MSun

Prozessoranzahl: 1

Prozessortyp: x86 Family 6 Model 3 Stepping 3

Windows 2000-Version: 5.0

Aktuelles Build: 2195

Service Pack: None

Aktueller Typ: Uniprocessor Free

Firma: 

Besitzer: MSun



*> Taskliste <*

   0 Idle.exe

   8 System.exe

 144 smss.exe

 172 csrss.exe

 192 winlogon.exe

 220 services.exe

 232 lsass.exe

 388 svchost.exe

 416 SPOOLSV.exe

 444 blackd.exe

 460 svchost.exe

 488 nvsvc32.exe

 508 RapApp.exe

 540 regsvc.exe

 572 winmgmt.exe

 768 explorer.exe

 876 4DMAIN.exe

 896 blackice.exe

1076 Apache.exe

1004 IEXPLORE.exe

1080 Apache.exe

2100 IEXPLORE.exe

2120 drwtsn32.exe

   0 _Total.exe



(0040 - 00405000) .\Apache.pdb

(77F8 - 77FFF000) 

(6EEC - 6EEE) .\libapr.pdb

(77E7 - 77F33000) 

(77DA - 77DFA000) 

(77D3 - 77D9F000) 

(74FA - 74FB4000) 

(7800 - 78046000) 

(74F9 - 74F98000) 

(74F6 - 74F73000) 

(77E0 - 77E65000) 

(77F4 - 77F7C000) 

(7797 - 77994000) 

(74FC - 74FC9000) 

(6EE6 - 6EE89000) .\libaprutil.pdb

(6EE5 - 6EE59000) .\libapriconv.pdb

(6FF0 - 6FF42000) .\libhttpd.pdb

(6C92 - 6C928000) 

(664B - 66504000) 

(7758 - 777C6000) 

(70BD - 70C35000) 

(7171 - 71794000) 

(77A4 - 77B35000) 

(74F4 - 74F51000) 

(74F8 - 74F87000) 

(7CA0 - 7CA22000) 

(77C0 - 77C5E000) 

(7741 - 77488000) 

(7740 - 7741) 

(6FCF - 6FCF6000) 

(6FCD - 6FCD6000) 

(6FCC - 6FCC6000) 

(6FCB - 6FCB6000) 

(6FCA - 6FCA8000) 

(6FC8 - 6FC86000) 

(6FE2 - 6FE26000) 

(6FEA - 6FEA6000) 

(6FE9 - 6FE96000) 

(6FC4 - 6FC48000) 

(6FC3 - 6FC37000) 

(6FC2 - 6FC27000) 

(6FC1 - 6FC19000) 

(6FC0 - 6FC06000) 

(6FE5 - 6FE57000) 

(1000 - 10027000) 

(0084 - 00919000) 

(6FD0 - 6FD1F000) 

(0092 - 00C74000) 

(779A - 77A35000) 

(1F7D - 1F804000) 

(76B0 - 76B3F000) 

(1F8C - 1F8D9000) 

(0119 - 01199000) 

(013A - 013A8000) 

(013B - 013C) 

(013C - 013E7000) 

(7754 - 77571000) 

(0147 - 01477000) 

(0148 - 0148C000) 

(0149 - 01564000) 

(0157 - 01577000) 

(0158 - 0158B000) 

(0159 - 01665000) 

(0167 - 01701000) 

(77BD - 77BDF000) 

(0171 - 0172F000) 

(0173 - 01736000) 

(0174 - 018C3000) 

(018D - 018DA000) 

(018E - 0191F000) 

(0194 - 01949000) 

(0195 - 01956000) 

(0196 - 0198A000) 

(0199 - 019C2000) 

(019D - 019DC000) 

(019E - 01A23000) 

(01A4 - 01A53000) 

(01A6 - 01B4A000) 

(01B6 - 01B67000) 

(750E - 7512F000) 

(7513 - 75136000) 

(750C - 750CF000) 

(7794 - 7796A000) 

(01B8 - 01B8F000) 

(01B9 - 01C16000) 

(01C2 - 01C28000) 

(01C3 - 01C37000) 

(01C4 - 01C4B000) 

(777F - 7780D000) 

(01C5 - 01C5A000) 

(01C6 - 01C66000) 

(01C7 - 01CA1000) 

(01CB - 01CBC000) 

(01CC - 01CF4000) 

(01D0 - 01D0A000) 

(01D1 - 01D2B000) 

(01D3 - 01D38000) 



Statusabbild für Threadkennung 0x7f0



eax= ebx= ecx= edx=0602fd32 esi=6fd1550c
edi=78012961

eip=6fd09445 esp=0602fde8 ebp=011a7a60 iopl=0 nv up ei pl zr na
po nc

cs=001b  ss=0023  ds=0023  es=0023  fs=0038  gs=
efl=0246





Funktion: 

6fd0942c 83c444   add esp,0x44

6fd0942f c3   ret

6fd09430 680876d16f   push0x6fd17608

6fd09435 56   pushesi

6fd09436 ffd7 calledi

6fd09438 83c408   add esp,0x8

6fd0943b 85c0 testeax,eax

6fd0943d 75

#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-03-05 Thread redeye at erisx dot de
 ID:   26286
 Comment by:   redeye at erisx dot de
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

Same here using PHP 5.0.0 beta 4 on Apache 2.0.48 (Win2K)


Previous Comments:


[2004-02-23 20:19:00] efesar at efesar dot com

I was running a production website with Apache 2.0.47 -- medium volume
-- and PHP 5 beta 1 without any known problems.



I installed beta 4 and I started get random Apache crashes, and this
exact error conmes up in the Apache logs. Windows XP.  The PHP code has
not changed (at all) so it's in the installation. 



I switched back to Beta 1, and the problem has gone away.  



[Mon Feb 23 16:55:28 2004] [notice] Parent: child process exited with
status 3221225477 -- Restarting.



I am running Win XP Pro SP1 ... When it crashes, this comes up in the
Windows application log:



===



(comes up first)



Faulting application Apache.exe, version 2.0.47.0, faulting module
php5ts.dll, version 5.0.0.0, fault address 0xa964.



For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.



=



(comes up second)



Faulting application Apache.exe, version 2.0.47.0, faulting module
php5ts.dll, version 5.0.0.0, fault address 0x0003c44d.



For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.



===



this is what comes up in the system log



===



The Apache2 service terminated unexpectedly.  It has done this 11
time(s).



For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.



[2004-02-20 07:35:51] dev0 at panzerliga dot de

i have the sam probelm...

you can solve it by setting the register_globals variable to
ON...but i still searching for a "real" solution 

greetings 

dev0



[2004-02-03 06:15:51] jose dot luis at tugamail dot com

Reversed the installed version of php to php-4.3.4-Win32 and with the
same MySQL and Apache2 config/versions and worked just Great



Just to let you know... i will stay with the 4.3.4



[2004-02-02 11:35:15] jose dot luis at tugamail dot com

Apache2 version: apache_2.0.48-win32-x86-no_ssl

php version: php-5.0.0b3-Win32

MySQL version: mysql-4.0.17-win



MySQL runs fine.

Apache2 with php as a module also works fine.

I can execute  phpinfo();  without any kind of probs.



Installed Postnuke, with installer included and once installed when i
try to go to the "postnuke site" webserver stops responding with:



[Mon Feb 02 16:24:45 2004] [notice] Parent: Created child process 2448

[Mon Feb 02 16:24:45 2004] [notice] Child 2448: Child process is
running

[Mon Feb 02 16:24:45 2004] [notice] Child 2448: Acquired the start
mutex.

[Mon Feb 02 16:24:45 2004] [notice] Child 2448: Starting 250 worker
threads.

[Mon Feb 02 16:25:21 2004] [notice] Parent: child process exited with
status 3221225477 -- Restarting.



[2003-11-25 15:34:54] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.





The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26286

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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-02-23 Thread efesar at efesar dot com
 ID:   26286
 Comment by:   efesar at efesar dot com
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

I was running a production website with Apache 2.0.47 -- medium volume
-- and PHP 5 beta 1 without any known problems.



I installed beta 4 and I started get random Apache crashes, and this
exact error conmes up in the Apache logs. Windows XP.  The PHP code has
not changed (at all) so it's in the installation. 



I switched back to Beta 1, and the problem has gone away.  



[Mon Feb 23 16:55:28 2004] [notice] Parent: child process exited with
status 3221225477 -- Restarting.



I am running Win XP Pro SP1 ... When it crashes, this comes up in the
Windows application log:



===



(comes up first)



Faulting application Apache.exe, version 2.0.47.0, faulting module
php5ts.dll, version 5.0.0.0, fault address 0xa964.



For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.



=



(comes up second)



Faulting application Apache.exe, version 2.0.47.0, faulting module
php5ts.dll, version 5.0.0.0, fault address 0x0003c44d.



For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.



===



this is what comes up in the system log



===



The Apache2 service terminated unexpectedly.  It has done this 11
time(s).



For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.


Previous Comments:


[2004-02-20 07:35:51] dev0 at panzerliga dot de

i have the sam probelm...

you can solve it by setting the register_globals variable to
ON...but i still searching for a "real" solution 

greetings 

dev0



[2004-02-03 06:15:51] jose dot luis at tugamail dot com

Reversed the installed version of php to php-4.3.4-Win32 and with the
same MySQL and Apache2 config/versions and worked just Great



Just to let you know... i will stay with the 4.3.4



[2004-02-02 11:35:15] jose dot luis at tugamail dot com

Apache2 version: apache_2.0.48-win32-x86-no_ssl

php version: php-5.0.0b3-Win32

MySQL version: mysql-4.0.17-win



MySQL runs fine.

Apache2 with php as a module also works fine.

I can execute  phpinfo();  without any kind of probs.



Installed Postnuke, with installer included and once installed when i
try to go to the "postnuke site" webserver stops responding with:



[Mon Feb 02 16:24:45 2004] [notice] Parent: Created child process 2448

[Mon Feb 02 16:24:45 2004] [notice] Child 2448: Child process is
running

[Mon Feb 02 16:24:45 2004] [notice] Child 2448: Acquired the start
mutex.

[Mon Feb 02 16:24:45 2004] [notice] Child 2448: Starting 250 worker
threads.

[Mon Feb 02 16:25:21 2004] [notice] Parent: child process exited with
status 3221225477 -- Restarting.



[2003-11-25 15:34:54] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.





[2003-11-17 14:18:03] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.






The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26286

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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-02-20 Thread dev0 at panzerliga dot de
 ID:   26286
 Comment by:   dev0 at panzerliga dot de
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

i have the sam probelm...

you can solve it by setting the register_globals variable to
ON...but i still searching for a "real" solution 

greetings 

dev0


Previous Comments:


[2004-02-03 06:15:51] jose dot luis at tugamail dot com

Reversed the installed version of php to php-4.3.4-Win32 and with the
same MySQL and Apache2 config/versions and worked just Great



Just to let you know... i will stay with the 4.3.4



[2004-02-02 11:35:15] jose dot luis at tugamail dot com

Apache2 version: apache_2.0.48-win32-x86-no_ssl

php version: php-5.0.0b3-Win32

MySQL version: mysql-4.0.17-win



MySQL runs fine.

Apache2 with php as a module also works fine.

I can execute  phpinfo();  without any kind of probs.



Installed Postnuke, with installer included and once installed when i
try to go to the "postnuke site" webserver stops responding with:



[Mon Feb 02 16:24:45 2004] [notice] Parent: Created child process 2448

[Mon Feb 02 16:24:45 2004] [notice] Child 2448: Child process is
running

[Mon Feb 02 16:24:45 2004] [notice] Child 2448: Acquired the start
mutex.

[Mon Feb 02 16:24:45 2004] [notice] Child 2448: Starting 250 worker
threads.

[Mon Feb 02 16:25:21 2004] [notice] Parent: child process exited with
status 3221225477 -- Restarting.



[2003-11-25 15:34:54] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.





[2003-11-17 14:18:03] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.






[2003-11-17 07:51:17] igg10 at alu dot ua dot es

Description:

Apache2 crashes



PHP as module on apache 2.0.47 php 4.3.2 windows 2000



Fri Nov 14 12:53:09 2003] [notice] Parent: child process exited with 

status 3221225477 -- Restarting.

[Fri Nov 14 12:53:09 2003] [notice] Parent: Created child process 1044

[Fri Nov 14 12:53:09 2003] [notice] Child 1044: Child process is 

running

[Fri Nov 14 12:53:10 2003] [notice] Child 1044: Acquired the start 

mutex.

[Fri Nov 14 12:53:10 2003] [notice] Child 1044: Starting 64 worker 

threads.








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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-02-03 Thread jose dot luis at tugamail dot com
 ID:   26286
 Comment by:   jose dot luis at tugamail dot com
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

Reversed the installed version of php to php-4.3.4-Win32 and with the
same MySQL and Apache2 config/versions and worked just Great

Just to let you know... i will stay with the 4.3.4


Previous Comments:


[2004-02-02 11:35:15] jose dot luis at tugamail dot com

Apache2 version: apache_2.0.48-win32-x86-no_ssl
php version: php-5.0.0b3-Win32
MySQL version: mysql-4.0.17-win

MySQL runs fine.
Apache2 with php as a module also works fine.
I can execute  phpinfo();  without any kind of probs.

Installed Postnuke, with installer included and once installed when i
try to go to the "postnuke site" webserver stops responding with:

[Mon Feb 02 16:24:45 2004] [notice] Parent: Created child process 2448
[Mon Feb 02 16:24:45 2004] [notice] Child 2448: Child process is
running
[Mon Feb 02 16:24:45 2004] [notice] Child 2448: Acquired the start
mutex.
[Mon Feb 02 16:24:45 2004] [notice] Child 2448: Starting 250 worker
threads.
[Mon Feb 02 16:25:21 2004] [notice] Parent: child process exited with
status 3221225477 -- Restarting.



[2003-11-25 15:34:54] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.





[2003-11-17 14:18:03] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.






[2003-11-17 07:51:17] igg10 at alu dot ua dot es

Description:

Apache2 crashes

PHP as module on apache 2.0.47 php 4.3.2 windows 2000

Fri Nov 14 12:53:09 2003] [notice] Parent: child process exited with 
status 3221225477 -- Restarting.
[Fri Nov 14 12:53:09 2003] [notice] Parent: Created child process 1044
[Fri Nov 14 12:53:09 2003] [notice] Child 1044: Child process is 
running
[Fri Nov 14 12:53:10 2003] [notice] Child 1044: Acquired the start 
mutex.
[Fri Nov 14 12:53:10 2003] [notice] Child 1044: Starting 64 worker 
threads.







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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2004-02-02 Thread jose dot luis at tugamail dot com
 ID:   26286
 Comment by:   jose dot luis at tugamail dot com
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

Apache2 version: apache_2.0.48-win32-x86-no_ssl
php version: php-5.0.0b3-Win32
MySQL version: mysql-4.0.17-win

MySQL runs fine.
Apache2 with php as a module also works fine.
I can execute  phpinfo();  without any kind of probs.

Installed Postnuke, with installer included and once installed when i
try to go to the "postnuke site" webserver stops responding with:

[Mon Feb 02 16:24:45 2004] [notice] Parent: Created child process 2448
[Mon Feb 02 16:24:45 2004] [notice] Child 2448: Child process is
running
[Mon Feb 02 16:24:45 2004] [notice] Child 2448: Acquired the start
mutex.
[Mon Feb 02 16:24:45 2004] [notice] Child 2448: Starting 250 worker
threads.
[Mon Feb 02 16:25:21 2004] [notice] Parent: child process exited with
status 3221225477 -- Restarting.


Previous Comments:


[2003-11-25 15:34:54] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.





[2003-11-17 14:18:03] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.






[2003-11-17 07:51:17] igg10 at alu dot ua dot es

Description:

Apache2 crashes

PHP as module on apache 2.0.47 php 4.3.2 windows 2000

Fri Nov 14 12:53:09 2003] [notice] Parent: child process exited with 
status 3221225477 -- Restarting.
[Fri Nov 14 12:53:09 2003] [notice] Parent: Created child process 1044
[Fri Nov 14 12:53:09 2003] [notice] Child 1044: Child process is 
running
[Fri Nov 14 12:53:10 2003] [notice] Child 1044: Acquired the start 
mutex.
[Fri Nov 14 12:53:10 2003] [notice] Child 1044: Starting 64 worker 
threads.







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


#26286 [Com]: Parent: child process exited with status 3221225477 -- Restarting

2003-12-09 Thread rgferrell at direcway dot com
 ID:   26286
 Comment by:   rgferrell at direcway dot com
 Reported By:  igg10 at alu dot ua dot es
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Windows 2000
 PHP Version:  4.3.4
 New Comment:

I get this periodically on XP SP1 running Apache 2.0.43.0.  MS error
message says problem is in libhttpd.dll at offset 00016745.


Previous Comments:


[2003-11-25 15:34:54] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.





[2003-11-17 14:18:03] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.






[2003-11-17 07:51:17] igg10 at alu dot ua dot es

Description:

Apache2 crashes

PHP as module on apache 2.0.47 php 4.3.2 windows 2000

Fri Nov 14 12:53:09 2003] [notice] Parent: child process exited with 
status 3221225477 -- Restarting.
[Fri Nov 14 12:53:09 2003] [notice] Parent: Created child process 1044
[Fri Nov 14 12:53:09 2003] [notice] Child 1044: Child process is 
running
[Fri Nov 14 12:53:10 2003] [notice] Child 1044: Acquired the start 
mutex.
[Fri Nov 14 12:53:10 2003] [notice] Child 1044: Starting 64 worker 
threads.







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