Apache Crashes Sporadically
Posted by: johnny.gills (209.243.55.---)
Date: May 11, 2010 05:39PM

Hi:

I'm running Wampserver 2.0 on Windows XP Pro Service Pack 3 as a local development environment.

Occaissionally while I'm testing an application, the apache server crashes.

I get the following in event manager:

Faulting application httpd.exe, version 2.2.11.0, faulting module php5ts.dll, version 5.3.0.0, fault address 0x001042da.

I can still work, apache restarts automatically, but it is annoying. Any ideas?

Thanks

Options: ReplyQuote
Re: Apache Crashes Sporadically
Posted by: dataman (---.vtx.ch)
Date: May 21, 2010 05:15PM

Same problem here on Windows 7 pro.

Faulting application name: httpd.exe, version: 2.2.11.0, time stamp: 0x493f5d44
Faulting module name: php5ts.dll, version: 5.3.0.0, time stamp: 0x4a4922e7
Exception code: 0xc0000005
Fault offset: 0x001042da
Faulting process id: 0xfd8

Options: ReplyQuote
Re: Apache Crashes Sporadically
Posted by: dataman (---.vtx.ch)
Date: May 21, 2010 05:49PM

Once after apache crash, the PC hanged. Just before the hang, it did log

Problem signature:
P1: httpd.exe
P2: 2.2.11.0
P3: 493f5d44
P4: php5ts.dll
P5: 5.3.0.0
P6: 4a4922e7
P7: c0000005
P8: 001042da

We are running Wordpress on the server and it seems to crashes very often when creating new post. Yestaday apche crashed every 5 minutes always on the same address

Exception code: 0xc0000005 (Access Violation)
Fault offset: 0x001042da

Not sure if it's releated, but the OS is installed on RAID 5 LSI MegaRAID 9260-i8 controller.

Options: ReplyQuote
Re: Apache Crashes Sporadically
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: May 21, 2010 05:59PM

thats a php 5.3.0 issue


mysql_close() causes apache to crash

u need to replace

mysql_close();

with

mysql_close($connection_handle_name_used_to_create_connection);



Or upgrade to php 5.3.1

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

Options: ReplyQuote
Re: Apache Crashes Sporadically
Posted by: johnny.gills (209.243.55.---)
Date: May 21, 2010 06:07PM

That's not the solution. The application that I work on gets all data through web services, no direct connection to MySQL. Ran a search through the code for mysql_close just in case. It's not there.

Options: ReplyQuote
Re: Apache Crashes Sporadically
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: May 21, 2010 06:36PM

ok well did either of you add or enable other extentions then the dafaults

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

Options: ReplyQuote
Re: Apache Crashes Sporadically
Posted by: fastlane (---.fuse.net)
Date: June 15, 2010 08:49PM

I'm having the same issues here. I've uninstalled the wampserver and reinstalled it but the issues continue. Where can I find the previous versions of wampserver? Maybe that might help.

Thanks

Options: ReplyQuote
Re: Apache Crashes Sporadically
Posted by: johnny.gills (209.243.55.---)
Date: June 15, 2010 09:39PM

I enabled these extensions on php:
php_soap
php_openssl

In Apache, these modules:
• rewrite_module
• ssl_module
• proxy_module
• proxy_http_module

I have installed WampServer as well as all other applications on a new PC and am still experiencing the same problem. Working with 2 Gb of RAM now.

Options: ReplyQuote
Re: Apache Crashes Sporadically
Posted by: johnny.gills (209.243.55.---)
Date: June 17, 2010 11:08PM

Interesting addition to this issue.

I am working on a dell optiplex 745. 1 developer I work with has the exact same model. Another has an Optiplex 755.

The developer on the 745 is having the exact same issue. The one on the 755 is not.

Hmmmm.

Options: ReplyQuote
Re: Apache Crashes Sporadically
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: June 17, 2010 11:51PM

if its possible id like to take a look using teamviwer...

thanks

Steven

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

Options: ReplyQuote
Re: Apache Crashes Sporadically
Posted by: n6rej (---.client.mchsi.com)
Date: July 10, 2010 11:21AM

I also have this issue. with vista x64 ultimate. Its very strange problem.

Options: ReplyQuote
Re: Apache Crashes Sporadically
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: July 10, 2010 11:35AM

its usually an extention... or maybe u changed the php versoin..

give details of either

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

Options: ReplyQuote
Re: Apache Crashes Sporadically
Posted by: goldmelodyvn (---.cmcti.vn)
Date: April 15, 2011 06:23AM

You can find and config in php.ini following:
; Directory in which the loadable extensions (modules) reside.

; Change extension_dir = "D:/wamp/bin/php/php5.3.0/ext/" to
extension_dir = "D:/wamp/bin/php/php5.3.0/ext" ;

; Maximum execution time of each script, in seconds
max_execution_time = 90
; Maximum amount of memory a script may consume
memory_limit = 256M

Options: ReplyQuote


Sorry, only registered users may post in this forum.