Task #43940

Apache crashes every time

Added by Felix Muster over 2 years ago. Updated over 2 years ago.

Status:Closed Start date:2012-12-13
Priority:Must have Due date:
Assigned To:Karsten Dambekalns % Done:

0%

Category:- Spent time: -
Target version:-

Description

Hello,

My System:
OS: Windows 7
Bundle: XAMPP v1.8.1

I installed Neos by this instruction.
Everything works fine, but I get this error message all day when surfing in front- or in backend:

Problemsignatur:
Problemereignisname: APPCRASH
Anwendungsname: httpd.exe
Anwendungsversion: 2.4.3.0
Anwendungszeitstempel: 502f70a3
Fehlermodulname: php5ts.dll
Fehlermodulversion: 5.4.7.0
Fehlermodulzeitstempel: 505114f8
Ausnahmecode: c0000005
Ausnahmeoffset: 00035ce8
Betriebsystemversion: 6.1.7601.2.1.0.256.4
Gebietsschema-ID: 1031
Zusatzinformation 1: 0a9e
Zusatzinformation 2: 0a9e372d3b4ad19135b953a78882e789
Zusatzinformation 3: 0a9e
Zusatzinformation 4: 0a9e372d3b4ad19135b953a78882e789

I think this is the corresponding error in the log-File from apache:
[Wed Dec 12 13:29:27.655765 2012] [mpm_winnt:notice] [pid 1412:tid 248] AH00428: Parent: child process exited with status 3221225477 -- Restarting.

The strange thing is, that nothing crashes like it says, it works fine, I only have to click "Programm schließen / Close program" and the website resumes loading.
XAMPP Control Panel also says, that apache is still running...

I googled a bit and tried all of this solutions:

Set in httpd.conf:

TraceEnable off
EnableMMAP off
EnableSendfile Off

output_buffer to 5000000

<IfModule mpm_winnt.c>
ThreadsPerChild 50
MaxRequestsPerChild 0
ThreadStackSize 8388608
</IfModule>

AcceptFilter http none
<IfDefine AEX>
Win32DisableAcceptEx
</IfDefine>

...But nothing works.

Can someone help me?

error.png (21.9 kB) Felix Muster, 2012-12-13 09:24

History

#1 Updated by Karsten Dambekalns over 2 years ago

  • Status changed from New to Closed
  • Assigned To set to Karsten Dambekalns

Nothing we can do about that - it's an unstable Apache (for whatever reason). Maybe trying some of the suggestion on http://stackoverflow.com/questions/1138269/apache-error-notice-parent-child-process-exited-with-status-3221225477-res helps. Good luck!

Also available in: Atom PDF