Page 1 of 1

PHP and Apache crashed with subcategories

Posted: Fri Jan 21, 2005 7:01 pm
by oxygenws
after inserting a subcategory, i can't go to "Edit Post" or my weblog homepage, apache hangs because of PHP....

note: insert post is correct, and work perfectly :)

Re: PHP and Apache crashed with subcategories

Posted: Sat Jan 22, 2005 12:01 pm
by garvinhicking
That seems more like a problem of your PHP/Apache setup.

Do you get any errors? Look at your error_log for possible coredumps.

What's your Apache/PHP versions? Do you use any code optimizers like Zend?

Regards,
Garvin

Posted: Sat Jan 22, 2005 12:30 pm
by oxygenws
no, no errors!!
apache closed the connection process.
this is the error_log report:

Code: Select all

[Sat Jan 22 14:56:58 2005] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Sat Jan 22 14:56:58 2005] [notice] Parent: Created child process 3384
[Sat Jan 22 14:56:59 2005] [notice] Child 3384: Child process is running
[Sat Jan 22 14:56:59 2005] [notice] Child 3384: Acquired the start mutex.
[Sat Jan 22 14:56:59 2005] [notice] Child 3384: Starting 250 worker threads.
[Sat Jan 22 14:57:02 2005] [notice] Parent: child process exited with status 3221225477 -- Restarting.
i used php5.0.0 and apache2.0.50 (i try to install new ones, but i don't have any time!! :) )

and i don't have any Zend Optimizer or any other accelerator!

NOTE: it works perfectly in NEW ENTRY part.

thanks

Posted: Sat Jan 22, 2005 12:35 pm
by garvinhicking
The notices you're getting are definitely showing a problem with Apache2/PHP. Did you make sure you are not running PHP in threaded mode?

This is not a problem with Serendipity, I can assure you...other scripts or other operations may fail as well with other PHP applications.

Regards,
Garvin

Posted: Sat Jan 22, 2005 12:36 pm
by oxygenws
this is windows event viewer error:

Code: Select all

Faulting application Apache.exe, version 2.0.50.0, faulting module php5ts.dll, version 5.0.0.0, fault address 0x000e3d42.

Posted: Mon Jan 24, 2005 9:12 pm
by oxygenws
oops.....
i installed php5.0.3 and apache 2.0.52 but it happends again....

Code: Select all

[Mon Jan 24 23:37:03 2005] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Mon Jan 24 23:37:03 2005] [notice] Parent: Created child process 1132
[Mon Jan 24 23:37:03 2005] [notice] Child 1132: Child process is running
[Mon Jan 24 23:37:03 2005] [notice] Child 1132: Acquired the start mutex.
[Mon Jan 24 23:37:03 2005] [notice] Child 1132: Starting 250 worker threads.
New Entry works correct but Edit entry and weblog homepage crashed!!!

Posted: Tue Jan 25, 2005 10:27 am
by garvinhicking
This seems to be a problem of your Apache2/PHP5 setup. Did you pay attention that PHP does only run using prefork? Try Apache1 if all fails.

It has nothing to do with Serendipity, though. :)

Regards,
Garvin

Posted: Tue Jan 25, 2005 12:18 pm
by oxygenws
thanks, ill report the result