Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: Apache 2.4.66 VS18 httpd crashes PHP 8.5.1 |
Page Previous 1, 2, 3, 4 |
| Author |
|
axel.kam

Joined: 11 Jul 2023 Posts: 19
|
|
| Back to top |
|
admin Site Admin

Joined: 15 Oct 2005 Posts: 728
|
Posted: Mon 23 Feb '26 15:04 Post subject: |
|
|
I asked AI :
Status 3221226356 (0xC0000374) = heap corruption → mostly :
❗ PHP DLL mismatch
❗ Verkeerde VC++ runtime
❗ Foute / corrupte PHP extension
❗ TS vs NTS fout (they advise TS) |
|
| Back to top |
|
admin Site Admin

Joined: 15 Oct 2005 Posts: 728
|
Posted: Mon 23 Feb '26 19:28 Post subject: |
|
|
Extra info :
❗ Windows heap corruption
❗ Memory overwrite
❗ Double free
❗ Thread race condition
Dat wijst bijna altijd op:
• PHP extension bug
• mod_php + threads conflict
• OPCache memory issue
• DLL mismatch
• 3rd party module |
|
| Back to top |
|
axel.kam

Joined: 11 Jul 2023 Posts: 19
|
Posted: Tue 24 Feb '26 1:52 Post subject: |
|
|
Yes, I working at this list, but in production its need more time to localise issue.
I can't repeat problem with same config but another same PC with another site.
What i know today:
Hardware is ok, all test is ok.
Win11 Pro 25H2 is the latest OS with update
Of course latest VS build 14.50.35719, reinstall it twice
Latest drivers update from vendors
PHP is TS mode (fastcgi is crashed too) 8.4.18
With PHP 8.5.0-8.5.3 have the same crash, but 8.5.x still young for Prod.
All VS17 builds workind fine
Build from 23 feb crashing too
I try to disable site by site, modules, and configs.
Maybe not apache issue, maybe something in my script or OS. Or load type. Yes I distribute big static file without nginx, but Apache should be designed for this. Or not?
In crash moment no records in any log. It seems to happen during idle time.
Today I run Application Verifier and waiting for a next crash. |
|
| Back to top |
|
|
|
|
|
|