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: Process 1204 exited with status 3221225477 - Restarting
Author
Lihomanov



Joined: 14 May 2025
Posts: 2
Location: Ru, Barnaul

PostPosted: Wed 14 May '25 9:19    Post subject: Process 1204 exited with status 3221225477 - Restarting Reply with quote

hi,

info soft:
Apache 2.4.63 (win64) OpenSSL/3.3.2
WinServer 2019 Standart
Visual C++ Redistributable Visual Studio 2015-2022: vc_redist_x64 - 14.44.35112

info sys:
Memory 24 Gb, SSD

error.log
[Tue May 13 15:55:31.191301 2025] [mpm_winnt:notice] [pid 6128:tid 540] AH00428: Parent: child process 1204 exited with status 3221225477 -- Restarting.
[Tue May 13 15:55:31.232303 2025] [ssl:warn] [pid 6128:tid 540] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Tue May 13 15:55:31.238300 2025] [mpm_winnt:notice] [pid 6128:tid 540] AH00455: Apache/2.4.63 (Win64) OpenSSL/3.3.2 configured -- resuming normal operations
[Tue May 13 15:55:31.238300 2025] [mpm_winnt:notice] [pid 6128:tid 540] AH00456: Apache Lounge VS17 Server built: Feb 3 2025 10:10:51
[Tue May 13 15:55:31.238300 2025] [core:notice] [pid 6128:tid 540] AH00094: Command line: 'C:\\Apache24\\bin\\httpd.exe -d C:/Apache24'
[Tue May 13 15:55:31.239304 2025] [mpm_winnt:notice] [pid 6128:tid 540] AH00418: Parent: Created child process 880
[Tue May 13 15:55:31.664805 2025] [ssl:warn] [pid 880:tid 532] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Tue May 13 15:55:31.670806 2025] [mpm_winnt:notice] [pid 880:tid 532] AH00354: Child: Starting 64 worker threads.
[Tue May 13 19:30:48.745110 2025] [mpm_winnt:notice] [pid 6128:tid 540] AH00428: Parent: child process 880 exited with status 3221225477 -- Restarting.
[Tue May 13 19:30:48.775106 2025] [ssl:warn] [pid 6128:tid 540] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Tue May 13 19:30:48.780106 2025] [mpm_winnt:notice] [pid 6128:tid 540] AH00455: Apache/2.4.63 (Win64) OpenSSL/3.3.2 configured -- resuming normal operations
[Tue May 13 19:30:48.780106 2025] [mpm_winnt:notice] [pid 6128:tid 540] AH00456: Apache Lounge VS17 Server built: Feb 3 2025 10:10:51
[Tue May 13 19:30:48.780106 2025] [core:notice] [pid 6128:tid 540] AH00094: Command line: 'C:\\Apache24\\bin\\httpd.exe -d C:/Apache24'
[Tue May 13 19:30:48.781106 2025] [mpm_winnt:notice] [pid 6128:tid 540] AH00418: Parent: Created child process 3912
[Tue May 13 19:30:49.182284 2025] [ssl:warn] [pid 3912:tid 544] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Tue May 13 19:30:49.188289 2025] [mpm_winnt:notice] [pid 3912:tid 544] AH00354: Child: Starting 64 worker threads.


windows log
Faulting application name: httpd.exe, version: 2.4.63.0, timestamp: 0x67a08850
Faulting module name: core83.dll, version: 8.3.26.1540, timestamp: 0x67a10eb0
Exception code: 0xc0000005
Fault offset: 0x0000000000122a37
Faulting process ID: 0x4b4
Faulting application start time: 0x01dbc377d3f188f3
Faulting application path: C:\Apache24\bin\httpd.exe
Faulting module path: C:\Program Files\1cv8\8.3.26.1540\bin\core83.dll
Report ID: 51ba91e3-d814-4020-aab8-8f74c351995e
Full name of the faulty package:
Application ID associated with the faulty package:
Back to top
Otomatic



Joined: 01 Sep 2011
Posts: 260
Location: Paris, France, EU

PostPosted: Wed 14 May '25 10:13    Post subject: Reply with quote

Hi,
Code:
# The ThreadStackSize directive sets the size of the stack (for autodata)
# of threads which handle client connections and call modules to help process
# those connections. In most cases the operating system default for stack size
# is reasonable, but there are some conditions where it may need to be adjusted.
# Apache httpd may crash when using some third-party modules which use a
# relatively large amount of autodata storage or automatically restart with
# message like: child process 12345 exited with status 3221225725 -- Restarting.
# This type of crash is resolved by setting ThreadStackSize to a value higher
# than the operating system default.
ThreadStackSize 8388608
Back to top
Lihomanov



Joined: 14 May 2025
Posts: 2
Location: Ru, Barnaul

PostPosted: Thu 15 May '25 17:11    Post subject: Reply with quote

Hello!
Changed the configuration file in "httpd-mpm.conf"

<IfModule mpm_winnt_module>
ThreadStackSize 8388608
ThreadsPerChild 150
MaxConnectionsPerChild 10000
</IfModule>

Error persists.
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 703

PostPosted: Thu 15 May '25 17:41    Post subject: Reply with quote

Please search this forum. There are posts when you search with your subject.
Back to top


Reply to topic   Topic: Process 1204 exited with status 3221225477 - Restarting View previous topic :: View next topic
Post new topic   Forum Index -> Apache