logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Faulting Application ?
Author
DaveDerrick



Joined: 17 Sep 2007
Posts: 7

PostPosted: Mon 17 Sep '07 10:55    Post subject: Faulting Application ? Reply with quote

I've been running a server for several months with no problems. In the last few days I've started getting these messages in the Event Viewer -
"Faulting application httpd.exe, version 2.2.4.0, faulting module kernel32.dll, version 5.2.3790.4062, fault address 0x0000bee7."
And they happen every few minutes. I've made no config changes to the server or Apache to make this happen. My server was running Win2003 SP1, so I turned on all updates & went to SP2 & all other updates. Still get same problem.

My system is-
Win 2003 SP2
Apache 2.2.4
OpenSSL 0.9.8d
and I am running a mod I wrote to handle HTTPS GETs and POSTs.

Any ideas whats causing the problems ? Google turned up a blank.
Thanks. Smile
Back to top
DaveDerrick



Joined: 17 Sep 2007
Posts: 7

PostPosted: Mon 17 Sep '07 11:57    Post subject: Reply with quote

forgot to say, checked the error log & found this

[Mon Sep 17 10:40:02 2007] [notice] Parent: child process exited with status 250477278 -- Restarting.
[Mon Sep 17 10:40:02 2007] [notice] Apache/2.2.4 (Win32) mod_ssl/2.2.4 OpenSSL/0.9.8d configured -- resuming normal operations
[Mon Sep 17 10:40:02 2007] [notice] Server built: Jan 9 2007 23:17:20
[Mon Sep 17 10:40:02 2007] [notice] Parent: Created child process 2416
[Mon Sep 17 10:40:03 2007] [notice] Child 2416: Child process is running
[Mon Sep 17 10:40:03 2007] [notice] Child 2416: Acquired the start mutex.
[Mon Sep 17 10:40:03 2007] [notice] Child 2416: Starting 250 worker threads.
[Mon Sep 17 10:40:03 2007] [notice] Child 2416: Starting thread to listen on port 443.
[Mon Sep 17 10:40:03 2007] [notice] Child 2416: Starting thread to listen on port 80.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Mon 17 Sep '07 11:59    Post subject: Reply with quote

I'm running the same system standart edtion.

0x0000bee7 google told that it is related to .NET Framework. Which Version do you have installed of the Framework?
My Apache run with 2.0 and now with 3.0
Back to top
DaveDerrick



Joined: 17 Sep 2007
Posts: 7

PostPosted: Mon 17 Sep '07 12:10    Post subject: Reply with quote

I've got .Net 1.1, should I go to 2.0 ? or 3.0 ?
Thanks.
Back to top
DaveDerrick



Joined: 17 Sep 2007
Posts: 7

PostPosted: Mon 17 Sep '07 13:25    Post subject: Reply with quote

no luck. Installed 3.0 & still getting same error. Rolling Eyes
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Mon 17 Sep '07 13:29    Post subject: Reply with quote

In the error log I can not find that apache crashes. Does it still run when the error message occur?
Where did you download your apache? apache.org? apachelounge?
Back to top
DaveDerrick



Joined: 17 Sep 2007
Posts: 7

PostPosted: Mon 17 Sep '07 13:35    Post subject: Reply with quote

Yes, it carries on running. The error log shows "Parent: child process exited with status 250477278 -- Restarting.", so it does keep accepting SSL connections & I believe I'm getting all the data expected. I'm just trying to find out whats at fault. I did download from ApacheLounge, got Apache 2.2.4 and OpenSSL 0.9.8d package.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Mon 17 Sep '07 14:08    Post subject: Reply with quote

Sorry, I forgot that status 250477278 -- restarting thing!

I had that error once with one of the php extensions. After disabling all unneeded extension, I never had that such an error again.
Sorry haven't sleep much this night.
Back to top
DaveDerrick



Joined: 17 Sep 2007
Posts: 7

PostPosted: Mon 17 Sep '07 14:21    Post subject: Reply with quote

Thanks, I'll try turning off any extensions that I dont really need.
Now go get some rest Wink
Back to top
DaveDerrick



Joined: 17 Sep 2007
Posts: 7

PostPosted: Tue 18 Sep '07 10:14    Post subject: Reply with quote

Been running for almost a day without any problems at all. Thanks for helping. Very Happy
Back to top


Reply to topic   Topic: Faulting Application ? View previous topic :: View next topic
Post new topic   Forum Index -> Apache