Windows Server 2019 Std - w3wp.exe randomnly faulting on module ntdll.dll
we have the same Classic ASP application running on 5 different servers with no issue except on a specific machine where since the last few days we started seeing errors:
A trappable error (C0000005) occurred in an external object. The script cannot continue running.
and then checking in the events log we see
Faulting application name: w3wp.exe, version: 10.0.17763.1, time stamp: 0xcfdb13d8
Faulting module name: ntdll.dll, version: 10.0.17763.2686, time stamp: 0x3c398a4b
Exception code: 0xc0000374
Fault offset: 0x00000000000fa979
Faulting process id: 0x2c74
Faulting application start time: 0x01d8de2fe02a4873
Faulting application path: c:\windows\system32\inetsrv\w3wp.exe
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Report Id: defd2bc0-c487-4276-8884-6095ba4f8d91
Faulting package full name:
Faulting package-relative application ID:
the ASP application uses CDOSYS and ADODB as the only external components; in a first incident the problem was specifically connected to CDOSYS as most attempts to send an email were failing with the error above; after a windows update and a reboot the problem disappeared but today is coming up again and most likely no longer connected with CDOSYS.
I see an event referring to crash dumps done for this error but I'm not sure which file to eventually attach to this post.
Fault bucket 2026183799972224358, type 4
Event Name: APPCRASH
Response: Not available
Cab Id: 0Problem signature:
P1: w3wp.exe
P2: 10.0.17763.1
P3: cfdb13d8
P4: StackHash_a773
P5: 10.0.17763.2686
P6: 3c398a4b
P7: c0000374
P8: PCH_DF_FROM_ntdll+0x00000000000A0544
P9:
P10:Attached files:
\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER3497.tmp.mdmp
\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER3582.tmp.WERInternalMetadata.xml
\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER3593.tmp.xml
\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER3591.tmp.csv
\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER3592.tmp.txtThese files may be available here:
\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_w3wp.exe_9a5d4cd281d22916d88353d1de2eb94323cfdf_98baeb8b_323e367bAnalysis symbol:
Rechecking for solution: 0
Report Id: defd2bc0-c487-4276-8884-6095ba4f8d91
Report Status: 268435456
Hashed bucket: 17b95b3a2a0424f1cc1e736e4efedd66
Cab Guid: 0
any help is appreciated.
thanks