GeffGeff
GeffGeff

Reputation: 45

Random crash due to ntdll.dll

I have an application that crashes randomly when I open crystal reports.

I say it's random because it can happen on the second opening as well as the 20th, sometimes with different errors:

The only thing I can confirm is that in the Windows logs I have this:

Name of failed application GET-MS.exe, version: 1.0.0.0, timestamp: 0x67af5d8e Name of failed module: ntdll.dll, version: 10.0.20348.2849, timestamp: 0x91e17825 Exception code: 0xc0000374 Error offset: 0x0000000000103509 Failed process ID: 0x10d4 Start time of failed application: 0x01db8140e32636f2 Path of failed application : C:\Users\geoffrey.HELPINFO\source\repos\Get-MS\GET-MS\bin\Debug\GET-MS.exe Path of failed module: C:\Windows\SYSTEM32\ntdll.dll Report ID: 5f67b82a-50c1-4050-a0a6-f42b115c457c Full name of failed package : Application ID of the failed package :

The difficulty is that it's impossible to have breakpoints: the code runs flawlessly until the page is opened, then everything stops.

I don't have any code to share, as it's done in several different places. I'm looking for your ideas on how to catch the error you may be experiencing?

Upvotes: -3

Views: 62

Answers (0)

Related Questions