I have a C# Express 2010 application that makes numerous connections to a hosted php script. Once it gets to a point of around 7500 successful communications, the program stops working and offers this problem signature:
Problem Event Name: APPCRASH
Application Name: zz.exe
Application Version: 1.0.0.0
Application Timestamp: 4c8d6459
Fault Module Name: ntdll.dll
Fault Module Version: 6.0.6001.18000
Fault Module Timestamp: 4791a783
Exception Code: c00000fd
Exception Offset: 0002f1c2
OS Version: 6.0.6001.2.1.0.272.7
Locale ID: 1033
It is the same every time, and I really do not have a deep enough understanding to make much sense of this. Google searches for the error and discussions regarding the ntdll.dll file were essentially fruitless.
One more thing as well, it is a 32 bit app running on 64 bit windows server 2007. It can't be a native 64bit app due to the fact it uses jet.OleDB.
If someone could please offer some assistance in this matter I would greatly appreciate it.