PHP and Apache crashed with subcategories

Found a bug? Tell us!!
Post Reply
oxygenws
Regular
Posts: 148
Joined: Thu Jan 20, 2005 11:20 am
Location: Iran
Contact:

PHP and Apache crashed with subcategories

Post 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 :)
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: PHP and Apache crashed with subcategories

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
oxygenws
Regular
Posts: 148
Joined: Thu Jan 20, 2005 11:20 am
Location: Iran
Contact:

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
oxygenws
Regular
Posts: 148
Joined: Thu Jan 20, 2005 11:20 am
Location: Iran
Contact:

Post 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.
oxygenws
Regular
Posts: 148
Joined: Thu Jan 20, 2005 11:20 am
Location: Iran
Contact:

Post 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!!!
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
oxygenws
Regular
Posts: 148
Joined: Thu Jan 20, 2005 11:20 am
Location: Iran
Contact:

Post by oxygenws »

thanks, ill report the result
Post Reply