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: Apache 2.2.31 child process exited with status 255
Author
dbnex14



Joined: 22 Jul 2015
Posts: 17
Location: Canada, Vancouver

PostPosted: Fri 21 Aug '15 21:47    Post subject: Apache 2.2.31 child process exited with status 255 Reply with quote

I am using Apache2.2.31 on Windows and I am seeing lots of these in error log
Code:
Parent: child process exited with status 255 -- Restarting.


, and I also see this in Windows Event Log:
Code:
Faulting application name: httpd.exe, version: 2.2.31.0, time stamp: 0x55a6ceaf
Faulting module name: MSVCR90.dll, version: 9.0.21022.8, time stamp: 0x47313dce
Exception code: 0xc0000005
Fault offset: 0x0003ab1a
Faulting process id: 0x18c8
Faulting application start time: 0x01d0dc3ec80fd7de
Faulting application path: C:\Handheld\Apache2\bin\httpd.exe
Faulting module path: C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_bcb86ed6ac711f91\MSVCR90.dll
Report Id: f8497f1e-4835-11e5-89b8-5ef3fca64c3c


Also, seeing these
Code:
Access violation at address 6EE61DD4 in module 'libaprutil-1.dll'. Read of address FFFFFFF4


Loaded modules are:
Code:
C:\Handheld\Apache2\bin>httpd -M -f C:\Handheld\Apache2\conf\httpd-HHLIVE.co
[Fri Aug 21 15:40:16 2015] [notice] Disabled use of AcceptEx() WinSock2 API
Loaded Modules:
 core_module (static)
 win32_module (static)
 mpm_winnt_module (static)
 http_module (static)
 so_module (static)
 actions_module (shared)
 alias_module (shared)
 asis_module (shared)
 auth_basic_module (shared)
 authn_default_module (shared)
 authn_file_module (shared)
 authz_default_module (shared)
 authz_groupfile_module (shared)
 authz_host_module (shared)
 authz_user_module (shared)
 autoindex_module (shared)
 cgi_module (shared)
 dir_module (shared)
 env_module (shared)
 include_module (shared)
 isapi_module (shared)
 log_config_module (shared)
 mime_module (shared)
 negotiation_module (shared)
 setenvif_module (shared)
 MyModule_module (shared)
Syntax OK


MyModule is our module to handle requests comming in from barcode scanning devices and it acts as a server and talks to our database. No PHP is involved, this is not a website but a server handling SOAP requests from devices (clients).

Any idea why I see these in error.log and in Windows Event Viewer?

much appreciated
Back to top
James Blond
Moderator


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

PostPosted: Sat 02 Jan '16 22:55    Post subject: Reply with quote

The code 0xc0000005 is access violation. That is also why it is in the windows event log.

Do you run apache as a regular user? As Service or as an Administrator? I suggest to try to run it as Administrator only to see if that is the issue causes by the OS restriction.
Back to top


Reply to topic   Topic: Apache 2.2.31 child process exited with status 255 View previous topic :: View next topic
Post new topic   Forum Index -> Apache