We are facing an intermittent issue with our Python application when deployed in a client environment (Windows Server 2022 Datacenter Azure Edition).
The application becomes unresponsive during execution and eventually terminates. The Windows Event Viewer logs show the following error:
Faulting application name: python.exe, version: 3.11.9150.1013, time stamp: 0x660bda91 Faulting module name: ntdll.dll, version: 10.0.20348.4294, time stamp: 0x4cdc53dc Exception code: 0xc0000374 Fault offset: 0x0000000000103e89 Faulting process id: 0x13f8 Faulting application path: C:\Program Files\Python311\python.exe Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Our application uses the following Aspose libraries:
- aspose-words==25.6.0
- Aspose.Email-for-Python-via-NET==25.6.0
We observed that when we remove the Aspose-related logic from the code, the application runs without issues. This suggests the crash might be related to Aspose components.
Could you please confirm:
- Are there any known compatibility issues between these Aspose versions and Windows Server 2022 Datacenter Azure Edition?
- Are there recommended steps for debugging such crashes (e.g., enabling detailed Aspose logs or memory diagnostics)?
- Is there any patch or workaround available?
Any guidance would be greatly appreciated.
Thanks.