| Author |
|
mds1256
Joined: 09 Mar 2026 Posts: 5 Location: UK
|
Posted: Mon 09 Mar '26 12:42 Post subject: |
|
|
replaced the 2x files and restarted httpd, still seem to be getting crashes:
Fault bucket , type 0
Event Name: APPCRASH
Response: Not available
Cab Id: 0
Problem signature:
P1: httpd.exe
P2: 2.4.66.0
P3: 697cc5aa
P4: StackHash_effe
P5: 10.0.17763.8385
P6: 74012c11
P7: c0000374
P8: PCH_EE_FROM_ntdll+0x00000000000A0E44
P9:
P10: |
|
| Back to top |
|
admin Site Admin

Joined: 15 Oct 2005 Posts: 736
|
Posted: Mon 09 Mar '26 12:45 Post subject: |
|
|
| What in the error log ? |
|
| Back to top |
|
mds1256
Joined: 09 Mar 2026 Posts: 5 Location: UK
|
Posted: Mon 09 Mar '26 12:48 Post subject: |
|
|
| admin wrote: | | What in the error log ? |
To be fair, nothing since the restart this morning when i updated the files.
[Mon Mar 09 09:27:42.084482 2026] [mpm_winnt:notice] [pid 3684:tid 568] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Mon Mar 09 09:27:46.850119 2026] [mpm_winnt:notice] [pid 6248:tid 544] AH00364: Child: All worker threads have exited.
[Mon Mar 09 09:27:46.959485 2026] [mpm_winnt:notice] [pid 3684:tid 568] AH00430: Parent: Child process 6248 exited successfully.
[Mon Mar 09 09:27:56.571690 2026] [mpm_winnt:notice] [pid 3832:tid 512] AH00455: Apache/2.4.66 (Win64) OpenSSL/3.6.1 configured -- resuming normal operations
[Mon Mar 09 09:27:56.571690 2026] [mpm_winnt:notice] [pid 3832:tid 512] AH00456: Apache Lounge VS18 erver built: Jan 30 2026 15:51:08
[Mon Mar 09 09:27:56.571690 2026] [core:notice] [pid 3832:tid 512] AH00094: Command line: 'E:\\apache\\apache2.4.66\\bin\\httpd.exe -d E:/apache/apache2.4.66'
[Mon Mar 09 09:27:56.584478 2026] [mpm_winnt:notice] [pid 3832:tid 512] AH00418: Parent: Created child process 15580
[Mon Mar 09 09:27:58.381446 2026] [mpm_winnt:notice] [pid 15580:tid 580] AH00354: Child: Starting 750 worker threads.
Just for completeness i have now also just upgraded to the 23-february 2026 release and replaced the 2x files and will see what happens as i was running the Jan version. - Edit: still the same. |
|
| Back to top |
|
danielruf
Joined: 07 Jan 2026 Posts: 15
|
Posted: Mon 09 Mar '26 13:47 Post subject: |
|
|
Did you read this?
https://www.apachelounge.com/viewtopic.php?p=44189
You have to replace mod_http2. The full builds were with an older mod_http2 release I think.
But this is only relevant if your crashes are related to http2. |
|
| Back to top |
|
mds1256
Joined: 09 Mar 2026 Posts: 5 Location: UK
|
Posted: Mon 09 Mar '26 13:58 Post subject: |
|
|
Yes "replaced the 2x files and restarted httpd, still seem to be getting crashes" |
|
| Back to top |
|
danielruf
Joined: 07 Jan 2026 Posts: 15
|
Posted: Mon 09 Mar '26 14:40 Post subject: |
|
|
And it does not crash, when you disable the http_2 module and http2 as protocol?
Most users only see a crash after many days in usage. So I wonder why yours crashes so fast. Mine didn't so far - and I run the software only locally, so not much traffic here. |
|
| Back to top |
|
mds1256
Joined: 09 Mar 2026 Posts: 5 Location: UK
|
Posted: Mon 09 Mar '26 15:06 Post subject: |
|
|
| danielruf wrote: | And it does not crash, when you disable the http_2 module and http2 as protocol?
Most users only see a crash after many days in usage. So I wonder why yours crashes so fast. Mine didn't so far - and I run the software only locally, so not much traffic here. |
Will need to check - looking for the next set of available downtime. - ill report back |
|
| Back to top |
|
mds1256
Joined: 09 Mar 2026 Posts: 5 Location: UK
|
Posted: Mon 09 Mar '26 15:55 Post subject: |
|
|
might be a different issue, i disabled the http2 modules and its still the same.
Not sure whats up. |
|
| Back to top |
|
tangent Moderator
Joined: 16 Aug 2020 Posts: 427 Location: UK
|
Posted: Mon 09 Mar '26 17:07 Post subject: |
|
|
So your stability issue doesn't appear to be related to the recent http2 module problem that's been identified, nor the Jan vs Feb releases of HTTPD.
When did your regular crash event first start?
What's your Apache environment, e.g. FCGI/PHP, Proxy, SSL?
Has anything potentially changed that could be affecting your platform, client load or configuration settings, and have you changed any resource defaults?
Do you have any more errorlog/eventlog detail that could help?
There are a number of recent posts covering resource issues, potential DLL conflicts, and using procdump to create a crash dump, that may be of help. |
|
| Back to top |
|