[solved] Parent: child process exited with status 3221225477 -- Restarting
Posted by: X-Bit (---.virtua.com.br)
Date: August 05, 2012 09:59PM

Hello @all!

Running under:
Wampserver 2.1
- MySql 5.0.45
- PHP 5.3.5
- Apache 2.2.2

- Windows XP SP3, all patches and updates applied.

Problem:

Until today I did not have had any problems with this configuration. I received an order to migrate an Joomla! 1.5 site to the new 2.5 version. The site is running ok, only when clicking on the link to the Jomsocial community frontpage, the browser throws an Error 101. This happens in every browser (tested FF 14, IE8, Chrome, Safari) and it does not happen on the webspace running under linux!

Having a look at the apache_error.log, shows me the following line:

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

I followed some threads regarding this error but couldnĀ“t resolve the matter.

For any ideas, inputs or solution I would like to thank you in advance!



Edited 3 time(s). Last edit at 08/07/2012 09:13PM by X-Bit.

Options: ReplyQuote
Re: Parent: child process exited with status 3221225477 -- Restarting
Posted by: X-Bit (---.virtua.com.br)
Date: August 06, 2012 08:07PM

Over the week-end I installed the new wampserver 2.2e running:

- Apache 2.2.22
- PHP 5.3.13
- MySql 5.5.24

and got the exact same error!

Please send me some feedback on this matter!

Options: ReplyQuote
Re: Parent: child process exited with status 3221225477 -- Restarting
Posted by: stevenmartin99 (Moderator)
Date: August 06, 2012 08:55PM

are you sure joomla supports 5.3???

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Parent: child process exited with status 3221225477 -- Restarting
Posted by: X-Bit (---.virtua.com.br)
Date: August 06, 2012 08:59PM

It is recommended:

[www.joomla.org]

Options: ReplyQuote
Re: Parent: child process exited with status 3221225477 -- Restarting
Posted by: X-Bit (---.virtua.com.br)
Date: August 07, 2012 09:11PM

This problem may be solved with increasing the apache stack size.

The moment apache died, was alway a "preg_match" routine. This showed me, that preg_match used the available stack size.

As windows per default only has 1 MB stack, I increased it over httpd.conf using:

ThreadStackSize 8388608

which is equivalent to 8MB stack.

It works like a charm now!

Options: ReplyQuote


Sorry, only registered users may post in this forum.